@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Manrope:wght@400;500;600&display=swap");

:root {
  --paper: #f2eadc;
  --paper-deep: #e6d7c1;
  --wine: #7c1f32;
  --wine-dark: #571421;
  --ink: #241b17;
  --muted: #705f55;
  --gold: #b38848;
  --line: rgba(36, 27, 23, 0.2);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1280px, calc(100% - 80px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(124, 31, 50, 0.045) 0.7px, transparent 0.7px);
  background-size: 6px 6px;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

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

.site-header {
  width: var(--shell);
  height: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.brand__mark {
  width: 43px;
  height: 43px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.14em;
}

.brand__mark span { color: var(--wine); font-style: italic; }

.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { font-size: 14px; position: relative; }
.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.button {
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: #fffaf3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { background: var(--wine-dark); transform: translateY(-2px); }
.button--small { justify-self: end; min-height: 43px; padding: 0 20px; }
.button--light { color: var(--wine); background: var(--paper); border-color: var(--paper); }
.button--light:hover { background: #fff9ef; }
.menu-toggle { display: none; }

.hero {
  width: var(--shell);
  min-height: calc(100vh - 100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: stretch;
  position: relative;
}

.hero__copy {
  padding: clamp(72px, 9vw, 130px) 50px 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.eyebrow {
  margin-bottom: 24px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.eyebrow::before { content: "— "; }
.eyebrow--light { color: #f4d9c4; }

.hero h1,
.section-heading h2,
.choice-band h2,
.craft h2,
.delivery h2,
.consultation h2 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero h1 { font-size: clamp(4.5rem, 7vw, 7.5rem); }
h1 em, h2 em { color: var(--wine); font-weight: 500; }
.hero__lead { max-width: 540px; font-size: 18px; color: var(--muted); }
.hero__actions { margin-top: 26px; display: flex; align-items: center; gap: 30px; }
.hero__note { color: var(--muted); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.08em; }

.hero__visual { position: relative; min-height: 650px; overflow: hidden; }
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 7% 0 9% 8%;
  border: 1px solid rgba(124, 31, 50, 0.25);
  transform: rotate(3deg);
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: relative; }
.hero__year {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: -24px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.11em;
  background: var(--wine);
  color: white;
}
.hero__model {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  width: 210px;
  padding: 18px 20px;
  background: rgba(242, 234, 220, 0.94);
  backdrop-filter: blur(8px);
  display: grid;
  gap: 4px;
}
.hero__model span { color: var(--muted); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.hero__model strong { font: 600 25px/1.15 var(--display); }
.hero__side-note {
  position: absolute;
  left: -42px;
  bottom: 45px;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  letter-spacing: 0.25em;
  color: var(--muted);
}

.marquee {
  min-height: 94px;
  padding: 24px max(40px, calc((100vw - 1280px) / 2));
  color: #fff9ee;
  background: var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.marquee div { padding: 6px 42px; border-right: 1px solid rgba(255,255,255,.2); text-align: center; font: 500 23px/1.2 var(--display); }
.marquee div:last-child { border-right: 0; }
.marquee span { margin-right: 16px; color: var(--gold); font: 500 10px/1 var(--sans); letter-spacing: .12em; }

.section-shell { width: var(--shell); margin: 0 auto; }
.catalog { padding: 120px 0 140px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .craft h2, .delivery h2, .consultation h2 { font-size: clamp(4.1rem, 6.5vw, 7rem); }
.section-heading > p { max-width: 420px; margin: 0 0 24px; color: var(--muted); font-size: 17px; }

.filters { margin: 55px 0 38px; display: flex; gap: 10px; flex-wrap: wrap; }
.filters button {
  min-height: 44px;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}
.filters button[aria-pressed="true"] { color: white; background: var(--wine); border-color: var(--wine); }

[data-product-grid] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 22px; }
.product-card { min-width: 0; }
.product-card__image-wrap { position: relative; overflow: hidden; background: var(--paper-deep); aspect-ratio: 4 / 5; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-card__image { transform: scale(1.025); }
.product-card__index { position: absolute; top: 15px; left: 15px; color: rgba(36,27,23,.6); font-size: 11px; letter-spacing: .1em; }
.product-card__body { padding: 19px 2px 0; }
.product-card__label { margin-bottom: 7px; color: var(--wine); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 7px; font: 600 31px/1 var(--display); letter-spacing: -.02em; }
.product-card__spec { margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.product-card__footer { padding-top: 15px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-card__footer strong { font-size: 16px; font-weight: 600; }
.text-button { padding: 8px 0; border: 0; color: var(--wine); background: transparent; cursor: pointer; font-size: 14px; font-weight: 600; }
.text-button span { display: inline-block; margin-left: 7px; transition: transform 180ms ease; }
.text-button:hover span { transform: translate(3px, -3px); }

.choice-band {
  padding: 95px max(40px, calc((100vw - 1280px) / 2));
  background: var(--wine);
  color: #fff8ed;
  display: grid;
  grid-template-columns: 90px 1.3fr .7fr;
  align-items: end;
  gap: 45px;
  position: relative;
  overflow: hidden;
}
.choice-band::after { content: "SIX"; position: absolute; right: -25px; top: -90px; color: rgba(255,255,255,.035); font: 600 330px/.8 var(--display); }
.choice-band h2 { margin: 0; font-size: clamp(3.8rem, 6vw, 6.6rem); }
.choice-band h2 em { color: #e9c89c; }
.choice-band__number { align-self: start; color: var(--gold); font-size: 12px; letter-spacing: .18em; }
.choice-band__copy { position: relative; z-index: 1; }
.choice-band__copy p { margin-bottom: 30px; color: #ead9cf; }

.craft { padding: 135px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.craft__intro > p:last-child { max-width: 550px; color: var(--muted); font-size: 17px; }
.craft__steps { margin: 65px 0 0; padding: 0; list-style: none; }
.craft__steps li { padding: 28px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 55px 1fr; gap: 20px; }
.craft__steps li:last-child { border-bottom: 1px solid var(--line); }
.craft__steps li > span { padding-top: 6px; color: var(--wine); font-size: 11px; letter-spacing: .16em; }
.craft__steps strong { font: 600 27px/1.2 var(--display); }
.craft__steps p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.delivery { padding: 100px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 160px 1fr 1fr; gap: 70px; align-items: center; }
.delivery__stamp { width: 145px; height: 145px; border: 1px solid var(--wine); border-radius: 50%; display: grid; place-items: center; align-content: center; color: var(--wine); text-align: center; font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; transform: rotate(-9deg); }
.delivery__stamp span { font: 500 53px/.85 var(--display); }
.delivery h2 { margin: 0; }
.delivery__copy { color: var(--muted); }
.delivery__copy ul { margin: 25px 0 0; padding: 0; list-style: none; color: var(--ink); }
.delivery__copy li { padding: 10px 0 10px 23px; border-top: 1px solid var(--line); position: relative; font-size: 14px; }
.delivery__copy li::before { content: "·"; position: absolute; left: 3px; color: var(--wine); font-size: 21px; }

.consultation {
  padding: 120px max(40px, calc((100vw - 1280px) / 2));
  background: var(--paper-deep);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11%;
}
.consultation__heading > p:last-child { max-width: 540px; color: var(--muted); }
.consultation__form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; align-content: start; }
.consultation__form label { display: grid; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.consultation__form label:nth-child(3) { grid-column: 1 / -1; }
.consultation__form input:not([type="checkbox"]), .consultation__form select {
  min-width: 0;
  min-height: 54px;
  padding: 0 3px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: 16px;
  outline: none;
}
.consultation__form input:focus, .consultation__form select:focus { border-bottom-color: var(--wine); box-shadow: 0 1px 0 var(--wine); }
.consultation__form input::placeholder { color: #958479; }
.checkbox { grid-column: 1 / -1; display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 11px !important; color: var(--muted); font-size: 11px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; }
.checkbox input { width: 18px; height: 18px; accent-color: var(--wine); }
.consultation__form .button { width: max-content; }
.form-status { grid-column: 1 / -1; min-height: 26px; margin: 0; color: var(--wine); font-size: 14px; }

.site-footer {
  padding: 50px max(40px, calc((100vw - 1280px) / 2));
  color: #f4eadf;
  background: var(--ink);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  align-items: center;
  gap: 40px;
}
.brand--footer .brand__mark { border-color: #f4eadf; }
.site-footer > div { display: grid; gap: 4px; font-size: 13px; }
.site-footer > div span { color: #aa9c92; font-size: 11px; }
.site-footer > div a:hover { color: #e8bf8c; }
.site-footer > p { margin: 0; color: #887a72; font-size: 11px; }

@media (max-width: 960px) {
  :root { --shell: calc(100% - 48px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header > .button { display: none; }
  .menu-toggle { justify-self: end; display: grid; place-content: center; gap: 6px; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span { display: block; width: 21px; height: 1px; background: var(--ink); }
  .site-nav { display: none; }
  .site-nav[data-open] { position: absolute; top: 82px; right: 0; display: grid; width: min(280px, 100%); padding: 24px; gap: 20px; background: var(--ink); color: white; box-shadow: 0 14px 32px rgba(36,27,23,.2); }
  .site-nav a { min-height: 44px; display: flex; align-items: center; }
  .hero { grid-template-columns: 52% 48%; }
  .hero h1 { font-size: clamp(4rem, 8.3vw, 6.4rem); }
  .hero__copy { padding-right: 28px; }
  [data-product-grid] { grid-template-columns: repeat(2, 1fr); }
  .choice-band { grid-template-columns: 50px 1fr 1fr; gap: 28px; }
  .craft { gap: 7%; }
  .delivery { grid-template-columns: 120px 1fr 1fr; gap: 35px; }
  .delivery__stamp { width: 112px; height: 112px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 1rem; }
  .site-header { height: 78px; }
  .site-nav[data-open] { top: 68px; }
  .hero { min-height: auto; padding: 48px 0 32px; grid-template-columns: 1fr; }
  .hero__copy { padding: 0 0 35px; }
  .hero h1 { font-size: clamp(4rem, 19vw, 5.7rem); }
  .hero__lead { font-size: 16px; }
  .hero__actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__visual { min-height: 510px; }
  .hero__year { top: 18px; left: -8px; }
  .hero__side-note { display: none; }
  .hero__model { right: 12px; bottom: 12px; }
  .marquee { padding: 18px 16px; grid-template-columns: 1fr; }
  .marquee div { padding: 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 19px; }
  .marquee div:last-child { border-bottom: 0; }
  .catalog { padding: 82px 0 90px; }
  .section-heading, .choice-band, .craft, .delivery, .consultation { grid-template-columns: 1fr; }
  .section-heading { gap: 4px; }
  .section-heading h2, .craft h2, .delivery h2, .consultation h2 { font-size: clamp(4rem, 18vw, 5.5rem); }
  .filters { margin-top: 35px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filters button { flex: 0 0 auto; }
  [data-product-grid] { grid-template-columns: 1fr; gap: 45px; }
  .choice-band { padding: 76px 24px; gap: 28px; }
  .choice-band__number { position: absolute; right: 25px; top: 35px; }
  .choice-band h2 { font-size: clamp(3.7rem, 17vw, 5rem); }
  .craft { padding: 85px 0; gap: 15px; }
  .craft__steps { margin-top: 30px; }
  .delivery { padding: 80px 0; gap: 28px; }
  .delivery__stamp { order: 3; }
  .consultation { padding: 82px 24px; gap: 45px; }
  .consultation__form { grid-template-columns: 1fr; }
  .consultation__form label:nth-child(3), .checkbox, .form-status { grid-column: auto; }
  .consultation__form .button { width: 100%; }
  .site-footer { padding: 50px 24px; grid-template-columns: 1fr; gap: 30px; }
}

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