:root {
  --ink: #171715;
  --ink-soft: #262522;
  --paper: #f7f4ed;
  --paper-bright: #fffdf8;
  --text: #272622;
  --muted: #64615a;
  --line: #c9c4b9;
  --line-dark: #45423c;
  --gold: #c9a45d;
  --gold-bright: #f0c86f;
  --burgundy: #77353b;
  --burgundy-dark: #5f252b;
  --focus-light: #7a3b00;
  --focus-dark: #ffd67e;
  --shadow: 0 18px 50px rgba(23, 23, 21, 0.12);
  --radius: 12px;
  --header-height: 76px;
  --content: 1180px;
  font-synthesis: none;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", Meiryo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open { overflow: hidden; }

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

img { height: auto; }

a { color: inherit; }

button,
input,
select,
textarea { font: inherit; }

button { color: inherit; }

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

h1,
h2,
h3 {
  line-height: 1.14;
  text-wrap: balance;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
}

p,
li { text-wrap: pretty; }

[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid var(--focus-light);
  outline-offset: 3px;
}

.site-body--dark :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible,
.mobile-menu :focus-visible {
  outline-color: var(--focus-dark);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--paper-bright);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

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

.content-width {
  width: min(100%, calc(var(--content) + 40px));
  padding-left: max(20px, env(safe-area-inset-left));
  padding-right: max(20px, env(safe-area-inset-right));
  margin-inline: auto;
}

.site-main { min-height: 60svh; }

.site-body--light {
  background: var(--paper);
  color: var(--text);
}

.site-body--dark {
  background: var(--ink);
  color: var(--paper);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: calc(var(--header-height) + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid rgba(240, 200, 111, 0.2);
  background: rgba(23, 23, 21, 0.96);
  color: var(--paper-bright);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  width: min(100%, 1356px);
  min-height: var(--header-height);
  padding-left: max(18px, env(safe-area-inset-left));
  padding-right: max(18px, env(safe-area-inset-right));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--paper-bright);
  text-decoration: none;
}

.brand img {
  width: 66px;
  height: 33px;
  object-fit: contain;
}

.brand span { display: grid; line-height: 1; }
.brand b { font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: 0.16em; }
.brand small { margin-top: 6px; color: var(--gold-bright); font-size: 0.7rem; letter-spacing: 0.28em; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.desktop-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 7px;
  color: #e9e5dc;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] { background: rgba(255, 255, 255, 0.08); color: #fff; }
.desktop-nav a[aria-current="page"] { box-shadow: inset 0 -4px var(--gold-bright); }
.desktop-nav .nav-language { color: var(--gold-bright); }
.desktop-nav .nav-cta { margin-left: 4px; padding-inline: 17px; background: var(--gold-bright); color: var(--ink); }
.desktop-nav .nav-cta:hover,
.desktop-nav .nav-cta[aria-current="page"] { background: #ffe09a; color: var(--ink); }
.desktop-nav .nav-cta[aria-current="page"] { box-shadow: inset 0 -4px var(--burgundy-dark); }

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  place-content: center;
  gap: 5px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.menu-scrim {
  position: fixed;
  z-index: 190;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
}

.mobile-menu {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: min(92vw, 430px);
  height: 100dvh;
  overflow-y: auto;
  padding-top: calc(18px + env(safe-area-inset-top));
  padding-right: max(22px, env(safe-area-inset-right));
  padding-bottom: calc(22px + env(safe-area-inset-bottom));
  padding-left: max(22px, env(safe-area-inset-left));
  background: var(--ink-soft);
  color: var(--paper-bright);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.35);
}

.mobile-menu__head { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; }
.mobile-menu__title { display: inline-flex; min-height: 48px; align-items: center; color: inherit; font-family: Georgia, serif; letter-spacing: 0.14em; text-decoration: none; }
.mobile-menu__title small { color: var(--gold-bright); }

.menu-close {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-close::before,
.menu-close::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 13px;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.menu-close::before { transform: rotate(45deg); }
.menu-close::after { transform: rotate(-45deg); }

.mobile-menu__nav { display: grid; margin-top: 34px; }
.mobile-menu__nav a {
  display: flex;
  min-height: 58px;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(1.25rem, 6vw, 1.65rem);
  text-decoration: none;
}
.mobile-menu__nav a:hover { color: var(--gold-bright); }
.mobile-menu__nav a[aria-current="page"] { padding-left: 16px; box-shadow: inset 4px 0 var(--gold-bright); color: var(--gold-bright); }
.mobile-menu__nav .mobile-menu__cta {
  justify-content: center;
  min-height: 52px;
  margin-top: 26px;
  border: 0;
  border-radius: 7px;
  background: var(--gold-bright);
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}
.mobile-menu__nav .mobile-menu__cta[aria-current="page"] { padding-left: 0; box-shadow: inset 0 -4px var(--burgundy-dark); color: var(--ink); }
.mobile-menu__language {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 24px;
  color: var(--gold-bright);
  font-weight: 700;
}

/* Shared type and actions */
.eyebrow {
  margin-bottom: 14px;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-body--dark .eyebrow,
.section--ink .eyebrow,
.warranty-band .eyebrow,
.page-hero .eyebrow { color: var(--gold-bright); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.button--primary { background: var(--gold-bright); color: var(--ink); }
.button--primary:hover { background: #ffe09a; }
.button--ghost { border-color: rgba(255, 255, 255, 0.58); color: #fff; }
.button--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }
.button--burgundy { background: var(--burgundy); color: #fff; }
.button--burgundy:hover { background: var(--burgundy-dark); }

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--burgundy);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.text-link:hover { color: var(--burgundy-dark); }

/* Home */
.home-hero {
  position: relative;
  min-height: min(780px, calc(100svh - var(--header-height)));
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.home-hero__media,
.home-hero__shade { position: absolute; z-index: -2; inset: 0; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 10, 9, 0.88) 0%, rgba(10, 10, 9, 0.58) 47%, rgba(10, 10, 9, 0.2) 78%), linear-gradient(0deg, rgba(10, 10, 9, 0.55), transparent 55%);
}
.home-hero__content { padding-block: clamp(72px, 12vw, 130px); }
.home-hero h1 { margin-bottom: 20px; font-size: clamp(3.1rem, 10vw, 7.4rem); letter-spacing: 0.07em; }
.home-hero h1 span { display: block; }
.home-hero h1 small { display: block; margin-top: 7px; color: var(--gold-bright); font-family: "Yu Mincho", serif; font-size: 0.25em; letter-spacing: 0.42em; }
.home-hero__lede { max-width: 650px; margin-bottom: 0; color: #f0ede5; font-size: clamp(1.08rem, 2.4vw, 1.4rem); line-height: 1.6; }

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: #201f1c;
}
.fact-strip div { min-height: 108px; display: grid; place-content: center; padding: 18px; border-right: 1px solid var(--line-dark); text-align: center; }
.fact-strip div:last-child { border-right: 0; }
.fact-strip strong { color: var(--gold-bright); font-family: Georgia, serif; font-size: clamp(1.45rem, 4vw, 2rem); font-weight: 400; }
.fact-strip span { color: #dad5cc; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.section { padding-block: clamp(64px, 9vw, 112px); }
.section--paper { background: var(--paper); color: var(--text); }
.section--ink { background: var(--ink-soft); color: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: clamp(36px, 6vw, 62px); }
.section-heading h2,
.split-feature h2,
.quality-note h2,
.warranty-band h2 { margin-bottom: 20px; font-size: clamp(2rem, 5vw, 3.8rem); }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.06rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); box-shadow: 0 8px 25px rgba(23, 23, 21, 0.06); }
.product-card__visual,
.product-detail__marker {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1.835 / 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 4vw, 34px);
  background: radial-gradient(circle at 78% 20%, rgba(240, 200, 111, 0.2), transparent 30%), linear-gradient(135deg, #302e29, #11110f 70%);
  color: var(--gold-bright);
}
.product-card__visual::before,
.product-detail__marker::before { content: ""; position: absolute; z-index: -1; inset: 18px; border: 1px solid rgba(240, 200, 111, 0.28); }
.product-card__visual span,
.product-detail__marker span { font-family: Georgia, serif; font-size: clamp(3.2rem, 8vw, 6rem); line-height: 0.8; }
.product-card__visual small,
.product-detail__marker small { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; }
.product-card:nth-child(2) .product-card__visual { background: radial-gradient(circle at 24% 74%, rgba(119, 53, 59, 0.42), transparent 35%), linear-gradient(135deg, #292824, #11110f 70%); }
.product-card:nth-child(3) .product-card__visual { background: radial-gradient(circle at 78% 20%, rgba(240, 200, 111, 0.14), transparent 30%), linear-gradient(135deg, #3a3832, #181714 70%); }
.product-card__body { padding: 26px; }
.product-card__type { margin-bottom: 7px; color: var(--burgundy); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 12px; color: var(--ink); font-family: Georgia, "Yu Mincho", serif; font-size: 1.65rem; font-weight: 400; }
.product-card__body > p:not(.product-card__type) { color: var(--muted); }
.spec-list { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 22px 0 0; list-style: none; }
.spec-list li { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: #49473f; font-size: 0.78rem; font-weight: 700; }
.section-action { margin-top: 32px; }

.split-feature { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 100px); }
.feature-list { display: grid; gap: 0; }
.feature-list article { padding: 28px 0; border-top: 1px solid var(--line-dark); }
.feature-list article:last-child { border-bottom: 1px solid var(--line-dark); }
.feature-list h3 { margin-bottom: 8px; color: var(--gold-bright); font-size: 1.18rem; }
.feature-list p { margin-bottom: 0; color: #d4d0c7; }

.quality-note { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: clamp(24px, 5vw, 60px); max-width: 980px; }
.quality-note__mark { width: clamp(72px, 11vw, 116px); aspect-ratio: 1; display: grid; place-content: center; border: 2px solid var(--burgundy); border-radius: 50%; color: var(--burgundy); font-family: "Yu Mincho", serif; font-size: clamp(2rem, 5vw, 3.4rem); }
.quality-note p:last-child { max-width: 700px; color: var(--muted); font-size: 1.07rem; }

.warranty-band { border-top: 1px solid var(--line-dark); background: #201f1c; color: var(--paper); }
.warranty-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.warranty-band__inner > div { max-width: 720px; }
.warranty-band p:last-child { margin-bottom: 0; color: #d5d0c7; }

/* Collection */
.page-hero { padding-block: clamp(74px, 10vw, 120px); background: linear-gradient(135deg, #201f1c, #11110f); color: var(--paper); }
.page-hero--compact { padding-block: clamp(64px, 9vw, 100px); }
.page-hero h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(2.5rem, 6.5vw, 5.3rem); }
.page-hero p:last-child { max-width: 740px; margin-bottom: 0; color: #d7d3ca; font-size: 1.08rem; }

.range-figure { margin: 0 0 clamp(64px, 9vw, 110px); }
.range-figure picture { overflow: hidden; display: block; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.range-figure img { width: 100%; aspect-ratio: 1.835 / 1; object-fit: cover; }
.range-figure figcaption { max-width: 760px; margin-top: 14px; color: var(--muted); font-size: 0.86rem; }
.product-detail-list { display: grid; gap: clamp(64px, 10vw, 120px); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr); align-items: center; gap: clamp(34px, 7vw, 82px); }
.product-detail:nth-child(even) .product-detail__marker { order: 2; }
.product-detail__marker { border-radius: var(--radius); box-shadow: var(--shadow); }
.product-detail h2 { margin-bottom: 10px; color: var(--ink); font-size: clamp(2rem, 4.5vw, 3.2rem); }
.product-detail__tagline { color: var(--burgundy); font-size: 1.05rem; font-weight: 750; }
.product-detail__content > p:not(.product-card__type, .product-detail__tagline) { color: var(--muted); }
.spec-table { margin: 28px 0; border-top: 1px solid var(--line); }
.spec-table div { display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 16px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.spec-table dt { color: var(--muted); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; }
.spec-table dd { margin: 0; font-weight: 700; }

/* Content pages */
.content-page { background: var(--paper); color: var(--text); }
.content-page__hero { padding-block: clamp(56px, 8vw, 94px); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.content-page__hero .content-width { width: min(100%, 940px); margin-inline: auto; }
.content-page__hero h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 6vw, 4.8rem); }
.content-page__hero p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.content-page__body { padding-block: clamp(52px, 8vw, 94px); }
.content-page__body > .content-width { max-width: 980px; }
.content-page h2 { margin: 0 0 18px; color: var(--ink); font-size: clamp(1.75rem, 4vw, 2.8rem); }
.content-page h3 { color: var(--ink); }
.lead { font-size: 1.16rem; }
.prose-section + .prose-section { margin-top: clamp(48px, 7vw, 78px); }
.prose-section > p { max-width: 780px; color: var(--muted); }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.three-column { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }
.info-card h3 { margin-bottom: 10px; font-size: 1.16rem; }
.info-card p:last-child { margin-bottom: 0; color: var(--muted); }

.notice {
  padding: 24px;
  border-left: 4px solid var(--burgundy);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #eee8dc;
}
.notice--warm { border-left-color: #8c5b00; background: #f5ead2; }
.notice h2,
.notice h3 { margin-bottom: 9px; font-family: inherit; font-size: 1.08rem; font-weight: 800; }
.notice p:last-child { margin-bottom: 0; color: #44413a; }
.notice + .form-layout { margin-top: clamp(32px, 5vw, 52px); }

.step-list { counter-reset: steps; display: grid; gap: 18px; padding: 0; list-style: none; }
.step-list li { position: relative; min-height: 58px; padding: 5px 0 5px 70px; }
.step-list li::before { counter-increment: steps; content: counter(steps); position: absolute; top: 0; left: 0; width: 50px; height: 50px; display: grid; place-content: center; border: 1px solid var(--burgundy); border-radius: 50%; color: var(--burgundy); font-family: Georgia, serif; font-size: 1.3rem; }
.step-list strong { display: block; color: var(--ink); }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 4px; color: var(--ink); font-weight: 800; cursor: pointer; }
.faq-list summary::after { content: "+"; color: var(--burgundy); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 4px 20px; color: var(--muted); }

.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.data-table { width: 100%; min-width: 640px; border-collapse: collapse; background: var(--paper-bright); }
.data-table th,
.data-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { background: #ece8df; color: var(--ink); }

/* Forms */
.form-layout { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(36px, 7vw, 76px); }
.form-aside { position: sticky; top: calc(var(--header-height) + 24px); }
.form-aside h2 { font-size: clamp(1.7rem, 4vw, 2.45rem); }
.form-aside p { color: var(--muted); }
.form-card { padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); box-shadow: 0 12px 34px rgba(23, 23, 21, 0.07); }
.form-card fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.form-card fieldset + fieldset { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.form-card legend { width: 100%; margin-bottom: 22px; color: var(--ink); font-family: Georgia, "Yu Mincho", serif; font-size: 1.55rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 0.92rem; font-weight: 800; }
.field .optional { color: var(--muted); font-size: 0.78rem; font-weight: 600; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 2px solid #807c73;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: #4b4944; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--burgundy); }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible { outline: 3px solid var(--focus-light); outline-offset: 2px; }
.field-help { display: block; margin-top: 7px; color: #555149; font-size: 0.84rem; line-height: 1.5; }
.checkbox-field { margin-top: 25px; }
.checkbox-field label { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; gap: 11px; color: #35332f; cursor: pointer; }
.checkbox-field input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--burgundy); }
.checkbox-field a { color: var(--burgundy); font-weight: 700; }
.form-actions { margin-top: 28px; }
.form-actions .button { width: 100%; border: 0; cursor: pointer; }
.form-privacy { margin: 12px 0 0; color: var(--muted); font-size: 0.82rem; text-align: center; }

/* Footer */
.site-footer { padding: clamp(54px, 8vw, 84px) max(20px, env(safe-area-inset-right), calc((100vw - var(--content)) / 2)) calc(24px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left), calc((100vw - var(--content)) / 2)); border-top: 1px solid var(--line-dark); background: #11110f; color: #e9e5dc; }
.site-footer__top { display: grid; grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr); gap: clamp(45px, 8vw, 100px); }
.site-footer__brand > a { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: 0.14em; text-decoration: none; }
.site-footer__brand > a span { color: var(--gold-bright); }
.site-footer__brand p { max-width: 310px; margin-top: 14px; color: #aaa59b; }
.site-footer__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.site-footer__links h2 { margin-bottom: 15px; color: var(--gold-bright); font-family: inherit; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.site-footer__links a { display: flex; min-height: 44px; align-items: center; color: #d1cdc4; font-size: 0.9rem; text-decoration: none; }
.site-footer__links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line-dark); color: #aaa59b; font-size: 0.84rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer__bottom a { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer__links a[aria-current="page"],
.site-footer__bottom a[aria-current="page"] { color: #fff; text-decoration: underline; text-decoration-color: var(--gold-bright); text-decoration-thickness: 2px; text-underline-offset: 5px; }

@media (max-width: 959px) {
  :root { --header-height: 70px; }
  .desktop-nav { gap: 0; overflow-x: auto; }
  .js .desktop-nav { display: none; }
  .js .menu-button { display: grid; }
  .no-js .site-header__inner { align-items: flex-start; padding-block: 10px; }
  .no-js .desktop-nav { flex-wrap: wrap; justify-content: flex-end; }
  .no-js .desktop-nav a { min-height: 40px; padding-inline: 9px; }
  .product-grid { grid-template-columns: 1fr; max-width: 680px; }
  .product-card { display: grid; grid-template-columns: minmax(200px, 0.85fr) minmax(0, 1.15fr); }
  .product-card__visual { height: 100%; aspect-ratio: auto; }
  .split-feature { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail:nth-child(even) .product-detail__marker { order: 0; }
  .form-layout { grid-template-columns: 1fr; }
  .form-aside { position: static; }
  .site-footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .content-width { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
  .brand img { width: 58px; height: 29px; }
  .brand b { font-size: 0.95rem; }
  .home-hero { min-height: min(720px, calc(100svh - var(--header-height))); }
  .home-hero__shade { background: linear-gradient(0deg, rgba(10, 10, 9, 0.9) 0%, rgba(10, 10, 9, 0.58) 66%, rgba(10, 10, 9, 0.25) 100%); }
  .home-hero__media img { object-position: 58% center; }
  .home-hero__content { padding-block: 62px; }
  .home-hero h1 { font-size: clamp(2.65rem, 15vw, 4.5rem); letter-spacing: 0.055em; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .fact-strip div { min-height: 92px; padding: 14px 8px; }
  .fact-strip strong { font-size: 1.26rem; }
  .fact-strip span { font-size: 0.75rem; letter-spacing: 0.04em; }
  .product-card { display: block; }
  .product-card__visual { height: auto; aspect-ratio: 1.835 / 1; }
  .product-card__body { padding: 22px; }
  .quality-note { grid-template-columns: 1fr; }
  .quality-note__mark { width: 72px; }
  .warranty-band__inner { align-items: stretch; flex-direction: column; }
  .warranty-band .button { width: 100%; }
  .two-column,
  .three-column,
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-card { padding: 24px 18px; }
  .content-page__hero .content-width { margin-inline: auto; }
  .data-table-wrap { overflow: visible; border: 0; }
  .data-table { min-width: 0; display: block; background: transparent; }
  .data-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .data-table tbody { display: grid; gap: 14px; }
  .data-table tbody tr { display: grid; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }
  .data-table tbody td { display: grid; grid-template-columns: minmax(82px, 0.42fr) minmax(0, 1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
  .data-table tbody td:last-child { border-bottom: 0; }
  .data-table tbody td::before { content: attr(data-label); color: var(--muted); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
  .site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 40px; }
}

@media (max-width: 420px) {
  .site-footer__links { grid-template-columns: 1fr; }
  .site-footer__links a { min-height: 44px; }
  .spec-table div { grid-template-columns: 90px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .button,
  .menu-close,
  .field input,
  .field select,
  .field textarea { border: 2px solid ButtonText; }
}
