:root {
  --ink: #0f1110;
  --ink-soft: #171a18;
  --iron: #242824;
  --paper: #eee7d8;
  --paper-muted: #c9c0ad;
  --copper: #b9874f;
  --copper-bright: #d7a96a;
  --line: rgba(238, 231, 216, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .09em; }
.brand-mark {
  width: 42px; height: 42px; border: 1px solid rgba(215,169,106,.48);
  display: grid; place-items: center; transform: rotate(45deg);
}
.brand-mark svg { width: 30px; height: 30px; transform: rotate(-45deg); fill: none; stroke: var(--copper-bright); stroke-width: 2; }
.brand strong { display: block; font-size: .94rem; }
.brand small { display: block; color: var(--paper-muted); font-size: .62rem; letter-spacing: .17em; margin-top: 2px; }
nav { display: flex; gap: 30px; color: var(--paper-muted); font-size: .82rem; }
nav a:hover { color: var(--paper); }
.header-cta { border-bottom: 1px solid var(--copper); padding: 7px 0; font-size: .82rem; }

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.hero-noise {
  position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.hero-content { padding: 88px 30px 70px 0; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--copper-bright); text-transform: uppercase; letter-spacing: .22em; font-size: .71rem; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: var(--copper); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; margin: 0; }
h1 { font-size: clamp(3.6rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.045em; margin-top: 28px; }
h1 em { color: var(--copper-bright); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 34px 0 0; color: var(--paper-muted); font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 15px 22px; border: 0; cursor: pointer; }
.button-primary { background: var(--copper); color: #13110e; font-weight: 800; }
.button-primary:hover { background: var(--copper-bright); }
.text-link { color: var(--paper-muted); font-size: .88rem; }
.text-link span { margin-left: 10px; color: var(--copper-bright); }
.hero-proof { margin-top: 72px; display: flex; align-items: center; gap: 14px; color: var(--paper-muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-proof i { width: 3px; height: 3px; background: var(--copper); border-radius: 50%; }

.hero-art { position: relative; min-height: 660px; background: radial-gradient(circle at 52% 33%, #6a4d32 0, #352a20 29%, #1b1d1a 66%, #121411 100%); overflow: hidden; border-left: 1px solid var(--line); }
.sun-disc { position: absolute; width: 280px; height: 280px; border-radius: 50%; left: 50%; top: 20%; transform: translateX(-50%); background: radial-gradient(circle, rgba(219,170,106,.36), rgba(185,135,79,.1) 62%, transparent 64%); border: 1px solid rgba(215,169,106,.22); }
.mountain { position: absolute; bottom: 0; width: 0; height: 0; border-left: 310px solid transparent; border-right: 310px solid transparent; }
.mountain-one { left: -90px; border-bottom: 300px solid rgba(7,9,8,.66); }
.mountain-two { right: -250px; border-bottom: 210px solid rgba(12,14,12,.78); }
.hero-bow { position: absolute; width: 67%; height: 81%; left: 49%; top: 8%; transform: translateX(-50%); fill: none; filter: drop-shadow(0 18px 20px rgba(0,0,0,.35)); }
.bow-limb { stroke: var(--copper-bright); stroke-width: 8; }
.bow-string { stroke: rgba(238,231,216,.58); stroke-width: 2; }
.arrow-line, .arrow-head, .arrow-feather { stroke: var(--paper); stroke-width: 4; }
.rune-ring { position: absolute; right: 26px; top: 30px; width: 58px; height: 58px; border: 1px solid rgba(238,231,216,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 3px; color: var(--copper-bright); font-size: .66rem; }
.art-caption { position: absolute; bottom: 26px; width: 100%; text-align: center; text-transform: uppercase; letter-spacing: .21em; font-size: .63rem; color: rgba(238,231,216,.57); }

.manifesto, .contact-section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; padding: 112px 0; }
.manifesto { border-top: 1px solid var(--line); }
.manifesto h2, .section-heading h2, .contact-copy h2 { font-size: clamp(2.5rem, 5vw, 4.3rem); line-height: 1.03; letter-spacing: -.035em; }
.manifesto-copy { color: var(--paper-muted); font-size: 1.05rem; padding-top: 27px; }
.manifesto-copy p { margin: 0 0 22px; }

.offerings { background: var(--paper); color: var(--ink); padding: 104px max(20px, calc((100vw - var(--max))/2)); }
.section-heading { display: grid; grid-template-columns: .7fr 1fr .8fr; align-items: end; gap: 35px; margin-bottom: 54px; }
.offerings .section-kicker { color: #8e6035; }
.section-heading > p:last-child { color: #5e5d58; margin: 0; }
.offering-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(15,17,16,.2); }
.offering-card {
  min-height: 340px;
  padding: 0;
  appearance: none;
  border: 0;
  border-right: 1px solid rgba(15,17,16,.18);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  perspective: 1200px;
  transition: transform .25s ease;
}
.offering-card:first-child { border-left: 1px solid rgba(15,17,16,.18); }
.offering-card:hover { transform: translateY(-6px); }
.offering-card:focus-visible { outline: 3px solid #8e6035; outline-offset: 4px; position: relative; z-index: 2; }
.offering-card-inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 340px;
  transform-style: preserve-3d;
  transition: transform .68s cubic-bezier(.2,.72,.2,1);
}
.offering-card.is-flipped .offering-card-inner { transform: rotateY(180deg); }
.offering-card-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 25px 24px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: var(--paper);
}
.offering-card-front { justify-content: space-between; }
.offering-card-back { transform: rotateY(180deg); background: #dfd4c0; }
.card-topline { display: flex; align-items: center; justify-content: space-between; color: #766f63; font-size: .72rem; }
.card-topline b { color: #8e6035; font-size: 1.4rem; }
.card-front-content { display: flex; flex: 1; flex-direction: column; justify-content: center; }
.card-back-content { display: block; margin-top: 24px; }
.card-title { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.78rem; line-height: 1.12; }
.card-description { display: block; margin-top: 18px; color: #4f4d48; font-size: .86rem; line-height: 1.62; }
.flip-hint { display: block; margin-top: 16px; color: #806340; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.flip-hint span { display: inline-block; margin-left: 5px; font-size: 1rem; transition: transform .25s ease; }
.offering-card:hover .flip-hint span { transform: rotate(35deg); }
@media (prefers-reduced-motion: reduce) {
  .offering-card, .offering-card-inner, .flip-hint span { transition: none; }
}

.story-strip { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 360px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 80px; border-bottom: 1px solid var(--line); }
.story-mark { width: 220px; height: 220px; border: 1px solid rgba(215,169,106,.32); display: grid; place-items: center; font-family: Georgia, serif; font-size: 4.2rem; color: var(--copper-bright); transform: rotate(45deg); }
.story-mark span { font-size: 1.3rem; color: var(--paper-muted); }
.story-strip > div:last-child h2 { font-size: 3.5rem; }
.story-strip > div:last-child p:last-child { color: var(--paper-muted); max-width: 620px; }

.contact-section { align-items: start; }
.contact-copy > p:not(.section-kicker) { color: var(--paper-muted); max-width: 520px; font-size: 1.05rem; }
.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 55px; gap: 25px; }
.contact-details small { display: block; color: var(--paper-muted); text-transform: uppercase; letter-spacing: .15em; font-size: .63rem; }
.contact-details strong { display: block; margin-top: 6px; font-size: .88rem; }
.interest-form { background: var(--ink-soft); border: 1px solid var(--line); padding: 34px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.interest-form label { display: block; margin-bottom: 20px; }
.interest-form label > span { display: block; margin-bottom: 8px; color: var(--paper-muted); font-size: .76rem; }
.interest-form input, .interest-form select { width: 100%; background: #101210; color: var(--paper); border: 1px solid rgba(238,231,216,.18); padding: 13px 14px; outline: none; }
.interest-form input:focus, .interest-form select:focus { border-color: var(--copper); }
.consent-row { display: flex !important; align-items: flex-start; gap: 10px; }
.consent-row input { width: auto; margin-top: 4px; accent-color: var(--copper); }
.consent-row span { margin: 0 !important; }
.submit-button { width: 100%; }
.form-note { color: #8f8e87; text-align: center; font-size: .7rem; }
.form-success { min-height: 270px; background: var(--ink-soft); border: 1px solid var(--line); display: flex; align-items: center; gap: 18px; padding: 34px; }
.form-success p { color: var(--paper-muted); margin-bottom: 0; }
.success-mark { width: 46px; height: 46px; border: 1px solid var(--copper); display: grid; place-items: center; color: var(--copper-bright); }

footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 150px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; color: var(--paper-muted); font-size: .74rem; }
footer > p:nth-child(2) { text-align: center; }
footer > p:last-child { text-align: right; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding-right: 0; }
  .hero-art { min-height: 500px; border-left: 0; border-top: 1px solid var(--line); }
  .manifesto, .contact-section { grid-template-columns: 1fr; gap: 36px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .offering-grid { grid-template-columns: repeat(2, 1fr); }
  .story-strip { grid-template-columns: 1fr; padding: 80px 0; }
  .story-mark { margin-left: 45px; }
  footer { grid-template-columns: 1fr; padding: 35px 0; }
  footer > p:nth-child(2), footer > p:last-child { text-align: left; margin: 0; }
}

@media (max-width: 590px) {
  .site-header { height: 76px; }
  .header-cta { display: none; }
  .hero-content { padding-top: 65px; }
  h1 { font-size: 3.6rem; }
  .hero-proof { flex-wrap: wrap; margin-top: 55px; }
  .hero-art { min-height: 420px; }
  .manifesto, .contact-section { padding: 80px 0; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-card { min-height: 310px; border-left: 1px solid rgba(15,17,16,.18); border-bottom: 1px solid rgba(15,17,16,.18); }
  .offering-card-inner { min-height: 310px; }
  .story-strip > div:last-child h2 { font-size: 2.8rem; }
  .field-grid, .contact-details { grid-template-columns: 1fr; }
  .interest-form { padding: 24px; }
}
.contact-details a { color: inherit; text-decoration: none; }
.contact-details a:hover { text-decoration: underline; text-underline-offset: 4px; }
