:root {
  --ink: #111111;
  --muted: #777777;
  --line: #ececec;
  --soft: #f5f5f3;
  --hero: #d7dcde;
  --cyan: #11bed9;
  --white: #ffffff;
  --max-wide: 1540px;
  --max-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max-wide)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 48px), var(--max-wide)); margin-inline: auto; }
.content-narrow { max-width: var(--max-content); }
.section-space { padding: 92px 0; }
.section-space-sm { padding: 54px 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 50; height: 78px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.header-inner { height: 100%; display: grid; grid-template-columns: 220px 1fr 180px; align-items: center; gap: 30px; }
.brand-wrap { display: flex; align-items: center; }
.custom-logo { width: auto; max-height: 48px; }
.text-logo { display: inline-flex; flex-direction: column; line-height: 1; letter-spacing: .08em; }
.text-logo strong { font-size: 18px; font-weight: 900; letter-spacing: .03em; }
.text-logo span { margin-top: 3px; font-size: 6px; font-weight: 700; letter-spacing: .24em; }
.primary-navigation { justify-self: center; }
.primary-menu { display: flex; align-items: center; gap: clamp(24px, 4vw, 68px); padding: 0; margin: 0; list-style: none; }
.primary-menu a { position: relative; display: block; padding: 29px 0 26px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.primary-menu a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 2px; background: var(--ink); transform: translateX(-50%); transition: width .2s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item > a::after { width: 24px; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 16px; }
.tool-icon { min-width: 27px; height: 27px; display: grid; place-items: center; border: 0; background: transparent; font-size: 18px; cursor: pointer; }
.menu-toggle { display: none; width: 42px; height: 38px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; background: var(--hero); }
.hero-grid { min-height: 840px; display: grid; grid-template-columns: 48% 28% 24%; align-items: stretch; padding: 0; width: min(100%, var(--max-wide)); }
.hero-art { position: relative; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-copy { align-self: center; padding: 20px 38px 20px 52px; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 28px; margin-bottom: 28px; font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.hero-kicker span { font-size: 13px; }
.hero-copy h1 { margin: 0 0 24px; font-size: clamp(56px, 5.4vw, 88px); line-height: .86; letter-spacing: -.045em; font-weight: 900; }
.hero-copy p { max-width: 360px; margin: 28px 0 34px; color: #666d70; font-size: 12px; line-height: 1.9; }
.hero-dots { display: flex; gap: 9px; }
.hero-dots span { width: 34px; height: 34px; border-radius: 50%; background: #101010; }
.hero-dots span:nth-child(2) { background: #71dedc; }
.hero-dots span:nth-child(3) { background: #21c2ca; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 28px; border: 0; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .15s, opacity .15s; cursor: pointer; }
.btn:hover { transform: translateY(-1px); opacity: .88; }
.btn-dark { color: #fff; background: #111; }
.btn-light { color: #111; background: #fff; }
.btn-wide { min-width: 150px; }
.offer-card { display: grid; grid-template-rows: 47% 53%; min-height: 100%; background: #292929; color: #fff; }
.offer-image { overflow: hidden; background: #e4e4df; }
.offer-image img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.offer-copy { position: relative; padding: 46px 42px 34px; }
.offer-copy .eyebrow { display: inline-block; margin-bottom: 16px; font-size: 9px; letter-spacing: .18em; }
.offer-copy h2 { margin: 0 0 12px; font-size: clamp(27px, 2.1vw, 38px); line-height: .94; letter-spacing: -.02em; }
.offer-product { margin: 0 0 20px; color: #aaa; font-size: 12px; }
.offer-price { display: flex; align-items: end; gap: 16px; margin-bottom: 22px; }
.offer-price del { color: #999; font-size: 18px; }
.offer-price strong { font-size: 36px; line-height: 1; }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.countdown div { min-height: 86px; display: grid; place-items: center; align-content: center; border-radius: 12px; background: #fff; color: #111; }
.countdown strong { font-size: 25px; line-height: 1; }
.countdown span { margin-top: 7px; color: #999; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.hero-social { position: absolute; z-index: 10; left: 16px; top: 50%; display: flex; flex-direction: column; align-items: center; gap: 22px; transform: translateY(-50%); }
.hero-social a { font-size: 11px; font-weight: 800; }
.hero-social > span { margin-top: 18px; writing-mode: vertical-rl; transform: rotate(180deg); color: #777; font-size: 8px; font-weight: 700; letter-spacing: .18em; }

.promo-layout { display: grid; grid-template-columns: 1fr 1.55fr 1.4fr; grid-template-rows: 280px 250px; gap: 16px; }
.promo-card { position: relative; min-width: 0; overflow: hidden; background: #f1f1f1; }
.promo-card img { width: 100%; height: 100%; object-fit: cover; }
.promo-small { grid-row: 1; }
.promo-tall:nth-of-type(2) { grid-row: 1 / span 2; }
.promo-tall:nth-of-type(3) { grid-row: 1 / span 2; }
.promo-wide { grid-column: 1; grid-row: 2; }
.promo-sunglasses { grid-column: 3; grid-row: 2; }
.promo-overlay { position: absolute; inset: 0; padding: 26px; display: flex; flex-direction: column; }
.promo-overlay.center { justify-content: center; align-items: center; text-align: center; }
.promo-overlay.left { align-items: flex-start; justify-content: center; }
.promo-overlay.bottom { justify-content: flex-end; align-items: center; text-align: center; padding-bottom: 34px; color: #fff; background: linear-gradient(to top, rgba(0,0,0,.45), transparent 55%); }
.promo-overlay span { margin-bottom: 8px; font-size: 10px; }
.promo-overlay h3 { margin: 0 0 18px; font-size: 18px; line-height: 1.15; letter-spacing: .02em; }
.promo-label { position: absolute; right: 16px; bottom: 18px; padding: 8px 10px; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 800; letter-spacing: .08em; }

.brand-banner { padding: 4px 0 0; }
.brand-banner-inner { position: relative; min-height: 260px; overflow: hidden; background: var(--cyan); }
.brand-banner-inner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-banner-copy { position: relative; z-index: 2; width: 58%; margin-left: auto; padding: 58px 44px; text-align: center; }
.brand-banner-copy h2 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 40px); letter-spacing: .12em; }
.brand-banner-copy p { margin: 0 0 24px; font-size: 10px; font-weight: 700; letter-spacing: .34em; }

.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-size: 24px; line-height: 1.1; letter-spacing: .13em; }
.section-heading > p { margin: 10px 0 0; color: #8e8e8e; font-size: 9px; font-weight: 700; letter-spacing: .31em; }
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.type-card { position: relative; min-height: 510px; overflow: hidden; background: #eee; }
.type-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.type-card .btn { position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%); min-width: 134px; }
.type-card .btn:hover { transform: translate(-50%, -1px); }

.product-tabs { margin-top: 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 26px; }
.product-tabs a { position: relative; padding-bottom: 4px; color: #777; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.product-tabs a.active, .product-tabs a:hover { color: #111; }
.product-tabs a.active::after { content: ""; position: absolute; left: 50%; bottom: -4px; width: 18px; height: 2px; transform: translateX(-50%); background: #111; }
.product-carousel-shell { position: relative; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-image { aspect-ratio: .74; overflow: hidden; background: #f2f2f2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.product-card h3 { margin: 16px 0 2px; font-size: 10px; line-height: 1.3; font-weight: 700; }
.product-card p { margin: 0 0 4px; color: #777; font-size: 9px; }
.price-row { display: flex; gap: 8px; align-items: center; font-size: 9px; }
.price-row del { color: #999; }
.price-row strong { font-size: 10px; }
.circle-arrow { position: absolute; top: 42%; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #111; color: #fff; font-size: 22px; cursor: pointer; }
.circle-arrow.prev { left: -52px; }
.circle-arrow.next { right: -52px; }
.center-action { display: flex; justify-content: center; margin-top: 44px; }

.newsletter-inner { min-height: 270px; display: grid; grid-template-columns: 1.55fr .75fr; align-items: stretch; background: #e3e5e0; overflow: hidden; }
.newsletter-copy { align-self: center; padding: 46px 54px; text-align: center; }
.newsletter-copy h2 { margin: 0 0 6px; font-size: 22px; letter-spacing: .13em; }
.newsletter-copy p { margin: 0 0 24px; font-size: 9px; font-weight: 700; letter-spacing: .29em; }
.newsletter-inner > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.newsletter-form { display: flex; max-width: 510px; margin: 0 auto; padding: 4px; border-radius: 999px; background: #fff; }
.newsletter-form input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 20px; background: transparent; font-size: 12px; }
.newsletter-form .btn { min-width: 135px; }

.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.blog-card { position: relative; min-height: 390px; overflow: hidden; background: #eee; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; }
.blog-caption { position: absolute; left: 50%; bottom: 24px; width: 78%; transform: translateX(-50%); padding: 20px 24px; background: rgba(255,255,255,.95); text-align: center; }
.blog-caption h3 { margin: 0 0 5px; font-size: 12px; line-height: 1.25; }
.blog-caption p { margin: 0; color: #888; font-size: 8px; }

.site-footer { margin-top: 20px; border-top: 1px solid var(--line); background: #f8f8f8; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.35fr; gap: 28px; padding: 68px 0 54px; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-col h2 { margin: 0 0 10px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a, .footer-col p { margin: 0; color: #777; font-size: 9px; line-height: 1.8; }
.footer-contact strong { color: #222; }
.footer-bottom { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; border-top: 1px solid #ededed; background: #fff; text-align: center; }
.footer-bottom p { margin: 0; color: #999; font-size: 8px; }
.footer-logo { align-items: center; }
.generic-content { padding: 70px 0; }
.content-entry { margin-bottom: 56px; }
.content-entry h1 { font-size: 36px; }

@media (max-width: 1200px) {
  .hero-grid { grid-template-columns: 47% 31% 22%; min-height: 690px; }
  .hero-copy { padding-left: 34px; padding-right: 22px; }
  .offer-copy { padding: 34px 24px 26px; }
  .countdown div { min-height: 72px; }
  .circle-arrow.prev { left: 8px; }
  .circle-arrow.next { right: 8px; }
  .product-carousel-shell { padding: 0 44px; }
}

@media (max-width: 960px) {
  .section-space { padding: 68px 0; }
  .site-header { height: 70px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-navigation { position: absolute; left: 0; right: 0; top: 70px; display: none; padding: 14px 24px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 26px rgba(0,0,0,.06); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-menu a { padding: 13px 0; font-size: 12px; }
  .primary-menu a::after { display: none; }
  .header-tools { gap: 8px; }
  .utility-menu { display: none; }
  .hero-social { display: none; }
  .hero-grid { grid-template-columns: 55% 45%; grid-template-rows: auto auto; min-height: 0; }
  .hero-art { min-height: 620px; }
  .hero-copy { padding: 54px 42px; }
  .hero-copy h1 { font-size: clamp(52px, 8vw, 76px); }
  .offer-card { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: 360px; min-height: 0; }
  .offer-copy { padding: 44px; }
  .promo-layout { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 360px 230px; }
  .promo-small { grid-column: 1; grid-row: 1; }
  .promo-tall:nth-of-type(2) { grid-column: 2; grid-row: 1 / span 2; }
  .promo-tall:nth-of-type(3) { grid-column: 1; grid-row: 2; }
  .promo-wide { grid-column: 1; grid-row: 3; }
  .promo-sunglasses { grid-column: 2; grid-row: 3; }
  .brand-banner-copy { width: 64%; }
  .type-card { min-height: 420px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .newsletter-inner { grid-template-columns: 1.4fr .8fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-contact { grid-column: span 2; }
}

@media (max-width: 680px) {
  .container, .container-wide { width: min(calc(100% - 28px), var(--max-wide)); }
  .section-space { padding: 52px 0; }
  .header-inner { gap: 8px; }
  .brand-wrap { min-width: 0; }
  .header-tools .tool-icon:first-child { display: none; }
  .hero-grid { width: 100%; grid-template-columns: 1fr; grid-template-rows: auto; }
  .hero-art { min-height: 500px; }
  .hero-art img { object-position: 38% top; }
  .hero-copy { order: -1; padding: 52px 28px 44px; text-align: left; }
  .hero-copy h1 { font-size: clamp(48px, 16vw, 68px); }
  .hero-dots span { width: 28px; height: 28px; }
  .offer-card { grid-template-columns: 1fr; grid-template-rows: 380px auto; }
  .offer-copy { padding: 36px 28px; }
  .promo-layout { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .promo-card, .promo-small, .promo-tall:nth-of-type(2), .promo-tall:nth-of-type(3), .promo-wide, .promo-sunglasses { grid-column: 1; grid-row: auto; min-height: 280px; }
  .promo-tall { min-height: 420px !important; }
  .brand-banner-inner { min-height: 390px; }
  .brand-banner-inner > img { object-position: 28% center; }
  .brand-banner-inner::after { content: ""; position: absolute; inset: 0; background: rgba(17,190,217,.55); }
  .brand-banner-copy { width: 100%; padding: 82px 28px; }
  .brand-banner-copy h2 { font-size: 26px; }
  .type-grid { grid-template-columns: 1fr; }
  .type-card { min-height: 540px; }
  .product-tabs { gap: 14px 18px; }
  .product-carousel-shell { padding: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .circle-arrow { display: none; }
  .product-card h3 { font-size: 9px; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .newsletter-copy { padding: 40px 24px; }
  .newsletter-inner > img { max-height: 310px; object-position: center 35%; }
  .newsletter-form { flex-direction: column; padding: 8px; border-radius: 20px; }
  .newsletter-form input { min-height: 44px; text-align: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 360px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; padding-inline: 4px; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .header-tools { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-art { min-height: 430px; }
  .type-card { min-height: 480px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: .82; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
}
