@font-face {
  font-family: "Geist Local";
  src: url("../fonts/geist.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: "Questrial Local";
  src: url("../fonts/questrial-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Sorts Mill Goudy Local";
  src: url("../fonts/sorts-mill-goudy-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Sorts Mill Goudy Local";
  src: url("../fonts/sorts-mill-goudy-latin-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

:root {
  --cream: #fbf7f0;
  --paper: #fffdf9;
  --secondary: #efe1cc;
  --ink: #454038;
  --espresso: #4b391d;
  --soft-text: #685f54;
  --wine: #865d13;
  --wine-dark: #6b470a;
  --gold: #d6ad45;
  --gold-soft: #e2c988;
  --gold-wash: #f0dfbb;
  --gold-mist: #f5ead7;
  --line: #d7c5a8;
  --soft-line: rgba(41, 39, 34, .16);
  --focus: #6b470a;
  --shadow: 0 24px 70px rgba(41, 39, 34, .10);
  --shell: min(1180px, calc(100% - 56px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Geist Local", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 380;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, summary { cursor: pointer; }
h1, h2, h3, h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 400;
  line-height: 1.04;
  text-wrap: balance;
}
h1 { font-family: "Questrial Local", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.75rem, 5.2vw, 4.65rem); letter-spacing: -.025em; }
h2, h3, h4 { font-family: "Sorts Mill Goudy Local", Georgia, "Times New Roman", serif; }
h2 { font-size: clamp(2.25rem, 4.1vw, 4rem); letter-spacing: -.02em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); letter-spacing: -.01em; }
p { margin: 0 0 1.1rem; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
::selection { background: #d8b77f; color: #1d1b17; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(4.75rem, 8vw, 7.5rem); }
.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--wine);
  font-size: .75rem;
  font-weight: 780;
  letter-spacing: .17em;
  line-height: 1.5;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  z-index: 1500;
  top: .75rem;
  left: .75rem;
  transform: translateY(-180%);
  padding: .8rem 1rem;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }
body.consent-open { overflow: hidden; }

.announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: .45rem 1rem;
  background: var(--espresso);
  color: #fffaf3;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  border-bottom: 1px solid var(--soft-line);
  background: rgba(248, 244, 236, .96);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 2rem;
}
.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
}
.brand-mark {
  width: 44px;
  height: 44px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid var(--wine);
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}
.brand-image { width: auto; max-width: 120px; height: 44px; object-fit: contain; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 400; letter-spacing: .03em; }
.brand small { display: block; margin-top: .12rem; color: var(--soft-text); font-size: .64rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 2.7rem); }
.desktop-nav a, .header-cta { position: relative; font-size: .9rem; font-weight: 680; text-decoration: none; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 1px;
  background: var(--wine);
  transition: right .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-cta { justify-self: end; color: var(--wine-dark); border-bottom: 1px solid var(--wine); padding: .6rem 0; }
.mobile-nav { display: none; justify-self: end; position: relative; }
.mobile-nav summary { list-style: none; color: var(--wine-dark); font-weight: 760; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav {
  position: absolute;
  top: calc(100% + 1.3rem);
  right: 0;
  width: min(320px, calc(100vw - 34px));
  display: grid;
  gap: .2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.mobile-nav nav a { padding: .8rem; text-decoration: none; font-weight: 650; }

.home-hero, .page-hero { border-bottom: 1px solid var(--soft-line); }
.hero-grid { display: grid; align-items: center; gap: clamp(2.5rem, 7vw, 6.5rem); }
.home-hero .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); min-height: min(770px, calc(100vh - 122px)); padding-block: clamp(3.5rem, 6vw, 5.8rem); }
.hero-copy { min-width: 0; }
.home-hero h1 { max-width: 760px; }
.home-hero h1::first-line { color: var(--ink); }
.hero-intro { max-width: 690px; margin-top: 1.8rem; color: var(--soft-text); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2rem; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .72rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: #fffaf3; border-color: var(--wine); }
.button-primary:hover { background: var(--wine-dark); border-color: var(--wine-dark); }
.button-secondary { border-color: var(--wine); color: var(--wine-dark); }
.button-secondary:hover { background: var(--secondary); }
.button-gold { background: var(--gold); color: #1f1d19; border-color: var(--gold); }
.button-gold:hover { background: #d7bd88; border-color: #d7bd88; }
.hero-note { max-width: 720px; margin: 1.55rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--wine-dark); font-size: .82rem; font-weight: 700; letter-spacing: .035em; }
.hero-photo-wrap {
  position: relative;
  min-height: 555px;
  margin: 0;
  background: var(--secondary);
  box-shadow: 18px 18px 0 #e9dfd0;
  overflow: hidden;
}
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-photo-wrap figcaption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  background: rgba(36, 35, 31, .88);
  color: #fffaf3;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-photo-wrap figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: .9rem; font-weight: 400; letter-spacing: .04em; text-transform: none; }

.page-hero .hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); min-height: 520px; padding-block: clamp(4rem, 7vw, 6.5rem); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.6rem); }
.page-hero-aside { align-self: stretch; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); padding-left: clamp(2rem, 5vw, 4.5rem); }
.page-hero-aside > span { color: var(--wine); font-size: .7rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.page-hero-aside p { max-width: 240px; margin: 1.4rem 0 0; color: var(--soft-text); font-size: .92rem; }
.hero-monogram { width: 150px; height: 150px; display: grid; place-items: center; margin-top: 1.8rem; border: 1px solid var(--wine); color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 3.4rem; letter-spacing: -.06em; }

.benefit-section { background: var(--espresso); color: #f9f4eb; }
.benefit-section h2, .benefit-section h3 { color: #fffaf3; }
.benefit-section .eyebrow { color: var(--gold); }
.benefit-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); }
.benefit-lead { padding-right: clamp(2rem, 5vw, 4rem); }
.benefit-lead h2 { max-width: 360px; font-size: clamp(2.5rem, 4vw, 3.8rem); }
.benefit-item { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 0 clamp(1.5rem, 3vw, 2.3rem); border-left: 1px solid rgba(255, 255, 255, .18); }
.benefit-item > span, .values-grid article > span { color: var(--gold); font-size: .7rem; font-weight: 760; letter-spacing: .15em; }
.benefit-item h3 { margin-bottom: .9rem; }
.benefit-item p { margin: 0; color: #cec6ba; font-size: .9rem; line-height: 1.7; }

.editorial-split { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(3rem, 9vw, 8rem); }
.editorial-number { color: #956817 !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(8rem, 17vw, 14rem); line-height: .72; letter-spacing: -.09em; user-select: none; }
.editorial-copy h2 { max-width: 760px; }
.editorial-copy > p:not(.eyebrow) { max-width: 720px; margin-top: 1.8rem; color: var(--soft-text); line-height: 1.8; }
.text-link { color: var(--wine-dark); font-weight: 730; text-underline-offset: .35rem; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--wine); }

.service-section { background: var(--secondary); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-title-row h2 { max-width: 780px; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 370px; display: flex; flex-direction: column; padding: 2.2rem; border-left: 1px solid var(--line); color: inherit; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.service-card:first-child { border-left: 0; }
.service-card:hover { background: var(--paper); transform: translateY(-5px); }
.service-card > span { color: var(--wine); font-size: .7rem; font-weight: 780; letter-spacing: .15em; }
.service-card h3 { margin-top: auto; margin-bottom: 1rem; font-size: clamp(1.55rem, 2.4vw, 2.1rem); }
.service-card p { color: var(--soft-text); font-size: .9rem; line-height: 1.72; }
.service-card strong { margin-top: 1rem; color: var(--wine-dark); font-size: .85rem; }

.image-statement { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.statement-image-wrap, .about-image-wrap { position: relative; min-height: 590px; margin: 0; background: var(--secondary); overflow: hidden; }
.statement-image-wrap img, .about-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 16% center; }
.statement-copy h2 { max-width: 560px; }
.statement-copy > p:not(.eyebrow) { margin-top: 1.8rem; color: var(--soft-text); line-height: 1.8; }
.check-list, .philosophy-list { padding: 0; list-style: none; }
.check-list { display: grid; gap: .75rem; margin: 2rem 0 0; }
.check-list li::before, .philosophy-list li::before { content: "✓"; margin-right: .65rem; color: var(--wine); font-weight: 800; }

.process-section { border-top: 1px solid var(--soft-line); }
.process-section > .shell > h2 { max-width: 820px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 3.5rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 280px; padding: 2rem; border-left: 1px solid var(--line); }
.process-grid li:first-child { border-left: 0; }
.process-grid span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-size: .7rem; }
.process-grid h3 { margin: 4rem 0 .8rem; }
.process-grid p { color: var(--soft-text); font-size: .9rem; }

.closing-cta { padding-block: clamp(4.5rem, 8vw, 7rem); background: var(--espresso); color: #f8f4ec; }
.closing-cta h2 { color: #fffaf3; }
.closing-cta .eyebrow { color: var(--gold); }
.closing-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(3rem, 8vw, 7rem); }
.closing-cta-inner p:not(.eyebrow) { color: #d4ccbf; }
.closing-cta .button { margin-top: 1rem; }

.offers-section { padding-top: clamp(3rem, 6vw, 5.5rem); }
.offer-list { border-top: 1px solid var(--line); }
.offer-row { display: grid; grid-template-columns: 55px minmax(0, 1.15fr) minmax(260px, .85fr); gap: clamp(1.5rem, 4vw, 3.5rem); padding-block: clamp(3.2rem, 6vw, 5rem); border-bottom: 1px solid var(--line); }
.offer-number { padding-top: .45rem; color: var(--wine); font-size: .7rem; font-weight: 780; letter-spacing: .15em; }
.offer-copy h2 { max-width: 660px; font-size: clamp(2.2rem, 4vw, 3.9rem); }
.offer-copy p { max-width: 660px; margin-top: 1.5rem; color: var(--soft-text); }
.offer-points { padding-left: 1.8rem; border-left: 1px solid var(--soft-line); }
.offer-points > p { color: var(--wine); font-size: .72rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.offer-points ul { display: grid; gap: .7rem; padding: 0; list-style: none; font-size: .9rem; }
.offer-points li::before { content: "✓"; margin-right: .5rem; color: var(--wine); }
.offer-points a { display: inline-block; margin-top: 1rem; color: var(--wine-dark); font-size: .88rem; font-weight: 740; text-underline-offset: .35rem; }

.steps-band { padding-block: clamp(5rem, 8vw, 7.5rem); background: var(--espresso); color: #f8f4ec; }
.steps-band h2, .steps-band h3 { color: #fffaf3; }
.steps-band .eyebrow { color: var(--gold); }
.steps-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; margin-bottom: 3.5rem; }
.steps-heading h2 { max-width: 760px; justify-self: end; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.steps-grid li { min-height: 300px; padding: 2rem 1.6rem; border-left: 1px solid rgba(255,255,255,.14); }
.steps-grid li:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.steps-grid li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--gold); font-size: .7rem; }
.steps-grid h3 { margin: 4.3rem 0 .8rem; }
.steps-grid p { color: #d6cec2; font-size: .9rem; }

.faq-section { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(3.5rem, 10vw, 9rem); }
.faq-heading p:last-child { margin-top: 1.6rem; color: var(--soft-text); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.45rem 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.35; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; color: var(--wine); font-family: "Geist Local", Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 660px; padding: 0 2.8rem 1.5rem 0; color: var(--soft-text); font-size: .92rem; }

.about-intro { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(3.5rem, 9vw, 8rem); }
.about-image-wrap img { object-position: 28% center; }
.about-image-wrap figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem 1.3rem; background: rgba(36,35,31,.88); color: #fffaf3; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: var(--soft-text); line-height: 1.8; }
.about-copy .lead-copy { margin-top: 1.8rem; color: var(--ink); font-size: 1.05rem; }
.values-section { padding-top: 1rem; }
.values-section > .shell > h2 { margin-bottom: 3rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); }
.values-grid article { min-height: 310px; padding: 2rem 1.7rem; border-left: 1px solid var(--soft-line); }
.values-grid article:first-child { border-left: 0; }
.values-grid h3 { margin: 5rem 0 .8rem; }
.values-grid p { color: var(--soft-text); font-size: .9rem; }
.philosophy-card { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: clamp(3rem, 7vw, 6rem); padding: clamp(3rem, 7vw, 5.5rem); background: var(--espresso); color: #f8f4ec; }
.philosophy-card h2 { color: #fffaf3; }
.philosophy-card .eyebrow { color: var(--gold); }
.philosophy-mark { width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 3.5rem; }
.philosophy-list { display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; margin: 2rem 0 0; color: #d6cec2; font-size: .9rem; }
.philosophy-list li::before { color: var(--gold); }

.contact-section { background: var(--secondary); }
.public-notices { display: grid; gap: .75rem; padding-top: 1.25rem; }
.public-notices .notice { padding: .9rem 1rem; border: 1px solid var(--line); background: #fffdf8; color: var(--ink); }
.public-notices .notice.success { border-color: #467251; background: #f0f8f1; }
.public-notices .notice.error { border-color: #a12626; background: #fff2f0; }
.public-notices .notice.warning { border-color: #9b8055; background: #fff9e8; }
.contact-grid { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(3.5rem, 9vw, 8rem); }
.contact-aside { position: sticky; top: 120px; }
.contact-aside > p:not(.eyebrow) { margin-top: 1.7rem; color: var(--soft-text); }
.contact-facts { display: grid; gap: 1rem; margin: 2rem 0 0; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.contact-facts > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; }
.contact-facts dt { color: var(--soft-text); font-size: .82rem; }
.contact-facts dd { margin: 0; font-size: .9rem; font-weight: 700; }
.contact-facts a { color: var(--wine-dark); }
.open-item, .legal-warning { margin-top: 2rem; padding: 1.2rem; border: 1px solid #9b8055; background: rgba(255,252,247,.55); }
.open-item strong, .legal-warning strong { color: var(--wine-dark); }
.open-item p, .legal-warning p { margin: .4rem 0 0; color: var(--soft-text); font-size: .86rem; }
.form-panel { padding: clamp(2rem, 5vw, 4rem); background: var(--paper); box-shadow: var(--shadow); }
.form-panel h2 { margin-bottom: 2rem; }
.contact-form { display: grid; gap: 1.25rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .45rem; color: var(--ink); font-size: .88rem; font-weight: 700; }
.form-field span { color: var(--soft-text); font-weight: 400; }
.form-field input, .form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: .75rem .9rem;
  border: 1px solid #9e8a6c;
  border-radius: 0;
  background: #fffdfa;
  color: var(--ink);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border: 2px solid #a12626; }
.field-error { color: #8e1d1d; font-size: .8rem; font-weight: 650; }
.consent-row { display: flex; align-items: flex-start; gap: .65rem; color: var(--soft-text); font-size: .84rem; line-height: 1.55; }
.consent-row input { width: 18px; height: 18px; flex: none; margin-top: .15rem; accent-color: var(--wine); }
.form-submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-submit-row span { color: var(--soft-text); font-size: .82rem; }
.form-status { margin: 0; color: var(--wine-dark); font-size: .9rem; font-weight: 650; }
.form-status.error { color: #8e1d1d; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-closing { text-align: center; }
.contact-closing h2 { max-width: 900px; margin-inline: auto; }

.legal-shell, .narrow-copy { max-width: 780px; }
.legal-content h2 { margin: 2.8rem 0 1rem; font-size: clamp(1.75rem, 3vw, 2.6rem); }
.legal-content p { color: var(--soft-text); }
.legal-content strong { color: var(--ink); }
.agency-credit { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }

.site-footer { padding-top: 5rem; background: var(--ink); color: #f8f4ec; }
.footer-top { display: grid; grid-template-columns: 1.45fr .7fr .85fr; gap: 3.5rem; padding-bottom: 4rem; }
.brand-light .brand-mark { border-color: var(--gold); color: var(--gold); }
.brand-light strong { color: #fffaf3; }
.brand-light small { color: #c8c0b5; }
.footer-tagline { max-width: 350px; margin-top: 1.6rem; color: #c8c0b5; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: .65rem; }
.footer-nav > p, .footer-contact > p { margin: 0 0 .45rem; color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.footer-nav a, .footer-contact a, .footer-contact span { color: #d5cdc1; font-size: .88rem; text-decoration: none; }
.footer-nav a:hover, .footer-contact a:hover { color: #fffaf3; text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem 1.5rem; padding-block: 1.45rem; border-top: 1px solid rgba(255,255,255,.13); color: #bcb3a8; font-size: .74rem; }
.footer-bottom a { text-underline-offset: .2rem; }
.agency-note { flex-basis: 100%; }
.link-button { padding: 0; border: 0; background: transparent; color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: .2rem; }

.consent-layer { position: fixed; z-index: 2000; inset: 0; display: grid; align-items: end; padding: 1rem; background: rgba(20,19,16,.58); }
.consent-layer[hidden] { display: none; }
.consent-card { width: min(760px, 100%); max-height: calc(100vh - 2rem); margin-inline: auto; padding: clamp(1.5rem, 4vw, 2.5rem); overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--gold); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.consent-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.consent-card > p:not(.eyebrow) { margin-top: 1rem; color: var(--soft-text); }
.consent-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 1.3rem 0; padding: 1rem; background: var(--secondary); }
.consent-options[hidden] { display: none; }
.consent-options label { display: flex; align-items: center; gap: .6rem; font-size: .9rem; font-weight: 650; }
.consent-options input { width: 18px; height: 18px; accent-color: var(--wine); }
.consent-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin: 1.5rem 0 .9rem; }
.consent-button { min-height: 48px; padding: .65rem .8rem; border: 2px solid #8c671f; background: #e6bf50; color: #231f16; font-weight: 780; }
.consent-button:hover { background: #f0cf70; }
.consent-card > a { color: var(--wine-dark); font-size: .82rem; }

.system-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; }
.system-card { width: min(650px, 100%); padding: clamp(2rem, 6vw, 4rem); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.system-card .eyebrow { margin-top: 2rem; }
.system-card p:not(.eyebrow) { margin: 1.5rem 0; color: var(--soft-text); }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .home-hero .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: 3rem; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-lead { grid-row: span 2; }
  .benefit-item { min-height: 250px; padding-block: 1.5rem; }
  .service-card { padding: 1.7rem; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid article:nth-child(3) { border-left: 0; }
  .values-grid article:nth-child(n+3) { border-top: 1px solid var(--soft-line); }
}

@media (max-width: 820px) {
  :root { --shell: min(680px, calc(100% - 34px)); }
  .section { padding-block: 4.8rem; }
  .home-hero .hero-grid, .page-hero .hero-grid, .editorial-split, .image-statement, .closing-cta-inner, .about-intro, .faq-section, .contact-grid { grid-template-columns: 1fr; }
  .home-hero .hero-grid { min-height: auto; padding-block: 3.5rem 4.8rem; }
  .hero-photo-wrap, .statement-image-wrap, .about-image-wrap { min-height: 510px; }
  .page-hero .hero-grid { min-height: auto; }
  .page-hero-aside { border-top: 1px solid var(--line); border-left: 0; padding: 2.5rem 0 0; }
  .editorial-number { font-size: 8rem; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { min-height: 310px; border-top: 1px solid var(--line); border-left: 0; }
  .service-card:first-child { border-top: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; border-top: 1px solid var(--line); border-left: 0; }
  .offer-row { grid-template-columns: 44px 1fr; }
  .offer-copy, .offer-points { grid-column: 2; }
  .offer-points { padding: 1.5rem 0 0; border-top: 1px solid var(--soft-line); border-left: 0; }
  .steps-heading { grid-template-columns: 1fr; gap: 1rem; }
  .steps-heading h2 { justify-self: start; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid li:nth-child(3) { border-left: 0; }
  .steps-grid li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .contact-aside { position: static; }
  .philosophy-card { grid-template-columns: 1fr; }
  .philosophy-mark { width: 120px; height: 120px; font-size: 2.7rem; }
  .footer-top { grid-template-columns: 1.2fr .8fr; }
  .footer-contact { grid-column: 1 / 3; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.13); }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.6rem, 12vw, 3.55rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.1rem); }
  .announcement { font-size: .66rem; letter-spacing: .08em; }
  .header-inner { min-height: 76px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: .96rem; }
  .brand small { font-size: .58rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-photo-wrap, .statement-image-wrap, .about-image-wrap { min-height: 410px; }
  .hero-photo-wrap { box-shadow: 10px 12px 0 #e9dfd0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-lead { grid-row: auto; padding-bottom: 2.5rem; }
  .benefit-item { min-height: auto; display: grid; grid-template-columns: 38px 1fr; padding: 1.6rem 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .benefit-item > span { grid-row: span 2; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .offer-row { grid-template-columns: 36px 1fr; }
  .offer-copy, .offer-points { grid-column: 1 / 3; }
  .steps-grid, .values-grid { grid-template-columns: 1fr; }
  .steps-grid li, .steps-grid li:nth-child(3), .steps-grid li:last-child { min-height: auto; border-top: 1px solid rgba(255,255,255,.14); border-right: 0; border-left: 0; }
  .steps-grid h3 { margin-top: 2.5rem; }
  .values-grid article, .values-grid article:nth-child(3) { min-height: 250px; border-top: 1px solid var(--soft-line); border-left: 0; }
  .values-grid article:first-child { border-top: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-submit-row .button { width: 100%; }
  .contact-facts > div { grid-template-columns: 1fr; gap: .2rem; }
  .consent-options, .consent-actions { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Designverfeinerung 1.0.1: mildes Gold, zartere Typografie, helle Inhaltsflaechen. */
.brand-mark,
.brand strong,
.hero-photo-wrap figcaption strong,
.hero-monogram,
.editorial-number,
.faq-list summary,
.philosophy-mark,
.footer-tagline {
  font-family: "Sorts Mill Goudy Local", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.announcement {
  border-bottom: 1px solid rgba(107, 71, 10, .18);
  background: var(--gold-soft);
  color: var(--ink);
  font-weight: 600;
}

.site-header { background: rgba(251, 247, 240, .95); }

.brand-mark,
.hero-monogram,
.philosophy-mark {
  border-color: var(--wine);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-mist), var(--gold-wash));
  color: var(--wine);
}

.brand strong { font-size: 1.16rem; }
.brand small,
.desktop-nav a,
.header-cta,
.mobile-nav summary,
.mobile-nav nav a { font-weight: 550; }
.desktop-nav a { color: #5b554d; }
.eyebrow { font-weight: 650; letter-spacing: .13em; }
.button { font-weight: 650; }
.home-hero h1 em { color: #956817; }
.hero-note,
.text-link,
.service-card strong,
.offer-points a { font-weight: 650; }

.hero-photo-wrap {
  background: var(--gold-wash);
  box-shadow: 18px 18px 0 var(--gold-mist);
}

.hero-photo,
.statement-image-wrap img,
.about-image-wrap img { filter: saturate(.88) brightness(1.04) sepia(.04); }

.hero-photo-wrap figcaption,
.about-image-wrap figcaption {
  background: rgba(240, 223, 187, .93);
  color: var(--ink);
}

.benefit-section,
.steps-band,
.philosophy-card,
.closing-cta,
.site-footer {
  border-color: rgba(107, 71, 10, .18);
  background: linear-gradient(120deg, var(--gold-wash), var(--gold-mist));
  color: var(--ink);
}

.benefit-section h2,
.benefit-section h3,
.steps-band h2,
.steps-band h3,
.philosophy-card h2,
.closing-cta h2,
.site-footer h2,
.brand-light strong { color: var(--ink); }

.benefit-section .eyebrow,
.steps-band .eyebrow,
.philosophy-card .eyebrow,
.closing-cta .eyebrow,
.footer-nav > p,
.footer-contact > p { color: var(--wine-dark); }

.benefit-item p,
.steps-grid p,
.philosophy-list,
.closing-cta-inner p:not(.eyebrow),
.brand-light small,
.footer-tagline,
.footer-nav a,
.footer-contact a,
.footer-contact span,
.footer-bottom { color: #575149; }

.benefit-item,
.steps-grid,
.steps-grid li,
.steps-grid li:last-child,
.footer-contact,
.footer-bottom { border-color: rgba(107, 71, 10, .2); }

.benefit-item > span,
.values-grid article > span,
.steps-grid li > span { color: var(--wine-dark); }

.button-gold {
  border-color: var(--wine);
  background: var(--wine);
  color: #fffaf3;
}

.button-gold:hover {
  border-color: var(--wine-dark);
  background: var(--wine-dark);
}

.brand-light .brand-mark {
  border-color: var(--wine-dark);
  color: var(--wine-dark);
}

.footer-nav a:hover,
.footer-contact a:hover { color: var(--wine-dark); }

@media (max-width: 560px) {
  .home-hero h1 { font-size: clamp(1.925rem, 8.4vw, 2.625rem); }
  .page-hero h1 { font-size: clamp(2.065rem, 9.1vw, 2.905rem); }
}

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

@media print {
  .announcement, .site-header, .site-footer, .consent-layer, .editor-bar, .button { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 1.5rem; }
}
