/*
Theme Name: PEZTEH
Theme URI: https://pezteh.com
Author: PEZTEH
Description: A precise, editorial WordPress theme for a premium pistachio-kernel specialist.
Version: 1.0.1
Text Domain: pezteh
*/

:root {
  --ink: #123b2d;
  --ink-deep: #0a2a20;
  --pistachio: #9caf58;
  --pistachio-dark: #70833a;
  --pistachio-bright: #c7d885;
  --ivory: #f5f1e7;
  --paper: #fbf9f3;
  --white: #ffffff;
  --gold: #b99a5b;
  --muted: #5f6d65;
  --line: rgba(18, 59, 45, 0.16);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --radius: 1.1rem;
  --shadow: 0 26px 70px rgba(10, 42, 32, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  direction: ltr;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  direction: ltr;
  text-align: left;
  color: var(--ink-deep);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  inset: .75rem auto auto .75rem;
  z-index: 1000;
  transform: translateY(-200%);
  background: var(--white);
  color: var(--ink);
  padding: .8rem 1rem;
  border-radius: .4rem;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 5.25rem;
  display: flex;
  align-items: center;
  transition: background .35s ease, box-shadow .35s ease, height .35s ease;
}

.site-header.is-scrolled {
  height: 4.5rem;
  background: rgba(251, 249, 243, .92);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(92rem, calc(100% - 3rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: .55rem;
  letter-spacing: .015em;
  color: var(--ink);
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1;
}

.brand-mark {
  width: .56rem;
  aspect-ratio: 1;
  border-radius: 50% 5% 50% 50%;
  background: var(--pistachio);
  transform: rotate(-38deg);
}

.site-nav { display: flex; align-items: center; gap: clamp(.9rem, 1.6vw, 1.8rem); }
.site-nav > a,
.nav-group-toggle {
  position: relative;
  color: var(--ink-deep);
  font-size: .79rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-nav > a::after,
.nav-group-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}

.site-nav > a:hover::after,
.site-nav > a:focus-visible::after,
.site-nav > a.is-active::after,
.nav-group-toggle:hover::after,
.nav-group-toggle:focus-visible::after,
.nav-group-toggle.is-active::after { right: 0; }

.nav-group { position: relative; display: flex; align-items: center; }
.nav-group-toggle { display: inline-flex; align-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav-caret { width: .42rem; height: .42rem; margin: -.2rem 0 0 .58rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .25s ease; }
.nav-group.is-open .nav-caret { transform: translateY(.2rem) rotate(225deg); }

.nav-dropdown {
  position: absolute;
  z-index: 5;
  top: calc(100% + 1.25rem);
  left: -1.2rem;
  width: max-content;
  min-width: 14.5rem;
  display: grid;
  gap: .15rem;
  padding: .65rem;
  border: 1px solid var(--line);
  background: rgba(251,249,243,.98);
  box-shadow: 0 22px 55px rgba(10,42,32,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-.55rem);
  transition: opacity .2s ease, transform .25s var(--ease), visibility .2s ease;
}
.nav-dropdown::before { content: ""; position: absolute; inset: -1.3rem 0 auto; height: 1.3rem; }
.nav-dropdown a { display: flex; padding: .72rem .85rem; color: var(--ink-deep); font-size: .8rem; font-weight: 600; letter-spacing: .035em; line-height: 1.3; text-transform: none; transition: color .2s ease, background .2s ease; }
.nav-dropdown a:hover,
.nav-dropdown a:focus-visible,
.nav-dropdown a.is-active { background: var(--ink); color: var(--ivory); }

@media (min-width: 1181px) {
  .nav-group:hover .nav-dropdown,
  .nav-group:focus-within .nav-dropdown,
  .nav-group.is-open .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  min-height: 2.8rem;
  padding: .1rem 1.1rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: color .25s ease, background .25s ease;
}

.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--ivory); }
.site-nav > .nav-cta::after { display: none; }

.menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1px;
  margin: .29rem auto;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(28rem, .97fr);
  background: var(--ivory);
}

.hero-copy {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9rem clamp(2rem, 6vw, 7.5rem) clamp(3.8rem, 7vw, 7rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.6rem;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 13ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: .87;
  text-wrap: balance;
}

.hero h1 em { color: var(--ink); font-weight: 700; font-style: normal; }

.hero-lead {
  max-width: 42rem;
  margin: 2.3rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 3.5rem;
  padding: .25rem 1.55rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease;
}

.button::after { content: "↗"; font-size: 1rem; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--pistachio); color: var(--ink-deep); }
.button--ghost { background: transparent; color: var(--ink); }
.button--light { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }

.hero-media { position: relative; min-height: 42rem; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245,241,231,.08), transparent 30%), linear-gradient(0deg, rgba(10,42,32,.18), transparent 45%);
  pointer-events: none;
}

.hero-index {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  place-items: center;
  width: 7.2rem;
  height: 7.2rem;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  color: var(--white);
  font-size: .69rem;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.brand-moment {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
  overflow: hidden;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.brand-moment-inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.brand-moment-kicker { grid-column: 1 / -1; margin: 0 0 1rem; color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.brand-moment h2 { max-width: 10ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 9.5vw, 9.8rem); font-weight: 400; letter-spacing: .015em; line-height: .83; text-transform: uppercase; }
.brand-moment h2 em { color: var(--pistachio-dark); font-style: normal; }
.brand-moment-detail { margin: 0 0 1.5rem; color: var(--ink); font-size: .78rem; font-weight: 750; letter-spacing: .14em; line-height: 1.9; text-transform: uppercase; }
.brand-moment-copy { max-width: 36rem; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.18rem); }

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink-deep);
  color: var(--ivory);
  border-top: 1px solid rgba(255,255,255,.12);
}

.signal {
  min-height: 8rem;
  padding: 2rem clamp(1.4rem, 4vw, 4rem);
  border-right: 1px solid rgba(255,255,255,.13);
}
.signal:last-child { border-right: 0; }
.signal span { display: block; color: var(--pistachio-bright); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.signal strong { display: block; margin-top: .45rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.85rem); font-weight: 400; }

.section { padding: clamp(5rem, 10vw, 10rem) 0; }
.wrap { width: min(84rem, calc(100% - 3rem)); margin-inline: auto; }
.section-heading { display: grid; grid-template-columns: .68fr 1.32fr; gap: 3rem; align-items: start; }
.section-kicker { margin: .15rem 0 0; color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 {
  max-width: 16ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5.2vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: .97;
  text-wrap: balance;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
  margin-top: clamp(3rem, 6vw, 6rem);
  align-items: end;
}
.intro-grid p { margin: 0; color: var(--muted); font-size: clamp(1.06rem, 1.6vw, 1.35rem); }
.big-statement {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.6rem) !important;
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--ink-deep) !important;
}

.kernel-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kernel-card {
  min-height: 22rem;
  padding: 2rem;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background .3s ease, color .3s ease;
}
.kernel-card:last-child { border-right: 0; }
.kernel-card:hover { background: var(--ink); color: var(--ivory); }
.kernel-card-number { color: var(--gold); font-size: .75rem; letter-spacing: .15em; }
.kernel-card h3 { margin: auto 0 .75rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.kernel-card p { margin: 0; color: var(--muted); }
.kernel-card:hover p { color: rgba(255,255,255,.72); }
.kernel-card--primary { background: var(--pistachio); color: var(--ink-deep); }
.kernel-card--primary p { color: rgba(10,42,32,.7); }

.dark-section { position: relative; overflow: hidden; background: var(--ink-deep); color: var(--ivory); }
.dark-section::before {
  content: "";
  position: absolute;
  width: 38rem;
  height: 38rem;
  right: -14rem;
  top: -12rem;
  border: 1px solid rgba(199,216,133,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(199,216,133,.035), 0 0 0 10rem rgba(199,216,133,.02);
}
.dark-section .section-kicker { color: var(--pistachio-bright); }

.spec-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1px;
  margin-top: 4rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.15);
}
.spec-item { min-height: 13rem; padding: 2rem; background: var(--ink-deep); }
.spec-item span { color: var(--pistachio-bright); font-size: .72rem; letter-spacing: .16em; }
.spec-item h3 { margin: 2.6rem 0 .6rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.spec-item p { max-width: 34rem; margin: 0; color: rgba(255,255,255,.65); }

.trace-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.trace-copy { position: sticky; top: 8rem; }
.trace-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: .96; font-weight: 400; letter-spacing: -.01em; }
.trace-copy p { margin: 2rem 0 0; color: var(--muted); font-size: 1.08rem; }

.trace-chain { counter-reset: trace; border-top: 1px solid var(--line); }
.trace-step {
  counter-increment: trace;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}
.trace-step::before { content: "0" counter(trace); color: var(--gold); font-size: .72rem; letter-spacing: .16em; }
.trace-step strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.trace-step span { display: block; margin-top: .25rem; color: var(--muted); }

.process-header { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.process-header h2 { max-width: 11ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: .96; font-weight: 400; letter-spacing: -.01em; }
.process-header p { max-width: 29rem; margin: 0; color: var(--muted); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.process-step { min-height: 18rem; padding: 1.5rem 1.15rem; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step b { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .15em; }
.process-step h3 { margin: 4rem 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 400; }
.process-step p { margin: 0; color: var(--muted); font-size: .92rem; }

.quality-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.quality-card { min-height: 24rem; padding: 2rem; border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.quality-card small { color: var(--pistachio-bright); letter-spacing: .16em; text-transform: uppercase; }
.quality-card h3 { margin: auto 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; font-weight: 400; }
.quality-card p { margin: 0; color: rgba(255,255,255,.65); }

.aflatoxin-flow {
  position: relative;
  margin-top: 4.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.18);
}
.aflatoxin-flow h3 { margin: 0 0 2rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.flow-line { display: flex; gap: 0; align-items: stretch; }
.flow-line span { position: relative; flex: 1; padding: 1.2rem 1rem 1.2rem 0; color: rgba(255,255,255,.7); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.flow-line span:not(:last-child)::after { content: "→"; position: absolute; right: .8rem; color: var(--pistachio-bright); }

.application { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 46rem; }
.application-media { min-height: 36rem; }
.application-media img { width: 100%; height: 100%; object-fit: cover; }
.application-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); background: var(--ivory); }
.application-copy h2 { max-width: 10ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .95; font-weight: 400; letter-spacing: -.01em; }
.application-copy > p { max-width: 34rem; color: var(--muted); }
.application-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.application-list li { padding: .62rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.manifesto { text-align: center; background: var(--paper); }
.manifesto blockquote { max-width: 23ch; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5.8vw, 6.5rem); line-height: 1; letter-spacing: -.01em; }
.manifesto p { margin: 2rem 0 0; color: var(--gold); font-size: .75rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }

.contact-section { background: var(--pistachio); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5vw, 5.7rem); line-height: .96; font-weight: 400; letter-spacing: -.01em; }
.contact-copy p { max-width: 31rem; color: rgba(10,42,32,.72); }
.official-email { display: inline-block; margin-top: 1rem; padding-bottom: .18rem; border-bottom: 1px solid rgba(10,42,32,.38); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.2; letter-spacing: .015em; transition: color .2s ease, border-color .2s ease; }
.official-email:hover, .official-email:focus-visible { color: var(--paper); border-color: currentColor; }
.contact-note { margin-top: 2rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.sample-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1rem; }
.field { display: grid; gap: .45rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 3.55rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(10,42,32,.34);
  border-radius: .35rem;
  outline: 0;
  background: rgba(255,255,255,.28);
  color: var(--ink-deep);
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink-deep); background: rgba(255,255,255,.55); box-shadow: 0 0 0 3px rgba(10,42,32,.1); }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .5rem; }
.form-actions p { max-width: 30rem; margin: 0; color: rgba(10,42,32,.68); font-size: .78rem; }
.status-message { margin: 0 0 1.5rem; padding: 1rem; border: 1px solid rgba(10,42,32,.28); background: rgba(255,255,255,.3); }

/* Internal pages */
.inner-main { padding-top: 4.5rem; }

.inner-hero {
  min-height: min(52rem, 86svh);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.inner-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem);
}

.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: clamp(3rem, 7vw, 7rem); color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumbs a { color: var(--ink); }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--gold); }
.inner-hero h1 { max-width: 12ch; margin: .8rem 0 1.6rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7.7vw, 8.5rem); font-weight: 400; line-height: .91; letter-spacing: 0; }
.inner-hero .brand-headline { max-width: 11ch; font-size: clamp(3.4rem, 6.8vw, 7.8rem); letter-spacing: .015em; line-height: .82; text-transform: uppercase; }
.brand-headline span, .brand-headline em { display: block; }
.brand-headline em { color: var(--pistachio-dark); font-style: normal; }
.inner-hero-lead { max-width: 45rem; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.68; }
.brand-hero-detail { max-width: 42rem; margin: 1.7rem 0 0; color: var(--ink); font-size: .72rem; font-weight: 750; letter-spacing: .13em; line-height: 1.9; text-transform: uppercase; }
.product-download { align-self: flex-start; margin-top: 2rem; }
.product-download::after { content: "↓"; }

.inner-hero-media { min-height: 34rem; overflow: hidden; }
.inner-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero-index {
  position: relative;
  min-height: 34rem;
  padding: clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--ink);
  color: var(--ivory);
}
.inner-hero-index::before { content: ""; position: absolute; inset: 16% -28% auto auto; width: min(34rem, 76vw); aspect-ratio: 1; border: 1px solid rgba(199,216,133,.26); border-radius: 50%; }
.inner-hero-index::after { content: ""; position: absolute; inset: auto auto -35% -24%; width: min(28rem, 68vw); aspect-ratio: 1; border-radius: 50% 6% 50% 50%; background: rgba(156,175,88,.12); transform: rotate(-35deg); }
.inner-hero-index span, .inner-hero-index small { position: relative; z-index: 1; font-size: .67rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.inner-hero-index strong { position: relative; z-index: 1; align-self: flex-end; font-family: Georgia, "Times New Roman", serif; font-size: clamp(8rem, 18vw, 18rem); font-weight: 400; line-height: .7; color: var(--pistachio-bright); }

.inner-section { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.inner-section--tint { background: var(--ivory); }
.inner-section-grid, .faq-layout { display: grid; grid-template-columns: minmax(13rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 9rem); }
.inner-section-heading span { display: block; margin-bottom: 1.4rem; color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .18em; }
.inner-section-heading h2 { max-width: 11ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 5.6rem); font-weight: 400; line-height: .98; letter-spacing: 0; }
.inner-section-content { min-width: 0; }
.inner-copy { max-width: 48rem; margin: 0 0 1.35rem; color: var(--muted); font-size: clamp(1.02rem, 1.35vw, 1.22rem); }
.inner-copy:last-child { margin-bottom: 0; }

.detail-list { max-width: 50rem; margin: 2.3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--line); }
.detail-list li::before { content: ""; position: absolute; left: .15rem; top: 1.55rem; width: .52rem; aspect-ratio: 1; border-radius: 50% 5% 50% 50%; background: var(--pistachio); transform: rotate(-38deg); }

.detail-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 2.5rem; background: var(--line); border: 1px solid var(--line); }
.detail-cards article { min-height: 15rem; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); }
.inner-section--tint .detail-cards article { background: var(--ivory); }
.detail-cards article > span { color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .18em; }
.detail-cards h3 { margin: 3.4rem 0 .8rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.4vw, 2.35rem); font-weight: 400; line-height: 1.08; letter-spacing: .01em; }
.detail-cards p { margin: 0; color: var(--muted); }

.data-table-wrap { max-width: 100%; margin-top: 2.5rem; overflow-x: auto; border: 1px solid var(--line); }
.data-table { width: 100%; min-width: 40rem; border-collapse: collapse; background: var(--paper); }
.data-table th, .data-table td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { color: var(--ink); background: rgba(156,175,88,.12); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.data-table td { color: var(--muted); }
.data-table tr:last-child td { border-bottom: 0; }

.verification-note { max-width: 50rem; margin: 2rem 0 0; padding: 1.3rem 1.4rem; border-left: 3px solid var(--gold); background: rgba(185,154,91,.1); color: var(--muted); }
.verification-note strong { display: block; margin-bottom: .3rem; color: var(--ink); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.45rem 3.5rem 1.45rem 0; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.25rem; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.4rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 45rem; margin: 0; padding: 0 3.5rem 1.5rem 0; color: var(--muted); }

.inner-form-section { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--pistachio); }
.related-pages { padding: clamp(4rem, 7vw, 7rem) 0; background: var(--ivory); }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1px; margin-top: 2rem; background: var(--line); border: 1px solid var(--line); }
.related-grid a { min-height: 13rem; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 1.7rem; background: var(--paper); transition: background .25s ease, color .25s ease; }
.related-grid a:hover, .related-grid a:focus-visible { background: var(--ink); color: var(--ivory); }
.related-grid span { grid-column: 1 / -1; color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.related-grid strong { align-self: end; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 400; line-height: 1.05; letter-spacing: .01em; }
.related-grid i { align-self: end; font-size: 1.3rem; font-style: normal; }

.site-footer { padding: 4rem 0 2rem; background: var(--ink-deep); color: var(--ivory); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .8; letter-spacing: -.02em; }
.footer-copy { max-width: 34rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.62); }
.footer-email { display: inline-block; margin-top: 1rem; padding-bottom: .18rem; border-bottom: 1px solid rgba(255,255,255,.3); color: var(--pistachio-bright); font-size: .95rem; letter-spacing: .04em; transition: color .2s ease, border-color .2s ease; }
.footer-email:hover, .footer-email:focus-visible { color: var(--ivory); border-color: currentColor; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-content: start; }
.footer-links a { padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 2rem; color: rgba(255,255,255,.45); font-size: .72rem; }
.footer-bottom p { max-width: 57rem; margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-header { height: 4.5rem; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav {
    position: fixed;
    inset: 4.5rem 0 auto;
    max-height: calc(100svh - 4.5rem);
    display: grid;
    gap: 0;
    padding: 1rem;
    overflow-y: auto;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 45px rgba(10,42,32,.1);
    transform: translateY(-130%);
    opacity: 0;
    transition: transform .35s var(--ease), opacity .25s ease;
  }
  .site-nav.is-open { transform: none; opacity: 1; }
  .site-nav > a { display: flex; padding: .82rem 1rem; }
  .nav-group { display: block; }
  .nav-group-toggle { width: 100%; justify-content: space-between; padding: .82rem 1rem; text-align: left; }
  .nav-group-toggle::after { display: none; }
  .nav-caret { margin-left: auto; }
  .nav-dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: rgba(156,175,88,.08);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: max-height .35s var(--ease), opacity .2s ease, visibility .2s ease;
  }
  .nav-dropdown::before { display: none; }
  .nav-group.is-open .nav-dropdown { max-height: 24rem; padding: .25rem 0 .5rem; opacity: 1; visibility: visible; }
  .site-nav .nav-dropdown a { padding: .72rem 1.75rem; }
  .nav-cta { margin-top: .4rem; border-radius: .45rem; }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::before { transform: translateY(.3rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]::after { transform: translateY(-.3rem) rotate(-45deg); }
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-step { border-bottom: 1px solid var(--line); }
  .inner-hero { grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr); }
  .inner-section-grid, .faq-layout { grid-template-columns: minmax(12rem, .62fr) minmax(0, 1.38fr); gap: 4rem; }
}

@media (max-width: 900px) {
  .inner-hero { min-height: auto; grid-template-columns: 1fr; }
  .inner-hero-copy { min-height: 40rem; padding-top: 6rem; }
  .inner-hero-media, .inner-hero-index { min-height: 26rem; }
  .inner-section-grid, .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .inner-section-heading h2 { max-width: 14ch; }
  .related-grid { grid-template-columns: 1fr; }
  .brand-moment-inner { grid-template-columns: 1fr; }
  .brand-moment h2 { max-width: 11ch; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 4.5rem; }
  .header-inner, .wrap { width: min(100% - 2rem, 84rem); }
  .site-header { height: 4.5rem; }
  .site-nav {
    position: fixed;
    inset: 4.5rem 0 auto;
    display: grid;
    gap: 0;
    padding: 1rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    opacity: 0;
    transition: transform .35s var(--ease), opacity .25s ease;
  }
  .site-nav.is-open { transform: none; opacity: 1; }
  .site-nav > a { display: flex; padding: .9rem; }
  .nav-group-toggle { padding: .9rem; }
  .nav-cta { margin-top: .4rem; border-radius: .45rem; }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::before { transform: translateY(.3rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]::after { transform: translateY(-.3rem) rotate(-45deg); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 38rem; padding: 8rem 1rem 3.5rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .hero-media { min-height: 58svh; }
  .hero-index { width: 5.5rem; height: 5.5rem; font-size: .58rem; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .section-heading, .intro-grid, .trace-layout, .contact-layout, .footer-top { grid-template-columns: 1fr; }
  .trace-copy { position: static; }
  .kernel-cards { grid-template-columns: 1fr; }
  .kernel-card { min-height: 16rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .spec-grid, .quality-grid { grid-template-columns: 1fr; }
  .process-header { display: grid; }
  .process-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .process-step { flex: 0 0 72vw; min-height: 16rem; scroll-snap-align: start; }
  .application { grid-template-columns: 1fr; }
  .application-media { min-height: 65svh; }
  .application-copy { padding: 4rem 1rem; }
  .flow-line { display: grid; grid-template-columns: 1fr 1fr; }
  .flow-line span::after { display: none; }
  .sample-form { grid-template-columns: 1fr; }
  .field--wide, .form-actions { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .detail-cards { grid-template-columns: 1fr; }
  .inner-hero h1 { font-size: clamp(3.4rem, 16vw, 6rem); }
  .breadcrumbs { margin-bottom: 3rem; }
}

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