:root {
  color-scheme: light;
  --background: #f6f3ed;
  --foreground: #17262d;
  --text-secondary: #25353b;
  --primary: #123847;
  --secondary: #245d68;
  --accent: #b68136;
  --muted: #657276;
  --border: rgba(18, 56, 71, .16);
  --border-strong: rgba(18, 56, 71, .28);
  --card: rgba(255, 253, 248, .88);
  --cardForeground: #17262d;
  --card-foreground: var(--cardForeground);
  --navbar: rgba(246, 243, 237, .88);
  --navbar-scrolled: rgba(255, 253, 248, .96);
  --footer: rgba(255, 253, 248, .9);
  --buttonPrimary: linear-gradient(135deg, #2a6f7d, #123847 88%);
  --button-primary: var(--buttonPrimary);
  --buttonSecondary: rgba(255, 253, 248, .86);
  --button-secondary: var(--buttonSecondary);
  --buttonText: #fffdf8;
  --button-text: var(--buttonText);
  --inputBackground: rgba(255, 255, 255, .92);
  --input-background: var(--inputBackground);
  --inputBorder: rgba(18, 56, 71, .18);
  --input-border: var(--inputBorder);
  --glow: rgba(182, 129, 54, .18);
  --gradientStart: #245d68;
  --gradient-start: var(--gradientStart);
  --gradientEnd: #b68136;
  --gradient-end: var(--gradientEnd);
  --premiumAccent: #e5c06f;
  --premium-accent: var(--premiumAccent);
  --surface: #fffdf8;
  --surface-soft: rgba(255, 253, 248, .7);
  --surface-raised: rgba(255, 255, 255, .94);
  --section: rgba(255, 255, 255, .28);
  --section-strong: #e9e2d7;
  --section-alt: linear-gradient(135deg, rgba(36, 93, 104, .09), transparent 34%), linear-gradient(180deg, rgba(255, 253, 248, .48), rgba(232, 224, 212, .52));
  --body-background:
    radial-gradient(circle at 12% 8%, rgba(229, 192, 111, .2), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(36, 93, 104, .14), transparent 32%),
    linear-gradient(120deg, rgba(18, 56, 71, .06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #f6f3ed 0%, #fbfaf6 45%, #e8e0d4 100%);
  --body-overlay:
    linear-gradient(104deg, transparent 0%, rgba(255, 255, 255, .72) 38%, transparent 39% 100%),
    repeating-linear-gradient(90deg, rgba(18, 56, 71, .04) 0 1px, transparent 1px 96px);
  --hero-background:
    radial-gradient(circle at 75% 20%, rgba(229, 192, 111, .22), transparent 28%),
    radial-gradient(circle at 15% 18%, rgba(36, 93, 104, .15), transparent 32%),
    linear-gradient(110deg, rgba(18, 56, 71, .1) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .54), transparent 56%);
  --contrast-band:
    linear-gradient(135deg, rgba(36, 93, 104, .12), rgba(229, 192, 111, .12)),
    linear-gradient(180deg, rgba(255, 253, 248, .86), rgba(232, 224, 212, .62));
  --cta-background:
    radial-gradient(circle at 88% 20%, rgba(229, 192, 111, .24), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 248, .9), rgba(232, 224, 212, .68));
  --caption-background: linear-gradient(135deg, rgba(23, 38, 45, .78), rgba(23, 38, 45, .42));
  --focus: rgba(229, 192, 111, .52);
  --shadow: 0 24px 64px rgba(18, 56, 71, .14);
  --shadow-soft: 0 14px 34px rgba(18, 56, 71, .09);
  --shadow-hover: 0 26px 70px rgba(18, 56, 71, .18);
  --radius: 8px;
  --container: 1200px;
  --header: 76px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --ink: var(--foreground);
  --ink-2: var(--text-secondary);
  --steel: var(--primary);
  --steel-2: var(--secondary);
  --steel-3: #d7e2e4;
  --gold: var(--accent);
  --gold-2: var(--premium-accent);
  --paper: var(--background);
  --paper-2: var(--section-strong);
  --white: var(--surface);
  --line: var(--border);
  --line-strong: var(--border-strong);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --background: #081014;
  --foreground: #f5f0e7;
  --text-secondary: rgba(226, 234, 235, .88);
  --primary: #8ed7e3;
  --secondary: #67bbc8;
  --accent: #d7a75b;
  --muted: rgba(217, 226, 228, .72);
  --border: rgba(255, 255, 255, .13);
  --border-strong: rgba(255, 255, 255, .22);
  --card: rgba(18, 28, 33, .78);
  --cardForeground: #f7f1e8;
  --navbar: rgba(7, 13, 16, .84);
  --navbar-scrolled: rgba(9, 16, 20, .96);
  --footer: rgba(7, 12, 15, .94);
  --buttonPrimary: linear-gradient(135deg, #4aa3b3, #123847 88%);
  --buttonSecondary: rgba(255, 255, 255, .08);
  --buttonText: #ffffff;
  --inputBackground: rgba(255, 255, 255, .08);
  --inputBorder: rgba(255, 255, 255, .16);
  --glow: rgba(103, 187, 200, .2);
  --gradientStart: #67bbc8;
  --gradientEnd: #d7a75b;
  --premiumAccent: #f0c878;
  --surface: #101a1f;
  --surface-soft: rgba(255, 255, 255, .06);
  --surface-raised: rgba(22, 34, 40, .92);
  --section: rgba(255, 255, 255, .04);
  --section-strong: #10181d;
  --section-alt: linear-gradient(135deg, rgba(103, 187, 200, .12), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
  --body-background:
    radial-gradient(circle at 14% 8%, rgba(103, 187, 200, .18), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(215, 167, 91, .14), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #081014 0%, #0d1519 48%, #06090b 100%);
  --body-overlay:
    linear-gradient(104deg, transparent 0%, rgba(255, 255, 255, .035) 38%, transparent 39% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 96px);
  --hero-background:
    radial-gradient(circle at 72% 22%, rgba(103, 187, 200, .18), transparent 28%),
    radial-gradient(circle at 18% 12%, rgba(215, 167, 91, .13), transparent 30%),
    linear-gradient(110deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 58%);
  --contrast-band: linear-gradient(135deg, #071014, #123847 58%, #1c5661);
  --cta-background: linear-gradient(135deg, #071014, #123847 62%, #1f5f6b);
  --caption-background: linear-gradient(135deg, rgba(7, 13, 16, .86), rgba(7, 13, 16, .58));
  --focus: rgba(240, 200, 120, .46);
  --shadow: 0 28px 72px rgba(0, 0, 0, .36);
  --shadow-soft: 0 16px 42px rgba(0, 0, 0, .24);
  --shadow-hover: 0 30px 80px rgba(0, 0, 0, .42);
  --steel-3: rgba(142, 215, 227, .16);
}

html[data-theme="gold"] {
  color-scheme: dark;
  --background: #080604;
  --foreground: #fbf3e4;
  --text-secondary: rgba(245, 228, 197, .86);
  --primary: #d6aa5d;
  --secondary: #b98535;
  --accent: #f1c979;
  --muted: rgba(226, 209, 176, .72);
  --border: rgba(241, 201, 121, .2);
  --border-strong: rgba(241, 201, 121, .36);
  --card: rgba(24, 18, 10, .82);
  --cardForeground: #fbf3e4;
  --navbar: rgba(8, 6, 4, .86);
  --navbar-scrolled: rgba(12, 8, 4, .96);
  --footer: rgba(9, 6, 3, .94);
  --buttonPrimary: linear-gradient(135deg, #f6d98b, #b98535 84%);
  --buttonSecondary: rgba(241, 201, 121, .1);
  --buttonText: #171007;
  --inputBackground: rgba(255, 244, 220, .08);
  --inputBorder: rgba(241, 201, 121, .22);
  --glow: rgba(241, 201, 121, .28);
  --gradientStart: #f1c979;
  --gradientEnd: #8b5e25;
  --premiumAccent: #ffe4a4;
  --surface: #141007;
  --surface-soft: rgba(255, 230, 166, .07);
  --surface-raised: rgba(28, 20, 10, .92);
  --section: rgba(241, 201, 121, .045);
  --section-strong: #130d06;
  --section-alt: linear-gradient(135deg, rgba(241, 201, 121, .13), transparent 34%), linear-gradient(180deg, rgba(255, 232, 175, .045), rgba(120, 78, 24, .1));
  --body-background:
    radial-gradient(circle at 14% 8%, rgba(241, 201, 121, .2), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(184, 133, 53, .18), transparent 32%),
    linear-gradient(120deg, rgba(241, 201, 121, .042) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #080604 0%, #151007 52%, #070503 100%);
  --body-overlay:
    linear-gradient(104deg, transparent 0%, rgba(255, 232, 175, .045) 38%, transparent 39% 100%),
    repeating-linear-gradient(90deg, rgba(241, 201, 121, .035) 0 1px, transparent 1px 96px);
  --hero-background:
    radial-gradient(circle at 70% 20%, rgba(241, 201, 121, .24), transparent 28%),
    radial-gradient(circle at 16% 10%, rgba(184, 133, 53, .18), transparent 30%),
    linear-gradient(110deg, rgba(241, 201, 121, .05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 232, 175, .05), transparent 58%);
  --contrast-band: linear-gradient(135deg, #080604, #1b1208 54%, #7e531f);
  --cta-background: linear-gradient(135deg, #080604, #1d1409 58%, #8b5e25);
  --caption-background: linear-gradient(135deg, rgba(9, 6, 3, .9), rgba(46, 31, 13, .62));
  --focus: rgba(255, 228, 164, .5);
  --shadow: 0 28px 78px rgba(0, 0, 0, .44), 0 0 46px rgba(241, 201, 121, .08);
  --shadow-soft: 0 18px 46px rgba(0, 0, 0, .28), 0 0 28px rgba(241, 201, 121, .06);
  --shadow-hover: 0 34px 86px rgba(0, 0, 0, .48), 0 0 38px rgba(241, 201, 121, .14);
  --steel-3: rgba(241, 201, 121, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 20px);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink-2);
  background:
    linear-gradient(120deg, rgba(18, 56, 71, .08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #f6f3ed 0%, #fbfaf6 42%, #e8e0d4 100%);
  background-size: 72px 72px, auto;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(104deg, transparent 0%, rgba(255, 255, 255, .8) 38%, transparent 39% 100%),
    repeating-linear-gradient(90deg, rgba(18, 56, 71, .045) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.72), transparent 78%);
}

a {
  color: inherit;
}

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

button {
  color: inherit;
}

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

::selection {
  color: var(--ink);
  background: rgba(229, 192, 111, .58);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-140%);
  padding: .75rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--gold-2);
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s var(--ease);
}

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(18, 56, 71, .12);
  background: rgba(246, 243, 237, .88);
  backdrop-filter: blur(18px) saturate(140%);
  transition: background .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}

.header.is-scrolled {
  border-color: rgba(18, 56, 71, .18);
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 14px 38px rgba(18, 56, 71, .09);
}

.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: .78rem;
  min-width: max-content;
  color: var(--ink);
  text-decoration: none;
}

.logo-symbol {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid rgba(18, 56, 71, .24);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff, #d8e4e6);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.54), 0 12px 30px rgba(18, 56, 71, .12);
  transform: rotate(45deg);
}

.logo-symbol::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--steel-2), var(--steel));
}

.logo-text strong,
.logo-text small {
  display: block;
}

.logo-text strong {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.05;
}

.logo-text small {
  margin-top: .16rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: .95rem;
}

.main-nav a {
  position: relative;
  padding: .55rem .1rem;
  color: rgba(23, 38, 45, .82);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s var(--ease);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .16rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--steel-2), var(--gold));
  transition: transform .2s var(--ease);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--ink);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .78rem 1.08rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}

.btn::after,
.header-action::after {
  content: ">";
  margin-left: .55rem;
  color: currentColor;
  font-weight: 900;
}

.header-action,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #2a6f7d, var(--steel) 88%);
  border-color: rgba(18, 56, 71, .2);
  box-shadow: 0 16px 34px rgba(18, 56, 71, .2);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 253, 248, .84);
  border-color: rgba(182, 129, 54, .34);
  box-shadow: var(--shadow-soft);
}

.header-action:hover,
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(18, 56, 71, .18);
}

.header-action:focus-visible,
.btn:focus-visible,
.menu-button:focus-visible,
.main-nav a:focus-visible,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(229, 192, 111, .52);
  outline-offset: 3px;
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .88);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-button span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform .2s var(--ease);
}

.menu-button.is-open span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-button.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0 74px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(18, 56, 71, .12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,.54), transparent 52%);
  background-size: 96px 96px, auto;
}

.gold-arc {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 129, 54, .58), rgba(36, 93, 104, .42), transparent);
  transform: rotate(-10deg);
}

.arc-one {
  width: 78vw;
  left: -10vw;
  top: 20%;
}

.arc-two {
  width: 64vw;
  right: -14vw;
  top: 48%;
}

.arc-three {
  width: 70vw;
  left: 20vw;
  bottom: 15%;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(410px, .9fr);
  align-items: center;
  gap: 4rem;
}

.hero-copy,
.hero-photo-card,
.production-content,
.contact-copy,
.contact-form,
.section-head,
.quality-layout > *,
.contact-layout > *,
.production-layout > *,
.service-card {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--steel-2);
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, var(--steel-2), var(--gold));
}

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

h1,
h2 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.04;
}

h1 {
  max-width: 780px;
  margin: .95rem 0 1.18rem;
  font-size: 4.75rem;
  font-weight: 750;
}

h2 {
  margin: .7rem 0 1rem;
  font-size: 3.2rem;
  font-weight: 650;
}

h3 {
  margin: 0 0 .58rem;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.24;
}

p {
  color: var(--ink-2);
}

.hero-copy p {
  max-width: 640px;
  margin-bottom: 1.55rem;
  color: rgba(37, 53, 59, .92);
  font-size: 1.12rem;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .72rem;
}

.hero-actions {
  margin-bottom: 1.25rem;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .42rem .68rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--steel);
  background: rgba(255, 253, 248, .78);
  font-size: .82rem;
  font-weight: 900;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
  max-width: 700px;
  margin: 1.15rem 0 0;
}

.hero-metrics div {
  min-height: 112px;
  padding: .92rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,253,248,.88), rgba(255,255,255,.68));
  box-shadow: var(--shadow-soft);
}

.hero-metrics dt {
  color: var(--gold);
  font-weight: 900;
}

.hero-metrics dd {
  margin: .75rem 0 0;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
}

.hero-photo-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,253,248,.02), rgba(23, 38, 45, .08) 45%, rgba(23, 38, 45, .56)),
    linear-gradient(120deg, rgba(229,192,111,.2), transparent 46%);
}

.hero-photo-card picture,
.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.hero-photo-card img {
  object-fit: cover;
  object-position: 50% 50%;
}

.photo-caption {
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .85rem;
  z-index: 2;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, rgba(23,38,45,.78), rgba(23,38,45,.42));
  backdrop-filter: blur(14px);
}

.photo-caption span {
  display: block;
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-caption strong {
  display: block;
  margin-top: .22rem;
  font-size: 1.05rem;
}

.section {
  padding: 96px 0;
}

.section-head {
  max-width: 830px;
  margin-bottom: 2.4rem;
}

.section-head.compact {
  margin-bottom: 0;
}

.section-head p {
  max-width: 690px;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.capability-band {
  padding: 46px 0;
  border-block: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(90deg, rgba(229,192,111,.14), transparent 36%, rgba(255,255,255,.08)),
    linear-gradient(135deg, #102e3a, #245d68);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .86rem;
}

.capability-card {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.capability-card strong {
  display: block;
  margin-bottom: 1.6rem;
  color: var(--gold-2);
  font-size: 1.08rem;
}

.capability-card span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.5;
}

.service-grid,
.trust-wall {
  display: grid;
  gap: .9rem;
}

.service-card,
.trust-item,
.faq-item,
.timeline article,
.contact-form,
.contact-info span,
.project-gallery figure {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.service-card,
.trust-item,
.faq-item {
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}

.service-card:hover,
.trust-item:hover,
.faq-item:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.service-card span {
  display: inline-flex;
  margin-bottom: 1.55rem;
  color: var(--steel-2);
  font-size: .78rem;
  font-weight: 900;
}

.service-card p,
.timeline p {
  margin-bottom: 0;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.service-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 235px 1fr;
}

.service-card picture,
.service-card img {
  width: 100%;
  height: 235px;
}

.service-card img {
  object-fit: cover;
  transition: transform .5s var(--ease);
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card div {
  display: grid;
  align-content: start;
  padding: 1.18rem;
}

.service-card span {
  margin-bottom: 1.15rem;
}

.production-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(36, 93, 104, .08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(244,241,235,.78));
}

.production-layout,
.contact-layout,
.quality-layout {
  display: grid;
  align-items: center;
  gap: 4rem;
}

.production-layout {
  grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr);
}

.production-photo-stack {
  position: relative;
  min-height: 510px;
}

.production-photo-stack picture,
.production-photo-stack img {
  display: block;
}

.production-photo-stack img {
  object-fit: cover;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stack-main {
  width: 89%;
  height: 470px;
}

.stack-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 220px;
  background: var(--white);
}

.stack-float-wrap {
  display: contents;
}

.timeline {
  display: grid;
  gap: .74rem;
  margin-top: 1.35rem;
}

.timeline article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: .95rem;
  padding: .9rem;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--steel-2);
  background: linear-gradient(135deg, #fff, var(--steel-3));
  font-weight: 900;
}

.timeline p {
  color: var(--muted);
}

.project-gallery {
  display: grid;
  grid-template-columns: 1.45fr .82fr;
  grid-template-rows: repeat(2, 250px);
  gap: .9rem;
}

.project-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.project-gallery .gallery-large {
  grid-row: span 2;
}

.project-gallery picture,
.project-gallery img {
  width: 100%;
  height: 100%;
}

.project-gallery img {
  object-fit: cover;
  transition: transform .55s var(--ease);
}

.project-gallery figure:hover img {
  transform: scale(1.045);
}

.project-gallery figcaption {
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  padding: .82rem .95rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 253, 248, .9);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.cta-strip {
  padding: 42px 0;
  background: linear-gradient(135deg, #102e3a, #245d68);
}

.cta-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  color: #fff;
}

.cta-strip .eyebrow,
.cta-strip h2,
.cta-strip p {
  color: #fff;
}

.cta-strip .eyebrow::before {
  background: linear-gradient(90deg, var(--gold-2), rgba(255,255,255,.28));
}

.cta-strip h2 {
  margin-bottom: .55rem;
  font-size: 2.4rem;
}

.cta-strip p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255,255,255,.78);
}

.quality-section {
  background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.1));
}

.quality-layout {
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  align-items: start;
}

.quality-layout .trust-wall {
  grid-template-columns: repeat(2, 1fr);
}

.trust-item {
  min-height: 158px;
  display: grid;
  align-content: space-between;
  padding: 1rem;
}

.trust-item strong {
  color: var(--steel-2);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1;
}

.faq-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(182, 129, 54, .08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.1));
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(460px, 1fr);
  align-items: start;
  gap: 3.2rem;
}

.faq-list {
  display: grid;
  gap: .75rem;
}

.faq-item {
  padding: 1rem 1.1rem;
}

.faq-item summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--steel-2);
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: .75rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.contact-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(36,93,104,.09), transparent 34%),
    linear-gradient(180deg, #fbfaf6, #e8dfd2);
}

.contact-layout {
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1fr);
  align-items: start;
}

.contact-info {
  display: grid;
  gap: .7rem;
  margin-top: 1.45rem;
}

.contact-info span {
  display: block;
  padding: .85rem 1rem;
  color: var(--ink);
  font-weight: 800;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.35rem;
  background: rgba(255,253,248,.92);
}

.contact-form label {
  display: grid;
  gap: .44rem;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 900;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: .88rem .95rem;
  border: 1px solid rgba(18, 56, 71, .18);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255,255,255,.92);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
}

.contact-form textarea {
  min-height: 142px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--steel-2);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(36, 93, 104, .12);
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--steel-2);
  font-weight: 800;
}

.form-status.is-error {
  color: #a64226;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(255,253,248,.88);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  text-align: right;
  font-size: .92rem;
  font-weight: 700;
}

.developer-signature {
  width: min(var(--container), calc(100% - 48px));
  margin: 1rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.developer-signature span {
  text-transform: uppercase;
}

.developer-signature strong {
  color: var(--steel-2);
  font-size: .9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .58s var(--ease), transform .58s var(--ease);
}

.reveal.is-visible,
.hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .header-action {
    display: none;
  }

  .main-nav {
    gap: .62rem;
  }

  .main-nav a {
    font-size: .8rem;
  }

  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 2.65rem;
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .production-layout,
  .quality-layout,
  .contact-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-copy p {
    max-width: 760px;
  }

  .hero-photo-card,
  .hero-photo-card picture,
  .hero-photo-card img {
    min-height: 500px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: minmax(220px, .44fr) 1fr;
    grid-template-rows: auto;
  }

  .service-card picture,
  .service-card img {
    height: 100%;
    min-height: 230px;
  }
}

@media (max-width: 860px) {
  :root {
    --header: 70px;
  }

  .container,
  .developer-signature {
    width: min(var(--container), calc(100% - 28px));
  }

  .menu-button {
    display: inline-flex;
    position: relative;
    z-index: 120;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: .65rem;
    padding: calc(var(--header) + 18px) 14px 22px;
    background:
      linear-gradient(180deg, rgba(246,243,237,.98), rgba(246,243,237,.96)),
      linear-gradient(135deg, rgba(36,93,104,.13), transparent);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s var(--ease);
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: .84rem .95rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255,255,255,.82);
    font-size: .98rem;
  }

  .main-nav a::after {
    display: none;
  }

  .quality-layout .trust-wall {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    max-width: 100%;
    font-size: 2.42rem;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .eyebrow {
    align-items: flex-start;
    max-width: 100%;
    font-size: .68rem;
    line-height: 1.4;
  }

  .eyebrow::before {
    flex: 0 0 26px;
    margin-top: .55em;
  }

  .hero-actions .btn,
  .btn {
    width: 100%;
  }

  .hero-proof span {
    width: 100%;
  }

  .hero-metrics,
  .capability-grid,
  .contact-form,
  .cta-strip-inner {
    grid-template-columns: 1fr;
  }

  .hero-metrics div,
  .capability-card {
    min-height: auto;
  }

  .hero-photo-card,
  .hero-photo-card picture,
  .hero-photo-card img {
    min-height: 360px;
  }

  .section {
    padding: 72px 0;
  }

  .photo-caption strong {
    font-size: .98rem;
  }

  .service-card {
    grid-template-columns: 1fr;
  }

  .service-card picture,
  .service-card img {
    height: 220px;
    min-height: 0;
  }

  .production-photo-stack {
    min-height: auto;
  }

  .stack-main {
    width: 100%;
    height: 310px;
  }

  .stack-float {
    position: relative;
    width: 76%;
    height: 170px;
    margin: -62px 0 0 auto;
  }

  .project-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .project-gallery figure,
  .project-gallery .gallery-large {
    height: 245px;
    grid-row: auto;
  }

  .cta-strip h2 {
    font-size: 1.9rem;
  }

  .footer-inner,
  .developer-signature {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer p {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .logo {
    gap: .62rem;
  }

  .logo-symbol {
    width: 34px;
    height: 34px;
  }

  .logo-symbol::after {
    inset: 10px;
  }

  .logo-text strong {
    font-size: .88rem;
  }

  .logo-text small {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  h1 {
    font-size: 2.18rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero-photo-card,
  .hero-photo-card picture,
  .hero-photo-card img {
    min-height: 320px;
  }
}

html {
  background: var(--background);
}

body {
  color: var(--text-secondary);
  background: var(--body-background);
  background-size: auto, auto, 72px 72px, auto;
  transition: background .28s var(--ease), color .28s var(--ease);
}

body::before {
  background: var(--body-overlay);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    radial-gradient(circle at 25% 25%, currentColor 0 1px, transparent 1px),
    radial-gradient(circle at 75% 65%, currentColor 0 1px, transparent 1px);
  background-size: 34px 34px, 46px 46px;
  color: var(--foreground);
  mix-blend-mode: soft-light;
}

::selection {
  color: var(--foreground);
  background: color-mix(in srgb, var(--premium-accent) 52%, transparent);
}

.skip-link {
  border-color: var(--border-strong);
  color: var(--button-text);
  background: var(--button-primary);
  box-shadow: var(--shadow-soft);
}

.container {
  max-width: var(--container);
}

.header {
  border-bottom-color: var(--border);
  background: var(--navbar);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .04);
}

.header.is-scrolled {
  border-color: var(--border-strong);
  background: var(--navbar-scrolled);
  box-shadow: var(--shadow-soft);
}

.header-inner {
  gap: 1.1rem;
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  min-width: 0;
}

.logo {
  color: var(--foreground);
}

.logo-symbol {
  border-color: var(--border-strong);
  background:
    linear-gradient(135deg, var(--surface-raised), var(--steel-3)),
    linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  box-shadow: inset 0 0 0 8px color-mix(in srgb, var(--surface-raised) 70%, transparent), var(--shadow-soft);
}

.logo-symbol::after {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  box-shadow: 0 0 18px var(--glow);
}

.logo-text strong,
h1,
h2,
h3 {
  color: var(--foreground);
}

.logo-text small,
p,
.section-head p,
.hero-copy p {
  color: var(--text-secondary);
}

.main-nav a {
  color: color-mix(in srgb, var(--foreground) 76%, transparent);
}

.main-nav a::after,
.eyebrow::before {
  background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--foreground);
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .26rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--card) 86%, transparent);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px) saturate(145%);
}

.theme-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  min-height: 36px;
  padding: .45rem .58rem;
  border: 1px solid transparent;
  border-radius: calc(var(--radius) - 2px);
  color: var(--muted);
  background: transparent;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: color .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease);
}

.theme-choice:hover,
.theme-choice:focus-visible {
  color: var(--foreground);
  background: var(--surface-soft);
}

.theme-choice:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.theme-choice.is-active,
.theme-choice[aria-pressed="true"] {
  color: var(--foreground);
  border-color: var(--border-strong);
  background: var(--surface-raised);
  box-shadow: 0 10px 24px var(--glow);
}

.theme-dot {
  width: .72rem;
  height: .72rem;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .22);
}

.theme-dot-light {
  background: linear-gradient(135deg, #ffffff, #d7e2e4);
}

.theme-dot-dark {
  background: linear-gradient(135deg, #081014, #245d68);
}

.theme-dot-gold {
  background: linear-gradient(135deg, #080604, #f1c979);
}

.nav-theme-panel {
  display: none;
}

.header-action,
.btn {
  color: var(--button-text);
  border-color: var(--border);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.header-action,
.btn-primary {
  color: var(--button-text);
  background: var(--button-primary);
  border-color: color-mix(in srgb, var(--gradient-start) 30%, var(--border));
  box-shadow: 0 16px 34px var(--glow), var(--shadow-soft);
}

.btn-secondary {
  color: var(--foreground);
  background: var(--button-secondary);
  border-color: var(--border-strong);
}

.btn-outline {
  color: var(--foreground);
  background: transparent;
  border-color: var(--border-strong);
}

.btn-ghost {
  color: var(--foreground);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-premium {
  color: #171007;
  background: linear-gradient(135deg, #fff0b8, var(--premium-accent) 42%, var(--accent) 100%);
  border-color: color-mix(in srgb, var(--premium-accent) 72%, transparent);
  box-shadow: 0 18px 42px var(--glow), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.btn:hover,
.header-action:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-hover);
}

.btn:active,
.header-action:active,
.theme-choice:active {
  transform: translateY(0) scale(.99);
}

.btn:disabled,
.btn.is-disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
  box-shadow: none;
}

.header-action:focus-visible,
.btn:focus-visible,
.menu-button:focus-visible,
.main-nav a:focus-visible,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline-color: var(--focus);
}

.menu-button {
  border-color: var(--border);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.menu-button span {
  background: var(--foreground);
}

.hero {
  padding-top: 92px;
}

.hero-bg {
  background: var(--hero-background);
  background-size: auto, auto, 96px 96px, auto;
}

.gold-arc {
  background: linear-gradient(90deg, transparent, var(--premium-accent), var(--gradient-start), transparent);
  opacity: .72;
}

.eyebrow {
  color: var(--secondary);
}

.hero-copy h1 {
  letter-spacing: 0;
}

.hero-proof span,
.hero-metrics div,
.service-card,
.trust-item,
.faq-item,
.timeline article,
.contact-form,
.contact-info span,
.project-gallery figure {
  border-color: var(--border);
  color: var(--card-foreground);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.hero-proof span {
  color: var(--secondary);
}

.hero-metrics div {
  background: linear-gradient(180deg, var(--card), var(--surface-soft));
}

.hero-metrics dt,
.trust-item strong,
.photo-caption span,
.developer-signature strong {
  color: var(--accent);
}

.hero-metrics dd,
.faq-item summary,
.contact-info span {
  color: var(--foreground);
}

.hero-photo-card {
  border-color: var(--border-strong);
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}

.hero-photo-card::before {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .02), transparent 36%, rgba(0, 0, 0, .58)),
    linear-gradient(120deg, var(--glow), transparent 46%);
}

.photo-caption {
  border-color: color-mix(in srgb, var(--premium-accent) 28%, rgba(255, 255, 255, .22));
  background: var(--caption-background);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.section {
  position: relative;
}

.capability-band,
.cta-strip {
  border-color: var(--border);
  background: var(--contrast-band);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.capability-card {
  border-color: color-mix(in srgb, #ffffff 16%, var(--premium-accent) 14%);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.capability-card strong {
  color: var(--premium-accent);
}

html[data-theme="light"] .capability-band {
  border-block: 1px solid var(--border);
  background: var(--contrast-band);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -1px 0 rgba(18, 56, 71, .05);
}

html[data-theme="light"] .capability-card {
  color: var(--foreground);
  border-color: var(--border);
  background: linear-gradient(180deg, rgba(255, 253, 248, .92), rgba(255, 255, 255, .72));
  box-shadow: var(--shadow-soft);
}

html[data-theme="light"] .capability-card strong {
  color: var(--accent);
}

html[data-theme="light"] .capability-card span {
  color: var(--muted);
}

.production-section,
.quality-section,
.faq-section,
.contact-section {
  border-color: var(--border);
  background: var(--section-alt);
}

.service-card:hover,
.trust-item:hover,
.faq-item:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-hover);
}

.service-card span,
.timeline span,
.faq-item summary::after,
.form-status {
  color: var(--secondary);
}

.service-card p,
.timeline p,
.faq-item p,
.footer p,
.developer-signature {
  color: var(--muted);
}

.production-photo-stack img {
  border-color: var(--border-strong);
}

.stack-float,
.project-gallery figure {
  background: var(--surface-raised);
}

.timeline span {
  border-color: var(--border);
  background: linear-gradient(135deg, var(--surface-raised), var(--steel-3));
}

.project-gallery figcaption {
  color: var(--foreground);
  border-color: color-mix(in srgb, var(--premium-accent) 36%, rgba(255, 255, 255, .38));
  background: color-mix(in srgb, var(--surface-raised) 88%, transparent);
  box-shadow: var(--shadow-soft);
}

.cta-strip {
  background: var(--cta-background);
}

.cta-strip .eyebrow,
.cta-strip h2,
.cta-strip p {
  color: #fffdf8;
}

.cta-strip .eyebrow::before {
  background: linear-gradient(90deg, var(--premium-accent), rgba(255, 255, 255, .3));
}

html[data-theme="light"] .cta-strip {
  border-block: 1px solid var(--border);
  background: var(--cta-background);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), inset 0 -1px 0 rgba(18, 56, 71, .05);
}

html[data-theme="light"] .cta-strip .eyebrow,
html[data-theme="light"] .cta-strip h2 {
  color: var(--foreground);
}

html[data-theme="light"] .cta-strip p {
  color: var(--text-secondary);
}

html[data-theme="light"] .cta-strip .eyebrow::before {
  background: linear-gradient(90deg, var(--secondary), var(--accent));
}

.contact-form {
  background: var(--card);
}

.contact-form label {
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: var(--input-border);
  color: var(--foreground);
  background: var(--input-background);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: color-mix(in srgb, var(--muted) 76%, transparent);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--secondary);
  background: var(--surface-raised);
  box-shadow: 0 0 0 4px var(--glow);
}

.contact-form option {
  color: var(--foreground);
  background: var(--surface);
}

.form-status.is-error {
  color: #d96f54;
}

.footer {
  border-top-color: var(--border);
  background: var(--footer);
}

.footer-inner {
  align-items: flex-start;
}

.footer-content {
  display: grid;
  justify-items: end;
  gap: .78rem;
  min-width: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem .85rem;
}

.footer-links a {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 900;
  text-decoration: none;
  transition: color .18s var(--ease), transform .18s var(--ease);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
}

.footer-links a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.developer-signature {
  border-top-color: var(--border);
}

.developer-signature span {
  text-transform: none;
}

.trust-item {
  gap: .74rem;
  align-content: start;
}

.trust-item h3 {
  margin: .15rem 0 0;
  font-size: 1.08rem;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.45;
}

.faq-item p {
  overflow: hidden;
}

.scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  color: var(--button-text);
  background: var(--button-primary);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s var(--ease), visibility .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover,
.scroll-top:focus-visible {
  box-shadow: var(--shadow-hover);
}

.scroll-top:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

html[data-theme="gold"] .hero-photo-card,
html[data-theme="gold"] .service-card,
html[data-theme="gold"] .trust-item,
html[data-theme="gold"] .faq-item,
html[data-theme="gold"] .contact-form {
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 228, 164, .08);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .66rem .82rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--foreground);
  background: var(--button-secondary);
  font-size: .8rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.header-phone:hover,
.header-phone:focus-visible {
  border-color: var(--border-strong);
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.theme-switcher-compact {
  opacity: .78;
  box-shadow: none;
}

.nav-contact-panel {
  display: none;
}

.trust-strip {
  padding: 46px 0;
  border-block: 1px solid var(--border);
  background: var(--contrast-band);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.trust-strip-item {
  min-height: 154px;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--card-foreground);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.trust-strip-item span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--accent);
  font-weight: 900;
}

.trust-strip-item strong {
  display: block;
  margin-bottom: .48rem;
  color: var(--foreground);
  font-size: 1.02rem;
  line-height: 1.25;
}

.trust-strip-item p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.45;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .68fr);
  align-items: start;
  gap: 1.1rem;
}

.about-panel {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.about-panel h3 {
  margin-bottom: .92rem;
}

.check-list {
  display: grid;
  gap: .74rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  box-shadow: 0 0 0 4px var(--glow);
}

.expanded-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.project-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.project-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.project-card div {
  display: grid;
  gap: .42rem;
  padding: 1rem;
}

.project-card span {
  color: var(--secondary);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.project-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.45;
}

.contact-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-info-grid > a,
.contact-info-grid > span {
  min-width: 0;
  padding: .85rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}

.contact-info a strong,
.contact-info > span strong {
  display: block;
  margin-bottom: .24rem;
  color: var(--accent);
  font-size: .72rem;
  text-transform: uppercase;
}

.contact-info a span,
.contact-info > span span {
  display: block;
  padding: 0;
  border: 0;
  overflow-wrap: anywhere;
  color: var(--foreground);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
}

.consent-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .65rem;
}

.consent-label input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .22rem;
}

.consent-label a {
  color: var(--secondary);
  font-weight: 900;
}

.form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .72rem;
}

.form-actions .btn {
  width: 100%;
}

.form-note {
  margin: -.28rem 0 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form input[aria-invalid="true"],
.contact-form select[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #d96f54;
  box-shadow: 0 0 0 4px rgba(217, 111, 84, .16);
}

.mobile-quick-actions {
  position: fixed;
  left: .8rem;
  right: .8rem;
  bottom: .72rem;
  z-index: 96;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: .42rem;
  padding: .42rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--navbar-scrolled);
  box-shadow: var(--shadow-hover);
  backdrop-filter: blur(16px) saturate(145%);
}

.mobile-quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: calc(var(--radius) - 2px);
  color: var(--button-text);
  background: var(--button-primary);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.mobile-quick-actions a:nth-child(2) {
  color: var(--foreground);
  background: var(--surface-raised);
  border: 1px solid var(--border);
}

.mobile-quick-actions a:nth-child(3) {
  color: #171007;
  background: linear-gradient(135deg, #fff0b8, var(--premium-accent) 42%, var(--accent) 100%);
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 72px;
}

.legal-card {
  margin-top: 2rem;
  padding: clamp(1.25rem, 4vw, 2.4rem);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.legal-card h1 {
  margin: .8rem 0 1rem;
  font-size: clamp(2.05rem, 5vw, 3.4rem);
}

.legal-card h2 {
  margin-top: 1.55rem;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  line-height: 1.28;
}

.legal-card a:not(.btn) {
  color: var(--secondary);
  font-weight: 900;
}

.legal-card .btn {
  margin-top: 1rem;
}

@media (max-width: 1120px) {
  .header-tools {
    margin-left: auto;
  }
}

@media (max-width: 860px) {
  .header-inner {
    gap: .72rem;
  }

  .header-tools > .theme-switcher {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .main-nav {
    background:
      linear-gradient(180deg, var(--navbar-scrolled), var(--navbar)),
      var(--section-alt);
  }

  .main-nav a {
    border-color: var(--border);
    background: var(--card);
    box-shadow: var(--shadow-soft);
  }

  .theme-switcher {
    padding: .22rem;
  }

  .theme-choice {
    min-height: 34px;
    padding-inline: .48rem;
  }

  .nav-theme-panel {
    display: grid;
    gap: .65rem;
    padding: .9rem .95rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: var(--shadow-soft);
  }

  .nav-theme-panel > span {
    color: var(--muted);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .nav-theme-panel .theme-switcher {
    width: 100%;
    justify-content: space-between;
    box-shadow: none;
  }

  .nav-theme-panel .theme-choice {
    flex: 1;
  }

  .nav-contact-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .nav-contact-panel a {
    border-color: var(--border);
    background: var(--card);
    box-shadow: var(--shadow-soft);
  }

  .trust-strip-grid,
  .about-layout,
  .expanded-service-grid,
  .project-card-grid {
    grid-template-columns: 1fr;
  }

  .project-card img {
    height: 260px;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 50px;
  }

  .logo {
    min-width: 0;
  }

  .logo-text {
    min-width: 0;
  }

  .logo-text small {
    display: none;
  }

  h1 {
    font-size: 2.08rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 1.95rem;
  }

  .footer-content {
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .scroll-top {
    right: .8rem;
    bottom: 4.7rem;
    width: 42px;
    height: 42px;
  }

  .mobile-quick-actions {
    display: grid;
  }

  .contact-info-grid,
  .form-actions {
    grid-template-columns: 1fr;
  }

  .project-card img {
    height: 220px;
  }
}

@media (max-width: 560px) {
  .theme-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .theme-choice {
    width: 34px;
    min-width: 34px;
    padding-inline: 0;
  }

  .theme-dot {
    width: .82rem;
    height: .82rem;
  }

  .nav-theme-panel .theme-label {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .nav-theme-panel .theme-choice {
    width: auto;
    min-width: 0;
    padding-inline: .48rem;
  }
}

@media (max-width: 420px) {
  .header-tools {
    gap: .5rem;
  }

  .theme-switcher {
    gap: .18rem;
  }

  .theme-choice {
    width: 31px;
    min-width: 31px;
    min-height: 31px;
  }

  h1 {
    font-size: 1.92rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
