:root {
  --ink: oklch(18% 0.008 95);
  --ink-90: oklch(18% 0.008 95 / 0.9);
  --paper: oklch(98.5% 0.004 95);
  --paper-90: oklch(98.5% 0.004 95 / 0.9);
  --green: oklch(40% 0.08 155);
  --green-light: oklch(65% 0.09 155);
  --green-bg: oklch(93% 0.02 150);
  --green-border: oklch(88% 0.02 150);
  --text-body: oklch(32% 0.01 95);
  --text-body-2: oklch(35% 0.01 95);
  --text-body-3: oklch(30% 0.01 95);
  --text-body-4: oklch(28% 0.01 95);
  --text-body-5: oklch(38% 0.01 95);
  --text-muted: oklch(50% 0.01 95);
  --border: oklch(90% 0.006 95);
  --border-2: oklch(85% 0.008 95);
  --border-3: oklch(82% 0.02 150);
  --border-4: oklch(88% 0.01 95);
  --placeholder: oklch(55% 0.01 95);
  --dark-border: oklch(38% 0.01 95);
  --dark-text: oklch(78% 0.006 95);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  width: 100%;
  overflow-x: hidden;
}

::selection { background: var(--green); color: white; }

input, textarea, select { font-family: inherit; }
input::placeholder, textarea::placeholder { color: var(--placeholder); }

a { color: inherit; }

.container { max-width: 1400px; margin: 0 auto; }

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
}
.eyebrow--dark { color: var(--green-light); }

.section-title {
  font-family: 'Lora', serif;
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 500;
  margin: 0 0 60px;
  max-width: 700px;
}
.section-title--light { color: oklch(98% 0.004 95); }

.dash { color: var(--green); font-family: 'IBM Plex Mono', monospace; }

/* CONTACT BAR */
.contact-bar {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  padding: 9px 6vw;
  background: var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: oklch(88% 0.006 95);
  flex-wrap: wrap;
}
.contact-bar__item {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-light);
  display: inline-block;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 22px 6vw;
  background: var(--paper-90);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav__brand { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  flex-shrink: 0;
}
.logo-mark--light {
  border-color: oklch(90% 0.005 95);
  color: oklch(90% 0.005 95);
  width: 36px;
  height: 36px;
}
.accent { color: var(--green); }
.logo-mark--light .accent { color: var(--green-light); }

.nav__title-block { line-height: 1; }
.nav__title {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.nav__title em, .footer__brand .nav__title em { color: var(--green); font-style: italic; }
.nav__title--light { color: oklch(96% 0.004 95); }
.nav__title--light em { color: var(--green-light); }
.nav__subtitle {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 2px;
}
.nav__subtitle--light { color: oklch(65% 0.008 95); }

/* BUTTONS */
.btn {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 999px;
  display: inline-block;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
}
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { opacity: 0.82; }
.btn--ghost { color: var(--ink); border: 1px solid var(--border-2); }
.btn--outline {
  font-size: 13px;
  padding: 10px 20px;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn--outline:hover { background: var(--ink); color: var(--paper); }
.btn--submit { grid-column: 1 / -1; margin-top: 10px; padding: 17px; width: 100%; color: white; }
.btn--submit:hover { opacity: 0.85; }

/* HERO */
.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 60px;
  align-items: center;
  padding: 90px 6vw 100px;
  max-width: 1400px;
  margin: 0 auto;
}
.eyebrow { }
.hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 500;
  margin: 0 0 26px;
  text-wrap: pretty;
}
.hero h1 em { font-style: italic; color: var(--green); }
.lead {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-body);
  max-width: 520px;
  margin: 0 0 36px;
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--green-border);
}
.hero__image img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* PROCESS */
.process {
  padding: 100px 6vw;
  background: var(--ink);
  color: oklch(98% 0.004 95);
}
.grid--steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
}
.step { border-top: 1px solid var(--dark-border); padding-top: 26px; }
.step__num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 40px;
  color: var(--green-light);
  margin-bottom: 18px;
}
.step__title {
  font-family: 'Lora', serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 12px;
}
.step__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark-text);
}

/* STANDS */
.stands { padding: 100px 6vw; }
.grid--stands {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 32px;
}
.stand-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-4);
}
.stand-card__image {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-bottom: 1px solid var(--green-border);
  background: var(--green-bg);
}
.stand-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stand-card__body { padding: 32px; }
.tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}
.stand-card__title {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
.stand-card__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body-2);
  margin-bottom: 18px;
}
.points { display: flex; flex-direction: column; gap: 8px; }
.point {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--text-body-3);
}

/* WHY US */
.why-us { padding: 0 6vw 100px; }
.grid--pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}
.pillar__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: oklch(93% 0.03 150);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pillar__dot {
  width: 14px;
  height: 14px;
  background: var(--green);
  display: inline-block;
}
.pillar__title {
  font-family: 'Lora', serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pillar__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-body-5);
}

/* CONTACT */
.contact { padding: 100px 6vw; background: var(--green-bg); }
.contact__inner { max-width: 1000px; margin: 0 auto; }
.contact__lead {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--text-body-3);
  margin: 0 0 44px;
  max-width: 560px;
}
.quote-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  background: var(--paper);
  padding: 44px;
  border-radius: 16px;
  border: 1px solid var(--border-3);
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--text-body-3);
}
.field input, .field select, .field textarea {
  font-size: 15px;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid var(--border-3);
  background: white;
}
.field textarea { resize: vertical; }
.quote-form[hidden] { display: none; }
.quote-error {
  grid-column: 1 / -1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: oklch(45% 0.15 25);
  background: oklch(95% 0.03 25);
  border: 1px solid oklch(80% 0.08 25);
  border-radius: 8px;
  padding: 12px 16px;
}
.btn--submit[disabled] { opacity: 0.6; cursor: not-allowed; }

.quote-thanks {
  background: var(--paper);
  padding: 60px 44px;
  border-radius: 16px;
  border: 1px solid var(--border-3);
  text-align: center;
}
.quote-thanks__title {
  font-family: 'Lora', serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
}
.quote-thanks__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--text-body-2);
  line-height: 1.6;
}

/* FOOTER */
.footer { padding: 60px 6vw; background: var(--ink); color: oklch(90% 0.005 95); }
.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer__brand { display: flex; align-items: center; gap: 12px; }
.footer__links {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13.5px;
  color: var(--dark-text);
  align-items: center;
}
.footer__links a { text-decoration: none; }
.footer__legal-link { text-decoration: underline; cursor: pointer; }

/* LEGAL MODAL */
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: oklch(18% 0.008 95 / 0.6);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5vh 20px;
  overflow-y: auto;
}
.legal-modal[hidden] { display: none; }
.legal-modal__panel {
  background: var(--paper);
  max-width: 720px;
  width: 100%;
  border-radius: 16px;
  padding: 48px;
  position: relative;
  margin-bottom: 5vh;
}
.legal-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: 1px solid var(--border-2);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 18px;
  cursor: pointer;
  color: var(--ink);
  font-family: 'IBM Plex Mono', monospace;
}
.legal-modal__title {
  font-family: 'Lora', serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 30px;
}
.legal-modal__body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-body-4);
}
.legal-modal__label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin: 26px 0 10px;
}
.legal-modal__body p { margin: 0; }
