/* Ovitecha Premium — front-end design system */
:root {
  --brand-primary: #102129;
  --brand-primary-deep: #091419;
  --brand-primary-soft: #18323c;
  --brand-accent: #ed6a2c;
  --brand-accent-dark: #c84f16;
  --brand-aqua: #91d0c7;
  --paper: #f4f1ea;
  --paper-deep: #e7e1d5;
  --surface: #ffffff;
  --ink: #102129;
  --muted: #68747a;
  --muted-light: #a9b4b8;
  --line: rgba(16, 33, 41, 0.15);
  --line-light: rgba(255, 255, 255, 0.15);
  --success: #237b5b;
  --error: #b6362d;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 30px;
  --radius-pill: 999px;
  --shadow-sm: 0 12px 30px rgba(8, 22, 28, 0.08);
  --shadow-lg: 0 32px 80px rgba(8, 22, 28, 0.18);
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 54px);
  --section: clamp(84px, 10vw, 150px);
  --font: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0; font-weight: 720; line-height: 1.02; letter-spacing: -0.045em; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.75rem); }
h3 { font-size: clamp(1.15rem, 1.5vw, 1.4rem); line-height: 1.16; letter-spacing: -0.025em; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--brand-accent); outline-offset: 4px; }
::selection { background: var(--brand-accent); color: #fff; }

.container { width: min(var(--container), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.container--narrow { max-width: 860px; }
.section { padding-block: var(--section); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 12px 18px; transform: translateY(-160%); background: #fff; color: var(--ink); border-radius: var(--radius-sm); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-accent); font-size: 0.73rem; line-height: 1; font-weight: 780; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 14px; padding: 15px 24px; border: 1px solid var(--brand-accent); border-radius: var(--radius-pill); background: var(--brand-accent); color: #fff; font-weight: 760; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--brand-accent-dark); border-color: var(--brand-accent-dark); }
.button .icon { transition: transform .2s ease; }
.button:hover .icon { transform: translateX(4px); }
.button--small { min-height: 44px; padding: 12px 19px; font-size: .88rem; }
.button--ghost { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.button--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.7); }
.button--dark { background: var(--brand-primary); border-color: var(--brand-primary); }
.button--dark:hover { background: var(--brand-primary-soft); border-color: var(--brand-primary-soft); }
.button--light { background: #fff; border-color: #fff; color: var(--ink); }
.button--light:hover { background: var(--paper); border-color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: .9rem; font-weight: 760; border-bottom: 1px solid var(--line); padding-bottom: 7px; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--brand-accent); border-color: var(--brand-accent); }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }

/* Header */
.site-header { position: relative; z-index: 100; background: var(--brand-primary-deep); color: #fff; }
.utility-bar { min-height: 35px; border-bottom: 1px solid var(--line-light); color: var(--muted-light); font-size: .72rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.utility-bar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar__area, .utility-bar__rating { display: inline-flex; align-items: center; gap: 8px; }
.utility-bar__area .icon { color: var(--brand-accent); }
.utility-bar__rating { color: #fff; }
.utility-bar__rating > span:first-child { color: #ffbf47; font-size: 1rem; }
.utility-bar__rating > span:last-child { color: var(--muted-light); }
.header-main { height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(28px, 4vw, 68px); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { position: relative; width: 28px; height: 28px; border: 2px solid currentColor; border-radius: 50%; }
.brand__mark::before { content: ""; position: absolute; width: 11px; height: 11px; top: -4px; right: -3px; border: 2px solid currentColor; border-radius: 50%; background: var(--brand-primary-deep); }
.brand__mark i { position: absolute; inset: 6px; border: 2px solid var(--brand-accent); border-radius: 50%; }
.brand__name { max-width: 150px; color: #fff; font-size: .88rem; font-weight: 780; line-height: 1.05; letter-spacing: -.025em; }
.brand__image { width: auto; max-width: 170px; height: 52px; object-fit: contain; filter: brightness(0) invert(1); }
.site-nav { justify-self: center; }
.site-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.site-nav__list a { position: relative; display: block; padding: 12px 0; color: #d8e0e2; font-size: .83rem; font-weight: 650; }
.site-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--brand-accent); transition: right .2s ease; }
.site-nav__list a:hover { color: #fff; }
.site-nav__list a:hover::after, .site-nav__list .current-menu-item > a::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.header-phone .icon { color: var(--brand-accent); }
.menu-toggle { display: none; border: 0; padding: 10px 0; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle__label { font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle__icon { width: 25px; height: 18px; position: relative; margin-left: 11px; }
.menu-toggle__icon i { position: absolute; left: 0; width: 25px; height: 2px; background: currentColor; transition: transform .25s ease, top .25s ease; }
.menu-toggle__icon i:first-child { top: 4px; }
.menu-toggle__icon i:last-child { top: 13px; }
.menu-toggle[aria-expanded="true"] i:first-child { top: 9px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-child { top: 9px; transform: rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: calc(100svh - 121px); background: var(--brand-primary); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, #000, transparent 84%); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -12vw; bottom: -38vw; width: 62vw; height: 62vw; border: 1px solid rgba(145,208,199,.18); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(145,208,199,.025), 0 0 0 14vw rgba(145,208,199,.018); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: clamp(52px, 7vw, 112px); align-items: center; min-height: calc(100svh - 210px); padding-block: clamp(70px, 8vw, 120px); }
.hero__content { max-width: 670px; }
.hero__eyebrow { margin-bottom: 27px; color: var(--brand-aqua); }
.hero h1 { max-width: 720px; }
.hero__lead { max-width: 600px; margin-top: 28px; color: #c0cdd0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.hero__phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 36px; }
.hero__phone-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: var(--brand-accent); }
.hero__phone span:last-child { display: grid; }
.hero__phone small { color: var(--muted-light); font-size: .7rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.hero__phone strong { color: #fff; font-size: 1.08rem; }
.hero-evidence { position: relative; height: min(650px, 64vw); min-height: 560px; }
.hero-evidence figure { position: absolute; overflow: hidden; background: var(--brand-primary-soft); box-shadow: var(--shadow-lg); }
.hero-evidence img, .hero-evidence video { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-evidence figure:hover img { transform: scale(1.035); }
.hero-evidence figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 9px; padding: 15px 18px; color: #fff; background: linear-gradient(transparent, rgba(4,15,20,.85)); font-size: .7rem; font-weight: 740; letter-spacing: .1em; text-transform: uppercase; }
.hero-evidence figcaption span { color: var(--brand-accent); }
.hero-evidence__main { inset: 0 22% 15% 0; border-radius: 120px 14px 14px 14px; }
.hero-evidence__tile--top { width: 38%; height: 38%; right: 0; top: 6%; border-radius: 12px 72px 12px 12px; }
.hero-evidence__tile--bottom { width: 42%; height: 35%; right: 2%; bottom: 0; border-radius: 12px; }
.hero-evidence__seal { position: absolute; left: -36px; bottom: 4%; width: 108px; height: 108px; z-index: 3; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: var(--brand-accent); box-shadow: var(--shadow-lg); transform: rotate(-8deg); }
.hero-evidence__seal span { font-size: 1.35rem; font-weight: 800; line-height: 1; }
.hero-evidence__seal small { margin-top: 4px; font-size: .58rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.hero-stats { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.hero-stat { min-height: 90px; display: flex; align-items: center; gap: 14px; padding: 20px 28px; border-right: 1px solid var(--line-light); }
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { color: #fff; font-size: clamp(1.45rem, 2.4vw, 2.1rem); line-height: 1; }
.hero-stat span { max-width: 110px; color: var(--muted-light); font-size: .72rem; line-height: 1.35; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }

/* Intent / section headings */
.intent-strip { padding: 0; background: var(--paper); }
.intent-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(1px); }
.intent-card { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 34px clamp(24px, 3vw, 43px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.intent-card:first-child { border-left: 1px solid var(--line); }
.intent-card > span { align-self: start; color: var(--brand-accent); font-size: .72rem; font-weight: 760; }
.intent-card div { display: grid; gap: 7px; }
.intent-card strong { font-size: clamp(1.1rem, 1.5vw, 1.34rem); line-height: 1.14; letter-spacing: -.03em; }
.intent-card small { color: var(--muted); font-size: .78rem; }
.intent-card > .icon { transition: transform .25s ease; }
.intent-card:hover { background: var(--brand-primary); color: #fff; }
.intent-card:hover small { color: #b8c5c8; }
.intent-card:hover > .icon { transform: translateX(5px); }
.section-heading { max-width: 780px; }
.section-heading .eyebrow { margin-bottom: 23px; }
.section-heading p { max-width: 660px; margin-top: 24px; color: var(--muted); font-size: 1.03rem; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(50px, 7vw, 86px); }
.section-heading-row__link { flex: 0 0 auto; margin-bottom: 9px; }

/* Service cards */
.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-width: 0; background: transparent; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card__image { position: relative; overflow: hidden; display: block; aspect-ratio: 1.32; margin: 16px 16px 0; border-radius: var(--radius-sm); background: var(--paper-deep); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.02); transition: transform .5s ease, filter .5s ease; }
.service-card:hover .service-card__image img { transform: scale(1.035); filter: saturate(1); }
.service-card__index { position: absolute; left: 0; top: 0; min-width: 46px; padding: 10px 12px; background: var(--brand-primary); color: #fff; font-size: .7rem; font-weight: 760; text-align: center; }
.service-card__body { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 31px clamp(24px, 3vw, 38px) 36px; }
.service-card__price { margin-bottom: 15px; color: var(--brand-accent); font-size: .68rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { font-size: clamp(1.4rem, 2vw, 1.95rem); }
.service-card h3 a:hover { color: var(--brand-accent); }
.service-card p { margin-top: 17px; color: var(--muted); font-size: .9rem; }
.service-card .text-link { margin-top: auto; padding-top: 28px; }

/* Evidence */
.evidence-section { overflow: hidden; background: #fff; }
.evidence-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(60px, 9vw, 140px); align-items: center; }
.evidence-collage { position: relative; min-height: 650px; }
.evidence-collage figure { position: absolute; overflow: hidden; box-shadow: var(--shadow-lg); }
.evidence-collage img { width: 100%; height: 100%; object-fit: cover; }
.evidence-collage__large { inset: 0 13% 14% 0; border-radius: 12px 12px 90px 12px; }
.evidence-collage__small { width: 42%; height: 41%; right: 0; bottom: 0; border: 10px solid #fff; border-radius: 10px; }
.evidence-collage__caption { position: absolute; left: 5%; bottom: 6%; z-index: 3; width: 150px; height: 150px; display: grid; align-content: center; padding: 20px; border-radius: 50%; background: var(--brand-accent); color: #fff; transform: rotate(-7deg); box-shadow: var(--shadow-lg); }
.evidence-collage__caption strong { font-size: 2.55rem; line-height: 1; }
.evidence-collage__caption span { margin-top: 8px; font-size: .65rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .06em; }
.evidence-copy .eyebrow { margin-bottom: 25px; }
.evidence-copy h2 { font-size: clamp(2.6rem, 5.2vw, 5.45rem); }
.evidence-copy > p { margin-top: 28px; color: var(--muted); font-size: 1.05rem; }
.check-list { display: grid; gap: 14px; margin: 30px 0 36px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink); font-size: .92rem; }
.check-list .icon { margin-top: .25em; color: var(--brand-accent); }

/* Projects */
.projects-section { background: var(--brand-primary); color: #fff; }
.projects-section .section-heading p { color: #aebdc1; }
.projects-section .text-link { color: #fff; border-color: var(--line-light); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(42px, 7vw, 90px) clamp(20px, 4vw, 50px); }
.project-card:nth-child(even) { transform: translateY(72px); }
.project-card__media { position: relative; overflow: hidden; display: block; aspect-ratio: 1.36; border-radius: var(--radius-sm); background: var(--brand-primary-soft); }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-card__media img { transform: scale(1.035); }
.project-card__view { position: absolute; right: 18px; bottom: 18px; width: 94px; height: 94px; display: grid; place-content: center; gap: 5px; border-radius: 50%; background: #fff; color: var(--ink); font-size: .68rem; font-weight: 760; text-align: center; text-transform: uppercase; letter-spacing: .08em; transform: scale(.88); opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.project-card:hover .project-card__view { transform: scale(1); opacity: 1; }
.project-card__view .icon { margin-inline: auto; }
.project-card__body { padding-top: 24px; }
.project-card__meta { display: flex; align-items: center; gap: 16px; color: var(--brand-aqua); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-card__meta span + span::before { content: ""; display: inline-block; width: 16px; height: 1px; margin-right: 16px; vertical-align: middle; background: currentColor; }
.project-card h3 { margin-top: 12px; font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
.project-card h3 a:hover { color: var(--brand-accent); }
.project-card p { margin-top: 12px; color: #aebdc1; font-size: .9rem; }

/* Process */
.process-section { background: var(--paper-deep); }
.process-layout { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(480px, 1.18fr); gap: clamp(50px, 10vw, 160px); align-items: start; }
.process-layout > .section-heading { position: sticky; top: 40px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--brand-accent); font-size: .72rem; font-weight: 780; }
.process-list h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.process-list p { margin-top: 9px; color: var(--muted); font-size: .9rem; }

/* Testimonials */
.testimonials-section { background: #fff; }
.testimonials-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); align-items: start; }
.testimonials-intro { position: sticky; top: 40px; }
.testimonials-intro .eyebrow { margin-bottom: 24px; }
.testimonials-intro h2 { font-size: clamp(2.6rem, 4.7vw, 4.9rem); }
.rating-lockup { display: flex; align-items: center; gap: 18px; margin: 34px 0 24px; }
.rating-lockup > strong { font-size: 3.25rem; line-height: 1; letter-spacing: -.06em; }
.rating-lockup > div { display: grid; gap: 4px; }
.rating-lockup div > span { color: #eeb145; letter-spacing: .08em; }
.rating-lockup small { color: var(--muted); font-size: .72rem; }
.testimonial-stack, .review-grid { display: grid; gap: 16px; }
.testimonial-card { position: relative; margin: 0; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.testimonial-card:nth-child(even) { background: #fff; }
.testimonial-card__quote { display: block; height: 25px; color: var(--brand-accent); font-family: Georgia, serif; font-size: 4.5rem; line-height: .7; }
.testimonial-card > p { margin-top: 20px; color: #243940; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.55; }
.testimonial-card footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial-card footer strong { font-size: .85rem; }
.testimonial-card footer span { color: var(--muted); font-size: .68rem; font-weight: 680; text-transform: uppercase; letter-spacing: .07em; }
.review-grid { grid-template-columns: repeat(2, 1fr); align-items: start; }

/* FAQ */
.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { font-size: 1rem; letter-spacing: 0; }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.accordion-item button span { font-weight: 720; }
.accordion-item button i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 1px; background: currentColor; transform: translate(-50%,-50%); }
.accordion-item button i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.accordion-item button[aria-expanded="true"] i { color: #fff; background: var(--brand-accent); border-color: var(--brand-accent); }
.accordion-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.accordion-panel > div { padding: 0 50px 27px 0; color: var(--muted); font-size: .93rem; }
.accordion-panel p + p { margin-top: 12px; }

/* Quote form */
.quote-section { padding-block: var(--section); background: var(--brand-accent); color: #fff; }
.quote-layout { display: grid; grid-template-columns: minmax(310px, .78fr) minmax(540px, 1.22fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.quote-intro { position: sticky; top: 40px; }
.quote-intro .eyebrow { margin-bottom: 24px; color: var(--brand-primary); }
.quote-intro h2 { font-size: clamp(2.6rem, 5vw, 5.1rem); }
.quote-intro > p { margin-top: 28px; color: rgba(255,255,255,.82); font-size: 1.03rem; }
.quote-phone { display: inline-grid; margin-top: 38px; color: #fff; }
.quote-phone small { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quote-phone strong { margin-top: 2px; font-size: 1.6rem; line-height: 1.2; }
.quote-form-shell { padding: clamp(28px, 5vw, 58px); border-radius: var(--radius-lg); background: #fff; color: var(--ink); box-shadow: var(--shadow-lg); }
.ovm-form { display: grid; gap: 20px; }
.ovm-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ovm-field { display: grid; gap: 8px; }
.ovm-field--full { grid-column: 1 / -1; }
.ovm-field label, .ovm-field > span:first-child { color: var(--ink); font-size: .72rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.ovm-field input:not([type="checkbox"]):not([type="file"]), .ovm-field select, .ovm-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #f9f8f4; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.ovm-field textarea { min-height: 126px; resize: vertical; }
.ovm-field input:focus, .ovm-field select:focus, .ovm-field textarea:focus { border-color: var(--brand-accent); box-shadow: 0 0 0 3px rgba(237,106,44,.12); }
.ovm-field input[type="file"] { width: 100%; padding: 14px; border: 1px dashed var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.ovm-consent { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .76rem; }
.ovm-consent input { margin-top: 4px; accent-color: var(--brand-accent); }
.ovm-form .button { justify-self: start; border: 0; cursor: pointer; }
.ovm-form__status { min-height: 24px; font-size: .82rem; font-weight: 650; }
.ovm-form__status.is-success { color: var(--success); }
.ovm-form__status.is-error { color: var(--error); }
.ovm-hp { position: absolute !important; left: -9999px !important; }

/* Archives / single */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 36px; color: var(--muted); font-size: .72rem; }
.breadcrumbs a:hover { color: var(--brand-accent); }
.breadcrumbs span[aria-hidden] { color: #9da6a9; }
.archive-hero { padding-block: clamp(78px, 10vw, 145px); background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.archive-hero__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(50px, 10vw, 140px); align-items: end; }
.archive-hero .eyebrow { margin-bottom: 23px; }
.archive-hero h1 { max-width: 800px; color: var(--ink); font-size: clamp(3.1rem, 6vw, 6.2rem); }
.archive-hero__grid > p { max-width: 520px; color: var(--muted); font-size: 1.06rem; }
.archive-content { background: #fff; }
.services-grid--archive { grid-template-columns: repeat(3, 1fr); }
.projects-grid--archive { color: var(--ink); }
.projects-grid--archive .project-card p { color: var(--muted); }
.pagination { margin-top: 70px; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-pill); font-size: .82rem; font-weight: 700; }
.page-numbers.current, .page-numbers:hover { background: var(--brand-primary); color: #fff; border-color: var(--brand-primary); }
.empty-state { grid-column: 1 / -1; max-width: 760px; padding: clamp(40px, 7vw, 80px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.empty-state .eyebrow { margin-bottom: 18px; }
.empty-state h2 { margin-bottom: 28px; font-size: clamp(2rem, 4vw, 3.7rem); }
.inline-cta { padding-block: clamp(56px, 8vw, 100px); background: var(--brand-primary); color: #fff; }
.inline-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.inline-cta .eyebrow { margin-bottom: 15px; color: var(--brand-aqua); }
.inline-cta h2 { max-width: 800px; font-size: clamp(2rem, 3.8vw, 4rem); }

.service-hero { padding-block: clamp(65px, 8vw, 115px); background: var(--brand-primary); color: #fff; }
.service-hero .breadcrumbs { color: #9fb0b5; }
.service-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.service-hero__copy .eyebrow { margin-bottom: 23px; color: var(--brand-aqua); }
.service-hero h1 { font-size: clamp(3rem, 6vw, 6.1rem); }
.service-hero__copy > p { max-width: 590px; margin-top: 27px; color: #b8c6c9; font-size: 1.1rem; }
.service-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.price-tag { display: grid; }
.price-tag small { color: #9fb0b5; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-tag strong { font-size: 1.25rem; }
.service-hero__media { position: relative; overflow: hidden; aspect-ratio: 1.18; border-radius: 120px 12px 12px 12px; background: var(--brand-primary-soft); }
.service-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero__media figcaption { position: absolute; right: 14px; bottom: 14px; padding: 9px 12px; border-radius: var(--radius-pill); background: rgba(7,18,23,.78); color: #fff; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.service-detail { background: #fff; }
.service-detail__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.entry-content { color: #33484f; font-size: 1.04rem; }
.entry-content > * + * { margin-top: 1.3em; }
.entry-content h2 { margin-top: 1.5em; color: var(--ink); font-size: clamp(2rem, 3vw, 3.2rem); }
.entry-content h3 { margin-top: 1.45em; color: var(--ink); }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content a { color: var(--brand-accent-dark); text-decoration: underline; }
.service-summary { position: sticky; top: 35px; padding: clamp(28px, 4vw, 46px); border-radius: var(--radius-md); background: var(--paper); }
.service-summary .eyebrow { margin-bottom: 15px; }
.service-summary .check-list { margin-top: 12px; }
.process-section--service { background: var(--paper); }

.project-hero { padding-block: clamp(68px, 8vw, 120px); background: var(--paper-deep); }
.project-hero__heading { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.project-hero .eyebrow { margin-bottom: 20px; }
.project-hero h1 { max-width: 930px; font-size: clamp(3rem, 6.5vw, 6.6rem); }
.project-hero dl { display: flex; gap: 36px; margin: 0; }
.project-hero dl div { display: grid; gap: 5px; }
.project-hero dt { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-hero dd { margin: 0; font-weight: 700; }
.project-hero__image { overflow: hidden; width: 100%; max-height: 780px; margin-top: 60px; border-radius: var(--radius-md); background: var(--paper); }
.project-hero__image img { width: 100%; height: min(68vw, 780px); object-fit: cover; }
.project-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 10vw, 150px); }
.project-story aside { padding: 38px; border-left: 4px solid var(--brand-accent); background: var(--paper); }
.project-story aside .eyebrow { margin-bottom: 15px; }
.project-story aside p { font-size: 1.1rem; font-weight: 650; line-height: 1.5; }
.before-after { background: var(--paper-deep); }
.before-after .section-heading { margin-bottom: 50px; }
.before-after__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.before-after figure { position: relative; overflow: hidden; border-radius: var(--radius-sm); }
.before-after img { width: 100%; aspect-ratio: 1.28; object-fit: cover; }
.before-after figcaption { position: absolute; left: 14px; top: 14px; padding: 8px 13px; border-radius: var(--radius-pill); background: var(--brand-primary); color: #fff; font-size: .68rem; font-weight: 750; text-transform: uppercase; }
.project-gallery { background: #fff; }
.project-gallery .section-heading { margin-bottom: 46px; }
.project-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-gallery__grid figure { overflow: hidden; aspect-ratio: 1.15; border-radius: var(--radius-sm); background: var(--paper); }
.project-gallery__grid img { width: 100%; height: 100%; object-fit: cover; }
.service-video { margin-top: 35px; }
.service-video iframe, .service-video video { width: 100%; max-width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: var(--radius-sm); background: var(--brand-primary); }

.page-shell { min-height: 60vh; padding-block: clamp(65px, 8vw, 115px); background: #fff; }
.page-heading { margin-bottom: 50px; }
.page-heading .eyebrow { margin-bottom: 18px; }
.page-heading h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.entry-hero { overflow: hidden; margin-bottom: 45px; border-radius: var(--radius-md); }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.content-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.content-card > span { color: var(--brand-accent); font-size: .68rem; font-weight: 750; }
.content-card h2 { margin-top: 10px; font-size: 1.9rem; }
.content-card p { margin-top: 16px; color: var(--muted); }
.contact-cards { background: #fff; }
.contact-cards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; gap: 7px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: background .2s ease, color .2s ease; }
.contact-card > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: auto; border-radius: 50%; background: var(--brand-primary); color: #fff; font-weight: 800; }
.contact-card small { color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong { font-size: 1.2rem; }
a.contact-card:hover { background: var(--brand-primary); color: #fff; }
a.contact-card:hover small { color: #aebdc1; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding-block: 80px; background: var(--brand-primary); color: #fff; }
.not-found__inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.not-found__code { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.35); font-size: clamp(7rem, 18vw, 18rem); font-weight: 800; line-height: .8; letter-spacing: -.09em; }
.not-found .eyebrow { margin-bottom: 18px; color: var(--brand-aqua); }
.not-found h1 { font-size: clamp(3rem, 6vw, 6rem); }
.not-found p { margin: 22px 0 30px; color: #afbec2; }

/* Footer */
.site-footer { padding-top: clamp(70px, 9vw, 125px); background: var(--brand-primary-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.05fr .55fr .85fr 1.3fr; gap: clamp(35px, 5vw, 72px); padding-bottom: 72px; }
.brand--footer { margin-bottom: 26px; }
.footer-brand > p { max-width: 300px; color: #9fb0b5; font-size: .88rem; }
.footer-area { display: inline-flex; align-items: flex-start; gap: 9px; margin-top: 25px; color: var(--brand-aqua); font-size: .72rem; font-weight: 650; }
.footer-column h2 { margin-bottom: 22px; color: #768a90; font-size: .68rem; font-weight: 750; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.footer-links, .footer-contact { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #c1ced1; font-size: .83rem; }
.footer-links a:hover { color: #fff; }
.footer-contact li { display: grid; gap: 2px; }
.footer-contact span { color: #71858b; font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.footer-contact a, .footer-contact strong { color: #fff; font-size: .82rem; font-weight: 650; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 22px; }
.social-links a { color: #a9b8bc; font-size: .7rem; font-weight: 680; }
.social-links a:hover { color: var(--brand-accent); }
.footer-cta { padding: 35px; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.footer-cta .eyebrow { margin-bottom: 15px; color: var(--brand-aqua); }
.footer-cta h2 { margin-bottom: 27px; font-size: clamp(1.5rem, 2.4vw, 2.35rem); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); color: #71858b; font-size: .7rem; }
.footer-bottom a:hover { color: #fff; }
.mobile-conversion { display: none; }

/* Reveal animation */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-actions .header-phone { display: none; }
  .header-main { gap: 26px; }
  .site-nav__list { gap: 18px; }
  .hero__grid { grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); gap: 55px; }
  .hero-evidence { min-height: 510px; }
  .footer-grid { grid-template-columns: 1fr .55fr .85fr; }
  .footer-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
  .footer-cta h2 { max-width: 650px; margin-bottom: 0; }
}

@media (max-width: 940px) {
  :root { --section: clamp(74px, 10vw, 110px); }
  .header-main { grid-template-columns: 1fr auto; height: 74px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-self: end; }
  .header-actions { display: none; }
  .site-nav { position: fixed; inset: 109px 0 0; z-index: 110; display: none; overflow-y: auto; padding: 40px var(--gutter) 110px; background: var(--brand-primary-deep); }
  .site-nav.is-open { display: block; }
  .site-nav__list { display: grid; gap: 0; }
  .site-nav__list li { border-bottom: 1px solid var(--line-light); }
  .site-nav__list a { padding: 21px 0; font-size: 1.4rem; }
  .site-nav__list a::after { display: none; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; padding-block: 80px 60px; }
  .hero__content { max-width: 780px; }
  .hero h1 { font-size: clamp(3.4rem, 10.2vw, 6.8rem); }
  .hero-evidence { width: 100%; height: 640px; min-height: 0; }
  .hero-evidence__main { right: 26%; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .hero-stat:nth-child(2) { border-right: 0; }
  .hero-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .hero-stat:nth-child(3) { padding-left: 0; }
  .intent-strip__grid { grid-template-columns: 1fr; }
  .intent-card { border-left: 1px solid var(--line); }
  .services-grid, .services-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-collage { min-height: min(740px, 92vw); }
  .evidence-copy { max-width: 700px; }
  .process-layout, .testimonials-layout, .faq-layout, .quote-layout, .service-detail__grid { grid-template-columns: 1fr; }
  .process-layout > .section-heading, .testimonials-intro, .quote-intro, .service-summary { position: static; }
  .process-layout > .section-heading { max-width: 660px; }
  .quote-intro { max-width: 700px; }
  .archive-hero__grid, .service-hero__grid { grid-template-columns: 1fr; }
  .archive-hero__grid > p { max-width: 700px; }
  .service-hero__media { max-height: 680px; }
  .project-story { grid-template-columns: 1fr; }
  .contact-cards__grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --gutter: 20px; --radius-lg: 22px; }
  body { padding-bottom: 66px; }
  h2 { font-size: clamp(2.2rem, 11.5vw, 4rem); }
  .utility-bar__rating { display: none; }
  .utility-bar__inner { justify-content: center; }
  .site-nav { inset: 109px 0 0; }
  .brand__name { max-width: 120px; font-size: .78rem; }
  .hero__grid { padding-top: 65px; gap: 48px; }
  .hero h1 { font-size: clamp(3rem, 14.2vw, 5.4rem); }
  .hero__lead { margin-top: 22px; font-size: 1rem; }
  .hero__actions { align-items: stretch; }
  .hero__actions .button { flex: 1 1 auto; }
  .hero-evidence { height: 510px; }
  .hero-evidence__main { inset: 0 18% 25% 0; border-radius: 64px 10px 10px 10px; }
  .hero-evidence__tile--top { width: 39%; height: 33%; border-radius: 10px 48px 10px 10px; }
  .hero-evidence__tile--bottom { width: 55%; height: 34%; bottom: 0; }
  .hero-evidence__seal { width: 88px; height: 88px; left: -8px; bottom: 7%; }
  .hero-stats { width: 100%; }
  .hero-stat { min-height: 84px; padding: 17px 20px; }
  .hero-stat:first-child, .hero-stat:nth-child(3) { padding-left: var(--gutter); }
  .hero-stat strong { font-size: 1.35rem; }
  .hero-stat span { font-size: .61rem; }
  .intent-card { min-height: 122px; padding: 27px 23px; }
  .section-heading-row { display: grid; margin-bottom: 44px; }
  .section-heading-row__link { justify-self: start; }
  .services-grid, .services-grid--archive { grid-template-columns: 1fr; }
  .service-card__body { min-height: 260px; }
  .evidence-collage { min-height: 520px; }
  .evidence-collage__large { right: 7%; bottom: 15%; border-radius: 10px 10px 58px 10px; }
  .evidence-collage__small { width: 48%; height: 37%; border-width: 7px; }
  .evidence-collage__caption { width: 118px; height: 118px; left: 0; bottom: 4%; }
  .evidence-collage__caption strong { font-size: 2rem; }
  .projects-grid, .projects-grid--archive { grid-template-columns: 1fr; gap: 52px; }
  .project-card:nth-child(even) { transform: none; }
  .project-card__view { opacity: 1; transform: scale(.78); transform-origin: right bottom; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 14px; }
  .review-grid, .before-after__grid, .content-grid { grid-template-columns: 1fr; }
  .project-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .faq-layout { gap: 44px; }
  .quote-form-shell { padding: 24px 20px; }
  .ovm-form__grid { grid-template-columns: 1fr; }
  .ovm-field--full { grid-column: auto; }
  .archive-hero { padding-block: 62px 76px; }
  .archive-hero h1, .service-hero h1, .project-hero h1 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .service-hero__media { border-radius: 60px 10px 10px 10px; }
  .project-hero__heading { grid-template-columns: 1fr; gap: 30px; }
  .project-hero dl { flex-wrap: wrap; }
  .project-hero__image { margin-top: 40px; }
  .inline-cta__inner { align-items: flex-start; flex-direction: column; }
  .contact-cards__grid { grid-template-columns: 1fr; }
  .not-found__inner { grid-template-columns: 1fr; }
  .not-found__code { font-size: 8rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-cta { display: grid; }
  .footer-cta h2 { margin-bottom: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .mobile-conversion { position: fixed; inset: auto 0 0; z-index: 999; height: 66px; display: grid; grid-template-columns: .82fr 1.18fr; background: var(--brand-primary-deep); box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .mobile-conversion a { display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; font-size: .78rem; font-weight: 750; }
  .mobile-conversion a:last-child { background: var(--brand-accent); }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.75rem; }
  .hero-evidence { height: 430px; }
  .hero__phone { margin-top: 28px; }
  .hero-stat { align-items: flex-start; flex-direction: column; gap: 6px; }
  .intent-card { grid-template-columns: auto 1fr; }
  .intent-card > .icon { display: none; }
  .service-card__image { margin: 10px 10px 0; }
  .service-card__body { padding: 27px 22px 30px; }
  .evidence-collage { min-height: 430px; }
  .evidence-collage__caption { width: 102px; height: 102px; padding: 16px; }
  .project-card__view { display: none; }
  .project-gallery__grid { 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; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .mobile-conversion, .button, .quote-section { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 30px; }
}
