:root {
  --ink: #0c0c0d;
  --ink-2: #101012;
  --ink-3: #141416;
  --ink-4: #19191c;
  --paper: #f0ede8;
  --muted: #aaa59e;
  --muted-2: #7f7b76;
  --amber: #c8884a;
  --amber-hi: #dda15f;
  --amber-deep: #9a6132;
  --border: #252528;
  --border-hi: #37373b;
  --container: 1152px;
  --header-h: 64px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p { margin: 0 0 1.4rem; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 650;
}
h3 { line-height: 1.2; }
strong { color: var(--paper); }
::selection { background: var(--amber); color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  padding: .75rem 1rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; border-top: 1px solid rgba(255,255,255,.045); overflow: hidden; }
.eyebrow {
  margin: 0 0 1.5rem;
  color: var(--amber);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}
.section-intro { max-width: 680px; margin-top: 1.5rem; color: var(--muted); font-size: 1.05rem; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  background: rgba(12,12,13,.92);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(calc(100% - 48px), var(--container));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { font-size: 1rem; font-weight: 700; letter-spacing: -.04em; }
.brand span { color: var(--amber); }
.desktop-nav { display: flex; align-items: center; gap: 2.05rem; color: #a7a29c; font-size: .86rem; }
.desktop-nav > a:not(.button) { transition: color .25s ease; }
.desktop-nav > a:not(.button):hover { color: var(--paper); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .78rem 1.75rem;
  border: 1px solid var(--amber);
  border-radius: 6px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 650;
  line-height: 1;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s var(--ease);
}
.button:hover { background: var(--amber-hi); border-color: var(--amber-hi); transform: translateY(-2px); }
.button--small { min-height: 46px; padding-inline: 1.75rem; }
.button--ghost { background: transparent; color: var(--muted); border-color: var(--border-hi); }
.button--ghost:hover { background: rgba(255,255,255,.035); border-color: #5a595a; color: var(--paper); }
.button--wide { width: 100%; }
.button--large { min-height: 58px; padding-inline: 2.2rem; gap: .8rem; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 720px; padding-top: var(--header-h); background: var(--ink); display: grid; align-items: center; }
.hero-art, .hero-shade { position: absolute; inset: 0; pointer-events: none; }
.hero-art { background: url("assets/hero-bg.jpg") center / cover no-repeat; opacity: .64; }
.hero-shade {
  background:
    radial-gradient(circle at 82% 12%, rgba(200,136,74,.23), transparent 22%),
    linear-gradient(90deg, rgba(12,12,13,.26), rgba(12,12,13,.6) 64%, rgba(12,12,13,.22)),
    linear-gradient(0deg, rgba(12,12,13,.7), transparent 38%);
}
.hero-content { position: relative; z-index: 1; padding: 5.5rem 0 2.6rem; }
.hero h1 {
  max-width: 760px;
  margin-bottom: 1.4rem;
  font-size: clamp(4rem, 6.25vw, 5rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 700;
}
.hero h1 span { color: var(--amber); }
.hero-copy { max-width: 635px; color: #b3aea7; font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; gap: .75rem; margin-top: 2.1rem; }
.hero-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 2.4rem;
  margin: 2.8rem 0 0;
  padding: 0;
  color: #8e8983;
  font-size: .78rem;
  list-style: none;
}
.hero-promises li::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: .65rem; background: var(--amber); vertical-align: middle; }

.decision-strip {
  position: relative;
  padding: clamp(3.3rem, 6vw, 5.2rem) 0;
  overflow: hidden;
  background: var(--amber);
  color: var(--ink);
}
.decision-strip::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 31rem;
  aspect-ratio: 1;
  border: 1px solid rgba(12,12,13,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(12,12,13,.035), 0 0 0 10rem rgba(12,12,13,.025);
  pointer-events: none;
}
.decision-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7.5rem); align-items: start; }
.decision-kicker {
  margin: 0 0 1rem;
  font-family: "Geist Mono", monospace;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.decision-heading h2 { max-width: 600px; font-size: clamp(2.65rem, 5vw, 4.6rem); line-height: .94; letter-spacing: -.055em; font-weight: 700; }
.decision-heading h2 span { color: #fff6eb; }
.decision-lead { max-width: 650px; margin-bottom: 2rem; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.58; }
.decision-lead strong { color: var(--ink); }
.decision-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 0 1.5rem; padding: 1px; background: rgba(12,12,13,.22); list-style: none; }
.decision-options li { min-height: 112px; padding: 1.1rem; background: var(--amber); font-size: .88rem; font-weight: 650; line-height: 1.35; }
.decision-options span { display: block; margin-bottom: 1.3rem; font-family: "Geist Mono", monospace; color: rgba(12,12,13,.58); font-size: .66rem; letter-spacing: .12em; }
.decision-note { max-width: 650px; margin: 0; font-size: .86rem; font-weight: 550; }

.section--geo { padding: 7rem 0; background: rgba(20,20,22,.96); }
.geo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 8rem); align-items: center; }
.geo-lead { min-height: 290px; position: relative; }
.geo-copy { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.geo-copy blockquote { margin: 2.2rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--border); color: var(--paper); }
.geo-copy blockquote p { margin-bottom: .25rem; font-size: 1.12rem; }
.geo-copy cite { color: var(--amber); font-size: .72rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.radar-mark { position: absolute; left: 0; bottom: 0; width: 150px; aspect-ratio: 1; border: 1px solid rgba(200,136,74,.14); border-radius: 50%; opacity: .7; }
.radar-mark::before, .radar-mark::after, .radar-mark span { content: ""; position: absolute; inset: 25%; border: 1px solid rgba(200,136,74,.15); border-radius: 50%; }
.radar-mark::after { inset: 43%; }
.radar-mark span:nth-child(1) { inset: 50% 0 auto; border: 0; border-top: 1px solid rgba(200,136,74,.16); border-radius: 0; }
.radar-mark span:nth-child(2) { inset: 0 auto 0 50%; border: 0; border-left: 1px solid rgba(200,136,74,.16); border-radius: 0; }
.radar-mark span:nth-child(3) { inset: 50%; width: 50%; height: 1px; border: 0; border-radius: 0; background: linear-gradient(90deg, var(--amber), transparent); transform-origin: left center; animation: radar 7s linear infinite; }
@keyframes radar { to { transform: rotate(360deg); } }

.section--signal { min-height: 420px; background: #0d0d0f; display: grid; place-items: center; }
.signal-art, .signal-lines { position: absolute; inset: 0; }
.signal-art { background: url("assets/keyboard.jpg") center 55% / cover no-repeat; opacity: .13; filter: grayscale(1); }
.signal-lines { display: grid; place-items: center; }
.signal-lines svg { width: min(780px, 78vw); overflow: visible; fill: var(--amber); opacity: .23; }
.signal-lines path { fill: none; stroke: var(--amber); stroke-width: 1; stroke-dasharray: 4 7; }
.signal-label { position: relative; z-index: 2; margin: 0; padding: .7rem 1.1rem; border: 1px solid rgba(200,136,74,.28); background: rgba(12,12,13,.74); color: var(--amber); font-family: "Geist Mono", monospace; font-size: .7rem; letter-spacing: .18em; }

.section--visibility { padding: 6.5rem 0 7rem; background: rgba(16,16,22,.96); }
.section--visibility h2 { max-width: 920px; }
.visibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin-top: 3rem; }
.visibility-card { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: rgba(12,12,13,.42); }
.visibility-card h3 { padding: 1.2rem; color: var(--amber); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.compare { display: grid; grid-template-columns: 1fr 1.25fr; border-top: 1px solid var(--border); }
.compare > div { min-height: 138px; padding: 1.2rem; }
.compare > div + div { border-left: 1px solid var(--border); background: rgba(200,136,74,.07); }
.compare span { display: block; margin-bottom: .65rem; color: var(--muted-2); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.compare > div:last-child span { color: var(--amber); }
.compare p { margin: 0; color: #aaa69f; line-height: 1.5; }
.compare > div:last-child p { color: var(--paper); font-weight: 500; }

.proof { padding: 5.2rem 0; background: var(--ink-3); }
.proof-bg { position: absolute; inset: 0; background: url("assets/radar-bg.jpg") center / cover no-repeat; opacity: .18; }
.proof-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3.3rem; }
.proof-item strong { display: block; min-height: 85px; margin-bottom: .4rem; color: var(--amber); font-family: "Geist Mono", monospace; font-size: 3.4rem; font-weight: 600; line-height: .88; letter-spacing: -.08em; }
.proof-item span { display: block; margin-bottom: 1rem; color: var(--muted-2); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.proof-item p { margin: 0; color: #9f9a94; font-size: .93rem; }

.section--why { padding: 7rem 0; background: rgba(12,12,12,.96); }
.before-after { display: grid; grid-template-columns: 1fr 80px 1fr; align-items: stretch; margin-top: 3.5rem; border: 1px solid var(--border); }
.before-after article { padding: 2rem; }
.before-after span { display: block; margin-bottom: .8rem; color: var(--amber); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.before-after p { margin: 0; color: var(--muted); font-size: 1.04rem; }
.time-arrow { display: grid; place-items: center; color: var(--amber); font-size: 1.6rem; border-inline: 1px solid var(--border); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3.5rem; background: var(--border); border: 1px solid var(--border); }
.problem-grid article { position: relative; padding: 2rem; background: var(--ink); }
.problem-grid .number { color: var(--amber); font-family: "Geist Mono", monospace; font-size: .7rem; }
.problem-grid h3 { margin: 2.8rem 0 1rem; font-size: 1.25rem; }
.problem-grid p { margin: 0; color: var(--muted); }

.section--pricing { padding: 7rem 0; background: var(--ink) url("assets/pricing-bg.jpg") center / cover fixed; }
.section--pricing::before { content: ""; position: absolute; inset: 0; background: rgba(12,12,13,.72); }
.section--pricing > .container { position: relative; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 3.5rem; }
.price-card { position: relative; padding: 2.3rem; border: 1px solid var(--border-hi); border-radius: 8px; background: rgba(16,16,18,.9); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.price-card--featured { border-color: rgba(200,136,74,.7); }
.badge { display: inline-block; margin-bottom: 1.5rem; padding: .35rem .58rem; border-radius: 3px; background: var(--amber); color: var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.badge--subtle { background: transparent; border: 1px solid var(--border-hi); color: var(--amber); }
.price-name { margin-bottom: .55rem; color: var(--paper); font-size: 1.2rem; font-weight: 600; }
.price { margin: 0; color: var(--paper); font-family: "Geist Mono", monospace; font-size: clamp(3.2rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.08em; }
.price small { font-size: .45em; }
.price-meta { margin: 1rem 0 0; color: var(--muted-2); font-size: .62rem; letter-spacing: .09em; }
.price-divider { height: 1px; margin: 2rem 0; background: var(--border); }
.price-card h3 { margin-bottom: 1.2rem; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.check-list { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; color: #b5b0aa; }
.check-list li { display: flex; gap: .75rem; }
.check-list li::before { content: "—"; color: var(--amber); }
.promise { min-height: 95px; margin: 1.8rem 0; padding: 1.2rem; border-left: 2px solid var(--amber); background: rgba(200,136,74,.06); color: var(--muted); font-size: .88rem; }

.section--services { padding: 7rem 0; background: rgba(20,20,22,.97); }
.service-list { margin-top: 3.5rem; border-top: 1px solid var(--border-hi); }
.service-row { display: grid; grid-template-columns: 70px 1fr 150px 40px; gap: 1rem; align-items: center; min-height: 122px; border-bottom: 1px solid var(--border-hi); transition: background .3s ease, padding .3s var(--ease); }
.service-row:hover { padding-inline: 1rem; background: rgba(200,136,74,.06); }
.service-number { color: var(--amber); font-family: "Geist Mono", monospace; font-size: .72rem; }
.service-row h3 { margin-bottom: .5rem; font-size: 1.28rem; }
.service-row p { margin: 0; color: var(--muted); }
.service-price { color: var(--amber); font-size: .82rem; text-align: right; }
.service-arrow { color: var(--amber); font-size: 1.1rem; text-align: right; transition: transform .3s var(--ease); }
.service-row:hover .service-arrow { transform: translate(4px,-4px); }

.section--about { padding: 7rem 0; background: rgba(14,14,16,.97); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8rem; }
.about-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); font-size: 1.03rem; }
.about-copy h2 { margin-bottom: 1.8rem; }
.portrait-card { position: relative; margin: 2.5rem 0 0; overflow: hidden; border: 1px solid rgba(200,136,74,.3); border-radius: 5px; background: #0e0e10; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.portrait-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.035); box-shadow: inset 0 -70px 90px rgba(0,0,0,.08); }
.portrait-card img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: saturate(.92) contrast(1.02); transition: transform .75s var(--ease), filter .5s ease; }
.portrait-card:hover img { transform: scale(1.018); filter: saturate(1) contrast(1.02); }
.timeline .eyebrow { margin-bottom: 2rem; }
.timeline ol { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline ol::before { content: ""; position: absolute; left: 57px; top: 8px; bottom: 8px; width: 1px; background: var(--border-hi); }
.timeline li { position: relative; display: grid; grid-template-columns: 90px 1fr; min-height: 115px; }
.timeline li::before { content: ""; position: absolute; left: 53px; top: 7px; width: 9px; height: 9px; border: 2px solid var(--amber); border-radius: 50%; background: var(--ink-2); }
.timeline li > span { color: var(--amber); font-family: "Geist Mono", monospace; font-size: .78rem; }
.timeline li p { margin: 0; color: var(--muted); }
.timeline li strong { font-size: 1.03rem; }

.section--faq { padding: 7rem 0; background: rgba(20,20,22,.98); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7rem; }
.accordion details { border-top: 1px solid var(--border-hi); }
.accordion details:last-child { border-bottom: 1px solid var(--border-hi); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; cursor: pointer; list-style: none; color: #d6d2cc; font-weight: 500; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 auto; color: var(--amber); font-size: 1.3rem; transition: transform .3s var(--ease); }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; padding: 0 3rem 1.5rem 0; color: var(--muted); }

.section--blog { padding: 7rem 0; background: rgba(18,18,20,.98); }
.news-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.news-heading .eyebrow { margin-bottom: 1rem; }
.news-status { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .55rem; color: var(--muted); font-size: .76rem; letter-spacing: .04em; }
.news-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(200,136,74,.1); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.blog-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--border); background: var(--ink-2); transition: transform .35s var(--ease), border-color .35s ease; }
.blog-card:hover { transform: translateY(-6px); border-color: rgba(200,136,74,.55); }
.blog-image { position: relative; overflow: hidden; aspect-ratio: 16 / 8.7; background-position: center; background-size: cover; filter: saturate(.7); }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.blog-card:hover .blog-image img { transform: scale(1.035); }
.blog-image--seo { background-image: url("assets/blog-seo.jpg"); }
.blog-image--geo { background-image: url("assets/blog-geo.jpg"); }
.blog-image--links { background-image: url("assets/blog-backlinks.jpg"); }
.blog-content { display: flex; flex: 1; flex-direction: column; padding: 1.45rem; }
.blog-content > span { color: var(--amber); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.blog-content h3 { min-height: 59px; margin: .8rem 0; font-size: 1.12rem; }
.blog-content p { min-height: 93px; color: var(--muted); font-size: .9rem; }
.blog-content strong { margin-top: auto; color: var(--amber); font-size: .76rem; font-weight: 500; }
.news-more { display: flex; justify-content: center; margin-top: 2.4rem; }

.section--contact { padding: 7rem 0; background: rgba(20,20,22,.98); text-align: center; }
.contact-orbit { position: absolute; width: 520px; aspect-ratio: 1; left: 50%; top: 50%; translate: -50% -50%; border: 1px solid rgba(200,136,74,.08); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(200,136,74,.08); border-radius: 50%; }
.contact-orbit::after { inset: 38%; }
.contact-inner { position: relative; z-index: 1; }
.contact-inner > p:not(.eyebrow) { max-width: 580px; margin: 1.5rem auto 2rem; color: var(--muted); font-size: 1.05rem; }
.contact-inner small { display: block; margin-top: 1.1rem; color: var(--muted-2); }

.contact-dialog {
  width: min(calc(100% - 32px), 820px);
  max-height: min(880px, calc(100dvh - 32px));
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--paper);
}
.contact-dialog::backdrop { background: rgba(4,4,5,.82); backdrop-filter: blur(10px); }
.contact-dialog[open] { animation: dialog-in .38s var(--ease) both; }
body.dialog-open { overflow: hidden; }
.contact-form {
  position: relative;
  max-height: min(880px, calc(100dvh - 32px));
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow-y: auto;
  border: 1px solid rgba(200,136,74,.38);
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 6%, rgba(200,136,74,.14), transparent 29%),
    #111113;
  box-shadow: 0 35px 100px rgba(0,0,0,.6);
}
.contact-dialog__close {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-hi);
  border-radius: 50%;
  background: rgba(12,12,13,.72);
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, transform .25s var(--ease);
}
.contact-dialog__close:hover { color: var(--paper); border-color: var(--amber); transform: rotate(6deg); }
.contact-dialog__intro { max-width: 660px; padding-right: 3rem; }
.contact-dialog__intro .eyebrow { margin-bottom: .8rem; }
.contact-dialog__intro h2 { font-size: clamp(2rem, 5vw, 3.15rem); }
.contact-dialog__intro > p:last-child { margin: 1rem 0 0; color: var(--muted); font-size: .94rem; }
.contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.2rem; }
.contact-form:not([data-mode="order"]) .order-only { display: none !important; }
.order-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem 2rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(200,136,74,.34);
  border-radius: 6px;
  background: linear-gradient(120deg, rgba(200,136,74,.12), rgba(200,136,74,.035));
}
.order-summary > div { display: grid; align-content: start; gap: .24rem; }
.order-summary span { color: var(--muted-2); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.order-summary strong { color: var(--paper); font-size: 1rem; font-weight: 600; }
.order-summary__price { min-width: 110px; text-align: right; }
.order-summary__price strong { color: var(--amber); font: 600 1.45rem/1 var(--mono); }
.order-summary__price small { color: var(--muted-2); font-size: .68rem; }
.order-summary > p { grid-column: 1 / -1; margin: .2rem 0 0; padding-top: .75rem; border-top: 1px solid rgba(200,136,74,.18); color: var(--muted); font-size: .76rem; line-height: 1.55; }
.form-field { display: grid; gap: .48rem; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span { color: #c4bfb8; font-size: .75rem; font-weight: 600; letter-spacing: .035em; }
.form-field > span small { color: var(--muted-2); font-size: .68rem; font-weight: 400; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: .82rem .95rem;
  border: 1px solid var(--border-hi);
  border-radius: 5px;
  outline: 0;
  background: #0c0c0d;
  color: var(--paper);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field select { color-scheme: dark; cursor: pointer; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(200,136,74,.11); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #67635f; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-consent { display: flex; align-items: flex-start; gap: .75rem; margin-top: 1.2rem; color: var(--muted); font-size: .76rem; line-height: 1.55; cursor: pointer; }
.contact-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: .15rem; accent-color: var(--amber); }
.contact-consent a, .contact-form__actions a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
.contact-form__actions { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.6rem; }
.contact-form__actions .button { border: 0; cursor: pointer; gap: .65rem; }
.contact-form__actions .button:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-form__actions p { margin: 0; color: var(--muted-2); font-size: .74rem; }
.order-notice { margin: 1rem 0 0; color: var(--muted-2); font-size: .71rem; line-height: 1.55; }
.contact-form__status {
  margin-top: 1.15rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(200,136,74,.34);
  border-left: 3px solid var(--amber);
  border-radius: 4px;
  background: rgba(200,136,74,.08);
  color: #d9d4ce;
  font-size: .82rem;
  line-height: 1.55;
}
.contact-form[data-state="success"] .contact-form__status { border-color: rgba(92,176,124,.34); border-left-color: #5cb07c; background: rgba(92,176,124,.09); color: #d9eee0; }
.contact-form[data-state="error"] .contact-form__status { border-color: rgba(218,104,92,.38); border-left-color: #da685c; background: rgba(218,104,92,.09); color: #f0d4d0; }
.contact-form[data-state="sending"] .contact-form__actions .button > span:last-child { animation: send-pulse .8s ease-in-out infinite alternate; }
@keyframes send-pulse { to { transform: translate(3px,-3px); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: none; } }

.legal-main { padding-top: var(--header-h); background: #0d0d0f; }
.legal-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 8.5rem) 0 clamp(4rem, 8vw, 6.5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(12,12,13,.94), rgba(12,12,13,.68)),
    radial-gradient(circle at 82% 18%, rgba(200,136,74,.24), transparent 33%),
    #111113;
}
.legal-hero::after { content: ""; position: absolute; right: -12vw; bottom: -28vw; width: 58vw; aspect-ratio: 1; border: 1px solid rgba(200,136,74,.09); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(200,136,74,.025), 0 0 0 16vw rgba(200,136,74,.018); pointer-events: none; }
.legal-hero .container { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 880px; font-size: clamp(3.1rem, 8vw, 6.8rem); font-weight: 650; letter-spacing: -.06em; line-height: .92; }
.legal-hero > .container > p:not(.eyebrow) { max-width: 720px; margin: 2rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.legal-hero--compact { padding-block: clamp(4rem, 8vw, 6.4rem); }
.legal-hero--compact h1 { font-size: clamp(3.1rem, 7vw, 5.9rem); }
.legal-meta { display: flex; flex-wrap: wrap; gap: .65rem 1.7rem; margin-top: 2rem; color: var(--muted-2); font: 500 .7rem/1.5 "Geist Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.legal-meta span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 .65rem .08rem 0; border-radius: 50%; background: var(--amber); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); justify-content: space-between; gap: clamp(3rem, 9vw, 8.5rem); padding-block: clamp(4rem, 9vw, 8rem); }
.legal-layout--compact { padding-bottom: 7rem; }
.legal-nav { position: sticky; top: calc(var(--header-h) + 2rem); align-self: start; display: grid; gap: .1rem; padding: 1.1rem 0; border-block: 1px solid var(--border); }
.legal-nav p { margin: 0 0 .65rem; color: var(--muted-2); font: 600 .66rem/1.5 "Geist Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { padding: .56rem 0; color: #9b9690; font-size: .76rem; transition: color .2s ease, transform .25s var(--ease); }
.legal-nav a:hover { color: var(--amber); transform: translateX(5px); }
.legal-content { min-width: 0; }
.legal-company-card { display: grid; gap: .45rem; margin-bottom: 3.5rem; padding: 1.5rem 1.7rem; border: 1px solid rgba(200,136,74,.3); border-left: 3px solid var(--amber); border-radius: 5px; background: linear-gradient(120deg, rgba(200,136,74,.11), rgba(200,136,74,.025)); }
.legal-company-card span { color: var(--amber); font: 600 .66rem/1.5 "Geist Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.legal-company-card strong { font-size: 1.22rem; }
.legal-company-card address { color: var(--muted); font-size: .86rem; font-style: normal; line-height: 1.7; }
.legal-company-card a { color: var(--amber); }
.legal-company-card--inline { margin: 1.3rem 0 2rem; }
.legal-section { position: relative; padding: 3.6rem 0; border-top: 1px solid var(--border); scroll-margin-top: calc(var(--header-h) + 1.5rem); }
.legal-section:first-of-type { border-top-color: rgba(200,136,74,.35); }
.legal-number { margin: 0 0 .8rem; color: var(--amber); font: 600 .7rem/1 "Geist Mono", monospace; letter-spacing: .1em; }
.legal-section h2 { max-width: 700px; margin-bottom: 1.45rem; font-size: clamp(1.65rem, 3.4vw, 2.35rem); line-height: 1.12; letter-spacing: -.03em; }
.legal-section h3 { margin: 2rem 0 .7rem; font-size: 1.02rem; }
.legal-section p, .legal-section li { color: #b9b4ae; font-size: .96rem; line-height: 1.78; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul, .legal-section ol { display: grid; gap: .65rem; padding-left: 1.2rem; }
.legal-section a { color: var(--amber); text-decoration: underline; text-decoration-color: rgba(200,136,74,.45); text-underline-offset: 4px; }
.legal-section--highlight { margin: 1.4rem -1.6rem; padding: 2.7rem 1.6rem; border: 1px solid rgba(200,136,74,.35); border-radius: 6px; background: linear-gradient(135deg, rgba(200,136,74,.13), rgba(200,136,74,.025)); }
.legal-section--highlight h2 { color: #f4d2ae; }
.legal-contact-box { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2rem; padding: 1.1rem 1.25rem; border: 1px solid var(--border-hi); border-radius: 4px; background: #101012; }
.legal-contact-box span { color: var(--muted); font-size: .78rem; }
.legal-contact-box a { flex: 0 0 auto; font-size: .82rem; font-weight: 600; text-decoration: none; }

.site-footer { padding: 2rem 0; border-top: 1px solid var(--border); background: #09090a; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--muted-2); font-size: .75rem; }
.footer-inner p { margin: 0; }
.footer-inner > div { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; }
.footer-inner a:hover { color: var(--paper); }
.footer-inner a[aria-current="page"] { color: var(--amber); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }
.reveal--delay-3 { transition-delay: .24s; }
.reveal--delay-4 { transition-delay: .32s; }

@media (max-width: 1000px) {
  .visibility-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 4rem; }
  .faq-grid { gap: 4rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 2.8rem; }
  .legal-nav { position: static; display: flex; gap: .6rem 1.2rem; padding: 1rem 0; overflow-x: auto; white-space: nowrap; }
  .legal-nav p { display: none; }
  .legal-nav a { flex: 0 0 auto; }
}

@media (max-width: 760px) {
  :root { --header-h: 63px; }
  .container, .header-inner { width: min(calc(100% - 40px), var(--container)); }
  h2 { font-size: clamp(2.05rem, 10vw, 2.75rem); }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--paper); cursor: pointer; }
  .menu-toggle span { display: block; width: 21px; height: 1px; background: currentColor; transition: transform .3s var(--ease), opacity .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 101; top: var(--header-h); left: 0; right: 0; height: calc(100dvh - var(--header-h)); display: flex; flex-direction: column; align-items: stretch; padding: 1.2rem 20px 2rem; overflow-y: auto; background: var(--ink); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 1rem 0; border-bottom: 1px solid var(--border); font-size: 1.3rem; }
  .mobile-nav a:last-child { margin-top: 1rem; padding: 1rem; border: 0; border-radius: 5px; background: var(--amber); color: var(--ink); text-align: center; font-size: 1rem; font-weight: 650; }

  .hero { min-height: 780px; align-items: stretch; }
  .hero-art { background-position: 60% center; opacity: .5; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,12,13,.22), rgba(12,12,13,.6)), linear-gradient(0deg, var(--ink) 0%, transparent 45%); }
  .hero-content { padding-top: 7.2rem; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 3.4rem); line-height: 1.03; letter-spacing: -.045em; }
  .hero-copy { font-size: 1rem; line-height: 1.75; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { width: min(100%, 230px); }
  .hero-promises { display: grid; gap: 1rem; margin-top: 2.8rem; }

  .decision-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .decision-heading h2 { font-size: clamp(2.65rem, 12.5vw, 3.7rem); }
  .decision-options { grid-template-columns: 1fr; }
  .decision-options li { min-height: auto; display: grid; grid-template-columns: 2rem 1fr; align-items: center; gap: .8rem; padding: 1rem; }
  .decision-options span { margin: 0; }

  .section--geo, .section--visibility, .section--why, .section--pricing, .section--services, .section--about, .section--faq, .section--blog, .section--contact { padding: 5.5rem 0; }
  .geo-grid, .pricing-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 3rem; }
  .geo-lead { min-height: 260px; }
  .section--signal { min-height: 330px; }
  .signal-lines svg { width: 125vw; }
  .visibility-grid, .proof-grid, .problem-grid, .blog-grid { grid-template-columns: 1fr; }
  .visibility-grid { gap: .75rem; }
  .proof { padding: 4rem 0; }
  .proof-grid { gap: 0; }
  .proof-item { padding: 2rem 0; border-bottom: 1px solid var(--border); }
  .proof-item:first-child { padding-top: 0; }
  .proof-item:last-child { border: 0; padding-bottom: 0; }
  .proof-item strong { min-height: auto; margin-bottom: .8rem; font-size: 3.1rem; }
  .before-after { grid-template-columns: 1fr; }
  .time-arrow { height: 56px; border-inline: 0; border-block: 1px solid var(--border); transform: rotate(90deg); }
  .problem-grid { gap: 1px; }
  .price-card { padding: 1.45rem; }
  .promise { min-height: auto; }
  .service-row { grid-template-columns: 42px 1fr 28px; padding: 1.4rem 0; }
  .service-price { grid-column: 2; text-align: left; }
  .service-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .about-grid { gap: 4rem; }
  .timeline li { grid-template-columns: 76px 1fr; }
  .timeline ol::before { left: 45px; }
  .timeline li::before { left: 41px; }
  .accordion details p { padding-right: 0; }
  .contact-dialog { width: min(calc(100% - 20px), 820px); max-height: calc(100dvh - 20px); }
  .contact-form { max-height: calc(100dvh - 20px); padding: 1.35rem; }
  .contact-dialog__intro { padding-right: 2.7rem; }
  .contact-form__grid { grid-template-columns: 1fr; margin-top: 1.7rem; }
  .form-field--wide { grid-column: auto; }
  .order-summary { grid-template-columns: 1fr auto; }
  .contact-form__actions { align-items: stretch; flex-direction: column; }
  .contact-form__actions .button { width: 100%; }
  .news-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .news-status { padding-bottom: 0; }
  .blog-content h3, .blog-content p { min-height: auto; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .legal-hero { padding-block: 4.3rem; }
  .legal-hero h1, .legal-hero--compact h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .legal-hero > .container > p:not(.eyebrow) { font-size: .96rem; }
  .legal-layout { padding-block: 3.7rem 5rem; }
  .legal-company-card { padding: 1.2rem; }
  .legal-section { padding: 2.8rem 0; }
  .legal-section--highlight { margin-inline: -.6rem; padding-inline: .9rem; }
  .legal-contact-box { align-items: flex-start; flex-direction: column; }
  .section--pricing { background-attachment: scroll; }
}

@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; }
}
