.web-page { background: #f5f4ef; color: #172536; }
.web-page .site-header { position: relative; padding-bottom: 22px; background: #090b15; }
.web-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.web-page h1, .web-page h2, .web-page h3, .web-page p { margin-top: 0; }
.web-page h1 { font-size: clamp(32px, 3.5vw, 48px); font-weight: 550; line-height: 1.15; letter-spacing: -.035em; }
.web-page h2 { font-size: 26px; font-weight: 550; line-height: 1.3; letter-spacing: -.02em; }
.web-page p { color: #55616c; font-size: 16px; line-height: 1.7; }
.web-page a { text-decoration: none; }
.web-page a:focus-visible, .web-page button:focus-visible { outline: 2px solid #287a8c; outline-offset: 5px; }
.web-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; font-size: 12px; color: #677582; }
.web-breadcrumbs a { color: #3b6571; }
.web-breadcrumbs a:hover { text-decoration: underline; }
.web-page .web-eyebrow { margin-bottom: 14px; color: #526f74; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.web-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 13px 22px; border: 1px solid #235c65; border-radius: 6px; background: #235c65; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s; }
.web-button:hover { background: #153e46; border-color: #153e46; }
.web-button span { font-size: 20px; line-height: 1; }
.web-catalog { padding: 28px 0 46px; }
.web-catalog .web-breadcrumbs { margin-bottom: 24px; }
.web-catalog-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.web-catalog-head h1 { margin-bottom: 0; font-size: clamp(32px, 3.3vw, 46px); }
.web-catalog-head > p { max-width: 405px; margin: 0 0 4px; font-size: 15px; line-height: 1.7; }
.web-catalog-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(4, 196px); gap: 18px; }
.web-card { position: relative; min-width: 0; border-radius: 10px; overflow: hidden; background: #deded4; color: #fff; isolation: isolate; transition: transform .2s, box-shadow .2s; }
.web-card:hover { transform: translateY(-3px); box-shadow: 0 9px 24px #17253624; }
.web-card > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.web-card::after { content: ''; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, #0e1b25db); z-index: 0; pointer-events: none; }
.web-card-body { position: absolute; inset: auto 22px 19px; z-index: 1; }
.web-card-purpose { display: block; margin-bottom: 7px; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; color: #fff; }
.web-card h2 { margin: 0; padding-right: 24px; font-size: 23px; line-height: 1.2; font-weight: 550; color: inherit; }
.web-card-link { display: block; font-size: 0; }
.web-card-link b { position: absolute; bottom: 0; right: 0; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; font-size: 18px; font-weight: 400; }
.web-card-landing { grid-column: 1/7; grid-row: 1/2; background: #e9d5c2; color: #342d28; }
.web-card-landing > img { width: 60%; margin-left: 40%; }
.web-card-landing::after, .web-card-catalog-site::after, .web-card-ready-business-sites::after, .web-card-web-services::after { display: none; }
.web-card-landing .web-card-body { inset: 24px auto 22px 22px; width: calc(40% - 34px); }
.web-card-landing .web-card-purpose, .web-card-catalog-site .web-card-purpose, .web-card-ready-business-sites .web-card-purpose, .web-card-web-services .web-card-purpose { color: inherit; opacity: .8; }
.web-card-landing h2 { font-size: 27px; padding: 0; }
.web-card-landing .web-card-link b, .web-card-ready-business-sites .web-card-link b, .web-card-web-services .web-card-link b { left: 0; right: auto; }
.web-card-corporate-site { grid-column: 7/10; grid-row: 1/3; }
.web-card-corporate-site > img { object-position: 50% 36%; }
.web-card-catalog-site { grid-column: 10/13; grid-row: 1/3; background: #dce4d9; color: #293b32; }
.web-card-catalog-site > img { height: 63%; object-position: 47% center; }
.web-card-catalog-site .web-card-body { inset: auto 20px 23px; }
.web-card-site-support { grid-column: 1/4; grid-row: 2/3; }
.web-card-site-support > img { object-position: 35% center; }
.web-card-business-card-site { grid-column: 4/7; grid-row: 2/3; }
.web-card-business-card-site > img { object-position: 50% 38%; }
.web-card-online-store { grid-column: 1/7; grid-row: 3/5; }
.web-card-online-store h2 { font-size: 30px; }
.web-card-online-store .web-card-body { inset: auto 28px 26px; }
.web-card-ready-business-sites { grid-column: 7/13; grid-row: 3/4; background: #f0e3c3; color: #494132; }
.web-card-web-services { grid-column: 7/13; grid-row: 4/5; background: #e1dfe9; color: #343248; }
.web-card-ready-business-sites > img, .web-card-web-services > img { margin-left: 45%; width: 55%; object-position: center; }
.web-card-web-services > img { object-position: 28% center; }
.web-card-ready-business-sites .web-card-body, .web-card-web-services .web-card-body { inset: 22px auto 20px 22px; width: calc(45% - 36px); }
.web-card-ready-business-sites h2, .web-card-web-services h2 { font-size: 22px; padding: 0; }
.web-catalog-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0 0; margin-top: 32px; border-top: 1px solid #d5dbd6; }
.web-catalog-contact h2 { margin-bottom: 6px; font-size: 22px; }
.web-catalog-contact p { margin: 0; font-size: 14px; }
.web-catalog-contact a { white-space: nowrap; font-size: 20px; color: #235c65; }
.web-service-hero { padding: 30px 0 36px; background: var(--web-tint, #e8eeeb); border-bottom: 1px solid #d7dfdb; }
.web-service-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 48px; align-items: center; }
.web-service-copy { min-width: 0; padding: 10px 0; }
.web-service-copy h1 { margin-bottom: 22px; }
.web-service-copy .web-summary { margin-bottom: 28px; font-size: 17px; line-height: 1.65; }
.web-service-image { display: block; width: 100%; height: auto; max-height: 440px; object-fit: contain; border-radius: 9px; }
.web-service-corporate-site, .web-service-business-card-site { --web-tint: #e8e8de; }
.web-service-online-store, .web-service-landing { --web-tint: #ede2d7; }
.web-service-web-services { --web-tint: #e9e5ef; }
.web-service-ready-business-sites { --web-tint: #f0e9d5; }
.web-service-corporate-site .web-service-grid, .web-service-business-card-site .web-service-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.web-service-corporate-site .web-service-image, .web-service-business-card-site .web-service-image { width: min(100%, 293px); justify-self: center; }
.web-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; padding-block: 46px; }
.web-story h2 { margin-bottom: 18px; }
.web-story p { margin-bottom: 20px; }
.web-story .web-for { padding-top: 20px; margin-bottom: 0; border-top: 1px solid #d5ddd8; font-size: 14px; }
.web-for span { display: block; margin-bottom: 6px; color: #304947; font-size: 12px; font-weight: 600; }
.web-includes ul { list-style: none; padding: 0; margin: 0; }
.web-includes li { position: relative; margin-bottom: 15px; padding-left: 23px; color: #51616c; font-size: 15px; line-height: 1.55; }
.web-includes li::before { content: '✓'; position: absolute; left: 0; color: #337378; }
.web-request-section { scroll-margin-top: 20px; padding-block: 46px; background: #e9eeed; border-block: 1px solid #d6dedb; }
.web-request-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 72px; align-items: start; }
.web-request-copy h2 { max-width: 360px; font-size: 30px; }
.web-request-copy > p { font-size: 15px; }
.web-direct { display: grid; gap: 6px; margin-top: 30px; }
.web-direct span { font-size: 12px; color: #5b7274; }
.web-direct a { font-size: 23px; font-weight: 500; color: #235c65; }
.web-form { min-width: 0; }
.web-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.web-form label { display: block; color: #2e434b; font-size: 13px; }
.web-form label small { color: #647479; font-size: 11px; font-weight: 400; }
.web-form input:not([type='checkbox']):not([type='hidden']), .web-form textarea { display: block; width: 100%; min-width: 0; margin-top: 8px; padding: 12px 13px; border: 1px solid #a8b9b8; border-radius: 5px; background: #fff; color: #172536; font: inherit; font-size: 16px; line-height: 1.45; }
.web-form input::placeholder, .web-form textarea::placeholder { color: #758386; }
.web-form input:focus, .web-form textarea:focus { outline: 2px solid #327882; outline-offset: 1px; }
.web-form textarea { resize: vertical; min-height: 106px; }
.web-form-wide { grid-column: 1/-1; }
.web-form .web-upload input { font-size: 12px; padding: 8px; }
.web-upload input::file-selector-button { margin-right: 10px; padding: 7px 10px; border: 1px solid #b1c1bf; border-radius: 3px; background: #e5eeeb; color: #2d5257; cursor: pointer; }
.web-form .web-consent { display: flex; align-items: flex-start; gap: 10px; margin-block: 20px; font-size: 11px; line-height: 1.6; color: #586e71; }
.web-consent input { width: 16px; height: 16px; flex-shrink: 0; margin: 2px 0 0; accent-color: #235c65; }
.web-form .errorlist, .web-form-errors { padding: 0; margin: 6px 0 12px; list-style: none; color: #a12323; font-size: 13px; }
.web-form-success { padding: 32px; border: 1px solid #97b7ac; border-radius: 8px; background: #e1f1e9; }
.web-form-success > span { display: block; margin-bottom: 16px; font-size: 32px; color: #20634c; }
.web-form-success h3 { font-size: 23px; margin-bottom: 12px; }
.web-form-success a { color: #1f6875; font-size: 14px; }
.web-related { padding-block: 40px 48px; }
.web-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.web-section-heading h2 { margin: 0; font-size: 24px; }
.web-section-heading > a { font-size: 13px; color: #235c65; white-space: nowrap; }
.web-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.web-related-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: center; border: 1px solid #cad5cf; border-radius: 7px; overflow: hidden; background: #edf0e9; }
.web-related-card:hover { border-color: #488185; }
.web-related-card img { width: 108px; height: 96px; object-fit: cover; }
.web-related-card > span { display: flex; justify-content: space-between; gap: 12px; padding: 14px; font-size: 14px; line-height: 1.4; }
.web-related-card b { color: #235c65; font-weight: 400; }
.web-page .site-footer { background: #090b15; }
.web-page .site-footer p { color: #a9b3c3; font-size: 13px; }
@media (max-width: 1100px) {
    .web-catalog-grid { grid-template-rows: repeat(4, 185px); gap: 14px; }
    .web-card-body { left: 16px; right: 16px; }
    .web-card h2 { font-size: 20px; }
    .web-card-landing .web-card-body, .web-card-ready-business-sites .web-card-body, .web-card-web-services .web-card-body { left: 17px; }
    .web-card-landing h2 { font-size: 25px; }
    .web-card-online-store h2 { font-size: 28px; }
    .web-service-grid { gap: 32px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
    .web-story, .web-request-grid { gap: 40px; }
}
@media (max-width: 900px) {
    .web-page .site-header { padding-bottom: 14px; }
    .web-catalog-head { display: block; }
    .web-catalog-head > p { max-width: 650px; margin-top: 18px; }
    .web-catalog-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: repeat(6, 185px); }
    .web-card-landing { grid-column: 1/5; grid-row: 1/2; }
    .web-card-corporate-site { grid-column: 5/7; grid-row: 1/3; }
    .web-card-catalog-site { grid-column: 1/3; grid-row: 2/4; }
    .web-card-site-support { grid-column: 3/5; grid-row: 2/3; }
    .web-card-business-card-site { grid-column: 3/7; grid-row: 3/4; }
    .web-card-business-card-site > img { object-position: 50% 32%; }
    .web-card-online-store { grid-column: 1/5; grid-row: 4/6; }
    .web-card-ready-business-sites { grid-column: 5/7; grid-row: 4/6; }
    .web-card-ready-business-sites > img { margin: 0; width: 100%; height: 55%; }
    .web-card-ready-business-sites .web-card-body { inset: auto 16px 20px; width: auto; min-height: 125px; }
    .web-card-web-services { grid-column: 1/7; grid-row: 6/7; }
    .web-service-grid { gap: 24px; }
    .web-service-copy .web-summary { font-size: 15px; margin-bottom: 22px; }
    .web-service-copy h1 { font-size: 34px; }
    .web-story, .web-request-grid { gap: 30px; }
    .web-request-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    .web-related-grid { gap: 14px; }
    .web-related-card { grid-template-columns: 1fr; }
    .web-related-card img { width: 100%; height: auto; aspect-ratio: 3/2; }
}
@media (max-width: 650px) {
    .web-shell { width: calc(100% - 32px); }
    .web-catalog { padding-block: 24px 35px; }
    .web-breadcrumbs { font-size: 11px; margin-bottom: 22px; }
    .web-catalog-head { margin-bottom: 24px; }
    .web-catalog-head h1 { font-size: 34px; }
    .web-catalog-head > p br { display: none; }
    .web-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 215px 180px 180px 310px 210px 210px; gap: 12px; }
    .web-card-landing { grid-column: 1/3; grid-row: 1/2; }
    .web-card-corporate-site { grid-column: 1/2; grid-row: 2/4; }
    .web-card-catalog-site { grid-column: 2/3; grid-row: 2/3; }
    .web-card-site-support { grid-column: 2/3; grid-row: 3/4; }
    .web-card-business-card-site { grid-column: 1/2; grid-row: 4/5; }
    .web-card-online-store { grid-column: 2/3; grid-row: 4/5; }
    .web-card-ready-business-sites { grid-column: 1/3; grid-row: 5/6; }
    .web-card-web-services { grid-column: 1/3; grid-row: 6/7; }
    .web-card-body, .web-card-online-store .web-card-body { inset: auto 14px 17px; }
    .web-card h2, .web-card-online-store h2 { font-size: 18px; padding-right: 0; }
    .web-card-purpose { font-size: 8px; letter-spacing: .035em; }
    .web-card-link b { display: none; }
    .web-card-landing .web-card-body { inset: 23px auto 23px 17px; width: calc(45% - 29px); }
    .web-card-landing > img { margin-left: 45%; width: 55%; }
    .web-card-landing h2 { font-size: 25px; }
    .web-card-landing .web-card-link b, .web-card-ready-business-sites .web-card-link b, .web-card-web-services .web-card-link b { display: grid; }
    .web-card-catalog-site > img { height: 100%; }
    .web-card-catalog-site::after { display: block; inset: 15% 0 0; }
    .web-card-catalog-site .web-card-body { inset: auto 14px 17px; color: #fff; }
    .web-card-ready-business-sites > img { margin-left: 50%; width: 50%; height: 100%; }
    .web-card-web-services > img { margin-left: 50%; width: 50%; }
    .web-card-ready-business-sites .web-card-body, .web-card-web-services .web-card-body { inset: 23px auto 23px 17px; width: calc(50% - 29px); }
    .web-card-business-card-site > img { object-position: 50% 45%; }
    .web-card-online-store > img { object-position: 35% center; }
    .web-catalog-contact { display: block; margin-top: 26px; }
    .web-catalog-contact a { display: inline-block; margin-top: 16px; }
    .web-service-hero { padding: 22px 0 28px; }
    .web-service-grid, .web-service-corporate-site .web-service-grid, .web-service-business-card-site .web-service-grid { grid-template-columns: 1fr; gap: 26px; }
    .web-service-copy { padding: 0; }
    .web-service-copy h1 { max-width: 480px; font-size: clamp(30px, 7vw, 38px); margin-bottom: 16px; }
    .web-service-copy .web-summary { max-width: 480px; font-size: 16px; }
    .web-service-image { max-height: 400px; }
    .web-service-corporate-site .web-service-image, .web-service-business-card-site .web-service-image { width: min(100%, 267px); }
    .web-page .web-eyebrow { font-size: 10px; margin-bottom: 12px; }
    .web-story, .web-request-grid { grid-template-columns: 1fr; gap: 30px; }
    .web-story { padding-block: 32px; }
    .web-page h2 { font-size: 24px; }
    .web-card h2 { font-size: 18px; }
    .web-card-corporate-site h2 { font-size: clamp(14px, 4.4vw, 18px); }
    .web-card-corporate-site .web-card-body { left: 12px; right: 12px; }
    .web-card-landing h2 { font-size: 25px; }
    .web-page p { font-size: 15px; }
    .web-includes { border-top: 1px solid #d5ddd8; padding-top: 26px; }
    .web-request-section { padding-block: 32px; }
    .web-request-copy h2 { max-width: none; font-size: 26px; }
    .web-direct { margin-top: 20px; }
    .web-form-grid { gap: 16px; }
    .web-form-grid > label { grid-column: 1/-1; }
    .web-form .web-upload small { display: block; margin-top: 4px; }
    .web-form .web-button { width: 100%; }
    .web-related { padding-block: 30px; }
    .web-section-heading { align-items: baseline; gap: 12px; }
    .web-section-heading h2 { font-size: 22px; }
    .web-related-grid { grid-template-columns: 1fr; gap: 12px; }
    .web-related-card { grid-template-columns: 108px minmax(0, 1fr); }
    .web-related-card img { width: 108px; height: 80px; min-height: 80px; }
    .web-related-card > span { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { .web-card { transition: none; } }
