:root {
  --ink: #171713;
  --ink-soft: #34342f;
  --muted: #6f6d64;
  --paper: #f5f1e9;
  --paper-deep: #ebe4d8;
  --white: #fffefa;
  --violet: #6f63df;
  --violet-dark: #5145bd;
  --champagne: #c7a66a;
  --line: rgba(23, 23, 19, 0.15);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: clamp(1.25rem, 5vw, 6.5rem);
  --radius: 0.4rem;
  --shadow: 0 24px 70px rgba(28, 24, 17, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--violet); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: 0.8rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.page-progress { position: fixed; z-index: 210; inset: 0 auto auto 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--champagne), var(--violet)); }
.eyebrow { margin: 0 0 1.1rem; color: var(--violet-dark); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.section { position: relative; padding: clamp(5.25rem, 6.75vw, 6.75rem) var(--pad); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
h2 { max-width: 11ch; font-size: clamp(2.7rem, 4.35vw, 5.2rem); }
.lead { font-size: clamp(1.15rem, 1.45vw, 1.45rem); line-height: 1.5; }
.button { display: inline-flex; min-height: 3.7rem; align-items: center; justify-content: center; gap: 1rem; padding: 0 1.55rem; border: 1px solid transparent; border-radius: 0; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: 0.68; transform: none; }
.button--primary { background: var(--violet); color: white; }
.button--primary:hover { background: var(--violet-dark); }
.button--dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 0.65rem; font-weight: 650; text-underline-offset: 0.3rem; }
.image-crop { position: relative; overflow: hidden; background: #d9d3c8; }
.image-crop > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; user-select: none; transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1); }
.image-crop:hover > img { transform: scale(1.025); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal[data-delay="1"] { transition-delay: 0.12s; }
.reveal[data-delay="2"] { transition-delay: 0.24s; }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.7rem var(--pad); color: white; transition: background 0.3s, color 0.3s, padding 0.3s, box-shadow 0.3s; }
.site-header.is-scrolled { padding-top: 0.45rem; padding-bottom: 0.45rem; background: rgba(245, 241, 233, 0.94); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.site-header.is-menu-open { background: var(--paper); color: var(--ink); box-shadow: none; backdrop-filter: none; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.official-logo { position: relative; display: block; flex: 0 0 auto; }
.official-logo img { display: block; width: 100%; height: 100%; object-fit: contain; image-rendering: auto; }
.official-logo--header { width: 4.5rem; height: 4.5rem; overflow: hidden; border: 1px solid rgba(231,189,85,0.42); border-radius: 50%; background: #020202; box-shadow: 0 8px 26px rgba(0,0,0,0.18), 0 0 0 3px rgba(255,255,255,0.07); clip-path: circle(49.5%); }
.official-logo--header img { border-radius: inherit; filter: contrast(1.06) saturate(1.04); transform: scale(1.015); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.2rem); padding: 0.45rem 0.55rem 0.45rem 1.1rem; border: 1px solid rgba(255,255,255,0.24); background: rgba(10,10,9,0.48); box-shadow: 0 10px 34px rgba(0,0,0,0.14); backdrop-filter: blur(16px) saturate(125%); -webkit-backdrop-filter: blur(16px) saturate(125%); font-size: 0.82rem; font-weight: 650; letter-spacing: 0.02em; text-shadow: 0 1px 8px rgba(0,0,0,0.72); }
.site-header.is-scrolled .site-nav, .site-header.is-menu-open .site-nav { border-color: transparent; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; text-shadow: none; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -0.35rem; height: 1px; background: currentColor; transition: right 0.25s; }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: 0.75rem 1.2rem; border: 1px solid currentColor; }
.menu-toggle { display: none; background: none; border: 0; color: inherit; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 9rem var(--pad) 7rem; overflow: hidden; background: #4d463d; color: white; isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; }
.image-crop--hero > img { object-position: center 58%; transform: scale(1.03); }
.image-crop--hero:hover > img { transform: scale(1.03); }
.hero-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(12, 12, 10, 0.82) 0%, rgba(12, 12, 10, 0.53) 42%, rgba(12, 12, 10, 0.08) 78%), linear-gradient(0deg, rgba(15, 12, 8, 0.35), transparent 52%); }
.hero-ghost { position: absolute; z-index: -1; right: 5vw; bottom: 4rem; width: min(22vw, 18rem); opacity: 0.075; mix-blend-mode: screen; clip-path: circle(48%); pointer-events: none; }
.hero-ghost img { display: block; width: 100%; height: auto; filter: grayscale(0.35) contrast(1.12) brightness(1.08); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 8rem auto 5rem var(--pad); width: min(780px, 64vw); border-left: 1px solid rgba(255,255,255,0.38); }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding-left: clamp(1rem, 3vw, 3.4rem); }
.hero-content .eyebrow { color: #e2d9ff; }
.hero h1 { max-width: 15ch; margin-bottom: 1.35rem; font-size: clamp(3.35rem, 5.8vw, 7rem); text-wrap: balance; }
.hero-copy { max-width: 540px; color: rgba(255,255,255,0.88); font-size: clamp(1rem, 1.18vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; margin-top: 2.4rem; }
.hero-aside { position: absolute; z-index: 2; right: var(--pad); top: 44%; display: flex; align-items: center; gap: 0.7rem; writing-mode: vertical-rl; font-size: 0.68rem; letter-spacing: 0.2em; }
.hero-line { width: 1px; height: 5.5rem; background: rgba(255,255,255,0.55); }
.scroll-cue { position: absolute; z-index: 2; left: var(--pad); bottom: 2rem; font-size: 0.68rem; letter-spacing: 0.14em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { margin-left: 0.75rem; }

.section-number { position: absolute; top: 4rem; left: var(--pad); color: var(--muted); font-family: var(--serif); }
.philosophy { display: grid; min-height: 92svh; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.philosophy-copy { padding-left: clamp(0rem, 4vw, 5rem); }
.philosophy-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.philosophy-copy .text-link { margin-top: 1rem; }
.philosophy-gallery { position: relative; min-height: 680px; }
.image-crop--tall { position: absolute; top: 0; right: 0; width: 76%; height: 80%; box-shadow: var(--shadow); }
.image-crop--tall > img { object-position: center; }
.image-crop--small { position: absolute; bottom: 0; left: 0; width: 46%; height: 40%; border: 10px solid var(--paper); box-shadow: var(--shadow); }
.gallery-note { position: absolute; right: 3%; bottom: 3%; margin: 0; color: white; font-family: var(--serif); font-size: 1.05rem; font-style: italic; text-align: right; }

.about { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; background: var(--white); }
.about-photo { min-height: 720px; margin-left: calc(var(--pad) * -1); box-shadow: var(--shadow); }
.image-crop--about > img { object-position: center; }
.photo-caption { position: absolute; left: 1.5rem; bottom: 1.5rem; padding: 0.65rem 0.9rem; background: rgba(255,255,255,0.92); font-size: 0.7rem; font-weight: 650; letter-spacing: 0.06em; backdrop-filter: blur(12px); }
.about-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2.7rem 0; }
.stats div { padding-top: 1rem; border-top: 1px solid var(--line); }
.stats dt { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1; }
.stats dd { margin: 0.45rem 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.35; }

.services { background: var(--paper-deep); }
.services-heading { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr); align-items: end; gap: clamp(3rem, 8vw, 9rem); margin-bottom: 2.75rem; }
.services-heading h2 { max-width: 14.5ch; margin-bottom: 0; font-size: clamp(2.7rem, 3.45vw, 4.4rem); }
.services-heading > p { max-width: 460px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.service-card { overflow: hidden; background: var(--white); box-shadow: 0 1px 0 rgba(23,23,19,0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-image { aspect-ratio: 1.35; }
.service-image > img { object-position: center; }
.service-body { position: relative; min-height: 210px; padding: 1.55rem; }
.service-body > span { position: absolute; top: 1.8rem; right: 1.8rem; color: var(--muted); font-size: 0.72rem; }
.service-body h3 { max-width: 11ch; padding-right: 2.5rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.2vw, 2.25rem); font-weight: 400; line-height: 1.08; }
.service-body p { min-height: 3.2em; color: var(--muted); }
.service-body a { font-weight: 650; text-underline-offset: 0.25rem; }

.feedback { min-height: 90svh; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; overflow: hidden; color: white; isolation: isolate; }
.feedback-background { position: absolute; z-index: -3; inset: 0; }
.image-crop--feedback > img { object-position: center; }
.feedback::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(18,17,14,0.92), rgba(18,17,14,0.58)); }
.feedback-intro .eyebrow { color: #d9d4ff; }
.feedback-intro h2 { color: white; }
.testimonial-controls { display: flex; gap: 0.7rem; margin-top: 2.2rem; }
.testimonial-controls button { width: 3.2rem; height: 3.2rem; border: 1px solid rgba(255,255,255,0.38); border-radius: 50%; background: transparent; color: white; cursor: pointer; transition: background 0.2s, color 0.2s; }
.testimonial-controls button:hover { background: white; color: var(--ink); }
.testimonial { margin: 0; }
.testimonial blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.7vw, 4.2rem); line-height: 1.18; letter-spacing: -0.025em; }
.testimonial figcaption { display: flex; flex-direction: column; margin-top: 2.2rem; }
.testimonial figcaption strong { color: #d7d1ff; }
.testimonial figcaption span { color: rgba(255,255,255,0.68); font-size: 0.82rem; }
.testimonial-progress { height: 2px; margin-top: 3.2rem; overflow: hidden; background: rgba(255,255,255,0.24); }
.testimonial-progress span { display: block; width: 33.333%; height: 100%; background: #d7d1ff; transition: transform 0.4s; }

.contact { display: grid; grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(3.5rem, 7vw, 8rem); padding-top: clamp(4.5rem, 5.75vw, 5.75rem); padding-bottom: clamp(4.5rem, 5.75vw, 5.75rem); background: var(--ink); color: white; }
.contact h2 { max-width: 10.5ch; font-size: clamp(2.85rem, 3.6vw, 4.5rem); }
.contact-intro > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,0.66); }
.contact .eyebrow { color: #d7d1ff; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; margin-top: 1.9rem; }
.contact-details a { text-underline-offset: 0.25rem; }
.contact-details address { margin-top: 0.55rem; color: rgba(255,255,255,0.64); font-style: normal; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; column-gap: 1.25rem; row-gap: 0.95rem; }
.contact-form label { display: flex; flex-direction: column; gap: 0.3rem; color: rgba(255,255,255,0.72); font-size: 0.74rem; }
.contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 2.8rem; padding: 0.55rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,0.34); border-radius: 0; outline: none; background: transparent; color: white; transition: border 0.2s; }
.contact-form textarea { min-height: 5.2rem; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #bdb6ff; }
.contact-form select option { color: var(--ink); }
.contact-form .legal-consent { grid-column: 1 / -1; display: flex; flex-direction: row; align-items: flex-start; gap: 0.75rem; }
.legal-consent input { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; margin-top: 0.15rem; accent-color: var(--violet); }
.legal-consent a { text-underline-offset: 0.2rem; }
.contact-form .button { grid-column: 1 / -1; justify-content: space-between; width: 100%; min-height: 3.35rem; margin-top: 0.2rem; }
.hidden-field { display: none; }
.form-status { grid-column: 1 / -1; min-height: 1.2rem; margin: 0; font-size: 0.82rem; }

.site-footer { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: 3rem var(--pad); border-top: 1px solid rgba(255,255,255,0.13); background: var(--ink); color: white; }
.site-footer > *:not(.footer-ghost) { position: relative; z-index: 1; }
.footer-ghost { position: absolute; z-index: 0; top: 50%; right: 8vw; width: min(24vw, 18rem); opacity: 0.04; transform: translateY(-50%); mix-blend-mode: screen; clip-path: circle(48%); pointer-events: none; }
.footer-ghost img { display: block; width: 100%; height: auto; filter: grayscale(0.5) contrast(1.16) brightness(1.08); }
.official-logo--footer { width: clamp(7.5rem, 11vw, 9.5rem); overflow: hidden; aspect-ratio: 1; border: 1px solid rgba(231,189,85,0.34); border-radius: 50%; background: #020202; box-shadow: 0 18px 46px rgba(0,0,0,0.28), 0 0 0 5px rgba(255,255,255,0.025); clip-path: circle(49.5%); }
.official-logo--footer img { border-radius: inherit; filter: contrast(1.08) saturate(1.05); transform: scale(1.015); }
.site-footer > p { margin: 0; font-family: var(--serif); font-style: italic; text-align: center; }
.footer-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 1.25rem; }
.footer-social { display: flex; align-items: center; gap: 0.85rem; color: rgba(255,255,255,0.64); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.social-link { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border: 1px solid rgba(231,189,85,0.52); border-radius: 50%; color: white; text-decoration: none; transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s ease; }
.social-link:hover, .social-link:focus-visible { border-color: var(--champagne); background: var(--champagne); color: var(--ink); transform: translateY(-2px); }
.social-link--facebook span { font-family: Arial, Helvetica, sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1; text-transform: lowercase; transform: translateY(0.08rem); }
.social-link--instagram span { position: relative; display: block; width: 1.2rem; height: 1.2rem; border: 2px solid currentColor; border-radius: 0.32rem; }
.social-link--instagram span::before { content: ""; position: absolute; top: 50%; left: 50%; width: 0.42rem; height: 0.42rem; border: 2px solid currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.social-link--instagram span::after { content: ""; position: absolute; top: 0.16rem; right: 0.16rem; width: 0.16rem; height: 0.16rem; border-radius: 50%; background: currentColor; }
.footer-links { display: flex; gap: 1.2rem; }
.site-footer small { grid-column: 1 / -1; color: rgba(255,255,255,0.46); }

.privacy-widget { position: fixed; z-index: 140; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: 0.55rem; padding: 0.72rem 0.95rem; border: 1px solid rgba(30,30,28,0.2); border-radius: 999px; background: rgba(255,255,255,0.95); color: var(--ink); box-shadow: 0 8px 30px rgba(30,30,28,0.18); font-size: 0.76rem; font-weight: 650; cursor: pointer; backdrop-filter: blur(12px); }
.privacy-widget span { color: var(--violet); }
.menu-open .privacy-widget { opacity: 0; pointer-events: none; }
.menu-open .privacy-banner { display: none; }
.privacy-banner { position: fixed; z-index: 150; left: 1rem; right: 1rem; bottom: 1rem; display: flex; max-width: 1180px; align-items: center; justify-content: space-between; gap: 2rem; margin: auto; padding: 1.2rem 1.35rem; border: 1px solid var(--line); background: rgba(255,255,255,0.98); box-shadow: 0 18px 60px rgba(30,30,28,0.2); backdrop-filter: blur(18px); }
.privacy-banner[hidden] { display: none; }
.privacy-banner strong { font-family: var(--serif); font-size: 1.2rem; }
.privacy-banner p { max-width: 650px; margin: 0.25rem 0 0; color: var(--muted); font-size: 0.82rem; }
.privacy-actions { display: flex; align-items: center; justify-content: flex-end; gap: 0.7rem; }
.privacy-actions .button { min-height: 2.9rem; white-space: nowrap; }
.privacy-link-button { border: 0; background: transparent; color: var(--ink); font-weight: 650; text-decoration: underline; text-underline-offset: 0.22rem; cursor: pointer; }
.privacy-dialog { width: min(680px, calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,0.3); }
.privacy-dialog::backdrop { background: rgba(16,15,14,0.66); backdrop-filter: blur(5px); }
.privacy-panel { padding: clamp(1.4rem, 4vw, 2.4rem); }
.privacy-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.privacy-panel__head h2 { margin: 0; font-size: clamp(2rem, 5vw, 3.5rem); }
.privacy-close { width: 2.5rem; height: 2.5rem; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.privacy-summary { margin: 1.2rem 0; color: var(--muted); }
.gpc-notice { padding: 0.8rem 1rem; border-left: 3px solid var(--violet); background: #ecebff; }
.privacy-option { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.privacy-option p { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.82rem; }
.privacy-option input[role="switch"] { position: relative; flex: 0 0 auto; width: 3rem; height: 1.65rem; margin: 0; appearance: none; border: 0; border-radius: 999px; background: #c8c8c5; cursor: pointer; transition: background 0.2s; }
.privacy-option input[role="switch"]::after { content: ""; position: absolute; top: 0.2rem; left: 0.2rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.2); transition: transform 0.2s; }
.privacy-option input[role="switch"]:checked { background: var(--violet); }
.privacy-option input[role="switch"]:checked::after { transform: translateX(1.35rem); }
.always-on { flex: 0 0 auto; color: var(--violet-dark); font-size: 0.78rem; font-weight: 650; }
.privacy-panel__links { display: flex; gap: 1.2rem; padding: 1rem 0; border-top: 1px solid var(--line); font-size: 0.84rem; }
.privacy-panel__links a { text-underline-offset: 0.22rem; }
.privacy-panel .privacy-actions { margin-top: 1rem; }

.legal-page { background: var(--paper); }
.legal-header { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--pad); border-bottom: 1px solid var(--line); background: white; }
.legal-header nav, .legal-footer nav { display: flex; gap: 1.4rem; }
.legal-header nav a, .legal-footer nav a { text-underline-offset: 0.3rem; }
.legal-header nav a[aria-current="page"] { color: var(--violet-dark); font-weight: 650; }
.legal-shell { display: grid; grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(4rem, 8vw, 8rem) var(--pad); }
.legal-aside { position: sticky; top: 2rem; align-self: start; }
.legal-aside h1 { max-width: 8ch; margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6.7rem); font-weight: 400; letter-spacing: -0.05em; line-height: 0.98; }
.legal-aside > p:not(.eyebrow) { color: var(--muted); }
.legal-aside .button { margin-top: 1.5rem; }
.legal-copy { max-width: 780px; }
.legal-lead { padding-bottom: 2rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.45; }
.legal-copy section { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.legal-copy h2 { max-width: none; margin-bottom: 1rem; font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -0.025em; }
.legal-copy p, .legal-copy li { color: #51524e; }
.legal-copy li + li { margin-top: 0.55rem; }
.legal-copy a { text-underline-offset: 0.25rem; }
.legal-copy address { font-style: normal; }
.legal-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem var(--pad); border-top: 1px solid var(--line); background: white; font-size: 0.85rem; }

.updates-page { min-height: 100svh; background: var(--white); }
.updates-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.85rem var(--pad); color: white; }
.updates-header nav { display: flex; gap: 1.4rem; padding: 0.65rem 0.9rem; background: rgba(17,17,14,0.68); font-size: 0.82rem; font-weight: 650; backdrop-filter: blur(12px); }
.updates-header nav a { min-height: 2rem; display: inline-flex; align-items: center; text-underline-offset: 0.25rem; }
.updates-shell { display: grid; min-height: calc(100svh - 5rem); grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr); }
.updates-visual { position: relative; display: flex; min-height: 760px; align-items: flex-end; overflow: hidden; padding: 8.5rem var(--pad) 5rem; color: white; isolation: isolate; }
.updates-image { position: absolute; z-index: -3; inset: 0; }
.updates-image > img { object-position: 58% center; }
.updates-visual::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, rgba(12,11,9,0.9) 0%, rgba(12,11,9,0.24) 72%), linear-gradient(90deg, rgba(12,11,9,0.32), transparent); }
.updates-ghost { position: absolute; z-index: -1; top: 18%; right: -4rem; width: min(25vw, 17rem); opacity: 0.075; clip-path: circle(48%); mix-blend-mode: screen; pointer-events: none; }
.updates-ghost img { width: 100%; filter: grayscale(0.4) contrast(1.1); }
.updates-copy { max-width: 640px; }
.updates-copy .eyebrow { color: #ddd7ff; }
.updates-copy h1 { max-width: 9ch; margin-bottom: 1.4rem; font-family: var(--serif); font-size: clamp(3.8rem, 5.8vw, 7.4rem); font-weight: 400; letter-spacing: -0.05em; line-height: 0.95; }
.updates-copy > p:last-child { max-width: 520px; margin-bottom: 0; color: rgba(255,255,255,0.78); font-size: clamp(1rem, 1.2vw, 1.18rem); }
.updates-signup { display: grid; align-content: center; gap: clamp(2.4rem, 4vw, 4.5rem); padding: 8.5rem var(--pad) 5rem; }
.updates-signup > div, .updates-form { width: min(100%, 680px); margin-inline: auto; }
.updates-signup .section-count { margin-bottom: 2.6rem; color: var(--muted); font-family: var(--serif); }
.updates-signup h2 { max-width: 11ch; margin-bottom: 1.2rem; font-size: clamp(2.8rem, 4vw, 4.8rem); }
.updates-intro { max-width: 530px; margin-bottom: 0; color: var(--muted); }
.updates-form { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 1.1rem 1.5rem; }
.updates-form label { display: flex; flex-direction: column; gap: 0.35rem; color: var(--muted); font-size: 0.75rem; }
.updates-form label:nth-of-type(3), .updates-form .legal-consent, .updates-form .button, .updates-form .form-status { grid-column: 1 / -1; }
.updates-form label > span:first-child { display: flex; justify-content: space-between; gap: 1rem; }
.updates-form label small { color: #949188; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; }
.updates-form input:not([type="checkbox"]), .updates-form select { width: 100%; min-height: 3rem; padding: 0.5rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); }
.updates-form input:focus, .updates-form select:focus { border-color: var(--violet-dark); }
.updates-form .legal-consent { flex-direction: row; align-items: flex-start; padding-top: 0.25rem; color: var(--muted); line-height: 1.5; }
.updates-form .legal-consent > span { display: inline; }
.updates-form .button { width: 100%; min-height: 3.5rem; justify-content: space-between; }
.updates-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.8rem max(var(--pad), 13rem) 1.8rem var(--pad); background: var(--ink); color: rgba(255,255,255,0.68); font-size: 0.82rem; }
.updates-footer nav { display: flex; gap: 1.3rem; }
.updates-footer a { color: white; text-underline-offset: 0.25rem; }

@media (max-width: 900px) {
  .site-header .brand { position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 7rem var(--pad) 4rem; overflow-y: auto; overscroll-behavior: contain; border: 0; background: var(--paper); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 8vw, 4rem); text-shadow: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-0.5rem); transition: opacity 0.25s, visibility 0.25s, transform 0.25s; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-cta { padding: 0; border: 0; }
  .menu-toggle { position: relative; z-index: 2; display: grid; width: 2.9rem; height: 2.9rem; gap: 5px; padding: 0.72rem; border: 1px solid currentColor; border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; }
  .philosophy, .about, .contact { grid-template-columns: 1fr; }
  .philosophy-gallery { min-height: 600px; }
  .about-photo { min-height: 580px; margin-right: calc(var(--pad) * -1); }
  .services-heading { align-items: flex-start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .feedback { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
  .privacy-banner { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .privacy-banner .privacy-actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .legal-shell { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .legal-aside h1 { max-width: 11ch; }
  .legal-copy { max-width: none; }
  .updates-shell { grid-template-columns: 1fr; }
  .updates-visual { min-height: 78svh; }
  .updates-signup { min-height: auto; padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .updates-ghost { width: min(40vw, 15rem); }
}

@media (max-width: 620px) {
  .official-logo--header { width: 3.85rem; height: 3.85rem; }
  .hero-ghost { top: auto; right: 1rem; bottom: 2.75rem; width: 42vw; max-width: 10.5rem; opacity: 0.065; }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .hero { min-height: 96svh; align-items: flex-end; padding-bottom: 7rem; }
  .hero::before { inset: 7rem auto 5rem var(--pad); width: calc(100% - 2 * var(--pad)); }
  .hero h1 { font-size: clamp(3rem, 11.8vw, 4.35rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-aside { display: none; }
  .image-crop--hero > img { object-position: 58% center; }
  .philosophy { padding-top: 7rem; }
  .philosophy-copy { padding-left: 0; }
  .philosophy-gallery { min-height: 450px; }
  .image-crop--tall { width: 84%; height: 79%; }
  .image-crop--small { width: 54%; height: 41%; }
  .about-photo { min-height: 460px; }
  .services-heading { display: block; }
  .services-heading > p { margin-top: 1.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-body { min-height: auto; }
  .feedback { min-height: 820px; }
  .testimonial blockquote { font-size: 2rem; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-of-type(4) { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-ghost { top: auto; right: 1rem; bottom: 1.5rem; left: auto; width: 48vw; max-width: 12rem; opacity: 0.035; transform: none; }
  .official-logo--footer { width: 8.25rem; }
  .footer-actions { align-items: flex-start; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .privacy-widget { right: 0.65rem; bottom: 0.65rem; }
  .privacy-banner { left: 0.65rem; right: 0.65rem; bottom: 0.65rem; }
  .privacy-banner .privacy-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-banner .privacy-actions .privacy-link-button { grid-column: 1 / -1; text-align: left; }
  .privacy-banner .button { padding: 0 0.9rem; }
  .privacy-panel__links, .privacy-panel .privacy-actions { align-items: flex-start; flex-direction: column; }
  .privacy-panel .privacy-actions .button { width: 100%; }
  .legal-header { align-items: flex-start; }
  .legal-header nav { flex-direction: column; gap: 0.35rem; text-align: right; }
  .legal-shell { padding-top: 3rem; }
  .legal-footer { align-items: flex-start; flex-direction: column; }
  .legal-footer nav { flex-wrap: wrap; }
  .updates-header { padding-top: 0.7rem; }
  .updates-header nav { gap: 1rem; padding: 0.55rem 0.7rem; }
  .updates-visual { min-height: 74svh; padding-top: 7rem; padding-bottom: 3rem; }
  .updates-copy h1 { font-size: clamp(3.5rem, 15vw, 5.2rem); }
  .updates-signup { gap: 2.25rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .updates-signup .section-count { margin-bottom: 2rem; }
  .updates-form { grid-template-columns: 1fr; gap: 1rem; }
  .updates-form label:nth-of-type(3), .updates-form .legal-consent, .updates-form .button, .updates-form .form-status { grid-column: auto; }
  .updates-form input:not([type="checkbox"]), .updates-form select { min-height: 3.25rem; font-size: 1rem; }
  .updates-form .legal-consent { padding: 0.35rem 0; }
  .updates-footer { align-items: flex-start; flex-direction: column; padding-right: var(--pad); padding-bottom: 5.5rem; }
  .updates-footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
