:root {
  --ink: #211d1a;
  --forest: #294f44;
  --forest-soft: #3d7062;
  --cream: #f4eee4;
  --paper: #fbf8f2;
  --blush: #e9d8cf;
  --gold: #b58b4c;
  --line: rgba(33, 29, 26, .16);
  --white: #fff;
  --gutter: clamp(1.25rem, 3.6vw, 4.5rem);
  --section-y: clamp(5rem, 9vw, 9rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.65 "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-150%); background: var(--forest); color: white; padding: .8rem 1rem; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 1.35rem; color: var(--forest-soft); font-size: .74rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Iowan Old Style, Baskerville, "Times New Roman", serif; font-weight: 400; line-height: 1.03; text-wrap: balance; }
h1 { max-width: 11ch; font-size: clamp(3.5rem, 6.1vw, 7.2rem); letter-spacing: -.035em; }
h2 { max-width: 12ch; font-size: clamp(2.7rem, 5vw, 5.25rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.65rem, 2.5vw, 2.5rem); }

.ew-header { position: relative; z-index: 40; border-bottom: 1px solid var(--line); background: var(--cream); }
.header-inner { width: min(100% - 2 * var(--gutter), 1720px); min-height: 124px; margin: 0 auto; display: grid; grid-template-columns: minmax(260px, .85fr) minmax(430px, 1.25fr) minmax(390px, .95fr); align-items: center; gap: clamp(1.25rem, 2.5vw, 3rem); }
.ew-brand { min-width: 0; display: inline-flex; align-items: center; gap: .95rem; text-decoration: none; }
.brand-emblem { flex: 0 0 auto; display: block; width: 70px; height: 70px; overflow: hidden; border-radius: 50%; background: rgba(255,255,255,.72); }
.brand-emblem img { width: 94px; height: 94px; max-width: none; transform: translate(-12px, -4px) scale(1.17); object-fit: contain; }
.brand-copy { display: grid; min-width: 0; }
.brand-copy strong, .footer-brand strong { font: 400 clamp(1.55rem, 2vw, 2.25rem)/1 Iowan Old Style, Baskerville, Georgia, serif; white-space: nowrap; }
.brand-copy small { margin-top: .55rem; color: #7c6038; font-size: .67rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; white-space: nowrap; }
.ew-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.4rem, 2.4vw, 3rem); }
.ew-nav a { position: relative; padding-block: 1rem; color: #685f58; font-size: .94rem; text-decoration: none; white-space: nowrap; }
.ew-nav a::after { content: ""; position: absolute; right: 0; bottom: .65rem; left: 0; height: 1px; background: var(--forest); transform: scaleX(0); transition: transform .2s ease; }
.ew-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .9rem; }
.header-cta { display: inline-flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 1rem; border-radius: 999px; background: var(--ink); color: white; padding: .85rem 1.4rem; font-size: .79rem; font-weight: 600; letter-spacing: .02em; text-decoration: none; white-space: nowrap; box-shadow: 0 16px 34px rgba(33,29,26,.12); }
.language-picker { position: relative; flex: 0 0 auto; }
.language-picker summary { min-width: 90px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid var(--line); border-radius: 999px; padding: .7rem .9rem; font-size: .8rem; font-weight: 700; cursor: pointer; list-style: none; background: rgba(255,255,255,.35); }
.language-picker summary::-webkit-details-marker { display: none; }
.flag { font-size: 1.45rem; line-height: 1; }
.chevron { margin-top: -.2rem; color: #7a7169; }
.language-menu { position: absolute; top: calc(100% + .65rem); right: 0; min-width: 190px; display: grid; gap: .25rem; border: 1px solid var(--line); border-radius: 18px; padding: .55rem; background: white; box-shadow: 0 18px 50px rgba(33,29,26,.15); }
.language-menu a { display: flex; align-items: center; gap: .75rem; border-radius: 12px; padding: .7rem .8rem; font-size: .86rem; text-decoration: none; }
.language-menu a:hover, .language-menu a[aria-current] { background: var(--cream); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: min(790px, calc(100svh - 124px)); display: grid; grid-template-columns: .92fr 1.08fr; background: var(--cream); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 8.5rem); }
.hero-lead { max-width: 590px; margin: 2rem 0 2.2rem; color: #655c55; font-size: clamp(1.02rem, 1.35vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.ew-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 1.2rem; width: fit-content; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: white; padding: .9rem 1.65rem; font-size: .78rem; font-weight: 650; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.ew-btn:hover { background: var(--forest-soft); transform: translateY(-2px); }
.text-link { width: fit-content; color: var(--ink); font-size: .78rem; font-weight: 650; letter-spacing: .06em; text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: .45rem; }
.hero-image { position: relative; min-height: 640px; margin: 0; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,29,25,.08), transparent 30%); pointer-events: none; }
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.hero-image figcaption { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; border-radius: 999px; background: rgba(251,248,242,.9); padding: .55rem .9rem; font-size: .66rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; backdrop-filter: blur(8px); }
.ew-btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid var(--forest-soft); outline-offset: 3px; }

.split { display: grid; grid-template-columns: 1fr 1fr; }
.editorial { min-height: 780px; background: var(--paper); }
.editorial-images { position: relative; min-height: 780px; background: #d7c9bc; overflow: hidden; }
.editorial-main { position: absolute; inset: 0 16% 10% 0; margin: 0; }
.editorial-main img, .editorial-detail img, .destination-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-detail { position: absolute; right: 4%; bottom: 3%; width: 38%; height: 48%; margin: 0; border: 10px solid var(--paper); box-shadow: 0 20px 50px rgba(33,29,26,.16); }
.copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: var(--section-y) clamp(2.5rem, 8vw, 9rem); }
.copy p:not(.eyebrow) { max-width: 54ch; margin: 2rem 0; color: #655c55; }
.services-section { padding: var(--section-y) var(--gutter); background: var(--cream); }
.section-heading { display: grid; place-items: center; text-align: center; }
.section-heading h2 { margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1380px; margin: 4.5rem auto 0; }
.service-grid article { position: relative; min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 2px; background: rgba(255,255,255,.48); padding: clamp(2rem, 3vw, 3rem); transition: transform .22s ease, background .22s ease; }
.service-grid article:hover { transform: translateY(-6px); background: white; }
.service-number { color: var(--gold); font: italic 1rem Georgia, serif; }
.service-grid h3 { margin: 3.5rem 0 1rem; }
.service-grid p { max-width: 36ch; color: #655c55; }
.service-arrow { margin-top: auto; color: var(--forest); font-size: 1.3rem; }
.destination { min-height: 760px; background: var(--paper); }
.destination-image { position: relative; min-height: 680px; }
.destination-image img { object-position: center 38%; }
.destination .copy { background: var(--forest); }
.destination .copy h2, .destination .copy .text-link { color: white; }
.destination .copy .eyebrow { color: #cfded8; }
.destination .copy p:not(.eyebrow) { color: #e6efeb; }
.faq-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr); gap: clamp(3rem, 8vw, 9rem); padding: var(--section-y) var(--gutter); background: var(--cream); }
.faq-intro { position: relative; align-self: start; }
.faq-intro h2 { max-width: 9ch; }
.faq-mark { display: block; margin-top: clamp(3rem, 7vw, 7rem); color: rgba(181, 139, 76, .2); font: italic clamp(5rem, 11vw, 11rem)/.75 Iowan Old Style, Baskerville, Georgia, serif; letter-spacing: -.08em; user-select: none; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 2.2rem 1fr 2rem; align-items: center; gap: 1rem; min-height: 104px; padding: 1.25rem 0; color: var(--ink); cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--forest); outline-offset: 5px; }
.faq-number { align-self: start; padding-top: .25rem; color: var(--gold); font: italic .88rem Georgia, serif; }
.faq-item summary > h3 { margin: 0; font: 400 clamp(1.35rem, 2vw, 1.85rem)/1.25 Iowan Old Style, Baskerville, Georgia, serif; }
.faq-toggle { position: relative; width: 1.5rem; height: 1.5rem; justify-self: end; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 1.25rem; height: 1px; background: var(--forest); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 3.2rem 2rem; }
.faq-answer p { max-width: 64ch; margin: 0; color: #655c55; }
.faq-answer a { display: inline-block; margin-top: 1rem; color: var(--forest); font-size: .78rem; font-weight: 650; text-underline-offset: .3rem; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); padding: var(--section-y) var(--gutter); background: var(--paper); }
.contact-intro p { max-width: 46ch; color: #655c55; }
.gold-line { width: 5rem; height: 1px; margin-top: 3rem; background: var(--gold); }
form { display: grid; gap: 1.2rem; max-width: 800px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
label { display: grid; gap: .45rem; color: var(--ink); font-size: .77rem; font-weight: 650; letter-spacing: .035em; }
input, textarea, select { width: 100%; min-height: 52px; border: 1px solid #b9ada2; border-radius: 4px; padding: .82rem .95rem; background: white; color: var(--ink); font-size: 1rem; }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; font-weight: 400; line-height: 1.5; }
.consent input { width: 20px; min-height: 20px; margin-top: .15rem; }
.consent a { font-weight: 650; text-underline-offset: .2rem; }
.form-success { margin: 0; border-left: 3px solid var(--forest); background: #edf5f1; padding: 1rem; color: var(--forest); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field-error { min-height: 1.2em; color: #8d2525; font-weight: 600; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #8d2525; }
.form-status { display: none; border-left: 3px solid; padding: 1rem; background: white; }
.form-status.is-visible { display: block; }
.form-status.success { border-color: var(--forest); }
.form-status.error { border-color: #8d2525; }

.site-footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 3rem; padding: 2.5rem var(--gutter); border-top: 1px solid var(--line); background: var(--cream); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand p { margin: .45rem 0 0; color: #786d64; font: italic 1rem Georgia, serif; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; color: #6b625a; font-size: .75rem; }
.footer-nav a { text-underline-offset: .25rem; }
.footer-langs, .site-footer .mobile-langs { display: flex; gap: .5rem; }
.mobile-langs a { display: inline-flex; min-height: 44px; align-items: center; gap: .4rem; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .75rem; font-size: .75rem; font-weight: 700; text-decoration: none; }
.mobile-langs a[aria-current] { background: white; }
.cookie-notice { position: fixed; z-index: 80; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; max-width: 680px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: var(--ink); color: white; padding: 1rem 1.1rem 1rem 1.25rem; box-shadow: 0 18px 50px rgba(33,29,26,.28); }
.cookie-notice[hidden] { display: none !important; }
.cookie-notice p { margin: 0; font-size: .8rem; }
.cookie-notice a { text-underline-offset: .2rem; }
.cookie-notice button { flex: 0 0 auto; min-height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: white; color: var(--ink); padding: .55rem 1rem; font-size: .74rem; font-weight: 700; cursor: pointer; }
.legal-shell { min-height: 100svh; background: var(--paper); }
.legal-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); padding: 1rem var(--gutter); background: var(--cream); }
.legal-brand { display: flex; align-items: center; gap: .85rem; font: 400 1.65rem/1 Georgia, serif; text-decoration: none; }
.legal-brand .brand-emblem { width: 58px; height: 58px; }
.legal-brand .brand-emblem img { width: 78px; height: 78px; transform: translate(-10px, -4px) scale(1.16); }
.legal-back { font-size: .8rem; font-weight: 650; text-underline-offset: .25rem; }
.legal-document { width: min(100% - 2 * var(--gutter), 960px); margin: 0 auto; padding: var(--section-y) 0; }
.legal-document h1 { max-width: none; font-size: clamp(3.4rem, 7vw, 6.5rem); }
.legal-updated { color: #746a61; font-size: .82rem; }
.legal-warning { margin: 3rem 0; border-left: 3px solid var(--gold); background: var(--cream); padding: 1.2rem 1.4rem; color: #5f554d; }
.legal-sections { display: grid; gap: 0; border-top: 1px solid var(--line); }
.legal-sections section { display: grid; grid-template-columns: minmax(220px, .7fr) 1.3fr; gap: 3rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.legal-sections h2 { max-width: none; font-size: 1.65rem; }
.legal-sections p { margin: 0; color: #5f554d; }
.gallery-page { min-height: 100svh; padding: var(--section-y) var(--gutter); background: var(--paper); }
.gallery-hero { width: min(100%, 1080px); margin: 0 auto clamp(3rem, 6vw, 6rem); text-align: center; }
.gallery-hero h1 { max-width: 12ch; margin-inline: auto; }
.gallery-hero > p:last-child { max-width: 58ch; margin: 1.8rem auto 0; color: #655c55; font-size: 1.08rem; }
.gallery-toolbar { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; width: min(100%, 1440px); margin: 0 auto 3rem; }
.gallery-filter { min-height: 46px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #625950; padding: .7rem 1.15rem; font-size: .76rem; font-weight: 650; cursor: pointer; }
.gallery-filter:hover, .gallery-filter.is-active { border-color: var(--forest); background: var(--forest); color: white; }
.gallery-filter:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
.gallery-grid { width: min(100%, 1440px); margin: 0 auto; columns: 3 280px; column-gap: clamp(1rem, 2.2vw, 2rem); }
.gallery-card { break-inside: avoid; margin: 0 0 clamp(1.4rem, 2.5vw, 2.5rem); background: white; }
.gallery-card[hidden], .gallery-empty[hidden] { display: none !important; }
.gallery-card img { display: block; width: 100%; height: auto; background: var(--cream); }
.gallery-card figcaption { display: flex; gap: 1rem; align-items: baseline; padding: 1rem .2rem .15rem; color: var(--ink); font: 400 1.16rem/1.35 Iowan Old Style, Baskerville, Georgia, serif; }
.gallery-card figcaption span { color: var(--gold); font: italic .78rem Georgia, serif; }
.gallery-empty { width: min(100%, 1440px); margin: 3rem auto; text-align: center; color: #655c55; }
.gallery-back { display: block; margin: 4rem auto 0; }
.service-top-nav { display: flex; align-items: center; gap: 1.4rem; color: #655c55; font-size: .78rem; }
.service-top-nav a { text-underline-offset: .3rem; }
.service-contact-link { border-radius: 999px; background: var(--ink); color: white; padding: .8rem 1rem; text-decoration: none; }
.services-page { background: var(--paper); }
.services-hero { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: var(--section-y) var(--gutter); text-align: center; background: var(--cream); }
.services-hero h1 { max-width: 12ch; }
.answer-summary { max-width: 68ch; margin: 2rem auto 0; color: #5f554d; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.service-language-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-top: 2rem; }
.service-language-links a { display: inline-flex; min-height: 42px; align-items: center; gap: .4rem; border: 1px solid var(--line); border-radius: 999px; padding: .45rem .7rem; font-size: .72rem; font-weight: 700; text-decoration: none; }
.service-language-links a[aria-current] { background: white; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); width: min(100% - 2 * var(--gutter), 1440px); margin: 0 auto; padding: var(--section-y) 0; }
.service-detail-grid article { min-height: 350px; border: 1px solid var(--line); padding: clamp(2rem, 4vw, 4rem); }
.service-detail-grid article > span { color: var(--gold); font: italic .9rem Georgia, serif; }
.service-detail-grid h2 { max-width: 11ch; margin: 3rem 0 1.2rem; font-size: clamp(2rem, 3.7vw, 4rem); }
.service-detail-grid p { max-width: 52ch; color: #655c55; }
.service-process, .service-questions { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr); gap: clamp(3rem, 8vw, 9rem); padding: var(--section-y) var(--gutter); }
.service-process { background: var(--forest); color: white; }
.service-process h2 { color: white; }
.service-process .eyebrow { color: #cfded8; }
.service-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.service-process li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.service-process li > span { color: #d8bd94; font: italic .86rem Georgia, serif; }
.service-process h3 { color: white; font-size: 1.55rem; }
.service-process li p { margin: .65rem 0 0; color: #e6efeb; }
.service-questions { background: var(--cream); }
.service-questions h2 { max-width: 8ch; }
.service-final-cta { display: flex; flex-direction: column; align-items: center; gap: 2rem; padding: var(--section-y) var(--gutter); text-align: center; }
.service-final-cta h2 { max-width: 10ch; }

@media (max-width: 1280px) {
  .header-inner { grid-template-columns: minmax(250px, 1fr) minmax(360px, 1.2fr) auto; }
  .ew-nav { gap: 1.35rem; }
  .header-cta span:first-child { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
}

@media (max-width: 1280px) {
  .header-inner { min-height: 96px; grid-template-columns: 1fr auto; }
  .brand-emblem { width: 60px; height: 60px; }
  .brand-emblem img { width: 82px; height: 82px; transform: translate(-11px, -4px) scale(1.16); }
  .brand-copy strong { font-size: 1.65rem; }
  .ew-nav, .header-actions { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); }
  .mobile-nav { display: flex; visibility: hidden; opacity: 0; position: fixed; z-index: 35; inset: 96px 0 0; flex-direction: column; gap: 1.2rem; padding: 3rem var(--gutter); background: var(--cream); transform: translateY(-1rem); transition: .2s ease; pointer-events: none; overflow-y: auto; }
  .mobile-nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .mobile-nav > a:not(.ew-btn) { font: 400 clamp(2.4rem, 7vw, 4rem)/1.1 Georgia, serif; text-decoration: none; }
  .mobile-nav .mobile-langs { display: flex; flex-wrap: wrap; gap: .65rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding-inline: var(--gutter); }
  .hero-image { min-height: 72svh; }
  .split, .faq-section, .contact { grid-template-columns: 1fr; }
  .editorial-images { min-height: 700px; }
  .destination-image { min-height: 70svh; }
  .service-grid { grid-template-columns: 1fr; max-width: 760px; }
  .service-grid article { min-height: 280px; }
  .faq-mark { display: none; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; gap: 1.5rem; }
  .footer-nav { justify-content: flex-start; }
  .service-process, .service-questions { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .header-inner { width: min(100% - 2rem, 100%); }
  .brand-copy strong { font-size: 1.4rem; }
  .brand-copy small { font-size: .56rem; letter-spacing: .18em; }
  .hero-copy { min-height: auto; padding-block: 5rem; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  html:lang(de) h1 { font-size: clamp(2.85rem, 13vw, 4.3rem); hyphens: auto; overflow-wrap: anywhere; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-image { min-height: 64svh; }
  .editorial-images { min-height: 540px; }
  .editorial-main { inset: 0 12% 12% 0; }
  .editorial-detail { width: 42%; height: 43%; border-width: 7px; }
  .copy { padding-inline: var(--gutter); }
  .field-row { grid-template-columns: 1fr; }
  .contact { gap: 3rem; }
  .faq-section { gap: 2.5rem; }
  .faq-item summary { grid-template-columns: 1.75rem 1fr 1.5rem; min-height: 88px; gap: .7rem; }
  .faq-answer { padding: 0 0 1.75rem 2.45rem; }
  .site-footer { padding-inline: 1.25rem; }
  .footer-brand .brand-emblem { display: none; }
  .cookie-notice { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .legal-header { align-items: flex-start; flex-direction: column; }
  .legal-sections section { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-page { padding-inline: 1.25rem; }
  .gallery-grid { columns: 1; }
  .service-top-nav > a:not(.service-contact-link) { display: none; }
  .service-contact-link { font-size: .7rem; }
  .service-detail-grid { grid-template-columns: 1fr; width: min(100% - 2.5rem, 100%); }
  .service-detail-grid article { min-height: auto; }
  .service-process, .service-questions { padding-inline: 1.25rem; }
}

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