/* ===========================================================================
   CamTech IT Solutions — camtech.us
   Direction A: dark editorial. Near-black canvas, one amber accent, giant type,
   Paul as the graphic. Poppins display / Epilogue body.
   =========================================================================== */

:root {
  --ink: #0a1420;
  --ink-2: #0f1c2b;
  --ink-3: #15243a;
  --paper: #f5f2ec;
  --white: #ffffff;
  --amber: #f5a524;
  --amber-deep: #d98b0a;
  --steel: #3fa3e8;
  --line: rgba(255,255,255,0.12);
  --line-paper: rgba(10,20,32,0.12);
  --muted: #8a9bad;
  --muted-paper: #5b6672;

  --display: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --body: "Epilogue", Georgia, "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --max: 1240px;
  --rad: 6px;
  --rad-lg: 16px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --header-h: 76px;
  --header-h-top: 112px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; overflow-x: clip; font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; color: var(--white); background: var(--ink); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.05; margin: 0; letter-spacing: -0.02em; font-weight: 600; }
p { margin: 0 0 1em; } p:last-child { margin-bottom: 0; }
strong { font-weight: 600; }
.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--amber); color: var(--ink); padding: .5rem .75rem; border-radius: var(--rad); z-index: 100; font-weight: 600; }
.skip:focus { left: 8px; }
[data-placeholder] { position: relative; outline: 2px dashed var(--amber); outline-offset: 3px; }
[data-placeholder]::after { content: attr(data-placeholder); position: absolute; top: -0.85rem; left: 0.5rem; font: 600 .66rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; background: var(--amber); color: var(--ink); padding: .2rem .45rem; border-radius: 3px; z-index: 2; }

/* ---------- Type helpers ---------- */
.eyebrow { font-family: var(--display); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); margin-bottom: 1.1rem; display: flex; align-items: center; gap: .6rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.h2 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); max-width: 18ch; }
.h2 em { font-style: italic; font-weight: 500; color: var(--amber); }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--muted); max-width: 56ch; }
.paper .lede { color: var(--muted-paper); }
.paper .eyebrow { color: var(--amber-deep); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--display); font-weight: 600; font-size: .95rem; line-height: 1; padding: 1rem 1.4rem; border-radius: var(--rad); border: 1.5px solid transparent; text-decoration: none; cursor: pointer; text-align: center; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s; }
@media (min-width: 640px) { .btn { white-space: nowrap; } }
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--amber { background: var(--amber); color: var(--ink); }
.btn--amber:hover { background: #ffb63a; }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn--ghost:hover { border-color: var(--white); }
.btn--ink { background: var(--ink); color: var(--white); }
.btn--lg { font-size: 1.05rem; padding: 1.15rem 1.7rem; }

/* ---------- Sections ---------- */
.section { padding-block: clamp(4rem, 8vw, 7.5rem); position: relative; }
.paper { background: var(--paper); color: var(--ink); }
.hairline { border-top: 1px solid var(--line); }
.paper.hairline { border-top-color: var(--line-paper); }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; height: var(--header-h-top); transition: height .35s var(--ease), background .35s; background: rgba(10,20,32,0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header .wrap { height: 100%; display: flex; align-items: center; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex: none; text-decoration: none; color: var(--white); }
.brand__mark { width: 64px; height: 64px; flex: none; transition: width .35s var(--ease), height .35s var(--ease); }
.brand__wm { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--display); font-weight: 600; font-size: 1.9rem; letter-spacing: -0.02em; transition: font-size .35s var(--ease); }
.brand__sub { font-family: var(--display); font-weight: 500; font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: .35rem; transition: font-size .35s var(--ease); }
.header.is-scrolled { height: var(--header-h); }
.header.is-scrolled .brand__mark { width: 40px; height: 40px; }
.header.is-scrolled .brand__name { font-size: 1.3rem; }
.header.is-scrolled .brand__sub { font-size: .56rem; }
.brand--footer .brand__mark { width: 44px; height: 44px; } .brand--footer .brand__name { font-size: 1.4rem; } .brand--footer .brand__sub { font-size: .58rem; }
.brand--footer { margin-bottom: 1rem; }
.nav { display: none; gap: 1.75rem; margin-left: 2.5rem; }
.nav a { color: rgba(255,255,255,0.72); text-decoration: none; font-family: var(--display); font-weight: 500; font-size: .9rem; white-space: nowrap; transition: color .2s; }
.nav a:hover { color: var(--white); }
.header__right { margin-left: auto; display: flex; align-items: center; gap: 1.5rem; }
.phone { display: flex; flex-direction: column; text-decoration: none; color: var(--white); line-height: 1.1; }
.phone__num { font-family: var(--display); font-weight: 500; font-size: 1rem; display: flex; align-items: center; gap: .45rem; white-space: nowrap; color: rgba(255,255,255,0.85); }
.phone__num svg { width: 16px; height: 16px; color: var(--amber); }
.phone__hint { font-size: .72rem; color: var(--muted); margin-top: .2rem; } .phone__hint b { color: var(--amber); font-weight: 600; }
.header .btn { display: none; padding: .85rem 1.15rem; font-size: .9rem; }
.menu-btn { background: none; border: 1px solid var(--line); color: var(--white); border-radius: var(--rad); width: 42px; height: 42px; display: grid; place-items: center; cursor: pointer; }
.menu-btn svg { width: 22px; height: 22px; }
@media (min-width: 1000px) { .nav { display: flex; } .header .btn { display: inline-flex; } .menu-btn { display: none; } }
@media (max-width: 640px) { :root { --header-h-top: 84px; } .brand__mark { width: 46px; height: 46px; } .brand__name { font-size: 1.4rem; } .brand__sub { font-size: .58rem; } .header.is-scrolled .brand__mark { width: 34px; height: 34px; } .header.is-scrolled .brand__name { font-size: 1.15rem; } }
@media (max-width: 480px) { .phone__hint { display: none; } .phone__num { font-size: .95rem; } .header .wrap { gap: .75rem; } .header__right { gap: .6rem; } }
.mobile-nav { display: none; position: fixed; inset: var(--header-h-top) 0 0 0; background: var(--ink); z-index: 49; padding: 1.5rem var(--gutter); flex-direction: column; gap: .25rem; }
.mobile-nav.is-open { display: flex; }
.mobile-nav a { color: var(--white); text-decoration: none; font-family: var(--display); font-size: 1.35rem; font-weight: 500; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 1.25rem; justify-content: center; border: none; font-size: 1.05rem; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: visible; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero__glow { position: absolute; width: 70vw; height: 70vw; max-width: 1100px; max-height: 1100px; border-radius: 50%; right: -18vw; top: -25vw; background: radial-gradient(closest-side, rgba(245,165,36,0.16), rgba(245,165,36,0) 70%); }
.hero__bg svg { position: absolute; right: -4%; top: 0; width: 62%; height: 100%; opacity: .9; }
@media (max-width: 959px) { .hero__bg svg { right: -30%; width: 120%; opacity: .45; } }
.hero .wrap { display: grid; grid-template-columns: 1fr; gap: 2rem; padding-top: clamp(2.5rem, 6vw, 5rem); align-items: end; }
.hero .wrap > * { min-width: 0; }
@media (min-width: 960px) { .hero .wrap { grid-template-columns: 1.3fr .7fr; gap: 2rem; } }
.hero__copy { padding-bottom: clamp(3rem, 6vw, 5.5rem); }
.hero__eyebrow { display: flex; flex-wrap: wrap; gap: .5rem .9rem; font-family: var(--display); font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); margin-bottom: 1.75rem; }
.hero__eyebrow span { white-space: nowrap; } .hero__eyebrow span + span::before { content: "·"; margin-right: .9rem; color: var(--muted); }
.hero h1 { font-size: clamp(2.7rem, 6.2vw, 5.4rem); letter-spacing: -0.03em; max-width: 12ch; line-height: 1.0; }
.hero__ask-line { font-family: var(--display); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 500; line-height: 1.25; margin-top: 1.4rem; max-width: 24ch; color: var(--white); }
.hero__ask-line em { font-style: italic; color: var(--amber); }
.hero__sub { font-size: 1.05rem; color: var(--muted); max-width: 50ch; margin-top: 1.4rem; }
.hero__sub strong { color: var(--white); font-weight: 500; }

.ask { margin-top: 2rem; background: var(--paper); color: var(--ink); border-radius: var(--rad-lg); padding: 1.35rem 1.4rem 1.2rem; max-width: 620px; box-shadow: 0 30px 80px rgba(0,0,0,0.45); }
.ask__label { font-family: var(--display); font-weight: 600; font-size: 1.05rem; margin-bottom: .8rem; display: flex; align-items: center; gap: .55rem; }
.ask__label svg { width: 20px; height: 20px; color: var(--amber-deep); }
.ask__row { display: grid; grid-template-columns: 1fr; gap: .6rem; }
@media (min-width: 640px) { .ask__row { grid-template-columns: 1fr auto; } }
.ask input { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--white); border: 1px solid var(--line-paper); border-radius: var(--rad); padding: .95rem 1rem; outline: none; transition: border-color .2s, box-shadow .2s; }
.ask input::placeholder { color: #8b949e; }
.ask input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(10,20,32,0.1); }
.ask__more { display: none; margin-top: .6rem; }
.ask.is-expanded .ask__more { display: grid; grid-template-columns: 1fr; gap: .6rem; }
@media (min-width: 640px) { .ask.is-expanded .ask__more { grid-template-columns: 1fr 1fr; } }
.ask__foot { font-size: .82rem; color: var(--muted-paper); margin-top: .8rem; }
.ask__foot a { color: var(--ink); }
.ask__done { display: none; padding: .25rem 0; }
.ask.is-done form { display: none; } .ask.is-done .ask__done { display: block; }
.hero__alt { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; font-size: .95rem; color: var(--muted); }

.portrait { position: relative; justify-self: end; width: min(100%, 370px); margin: 0 4% 0 0; align-self: end; }
.portrait img { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 50px rgba(0,0,0,0.5)); position: relative; z-index: 1; -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent 100%); mask-image: linear-gradient(to bottom, #000 78%, transparent 100%); }
.portrait__cap { position: absolute; left: 0; bottom: clamp(1rem, 4vw, 2.5rem); z-index: 2; background: var(--ink); border: 1px solid var(--line); border-radius: var(--rad); padding: .7rem .9rem; }
.portrait__cap b { font-family: var(--display); font-weight: 600; display: block; }
.portrait__cap span { font-size: .8rem; color: var(--muted); }
.portrait__badge { position: absolute; top: 6%; right: -2%; z-index: 2; background: var(--amber); color: var(--ink); font-family: var(--display); font-weight: 600; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: .5rem .7rem; border-radius: 4px; transform: rotate(4deg); box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
@media (max-width: 959px) { .portrait { width: min(100%, 300px); justify-self: center; margin: 0; } }

/* ---------- The number ---------- */
.one { border-top: 1px solid var(--line); }
.one .wrap { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; padding-block: clamp(3rem, 6vw, 5rem); }
@media (min-width: 900px) { .one .wrap { grid-template-columns: 1.2fr 1fr; gap: 4rem; } }
.one__big { display: flex; align-items: baseline; gap: clamp(1rem, 3vw, 2rem); flex-wrap: wrap; }
.one__digit { font-family: var(--display); font-size: clamp(7rem, 20vw, 17rem); line-height: .85; font-weight: 600; color: var(--amber); letter-spacing: -0.06em; }
.one__text { font-family: var(--display); font-size: clamp(1.4rem, 2.8vw, 2.2rem); font-weight: 500; line-height: 1.15; max-width: 12ch; }
.one__text small { display: block; font-family: var(--body); font-weight: 400; font-size: .95rem; color: var(--muted); margin-top: .8rem; max-width: 30ch; letter-spacing: 0; }
.one__stats { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.one__stats li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; color: var(--muted); }
.one__stats b { font-family: var(--display); font-weight: 600; font-size: 1.25rem; color: var(--white); white-space: nowrap; }

/* ---------- Logos ---------- */
.logos { padding-block: 2.5rem 3rem; border-top: 1px solid var(--line); }
.logos__title { text-align: center; font-family: var(--display); font-size: .82rem; font-weight: 500; color: var(--muted); margin-bottom: 1.75rem; letter-spacing: .04em; }
.logos__title b { color: var(--white); font-weight: 600; }
.logos__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; align-items: center; }
@media (min-width: 640px) { .logos__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .logos__grid { grid-template-columns: repeat(6, 1fr); gap: 2rem 2.5rem; } }
.logos__item { display: flex; align-items: center; justify-content: center; height: 52px; opacity: .7; transition: opacity .2s; }
.logos__item:hover { opacity: 1; }
.logos__item img { max-height: 38px; width: auto; max-width: 100%; object-fit: contain; }
.logos__item--wide img { max-height: 28px; }
.logos__word { font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: .02em; text-align: center; line-height: 1.15; }
.logos__word small { display: block; font-weight: 500; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }

/* ---------- Quote band ---------- */
.band { padding-block: clamp(3.5rem, 7vw, 6rem); }
.band .wrap { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .band .wrap { grid-template-columns: auto 1fr; gap: 3.5rem; } }
.band__face { width: 148px; height: 148px; border-radius: 50%; overflow: hidden; background: #d9d4cb; flex: none; }
.band__face img { width: 100%; height: 100%; object-fit: cover; }
.band blockquote { margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(1.35rem, 2.6vw, 2.1rem); line-height: 1.25; letter-spacing: -0.01em; max-width: 30ch; }
.band blockquote em { font-style: italic; color: var(--amber-deep); }
.band cite { display: block; font-family: var(--body); font-style: normal; font-size: .92rem; color: var(--muted-paper); margin-top: 1.1rem; }

/* ---------- Story ---------- */
.story { isolation: isolate; overflow: hidden; }
.story__bg { position: absolute; inset: 0; z-index: -1; }
.story__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.story__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,20,32,0.72) 0%, rgba(10,20,32,0.5) 40%, rgba(10,20,32,0.18) 100%), linear-gradient(to bottom, rgba(10,20,32,0.5) 0%, rgba(10,20,32,0) 30%, rgba(10,20,32,0) 70%, var(--ink) 100%); }
.story .wrap { position: relative; }
.story .wrap { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 960px) { .story .wrap { grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; } }
.story__body p { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: #e6ecf1; text-shadow: 0 1px 12px rgba(10,20,32,0.8); }
.story .marks li { text-shadow: 0 1px 10px rgba(10,20,32,0.8); }
.story .h2 { text-shadow: 0 2px 20px rgba(10,20,32,0.7); }
.story__body p strong { color: var(--white); }
.marks { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--line); }
.marks li { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; color: var(--muted); }
.marks li svg { width: 22px; height: 22px; color: var(--amber); flex: none; margin-top: .15rem; }
.marks b { color: var(--white); font-weight: 600; }

/* ---------- How it works ---------- */
.steps__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 800px) { .steps__grid { grid-template-columns: repeat(3, 1fr); } }
.step { padding: 2rem 1.75rem 2rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 800px) { .step { border-bottom: none; border-right: 1px solid var(--line); padding: 2.25rem 2rem 1rem 0; } .step + .step { padding-left: 2rem; } .step:last-child { border-right: none; } }
.step__num { font-family: var(--display); font-size: clamp(3.5rem, 6vw, 5.5rem); line-height: 1; font-weight: 600; color: transparent; -webkit-text-stroke: 1.5px var(--amber); letter-spacing: -0.04em; margin-bottom: 1rem; }
.step h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.step p { color: var(--muted); font-size: .98rem; margin: 0; }
.step a { color: var(--white); }

/* ---------- Team ---------- */
.team__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 2.5rem; align-items: end; }
@media (min-width: 860px) { .team__grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.person { display: grid; grid-template-columns: minmax(140px, 200px) 1fr; gap: 1.5rem; align-items: end; }
.person__photo { position: relative; background: #d9d4cb; border-radius: 14px; aspect-ratio: 3 / 4; overflow: hidden; }
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__body { padding-bottom: .5rem; }
.person h3 { font-size: 1.5rem; }
.person__role { color: var(--amber-deep); font-family: var(--display); font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin: .35rem 0 .75rem; }
.person p { color: var(--muted-paper); font-size: .95rem; margin: 0; }
.person a { color: var(--ink); }
.bench { margin-top: 3rem; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line-paper); }
@media (min-width: 800px) { .bench { grid-template-columns: repeat(4, 1fr); } }
.bench__item { padding: 1.1rem 1.25rem 1.1rem 0; border-bottom: 1px solid var(--line-paper); }
@media (min-width: 800px) { .bench__item { border-bottom: none; border-right: 1px solid var(--line-paper); } .bench__item + .bench__item { padding-left: 1.25rem; } .bench__item:last-child { border-right: none; } }
.bench__item b { font-family: var(--display); font-weight: 600; display: block; margin-bottom: .2rem; }
.bench__item span { font-size: .9rem; color: var(--muted-paper); }
.stamps { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.stamp { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--display); font-weight: 600; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; border: 1px solid var(--line-paper); border-radius: 999px; padding: .5rem .85rem; color: var(--ink); }
.stamp svg { width: 16px; height: 16px; color: var(--amber-deep); }

/* ---------- Services (editorial list) ---------- */
.svc { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.svc li { display: grid; grid-template-columns: 1fr; gap: .5rem 2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
@media (min-width: 800px) { .svc li { grid-template-columns: 3.5rem 1fr 1.3fr; } }
.svc__n { font-family: var(--display); font-weight: 600; color: var(--amber); font-size: .9rem; letter-spacing: .08em; }
.svc h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); letter-spacing: -0.02em; }
.svc p { color: var(--muted); margin: 0; font-size: 1rem; }
.svc p b { color: var(--white); font-weight: 500; }

/* ---------- Assessment ---------- */
.assess .wrap--full { display: block; }
.assess .wrap:not(.wrap--full) { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 960px) { .assess .wrap:not(.wrap--full) { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; } }
.price { display: flex; align-items: baseline; gap: 1.25rem; margin: 1.5rem 0 1rem; flex-wrap: wrap; }
.price__was { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--muted); text-decoration: line-through; text-decoration-color: var(--amber); text-decoration-thickness: 3px; }
.price__now { font-family: var(--display); font-size: clamp(4rem, 9vw, 7rem); font-weight: 600; color: var(--amber); line-height: .9; letter-spacing: -0.04em; }
.facts { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin: 1.25rem 0 2rem; color: var(--muted); font-size: .95rem; }
.facts b { color: var(--white); font-weight: 600; font-family: var(--display); }
.assess__cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.scope__title { font-family: var(--display); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); margin-bottom: 1rem; }
.scope__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.scope__list li { padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; color: var(--muted); display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; }
.scope__list b { color: var(--white); font-weight: 600; font-family: var(--display); font-size: .9rem; }
.scope__deliver { margin-top: 1.25rem; padding: 1rem 1.1rem; border-radius: var(--rad); background: rgba(245,165,36,0.1); border: 1px solid rgba(245,165,36,0.35); display: flex; gap: .75rem; align-items: flex-start; font-size: .95rem; color: var(--muted); }
.scope__deliver svg { width: 22px; height: 22px; color: var(--amber); flex: none; margin-top: .1rem; }
.scope__deliver b { color: var(--white); font-weight: 600; }
.scope__foot { margin-top: 1rem; font-size: .85rem; color: var(--muted); }
.ranges { margin-top: 3rem; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 700px) { .ranges { grid-template-columns: repeat(3, 1fr); } }
.range { padding: 1.5rem 1.5rem 1.5rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 700px) { .range { border-bottom: none; border-right: 1px solid var(--line); } .range + .range { padding-left: 1.5rem; } .range:last-child { border-right: none; } }
.range b { font-family: var(--display); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 600; display: block; line-height: 1; letter-spacing: -0.03em; }
.range b small { font-size: .5em; color: var(--amber); }
.range span { font-size: .9rem; color: var(--muted); display: block; margin-top: .4rem; }

/* ---------- Where (photos) ---------- */
.where__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 860px) { .where__grid { grid-template-columns: 1fr 1fr; } }
.place { text-decoration: none; color: inherit; position: relative; border-radius: var(--rad-lg); overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; isolation: isolate; }
.place img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--ease); }
.place:hover img { transform: scale(1.03); }
.place::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(10,20,32,0.92) 0%, rgba(10,20,32,0.35) 55%, rgba(10,20,32,0.05) 100%); }
.place__body { padding: 2rem; }
.place__tag { font-family: var(--display); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }
.place h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: .4rem 0 .5rem; }
.place p { color: #c9d3dd; font-size: .97rem; max-width: 42ch; margin: 0; }
.place__phone { margin-top: 1rem; display: inline-flex; align-items: center; gap: .5rem; font-family: var(--display); font-weight: 600; font-size: 1.1rem; text-decoration: none; }
.place__phone svg { width: 20px; height: 20px; color: var(--amber); }
.where__foot { margin-top: 1.5rem; color: var(--muted); font-size: .95rem; max-width: 70ch; }
.where__foot b { color: var(--white); font-weight: 500; }

/* ---------- Testimonials (editorial stack) ---------- */
.quotes { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line-paper); }
.quotes li { display: grid; grid-template-columns: 1fr; gap: 1rem 3rem; padding: 2rem 0; border-bottom: 1px solid var(--line-paper); }
@media (min-width: 860px) { .quotes li { grid-template-columns: 1fr 15rem; align-items: start; } }

/* Testimonial carousel — one quote at a time, slides stacked in one grid cell so the
   height is the tallest quote and nothing jumps. Auto-advances until the reader touches it. */
.qcar { position: relative; }
.qcar .qcar__track { display: grid; border-bottom: 1px solid var(--line-paper); min-height: 14rem; }
.qcar .qcar__track li { grid-area: 1 / 1; border-bottom: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .55s var(--ease), transform .55s var(--ease), visibility 0s .55s; }
.qcar .qcar__track li.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.qcar__bar { height: 2px; background: var(--line-paper); overflow: hidden; }
.qcar__progress { display: block; height: 100%; width: 100%; background: var(--amber); transform-origin: left; transform: scaleX(0); }
.qcar.is-playing .qcar__progress { animation: qcar-fill var(--qcar-interval, 7s) linear forwards; }
.qcar.is-paused .qcar__progress { animation-play-state: paused; }
@keyframes qcar-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.qcar__nav { display: flex; align-items: center; gap: .75rem; padding-top: 1.1rem; }
.qcar__btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-paper); background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.qcar__btn svg { width: 22px; height: 22px; }
.qcar__btn:hover, .qcar__btn:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--amber); outline: none; }
.qcar__dots { display: flex; gap: .45rem; flex-wrap: wrap; }
.qcar__dot { width: 10px; height: 10px; border-radius: 50%; border: 0; padding: 0; background: rgba(10,20,32,0.22); cursor: pointer; transition: background .2s, transform .2s; }
.qcar__dot:hover, .qcar__dot:focus-visible { background: rgba(10,20,32,0.5); outline: none; }
.qcar__dot[aria-selected="true"] { background: var(--amber-deep); transform: scale(1.25); }
.qcar__count { margin-left: auto; font-family: var(--display); font-weight: 500; font-size: .8rem; letter-spacing: .1em; color: var(--muted-paper); font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: reduce) { .qcar .qcar__track li { transform: none; } }
.quotes blockquote { margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(1.15rem, 1.9vw, 1.5rem); line-height: 1.35; letter-spacing: -0.01em; }
.quotes figcaption { font-size: .9rem; color: var(--muted-paper); display: flex; gap: .9rem; align-items: flex-start; }
.avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex: none; background: #d9d4cb; display: grid; place-items: center; box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--line-paper); }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar--mono { background: var(--ink); color: var(--amber); font-family: var(--display); font-weight: 600; font-size: 1.1rem; letter-spacing: .04em; }
.quotes figcaption b { display: block; color: var(--ink); font-family: var(--display); font-weight: 600; }
.quotes__pull { margin: 2.5rem 0 0; font-family: var(--display); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 500; line-height: 1.3; max-width: 34ch; border-left: 3px solid var(--amber); padding-left: 1.25rem; }
.quotes__pull cite { display: block; font-family: var(--body); font-style: normal; font-size: .9rem; color: var(--muted-paper); margin-top: .6rem; font-weight: 400; }

/* ---------- FAQ ---------- */
.faq__list { max-width: 840px; margin-top: 2rem; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1.35rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--display); font-weight: 600; font-size: 1.12rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary svg { width: 22px; height: 22px; flex: none; color: var(--amber); transition: transform .25s var(--ease); }
.faq__item[open] summary svg { transform: rotate(45deg); }
.faq__item > div { padding: 0 0 1.5rem; color: var(--muted); max-width: 68ch; }
.faq__item a { color: var(--white); }

/* ---------- Contact ---------- */
.contact .wrap { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 960px) { .contact .wrap { grid-template-columns: .85fr 1.15fr; gap: 4rem; } }
.contact__ways { margin-top: 2rem; display: grid; gap: 1.25rem; }
.way { display: flex; gap: 1rem; align-items: flex-start; }
.way svg { width: 24px; height: 24px; color: var(--amber); flex: none; margin-top: .15rem; }
.way b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.way a { color: var(--white); text-decoration: none; } .way a:hover { text-decoration: underline; }
.way span { color: var(--muted); font-size: .9rem; } .way span b { display: inline; color: var(--amber); font-size: .9rem; }
.form { background: var(--paper); color: var(--ink); border-radius: var(--rad-lg); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.form h3 { font-size: 1.4rem; margin-bottom: .35rem; }
.form > p { color: var(--muted-paper); font-size: .95rem; margin-bottom: 1.5rem; }
.grid2 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 600px) { .grid2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .35rem; }
.field label { font-family: var(--display); font-size: .82rem; font-weight: 600; }
.field input, .field select, .field textarea { font: inherit; font-size: 1rem; color: var(--ink); background: var(--white); border: 1px solid var(--line-paper); border-radius: var(--rad); padding: .8rem .9rem; width: 100%; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(10,20,32,0.1); }
.field textarea { min-height: 120px; resize: vertical; }
.field--full { grid-column: 1 / -1; }
.form__foot { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.5rem; }
.form__foot small { color: var(--muted-paper); font-size: .85rem; }
.form__done { display: none; text-align: center; padding: 2rem 1rem; }
.form.is-done form { display: none; } .form.is-done .form__done { display: block; }
.form__done svg { width: 48px; height: 48px; color: var(--amber-deep); margin: 0 auto 1rem; }
.form__done h3 { font-size: 1.5rem; }

/* ---------- Footer ---------- */
.footer { padding-block: 3rem 2rem; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.footer .wrap { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 860px) { .footer .wrap { grid-template-columns: 1.4fr 1fr 1fr; } }

.footer a { color: var(--white); text-decoration: none; } .footer a:hover { text-decoration: underline; }
.footer h4 { font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-bottom: .8rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.footer__stamps { display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin-top: 1rem; font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--amber); }
.footer__bottom { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; font-size: .8rem; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.hero .reveal { transition-delay: calc(var(--i, 0) * 100ms); }
@media (max-width: 600px) { .person { grid-template-columns: 1fr; gap: 1rem; } .person__photo { max-width: 220px; } }

/* ---------- Photo-backed sections ---------- */
.section--photo { isolation: isolate; overflow: hidden; }
.section--photo .wrap { position: relative; }
.section__bg { position: absolute; inset: 0; z-index: -1; }
.section__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.section__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,20,32,0.55) 0%, rgba(10,20,32,0.35) 30%, rgba(10,20,32,0.82) 62%, rgba(10,20,32,0.96) 100%); }
.svc-section .h2, .svc-section .lede { text-shadow: 0 2px 18px rgba(10,20,32,0.8); }
.svc-section .lede { color: #b9c6d3; }
.svc-section .svc p { color: #b9c6d3; text-shadow: 0 1px 10px rgba(10,20,32,0.8); }
.svc-section .svc h3 { text-shadow: 0 1px 12px rgba(10,20,32,0.8); }
.svc-section .svc, .svc-section .svc li { border-color: rgba(255,255,255,0.18); }
