:root {
  --ink: #1b2d27;
  --ink-soft: #5c6b64;
  --pine: #23483c;
  --pine-deep: #142f27;
  --moss: #87998b;
  --sage: #dde5dc;
  --mist: #d2dddd;
  --ivory: #f4efe6;
  --paper: #fffdf8;
  --clay: #c17a5d;
  --clay-dark: #925943;
  --line: rgba(27, 45, 39, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 30px 90px rgba(28, 49, 42, .14);
  --radius-sm: .75rem;
  --radius: 1.35rem;
  --radius-lg: 2.5rem;
  --shell: min(91vw, 1320px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font: 400 1rem/1.68 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; opacity: .24; pointer-events: none; background-image: radial-gradient(rgba(28,45,39,.2) .55px, transparent .55px); background-size: 5px 5px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .6em; font-family: Iowan Old Style, Baskerville, "Times New Roman", serif; font-weight: 400; line-height: .99; letter-spacing: -.045em; }
h1 { font-size: clamp(4rem, 7.6vw, 8.4rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.25rem); }
p { margin: 0 0 1.25rem; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; top: .75rem; left: .75rem; transform: translateY(-200%); padding: .75rem 1rem; border-radius: .5rem; background: var(--paper); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }

.announcement { position: relative; z-index: 70; padding: .45rem 0; background: var(--clay); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-align: center; }
.site-header { position: sticky; z-index: 60; top: 0; border-bottom: 1px solid var(--line); background: rgba(244,239,230,.9); backdrop-filter: blur(22px); }
.header-inner { min-height: 6.1rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .9rem; min-width: max-content; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 3.1rem; height: 3.1rem; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; inset: .28rem; border: 1px solid rgba(27,45,39,.18); border-radius: inherit; }
.brand-mark i { font: 400 1.45rem/1 Iowan Old Style, serif; font-style: normal; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .88rem; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.brand small { margin-top: .3rem; color: var(--ink-soft); font-size: .61rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.6rem, 1vw, 1.15rem); }
.primary-nav > a { position: relative; padding: .65rem 0; color: var(--ink-soft); font-size: clamp(.68rem, .76vw, .81rem); font-weight: 650; text-decoration: none; white-space: nowrap; }
.primary-nav > a:not(.language-link):not(.nav-contact)::after { content: ""; position: absolute; right: 0; bottom: .45rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { transform: scaleX(1) !important; transform-origin: left !important; }
.primary-nav .nav-contact { padding: .7rem 1rem; border: 1px solid var(--pine); border-radius: 999px; color: var(--pine); transition: background .2s ease, color .2s ease; }
.primary-nav .nav-contact:hover, .primary-nav .nav-contact[aria-current="page"] { background: var(--pine); color: #fff; }
.primary-nav .language-link { display: flex; align-items: center; gap: .45rem; margin-left: .15rem; padding: .35rem .55rem .35rem .4rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.language-link > span { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: var(--sage); font-size: .58rem; font-weight: 800; }
.language-link small { font-size: .58rem; font-weight: 700; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .7rem; }
.nav-toggle > span:not(.sr-only) { display: block; width: 1.6rem; height: 1px; margin: .32rem 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.flash { position: relative; z-index: 4; margin-top: 1rem; padding: .9rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.flash-success { border-color: #6d927c; background: #edf5ed; }
.flash-error { border-color: #b96c5b; background: #fff0eb; }
.eyebrow { margin: 0 0 1.15rem; color: var(--clay-dark); font-size: .69rem; font-weight: 800; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.hero-index { display: flex; align-items: center; gap: .55rem; margin-bottom: clamp(2rem, 5vw, 4rem); color: var(--ink-soft); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-index i { width: 2.8rem; height: 1px; background: var(--line); }
.hero-lead { max-width: 42rem; color: var(--ink-soft); font-size: clamp(1.08rem, 1.45vw, 1.3rem); line-height: 1.72; }

.home-hero { position: relative; overflow: hidden; background: var(--paper); }
.home-hero::after { content: "M"; position: absolute; right: -3vw; bottom: -14vw; color: rgba(35,72,60,.025); font: 400 48vw/1 Iowan Old Style, serif; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(28rem, .78fr); align-items: stretch; gap: clamp(3rem, 7vw, 7.5rem); min-height: min(860px, calc(100svh - 6.1rem)); }
.hero-copy { align-self: center; padding-block: clamp(5rem, 10vw, 9rem); }
.hero-copy h1 { max-width: 10ch; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.35rem; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pine); color: #fff; }
.button-primary:hover { background: var(--pine-deep); }
.button-text { padding-inline: .2rem; color: var(--ink); }
.button-text span, .text-link span { transition: transform .2s ease; }
.button-text:hover span, .text-link:hover span { transform: translate(.2rem,-.1rem); }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--pine); background: var(--pine); color: #fff; }
.button-light { background: var(--paper); color: var(--pine-deep); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 31rem; margin-top: clamp(3.5rem, 6vw, 5.5rem); border-top: 1px solid var(--line); }
.hero-proof > div { padding: 1.1rem 1rem 0 0; }
.hero-proof > div + div { padding-left: 1rem; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font: 400 1.2rem/1.2 Iowan Old Style, serif; }
.hero-proof small { margin-top: .25rem; color: var(--ink-soft); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 100%; overflow: hidden; background: linear-gradient(145deg, var(--sage), var(--mist)); border-radius: 0 0 10rem 0; }
.hero-visual::after { content: ""; position: absolute; inset: 1.2rem; border: 1px solid rgba(255,255,255,.5); border-radius: 0 0 9rem 0; pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; min-height: 45rem; object-fit: cover; }
.hero-placeholder { position: absolute; inset: 0; display: grid; place-content: center; color: rgba(35,72,60,.55); text-align: center; }
.hero-placeholder span { font: 400 clamp(10rem, 20vw, 18rem)/.75 Iowan Old Style, serif; }
.hero-placeholder i { margin-top: 2.5rem; font-size: .65rem; font-style: normal; font-weight: 800; letter-spacing: .35em; text-transform: uppercase; }
.image-invitation { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; left: 2rem; color: rgba(27,45,39,.6); font-size: .63rem; text-align: center; }
.hero-seal { position: absolute; z-index: 3; top: 3.2rem; left: -3.3rem; display: grid; place-content: center; width: 7rem; height: 7rem; border: .4rem solid var(--paper); border-radius: 50%; background: var(--clay); color: #fff; text-align: center; box-shadow: var(--shadow); }
.hero-seal span, .hero-seal small { display: block; }
.hero-seal span { font: 400 1.4rem/1 Iowan Old Style, serif; }
.hero-seal small { max-width: 4.5rem; margin-top: .35rem; font-size: .48rem; font-weight: 700; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.hero-caption { position: absolute; z-index: 3; right: 2rem; top: 2rem; display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.8); font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.hero-caption i { width: 1.8rem; height: 1px; background: currentColor; }

.intro-section { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(4rem, 10vw, 11rem); padding-block: clamp(7rem, 12vw, 12rem); }
.intro-heading h2 { max-width: 10ch; }
.intro-copy { position: relative; align-self: end; padding: 2rem 0 1rem 2.5rem; border-left: 1px solid var(--line); }
.large-quote { position: absolute; top: -1.2rem; left: 1.8rem; color: var(--clay); font: 400 4rem/1 Iowan Old Style, serif; }
.intro-copy p { color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.section-contrast { background: var(--paper); }
.featured-section, .related-section { padding-block: clamp(6rem, 10vw, 10rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.2rem; }
.section-heading h2 { max-width: 11ch; margin-bottom: 0; }
.section-count { display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-soft); font-size: .62rem; font-weight: 800; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(1rem, 2vw, 1.7rem); }
.profile-card { min-width: 0; text-decoration: none; }
.card-media { position: relative; display: grid; place-content: center; aspect-ratio: 4 / 4.7; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) .35rem .35rem; color: rgba(27,45,39,.52); text-align: center; }
.card-media::after { content: ""; position: absolute; inset: .7rem; border: 1px solid rgba(255,255,255,.45); border-radius: calc(var(--radius-lg) - .5rem) calc(var(--radius-lg) - .5rem) .2rem .2rem; pointer-events: none; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.profile-card:hover .card-media img { transform: scale(1.035); }
.card-media > span { font: 400 clamp(6rem, 12vw, 10rem)/1 Iowan Old Style, serif; }
.card-media > small { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; font-size: .57rem; letter-spacing: .05em; }
.tone-1 { background: #dbe4d8; }
.tone-2 { background: #ead8ce; }
.tone-3 { background: #ddd9c8; }
.tone-4 { background: #cfdddc; }
.card-number { position: absolute; z-index: 2; top: 1.3rem; right: 1.3rem; display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: rgba(255,253,248,.88); color: var(--ink); font-size: .54rem; font-style: normal; font-weight: 800; backdrop-filter: blur(8px); }
.card-copy { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .6rem 1rem; padding: 1.35rem .25rem 0; }
.card-copy > div > p { margin: 0 0 .25rem; color: var(--clay-dark); font-size: .59rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card-copy h3 { margin: 0; }
.card-copy > p { grid-column: 1 / -1; display: -webkit-box; overflow: hidden; margin: .15rem 0 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.card-arrow { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, color .2s ease, transform .2s ease; }
.profile-card:hover .card-arrow { transform: rotate(12deg); background: var(--pine); color: #fff; }

.values-section { display: grid; grid-template-columns: minmax(16rem,.75fr) minmax(0,1.15fr); gap: clamp(4rem, 10vw, 11rem); padding-block: clamp(7rem, 11vw, 11rem); }
.values-section > header h2 { max-width: 8ch; }
.value-grid { border-top: 1px solid var(--line); }
.value-grid article { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.value-grid article > span { color: var(--clay-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.value-grid h3 { margin-bottom: .4rem; font-size: clamp(1.75rem, 2.5vw, 2.6rem); }
.value-grid p { max-width: 34rem; margin: 0; color: var(--ink-soft); font-size: .89rem; }
.home-story { padding-block: clamp(6rem, 10vw, 10rem); }
.home-story-grid { display: grid; grid-template-columns: minmax(20rem,.85fr) minmax(0,1fr); align-items: center; gap: clamp(4rem, 10vw, 10rem); }
.story-mark { display: grid; place-content: center; aspect-ratio: 1; max-width: 32rem; border-radius: 50% 50% 3rem 50%; background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.6), transparent 20%), var(--sage); color: rgba(35,72,60,.63); text-align: center; }
.story-mark span { font: 400 clamp(8rem, 16vw, 14rem)/.75 Iowan Old Style, serif; }
.story-mark small { margin-top: 2rem; font-size: .61rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.home-story-grid > div:last-child h2 { max-width: 9ch; }
.home-story-grid > div:last-child > p:not(.eyebrow) { max-width: 39rem; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.8; }

.page-hero-wrap, .contact-hero-wrap { position: relative; overflow: hidden; background: var(--paper); }
.page-hero-wrap::after { content: ""; position: absolute; right: -14rem; bottom: -16rem; width: 34rem; height: 34rem; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(221,229,220,.22), 0 0 0 10rem rgba(221,229,220,.12); }
.page-hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(20rem,.62fr); align-items: center; gap: clamp(3rem, 9vw, 9rem); min-height: 43rem; padding-block: clamp(5rem, 9vw, 9rem); }
.page-hero-copy h1 { max-width: 10ch; }
.page-hero-image, .page-hero-mark { position: relative; min-height: 34rem; margin: 0; overflow: hidden; border-radius: 50% 50% var(--radius-lg) var(--radius-lg); background: var(--sage); }
.page-hero-image img { width: 100%; height: 100%; min-height: 34rem; object-fit: cover; }
.page-hero-image figcaption { position: absolute; right: 1.3rem; bottom: 1.1rem; padding: .45rem .7rem; border-radius: 999px; background: rgba(255,253,248,.85); color: var(--ink-soft); font-size: .53rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.page-hero-mark { display: grid; place-content: center; background: radial-gradient(circle at 68% 22%, rgba(255,255,255,.65), transparent 23%), linear-gradient(145deg,var(--sage),#e8d9ca); color: rgba(35,72,60,.6); text-align: center; }
.page-hero-mark span { font: 400 clamp(9rem, 16vw, 15rem)/.75 Iowan Old Style, serif; }
.page-hero-mark small { margin-top: 2rem; font-size: .58rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.content-shell { position: relative; display: grid; grid-template-columns: 2rem minmax(0,48rem); justify-content: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(7rem, 11vw, 11rem); }
.content-rail { display: flex; align-items: center; flex-direction: column; gap: .8rem; padding-top: .4rem; }
.content-rail span { width: 1px; height: 5rem; background: var(--line); }
.content-rail small { color: var(--clay-dark); font-size: .52rem; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; }
.prose { color: var(--ink-soft); font: 400 clamp(1.05rem,1.25vw,1.16rem)/1.9 Inter, sans-serif; }
.prose > *:first-child { margin-top: 0; }
.prose > p:first-child { color: var(--ink); font: 400 clamp(1.35rem,2vw,1.75rem)/1.65 Iowan Old Style, serif; }
.prose h2, .prose h3, .prose h4 { color: var(--ink); margin: 2.2em 0 .65em; }
.prose h2 { font-size: clamp(2.4rem,4vw,4rem); }
.prose h3 { font-size: clamp(1.8rem,2.7vw,2.7rem); }
.prose a { color: var(--pine); font-weight: 750; text-decoration-color: var(--clay); text-decoration-thickness: 1px; text-underline-offset: .25em; }
.prose ul, .prose ol { margin: 1.8rem 0; padding-left: 1.3rem; }
.prose li { margin: .55rem 0; padding-left: .4rem; }
.prose blockquote { position: relative; margin: 3rem 0; padding: 2rem 0 2rem 2.5rem; border-left: 1px solid var(--clay); color: var(--ink); font: 400 1.6rem/1.55 Iowan Old Style, serif; }
.pricing-layout { grid-template-columns: 2rem minmax(0,43rem) minmax(19rem,24rem); align-items: start; max-width: 1200px; gap: clamp(2rem,5vw,5rem); }
.price-note { position: sticky; top: 8rem; overflow: hidden; padding: 2.3rem; border-radius: 0 var(--radius-lg) var(--radius-lg) var(--radius-lg); background: var(--pine-deep); color: #f7f1e8; box-shadow: var(--shadow); }
.price-note-mark { position: absolute; right: -1.2rem; bottom: -4rem; color: rgba(255,255,255,.04); font: 400 13rem/1 Iowan Old Style, serif; }
.price-note .eyebrow { color: #e8aa91; }
.price-note h2 { font-size: 2.6rem; }
.price-note p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: .88rem; }
.price-note .button { position: relative; z-index: 1; margin-top: .8rem; }
.gallery-section { padding-bottom: clamp(7rem,11vw,11rem); }
.gallery-grid { columns: 3 19rem; column-gap: 1.2rem; }
.gallery-grid figure { break-inside: avoid; margin: 0 0 1.2rem; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.gallery-grid img { width: 100%; height: auto; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.015); }
.gallery-grid figcaption { padding: .8rem 1rem; color: var(--ink-soft); font-size: .7rem; }
.related-section { border-top: 1px solid var(--line); }

.contact-hero-wrap::after { content: "M"; position: absolute; left: -3rem; bottom: -10rem; color: rgba(35,72,60,.025); font: 400 40rem/1 Iowan Old Style, serif; }
.contact-hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.82fr) minmax(26rem,.72fr); align-items: start; gap: clamp(4rem,10vw,10rem); padding-block: clamp(6rem,10vw,10rem); }
.contact-copy { padding-top: 2rem; }
.contact-copy h1 { max-width: 8ch; }
.contact-intro { max-width: 38rem; }
.contact-card { margin-top: 3.5rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.contact-card > span { display: block; margin-bottom: .4rem; color: var(--clay-dark); font-size: .61rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-card > a { font: 400 clamp(1.35rem,2.3vw,2rem)/1.3 Iowan Old Style, serif; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.contact-card p { margin-top: .7rem; color: var(--ink-soft); font-size: .8rem; }
.contact-form { position: relative; padding: clamp(2rem,4vw,3.5rem); border: 1px solid var(--line); border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 0; background: var(--ivory); box-shadow: var(--shadow); }
.form-heading { position: relative; margin-bottom: 2.2rem; }
.form-heading > span { position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-soft); font-size: .55rem; font-weight: 800; }
.form-heading h2 { max-width: 9ch; font-size: clamp(2.2rem,3.7vw,3.5rem); }
.contact-form label { display: block; margin: 1.15rem 0; color: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .45rem; padding: .85rem .1rem; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); outline: none; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--clay); box-shadow: 0 1px 0 var(--clay); }
.contact-form textarea { min-height: 9rem; resize: vertical; }
.contact-form .button { margin-top: 1.1rem; }
.form-note { margin: 1rem 0 0; color: var(--ink-soft); font-size: .66rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.not-found { min-height: 75vh; display: grid; place-items: center; align-content: center; text-align: center; padding-block: 6rem; }
.not-found .page-hero-mark { width: 11rem; min-height: 11rem; margin-bottom: 2rem; border-radius: 50%; }
.not-found .page-hero-mark span { font-size: 3rem; }
.not-found h1 { font-size: clamp(3.5rem,7vw,6.5rem); }
.not-found p:not(.eyebrow) { max-width: 35rem; color: var(--ink-soft); }

.site-footer { padding-top: clamp(6rem,10vw,9rem); background: var(--pine-deep); color: #f4ede3; }
.footer-invitation { padding-bottom: clamp(5rem,8vw,8rem); border-bottom: 1px solid var(--line-light); }
.footer-invitation .eyebrow { color: #e9ac93; }
.footer-invitation > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.footer-invitation h2 { max-width: 12ch; margin: 0; }
.circle-link { display: grid; flex: 0 0 auto; place-items: center; width: clamp(4.5rem,7vw,6.5rem); height: clamp(4.5rem,7vw,6.5rem); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 1.5rem; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.circle-link:hover { transform: rotate(12deg); background: var(--paper); color: var(--pine-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .55fr .8fr; gap: clamp(3rem,8vw,8rem); padding-block: 5.5rem; }
.footer-brand .brand-mark::after { border-color: rgba(255,255,255,.16); }
.footer-brand small { color: rgba(255,255,255,.48); }
.footer-grid > div:first-child > p { max-width: 29rem; margin-top: 1.5rem; color: rgba(255,255,255,.58); }
.footer-grid h2 { margin-bottom: 1.4rem; font: 800 .66rem/1.3 Inter,sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin: .55rem 0; }
.footer-grid a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-social { display: block; margin-bottom: .7rem; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.4rem; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.42); font-size: .61rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 1180px) {
  .nav-toggle { position: relative; z-index: 2; display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(.42rem) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-.42rem) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .15rem; padding: 7rem 8vw 4rem; background: var(--ivory); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; }
  .primary-nav > a, .primary-nav .nav-contact { padding: .25rem 0; border: 0; border-radius: 0; color: var(--ink); font: 400 clamp(1.75rem,4.5vw,3.2rem)/1.12 Iowan Old Style,serif; }
  .primary-nav .nav-contact:hover { background: transparent; color: var(--ink); }
  .primary-nav .language-link { position: absolute; right: 8vw; bottom: 3rem; flex-direction: row; padding: .35rem .55rem .35rem .4rem; border: 1px solid var(--line); font: inherit; }
  .language-link small { font: 700 .58rem/1 Inter,sans-serif; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(25rem,.72fr); }
  .hero-seal { left: -2.4rem; }
  .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 800px) {
  :root { --shell: min(89vw,44rem); --radius-lg: 1.8rem; }
  .header-inner { min-height: 5.2rem; }
  .brand-mark { width: 2.65rem; height: 2.65rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; padding-top: 2rem; }
  .hero-copy { padding-block: 4rem 5rem; }
  .hero-copy h1 { font-size: clamp(3.9rem,15vw,6.3rem); }
  .hero-visual { min-height: min(135vw,42rem); border-radius: var(--radius-lg) var(--radius-lg) 7rem var(--radius-lg); }
  .hero-visual::after { border-radius: calc(var(--radius-lg) - .4rem) calc(var(--radius-lg) - .4rem) 6.4rem calc(var(--radius-lg) - .4rem); }
  .hero-visual > img { min-height: min(135vw,42rem); }
  .hero-seal { top: -2.8rem; right: 1rem; left: auto; }
  .intro-section, .values-section, .home-story-grid, .page-hero, .contact-hero { grid-template-columns: 1fr; }
  .intro-section { gap: 3rem; }
  .intro-copy { padding-left: 1.5rem; }
  .values-section { gap: 3rem; }
  .values-section > header h2 { max-width: 10ch; }
  .story-mark { width: 100%; max-width: 28rem; justify-self: center; }
  .page-hero { min-height: auto; }
  .page-hero-image, .page-hero-mark, .page-hero-image img { min-height: min(120vw,34rem); }
  .page-hero-image, .page-hero-mark { order: -1; }
  .content-shell, .pricing-layout { grid-template-columns: minmax(0,1fr); gap: 0; }
  .content-rail { display: none; }
  .price-note { position: static; margin-top: 3rem; }
  .contact-hero { gap: 4rem; }
  .card-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .card-media { aspect-ratio: 4 / 4.3; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .35rem; }
}

@media (max-width: 520px) {
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div { display: flex; align-items: baseline; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .hero-proof > div + div { padding-left: 0; border-left: 0; }
  .hero-proof small { margin: 0; }
  .section-heading, .footer-invitation > div { align-items: flex-start; flex-direction: column; }
  .section-count { display: none; }
  .contact-form { padding: 1.45rem; }
  .footer-invitation h2 { font-size: clamp(2.6rem,13vw,4rem); }
}

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