:root {
  --forest: #1f4b27;
  --forest-dark: #12371a;
  --leaf: #4f7b4a;
  --soft: #edf3eb;
  --pale: #f7f9f5;
  --paper: #ffffff;
  --ink: #172019;
  --muted: #5a675c;
  --line: #d8e2d6;
  --signal: #a84921;
  --shadow: 0 18px 50px rgba(25, 54, 30, .1);
  --radius: .42rem;
  --shell: min(1180px, calc(100vw - 3rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .6rem; left: .6rem; padding: .7rem 1rem; color: #fff; background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }

/* Opaque, fixed navigation surface */
.site-header { position: sticky; z-index: 100; top: 0; width: 100%; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 6rem; display: flex; align-items: center; justify-content: flex-start; gap: clamp(.65rem, 1.25vw, 1.2rem); }
.header-brand-group { display: flex; align-items: center; gap: .55rem; flex: 0 0 auto; }
.brand { width: 6rem; height: 5.5rem; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; text-decoration: none; }
.brand img { width: 5.8rem; height: 5.8rem; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: .26rem; }
.header-action { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: var(--forest); background: #fff; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.header-action svg { width: 1.05rem; height: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-action:hover, .header-action:focus-visible { color: #fff; background: var(--forest); border-color: var(--forest); transform: translateY(-1px); }
.main-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.1vw, 1.05rem); margin-left: auto; }
.main-nav a { position: relative; color: #263128; font-size: .85rem; font-weight: 720; text-decoration: none; white-space: nowrap; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -.38rem; left: 0; height: 2px; background: var(--forest); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav .nav-cta { padding: .72rem 1rem; color: #fff; background: var(--forest); border: 1px solid var(--forest); border-radius: .22rem; }
.main-nav .nav-cta:hover { background: var(--forest-dark); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; margin-left: auto; padding: .55rem; background: #fff; border: 1px solid var(--line); border-radius: .2rem; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: .4rem 0; background: var(--forest); transition: transform .2s ease; }

.eyebrow { margin: 0 0 .9rem; color: var(--leaf); font-size: .74rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { color: #9aa59b; padding-inline: .15rem; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: inherit; font-weight: 700; }
.lead { max-width: 44rem; margin: 1.6rem 0 0; color: #415044; font-size: clamp(1.05rem, 1.7vw, 1.23rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.9rem; }
.button { min-height: 3.2rem; display: inline-flex; align-items: center; justify-content: center; padding: .7rem 1.1rem; border: 1px solid var(--forest); border-radius: .22rem; font-size: .9rem; font-weight: 780; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--forest); }
.button--primary:hover { background: var(--forest-dark); }
.button--secondary { color: var(--forest); background: #fff; }
.button--secondary:hover { color: #fff; background: var(--forest); }
.text-link { display: inline-block; margin-top: .7rem; padding-bottom: .12rem; color: var(--forest); border-bottom: 1px solid var(--forest); font-size: .88rem; font-weight: 760; text-decoration: none; }

/* Home */
.home-hero { padding-block: clamp(3rem, 6vw, 5.6rem); background: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .74fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.hero-copy h1 { max-width: 48rem; margin: 0; font-size: clamp(3rem, 6.3vw, 5.65rem); line-height: .98; letter-spacing: -.055em; font-weight: 690; }
.hero-copy h1 em { display: block; color: var(--forest); font-style: normal; font-weight: 450; }
.hero-credentials { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.4rem; color: var(--forest); font-size: .78rem; font-weight: 760; }
.hero-credentials span { position: relative; padding-left: .8rem; }
.hero-credentials span::before { content: ""; width: .34rem; height: .34rem; position: absolute; top: .46rem; left: 0; background: var(--signal); border-radius: 50%; }
.hero-image { margin: 0; position: relative; padding: 0 0 1.2rem 1.2rem; }
.hero-image::before { content: ""; position: absolute; inset: 1.2rem auto 0 0; width: 62%; background: var(--soft); }
.hero-image img { width: 100%; height: auto; aspect-ratio: auto; position: relative; object-fit: contain; object-position: center; border-radius: var(--radius); }
.hero-image figcaption { position: relative; margin: .65rem 0 0; color: var(--muted); font-size: .74rem; }

.quick-contact { border-block: 1px solid var(--line); background: var(--pale); }
.quick-contact__inner { display: grid; grid-template-columns: .9fr repeat(3, 1fr); align-items: stretch; }
.quick-contact__intro { display: grid; align-content: center; min-height: 6.7rem; padding: 1rem 1.25rem 1rem 0; }
.quick-contact__intro strong { color: var(--forest); font-size: 1.15rem; }
.quick-contact__intro span { color: var(--muted); font-size: .75rem; }
.quick-contact__link { display: grid; grid-template-columns: 2.1rem 1fr auto; gap: .8rem; align-items: center; min-width: 0; padding: 1rem 1.15rem; border-left: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.quick-contact__link:hover { background: #fff; }
.quick-contact__link svg { width: 1.35rem; height: 1.35rem; color: var(--forest); }
.quick-contact__link span { display: grid; min-width: 0; }
.quick-contact__link small { color: var(--muted); font-size: .66rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.quick-contact__link strong { overflow-wrap: anywhere; color: var(--forest); font-size: .84rem; }
.quick-contact__arrow { color: var(--signal); font-size: 1.05rem; font-weight: 800; }

.trust-line { background: #fff; border-bottom: 1px solid var(--line); }
.trust-line__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-line p { min-height: 6.4rem; display: grid; align-content: center; margin: 0; padding: 1.05rem clamp(1rem, 2.5vw, 2rem); border-right: 1px solid var(--line); }
.trust-line p:first-child { border-left: 1px solid var(--line); }
.trust-line strong { color: var(--forest); font-size: 1rem; }
.trust-line span { color: var(--muted); font-size: .75rem; }
.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section--soft { background: var(--pale); }
.section-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 4rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading h2, .intro-title h2, .home-contact h2 { margin: 0; font-size: clamp(2.25rem, 4.3vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 .2rem; color: var(--muted); }
.home-services { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-tile { min-height: 17rem; display: flex; flex-direction: column; padding: 1.45rem; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }
.service-tile:hover, .service-tile:focus-visible { background: var(--soft); }
.service-tile > span { color: var(--signal); font-size: .68rem; font-weight: 820; letter-spacing: .12em; }
.service-tile h3 { margin: 2.4rem 0 .6rem; color: var(--forest); font-size: 1.45rem; line-height: 1.1; }
.service-tile p { margin: 0 0 1.15rem; color: var(--muted); font-size: .86rem; }
.service-tile b { margin-top: auto; color: var(--forest); font-size: .8rem; }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.intro-copy { padding-top: 1.6rem; }
.intro-copy p { color: #465247; font-size: 1.05rem; }
.home-proof { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.home-proof__copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.035em; }
.home-proof__copy p:not(.eyebrow) { color: var(--muted); }
.home-proof figure { margin: 0; }
.home-proof img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: var(--radius); }
.home-proof figcaption { margin-top: .55rem; color: var(--muted); font-size: .74rem; }
.home-contact { padding-block: clamp(3.8rem, 7vw, 6rem); background: var(--soft); border-top: 1px solid var(--line); }
.home-contact__inner { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.home-contact__inner > div:first-child { max-width: 47rem; }
.home-contact p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }

/* Interior pages */
.page-hero { padding-block: clamp(3.2rem, 6vw, 5.5rem); background: var(--pale); border-bottom: 1px solid var(--line); }
.page-hero--white { background: #fff; }
.page-hero__grid { display: grid; grid-template-columns: 1fr .68fr; gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; }
.page-hero h1 { max-width: 50rem; margin: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: 1; letter-spacing: -.052em; }
.page-hero .lead { margin-bottom: 1.7rem; }
.page-hero__figure { margin: 0; }
.page-hero__image { width: 100%; aspect-ratio: 4 / 5; max-height: 34rem; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.page-hero__image--full { height: auto; aspect-ratio: auto; max-height: none; object-fit: contain; }
.page-hero__figure figcaption { margin-top: .55rem; color: var(--muted); font-size: .73rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 1rem; color: var(--muted); font-size: .76rem; }
.breadcrumb a { color: var(--forest); text-decoration: none; }
.content-section { padding-block: clamp(4.2rem, 7vw, 6.5rem); }
.content-section--soft { background: var(--pale); }
.content-head { max-width: 51rem; margin-bottom: 2.4rem; }
.content-head h2, .split-copy h2, .document-copy h2, .contact-intro h1, .case-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.content-head > p:last-child, .split-copy > p, .document-copy > p, .case-copy > p { color: var(--muted); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-card { min-height: 14.5rem; padding: 1.35rem; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-card__no { color: var(--signal); font-size: .68rem; font-weight: 820; letter-spacing: .1em; }
.detail-card h3 { margin: 2.4rem 0 .55rem; color: var(--forest); font-size: 1.3rem; line-height: 1.15; }
.detail-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.split-layout { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.split-layout--reverse { grid-template-columns: 1fr .88fr; }
.split-layout--reverse .split-image { order: 2; }
.split-image { margin: 0; }
.split-image img { width: 100%; max-height: 39rem; object-fit: cover; border-radius: var(--radius); }
.split-image figcaption { margin-top: .55rem; color: var(--muted); font-size: .73rem; }
.simple-list { margin: 1.5rem 0 1.9rem; padding: 0; list-style: none; }
.simple-list li { position: relative; padding: .5rem 0 .5rem 1.25rem; border-bottom: 1px solid var(--line); color: #3f4b40; }
.simple-list li::before { content: ""; width: .38rem; height: .38rem; position: absolute; top: 1.08rem; left: 0; background: var(--signal); border-radius: 50%; }
.inline-cta { padding: clamp(1.8rem, 4vw, 3rem); background: var(--soft); border-left: 4px solid var(--forest); }
.inline-cta h2 { margin: 0 0 .7rem; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.08; letter-spacing: -.035em; }
.inline-cta p { max-width: 48rem; color: var(--muted); }

/* Authentic photo stories */
.photo-story { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.photo-story__copy { position: sticky; top: 8rem; }
.photo-story__copy h2 { margin: 0; font-size: clamp(2.2rem, 3.8vw, 3.6rem); line-height: 1.05; letter-spacing: -.035em; }
.photo-story__copy p:not(.eyebrow) { color: var(--muted); }
.photo-sequence { display: grid; grid-template-columns: .82fr 1.18fr; gap: .8rem; }
.photo-sequence figure, .editorial-figure, .comparison-card, .before-after figure, .result-pair figure, .field-card, .document-card, .video-card { margin: 0; }
.photo-sequence img { width: 100%; height: 32rem; object-fit: cover; border-radius: var(--radius); }
.photo-sequence figure:nth-child(2) img { object-position: 52% 50%; }
.photo-sequence figcaption, .editorial-figure figcaption, .comparison-card figcaption, .before-after figcaption, .result-pair figcaption, .field-card figcaption, .video-card figcaption { margin-top: .5rem; color: var(--muted); font-size: .78rem; }
.editorial-figure { display: grid; justify-items: center; }
.editorial-figure img { width: min(100%, 52rem); border-radius: var(--radius); }
.editorial-figure figcaption { width: min(100%, 52rem); }
.before-after { display: grid; gap: 1.1rem; }
.before-after__head { display: grid; grid-template-columns: 1fr .8fr; gap: 3rem; align-items: end; }
.before-after__head h2 { margin: 0; font-size: clamp(2.2rem, 3.8vw, 3.6rem); line-height: 1.05; letter-spacing: -.035em; }
.before-after__head > p { margin: 0; color: var(--muted); }
.before-after__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.before-after figure { position: relative; }
.before-after img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); }
.photo-label { position: absolute; top: .75rem; left: .75rem; padding: .35rem .55rem; color: #fff; background: rgba(18, 55, 26, .92); border-radius: .15rem; font-size: .66rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.photo-label--after { background: rgba(168, 73, 33, .96); }
.result-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(1rem, 3vw, 2rem); align-items: start; }
.comparison-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); }
.result-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.result-pair figure { position: relative; }
.result-pair img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); }
.result-pair figcaption { grid-column: 1 / -1; }

/* Baumkontrolle */
.document-intro { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; margin-bottom: 2rem; }
.document-facts { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.5rem; }
.document-facts div { padding: .9rem; background: var(--pale); border: 1px solid var(--line); }
.document-facts strong, .document-facts span { display: block; }
.document-facts strong { color: var(--forest); font-size: .8rem; }
.document-facts span { color: var(--muted); font-size: .74rem; }
.document-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.document-card { display: flex; flex-direction: column; padding: .55rem; background: #fff; border: 1px solid var(--line); }
.document-card--overview { width: min(100%, 64rem); grid-column: 1 / -1; justify-self: center; }
.document-card img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: top; background: #fff; }
.document-card--map img { object-position: center; }
.document-card figcaption { display: grid; gap: .18rem; padding: .8rem .45rem .35rem; color: var(--muted); font-size: .72rem; }
.document-card strong { color: var(--forest); font-size: .84rem; }
.privacy-note { display: inline-flex; width: fit-content; margin-top: .3rem; padding: .2rem .4rem; color: var(--forest); background: var(--soft); font-size: .62rem; font-weight: 780; letter-spacing: .04em; text-transform: uppercase; }
.standards-note { max-width: 43rem; margin: 1.45rem 0 0; color: var(--muted); font-size: .88rem; }
.standards-note a, .geo-note a { color: var(--forest); font-weight: 760; text-underline-offset: .18em; }
.geo-note { max-width: 58rem; margin: 2rem auto 0; padding: 1.25rem 1.4rem; background: #fff; border-left: 4px solid var(--forest); }
.geo-note h3 { margin: 0 0 .45rem; color: var(--forest); font-size: 1.2rem; }
.geo-note p { margin: 0; color: var(--muted); }

/* Digital management */
.database-panel { padding: clamp(1.3rem, 3vw, 2rem); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.database-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.database-panel__top strong { color: var(--forest); font-size: 1.15rem; }
.database-panel__mark { display: inline-flex; align-items: center; gap: .4rem; color: var(--forest); font-size: .7rem; font-weight: 780; }
.database-panel__mark::before { content: ""; width: .48rem; height: .48rem; background: var(--signal); border-radius: 50%; }
.database-rows { display: grid; gap: 0; padding-top: .8rem; }
.database-row { display: grid; grid-template-columns: 2rem 1fr; gap: .7rem; align-items: center; padding: .78rem .2rem; border-bottom: 1px solid var(--line); }
.database-row:last-child { border-bottom: 0; }
.database-row > span:first-child { width: 1.65rem; height: 1.65rem; display: grid; place-items: center; color: #fff; background: var(--forest); font-size: .68rem; font-weight: 820; }
.database-row strong, .database-row small { display: block; }
.database-row strong { font-size: .81rem; }
.database-row small { color: var(--muted); font-size: .7rem; }

/* Einsätze */
.equipment-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.equipment-strip div { min-height: 7.5rem; display: grid; align-content: center; padding: 1rem 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.equipment-strip strong { color: var(--forest); }
.equipment-strip span { color: var(--muted); font-size: .74rem; }
.equipment-caption { display: grid; gap: .25rem; padding-top: .7rem; }
.equipment-caption strong { color: var(--forest); font-size: .87rem; }
.equipment-caption span { color: var(--muted); font-size: .78rem; line-height: 1.5; }
.case-section { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.case-copy { position: sticky; top: 8rem; }
.case-media { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.case-media figure { margin: 0; }
.case-media img { width: 100%; height: 34rem; object-fit: cover; border-radius: var(--radius); }
.case-media figcaption { margin-top: .5rem; color: var(--muted); font-size: .73rem; }
.site-view { margin: 2.4rem 0 0; }
.site-view img { width: 100%; max-height: 32rem; object-fit: cover; border-radius: var(--radius); }
.site-view figcaption { margin-top: .5rem; color: var(--muted); font-size: .73rem; }
.cemetery-story { display: grid; grid-template-columns: 1.15fr .75fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.cemetery-story figure { margin: 0; }
.cemetery-story img { width: 100%; height: auto; object-fit: contain; border-radius: var(--radius); }
.cemetery-story figcaption { margin-top: .5rem; color: var(--muted); font-size: .78rem; }
.field-gallery { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 1.1rem .8rem; }
.field-card { flex: 0 1 calc(33.333% - .55rem); }
.field-card img { width: 100%; height: auto; object-fit: contain; border-radius: var(--radius); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 3vw, 2rem); }
.video-grid--single { grid-template-columns: minmax(0, 46rem); }
.video-card { display: grid; grid-template-columns: minmax(13rem, .7fr) 1fr; gap: 1.3rem; align-items: center; padding: 1rem; background: var(--pale); border: 1px solid var(--line); }
.video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #101310; }
.video-card__copy h3 { margin: 0 0 .5rem; color: var(--forest); font-size: 1.35rem; }
.video-card__copy p { margin: 0; color: var(--muted); font-size: .82rem; }
.video-card__copy small { display: block; margin-top: .7rem; color: var(--forest); font-weight: 760; }

/* About and contact */
.about-story { max-width: 52rem; }
.about-story h2 { margin: 0; font-size: clamp(2.2rem, 3.9vw, 3.75rem); line-height: 1.05; letter-spacing: -.035em; }
.about-story p { color: #445045; font-size: 1.05rem; }
.brand-story { display: grid; grid-template-columns: minmax(13rem, .4fr) 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.brand-story figure { margin: 0; }
.brand-story img { width: min(100%, 19rem); height: auto; max-height: none; aspect-ratio: auto; margin-inline: auto; object-fit: contain; border-radius: var(--radius); }
.brand-story figcaption { margin-top: .5rem; color: var(--muted); font-size: .73rem; }
.qualification-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 2.4rem; }
.qualification-grid div { padding: 1.15rem; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-grid strong, .qualification-grid span { display: block; }
.qualification-grid strong { color: var(--forest); font-size: 1rem; }
.qualification-grid span { color: var(--muted); font-size: .75rem; }
.contact-page { padding-block: clamp(4rem, 8vw, 7rem); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(3rem, 9vw, 8rem); }
.contact-intro > p { color: var(--muted); font-size: 1.04rem; }
.contact-options { display: grid; border-top: 1px solid var(--line); }
.contact-option { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.3rem .2rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-option span { display: grid; }
.contact-option small { color: var(--muted); font-size: .72rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.contact-option strong { overflow-wrap: anywhere; color: var(--forest); font-size: clamp(1rem, 2vw, 1.3rem); }
.contact-option b { color: var(--signal); font-size: 1.25rem; }
.contact-option--primary { margin-bottom: .6rem; padding-inline: 1rem; background: var(--soft); border: 1px solid #c8d8c5; }
.address-box { margin-top: 2rem; padding: 1.2rem; background: var(--pale); border-left: 3px solid var(--forest); }
.address-box strong { color: var(--forest); }

/* Footer and legal */
.site-footer { padding: 4.2rem 0 1.4rem; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr 1fr .6fr; gap: 3rem; }
.footer-brand .brand { margin-top: -1rem; }
.footer-brand p { margin: .35rem 0 0; color: var(--forest); font-size: .82rem; font-weight: 720; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-grid h2 { margin: .35rem 0 .6rem; color: var(--forest); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: var(--muted); font-size: .79rem; text-decoration: none; }
.footer-grid a:hover { color: var(--forest); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3.2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.mobile-contact { display: none; }
.legal-page { min-height: 100vh; background: #fff; }
.legal-main { padding-block: clamp(4rem, 8vw, 7rem); }
.legal-wrap { width: min(780px, calc(100vw - 3rem)); margin-inline: auto; }
.legal-back { display: inline-flex; margin-bottom: 2.3rem; color: var(--forest); font-size: .84rem; font-weight: 720; text-decoration: none; }
.legal-main h1 { margin: 0 0 2.4rem; color: var(--forest); font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1; letter-spacing: -.04em; }
.legal-main h2 { margin: 2.2rem 0 .5rem; font-size: 1.25rem; }
.legal-main p, .legal-main li { color: #465247; }
.legal-main a { color: var(--forest); font-weight: 650; }
.legal-note { margin: 2rem 0; padding: 1rem 1.2rem; background: var(--soft); border-left: 3px solid var(--forest); }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  html:not(.js) .header-inner { flex-wrap: wrap; align-items: center; padding-block: .45rem; }
  html:not(.js) .main-nav { min-width: 0; flex: 1 1 100%; flex-wrap: wrap; justify-content: flex-start; row-gap: .45rem; padding-block: .7rem; }
  html:not(.js) .main-nav a { white-space: normal; }
  .js .main-nav { position: fixed; inset: 6rem 0 calc(4.1rem + env(safe-area-inset-bottom)); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .8rem 1.5rem 2rem; overflow-y: auto; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .js .main-nav.is-open { display: flex; }
  .js .main-nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .js .main-nav .nav-cta { margin-top: .75rem; padding: .85rem; text-align: center; border: 0; }
  .js .menu-toggle { display: block; }
  .js .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .js .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .quick-contact { display: none; }
  body { padding-bottom: calc(4.1rem + env(safe-area-inset-bottom)); }
  .mobile-contact { position: fixed; z-index: 150; inset: auto 0 0; min-height: 4.1rem; display: grid; grid-template-columns: repeat(3, 1fr); padding: .4rem .4rem calc(.4rem + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(20, 40, 20, .1); }
  .mobile-contact a { display: grid; place-items: center; color: var(--forest); border: 1px solid var(--forest); border-right: 0; font-size: .78rem; font-weight: 800; text-decoration: none; }
  .mobile-contact a:last-child { border-right: 1px solid var(--forest); }
  .mobile-contact a:nth-child(2) { color: #fff; background: var(--forest); }
  .quick-contact__inner { grid-template-columns: repeat(3, 1fr); }
  .quick-contact__intro { grid-column: 1 / -1; min-height: auto; padding: 1rem 0 .8rem; }
  .quick-contact__link:first-of-type { border-left: 0; }
  .home-services { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .qualification-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .video-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 2rem, 1180px); }
  html { scroll-padding-top: 5.3rem; }
  .header-inner { min-height: 5.25rem; }
  .brand { width: 5.35rem; height: 5rem; }
  .brand img { width: 5.3rem; height: 5.3rem; }
  .js .main-nav { inset-block-start: 5.25rem; }
  .home-hero { padding-block: 2.7rem 3.8rem; }
  .section, .content-section { padding-block: 3.7rem; }
  .hero-grid, .page-hero__grid, .section-heading, .intro-grid, .home-proof, .home-contact__inner, .split-layout, .split-layout--reverse, .photo-story, .before-after__head, .document-intro, .case-section, .cemetery-story, .brand-story, .contact-layout { grid-template-columns: 1fr; gap: 2.2rem; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-credentials { display: none; }
  .hero-image { width: min(92%, 31rem); margin-left: auto; }
  .quick-contact__inner { width: 100%; grid-template-columns: 1fr; }
  .quick-contact__intro { padding-inline: 1rem; }
  .quick-contact__link { border-top: 1px solid var(--line); border-left: 0; }
  .trust-line__inner { grid-template-columns: 1fr; }
  .trust-line p { min-height: 5.2rem; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .home-services, .detail-grid { grid-template-columns: 1fr; }
  .service-tile { min-height: 14rem; }
  .page-hero { padding-block: 2.8rem 3.7rem; }
  .page-hero__figure { width: min(92%, 31rem); margin-left: auto; }
  .split-layout--reverse .split-image { order: initial; }
  .photo-story__copy, .case-copy { position: static; }
  .photo-sequence { grid-template-columns: 1fr 1fr; }
  .photo-sequence img { min-height: 22rem; }
  .before-after__grid, .result-grid, .document-gallery, .case-media, .equipment-strip { grid-template-columns: 1fr; }
  .document-card img { height: auto; max-height: none; }
  .equipment-strip div { min-height: 6rem; }
  .case-media img { height: 28rem; }
  .field-card { flex-basis: calc(50% - .4rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.4rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .35rem; }
}

@media (max-width: 520px) {
  .header-inner { gap: .45rem; }
  .brand { width: 4.4rem; height: 5rem; }
  .brand img { width: 4.6rem; height: 4.6rem; }
  .header-brand-group { gap: .35rem; }
  .header-actions { display: grid; grid-template-columns: repeat(3, 2.2rem); gap: .18rem; }
  .header-action { width: 2.2rem; height: 2.2rem; }
  .header-action svg { width: 1rem; height: 1rem; }
  .button-row { display: grid; }
  .hero-copy h1 { font-size: 2.75rem; }
  .photo-sequence, .before-after__grid, .result-pair, .field-gallery, .document-facts, .qualification-grid, .footer-grid { grid-template-columns: 1fr; }
  .photo-sequence img, .before-after img, .result-pair img { max-height: 34rem; }
  .field-card { flex-basis: 100%; }
  .result-pair figcaption { grid-column: auto; }
  .footer-brand { grid-column: auto; }
  .contact-option strong { font-size: .93rem; }
  .video-card { grid-template-columns: 1fr; }
  .video-card video { width: min(100%, 20rem); height: auto; max-height: none; justify-self: center; object-fit: contain; }
}

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