/* Shared shell + original homepage only. Other surfaces own their CSS.
 * Deliberate device fonts: Arial for utility, Georgia for editorial voice.
 * No remote fonts, animations, hidden reveal content, or JS dependency. */
body.cam-shell {
    --cam-navy: #162051;
    --cam-red: #fc3231;
    --cam-paper: #fbfafa;
    --cam-ink: #160f12;
    --cam-warm: #bbaea2;
    --cam-rule: #d5ceca;
    margin: 0;
    background: var(--cam-paper);
    color: var(--cam-navy);
    color-scheme: light;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.cam-shell *, .cam-shell *::before, .cam-shell *::after { box-sizing: border-box; }
.cam-shell .cam-wrap { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.cam-shell img { max-width: 100%; }
.cam-shell .cam-header a, .cam-shell .cam-footer a, .cam-home main a { text-decoration: none; color: inherit; }
.cam-shell .cam-header a:hover, .cam-shell .cam-footer a:hover { text-decoration: underline; text-underline-offset: .25em; }
.cam-shell :focus-visible { outline: 3px solid var(--cam-navy); outline-offset: 4px; box-shadow: 0 0 0 6px var(--cam-paper); }
.cam-shell .cam-skip { position: fixed; top: -100px; left: 12px; z-index: 210; background: var(--cam-red); color: var(--cam-ink); padding: 12px 20px; min-height: 44px; font-weight: bold; }
.cam-shell .cam-skip:focus { top: 12px; }
.cam-shell .cam-header { position: relative; inset: auto; z-index: 100; background: var(--cam-paper); color: var(--cam-navy); border-bottom: 1px solid var(--cam-rule); transition: none; }
.cam-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cam-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-weight: 700; font-size: 20px; line-height: 1.2; letter-spacing: -.6px; }
.cam-brand img { width: 48px; height: 48px; object-fit: contain; }
.cam-brand small { display: block; padding-top: 4px; font-size: 10px; font-weight: 400; letter-spacing: 1.6px; text-transform: uppercase; }
.cam-desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.cam-desktop-nav a { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; }
.cam-header a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--cam-red); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.cam-desktop-nav .cam-nav-contact { border-bottom: 1px solid var(--cam-navy); margin-left: 12px; }
.cam-menu { display: none; }
.cam-shell .customer-toolbar { margin-top: 0; background: #f1edeb; color: var(--cam-navy); border-color: var(--cam-rule); }
.cam-shell .customer-toolbar a { color: var(--cam-navy); }
/* Existing dark regions keep their contrast; never hide text pending JS. */
.cam-shell .section-coal, .cam-shell .page-hero { color: var(--cam-paper); }
.cam-shell .catalog-filter, .cam-shell .store-estimate { color: var(--cam-paper); }
/* Legacy store text on the light shell; leave dark cards/notices/controls alone. */
.cam-shell .store-shell > .section-head :is(.section-title, .section-kicker, .section-lead),
.cam-shell .store-shell > .section-head a,
.cam-shell .store-shell > .store-actions a:not(.btn),
.cam-shell .store-shell .store-consent a,
.cam-shell .store-shell > .store-form > p:not([class]) a:not(.btn),
.cam-shell .store-shell .checkout-product > .store-sku { color: var(--cam-navy); }
.cam-shell .reveal { opacity: 1; transform: none; transition: none; }
/* The footer keeps existing contact/policy data and validated social URLs. */
.cam-shell .cam-footer { background: var(--cam-paper); color: var(--cam-navy); padding: 64px 0 24px; border-top: 1px solid var(--cam-rule); font-size: 14px; }
.cam-footer > .container { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.cam-footer .footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr .8fr; gap: 42px; padding-bottom: 24px; }
.cam-footer .footer-col { min-width: 0; overflow-wrap: anywhere; }
.cam-footer .brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cam-navy); }
.cam-footer .brand-logo { width: 44px; height: 44px; object-fit: contain; }
.cam-footer .brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.cam-footer .brand-name { font: 700 19px Arial, sans-serif; text-transform: none; letter-spacing: -.4px; }
.cam-footer .brand-sub { color: var(--cam-navy); font: 11px Arial, sans-serif; text-transform: uppercase; letter-spacing: 2px; margin-top: 3px; }
.cam-footer .footer-desc { margin: 22px 0 12px; color: var(--cam-navy); max-width: 32ch; }
.cam-footer .footer-title { margin: 0 0 12px; color: var(--cam-navy); font: 700 12px Arial, sans-serif; text-transform: uppercase; letter-spacing: 1.5px; }
.cam-footer .footer-links, .cam-footer .footer-social { list-style: none; padding: 0; margin: 0; }
.cam-footer .footer-links li { margin: 0; }
.cam-footer .footer-links a, .cam-footer .footer-social a { display: inline-flex; align-items: center; min-height: 44px; color: var(--cam-navy); }
.cam-footer .footer-contact { display: grid; gap: 8px; }
.cam-footer .footer-contact li, .cam-footer .fc-label { color: var(--cam-navy); }
.cam-footer .fc-label { display: block; font-size: 12px; margin-bottom: 4px; }
.cam-footer .footer-col .btn { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; margin-top: 16px; border: 1px solid var(--cam-navy); color: var(--cam-navy); background: transparent; font: 700 13px Arial, sans-serif; }
.cam-footer .customer-policy-links { border-top: 1px solid var(--cam-rule); padding-top: 24px; margin-top: 12px; }
.cam-footer .customer-policy-links ul { display: flex; flex-wrap: wrap; gap: 0 24px; margin: 0; padding: 0; list-style: none; }
.cam-footer .customer-policy-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--cam-navy); text-decoration: underline; text-underline-offset: 3px; }
.cam-footer .footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 32px; border-top: 1px solid var(--cam-rule); padding-top: 20px; margin-top: 24px; color: var(--cam-navy); font-size: 12px; }
.cam-footer .footer-bottom p { margin: 0; }
.cam-footer .footer-bottom a { color: var(--cam-navy); display: inline-flex; align-items: center; min-height: 44px; }
/* Homepage: one idea per section, large type and unboxed editorial rhythm. */
.cam-home main { display: block; }
.cam-home main h1, .cam-home main h2, .cam-home main h3, .cam-home main p, .cam-home main figure { margin: 0; }
.cam-home main h1, .cam-home main h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; letter-spacing: -.055em; line-height: 1.08; text-wrap: balance; }
.cam-home main h2 { font-size: clamp(38px, 4.6vw, 64px); }
.cam-home main h3 { font-family: Arial, Helvetica, sans-serif; text-transform: none; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
.cam-home .home-kicker { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; line-height: 1.6; margin-bottom: 24px; }
.cam-home .home-film { position: relative; isolation: isolate; min-height: calc(100vh - 89px); min-height: calc(100svh - 89px); display: flex; align-items: flex-end; color: var(--cam-paper); background: var(--cam-navy); }
.home-film-image, .home-film-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.home-film-image { object-fit: cover; object-position: center 54%; }
.home-film-shade { background: linear-gradient(90deg, rgba(11,18,41,.86), rgba(11,18,41,.3) 90%), linear-gradient(0deg, rgba(11,18,41,.82), transparent 70%); }
.home-film-content { padding-block: 80px 86px; }
.cam-home .home-film h1 { font-size: clamp(56px, 8.7vw, 128px); max-width: 12ch; color: var(--cam-paper); }
.home-film h1 em { font-weight: 400; }
.home-film-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 46px; }
.home-film-bottom > p { font-size: 16px; line-height: 1.7; }
.home-actions { display: flex; gap: 14px; flex-direction: column; align-items: flex-start; }
.cam-home .home-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 23px; background: var(--cam-red); color: var(--cam-ink); min-height: 56px; font-size: 14px; font-weight: 700; line-height: 1.5; }
.cam-home .home-button:hover { background: var(--cam-paper); color: var(--cam-navy); }
.cam-home .home-text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 44px; padding-block: 8px; font-size: 14px; font-weight: 500; border-bottom: 1px solid currentColor; line-height: 1.5; }
.cam-home .home-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.cam-home .home-photo-note { position: absolute; bottom: 20px; right: 40px; font-size: 10px; letter-spacing: .5px; color: var(--cam-paper); }
.cam-home .home-materials, .cam-home .home-services { padding-block: 104px; }
.home-section-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.home-section-aside { max-width: 390px; justify-self: end; }
.home-section-aside .home-text-link { margin-top: 16px; }
.home-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.home-product { min-width: 0; }
.home-product-media { position: relative; background: #eeebe8; aspect-ratio: 1; display: grid; place-items: center; }
.home-product-media img { width: 100%; height: 100%; object-fit: contain; }
.home-product-media > span:not(.home-product-arrow) { padding: 24px; font-size: 14px; }
.home-product-arrow { position: absolute; bottom: 12px; right: 12px; width: 38px; height: 38px; background: var(--cam-paper); color: var(--cam-navy); display: grid; place-items: center; font-size: 22px; }
.cam-home .home-product h3 { margin-top: 18px; font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.cam-home .home-product-price { margin-top: 8px; font-size: 13px; }
.home-product:hover h3 { text-decoration: underline; text-underline-offset: 3px; }
.cam-home .home-price-note { font-size: 12px; line-height: 1.7; max-width: 95ch; margin-top: 28px; color: #494e63; }
.home-story { background: var(--cam-navy); color: var(--cam-paper); padding-block: 80px; }
.home-story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.home-story-copy { max-width: 470px; }
.cam-home .home-story h2 { margin-bottom: 30px; }
.cam-home .home-story-copy > p:not(.home-kicker) { margin-bottom: 18px; font-size: 16px; }
.home-story-photo img { width: 100%; height: auto; display: block; }
.home-story-photo figcaption { margin-top: 14px; font-size: 11px; line-height: 1.6; color: var(--cam-paper); }
.home-service-list { border-top: 1px solid var(--cam-rule); }
.home-service-list > a { display: grid; grid-template-columns: 45px 1fr 1fr 24px; align-items: start; gap: 28px; padding-block: 30px; border-bottom: 1px solid var(--cam-rule); }
.home-service-index { font-size: 12px; line-height: 2.5; }
.cam-home .home-service-list h3 { font-size: 24px; max-width: 24ch; }
.home-service-list p { font-size: 14px; max-width: 47ch; }
.home-service-list > a:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.home-guide { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-top: 64px; }
.cam-home .home-guide h3 { font-size: 26px; margin-bottom: 12px; }
.cam-home .home-guide .home-kicker { margin-bottom: 14px; }
.home-guide > div { max-width: 570px; }
.home-guide p { font-size: 14px; }
.home-guide .home-text-link { flex-shrink: 0; }
.home-cta { background: var(--cam-red); color: var(--cam-ink); padding-block: 80px; }
.home-cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
.home-cta-grid > div:last-child { max-width: 360px; justify-self: end; }
.cam-home .home-cta .home-button-paper { background: var(--cam-paper); color: var(--cam-navy); margin-top: 24px; }
.cam-home .home-cta .home-button-paper:hover { background: var(--cam-navy); color: var(--cam-paper); }
.home-cta .home-text-link { margin-top: 16px; }
@media (max-width: 1100px) {
    .cam-desktop-nav { gap: 18px; }
    .cam-desktop-nav .cam-nav-contact { margin-left: 0; gap: 10px; }
    .cam-footer .footer-grid { grid-template-columns: 1.3fr 1fr; gap: 32px 48px; }
    .home-story-grid { gap: 48px; }
}
@media (max-width: 900px) {
    .cam-shell .cam-wrap, .cam-footer > .container { width: calc(100% - 40px); }
    .cam-header-inner { min-height: 76px; gap: 12px; }
    .cam-brand { font-size: 18px; gap: 10px; }
    .cam-brand img { width: 42px; height: 42px; }
    .cam-brand small { font-size: 9px; letter-spacing: 1px; }
    .cam-desktop-nav { display: none; }
    .cam-menu { display: block; }
    .cam-menu summary { min-width: 64px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-size: 13px; list-style: none; border: 1px solid var(--cam-rule); padding: 8px; }
    .cam-menu summary::-webkit-details-marker { display: none; }
    .cam-menu[open] summary { background: var(--cam-navy); color: var(--cam-paper); }
    .cam-menu nav { position: absolute; top: 100%; inset-inline: 0; background: var(--cam-paper); padding: 16px 20px 24px; border-bottom: 1px solid var(--cam-navy); box-shadow: 0 12px 18px rgba(22,32,81,.12); display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; }
    .cam-menu nav a { display: flex; align-items: center; min-height: 48px; font-size: 15px; border-bottom: 1px solid var(--cam-rule); }
    .cam-home .home-film { min-height: calc(100vh - 77px); min-height: calc(100svh - 77px); }
    .home-film-content { padding-block: 64px 76px; }
    .home-section-heading { gap: 32px; }
    .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
    .home-story-grid { gap: 32px; }
    .home-service-list > a { gap: 20px; grid-template-columns: 30px 1fr 1fr 16px; }
    .home-photo-note { right: 20px; }
    .home-cta-grid { gap: 32px; }
}
@media (max-width: 760px) {
    .cam-home .home-film h1 { font-size: clamp(44px, 11vw, 82px); }
    .home-film-image { object-position: 57% center; }
    .home-film-shade { background: linear-gradient(0deg, rgba(11,18,41,.92), rgba(11,18,41,.35)); }
    .home-film-content { padding-top: 150px; }
    .home-film-bottom { display: block; margin-top: 28px; }
    .home-film-bottom > p { font-size: 14px; }
    .home-actions { margin-top: 26px; }
    .cam-home .home-photo-note { right: 20px; font-size: 9px; }
    .home-section-heading, .home-story-grid, .home-cta-grid { grid-template-columns: minmax(0, 1fr); }
    .home-section-aside, .home-cta-grid > div:last-child { justify-self: start; max-width: 480px; }
    .cam-home .home-materials, .cam-home .home-services { padding-block: 64px; }
    .home-story, .home-cta { padding-block: 56px; }
    .home-story-photo { max-width: 540px; }
    .home-story-copy { max-width: 540px; }
    .home-service-list > a { grid-template-columns: 24px minmax(0, 1fr) 16px; gap: 12px; }
    .home-service-list > a p { grid-column: 2; grid-row: 2; }
    .home-service-list > a > span:last-child { grid-column: 3; grid-row: 1; }
    .cam-home .home-service-list h3 { font-size: 21px; }
    .home-guide { flex-direction: column; align-items: flex-start; gap: 20px; padding-top: 48px; }
    .cam-footer .footer-grid { gap: 30px 24px; }
    .cam-footer .footer-brand { grid-column: 1 / -1; }
    .cam-footer .footer-desc { max-width: 48ch; }
}
@media (max-width: 390px) {
    .cam-brand { font-size: 16px; gap: 8px; }
    .cam-brand img { width: 36px; height: 36px; }
    .cam-brand small { font-size: 8px; letter-spacing: .6px; }
    .cam-menu summary { min-width: 62px; }
    .cam-home .home-kicker { font-size: 10px; letter-spacing: 1.2px; }
    .home-product-grid { gap: 26px 14px; }
    .cam-home .home-product h3 { font-size: 13px; }
    .cam-home .home-product-price { font-size: 12px; }
    .cam-footer .footer-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cam-shell *, .cam-shell *::before, .cam-shell *::after { animation: none !important; transition: none !important; }
}
