:root {
  --paper: #f3eee4;
  --paper-deep: #e6ddcd;
  --ink: #211d1a;
  --muted: #706860;
  --wine: #501f26;
  --wine-dark: #321419;
  --brass: #b88a3d;
  --brass-light: #d9bd79;
  --line: rgba(65, 48, 33, .18);
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1240px, calc(100% - 48px));
  height: 94px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  color: #fffaf1;
}

.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border: 1px solid var(--brass-light);
  border-radius: 50%;
  color: var(--brass-light);
  font: 700 22px Georgia, "Times New Roman", serif;
}
.brand-copy strong { display: block; font: 600 18px Georgia, "Times New Roman", serif; letter-spacing: .02em; }
.brand-copy small { display: block; margin-top: 3px; color: rgba(255, 255, 255, .6); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }

.header-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.header-nav > a:not(.header-cta) { color: rgba(255, 255, 255, .75); transition: color .2s ease; }
.header-nav > a:not(.header-cta):hover { color: white; }
.header-cta { padding: 12px 20px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 99px; transition: background .2s ease; }
.header-cta:hover { background: rgba(255, 255, 255, .12); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 6vw;
  padding: 148px max(32px, calc((100vw - 1240px) / 2)) 74px;
  color: white;
  background:
    radial-gradient(circle at 77% 45%, rgba(196, 153, 78, .22) 0 16%, transparent 42%),
    linear-gradient(125deg, #1e1b19 0%, #2c2220 48%, #4d2025 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: repeating-linear-gradient(120deg, transparent 0 27px, rgba(255, 255, 255, .18) 28px, transparent 29px 56px);
  pointer-events: none;
}
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--brass); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero .eyebrow, .eyebrow-light { color: var(--brass-light); }
.hero h1 { max-width: 700px; margin: 0; font: 500 clamp(54px, 6.1vw, 94px)/.96 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--brass-light); font-weight: 400; }
.hero-lead { max-width: 640px; margin: 31px 0 0; color: rgba(255, 255, 255, .72); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 99px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #f1d897; outline-offset: 4px; }
.button-primary { padding: 17px 25px; color: var(--wine-dark); background: var(--brass-light); }
.button-primary:hover { background: #ead39a; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 0; color: rgba(255, 255, 255, .8); font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.text-link:hover { color: white; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 44px; color: rgba(255, 255, 255, .48); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-notes span { display: flex; align-items: center; gap: 8px; }
.hero-notes span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--brass-light); }

.hero-visual { min-height: 550px; display: grid; place-items: center; }
.hero-halo { position: absolute; width: min(40vw, 510px); aspect-ratio: 1; border: 1px solid rgba(217, 189, 121, .38); border-radius: 50%; box-shadow: 0 0 0 42px rgba(217, 189, 121, .025), 0 0 0 84px rgba(217, 189, 121, .02); }
.hero-visual img { position: relative; z-index: 2; width: min(31vw, 410px); max-height: 540px; object-fit: contain; filter: drop-shadow(0 35px 28px rgba(0, 0, 0, .38)); mix-blend-mode: screen; }
.hero-year { position: absolute; top: 6px; right: 5%; color: rgba(255, 255, 255, .07); font: 700 118px/.8 Georgia, "Times New Roman", serif; letter-spacing: -.08em; }
.hero-seal { position: absolute; z-index: 3; right: 1%; bottom: 12%; width: 112px; height: 112px; border: 1px solid var(--brass-light); border-radius: 50%; background: rgba(42, 26, 24, .86); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--brass-light); transform: rotate(8deg); box-shadow: inset 0 0 0 5px rgba(217, 189, 121, .08); }
.hero-seal span { font-size: 8px; letter-spacing: .2em; }
.hero-seal strong { margin: 5px 0; font: 700 16px Georgia, "Times New Roman", serif; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1240px; margin: 0 auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(255, 253, 248, .5); }
.proof-strip div { display: flex; align-items: baseline; gap: 15px; padding: 25px 32px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--wine); font: 600 30px Georgia, "Times New Roman", serif; }
.proof-strip span { color: var(--muted); font-size: 12px; line-height: 1.4; }

.section { max-width: 1240px; margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 40px; }
.section-heading h2, .choose h2, .about h2, .faq h2, .final-cta h2 { margin: 0; font: 500 clamp(42px, 4.2vw, 65px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.product-card:nth-child(2) { transform: translateY(28px); }
.product-index { position: absolute; z-index: 2; top: 22px; left: 22px; color: var(--brass); font: 700 12px Georgia, "Times New Roman", serif; letter-spacing: .12em; }
.product-image-wrap { position: relative; height: 365px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle, #fff 0 30%, #e9e2d8 65%, #ddd3c4 100%); }
.product-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 65%, rgba(45, 31, 26, .08)); pointer-events: none; }
.product-image-wrap img { width: 86%; height: 88%; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.02) drop-shadow(0 20px 14px rgba(61, 45, 30, .22)); transition: transform .5s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-content { padding: 28px; }
.product-kicker { min-height: 27px; margin: 0 0 13px; color: var(--brass); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-content h3 { margin: 0; font: 500 34px/1 Georgia, "Times New Roman", serif; }
.product-name { margin: 8px 0 0; color: var(--wine); font: italic 18px Georgia, "Times New Roman", serif; }
.product-description { min-height: 76px; margin: 18px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.fact-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 24px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fact-list li { position: relative; padding: 12px 4px 12px 15px; border-bottom: 1px solid var(--line); color: #4f4944; font-size: 12px; }
.fact-list li::before { content: ""; position: absolute; top: 18px; left: 1px; width: 5px; height: 5px; background: var(--brass); transform: rotate(45deg); }
.button-card { width: 100%; padding: 15px 18px; border: 1px solid var(--wine); color: var(--wine); }
.button-card:hover { color: white; background: var(--wine); }
.shop-note { margin: 58px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; text-align: center; }

.choose { color: white; background: var(--wine-dark); }
.choose-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.choose-intro { align-self: start; position: sticky; top: 50px; }
.choose-intro > p:last-child { max-width: 430px; margin: 27px 0 0; color: rgba(255, 255, 255, .62); font-size: 17px; line-height: 1.7; }
.choice-list article { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.choice-list article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.choice-number { color: var(--brass-light); font: italic 17px Georgia, "Times New Roman", serif; }
.choice-list h3 { margin: 0; font: 500 27px/1.2 Georgia, "Times New Roman", serif; }
.choice-list p { margin: 12px 0 0; color: rgba(255, 255, 255, .58); font-size: 14px; line-height: 1.7; }

.comparison { padding-bottom: 70px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: rgba(255, 253, 248, .55); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 19px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
th:last-child, td:last-child { border-right: 0; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
thead th { color: var(--white); background: var(--wine); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
thead th:first-child { background: var(--wine-dark); }
tbody th { width: 23%; color: var(--wine); font: 600 15px Georgia, "Times New Roman", serif; background: rgba(230, 221, 205, .46); }
tbody td { color: #514a44; font-size: 14px; }

.about { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; overflow: hidden; }
.about-number { position: absolute; z-index: -1; top: 60px; left: -18px; color: rgba(79, 31, 37, .055); font: 700 clamp(130px, 20vw, 280px)/.8 Georgia, "Times New Roman", serif; letter-spacing: -.1em; }
.about-title { align-self: center; }
.about-copy { padding: 0 0 0 50px; border-left: 1px solid var(--line); }
.about-lead { margin: 0 0 22px; color: var(--wine); font: 500 24px/1.45 Georgia, "Times New Roman", serif; }
.about-copy > p:not(.about-lead) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quality-grid div { min-height: 130px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-grid strong { display: block; margin-bottom: 9px; color: var(--wine); font: 600 16px Georgia, "Times New Roman", serif; }
.quality-grid span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.buy-process { background: var(--paper-deep); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(255, 253, 248, .35); }
.steps li { min-height: 240px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 44px; border: 1px solid var(--brass); border-radius: 50%; color: var(--brass); font: 600 15px Georgia, "Times New Roman", serif; }
.steps h3 { margin: 0 0 12px; font: 600 20px Georgia, "Times New Roman", serif; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq-title { align-self: start; position: sticky; top: 50px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; list-style: none; color: var(--ink); font: 600 18px/1.45 Georgia, "Times New Roman", serif; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 20px; right: 4px; color: var(--brass); font: 300 28px Arial, sans-serif; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 700px; margin: -4px 52px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 110px 24px; color: white; text-align: center; background: linear-gradient(135deg, #231b1a, var(--wine-dark)); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; top: 50%; width: 290px; height: 290px; border: 1px solid rgba(217, 189, 121, .14); border-radius: 50%; transform: translateY(-50%); }
.final-cta::before { left: -130px; box-shadow: 0 0 0 36px rgba(217, 189, 121, .025); }
.final-cta::after { right: -130px; box-shadow: 0 0 0 36px rgba(217, 189, 121, .025); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(44px, 5.5vw, 78px); }
.final-ornament { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 28px; border: 1px solid rgba(217, 189, 121, .65); border-radius: 50%; color: var(--brass-light); font: 700 26px Georgia, "Times New Roman", serif; }
.final-actions { display: flex; align-items: center; justify-content: center; gap: 40px; margin-top: 42px; }
.button-gold { padding: 17px 26px; color: var(--wine-dark); background: var(--brass-light); }
.button-gold:hover { background: #ead39a; }
.final-phone { text-align: left; }
.final-phone small { display: block; margin-bottom: 4px; color: rgba(255, 255, 255, .48); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.final-phone strong { color: white; font: 500 19px Georgia, "Times New Roman", serif; }

.site-footer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px 6vw; padding: 50px max(24px, calc((100vw - 1240px) / 2)); color: rgba(255, 255, 255, .72); background: #1a1716; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand strong { color: white; font: 600 17px Georgia, "Times New Roman", serif; }
.footer-brand p { margin: 5px 0 0; color: rgba(255, 255, 255, .38); font-size: 11px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 25px; font-size: 12px; }
.footer-links a:hover { color: white; }
.disclaimer { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .11); color: rgba(255, 255, 255, .34); font-size: 10px; line-height: 1.65; }

@media (max-width: 1100px) {
  .site-header, .section, .proof-strip { width: calc(100% - 48px); }
  .hero { grid-template-columns: 1fr .75fr; }
  .hero-visual img { width: min(38vw, 390px); }
  .product-image-wrap { height: 310px; }
  .product-content { padding: 24px; }
  .product-content h3 { font-size: 29px; }
  .button-card { font-size: 12px; }
}

@media (max-width: 820px) {
  .site-header { width: calc(100% - 36px); height: 78px; }
  .header-nav > a:not(.header-cta) { display: none; }
  .header-cta { padding: 10px 15px; font-size: 12px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 126px 24px 60px; }
  .hero h1 { font-size: clamp(50px, 14vw, 75px); }
  .hero-visual { min-height: 430px; }
  .hero-visual img { width: min(68vw, 360px); }
  .hero-halo { width: min(80vw, 430px); }
  .hero-year { font-size: 90px; }
  .proof-strip { width: 100%; grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .proof-strip div { justify-content: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .section { width: calc(100% - 36px); padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-card:nth-child(2) { transform: none; }
  .product-image-wrap { height: 440px; }
  .product-description { min-height: auto; }
  .choose-inner, .about, .faq { grid-template-columns: 1fr; gap: 45px; }
  .choose-intro, .faq-title { position: static; }
  .about-copy { padding: 0; border-left: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { min-height: 220px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .brand-mark { width: 38px; height: 38px; }
  .header-cta { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-notes { flex-direction: column; }
  .hero-visual { min-height: 360px; }
  .hero-visual img { width: 76vw; }
  .hero-seal { right: 0; width: 92px; height: 92px; }
  .product-image-wrap { height: 355px; }
  .product-content { padding: 24px 20px; }
  .quality-grid, .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .steps li > span { margin-bottom: 26px; }
  .choice-list article { grid-template-columns: 42px 1fr; gap: 15px; }
  .final-actions { flex-direction: column; gap: 27px; }
  .final-phone { text-align: center; }
  .site-footer { padding-top: 40px; padding-bottom: 40px; }
  .footer-links { gap: 18px; }
}

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