:root {
  --ink: #0b2b1d;
  --wine: #681f36;
  --berry: #8b3a50;
  --berry-light: #c77d91;
  --blush: #c9ad83;
  --cream: #f7f0e7;
  --paper: #ebe4d9;
  --muted: #7f897f;
  --line: rgba(11, 43, 29, 0.2);
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute; inset: 0 0 auto 0; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem clamp(1.25rem, 5vw, 5rem); color: white; border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-logo { width: 3.15rem; height: 3.15rem; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: var(--cream); box-shadow: 0 4px 18px rgba(0,0,0,.16); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; letter-spacing: .16em; font-size: .63rem; }
.brand-copy strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; letter-spacing: .13em; }
.primary-nav { display: flex; align-items: center; gap: 2.1rem; }
.primary-nav a { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.nav-cta { background: rgba(104,31,54,.88); border: 1px solid rgba(255,255,255,.55); padding: .68rem 1.15rem; transition: background .2s, border-color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--wine); border-color: white; }
.menu-toggle { display: none; background: none; border: 0; color: inherit; width: 2.75rem; height: 2.75rem; padding: .7rem; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: .45rem 0; transition: transform .2s; }

.hero { position: relative; min-height: 100svh; background: var(--ink); color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,19,.94) 0%, rgba(8,44,28,.78) 34%, rgba(8,44,28,.12) 72%), linear-gradient(0deg, rgba(5,31,19,.72), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(780px, 72vw); padding: 10rem clamp(1.25rem, 6vw, 6.5rem) clamp(5rem, 10vh, 8rem); }
.eyebrow { margin: 0 0 1.4rem; color: var(--blush); font-size: .73rem; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: var(--berry); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { margin: 0; max-width: 720px; font-size: clamp(3.5rem, 7vw, 7.4rem); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--blush); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 2rem 0 2.4rem; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: clamp(1.12rem, 1.6vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3.4rem; padding: .9rem 1.5rem; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .14em; font: 600 .72rem var(--sans); text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--wine); color: white; }
.button-dark { background: var(--ink); color: white; width: 100%; }
.button-dark:hover, .button-dark:focus-visible { background: var(--wine); }
.text-link { color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .2rem; font-size: .8rem; letter-spacing: .08em; }
.hero-note { position: absolute; right: clamp(1.25rem, 3vw, 3rem); bottom: 2rem; z-index: 2; margin: 0; writing-mode: vertical-rl; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.55); }

.manifesto { display: grid; grid-template-columns: .4fr 1.2fr .8fr; gap: clamp(2rem, 6vw, 7rem); padding: clamp(6rem, 11vw, 10rem) clamp(1.25rem, 7vw, 8rem); align-items: start; }
.section-number { font-family: var(--serif); font-size: 1.1rem; color: var(--berry); border-top: 1px solid var(--berry); padding-top: 1rem; }
.manifesto h2, .story h2, .inquiry h2 { margin: 0 0 2rem; font-size: clamp(3rem, 5.8vw, 6.2rem); letter-spacing: -.04em; }
.manifesto-copy > p:last-child, .story-copy > p { max-width: 580px; color: #526158; font-size: 1.02rem; }
.manifesto blockquote { margin: 7rem 0 0; padding: 0 0 0 1.5rem; border-left: 1px solid var(--berry); font: italic 1.55rem/1.45 var(--serif); color: var(--wine); }

.offerings { background: var(--ink); color: white; padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.offerings-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; margin-bottom: 4rem; }
.offerings-heading h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); max-width: 950px; }
.offering-list { border-top: 1px solid rgba(255,255,255,.2); }
.offering-list article { display: grid; grid-template-columns: .35fr 1.65fr; padding: 2.25rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.offering-list article > span { color: var(--berry-light); font: 1.05rem var(--serif); }
.offering-list article > div { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: baseline; }
.offering-list h3 { margin: 0; font-size: clamp(1.75rem, 3vw, 3.1rem); }
.offering-list p { margin: 0; max-width: 520px; color: rgba(255,255,255,.62); }

.story { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 820px; }
.story-visual { position: relative; min-height: 650px; background: var(--paper); display: grid; place-items: center; overflow: hidden; }
.arch { width: min(72%, 420px); aspect-ratio: .72; border-radius: 50% 50% 0 0; background: var(--wine); color: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; position: relative; z-index: 1; box-shadow: 0 28px 70px rgba(11,43,29,.2); }
.arch::before { content: ""; position: absolute; inset: 1.25rem; border: 1px solid rgba(255,255,255,.32); border-radius: inherit; pointer-events: none; }
.heritage-logo { width: 66%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 1px solid rgba(201,173,131,.75); box-shadow: 0 16px 38px rgba(4,24,15,.22); }
.arch span { position: relative; z-index: 1; text-align: center; text-transform: uppercase; letter-spacing: .22em; font: 500 .7rem/1.6 var(--sans); }
.stem { position: absolute; width: 1px; height: 58%; background: var(--berry); transform-origin: bottom; bottom: 4%; opacity: .65; }
.stem::before, .stem::after { content: ""; position: absolute; width: 54px; height: 22px; border: 1px solid var(--berry); border-radius: 100% 0 100% 0; }
.stem::before { top: 30%; left: 0; transform: rotate(22deg); }
.stem::after { top: 49%; right: 0; transform: rotate(202deg); }
.stem-one { left: 18%; transform: rotate(-16deg); }
.stem-two { right: 15%; transform: rotate(19deg); height: 45%; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 9vw, 9rem); background: #fbf8f3; }
.signature { margin-top: 2rem; font: italic 2.7rem/1 var(--serif); color: var(--wine); }
.signature-title { margin-top: .5rem; text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; color: #657168; }

.inquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: #eee2e1; }
.inquiry-intro > p:not(.eyebrow) { max-width: 500px; color: #58665d; }
.instagram-link { display: inline-block; margin-top: 1.5rem; color: var(--wine); text-decoration: none; border-bottom: 1px solid currentColor; font-family: var(--serif); font-size: 1.2rem; }
.inquiry-form { align-self: center; background: var(--cream); padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: 0 25px 70px rgba(11,43,29,.1); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
label { display: block; margin-bottom: 1.4rem; }
label > span { display: block; margin-bottom: .45rem; color: #58665d; font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: .75rem .15rem; font: 1rem/1.5 var(--sans); }
textarea { resize: vertical; min-height: 110px; }
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--berry); box-shadow: 0 1px 0 var(--berry); }
.form-message { display: none; margin-top: 1rem; padding: 1rem; background: #f0dfe4; color: var(--wine); font-size: .9rem; }
.form-message.visible { display: block; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: start; background: #061a11; color: white; padding: 4rem clamp(1.25rem, 7vw, 8rem) 2rem; }
.footer-brand { grid-row: span 2; }
footer p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; }
.copyright { grid-column: 2 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 1.25rem; }

@media (max-width: 900px) {
  .hero-content { width: 84vw; }
  .manifesto { grid-template-columns: 1fr; }
  .section-number { max-width: 80px; }
  .manifesto blockquote { margin-top: 1rem; max-width: 500px; }
  .offerings-heading { grid-template-columns: 1fr; }
  .offering-list article { grid-template-columns: .2fr 1.8fr; }
  .offering-list article > div { grid-template-columns: 1fr; gap: .8rem; }
  .story, .inquiry { grid-template-columns: 1fr; }
  .story-visual { min-height: 620px; }
  footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header { padding: 1rem 1.25rem; }
  .menu-toggle { display: block; position: relative; z-index: 12; }
  .primary-nav { position: fixed; inset: 0; z-index: 11; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.2rem; padding: 6rem 2rem; background: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .primary-nav.open { transform: translateX(0); visibility: visible; }
  .primary-nav a { font: 2rem var(--serif); text-transform: none; letter-spacing: 0; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero-image { object-position: 64% center; opacity: .82; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,31,19,.95) 0%, rgba(8,44,28,.58) 72%, rgba(5,31,19,.4)); }
  .hero-content { width: 100%; padding: 8rem 1.25rem 5rem; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-note { display: none; }
  .manifesto, .offerings, .inquiry { padding-left: 1.25rem; padding-right: 1.25rem; }
  .offering-list article { grid-template-columns: 1fr; gap: 1rem; }
  .story-visual { min-height: 520px; }
  .story-copy { padding: 5rem 1.25rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .copyright { grid-column: 1; }
}

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