/* A draft art direction, not permanent brand color rules. */
@font-face { font-family: "Anton"; src: url("../fonts/anton-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
.page-home { --display: "Anton", Impact, "Arial Narrow", sans-serif; }
.page-home .wrap { width: min(100% - 6rem, 1344px); }
.page-home h2 { font-size: clamp(2.4rem, 4.1vw, 4.6rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.page-home h3 { letter-spacing: -.035em; font-size: clamp(1.5rem, 2vw, 2.1rem); line-height: 1.16; }
.page-home p { text-wrap: pretty; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-space { padding-block: clamp(4rem, 7.4vw, 7rem); }
.landing-hero { display: grid; grid-template-columns: 1fr 1fr; max-width: 1720px; margin-inline: auto; }
.landing-hero-copy { padding: clamp(3rem, 6vw, 6rem) 3rem 3rem max(3rem, calc((100vw - 1344px) / 2)); align-self: center; }
.landing-hero-copy .eyebrow { margin-bottom: 2rem; color: var(--accent-ink); }
.landing-hero h1 { font: 400 clamp(3.5rem, 6.2vw, 6.8rem)/1.06 var(--display); letter-spacing: -.015em; text-transform: uppercase; margin-bottom: 1.7rem; }
.hero-lead { font-size: clamp(1.1rem, 1.45vw, 1.4rem); line-height: 1.5; color: var(--soft-ink); max-width: 30ch; }
.landing-hero .hero-actions { margin-top: 2rem; align-items: center; gap: 1.25rem; }
.button, .text-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 48px; font-size: .87rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.button { background: var(--accent); color: var(--button-ink); padding: .8rem 1.2rem; border: 1px solid var(--accent); }
.button:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.text-action { padding-block: .6rem; border-bottom: 1px solid currentColor; width: fit-content; }
.text-action:hover { color: var(--accent-ink); }
.button:active { transform: translateY(1px); }
.hero-art { margin: 0; position: relative; background: #bac3cb; }
.hero-art img { display: block; width: 100%; height: min(660px, calc(100dvh - 120px)); min-height: 510px; object-fit: contain; }
.hero-art figcaption { padding: .7rem 1.5rem; font-size: .72rem; color: var(--soft-ink); background: var(--surface); }
.lifetime-intro { max-width: 820px; }
.lifetime-intro > p { max-width: 53ch; font-size: 1.2rem; color: var(--soft-ink); margin-bottom: 2.8rem; }
.design-values { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 3.6rem; margin: 0; }
.design-values div { border-top: 2px solid var(--line); padding-top: 1.4rem; }
.design-values dt { font-size: 1.1rem; font-weight: 700; margin-bottom: .7rem; }
.design-values dd { margin: 0; max-width: 30ch; color: var(--soft-ink); }
.lifetime-note { max-width: 66ch; margin-top: 2.4rem; margin-bottom: 0; font-size: .94rem; color: var(--soft-ink); }
.products-section { background: var(--surface); }
.products-section h2 { margin-bottom: 2.8rem; }
.product-pair { display: grid; grid-template-columns: 1.06fr 1fr; gap: 2rem; align-items: start; }
.product-panel { background: var(--product-surface); min-width: 0; }
.sunshirt-panel { margin-top: 5rem; }
.product-art { height: 390px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-art img { height: 85%; width: 80%; object-fit: contain; filter: grayscale(.9); }
.wetsuit-panel .product-art img { transform: rotate(-4deg); }
.sunshirt-panel .product-art img { transform: rotate(5deg); width: 87%; }
.product-copy { padding: 0 2rem 2rem; }
.product-copy h3 { margin-bottom: .8rem; }
.product-copy p { max-width: 36ch; color: var(--soft-ink); }
.product-copy .text-action { margin-top: .5rem; }
.image-note { margin: 1.5rem 0 0; font-size: .8rem; color: var(--soft-ink); }
.development-section { display: grid; grid-template-columns: 1.08fr 1fr; column-gap: 5rem; }
.development-heading .eyebrow { color: var(--accent-ink); margin-bottom: 1.4rem; }
.development-heading > p:last-child { color: var(--soft-ink); max-width: 36ch; font-size: 1.12rem; }
.development-notes { border-left: 2px solid var(--line); padding-left: 2.5rem; }
.development-notes article + article { margin-top: 2rem; }
.development-notes h3 { font-size: 1.4rem; margin-bottom: .65rem; }
.development-notes p { max-width: 40ch; color: var(--soft-ink); margin: 0; }
.development-limit { grid-column: 2; color: var(--soft-ink); font-size: .82rem; margin: 1.5rem 0 0 2.5rem; }
.pilot-note { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.15fr auto; gap: 2rem; align-items: center; border-top: 1px solid var(--line); padding-top: 2.3rem; margin-top: 3rem; }
.pilot-note h3 { font-size: 1.5rem; margin: 0; max-width: 20ch; }
.pilot-note p { color: var(--soft-ink); font-size: .92rem; margin: 0; }
.pilot-note .text-action { font-size: .8rem; }
.rru-section { background: var(--surface); }
.rru-layout-new { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.rru-heading > p:not(.eyebrow) { color: var(--soft-ink); max-width: 39ch; font-size: 1.1rem; }
.rru-heading .eyebrow { color: var(--accent-ink); }
.rru-actions article + article { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 2rem; }
.rru-actions h3 { margin-bottom: .8rem; }
.rru-actions p { color: var(--soft-ink); max-width: 44ch; }
.rru-actions .small-copy { font-size: .83rem; }
.questions-section h2 { font-size: clamp(2.2rem, 3.4vw, 3.5rem); margin-bottom: 2.2rem; }
.questions { max-width: 1000px; }
.questions details { border-top: 1px solid var(--line); padding-block: 1.4rem; }
.questions details:last-child { border-bottom: 1px solid var(--line); }
.questions summary { cursor: pointer; font-size: 1.06rem; font-weight: 700; padding-right: 1rem; }
.questions details p { color: var(--soft-ink); margin: 1rem 0 .4rem; max-width: 62ch; }
.contact-section { background: var(--contact-surface); border-top: 1px solid var(--line); }
#contact { scroll-margin-top: 2rem; }
.contact-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; }
.contact-layout > div:first-child > p { max-width: 36ch; color: var(--soft-ink); font-size: 1.1rem; }
.contact-layout .contact-location { font-size: .82rem !important; line-height: 1.7; margin-top: 2.5rem; margin-bottom: 0; }
.direct-contacts { align-self: center; }
.contact-channel { display: block; padding: 1.4rem 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-channel > span { display: flex; align-items: center; justify-content: space-between; font-weight: 700; color: var(--accent-ink); font-size: .92rem; }
.contact-channel strong { display: block; margin-top: .6rem; font-size: clamp(1.2rem, 2.15vw, 2rem); font-weight: 500; letter-spacing: -.04em; overflow-wrap: anywhere; }
.contact-channel:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.direct-contacts > p { margin: 1.5rem 0 0; color: var(--soft-ink); max-width: 45ch; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
@media (min-width: 1720px) { .landing-hero-copy { padding-left: 5rem; } }
@media (max-width: 1100px) {
  .page-home .wrap { width: calc(100% - 4rem); }
  .landing-hero-copy { padding-inline: 2rem; }
  .landing-hero h1 { font-size: clamp(3.2rem, 6.4vw, 5rem); }
  .development-section, .rru-layout-new, .contact-layout { column-gap: 3rem; }
  .design-values { gap: 2rem; }
  .pilot-note { grid-template-columns: 1fr 1.2fr; }
  .pilot-note .text-action { grid-column: 2; }
}
@media (max-width: 767px) {
  .page-home .wrap { width: calc(100% - 2.5rem); }
  .landing-hero, .design-values, .product-pair, .development-section, .rru-layout-new, .contact-layout, .pilot-note { grid-template-columns: 1fr; }
  .landing-hero-copy { padding: 2.4rem 1.25rem 2.3rem; }
  .landing-hero-copy .eyebrow { margin-bottom: 1.5rem; }
  .landing-hero h1 { font-size: clamp(3rem, 12.8vw, 5.2rem); margin-bottom: 1.3rem; }
  .hero-lead { font-size: 1.08rem; max-width: 34ch; }
  .landing-hero .hero-actions { margin-top: 1.5rem; gap: 1rem; }
  .hero-art img { height: auto; min-height: 0; max-height: none; aspect-ratio: 1122 / 1402; object-fit: contain; }
  .hero-art figcaption { padding-inline: 1.25rem; font-size: .68rem; }
  .lifetime-intro > p { font-size: 1.05rem; }
  .design-values { gap: 1.5rem; }
  .design-values dd { max-width: 44ch; }
  .sunshirt-panel { margin-top: 0; }
  .product-pair { gap: 1.5rem; }
  .product-art { height: 310px; }
  .product-copy { padding-inline: 1.5rem; }
  .development-section { gap: 2rem; }
  .development-heading > p:last-child { margin: 0; }
  .development-notes { padding-left: 1.5rem; }
  .development-limit { grid-column: auto; margin: -.5rem 0 0; }
  .pilot-note { grid-column: auto; gap: 1rem; margin-top: 0; }
  .pilot-note .text-action { grid-column: auto; }
  .rru-layout-new, .contact-layout { gap: 2.5rem; }
  .rru-heading h2 br { display: none; }
  .questions summary { font-size: 1rem; }
  .contact-channel strong { font-size: clamp(1.2rem, 6vw, 1.7rem); }
  .footer-links { margin-top: .5rem; }
}
