﻿:root {
  --bg: #f6f4ef;
  --bg-alt: #ece6da;
  --bg-deep: #0f2233;
  --panel: #ffffff;
  --ink: #15202b;
  --ink-soft: #4a5968;
  --accent: #c88f2b;
  --accent-dark: #865b16;
  --line: #d9d5cb;
  --success: #1f6f53;
  --radius: 0px;
  --shadow: 0 14px 40px rgba(7, 22, 37, 0.12);
}

* {
  box-sizing: border-box;
}

/* Global sharp-corner mode */
.card,
.collection-card,
.product-card,
.journal-card,
.trust-card,
.review-card,
.reassure-card,
.deep-dive,
.deep-dive-media img,
.deep-dive-video-wrap,
.feature-media,
.video-wrap,
.top-video-wrap,
.newsletter,
.site-footer,
.main-nav,
.nav-cta,
.btn,
.hero-pills span,
.process-list li,
details,
.footer-logo-badge,
.floating-cta,
.collection-image,
.product-image {
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background:
    radial-gradient(circle at 92% 8%, #dde4eb 0%, rgba(221, 228, 235, 0) 38%),
    radial-gradient(circle at 8% 26%, #eee3d1 0%, rgba(238, 227, 209, 0) 44%),
    linear-gradient(180deg, var(--bg) 0%, #f6f4ef 36%, var(--bg-alt) 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #1f4971;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #fff;
  color: #111;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 10px 14px;
  z-index: 200;
}

.skip-link:focus {
  left: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-banner {
  background: linear-gradient(95deg, #2d4359, #1f3045 56%, #132335);
  color: #eff6fc;
  text-align: center;
  padding: 12px 48px 12px 16px;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  position: relative;
}

.top-banner strong {
  letter-spacing: 0.08em;
}

.banner-close {
  border: 0;
  background: transparent;
  color: #eff6fc;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 6vw;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #f2f2f2;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.logo-image {
  width: 150px;
  height: auto;
}

.logo-main {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0;
}

.logo-sub {
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  font-weight: 700;
  color: var(--ink-soft);
}

.main-nav {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  align-items: center;
}

.main-nav a {
  font-size: 0.95rem;
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--accent-dark);
}

.header-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.header-instagram-link svg {
  display: block;
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--ink);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

main {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 38px;
  align-items: center;
  min-height: 74vh;
  padding: 56px 0 10px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 143, 43, 0.28), rgba(197, 143, 43, 0));
  right: 0;
  top: 10%;
  pointer-events: none;
}

.hero-content h1 {
  font-size: clamp(2rem, 4.3vw, 3.9rem);
  line-height: 1.1;
  margin: 10px 0 16px;
}

.hero-copy {
  max-width: 50ch;
  color: var(--ink-soft);
}

.hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms ease, opacity 900ms ease;
}

.hero-image.slide-out {
  opacity: 0;
  transform: translateX(-36px);
}

.hero-image.slide-in {
  opacity: 1;
  transform: translateX(0);
}

.hero-pills {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-pills span {
  border: 1px solid #c8c1b3;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.84rem;
  color: #445668;
  background: rgba(255, 255, 255, 0.62);
}

.eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #5e6f7f;
  margin-bottom: 4px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  font-family: inherit;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(95deg, var(--accent), #d8a145);
  color: #2b1900;
  box-shadow: 0 12px 20px rgba(200, 143, 43, 0.3);
}

.btn-outline {
  border-color: var(--ink);
  background: transparent;
}

.btn-soft {
  background: #eef3f8;
  border-color: #d6e0ea;
  color: #22384d;
  margin-top: 10px;
  width: 100%;
}

.text-link {
  display: inline-block;
  margin-top: 4px;
  color: #204667;
  font-weight: 700;
}

.text-link:hover {
  color: #112f48;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 12px 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.ticker p {
  margin: 0;
  text-align: center;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  color: #3d4d5b;
}

.promo-video.section {
  padding-top: 0;
  padding-bottom: 26px;
}

.top-video {
  background: #0b1724;
}

.top-video-wrap {
  border-radius: 0;
  box-shadow: none;
}

.top-video-wrap video {
  width: 100%;
  max-height: 56vh;
  object-fit: cover;
}

.full-bleed-showcase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  background: #ffffff;
}

.showcase-panel {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 26%, rgba(221, 183, 115, 0.26), rgba(221, 183, 115, 0)),
    linear-gradient(160deg, #151d27 0%, #0b1119 100%);
}

.showcase-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--panel-image);
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: 82%;
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.45));
}

.showcase-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 22, 0.02) 35%, rgba(10, 14, 22, 0.85) 100%);
  z-index: 1;
}

.showcase-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: #eff5fb;
}

.showcase-kicker {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #b8c9db;
}

.showcase-overlay h3 {
  margin: 6px 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.showcase-panel:hover::before {
  transform: scale(1.05);
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.55));
}

.video-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  overflow: hidden;
  background: #0f1f2e;
  box-shadow: none;
}

.video-wrap video {
  width: 100%;
  display: block;
  max-height: 70vh;
  background: #000;
}

.watch-deep-dives {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(16px, 4vw, 56px);
  padding-right: clamp(16px, 4vw, 56px);
  display: grid;
  gap: 18px;
}

.deep-dive {
  display: grid;
  grid-template-columns: 0.86fr 1fr 1.34fr;
  gap: 26px;
  align-items: stretch;
  background: linear-gradient(145deg, #f8fafd, #edf2f8);
  border: 1px solid #d9e2ec;
  border-radius: 22px;
  padding: clamp(18px, 2.6vw, 30px);
  box-shadow: 0 20px 34px rgba(9, 25, 43, 0.12);
  position: relative;
  overflow: hidden;
}

.deep-dive::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(28, 58, 86, 0), rgba(28, 58, 86, 0.55), rgba(28, 58, 86, 0));
}

.deep-dive + .deep-dive {
  margin-top: 0;
  border-top: 1px solid rgba(184, 196, 210, 0.45);
}

.model-divider {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 4px 0;
  isolation: isolate;
}

.model-divider img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: linear-gradient(165deg, #131b25 0%, #0c121b 60%, #0a111a 100%);
  border: 1px solid #2f3f4f;
}

/* Use blend on white-backed source images so they visually merge with dark divider panels */
.model-divider img.white-bg-fix {
  mix-blend-mode: darken;
  filter: contrast(1.08) saturate(1.05);
  background: transparent;
}

.deep-dive-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  height: 420px;
}

.deep-dive-media img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  border-radius: 12px;
  background: linear-gradient(180deg, #dce5ef, #ccd7e3);
  padding: 20px;
  border: 1px solid #d5deea;
}

.deep-dive-content h2 {
  margin: 6px 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.deep-dive-content p {
  margin: 0 0 14px;
  color: #22384f;
  font-size: 1.15rem;
  line-height: 1.72;
}

.deep-dive-content .feature-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.deep-dive-content .feature-list li {
  position: relative;
  padding-left: 24px;
  color: #21364b;
}

.deep-dive-content .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(120deg, #c88f2b, #d6a552);
}

.deep-dive-content .btn {
  margin-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
}

.deep-dive-video-wrap {
  grid-column: auto;
  width: 100%;
  margin: 0;
  border-radius: 12px;
  height: 420px;
  overflow: hidden;
  background: #0d1926;
  border: 1px solid #d5deea;
}

.deep-dive-video-wrap video {
  width: calc(100% + 6px);
  height: 420px;
  display: block;
  max-height: none;
  object-fit: cover;
  object-position: center;
  margin-left: -3px;
  background: transparent;
}

.deep-dive-video-wrap--image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050b12;
}

.deep-dive-video-wrap--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.section {
  padding: clamp(52px, 7vw, 90px) 0;
}

.watch-deep-dives.section {
  padding-top: 24px;
  padding-bottom: 30px;
}

.collections {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
  border-top: 1px solid rgba(223, 233, 244, 0.75);
}

.collections .section-head,
.collections .section-lead,
.collections h2 {
  color: #edf4fb;
}

.collections .eyebrow {
  color: #a6bdd4;
}

.collections .section-lead {
  color: #cfdae6;
}

.collections-head {
  padding: 14px clamp(24px, 4vw, 68px) 12px;
  overflow: visible;
  border-bottom: 1px solid rgba(223, 233, 244, 0.75);
}

.collections-head h2 {
  margin: 0;
  color: #1a2b3d;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.sleek-collection-grid {
  gap: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(223, 233, 244, 0.85);
}

.section-head h2 {
  margin-top: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.section-lead {
  margin: -4px 0 0;
  color: var(--ink-soft);
}

.grid {
  display: grid;
  gap: 22px;
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.product-card,
.journal-card,
.trust-card,
.review-card {
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.collection-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 430px;
  background:
    radial-gradient(circle at 70% 24%, rgba(196, 144, 63, 0.22), rgba(196, 144, 63, 0)),
    linear-gradient(165deg, #131b25 0%, #0c121b 60%, #0a111a 100%);
  border: 0;
  border-right: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 0;
}

.collection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 36px rgba(7, 18, 34, 0.22);
}

.collection-image {
  width: 82%;
  height: 80%;
  object-fit: contain;
  object-position: center top;
  background: transparent;
  padding: 0;
  margin: 6px auto 0;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.6));
}

.card-body {
  padding: 20px;
}

.collection-card .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 22px 22px 12px;
  min-height: 124px;
  background: linear-gradient(180deg, rgba(8, 13, 20, 0.02) 0%, rgba(8, 13, 20, 0.9) 65%, rgba(8, 13, 20, 0.98) 100%);
}

.collection-card h3 {
  margin: 0;
  min-height: 0;
  font-size: clamp(1.1rem, 1.65vw, 1.78rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #f4f8fc;
}

.collection-card .text-link {
  margin-top: 2px;
  color: #93d0ff;
  font-weight: 700;
  font-size: 0.95rem;
}

.jp-name {
  margin: 0;
  color: #cfdae6;
  font-size: 0.96rem;
  line-height: 1.35;
}

.model-kicker {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.18em;
  color: #a7bdd3;
  font-size: 0.86rem;
}

.price {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--accent-dark);
  margin: 8px 0;
}

.product-tag {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  color: #596a7a;
  margin: 0 0 6px;
}

.model-count {
  margin: 10px 0 0;
  font-weight: 700;
  color: #1f4971;
}

.source-note {
  margin-top: 12px;
  color: #5f6d7c;
  font-size: 0.9rem;
}

.featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
}

.our-story-new {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 28px;
  align-items: center;
}

.our-story-video {
  padding-bottom: 20px;
}

.our-story-video-head {
  width: min(1180px, 90vw);
  margin: 0 auto 14px;
}

.our-story-video-head .eyebrow {
  font-size: 1.05rem;
  letter-spacing: 0.22em;
}

.our-story-video-head h2 {
  margin: 2px 0 0;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1.05;
  color: #13283e;
  letter-spacing: 0.02em;
}

.our-story-video-subtitle {
  margin: 8px 0 0;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  line-height: 1.2;
  font-weight: 700;
  color: #243a52;
}

.our-story-video .video-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.our-story-video .video-wrap video {
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: cover;
  display: block;
}

.our-story-new-copy h2 {
  margin: 8px 0 14px;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1.2;
}

.our-story-new-copy p {
  margin: 0;
  color: #32475c;
  font-size: 1.03rem;
  line-height: 1.9;
}

.our-story-new-media img {
  width: 100%;
  height: clamp(320px, 40vw, 520px);
  object-fit: cover;
  border: 1px solid #d6deea;
  box-shadow: var(--shadow);
}

.feature-list {
  padding-left: 18px;
}

.feature-media {
  background: linear-gradient(140deg, #1a3044, #0f1f31 62%);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.product-card,
.journal-card,
.trust-card,
.review-card {
  padding: 22px;
}

.product-image {
  width: 100%;
  height: 230px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7f9fc, #edf2f7);
  padding: 12px;
}

.product-card h3,
.journal-card h3,
.trust-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.reassurance-grid {
  align-items: stretch;
}

.reassure-card {
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  border: 1px solid #e3ebf2;
  box-shadow: var(--shadow);
  padding: 20px;
}

.reassure-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.process-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.process-list li {
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 10px;
  padding: 12px 14px;
}

.journal-card time {
  color: #6b7a89;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
}

.review-card {
  margin: 0;
}

.review-card p {
  margin-top: 0;
}

.review-card cite {
  font-style: normal;
  color: #57687a;
}

.accordion {
  display: grid;
  gap: 14px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: 10px 0 0;
  color: #4b5b69;
}

.newsletter {
  border-radius: var(--radius);
  background: linear-gradient(140deg, #172a3d, #0d1c2d 62%);
  color: #f4f9ff;
  padding: clamp(26px, 5vw, 50px);
}

.newsletter .eyebrow {
  color: #b7cadb;
}

.newsletter-form {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter input {
  min-width: 250px;
  flex: 1;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid #75889b;
  background: #fefefe;
}

.form-note {
  margin-top: 10px;
  min-height: 1.2em;
  color: #b8f3d6;
}

.site-footer {
  margin-top: 80px;
  background: #111f2d;
  color: #d4e0ea;
  padding: 36px 6vw;
}

.footer-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
}

.footer-logo-image {
  width: 120px;
  height: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 18px 0;
}

.copyright {
  color: #8ca3b9;
  font-size: 0.9rem;
}

.floating-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  background: linear-gradient(95deg, var(--accent), #d8a145);
  color: #2b1900;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(200, 143, 43, 0.35);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 980px) {
  .hero,
  .our-story-new,
  .featured,
  .deep-dive {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 32px;
  }

  .hero-media {
    order: -1;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .cards-3,
  .cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-card {
    min-height: 420px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    inset: 100% 0 auto 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 12px 6vw 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .main-nav.open {
    display: flex;
  }

  .full-bleed-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deep-dive-media img {
    height: 320px;
  }

  .deep-dive-video-wrap video {
    height: auto;
  }

  .deep-dive-media,
  .deep-dive-video-wrap {
    height: auto;
  }

  .model-divider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-divider img {
    height: 260px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 5vw;
  }

  .logo-main {
    font-size: 1.6rem;
  }

  .logo-image {
    width: 124px;
  }

  main {
    width: min(1180px, 92vw);
  }

  .ticker {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-3,
  .cards-4 {
    grid-template-columns: 1fr;
  }

  .sleek-collection-grid {
    border-top: 1px solid rgba(223, 233, 244, 0.55);
    border-bottom: 1px solid rgba(223, 233, 244, 0.55);
  }

  .collection-card {
    min-height: 380px;
    border-bottom: 1px solid rgba(223, 233, 244, 0.45);
  }

  .collections-head {
    padding: 12px 14px 10px;
  }

  .collection-image {
    height: 70%;
  }

  .btn,
  .newsletter input {
    width: 100%;
  }

  .floating-cta {
    left: 12px;
    right: 12px;
    text-align: center;
  }

  .full-bleed-showcase {
    grid-template-columns: 1fr;
  }

  .showcase-panel {
    min-height: 380px;
  }

  .watch-deep-dives {
    padding-left: 0;
    padding-right: 0;
  }

  .deep-dive-media img {
    height: 280px;
  }

  .deep-dive-content p {
    font-size: 1rem;
  }

  .deep-dive-video-wrap video {
    height: auto;
  }

  .model-divider {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .model-divider img {
    height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* AVI-8 contact section - final styling */
.avi8-contact-section {
  padding: 110px 0 120px;
  background: #eee9df;
  color: #142033;
}

.avi8-contact-inner {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
}

.avi8-contact-header {
  max-width: 660px;
  margin-bottom: 44px;
}

.avi8-contact-header .eyebrow {
  margin-bottom: 26px;
}

.avi8-contact-header h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.avi8-contact-header p:not(.eyebrow) {
  margin: 0;
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(20, 32, 51, 0.82);
}

.avi8-contact-form {
  max-width: 880px;
  border-top: 1px solid rgba(20, 32, 51, 0.22);
  border-bottom: 1px solid rgba(20, 32, 51, 0.22);
  padding: 42px 0 46px;
}

.avi8-contact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.avi8-contact-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.avi8-contact-field label {
  display: block;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(20, 32, 51, 0.72);
}

.avi8-contact-field input,
.avi8-contact-field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  border: 0;
  border-bottom: 1px solid rgba(20, 32, 51, 0.42);
  border-radius: 0;
  background: transparent;
  color: #142033;
  padding: 15px 0 16px;
  font: inherit;
  font-size: 1rem;
  line-height: 1.6;
  box-shadow: none;
}

.avi8-contact-field textarea {
  min-height: 180px;
  resize: vertical;
}

.avi8-contact-field input::placeholder,
.avi8-contact-field textarea::placeholder {
  color: rgba(20, 32, 51, 0.42);
}

.avi8-contact-field input:focus,
.avi8-contact-field textarea:focus {
  outline: none;
  border-bottom-color: #142033;
}

.avi8-contact-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 8px;
}

.avi8-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 148px;
  padding: 0 30px;
  border: 1px solid #142033;
  background: #d39a28;
  color: #142033;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.avi8-contact-submit:hover {
  background: #142033;
  color: #fff;
  border-color: #142033;
}

.avi8-contact-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.avi8-contact-status {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(20, 32, 51, 0.78);
}

.avi8-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .avi8-contact-section {
    padding: 76px 0 84px;
  }

  .avi8-contact-inner {
    width: min(100% - 32px, 980px);
  }

  .avi8-contact-header {
    margin-bottom: 34px;
  }

  .avi8-contact-form {
    padding: 34px 0 38px;
  }

  .avi8-contact-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .avi8-contact-actions {
    display: grid;
    gap: 16px;
  }

  .avi8-contact-submit {
    width: 100%;
  }
}
