:root {
  --chaux: #F7F6F3;
  --encre: #1A1917;
  --slate: #2C2B28;
  --muted: #5C5852;
  --line: #C8C4BC;
  --line-soft: rgba(26, 25, 23, 0.12);
  --moss: #1B3D36;
  --cream: #F7F6F3;
  --page: 72rem;
  --measure: 40rem;
  --gutter: 1.6rem;
  --header: 4.25rem;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Work Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--encre);
  background: var(--chaux);
  font-size: 1.125rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { width: 100%; height: auto; display: block; }
a { color: var(--encre); text-underline-offset: 0.22em; }
a:hover { color: var(--moss); }
.wrap { width: min(var(--page), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.measure { width: min(var(--measure), 100%); }
.skip { position: absolute; left: 0.8rem; top: -4rem; background: var(--slate); color: var(--chaux); padding: 0.4rem 0.7rem; z-index: 200; }
.skip:focus { top: 0.8rem; }
.site-header {
  position: sticky; top: 0; z-index: 40; height: var(--header);
  background: transparent; color: var(--cream);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-solid, .site-header.is-legal {
  background: var(--chaux); color: var(--encre); border-bottom-color: var(--line-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--header); }
.brand {
  text-decoration: none; color: inherit; font-family: var(--serif);
  font-size: 1.22rem; font-weight: 500; white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0,0,0,.28);
}
.site-header.is-solid .brand, .site-header.is-legal .brand { text-shadow: none; }
.nav-toggle { display: none; width: 2.4rem; height: 2.4rem; border: 0; background: transparent; cursor: pointer; position: relative; color: inherit; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  position: absolute; left: .55rem; width: 1.3rem; height: 1px; background: currentColor; content: "";
}
.nav-toggle span { top: 50%; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav { display: flex; align-items: center; gap: 1.15rem; font-size: 1.05rem; letter-spacing: .03em; }
.nav a { color: inherit; text-decoration: none; text-shadow: 0 1px 8px rgba(0,0,0,.28); }
.site-header.is-solid .nav a, .site-header.is-legal .nav a { text-shadow: none; }
.nav a:hover { opacity: .72; }
.nav .cta { color: #E8F0EC; text-decoration: underline; text-underline-offset: .32em; text-decoration-thickness: 1px; font-weight: 500; }
.site-header.is-solid .nav .cta, .site-header.is-legal .nav .cta { color: var(--moss); }
.nav .langs { display: inline-flex; gap: .45rem; align-items: baseline; }
.nav .lang { letter-spacing: .06em; text-transform: uppercase; font-size: .88rem; opacity: .88; }
.nav .lang.is-current { text-decoration: underline; text-underline-offset: .2em; opacity: 1; }
.nav .gdf-mark { width: 1.55rem; height: 1.55rem; object-fit: contain; filter: drop-shadow(0 1px 4px rgba(0,0,0,.25)); }
.site-header.is-solid .nav .gdf-mark, .site-header.is-legal .nav .gdf-mark { filter: none; }
.hero {
  position: relative;
  margin-top: calc(var(--header) * -1);
  color: var(--cream);
  line-height: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  display: block;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 42%;
  background: linear-gradient(to top, rgba(16,14,12,.48) 0%, rgba(16,14,12,.12) 55%, transparent 100%);
  pointer-events: none;
}
.hero-copy { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 0 0 2.4rem; line-height: 1.2; }
.hero-copy h1 {
  font-family: var(--serif); font-weight: 400; font-optical-sizing: auto;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem); letter-spacing: -.02em; line-height: 1.05;
  text-shadow: 0 1px 16px rgba(0,0,0,.28);
}
.hero-copy .lede {
  margin-top: .7rem; max-width: 38rem; font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.35; color: rgba(247,246,243,.94);
  text-shadow: 0 1px 12px rgba(0,0,0,.28);
}
.facts {
  padding: .95rem 0; border-bottom: 1px solid var(--line-soft);
  font-size: .8rem; letter-spacing: .055em; color: var(--muted);
  display: flex; flex-wrap: wrap; align-items: center;
}
.facts span { white-space: nowrap; }
.facts .sep { margin: 0 .85rem; color: var(--line); }
.facts strong { color: var(--encre); font-weight: 500; }
.facts .gdf-inline { display: inline-flex; align-items: center; gap: .4rem; color: var(--encre); text-decoration: none; }
.facts .gdf-inline img { width: 1.15rem; height: 1.15rem; }
h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.55rem, 3vw, 2.05rem); line-height: 1.15; margin: 0 0 1rem; }
.prose p { margin-bottom: 1rem; font-size: 1.12rem; line-height: 1.55; }
.prose p:last-child { margin-bottom: 0; }
section.body { padding-top: 3.2rem; }
section.block { padding-top: 4rem; }
.plate { margin: 2.4rem 0; }
.plate-portrait { width: min(28rem, 100%); margin-left: auto; margin-right: auto; }
.history-img { margin: 1.5rem 0 1.6rem; }
.equip { margin-top: 1.4rem; }
.equip h3 { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; margin-bottom: .65rem; }
.equip ul { padding-left: 1.1rem; }
.equip li { margin: .3rem 0; }
.cta-row { margin-top: 1.4rem; }
.link { color: var(--moss); text-underline-offset: .28em; }
.link:hover { color: var(--encre); }
.quotes { margin-top: .3rem; }
.quote { padding: 1.35rem 0; border-bottom: 1px solid var(--line-soft); }
.quote:last-child { border-bottom: 0; }
.quote h3 { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 1.2rem; margin-bottom: .4rem; }
.quote p { color: var(--slate); }
.quote .who { margin-top: .6rem; font-size: .88rem; color: var(--muted); }
.faq { border-top: 1px solid var(--encre); margin-top: .5rem; }
details { border-bottom: 1px solid var(--line-soft); padding: .85rem 0; }
details summary { cursor: pointer; list-style: none; font-size: 1.02rem; font-weight: 500; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: " +"; color: var(--moss); }
details[open] summary::after { content: " –"; }
details p { margin-top: .45rem; color: var(--slate); font-size: 1.02rem; }
details p strong { font-weight: 600; color: var(--encre); }
.widget-frame { margin-top: 1.4rem; min-height: 18rem; }
.form { display: grid; gap: 1rem; max-width: 34rem; margin-top: 1.3rem; }
label { display: grid; gap: .28rem; font-size: .88rem; letter-spacing: .02em; }
input, textarea {
  font-family: inherit; font-size: 1.05rem; padding: .45rem 0; border: 0;
  border-bottom: 1px solid var(--encre); background: transparent; color: var(--encre); border-radius: 0;
}
input:focus, textarea:focus { outline: none; border-bottom-color: var(--moss); }
textarea { min-height: 7rem; resize: vertical; }
.consent { display: flex; gap: .55rem; align-items: flex-start; font-size: .95rem; letter-spacing: 0; color: var(--slate); }
.consent input { margin-top: .28rem; }
.form button {
  justify-self: start; font-family: inherit; font-size: 1rem; background: transparent;
  color: var(--moss); border: 0; border-bottom: 1px solid var(--moss); padding: .15rem 0; cursor: pointer;
}
.form button:hover { color: var(--encre); border-bottom-color: var(--encre); }
.agency { margin-top: 1.4rem; font-size: 1rem; color: var(--slate); }
.agency a { color: var(--encre); }
.site-footer { margin-top: 4.2rem; padding: 1.7rem 0 2.1rem; border-top: 1px solid var(--encre); font-size: .98rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1.5rem; margin: 0 0 1.2rem; }
.foot-grid a { color: var(--encre); text-decoration: none; }
.foot-grid a:hover { color: var(--moss); }
.legal { font-size: .88rem; font-style: italic; color: var(--muted); }
.page-legal { padding-top: 2.4rem; padding-bottom: 2rem; }
.page-legal h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 1.2rem; }
.page-legal h2 { font-size: 1.3rem; margin: 1.5rem 0 .4rem; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: var(--header);
    background: var(--chaux); color: var(--encre); border-bottom: 1px solid var(--line-soft);
    flex-direction: column; align-items: flex-start; padding: .7rem var(--gutter) 1.1rem; gap: .75rem;
  }
  .nav a { text-shadow: none; }
  .nav .cta { color: var(--moss); }
  .site-header.is-open .nav { display: flex; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header { transition: none; }
}

main h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1.2rem;
}
