:root {
  --step--1: .875rem;
  --step-0: 1rem;
  --step-1: 1.2rem;
  --step-2: 1.44rem;
  --step-3: 1.728rem;
  --section-pad: clamp(3rem, 6vw, 5rem);
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
}
* { box-sizing: border-box; border-radius: 0 !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--color-background); color: var(--color-text-primary); font-family: "Mulish", sans-serif; font-size: var(--step-0); line-height: 1.7; }
body, button, input, select, textarea { font-family: "Mulish", sans-serif; }
h1, h2, h3 { margin: 0; color: inherit; font-family: "Cormorant", serif; font-weight: 600; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4vw, 2.5rem); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
p { text-wrap: pretty; }
a { color: inherit; text-underline-offset: .25em; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(98,94,153,.28); background: var(--color-background); }
.nav-shell { max-width: 1140px; min-height: 76px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--color-text-primary); text-decoration: none; font-family: "Cormorant", serif; font-size: 1.25rem; font-weight: 600; letter-spacing: .02em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-link { font-size: var(--step--1); letter-spacing: .045em; text-decoration: none; }
.nav-link:hover { color: var(--color-primary); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--color-primary); background: transparent; color: var(--color-primary); align-items: center; justify-content: center; }
.menu-toggle svg { width: 22px; fill: currentColor; }
.button, button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1.2rem; border: 1.5px solid var(--color-primary); background: transparent; color: var(--color-primary); font-size: var(--step--1); font-weight: 700; letter-spacing: .045em; text-decoration: none; box-shadow: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover, button[type="submit"]:hover { background: var(--color-primary); color: white; }
.button.secondary { border-color: var(--color-text-secondary); color: var(--color-text-primary); }
.button.secondary:hover { background: var(--color-text-primary); color: var(--color-background); }
.hero { padding: var(--section-pad) 0 0; text-align: center; }
.hero-copy { padding: 0 1.5rem var(--space-5); }
.hero-copy p { max-width: 66ch; margin: 1.2rem auto 0; color: var(--color-text-secondary); font-size: var(--step-1); }
.hero-actions { margin-top: var(--space-4); display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.hero-strip { width: 100%; height: clamp(220px, 34vw, 430px); object-fit: cover; object-position: center 46%; }
.band { position: relative; padding: var(--section-pad) 1.5rem; }
.band-tight { padding-top: clamp(1.8rem, 3.6vw, 3rem); padding-bottom: clamp(1.8rem, 3.6vw, 3rem); }
.surface-band { background: var(--color-surface); }
.wash-band { background: #f2edf4; }
.inverted-band { background: var(--color-text-primary); color: var(--color-background); }
.inverted-band p, .inverted-band .eyebrow { color: var(--color-background); }
.inverted-band .button { border-color: var(--color-background); background: var(--color-background); color: var(--color-text-primary); }
.inverted-band .button:hover { background: transparent; color: var(--color-background); }
.section-rule { width: 60%; height: 1px; margin: 0 auto; border: 0; background: var(--color-secondary); opacity: .48; }
.center-copy { max-width: 64ch; margin: 0 auto; text-align: center; }
.center-copy p { margin: 1rem auto 0; color: var(--color-text-secondary); }
.eyebrow { display: block; margin-bottom: .85rem; color: var(--color-primary-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-number { display: block; margin-bottom: .5rem; color: var(--color-primary-light); font-family: "Cormorant", serif; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: .8; opacity: .44; }
.inverted-band .section-number { color: var(--color-background); opacity: .2; }
.edge-grid { display: grid; align-items: stretch; padding: 0; }
.services-edge { grid-template-columns: minmax(0, 42%) minmax(0, 58%); }
.services-visual { min-height: 560px; background: var(--color-primary-dark); overflow: hidden; }
.services-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: .84; }
.services-content { padding: var(--section-pad) max(1.5rem, calc((100% - 880px) / 2)) var(--section-pad) clamp(2rem, 5vw, 5rem); }
.service-grid { margin-top: var(--space-4); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(252,251,252,.24); }
.service-card { min-height: 190px; padding: 1.5rem; background: var(--color-text-primary); box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: background-color .2s ease; }
.service-card:hover { background: #2b172b; }
.service-card svg { width: 28px; height: 28px; margin-bottom: 1rem; fill: var(--color-accent); }
.service-card p { margin: .65rem 0 1rem; font-size: var(--step--1); opacity: .8; }
.service-card a { font-size: var(--step--1); font-weight: 700; }
.process-edge { grid-template-columns: minmax(0, 45%) minmax(0, 55%); }
.process-copy { padding: var(--section-pad) clamp(2rem, 6vw, 6rem); align-self: center; }
.process-visual { min-height: 570px; }
.process-visual img { width: 100%; height: 100%; object-fit: cover; }
.steps { margin: 2rem 0 0; padding: 0; list-style: none; }
.steps li { padding: 1rem 0; border-top: 1px solid rgba(98,94,153,.45); }
.steps strong { display: block; font-family: "Cormorant", serif; font-size: var(--step-2); }
.contact-edge { grid-template-columns: minmax(0, 38%) minmax(0, 62%); }
.contact-lead { padding: var(--section-pad) clamp(2rem, 4vw, 4rem) var(--section-pad) max(1.5rem, calc((100% - 433px) / 2)); }
.contact-lead-inner { position: sticky; top: 2rem; }
.contact-content { padding: var(--section-pad) 1.5rem var(--section-pad) clamp(2rem, 4vw, 4rem); border-left: 1px solid rgba(98,94,153,.42); background: var(--color-surface); }
.contact-list { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.contact-list li { margin-bottom: .6rem; }
.content-main { max-width: 1140px; margin: 0 auto; padding: var(--section-pad) 1.5rem; }
.page-intro { max-width: 760px; margin-bottom: var(--space-5); }
.page-intro p { max-width: 66ch; color: var(--color-text-secondary); }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.price-card { display: flex; flex-direction: column; min-height: 270px; padding: 1.7rem; border: 1px solid rgba(98,94,153,.35); background: var(--color-surface); box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: border-color .2s ease; }
.price-card:hover { border-color: var(--color-primary); }
.price { margin-top: auto; padding-top: 1.5rem; color: var(--color-primary-dark); font-family: "Cormorant", serif; font-size: var(--step-2); font-variant-numeric: tabular-nums; }
.content-visual { margin: var(--space-5) 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: var(--space-5); }
.content-visual img { width: 100%; max-height: 430px; object-fit: cover; }
.notice { padding: 1.5rem; border-left: 3px solid var(--color-accent); background: #f6f0f5; }
.form-shell { max-width: 900px; }
fieldset { margin: 0 0 2rem; padding: 1.5rem; border: 1px solid rgba(98,94,153,.38); }
legend { padding: 0 .5rem; font-family: "Cormorant", serif; font-size: var(--step-2); font-weight: 600; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; }
.field-full { grid-column: 1 / -1; }
label { display: block; margin-bottom: .35rem; font-size: var(--step--1); font-weight: 700; }
input, select, textarea { width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid #aaa0ad; background: white; color: var(--color-text-primary); font-size: 1rem; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--color-primary-light); outline-offset: 1px; }
.check-row { display: flex; align-items: flex-start; gap: .7rem; }
.check-row input { width: 18px; min-height: 18px; margin-top: .25rem; }
.form-status { margin-top: 1rem; padding: 1rem; border-left: 3px solid var(--color-primary); background: #f2edf4; }
.legal-main { max-width: 780px; margin: 0 auto; padding: var(--section-pad) 1.5rem; }
.legal-main h2 { margin-top: 2.5rem; }
.legal-main h3 { margin-top: 1.75rem; }
.legal-main p, .legal-main li { max-width: 72ch; }
.simple-404 { min-height: 58vh; display: grid; place-items: center; padding: var(--section-pad) 1.5rem; text-align: center; }
.simple-404 p { margin: 1rem auto 1.5rem; color: var(--color-text-secondary); }
.site-footer { min-height: 220px; padding: 3rem 1.5rem 1.5rem; border-top: 1px solid rgba(98,94,153,.35); background: var(--color-text-primary); color: var(--color-background); }
.footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; }
.footer-title { margin-bottom: .8rem; font-family: "Cormorant", serif; font-size: var(--step-2); }
.footer-list { margin: 0; padding: 0; list-style: none; font-size: var(--step--1); }
.footer-list li { margin-bottom: .35rem; }
.footer-meta { max-width: 1140px; margin: 2rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(252,251,252,.22); font-size: .78rem; }
.cookie-banner { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; width: min(420px, calc(100% - 2rem)); padding: 1.25rem; border: 1px solid var(--color-secondary); background: var(--color-surface); color: var(--color-text-primary); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0 0 1rem; font-size: var(--step--1); }
.cookie-actions { display: flex; gap: .6rem; }
.cookie-actions button { min-height: 40px; padding: .5rem .8rem; border: 1.5px solid var(--color-primary); background: transparent; color: var(--color-primary); font-weight: 700; }
.cookie-actions button:hover { background: var(--color-primary); color: white; }
@media (max-width: 820px) {
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.25rem 1.5rem; border-bottom: 1px solid rgba(98,94,153,.3); background: var(--color-background); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .services-edge, .process-edge, .contact-edge { grid-template-columns: 1fr; }
  .services-visual { min-height: 280px; }
  .services-content { padding: var(--section-pad) 1.5rem; }
  .process-copy { order: 1; padding: var(--section-pad) 1.5rem; }
  .process-visual { order: 2; min-height: 340px; }
  .contact-lead, .contact-content { padding: var(--section-pad) 1.5rem; }
  .contact-content { border-left: 0; border-top: 1px solid rgba(98,94,153,.42); }
  .contact-lead-inner { position: static; }
  .content-visual { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav-shell { padding: 0 1rem; }
  .brand span { max-width: 150px; line-height: 1.1; }
  .service-grid, .price-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .hero-actions, .cookie-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .footer-grid { gap: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }
