@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@300;400;500&display=swap");

:root {
  color-scheme: dark;
  --ink: #f2eef3;
  --muted: #aaa3ae;
  --ground: #0d0b12;
  --panel: #14111a;
  --line: rgba(242, 238, 243, 0.16);
  --accent: #ef4c8c;
  --accent-soft: #ca7bd4;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: var(--ink); color: var(--ground); }
.skip-link:focus { top: 1rem; }

.site-header { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font: 500 .88rem/1 "Manrope", sans-serif; letter-spacing: .24em; }
.brand img { border-radius: 50%; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.75rem); font-size: .84rem; }
nav a { color: var(--muted); text-decoration: none; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.nav-contact { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 3px; }

main > section { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero { min-height: min(760px, calc(100vh - 104px)); padding: clamp(6rem, 13vh, 10rem) 0 4rem; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: min(44vw, 560px); aspect-ratio: 1; right: -10%; top: 4%; border-radius: 50%; background: radial-gradient(circle at 30% 25%, rgba(239,76,140,.24), rgba(104,62,159,.08) 55%, transparent 72%); filter: blur(4px); pointer-events: none; }
.eyebrow { margin: 0 0 2rem; color: var(--accent-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .23em; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
.hero h1 { max-width: 1000px; margin: 0; font-size: clamp(4rem, 10vw, 9.8rem); font-weight: 300; line-height: .9; letter-spacing: -.065em; }
.hero-copy { max-width: 690px; margin: 2.7rem 0 1.7rem; color: #cbc4ce; font: 300 clamp(1.3rem, 2.3vw, 2rem)/1.45 "Manrope", sans-serif; }
.text-link { display: inline-block; text-decoration: none; font-size: .88rem; border-bottom: 1px solid var(--line); padding-bottom: .35rem; }
.text-link span { color: var(--accent); margin-left: .45rem; }
.hero-rule { position: absolute; left: 0; right: 0; bottom: 3rem; height: 1px; background: var(--line); }
.hero-rule span { display: block; width: 18%; height: 1px; background: linear-gradient(90deg, var(--accent), #75479d); }

.services { padding: clamp(6rem, 10vw, 10rem) 0; display: grid; grid-template-columns: .8fr 1.5fr; gap: 8vw; }
.section-intro h2, .approach h2, .contact h2 { margin: 0; font-weight: 300; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: 1.03; letter-spacing: -.045em; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); padding: 2rem 0 2.2rem; }
.service-list article > span { color: var(--accent-soft); font-size: .7rem; letter-spacing: .12em; padding-top: .4rem; }
.service-list h3 { margin: 0 0 .65rem; font-size: 1.45rem; font-weight: 400; }
.service-list p { max-width: 610px; margin: 0; color: var(--muted); }

.approach { padding: clamp(6rem, 10vw, 10rem) 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.5fr; gap: 8vw; }
.approach-copy { max-width: 720px; font: 300 clamp(1.25rem, 2vw, 1.7rem)/1.6 "Manrope", sans-serif; color: #c8c1cb; }
.approach-copy p { margin: 0 0 1.5rem; }

.contact { width: 100%; max-width: none; padding: clamp(5rem, 9vw, 9rem) max(24px, calc((100vw - var(--max)) / 2)); background: var(--panel); display: grid; grid-template-columns: .8fr 1.5fr; gap: 8vw; }
.contact-heading > p:last-child { max-width: 470px; color: var(--muted); margin-top: 2rem; }
.location-card { max-width: 470px; margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.location-card > div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.location-card span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; }
.location-card strong { font: 400 1rem/1.2 "Manrope", sans-serif; }
.location-card iframe { display: block; width: 100%; height: 210px; border: 0; filter: grayscale(1) invert(.91) contrast(.78) brightness(.72); }
.location-card > a { display: inline-block; margin-top: .7rem; color: var(--muted); font-size: .66rem; text-decoration: none; }
.location-card > a:hover { color: var(--ink); }
.contact-form { display: grid; gap: 1.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
label { display: grid; gap: .55rem; font-size: .76rem; letter-spacing: .05em; }
label > span { color: var(--muted); }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: .9rem 1rem; background: rgba(255,255,255,.025); color: var(--ink); font: inherit; outline: none; }
input:focus, textarea:focus { border-color: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent-soft); }
textarea { resize: vertical; min-height: 150px; }
.consent { grid-template-columns: 18px 1fr; align-items: start; letter-spacing: 0; color: var(--muted); }
.consent input { width: 16px; height: 16px; margin: 4px 0 0; accent-color: var(--accent); }
.honey { position: absolute; left: -10000px; }
.form-footer { display: flex; align-items: center; gap: 1.4rem; min-height: 55px; }
button { cursor: pointer; border: 0; padding: 1rem 1.3rem; background: var(--ink); color: var(--ground); font: 600 .82rem/1 "DM Sans", sans-serif; }
button span { color: #8d3874; margin-left: .4rem; }
button:disabled { opacity: .55; cursor: wait; }
.form-status { margin: 0; color: var(--muted); font-size: .8rem; }
.form-status.error { color: #ff9baf; }

.site-footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; min-height: 190px; padding: 3.2rem 0 2rem; display: grid; grid-template-columns: 1fr auto; align-content: start; gap: 1.5rem 2rem; color: var(--muted); font-size: .72rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); letter-spacing: .18em; }
.footer-brand img { border-radius: 50%; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--ink); }
.legal-disclosure { max-width: 720px; margin: 0; }
.site-footer > p:last-child { margin: 0; text-align: right; }

.policy-page { background: #100d15; }
.policy { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.policy h1 { margin: 0 0 2.4rem; font-size: clamp(3rem, 7vw, 6rem); font-weight: 300; line-height: 1; letter-spacing: -.055em; }
.policy-lead { font: 300 clamp(1.25rem, 2vw, 1.65rem)/1.6 "Manrope", sans-serif; color: #cec7d1; border-bottom: 1px solid var(--line); padding-bottom: 3.5rem; margin-bottom: 3.5rem; }
.policy h2 { font-size: 1.25rem; font-weight: 500; margin: 2.8rem 0 .7rem; }
.policy p { color: var(--muted); }
.policy a { color: var(--ink); }
.policy-updated { border-top: 1px solid var(--line); padding-top: 2rem; margin-top: 4rem; font-size: .75rem; }
.site-footer.compact { min-height: 120px; border-top: 1px solid var(--line); }
.site-footer.compact > a { color: var(--ink); text-decoration: none; letter-spacing: .18em; }

@media (max-width: 760px) {
  .site-header, main > section, .site-footer, .policy { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 84px; }
  .brand img { width: 44px; height: 44px; }
  nav > a:not(.nav-contact) { display: none; }
  .hero { min-height: 660px; padding-top: 7rem; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .hero-copy { font-size: 1.25rem; }
  .services, .approach, .contact { grid-template-columns: 1fr; gap: 4rem; }
  .contact { width: 100%; padding-inline: 16px; }
  .field-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
