
:root {
  --ink: #16231d;
  --paper: #f3f0e8;
  --acid: #c8ff5a;
  --clay: #d66b4e;
  --line: rgba(22, 35, 29, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.mark { display: flex; flex-direction: column; font-weight: 650; font-size: 15px; line-height: .92; letter-spacing: -.04em; }
.gate-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 34px 42px 26px;
  background:
    radial-gradient(circle at 74% 45%, rgba(200,255,90,.18), transparent 24%),
    var(--ink);
  color: var(--paper);
  isolation: isolate;
}
.gate-shell::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18;
  background-image: radial-gradient(rgba(243,240,232,.22) .55px, transparent .7px);
  background-size: 4px 4px;
}
.gate-header, .gate-footer { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.status { display: flex; gap: 10px; align-items: center; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; opacity: .8; }
.status i { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,255,90,.08); animation: pulse 2.2s infinite; }
.gate-hero { width: min(890px, 78vw); align-self: center; margin: 8vh auto 5vh; position: relative; z-index: 2; }
.eyebrow, .section-number { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 600; }
.gate-hero h1 { margin: 20px 0 28px; max-width: 870px; font-family: "Iowan Old Style", "Baskerville", Georgia, serif; font-weight: 400; font-size: clamp(56px, 7.4vw, 118px); line-height: .88; letter-spacing: -.065em; }
.gate-hero h1 em, .private-hero h1 em, .connect-section h2 em { color: var(--acid); font-weight: 400; }
.gate-copy { width: min(520px, 100%); font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; opacity: .76; letter-spacing: -.02em; }
.access-form { width: min(410px, 100%); margin-top: 58px; }
.access-form label { display: block; margin-bottom: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; opacity: .7; }
.access-row { display: grid; grid-template-columns: 1fr 50px; border-bottom: 1px solid rgba(243,240,232,.42); }
.access-row input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--paper); padding: 13px 0 15px; font-size: 16px; }
.access-row input::placeholder { color: rgba(243,240,232,.34); }
.access-row:focus-within { border-color: var(--acid); }
.access-row button { border: 0; background: transparent; color: var(--acid); cursor: pointer; font-size: 25px; transition: transform .2s ease; }
.access-row button:hover { transform: translate(3px,-3px); }
.form-note, .form-error { margin: 10px 0 0; font-size: 11px; opacity: .5; }
.form-error { color: #ffb9a7; opacity: 1; }
.gate-footer { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; opacity: .48; }
.gate-footer { justify-content: flex-end; }
.ambient { position: absolute; border-radius: 50%; border: 1px solid rgba(243,240,232,.08); z-index: -1; }
.ambient-one { width: 46vw; height: 46vw; right: -17vw; top: -12vw; }
.ambient-two { width: 20vw; height: 20vw; right: 11vw; bottom: -11vw; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.85); } }

.site-shell { overflow: hidden; }
.site-nav { height: 90px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.nav-mark { font-family: "Iowan Old Style", Georgia, serif; font-size: 25px; font-style: italic; }
.nav-links { display: flex; gap: 38px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.nav-links a, .nav-contact { transition: opacity .2s ease; }
.nav-links a:hover, .nav-contact:hover { opacity: .5; }
.nav-contact { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.nav-contact span { margin-left: 8px; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 28px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.nav-portal { padding-bottom: 5px; border-bottom: 1px solid var(--ink); }
.private-hero { min-height: calc(100svh - 90px); padding: 5vw 4vw 3.5vw; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); }
.hero-kicker { display: flex; justify-content: space-between; width: 100%; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.private-hero h1 { max-width: 1280px; margin: 4vw 0; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(70px, 10.2vw, 170px); line-height: .83; letter-spacing: -.072em; font-weight: 400; }
.private-hero h1 em { color: var(--clay); }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; }
.hero-bottom p { max-width: 550px; margin: 0; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.43; letter-spacing: -.025em; }
.hero-bottom a { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 22px; }
.manifesto, .about-section { padding: 11vw 4vw; display: grid; grid-template-columns: 1fr 3fr; gap: 6vw; background: var(--ink); color: var(--paper); }
.manifesto > div { max-width: 920px; }
.manifesto-lead { font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(40px, 5vw, 76px); line-height: 1.03; letter-spacing: -.045em; margin: 0; }
.manifesto-copy { max-width: 620px; margin: 50px 0 0 auto; font-size: 18px; line-height: 1.62; opacity: .7; }
.work-section { padding: 10vw 4vw; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 6vw; margin-bottom: 6vw; }
.section-heading h2 { margin: -.15em 0 0; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(56px, 7vw, 110px); font-weight: 400; letter-spacing: -.06em; }
.capability-list { margin-left: 25%; border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 70px 1.1fr 1fr; gap: 28px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line); }
.capability-list article span { font-size: 11px; opacity: .55; }
.capability-list h3 { margin: -5px 0 0; font-family: "Iowan Old Style", Georgia, serif; font-size: 30px; font-weight: 400; letter-spacing: -.025em; }
.capability-list article p { margin: 0; max-width: 390px; font-size: 15px; line-height: 1.6; opacity: .66; }
.proof-section { min-height: 88svh; padding: 6vw 0 5vw; background: var(--acid); display: flex; flex-direction: column; justify-content: space-between; }
.practice-head { display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 19px; transition: background .2s ease, color .2s ease; }
.carousel-controls button:hover { background: var(--ink); color: var(--acid); }
.practice-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: min(74vw, 1040px); gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 5vw 4vw 4vw; }
.practice-carousel::-webkit-scrollbar { display: none; }
.practice-card { min-height: 540px; padding: 4.5vw; scroll-snap-align: start; background: var(--paper); border: 1px solid rgba(22,35,29,.25); display: flex; flex-direction: column; }
.practice-meta, .practice-note, .carousel-hint { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.practice-card h3 { margin: auto 0 35px; max-width: 880px; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(48px, 6vw, 96px); line-height: .95; letter-spacing: -.055em; font-weight: 400; }
.practice-copy { max-width: 720px; margin: 0; font-size: 17px; line-height: 1.6; }
.practice-note { margin: 35px 0 0; opacity: .5; }
.carousel-hint { padding: 0 4vw; margin: 0; opacity: .55; }
.about-section { background: var(--paper); color: var(--ink); }
.about-grid h2 { margin: 0; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(48px, 5vw, 78px); line-height: 1.02; letter-spacing: -.05em; font-weight: 400; }
.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8vw; }
.about-grid > div { align-self: end; }
.about-grid p { font-size: 17px; line-height: 1.65; }
.connect-section { min-height: 100svh; padding: 8vw 4vw 6vw; background: var(--clay); color: #fff8ed; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.connect-intro > p:first-child { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; }
.connect-section h2 { margin: 22px 0; max-width: 900px; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(65px, 8vw, 130px); line-height: .9; letter-spacing: -.07em; font-weight: 400; }
.connect-section h2 em { color: var(--acid); }
.contact-form { position: relative; padding-top: 30px; border-top: 1px solid rgba(255,248,237,.38); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; }
.contact-form label > span { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.contact-form label small { margin-left: 7px; opacity: .55; font-size: 8px; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,248,237,.38); outline: 0; background: transparent; color: #fff8ed; padding: 11px 0 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--acid); }
.contact-wide { grid-column: 1 / -1; }
.contact-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 35px; }
.contact-submit p { max-width: 250px; margin: 0; font-size: 11px; line-height: 1.5; opacity: .6; }
.contact-submit button { min-width: 180px; border: 1px solid var(--acid); background: var(--acid); color: var(--ink); padding: 15px 18px; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.contact-status { margin: 22px 0 0; padding: 12px 15px; border-left: 3px solid var(--acid); background: rgba(22,35,29,.18); font-size: 12px; }
.contact-status.error { border-color: #ffd0c4; }
.contact-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-footer { min-height: 180px; padding: 40px 4vw; background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; }
.site-footer > span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; opacity: .5; }
.site-footer form { justify-self: end; }
.site-footer button { background: none; border: 0; padding: 0; color: var(--paper); opacity: .55; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; cursor: pointer; }
.footer-actions { justify-self: end; display: flex; gap: 26px; align-items: center; }
.footer-actions > a { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }

@media (max-width: 760px) {
  .gate-shell { padding: 25px 22px 20px; }
  .gate-hero { width: 100%; margin: 7vh 0 4vh; }
  .gate-hero h1 { font-size: clamp(52px, 16vw, 78px); }
  .gate-copy { font-size: 16px; }
  .access-form { margin-top: 42px; }
  .gate-footer span:last-child, .nav-links { display: none; }
  .site-nav { height: 74px; grid-template-columns: 1fr auto; }
  .nav-actions { gap: 14px; }
  .nav-portal { font-size: 9px; }
  .nav-contact { display: none; }
  .private-hero { min-height: calc(100svh - 74px); padding: 8vw 5vw 7vw; }
  .hero-kicker { flex-direction: column; gap: 5px; }
  .private-hero h1 { font-size: clamp(61px, 20vw, 95px); margin: 12vw 0; }
  .hero-bottom p { max-width: 80%; font-size: 17px; }
  .hero-bottom a { width: 48px; height: 48px; }
  .manifesto, .about-section, .section-heading { grid-template-columns: 1fr; gap: 40px; }
  .manifesto, .about-section, .work-section { padding: 18vw 5vw; }
  .manifesto-copy { margin-top: 35px; }
  .capability-list { margin-left: 0; }
  .capability-list article { grid-template-columns: 38px 1fr; }
  .capability-list article p { grid-column: 2; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .proof-section { min-height: 75svh; padding: 12vw 0; }
  .practice-head, .carousel-hint { padding-left: 5vw; padding-right: 5vw; }
  .practice-carousel { grid-auto-columns: 88vw; padding: 12vw 5vw 8vw; }
  .practice-card { min-height: 520px; padding: 9vw 7vw; }
  .carousel-controls button { width: 42px; height: 42px; }
  .connect-section { padding: 18vw 5vw; grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-wide { grid-column: auto; }
  .contact-submit { align-items: stretch; flex-direction: column; }
  .contact-submit button { width: 100%; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 45px; }
  .site-footer > span { display: none; }
  .footer-actions { flex-direction: column; align-items: flex-end; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .status i { animation: none; }
}
