:root {
  --navy: #082b22;
  --navy-2: #0f4435;
  --gold: #c79a34;
  --gold-light: #efd49a;
  --white: #ffffff;
  --light: #f4f6f8;
  --line: #d8dee6;
  --ink: #14251f;
  --muted: #5f6b66;
  --shadow: 0 18px 50px rgba(8, 43, 34, 0.14);
  --radius: 8px;
  --content: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 12px max(16px, calc((100% - 1120px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 222, 230, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}

.brand img {
  width: clamp(150px, 24vw, 230px);
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 22px);
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav a {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--gold);
}

.header-cta {
  min-width: 104px;
  padding: 10px 16px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.section-navy {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 43, 34, 0.96), rgba(15, 68, 53, 0.96)),
    var(--navy);
}

.section-light {
  background: var(--light);
}

.section-white {
  background: var(--white);
}

.hero,
.intro,
.fair-summary,
.plan-block,
.early,
.product,
.reasons,
.faq,
.notice,
.reserve,
.store,
.flow {
  padding: 72px 0;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 64px);
  padding-inline: max(16px, calc((100% - 1120px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 43, 34, 0.82) 0%, rgba(8, 43, 34, 0.52) 44%, rgba(8, 43, 34, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(8, 43, 34, 0.14)),
    url("assets/hero-suit-store-optimized.jpg") center right / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(8, 43, 34, 0), rgba(8, 43, 34, 0.84));
  content: "";
  pointer-events: none;
}

.hero-copy,
.section-heading,
.feature-grid,
.summary-grid,
.plan-block,
.early-grid,
.product,
.reason-list,
.faq-list,
.notice-list,
.reserve,
.store-panel,
.flow-grid {
  width: var(--content);
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 730px;
  margin: 0;
  text-shadow: 0 2px 18px rgba(8, 43, 34, 0.34);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 7vw, 4.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(1.75rem, 5vw, 3rem);
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.16rem;
  line-height: 1.35;
}

.section-navy h2,
.section-navy h3 {
  color: var(--white);
}

.lead {
  max-width: 620px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 3vw, 1.45rem);
  line-height: 1.65;
}

.hero-strong {
  max-width: 720px;
  margin-bottom: 10px;
  padding-left: 14px;
  color: var(--gold-light);
  border-left: 4px solid var(--gold);
  font-weight: 800;
  line-height: 1.7;
}

.hero-scene {
  max-width: 620px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  line-height: 1.7;
}

.hero-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.hero-offer {
  padding: 18px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(239, 212, 154, 0.42);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}

.hero-offer-speed {
  background: rgba(199, 154, 52, 0.2);
}

.hero-offers span,
.price-panel span,
.summary-card span {
  display: block;
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 800;
}

.hero-offer em {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 800;
}

.hero-offers strong,
.price-panel strong {
  display: block;
  margin: 4px 0;
  color: var(--white);
  font-size: clamp(1.55rem, 5vw, 2.25rem);
  line-height: 1.15;
}

.hero-offers small,
.price-panel small,
.deal-box small {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 43, 34, 0.18);
}

.button-gold {
  color: var(--navy);
  background: var(--gold);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
}

.button-navy {
  color: var(--white);
  background: var(--navy);
}

.button-subtle {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(8, 43, 34, 0.22);
}

.button-subtle:hover {
  border-color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease-out var(--reveal-delay, 0ms),
    transform 0.72s ease-out var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.section-heading-invert p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.feature-grid,
.summary-grid,
.reason-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.summary-card,
.reason-list article,
.deal-box,
.store-panel,
.store-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(8, 43, 34, 0.06);
}

.feature-card {
  overflow: hidden;
  padding: 28px;
}

.feature-photo {
  height: 170px;
  margin: -28px -28px 24px;
  overflow: hidden;
}

.feature-photo img {
  transition: transform 0.45s ease-out;
}

.feature-card:hover .feature-photo img {
  transform: scale(1.04);
}

.icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--gold);
  background: rgba(199, 154, 52, 0.12);
  border-radius: 50%;
}

.icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature-card p,
.reason-list p,
.product-copy p,
.early-note p,
.notice-list,
.store-panel,
.faq p {
  color: var(--muted);
}

.fair-summary {
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
}

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

.summary-card {
  display: block;
  padding: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.summary-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(8, 43, 34, 0.12);
}

.summary-card-speed {
  border-color: rgba(199, 154, 52, 0.45);
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.summary-card-early {
  border-color: var(--navy);
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
}

.summary-card span {
  color: var(--gold);
}

.summary-card strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.35;
}

.summary-card small {
  color: var(--muted);
  font-weight: 700;
}

.summary-card-early strong,
.summary-card-early small {
  color: var(--white);
}

.summary-card-early span {
  color: var(--gold-light);
}

.plan-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  grid-template-areas:
    "intro media"
    "details media";
  gap: 38px;
  align-items: center;
}

.plan-intro {
  grid-area: intro;
}

.plan-details {
  grid-area: details;
}

.plan-media {
  grid-area: media;
}

.plan-media,
.fabric-media,
.reserve figure,
.early figure {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.plan-media {
  height: 520px;
}

.plan-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.plan-media img[data-image-role="speed-plan"] {
  object-position: center 38%;
}

.price-panel {
  margin: 24px 0;
  padding: 24px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid rgba(199, 154, 52, 0.35);
  border-radius: var(--radius);
}

.check-list,
.notice-list {
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
}

.check-list li,
.notice-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before,
.notice-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.early-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.early figure {
  height: 440px;
}

.early-note {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(239, 212, 154, 0.32);
  border-radius: var(--radius);
}

.early-note p {
  color: rgba(255, 255, 255, 0.82);
}

.product {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: center;
}

.product-copy-group {
  display: grid;
  gap: 22px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.product-actions .button {
  flex: 1 1 210px;
}

.fabric-media {
  height: 520px;
}

.business-standard-media {
  height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.business-standard-media img {
  object-position: center center;
}

.deal-box {
  padding: 26px;
}

.price-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto minmax(0, 1.2fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.price-step {
  min-height: 126px;
  padding: 18px;
  border-radius: var(--radius);
}

.price-step span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
  font-weight: 800;
}

.price-step strong {
  display: block;
  color: var(--navy);
  line-height: 1.2;
}

.price-step-regular {
  color: var(--muted);
  background: var(--light);
  border: 1px solid var(--line);
}

.price-step-regular strong {
  font-size: 1.25rem;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-step-special {
  color: var(--navy);
  background: rgba(199, 154, 52, 0.13);
  border: 1px solid rgba(199, 154, 52, 0.38);
}

.price-step-special span {
  color: #8a641c;
}

.price-step-special strong {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
}

.delivery-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 12px;
  color: var(--navy);
  background: rgba(199, 154, 52, 0.18);
  border: 1px solid rgba(199, 154, 52, 0.42);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.4;
}

.price-arrow {
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.deal-box small {
  margin: 14px 0 20px;
  color: var(--muted);
}

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

.reason-list article {
  padding: 24px;
}

.flow-grid {
  display: grid;
  gap: 18px;
}

.flow-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(8, 43, 34, 0.06);
}

.flow-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
}

.flow-card:nth-child(even) figure {
  order: 2;
}

.flow-card figure {
  height: 320px;
  margin: 0;
  overflow: hidden;
}

.flow-copy {
  padding: 28px;
}

.flow-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-copy p {
  color: var(--muted);
}

.flow-cta {
  width: var(--content);
  margin: 28px auto 0;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 0 20px;
}

.faq summary {
  cursor: pointer;
  padding: 20px 26px 20px 0;
  color: var(--navy);
  font-weight: 800;
}

.faq summary::marker {
  color: var(--gold);
}

.faq p {
  margin-bottom: 20px;
}

.notice-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
  gap: 36px;
  align-items: center;
}

.reserve-copy {
  width: 100%;
}

.reserve p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.reserve figure {
  width: 100%;
  height: 400px;
}

.store-panel {
  padding: 28px;
}

.store-panel dl {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
}

.store-panel div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.store-panel dt {
  color: var(--navy);
  font-weight: 800;
}

.store-panel dd {
  margin: 0;
}

.store-grid {
  display: grid;
  width: var(--content);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.store-area {
  width: var(--content);
  margin: 0 auto 34px;
}

.store-area:last-child {
  margin-bottom: 0;
}

.store-area > h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--navy);
}

.store-area > h3::after {
  flex: 1;
  height: 1px;
  background: var(--line);
  content: "";
}

.store-area .store-grid {
  width: 100%;
}

.store-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.store-card h3 {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.store-card dl {
  display: grid;
  gap: 11px;
  margin: 0 0 18px;
}

.store-card dl div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
}

.store-card dt {
  color: var(--navy);
  font-weight: 800;
}

.store-card dd {
  margin: 0;
  color: var(--muted);
}

.store-card dd a {
  color: var(--navy);
  font-weight: 800;
}

.store-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.store-actions .button {
  min-height: 46px;
  padding-inline: 14px;
  font-size: 0.9rem;
}

.fixed-mobile-cta {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px max(16px, calc((100% - 1120px) / 2));
  color: rgba(255, 255, 255, 0.78);
  background: #06231c;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold-light);
  font-weight: 800;
}

.footer-links,
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: var(--gold-light);
}

.footer-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-social .icon-cutout {
  fill: var(--gold);
}

.footer-social a:hover .icon-cutout {
  fill: var(--gold-light);
}

.fabric-page-hero,
.fabric-overview,
.fabric-advice,
.fabric-page-cta {
  padding: 72px 0;
}

.fabric-page {
  overflow-x: hidden;
}

.fabric-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
}

.fabric-page-hero .section-heading,
.fabric-page-cta .section-heading {
  max-width: 760px;
}

.fabric-page-hero .section-heading {
  justify-self: end;
  width: min(560px, 100%);
  margin: 0;
  padding-left: 24px;
}

.fabric-page-cta .section-heading {
  width: var(--content);
  margin-inline: auto;
}

.fabric-hero-media {
  width: min(640px, 100%);
  height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.fabric-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fabric-sample-grid,
.fabric-advice-grid {
  display: grid;
  width: var(--content);
  margin-inline: auto;
  gap: 18px;
}

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

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

.fabric-sample-card,
.fabric-advice-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(8, 43, 34, 0.08);
}

.fabric-sample-card {
  display: grid;
  grid-template-rows: 150px 1fr;
  overflow: hidden;
}

.fabric-season-block {
  width: var(--content);
  margin: 0 auto 48px;
}

.fabric-season-block:last-child {
  margin-bottom: 0;
}

.fabric-season-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.fabric-season-heading p:not(.eyebrow) {
  color: var(--muted);
}

.fabric-real-grid {
  width: 100%;
}

.fabric-real-card {
  grid-template-rows: 220px 1fr;
}

.fabric-real-card figure {
  display: block;
  height: 220px;
  margin: 0;
  overflow: hidden;
  background: #f1f2ef;
}

.fabric-real-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.fabric-real-card:hover img {
  transform: scale(1.035);
}

.fabric-card-copy {
  display: grid;
  gap: 10px;
}

.fabric-tag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
}

.season-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  line-height: 1;
}

.season-ss {
  color: var(--navy);
  background: rgba(199, 154, 52, 0.2);
}

.season-aw {
  color: var(--white);
  background: var(--navy);
}

.season-3s {
  color: var(--navy);
  background: rgba(199, 154, 52, 0.22);
}

.fabric-meta {
  font-weight: 800;
}

.fabric-sample-card div:last-child,
.fabric-advice-card {
  padding: 22px;
}

.fabric-sample-card > div > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fabric-sample-card h3,
.fabric-advice-card h3 {
  margin-bottom: 10px;
}

.fabric-sample-card p,
.fabric-advice-card p {
  margin: 0;
  color: var(--muted);
}

.fabric-swatch {
  min-height: 150px;
}

.swatch-navy-stripe {
  background:
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 255, 255, 0.48) 35px 37px),
    linear-gradient(135deg, #091d36, #16385c);
}

.swatch-charcoal {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 7px),
    linear-gradient(135deg, #25282b, #555b60);
}

.swatch-light-gray {
  background:
    repeating-linear-gradient(90deg, rgba(8, 43, 34, 0.12) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #cdd2d4, #f2f3f1);
}

.swatch-navy-window {
  background:
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(255, 255, 255, 0.36) 55px 57px),
    repeating-linear-gradient(0deg, transparent 0 54px, rgba(255, 255, 255, 0.26) 55px 57px),
    linear-gradient(135deg, #0b243a, #1d496b);
}

.swatch-black {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 6px),
    linear-gradient(135deg, #050505, #232323);
}

.swatch-medium-gray {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 14px),
    linear-gradient(135deg, #5d6368, #9ca2a5);
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .site-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    padding-top: 8px;
    overflow-x: auto;
    border-top: 1px solid rgba(216, 222, 230, 0.72);
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    padding: 4px 0;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
    background:
      linear-gradient(180deg, rgba(8, 43, 34, 0.76) 0%, rgba(8, 43, 34, 0.54) 58%, rgba(8, 43, 34, 0.24) 100%),
      url("assets/hero-suit-store-optimized.jpg") center bottom / cover no-repeat;
  }

  .feature-grid,
  .reason-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-block,
  .early-grid,
  .product,
  .canonic,
  .reserve {
    grid-template-columns: 1fr;
  }

  .plan-block {
    grid-template-areas:
      "intro"
      "media"
      "details";
  }

  .product-copy-group {
    display: contents;
  }

  .product-copy-group .product-text {
    order: 1;
  }

  .product .business-standard-media {
    order: 2;
  }

  .product .fabric-media {
    order: 2;
  }

  .product-copy-group .deal-box {
    order: 3;
  }

  .fabric-page-hero {
    grid-template-columns: 1fr;
  }

  .fabric-page-hero .section-heading,
  .fabric-hero-media {
    justify-self: center;
    width: var(--content);
  }

  .fabric-hero-media {
    height: 380px;
  }

  .fabric-sample-grid,
  .fabric-advice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --content: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 74px;
  }

  .brand img {
    width: clamp(132px, 42vw, 170px);
    max-height: 40px;
  }

  .header-cta {
    min-width: 92px;
    padding: 9px 13px;
    font-size: 0.9rem;
  }

  .hero,
  .intro,
  .fair-summary,
  .plan-block,
  .early,
  .product,
  .reasons,
  .faq,
  .notice,
  .reserve,
  .store,
  .flow,
  .fabric-page-hero,
  .fabric-overview,
  .fabric-advice,
  .fabric-page-cta,
  .hero {
    gap: 28px;
    padding-inline: 14px;
    padding-top: 52px;
    padding-bottom: 72px;
  }

  h1 {
    margin-bottom: 14px;
  }

  h2 {
    margin-bottom: 14px;
  }

  .hero-offers,
  .summary-grid,
  .feature-grid,
  .reason-list,
  .fabric-sample-grid,
  .fabric-advice-grid {
    grid-template-columns: 1fr;
  }

  .hero-offers > div {
    padding: 16px;
  }

  .plan-media,
  .early figure,
  .fabric-media,
  .business-standard-media,
  .reserve figure,
  .fabric-hero-media {
    height: 300px;
  }

  .speed-plan-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .speed-plan-media img[data-image-role="speed-plan"] {
    object-position: center center;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .price-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-step {
    min-height: 0;
  }

  .price-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .feature-card,
  .summary-card,
  .deal-box,
  .reason-list article,
  .store-panel,
  .store-card,
  .fabric-advice-card {
    padding: 22px;
  }

  .feature-photo {
    height: 190px;
    margin: -22px -22px 22px;
  }

  .flow-card,
  .flow-card:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .flow-card:nth-child(even) figure {
    order: 0;
  }

  .flow-card figure {
    height: 240px;
  }

  .flow-copy {
    padding: 22px;
  }

  .early-note {
    padding: 22px;
  }

  .store-panel div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .store-grid {
    grid-template-columns: 1fr;
  }

  .store-card dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .store-actions {
    grid-template-columns: 1fr;
  }

  .fabric-season-block,
  .fabric-real-grid,
  .fabric-real-card,
  .fabric-real-card figure,
  .fabric-real-card img {
    min-width: 0;
  }

  .fabric-real-card {
    grid-template-rows: auto 1fr;
  }

  .fabric-real-card figure {
    height: auto;
    min-height: 180px;
    aspect-ratio: 3 / 2;
  }

  .fabric-real-card img {
    display: block;
    min-height: 180px;
  }

  body {
    padding-bottom: 82px;
  }

  .fixed-mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 18px;
    color: var(--navy);
    background: var(--gold);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(8, 43, 34, 0.28);
    font-weight: 900;
    opacity: 0;
    text-align: center;
    transform: translateY(120%);
    transition: opacity 0.28s ease-out, transform 0.28s ease-out;
    pointer-events: none;
  }

  .fixed-mobile-cta.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
