:root {
  --ink: #1d2622;
  --muted: #5e6963;
  --paper: #f7f3ec;
  --cream: #eee6da;
  --white: #fffdf9;
  --wine: #7e2f3c;
  --wine-dark: #5d1f2a;
  --sage: #9cad94;
  --green: #29473b;
  --line: rgba(29, 38, 34, .15);
  --shadow: 0 24px 70px rgba(37, 31, 27, .11);
  --radius: 28px;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.15rem, 7.6vw, 7.5rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.25rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(247, 243, 236, .94); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: #39443f; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--wine); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: currentColor; content: ""; transition: .25s ease; }
.menu-open .menu-button span { opacity: 0; }
.menu-open .menu-button::before { transform: translateY(6.5px) rotate(45deg); }
.menu-open .menu-button::after { transform: translateY(-6.5px) rotate(-45deg); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--wine); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.hero { padding: 56px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 58px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { display: block; color: var(--wine); font-style: italic; }
.hero-intro { max-width: 590px; margin: 28px 0 32px; color: var(--muted); font-size: 1.16rem; }
.hero-image { min-height: 650px; border-radius: 180px 180px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.hero-note { width: 230px; margin: -80px 0 0 -42px; position: relative; padding: 24px; border-radius: 18px; background: var(--green); color: white; box-shadow: 0 18px 48px rgba(21, 38, 31, .24); }
.hero-note strong { display: block; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: white; font-size: .88rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; transition: .2s ease; }
.button::after { content: "→"; font-size: 1.2rem; }
.button:hover { background: var(--wine-dark); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--wine); }
.button.secondary:hover { background: var(--wine); color: white; }

.section { padding: 105px 0; }
.section-sm { padding: 72px 0; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-head p { max-width: 530px; margin: 0; color: var(--muted); }
.cream { background: var(--cream); }
.dark { background: var(--green); color: white; }
.dark .eyebrow { color: #d6b6ae; }
.dark p { color: rgba(255,255,255,.76); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { color: var(--wine); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.card h3 { margin: auto 0 18px; }
.card p { color: var(--muted); font-size: .95rem; }
.text-link { color: var(--wine); font-size: .83rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.text-link::after { margin-left: 7px; content: "↗"; }
.text-link:hover { text-decoration: underline; }

.feature { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.feature-media { min-height: 650px; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; align-items: center; background: var(--wine); color: white; }
.feature-copy-inner { max-width: 590px; padding: 70px clamp(32px, 7vw, 95px); }
.feature-copy .eyebrow { color: #e5c5c4; }
.feature-copy p { color: rgba(255,255,255,.78); }
.feature-copy .text-link { color: white; }
.quote { margin: 38px 0; padding: 0 0 0 25px; border-left: 1px solid rgba(255,255,255,.38); font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }

.article-list { border-top: 1px solid var(--line); }
.article-row { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; padding: 28px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-row time, .article-row .tag { color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-row h3 { font-family: var(--sans); font-size: 1.18rem; font-weight: 650; letter-spacing: -.01em; }
.article-row:hover h3 { color: var(--wine); }
.arrow { font-size: 1.5rem; }

.newsletter { padding: 48px; border-radius: var(--radius); background: var(--ink); color: white; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 45px; }
.newsletter p { color: rgba(255,255,255,.7); }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 10px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; }
input, select { min-height: 52px; padding: 0 16px; }
textarea { min-height: 155px; padding: 14px 16px; resize: vertical; }
label { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 750; }
.newsletter input { flex: 1 1 240px; width: auto; border-color: transparent; }
.newsletter .button { flex: 0 0 auto; }
.newsletter-form .form-feedback { flex: 1 0 100%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field.full { grid-column: 1 / -1; }

.page-hero { padding: 80px 0 72px; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 6.2rem); }
.page-hero p { max-width: 540px; margin: 0; color: var(--muted); font-size: 1.12rem; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 30px; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span::before { margin-right: 9px; content: "/"; color: #aa9e91; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 80px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 3.5rem 0 1.4rem; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.prose h3 { margin: 2.2rem 0 .9rem; font-family: var(--sans); font-size: 1.24rem; font-weight: 700; letter-spacing: -.01em; }
.prose p, .prose li { color: #3f4a45; }
.prose a { color: var(--wine); font-weight: 700; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose blockquote { margin: 38px 0; padding: 28px 32px; border-radius: 0 18px 18px 0; border-left: 4px solid var(--wine); background: var(--cream); font-family: var(--serif); font-size: 1.35rem; }
.prose-image { width: 100%; margin: 42px 0; border-radius: var(--radius); }
.facts { position: sticky; top: 30px; padding: 28px; border-radius: 22px; background: var(--cream); }
.facts h2 { margin-bottom: 18px; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.facts ul { margin: 0; padding: 0; list-style: none; }
.facts li { padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.facts a { color: var(--wine); font-weight: 700; }
.steps { counter-reset: step; display: grid; gap: 18px; margin-top: 35px; }
.step { position: relative; padding: 28px 28px 28px 82px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 25px; left: 26px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-family: var(--serif); }
.step h3 { margin: 0 0 7px; font-size: 1.15rem; }
.step p { margin: 0; font-size: .95rem; }

.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.profile { padding: 34px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.profile small { color: var(--wine); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile h2 { margin: 12px 0 18px; font-size: 2rem; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; }
.contact-details { padding: 34px; border-radius: var(--radius); background: var(--green); color: white; }
.contact-details a { color: white; }
.contact-details p { color: rgba(255,255,255,.75); }
.notice { margin-top: 22px; padding: 15px 18px; border-radius: 12px; background: var(--cream); color: var(--muted); font-size: .84rem; }
.form-feedback { grid-column: 1 / -1; margin: 12px 0 0; color: var(--green); font-weight: 750; }
.newsletter .form-feedback { color: #d9e8d3; }

.site-footer { padding: 80px 0 28px; background: #17201c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .9fr; gap: 45px; }
.footer-brand p { max-width: 340px; margin-top: 20px; color: rgba(255,255,255,.6); }
.footer-title { margin-bottom: 17px; color: #d6b6ae; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .78rem; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 92px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 30px 20px; background: var(--paper); transform: translateX(100%); transition: transform .28s ease; }
  .menu-open .site-nav { transform: none; }
  .site-nav a { width: 100%; padding: 18px 10px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.45rem; letter-spacing: 0; text-transform: none; }
  .hero-grid, .page-hero-grid, .section-head, .newsletter, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid > *, .page-hero-grid > *, .nav-wrap > * { min-width: 0; }
  .hero { padding-top: 35px; }
  .hero-image { min-height: 520px; }
  .hero-image img { min-height: 520px; }
  .hero-note { margin: -70px 0 0 24px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .feature { grid-template-columns: 1fr; }
  .feature-media { min-height: 500px; }
  .content-grid { grid-template-columns: 1fr; gap: 45px; }
  .prose { max-width: none; }
  .facts { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 76px; }
  .site-nav { top: 76px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4.35rem); overflow-wrap: break-word; }
  .hero-intro { max-width: 100%; }
  .hero-image { min-height: 430px; border-radius: 110px 110px 22px 22px; }
  .hero-image img { min-height: 430px; }
  .hero-note { width: calc(100% - 28px); margin: -42px auto 0; }
  .section { padding: 72px 0; }
  .section-sm { padding: 52px 0; }
  .section-head { gap: 22px; margin-bottom: 34px; }
  .cards, .profile-grid, .form-grid { grid-template-columns: 1fr; }
  .card { min-height: 285px; }
  .feature-media { min-height: 390px; }
  .feature-copy-inner { padding: 52px 24px; }
  .article-row { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .article-row time, .article-row .tag { grid-column: 1 / -1; }
  .newsletter { padding: 30px 22px; }
  .newsletter-form { flex-direction: column; }
  .page-hero { padding: 55px 0 48px; }
  .page-hero-grid { gap: 28px; }
  .form-field.full { grid-column: auto; }
  .step { padding: 24px 22px 24px 69px; }
  .step::before { left: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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