:root {
  color-scheme: light;
  --ink: #0b0c0d;
  --ink-soft: #17191a;
  --paper: #f6f2e9;
  --cream: #e9e2d5;
  --white: #fffefb;
  --sand: #cfc3af;
  --gold: #b89a68;
  --electric: #b9f7e8;
  --muted-dark: #a8aaa6;
  --muted-light: #655f56;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(11, 12, 13, .16);
  --radius: 1.25rem;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }

body {
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; }

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #38d6b2;
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  padding: .75rem 1rem;
  border-radius: .5rem;
  background: var(--electric);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-200%);
}

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

.container {
  width: min(1240px, calc(100% - 3rem));
  margin-inline: auto;
}

.announcement {
  position: relative;
  z-index: 52;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: .62rem 1.25rem;
  background: var(--electric);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .04em;
  text-align: center;
}

.announcement a { font-weight: 850; text-underline-offset: .2em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(11, 12, 13, .82);
  backdrop-filter: blur(18px);
  transition: border-color .25s ease;
}

.site-header.is-scrolled { border-bottom-color: var(--line-dark); }

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--paper);
  font-size: 1.13rem;
  font-weight: 850;
  letter-spacing: -.045em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
}

.brand-mark i {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid currentColor;
  border-radius: 50% 40% 54% 45%;
  transform: rotate(15deg);
}

.brand-mark i:nth-child(2) { width: .82rem; height: .82rem; transform: rotate(65deg); }
.brand-mark i:nth-child(3) { width: .36rem; height: .36rem; border: 0; background: var(--electric); }

.primary-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.5rem); }

.primary-nav > a:not(.button) {
  color: #cfcec9;
  font-size: .78rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}

.primary-nav > a:not(.button):hover { color: var(--white); }

.nav-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 3.65rem;
  padding: .95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.button:hover { transform: translateY(-2px); }
.button-small { min-height: 2.75rem; padding: .65rem 1.15rem; }
.button-primary { background: var(--electric); color: var(--ink); }
.button-primary:hover { background: #d1fff4; }
.button-dark { background: var(--paper); color: var(--ink); }
.button-outline { border-color: var(--line-light); color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .8rem;
  font-weight: 750;
  text-underline-offset: .32rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(185, 247, 232, .09), transparent 25rem),
    linear-gradient(180deg, #0b0c0d 0%, #101214 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: .11;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 7rem 7rem;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
  min-height: calc(100vh - 7.5rem);
  padding-block: clamp(4rem, 8vw, 8rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.6rem;
  color: var(--electric);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span { width: 1.65rem; height: 1px; background: currentColor; }
.eyebrow-dark { color: #3d554f; }

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
}

h1 { font-size: clamp(3.65rem, 6.7vw, 7.25rem); line-height: .89; }
h2 { font-size: clamp(3rem, 5.8vw, 6.1rem); line-height: .93; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }

.hero-lede {
  max-width: 35rem;
  margin: 2rem 0 2.25rem;
  color: #c1c2bd;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: center; gap: 1.5rem; }

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.trust-list strong, .trust-list span { display: block; }
.trust-list strong { margin-bottom: .35rem; font-size: .74rem; }
.trust-list span { color: #858782; font-size: .66rem; line-height: 1.45; }

.hero-media { position: relative; }

.hero-frame {
  padding: .55rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: .45rem;
  background: rgba(255,255,255,.035);
  box-shadow: 0 3rem 8rem rgba(0,0,0,.45);
  transform: rotate(1.2deg);
}

.comparison {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #343739;
}

.comparison > img,
.comparison-after,
.comparison-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--split));
}

.comparison input[type="range"] {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.comparison-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  z-index: 3;
  width: 2px;
  background: rgba(255,255,255,.9);
  transform: translateX(-50%);
}

.comparison-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(11,12,13,.74);
  color: var(--white);
  font-size: .8rem;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.image-label {
  position: absolute;
  top: 1rem;
  z-index: 2;
  padding: .42rem .64rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 100px;
  background: rgba(11,12,13,.56);
  color: white;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.label-before { left: 1rem; }
.label-after { right: 1rem; }

.agent-lockup {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  align-items: center;
  gap: .65rem;
  width: min(15.5rem, calc(100% - 2rem));
  padding: .7rem .8rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: .28rem;
  background: rgba(10,12,12,.82);
  color: #fff;
  box-shadow: 0 .8rem 2rem rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.agent-logo {
  display: grid;
  place-items: center;
  width: 2.35rem;
  aspect-ratio: 1;
  border: 1px solid rgba(185,247,232,.65);
  color: var(--electric);
  font-family: var(--serif);
  font-size: .78rem;
  letter-spacing: -.08em;
}

.agent-identity,
.agent-identity > * { display: block; min-width: 0; }
.agent-identity small { margin-bottom: .12rem; color: var(--electric); font-size: .43rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.agent-identity strong { margin-bottom: .16rem; font-family: var(--serif); font-size: .78rem; font-weight: 400; }
.agent-identity span { color: #dedfdb; font-size: .43rem; line-height: 1.35; overflow-wrap: anywhere; }
.image-service .agent-lockup { right: auto; left: 1rem; }
.agent-lockup-compact { transform: scale(.9); transform-origin: right bottom; }
.agent-lockup-portrait { width: 10rem; grid-template-columns: 1.8rem minmax(0, 1fr); gap: .42rem; padding: .52rem; }
.agent-lockup-portrait .agent-logo { width: 1.8rem; font-size: .62rem; }
.agent-lockup-portrait .agent-identity small { font-size: .36rem; }
.agent-lockup-portrait .agent-identity strong { font-size: .63rem; }
.agent-lockup-portrait .agent-identity span { font-size: .35rem; }

.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: .4rem;
  background: rgba(17,19,20,.86);
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: .18rem; color: #90928e; font-size: .57rem; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { font-size: .7rem; }
.floating-style { bottom: -1.8rem; left: -2rem; }
.floating-time { top: 2rem; right: -1.75rem; }
.floating-time strong { color: var(--electric); font-family: ui-monospace, monospace; font-size: .9rem; }
.dot { width: .65rem; height: .65rem; border-radius: 50%; background: var(--electric); box-shadow: 0 0 1rem rgba(185,247,232,.7); }

.hero-marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  color: #686b68;
}

.hero-marquee div {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  padding: 1rem 0;
  animation: marquee 26s linear infinite;
}

.hero-marquee span { font-family: var(--serif); font-size: 1rem; font-style: italic; }
.hero-marquee i { color: var(--gold); font-style: normal; }

@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: clamp(5.5rem, 10vw, 10rem); }
.section-cream { background: var(--cream); color: var(--ink); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--ink); color: var(--paper); }

.section-heading { margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.section-heading p:not(.eyebrow) { color: var(--muted-light); line-height: 1.7; }

.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 5rem; }
.split-heading > p { max-width: 31rem; margin: 0 0 .5rem auto; font-size: 1rem; }
.centered { max-width: 860px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:not(.eyebrow) { max-width: 36rem; margin: 1.75rem auto 0; }

.showcase-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.25rem; align-items: stretch; }
.showcase-card { display: flex; flex-direction: column; min-width: 0; }
.showcase-card .comparison { flex: 1; min-height: 34rem; }
.showcase-tall .comparison { aspect-ratio: 4 / 5; }
.showcase-caption { display: flex; justify-content: space-between; gap: 2rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line-light); }
.showcase-caption span { color: #777168; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.showcase-caption p { max-width: 25rem; margin: 0; font-family: var(--serif); font-size: 1.15rem; font-style: italic; text-align: right; }
.disclosure-note { margin: 2rem 0 0; color: #716b62; font-size: .7rem; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.service-card { position: relative; overflow: hidden; border: 1px solid var(--line-dark); background: var(--ink-soft); }
.service-number { position: absolute; top: 1.25rem; left: 1.25rem; z-index: 3; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.45); font-size: .65rem; backdrop-filter: blur(8px); }
.service-visual { position: relative; overflow: hidden; height: 30rem; background: #232625; }
.service-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .7s ease; }
.service-card:hover .service-visual > img { transform: scale(1.025); }
.technical-tag { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .62rem; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; background: rgba(11,12,13,.63); font-family: ui-monospace, monospace; font-size: .55rem; letter-spacing: .08em; backdrop-filter: blur(8px); }
.service-content { padding: clamp(1.5rem, 3vw, 2.5rem); }
.overline { margin-bottom: 1rem; color: var(--gold); font-size: .62rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-content h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 400; letter-spacing: -.04em; }
.service-content > p:not(.overline) { max-width: 35rem; color: var(--muted-dark); font-size: .9rem; line-height: 1.7; }
.service-learn { margin-top: 1.4rem; color: var(--electric); }
.feature-list { margin: 1.65rem 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: .72rem 0 .72rem 1.4rem; border-top: 1px solid currentColor; border-color: var(--line-dark); color: #c1c2bd; font-size: .72rem; }
.feature-list li::before { position: absolute; left: 0; color: var(--electric); content: "↳"; }

.reel-service { display: grid; place-items: center; background: radial-gradient(circle, #404843, #161918 64%); }
.reel-service::before { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 3rem 3rem; content: ""; }
.reel-service .technical-tag { top: 1rem; bottom: auto; }
.reel-phone { position: relative; z-index: 1; width: 12.5rem; padding: .42rem; border: 1px solid rgba(255,255,255,.32); border-radius: 1.45rem; background: #090a0a; box-shadow: 0 2rem 4rem rgba(0,0,0,.4); transform: rotate(3deg); }
.reel-screen { position: relative; overflow: hidden; aspect-ratio: 9 / 16; border-radius: 1.1rem; background: #171a19; }
.reel-slides, .reel-slide { position: absolute; inset: 0; margin: 0; }
.reel-slide { opacity: 0; transition: opacity .7s ease; }
.reel-slide.is-active { z-index: 1; opacity: 1; }
.reel-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.reel-slide:not(.reel-slide-bedroom) img { object-position: 50% 50%; }
.reel-slide-bedroom img { object-position: 50% 42%; }
.reel-slide-detail img { object-position: 78% 50%; }
.reel-slide.is-active img { animation: reel-pan 4s ease-out both; }
.reel-slide-bedroom.is-active img { animation-name: reel-pan-reverse; }
.reel-shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(rgba(0,0,0,.4), transparent 30%, rgba(0,0,0,.42) 56%, rgba(0,0,0,.94)); pointer-events: none; }
.reel-topline { position: absolute; top: .85rem; right: .9rem; left: .9rem; z-index: 3; display: flex; justify-content: space-between; color: #f3f4ef; font-family: ui-monospace, monospace; font-size: .38rem; letter-spacing: .08em; text-transform: uppercase; }
.reel-copy { position: absolute; right: 1rem; bottom: 7.2rem; left: 1rem; z-index: 3; }
.reel-copy small, .reel-copy strong, .reel-copy span { display: block; }
.reel-copy small { color: var(--electric); font-size: .45rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.reel-copy strong { margin: .35rem 0; font-family: var(--serif); font-size: 1.05rem; font-weight: 400; line-height: 1; }
.reel-copy span { color: #dadbd7; font-size: .42rem; }
.reel-agent { position: absolute; right: 1rem; bottom: 2.25rem; left: 1rem; z-index: 3; display: grid; grid-template-columns: 1.85rem 1fr; align-items: center; gap: .48rem; padding-top: .62rem; border-top: 1px solid rgba(255,255,255,.35); }
.reel-agent .agent-logo { width: 1.85rem; font-size: .62rem; }
.reel-agent > span:last-child, .reel-agent > span:last-child > * { display: block; }
.reel-agent small { margin-bottom: .08rem; color: var(--electric); font-size: .34rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reel-agent strong { margin-bottom: .12rem; font-family: var(--serif); font-size: .56rem; font-weight: 400; }
.reel-agent span span { color: #d7d8d4; font-size: .34rem; line-height: 1.3; }
.reel-toggle { position: absolute; right: .9rem; bottom: .65rem; z-index: 4; display: grid; place-items: center; width: 1.35rem; height: 1.35rem; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(8,9,9,.48); color: #fff; cursor: pointer; font-size: .46rem; backdrop-filter: blur(8px); }
.reel-progress { position: absolute; right: 2.7rem; bottom: 1.25rem; left: .8rem; z-index: 3; display: flex; gap: .15rem; }
.reel-progress i { position: relative; flex: 1; overflow: hidden; height: 2px; background: rgba(255,255,255,.3); }
.reel-progress i::after { position: absolute; inset: 0; background: var(--electric); content: ""; transform: scaleX(0); transform-origin: left; }
.reel-progress i.is-complete::after { transform: scaleX(1); }
.reel-progress i.is-active::after { animation: reel-fill 4s linear both; }
.reel-phone.is-paused .reel-slide.is-active img,
.reel-phone.is-paused .reel-progress i.is-active::after { animation-play-state: paused; }

@keyframes reel-pan { from { transform: scale(1.14) translate3d(-1.5%, 0, 0); } to { transform: scale(1.04) translate3d(1.5%, 0, 0); } }
@keyframes reel-pan-reverse { from { transform: scale(1.13) translate3d(0, -1%, 0); } to { transform: scale(1.03) translate3d(0, 1%, 0); } }
@keyframes reel-fill { to { transform: scaleX(1); } }

.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(4rem, 10vw, 10rem); }
.process-intro { position: sticky; top: 8rem; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 25rem; margin: 1.5rem 0 2rem; color: var(--muted-light); line-height: 1.7; }
.process-promise { max-width: 26rem; padding: 1.25rem; border-left: 2px solid #3d554f; background: #ebe5da; }
.process-promise strong, .process-promise span { display: block; }
.process-promise strong { margin-bottom: .35rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.process-promise span { color: #69645c; font-size: .75rem; line-height: 1.55; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 2rem; padding: 2.1rem 0; border-top: 1px solid var(--line-light); }
.process-steps li:last-child { border-bottom: 1px solid var(--line-light); }
.process-steps li > span { display: grid; place-items: center; align-self: start; width: 3rem; height: 3rem; border: 1px solid var(--line-light); border-radius: 50%; font-family: ui-monospace, monospace; font-size: .65rem; }
.process-steps h3 { margin-bottom: .65rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.25rem); font-weight: 400; }
.process-steps p { max-width: 38rem; margin: 0; color: var(--muted-light); font-size: .88rem; line-height: 1.65; }

.pricing-section { background: #dfd6c7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 33rem; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line-light); background: rgba(255,255,255,.28); }
.price-card h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.price { margin: auto 0 1.5rem; }
.price strong, .price span { display: block; }
.price strong { font-family: var(--serif); font-size: clamp(3.75rem, 5.5vw, 5.5rem); font-weight: 400; letter-spacing: -.07em; }
.price sup { font-family: var(--sans); font-size: .32em; vertical-align: super; }
.price span { margin-top: .2rem; color: var(--muted-light); font-size: .72rem; }
.price-card .feature-list { margin: 0 0 2rem; }
.price-card .feature-list li { border-color: var(--line-light); color: #4f4a43; }
.price-card .feature-list li::before { color: #3d554f; }
.price-featured { background: var(--ink); color: var(--paper); }
.price-featured .feature-list li { border-color: var(--line-dark); color: #b8bab5; }
.price-badge { position: absolute; top: 1.1rem; right: 1.1rem; padding: .4rem .6rem; border-radius: 100px; background: var(--electric); color: var(--ink); font-size: .55rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.reel-price { display: grid; grid-template-columns: 1.3fr 1fr auto auto; align-items: center; gap: 2rem; margin-top: 1rem; padding: 1.5rem 2rem; border: 1px solid var(--line-light); background: var(--paper); }
.reel-price > div { display: flex; align-items: center; gap: 1rem; }
.reel-price h3 { margin: 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.reel-price .overline { margin-bottom: .3rem; }
.reel-price > p { margin: 0; color: var(--muted-light); font-size: .7rem; line-height: 1.5; }
.reel-price > strong { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }
.reel-icon { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid var(--line-light); border-radius: 50%; font-size: .65rem; }

.section-order { position: relative; overflow: hidden; background: #101314; }
.section-order::before { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; }
.order-layout { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.order-copy { position: sticky; top: 8rem; }
.order-copy > p:not(.eyebrow) { max-width: 32rem; margin: 1.75rem 0 2.5rem; color: var(--muted-dark); line-height: 1.7; }
.order-copy > p a { color: var(--paper); text-underline-offset: .25rem; }
.order-trust { border-top: 1px solid var(--line-dark); }
.order-trust > div { display: grid; grid-template-columns: 2rem 1fr; gap: .7rem; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.order-trust span { color: var(--gold); font-family: ui-monospace, monospace; font-size: .6rem; }
.order-trust p { margin: 0; color: #898c88; font-size: .68rem; line-height: 1.5; }
.order-trust strong { display: block; margin-bottom: .18rem; color: #d6d6d1; }

.order-form { overflow: hidden; padding: clamp(1.3rem, 3.5vw, 2.65rem); border: 1px solid rgba(255,255,255,.2); border-radius: 1.25rem; background: linear-gradient(145deg, #fffefa 0%, var(--paper) 62%, #eee9df 100%); color: var(--ink); box-shadow: 0 2rem 5rem rgba(0,0,0,.28); }
.form-head { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 1.65rem; border-bottom: 1px solid var(--line-light); }
.form-head h3 { margin: .25rem 0 .55rem; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 400; line-height: 1; }
.form-head p { max-width: 35rem; margin: 0; color: #777168; font-size: .69rem; line-height: 1.55; }
.form-kicker { color: #587169; font-size: .56rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.secure-note { display: flex; align-items: center; gap: .45rem; color: #52625e; font-family: var(--sans); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.secure-note i { width: .48rem; height: .48rem; border-radius: 50%; background: #53a68f; box-shadow: 0 0 .6rem rgba(83,166,143,.6); }
.form-progress { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.45rem 0 0; padding: 0; list-style: none; }
.form-progress::before { position: absolute; top: 1rem; right: 16%; left: 16%; height: 1px; background: #cfc8bd; content: ""; }
.form-progress li { position: relative; z-index: 1; display: grid; justify-items: center; gap: .45rem; color: #777168; font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.form-progress li span { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid #a9a195; border-radius: 50%; background: var(--paper); color: #314a43; font-family: ui-monospace, monospace; font-size: .58rem; }
.form-progress li strong { font-weight: 800; }
.form-step { margin-top: 1.4rem; padding: clamp(1.25rem, 3vw, 1.8rem); border: 1px solid #d8d1c6; border-radius: .9rem; background: rgba(255,255,255,.62); box-shadow: 0 .65rem 1.7rem rgba(51,43,32,.04); }
.form-step-heading { display: grid; grid-template-columns: 2.5rem 1fr; gap: .85rem; align-items: start; margin-bottom: 1.45rem; }
.form-step-heading > span { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: .65rem; background: #273d37; color: #ecf8f4; font-family: ui-monospace, monospace; font-size: .62rem; }
.form-step-heading h3 { margin: 0 0 .25rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.form-step-heading p { margin: 0; color: #777168; font-size: .62rem; line-height: 1.5; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: block; margin-bottom: 1rem; }
.field > span { display: block; margin-bottom: .55rem; color: #4b4944; font-size: .63rem; font-weight: 750; }
.field > span b { color: #8c4c3f; }
.field > label { display: block; }
.field > label > span { display: block; margin-bottom: .55rem; color: #4b4944; font-size: .63rem; font-weight: 750; }
.field > label > span small { margin-left: .35rem; padding: .2rem .4rem; border-radius: 100px; background: #e8e2d8; color: #746e64; font-size: .43rem; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c9c2b7; border-radius: .5rem; background: #fffefa; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input, .field select { height: 3.2rem; padding: 0 .9rem; }
.field textarea { min-height: 7rem; padding: .9rem; resize: vertical; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: #9c968c; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #9f978b; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #456b60; outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(69,107,96,.13); }
.address-field { margin-bottom: 1rem; }
.inline-choice { display: grid !important; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; margin-top: .55rem; padding: .7rem .75rem; border: 1px solid #d7d0c5; border-radius: .5rem; background: #f7f3eb; cursor: pointer; transition: opacity .2s ease, border-color .2s ease, background .2s ease; }
.inline-choice:not(.is-disabled):hover { border-color: #769087; background: #edf3ef; }
.inline-choice.is-disabled { opacity: .55; cursor: not-allowed; }
.inline-choice input { width: 1rem; height: 1rem; margin-top: .1rem; accent-color: #314a43; }
.inline-choice span, .inline-choice strong, .inline-choice small { display: block; }
.inline-choice strong { color: #3f3d39; font-size: .57rem; line-height: 1.35; }
.inline-choice small { margin-top: .2rem; color: #777168; font-size: .5rem; line-height: 1.35; }
.logo-upload { display: grid; grid-template-columns: 3rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 1rem; border: 1px dashed #b9b1a5; border-radius: .65rem; background: #f7f3eb; }
.logo-upload-mark { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: .65rem; background: #dce8e3; color: #314a43; font-family: var(--serif); font-size: 1.25rem; }
.logo-upload-copy strong { display: flex; align-items: center; gap: .5rem; font-size: .7rem; }
.logo-upload-copy strong small { padding: .25rem .45rem; border-radius: 100px; background: #e4dfd5; color: #6d675e; font-size: .47rem; letter-spacing: .08em; text-transform: uppercase; }
.logo-upload-copy p { margin: .28rem 0 .3rem; color: #777168; font-size: .58rem; line-height: 1.45; }
.logo-upload-copy > span { color: #526c64; font-size: .55rem; font-weight: 750; }
.logo-upload-button { position: relative; overflow: hidden; padding: .7rem .9rem; border: 1px solid #49665e; border-radius: 100px; color: #314a43; cursor: pointer; font-size: .56rem; font-weight: 850; letter-spacing: .06em; white-space: nowrap; text-transform: uppercase; }
.logo-upload-button:hover { background: #e1ebe6; }
.logo-upload-button:focus-within { outline: 3px solid #38d6b2; outline-offset: 3px; }
.logo-upload-button input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-bottom: 1.5rem; }
.choice-card { cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { position: relative; display: block; min-height: 7.4rem; padding: 1rem; border: 1px solid #cbc4b9; border-radius: .65rem; background: #f7f3eb; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.choice-card:hover > span { transform: translateY(-2px); border-color: #8f9f99; }
.choice-card input:checked + span { border-color: #293b36; background: #e4eee9; box-shadow: inset 0 0 0 1px #293b36, 0 .55rem 1.2rem rgba(41,59,54,.08); }
.choice-card input:focus-visible + span { outline: 3px solid #38d6b2; outline-offset: 3px; }
.choice-card i, .choice-card strong, .choice-card small { display: block; }
.choice-card em { position: absolute; top: .7rem; right: .7rem; display: grid; place-items: center; width: 1.25rem; height: 1.25rem; border: 1px solid #aaa398; border-radius: 50%; color: transparent; font-size: .55rem; font-style: normal; }
.choice-card input:checked + span em { border-color: #314a43; background: #314a43; color: #fff; }
.choice-card i { margin-bottom: 1rem; color: #526c64; font-style: normal; }
.choice-card strong { margin-bottom: .3rem; font-size: .73rem; }
.choice-card small { color: #7f796f; font-size: .59rem; }
.upload-zone { display: grid; place-items: center; min-height: 14rem; padding: 1.5rem; border: 1px dashed #9f978b; border-radius: .8rem; background: linear-gradient(145deg, #faf7f0, #f1ece3); cursor: pointer; text-align: center; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.upload-zone:hover, .upload-zone.is-dragging { border-color: #3f5c54; background: #e6eee9; box-shadow: inset 0 0 0 2px rgba(63,92,84,.08); }
.upload-zone.has-files { border-style: solid; border-color: #67857c; background: #edf4f0; }
.upload-zone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-zone .upload-icon { position: relative; display: grid; place-items: center; width: 3.35rem; height: 3.35rem; margin-bottom: .85rem; border-radius: 50%; background: #dce8e3; }
.upload-zone .upload-icon::before { width: 1.1rem; height: .85rem; border: 1.5px solid #3f5c54; border-top: 0; border-radius: 0 0 .2rem .2rem; content: ""; }
.upload-zone .upload-icon i::before { position: absolute; top: .85rem; left: 50%; width: 1.5px; height: 1rem; background: #3f5c54; content: ""; transform: translateX(-50%); }
.upload-zone .upload-icon i::after { position: absolute; top: .8rem; left: 50%; width: .45rem; height: .45rem; border-top: 1.5px solid #3f5c54; border-left: 1.5px solid #3f5c54; content: ""; transform: translateX(-50%) rotate(45deg); }
.upload-zone strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.upload-zone small { margin-top: .35rem; color: #777168; font-size: .6rem; }
.upload-action { margin-top: .9rem; padding: .58rem .9rem; border-radius: 100px; background: #314a43; color: #fff; font-size: .52rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.file-list { display: grid; gap: .4rem; margin: .75rem 0 1rem; }
.file-item { display: flex; align-items: center; gap: .75rem; padding: .65rem; border: 1px solid #ddd6cb; border-radius: .5rem; background: #f5f1e9; font-size: .65rem; }
.file-item img { width: 2.8rem; height: 2.2rem; object-fit: cover; }
.file-item span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-item small { color: #716b62; }
.check-field { display: grid; grid-template-columns: auto 1fr; gap: .75rem; margin: 1.5rem 0; color: #57534c; font-size: .67rem; line-height: 1.5; }
.check-field input { width: 1rem; height: 1rem; margin-top: .1rem; accent-color: #314a43; }
.form-submit { width: 100%; min-height: 3.6rem; margin-top: .25rem; border-radius: .5rem; box-shadow: 0 .7rem 1.5rem rgba(41,59,54,.15); }
.form-legal { margin: .8rem 0 0; color: #777168; font-size: .57rem; line-height: 1.5; text-align: center; }
.form-status { display: none; margin-top: 1rem; padding: .9rem; font-size: .7rem; line-height: 1.5; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #dfeee7; color: #26463e; }
.form-status.is-error { background: #f1ded9; color: #6b3025; }
.honeypot { position: absolute; left: -9999px; }
.turnstile-field { display: grid; justify-items: center; gap: .45rem; margin: 1rem 0 1.25rem; min-height: 76px; }
.turnstile-field p { margin: 0; color: #777168; font-size: .56rem; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; padding: 1.7rem 3rem 1.7rem 0; cursor: pointer; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.55rem); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: .5rem; font-family: var(--sans); font-size: 1.2rem; content: "+"; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 44rem; margin: -.4rem 0 1.7rem; color: var(--muted-light); font-size: .85rem; line-height: 1.7; }

.resource-section { background: #f2ede4; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line-light); background: var(--line-light); }
.resource-card { min-height: 20rem; padding: clamp(1.5rem, 3vw, 2.4rem); background: var(--paper); color: var(--ink); text-decoration: none; transition: background .22s ease, transform .22s ease; }
.resource-card:hover { z-index: 1; background: var(--white); transform: translateY(-3px); }
.resource-card > span { display: inline-block; margin-bottom: 3rem; color: #49645c; font-family: ui-monospace, monospace; font-size: .62rem; }
.resource-card h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.25rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
.resource-card p { color: var(--muted-light); font-size: .82rem; line-height: 1.65; }
.resource-card strong { display: inline-block; margin-top: 1rem; font-size: .65rem; letter-spacing: .04em; text-transform: uppercase; }

/* Search-focused service and guide pages */
.content-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.content-page .site-header { background: rgba(11, 12, 13, .94); }
.page-hero { position: relative; overflow: hidden; padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(4.5rem, 8vw, 7rem); background: var(--ink); color: var(--paper); }
.page-hero::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px, transparent 1px); background-size: 6rem 6rem; content: ""; mask-image: linear-gradient(to bottom, black, transparent); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.page-hero-copy h1 { max-width: 12ch; font-size: clamp(3.4rem, 6.6vw, 6.6rem); }
.page-hero-copy > p:not(.eyebrow):not(.breadcrumb) { max-width: 42rem; margin: 1.7rem 0 2rem; color: #c4c5c0; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.7; }
.page-hero-media { border: 1px solid var(--line-dark); background: #17191a; box-shadow: 0 2rem 5rem rgba(0,0,0,.3); }
.page-hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.page-hero-caption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; color: #9fa19d; font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumb { margin: 0 0 1.4rem; color: #999b97; font-size: .65rem; }
.breadcrumb a { text-underline-offset: .2rem; }
.content-section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.content-section-alt { background: #e7dfd2; }
.content-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 8rem); }
.content-intro h2, .content-split h2, .content-cta h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.content-copy p, .content-copy li, .answer-card p, .keyword-card p { color: var(--muted-light); font-size: .92rem; line-height: 1.78; }
.content-copy h3 { margin: 2.2rem 0 .7rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.content-copy ul { padding-left: 1.2rem; }
.content-copy a { font-weight: 700; text-underline-offset: .25rem; }
.answer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.answer-card { padding: 2rem; border: 1px solid var(--line-light); background: rgba(255,255,255,.4); }
.answer-card span { color: #49645c; font-family: ui-monospace, monospace; font-size: .6rem; }
.answer-card h3 { margin: 2rem 0 .8rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.content-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.keyword-list { display: grid; gap: .75rem; }
.keyword-card { padding: 1.35rem; border-left: 2px solid #49645c; background: rgba(255,255,255,.46); }
.keyword-card h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.keyword-card p { margin: 0; }
.page-faq { border-top: 1px solid var(--line-light); }
.page-faq details { border-bottom: 1px solid var(--line-light); }
.page-faq summary { cursor: pointer; padding: 1.45rem 2.5rem 1.45rem 0; font-family: var(--serif); font-size: 1.35rem; list-style: none; }
.page-faq summary::-webkit-details-marker { display: none; }
.page-faq details p { max-width: 50rem; color: var(--muted-light); line-height: 1.72; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2.5rem; background: var(--line-light); border: 1px solid var(--line-light); }
.related-links a { min-height: 10rem; padding: 1.5rem; background: var(--paper); text-decoration: none; }
.related-links span, .related-links strong { display: block; }
.related-links span { margin-bottom: 1.5rem; color: #49645c; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.related-links strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.content-cta { padding-block: clamp(4rem, 8vw, 7rem); background: #111414; color: var(--paper); text-align: center; }
.content-cta p { max-width: 42rem; margin: 1.5rem auto 2rem; color: var(--muted-dark); line-height: 1.7; }
.content-page .footer-bottom { flex-wrap: wrap; }

.site-footer { background: #080909; color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 4rem 0; border-bottom: 1px solid var(--line-dark); }
.brand-footer { font-size: 1.7rem; }
.footer-top > div:first-child > p { margin: .8rem 0 0 2.6rem; color: #8d908b; font-family: var(--serif); font-style: italic; }
.footer-cta p { color: #898c88; font-size: .72rem; }
.footer-cta a { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.5rem); text-underline-offset: .35rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: 1.25rem 0; color: #8d908b; font-size: .6rem; }
.footer-bottom nav { display: flex; gap: 1.25rem; }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.legal-page .site-header { background: var(--ink); }
.legal-content { width: min(760px, calc(100% - 3rem)); margin: 0 auto; padding: 7rem 0; }
.legal-content h1 { font-size: clamp(3rem, 7vw, 5rem); }
.legal-content h2 { margin: 2.5rem 0 .8rem; font-family: var(--serif); font-size: 1.75rem; }
.legal-content p, .legal-content li { color: #5e5951; font-size: .9rem; line-height: 1.75; }
.legal-back { display: inline-block; margin-top: 2rem; font-weight: 800; }

.project-page { min-height: 100vh; background: #101314; }
.project-header { position: static; }
.project-shell { padding-block: clamp(4rem, 8vw, 7rem); }
.project-intro { max-width: 54rem; margin-bottom: 3rem; }
.project-intro h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
.project-intro > p:last-child { margin: 1.25rem 0 0; color: var(--muted-dark); line-height: 1.7; }
.project-card { border: 1px solid var(--line-dark); background: var(--ink-soft); }
.project-summary { display: grid; grid-template-columns: .7fr .7fr 1.6fr; border-bottom: 1px solid var(--line-dark); }
.project-summary > div { min-width: 0; padding: 1.4rem; border-right: 1px solid var(--line-dark); }
.project-summary > div:last-child { border-right: 0; }
.project-summary small, .project-summary strong { display: block; }
.project-summary small { margin-bottom: .45rem; color: var(--gold); font-size: .55rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.project-summary strong { overflow: hidden; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; }
.project-timeline { display: grid; grid-template-columns: repeat(5, 1fr); padding: 1.2rem; border-bottom: 1px solid var(--line-dark); }
.project-timeline span { position: relative; padding-top: 1.15rem; color: #777b77; font-size: .56rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.project-timeline span::before { position: absolute; top: 0; right: .2rem; left: .2rem; height: 2px; background: #343836; content: ""; }
.project-timeline span.is-current { color: var(--electric); }
.project-timeline span.is-current::before { background: var(--electric); }
.project-assets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line-dark); }
.project-asset { display: grid; min-height: 18rem; padding: 1rem; background: #111414; color: var(--muted-dark); place-items: center; }
.project-asset img, .project-asset video { width: 100%; max-height: 38rem; object-fit: contain; }
.project-asset .text-link { justify-self: start; margin-top: .9rem; color: var(--electric); font-size: .65rem; }
.project-feedback { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; padding: clamp(1.5rem, 4vw, 3rem); border-top: 1px solid var(--line-dark); }
.project-feedback[hidden] { display: none; }
.project-feedback h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.project-feedback > div:first-child > p:last-child { color: var(--muted-dark); line-height: 1.65; }
.project-actions { display: grid; gap: 1rem; }
.project-actions .field { margin: 0; }
.project-actions .field > span { color: #c5c7c2; }
.project-actions .field textarea { background: #202423; color: #fff; }
.project-actions .button-outline { border-color: rgba(255,255,255,.45); color: #fff; }
.project-card > .form-status { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 720px; padding-top: 1rem; }
  .hero-media { width: min(760px, 94%); margin: 0 auto 2rem; }
  .trust-list { margin-top: 3rem; }
  .split-heading { grid-template-columns: 1fr; gap: 2rem; }
  .split-heading > p { margin-left: 0; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card .comparison, .showcase-tall .comparison { min-height: 0; aspect-ratio: 4 / 3; }
  .service-visual { height: 25rem; }
  .process-layout, .order-layout, .faq-layout { grid-template-columns: 1fr; }
  .process-intro, .order-copy { position: static; }
  .order-copy { max-width: 720px; }
  .reel-price { grid-template-columns: 1fr auto; }
  .reel-price > p { grid-column: 1 / -1; grid-row: 2; }
  .page-hero-grid, .content-intro, .content-split { grid-template-columns: 1fr; }
  .page-hero-media { max-width: 720px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 2rem, 680px); }
  .announcement { justify-content: space-between; gap: .55rem; padding-inline: 1rem; font-size: .59rem; }
  .announcement span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .announcement a { flex: 0 0 auto; white-space: nowrap; }
  .nav-wrap { min-height: 4.6rem; }
  .nav-toggle { position: relative; z-index: 2; display: grid; flex: 0 0 2.7rem; gap: .38rem; width: 2.7rem; height: 2.7rem; place-content: center; border: 0; background: transparent; color: white; }
  .nav-toggle span:not(.sr-only) { display: block; width: 1.3rem; height: 1px; background: currentColor; transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: fixed; top: calc(4.6rem + 2.02rem); right: 0; bottom: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 2rem 1rem; background: #0b0c0d; }
  .content-page .primary-nav { top: 4.6rem; }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 1.2rem 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
  .primary-nav .button { margin-top: 1.5rem; }
  .hero-grid { min-width: 0; padding-block: 4rem 5.5rem; }
  .hero-copy { min-width: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list li { display: grid; grid-template-columns: 7rem 1fr; }
  .floating-time { top: 1rem; right: -.6rem; }
  .floating-style { bottom: -1.5rem; left: -.6rem; }
  .comparison-after .agent-lockup {
    right: .5rem;
    bottom: .5rem;
    grid-template-columns: 1.7rem minmax(0, 1fr);
    gap: .4rem;
    width: 9.75rem;
    padding: .48rem;
    transform: none;
  }
  .comparison-after .agent-logo { width: 1.7rem; font-size: .58rem; }
  .comparison-after .agent-identity small { font-size: .34rem; }
  .comparison-after .agent-identity strong { font-size: .6rem; }
  .comparison-after .agent-identity span { font-size: .33rem; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .resource-grid, .answer-grid, .related-links { grid-template-columns: 1fr 1fr; }
  .service-visual { height: 28rem; }
  .price-card { min-height: 28rem; }
  .reel-price { grid-template-columns: 1fr; }
  .reel-price > p { grid-column: auto; grid-row: auto; }
  .reel-price > strong { font-size: 3rem; }
  .field-grid, .choice-grid { grid-template-columns: 1fr; }
  .choice-card > span { min-height: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .project-summary { grid-template-columns: 1fr; }
  .project-summary > div { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .project-summary > div:last-child { border-bottom: 0; }
  .project-assets, .project-feedback { grid-template-columns: 1fr; }
  .project-timeline { padding-inline: .55rem; }
  .project-timeline span { font-size: .47rem; letter-spacing: .04em; }
}

@media (max-width: 520px) {
  .announcement span { max-width: 11.5rem; text-align: left; }
  h1 { font-size: clamp(2.85rem, 12.8vw, 3.2rem); line-height: .94; }
  h1 em { display: block; max-width: 8ch; }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-media { width: 100%; }
  .floating-card { padding: .65rem .75rem; }
  .floating-time { display: none; }
  .showcase-caption { flex-direction: column; gap: .5rem; }
  .showcase-caption p { text-align: left; }
  .service-visual { height: 22rem; }
  .process-steps li { grid-template-columns: 2.4rem 1fr; gap: 1rem; }
  .process-steps li > span { width: 2.2rem; height: 2.2rem; }
  .order-form { padding-inline: .85rem; border-radius: .85rem; }
  .form-head { display: block; }
  .secure-note { margin-top: 1rem; }
  .form-step { padding-inline: .9rem; }
  .form-step-heading { grid-template-columns: 2.25rem 1fr; }
  .form-step-heading > span { width: 2.1rem; height: 2.1rem; }
  .logo-upload { grid-template-columns: 2.7rem 1fr; }
  .logo-upload-mark { width: 2.7rem; height: 2.7rem; }
  .logo-upload-button { grid-column: 1 / -1; text-align: center; }
  .footer-bottom nav { flex-wrap: wrap; }
  .resource-grid, .answer-grid, .related-links { grid-template-columns: 1fr; }
}

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