/*
Theme Name: Dynga Marta Grochowska
Theme URI: https://dynga.pl/
Author: Dynga / Marta Grochowska
Description: Autorski motyw portfolio fotograficznego z edycją treści i zdjęć oraz formularzem kontaktowym.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dynga
*/

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --paper: #f4f0e9;
  --paper-deep: #e9e2d8;
  --ink: #201f1d;
  --muted: #6f6a63;
  --accent: #7b493f;
  --line: rgba(32, 31, 29, 0.2);
  --serif: "League Spartan", Arial, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
  --gutter: clamp(1.25rem, 5vw, 5.5rem);
  --section: clamp(5.5rem, 11vw, 10rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .98; }
h1 { font-size: clamp(3.2rem, 7.5vw, 7.8rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.6rem, 5.4vw, 5.5rem); letter-spacing: -0.05em; }
h3 { font-size: clamp(1.75rem, 3vw, 3rem); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 1000; padding: .8rem 1rem;
  background: #fff; color: #000; transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center;
  justify-content: space-between; padding: 1.25rem var(--gutter); color: white;
  transition: background .35s ease, color .35s ease, padding .35s ease;
}
.site-header.is-scrolled {
  padding-top: .8rem; padding-bottom: .8rem; color: var(--ink);
  background: rgba(244, 240, 233, .93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; flex-direction: column; line-height: .82; position: relative; z-index: 102; }
.brand__name { font-family: var(--serif); font-size: 2.15rem; font-weight: 800; letter-spacing: -.055em; }
.brand__name::after { content: "."; }
.brand__by { margin-top: .42rem; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.75rem); }
.main-nav a { font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -.3rem; height: 1px;
  background: currentColor; transition: right .25s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.nav-cta { border: 1px solid currentColor; padding: .68rem 1rem; }
.menu-button { display: none; border: 0; background: none; padding: .5rem; color: inherit; z-index: 102; }
.menu-button > span:not(.sr-only) { display: block; width: 1.65rem; height: 1px; margin: .32rem 0; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: 100svh; color: white; display: grid; align-items: end; }
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image { object-position: center 42%; }
.hero__shade { background: linear-gradient(90deg, rgba(12,10,9,.62) 0%, rgba(12,10,9,.18) 62%, rgba(12,10,9,.08)), linear-gradient(0deg, rgba(12,10,9,.4), transparent 50%); }
.hero__content { position: relative; z-index: 1; max-width: 79rem; padding: 11rem var(--gutter) clamp(7rem, 14vh, 10rem); }
.hero__content h1 { max-width: 12ch; margin-bottom: 1.5rem; }
.hero__content > p:not(.eyebrow) { max-width: 37rem; margin-bottom: 2.2rem; font-weight: 300; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero__scroll { position: absolute; z-index: 2; right: var(--gutter); bottom: 3rem; display: flex; align-items: center; gap: .9rem; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll .line { display: block; width: 1px; height: 3.75rem; background: rgba(255,255,255,.65); }

.eyebrow { margin-bottom: 1.15rem; color: var(--accent); font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255,255,255,.8); }
.section { padding: var(--section) var(--gutter); }
.section__intro { max-width: 70rem; margin: 0 auto clamp(4rem, 8vw, 8rem); text-align: center; }
.section__intro h2 { max-width: 18ch; margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.45rem; padding: .85rem 1.55rem; border: 1px solid; font-size: .73rem; letter-spacing: .16em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.button--light { color: white; border-color: rgba(255,255,255,.65); }
.button--light:hover { background: white; color: var(--ink); }
.button--dark { color: var(--ink); border-color: var(--ink); }
.button--dark:hover { background: var(--ink); color: var(--paper); }
.text-link { display: inline-flex; gap: .55rem; padding-bottom: .18rem; border-bottom: 1px solid; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: .82fr 1.18fr 1fr; grid-template-rows: minmax(19rem, 32vw) minmax(21rem, 36vw); gap: clamp(.75rem, 1.6vw, 1.5rem); max-width: 94rem; margin: 0 auto; }
.story-grid figure { margin: 0; overflow: hidden; }
.story-grid__portrait { grid-row: 1 / 3; }
.story-grid__detail { grid-column: 2; }
.story-grid__detail img { object-position: 50% 40%; }
.story-grid__wide { grid-column: 2 / 4; grid-row: 2; }
.story-grid__copy { grid-column: 3; grid-row: 1; padding: clamp(1rem, 2.8vw, 3.25rem); display: flex; flex-direction: column; justify-content: center; }
.story-grid__copy .index { color: var(--accent); font-size: .72rem; letter-spacing: .18em; }
.story-grid__copy h3 { margin: 1rem 0 1.4rem; }
.story-grid__copy p { color: var(--muted); font-weight: 300; }
.story-grid__copy .text-link { margin-top: auto; align-self: flex-start; }

.quote-section { min-height: min(82vh, 58rem); position: relative; display: grid; place-items: center; color: white; overflow: hidden; }
.quote-section::after { content: ""; position: absolute; inset: 0; background: rgba(20,15,13,.48); }
.quote-section img { position: absolute; inset: 0; object-position: center 48%; }
.quote-section__copy { position: relative; z-index: 1; max-width: 65rem; padding: 6rem var(--gutter); text-align: center; }
.quote-section__copy p { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.06; }
.quote-mark { display: block; font-family: var(--serif); font-size: 7rem; height: 5rem; color: rgba(255,255,255,.7); }

.services { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(3rem, 8vw, 9rem); row-gap: 5rem; max-width: 100rem; margin: 0 auto; }
.services__heading { align-self: end; }
.services__heading h2 { max-width: 12ch; }
.services__heading > p:last-child { max-width: 36rem; color: var(--muted); }
.services__image { height: clamp(32rem, 57vw, 56rem); }
.services__image img { object-position: center; }
.service-list { align-self: start; }
.service { display: grid; grid-template-columns: 3rem 1fr; gap: 1.15rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service__number { padding-top: .4rem; color: var(--accent); font-size: .72rem; letter-spacing: .16em; }
.service h3 { margin-bottom: .7rem; font-size: clamp(1.7rem, 2.5vw, 2.7rem); }
.service p { margin-bottom: 0; color: var(--muted); max-width: 38rem; }

.gallery-strip { display: grid; grid-template-columns: 1fr 1.3fr 1fr; height: clamp(22rem, 45vw, 42rem); gap: .35rem; background: var(--ink); }
.gallery-strip figure { margin: 0; overflow: hidden; }
.gallery-strip figure:nth-child(2) { margin: -2rem 0; position: relative; z-index: 1; }

.finishing { max-width: 100rem; margin: 0 auto; }
.finishing__heading { max-width: 62rem; margin-bottom: clamp(3rem, 7vw, 6rem); }
.finishing__content { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.finishing__image { height: clamp(30rem, 60vw, 52rem); }
.finish-option { border-top: 1px solid var(--line); }
.finish-option:last-child { border-bottom: 1px solid var(--line); }
.finish-option summary { position: relative; cursor: pointer; list-style: none; padding: 1.7rem 2rem 1.7rem 3.25rem; font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.3rem); }
.finish-option summary::-webkit-details-marker { display: none; }
.finish-option summary span { position: absolute; left: 0; top: 2rem; font-family: var(--sans); font-size: .68rem; color: var(--accent); letter-spacing: .15em; }
.finish-option summary::after { content: "+"; position: absolute; right: 0; top: 1.45rem; font-family: var(--sans); font-weight: 300; }
.finish-option[open] summary::after { content: "−"; }
.finish-option p { padding: 0 1.5rem 1.8rem 3.25rem; color: var(--muted); max-width: 38rem; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 10rem); background: var(--paper-deep); }
.faq__heading { position: sticky; top: 8rem; align-self: start; }
.faq__heading h2 { max-width: 9ch; }
.faq__heading > p:last-child { max-width: 28rem; color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; position: relative; padding: 1.6rem 3.5rem 1.6rem 0; font-size: 1rem; font-weight: 500; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span, .faq-item summary span::after { position: absolute; content: ""; width: 1.25rem; height: 1px; background: var(--ink); right: .35rem; top: 50%; transition: transform .25s ease; }
.faq-item summary span::after { right: 0; top: 0; transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { max-width: 46rem; padding: 0 3rem 1.75rem 0; color: var(--muted); }

.price { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: var(--ink); color: var(--paper); }
.price__visual { min-height: 60rem; }
.price__content { padding: clamp(5rem, 10vw, 9rem) var(--gutter); align-self: center; }
.price__content h2 { margin-bottom: .8rem; }
.price__lead { color: rgba(244,240,233,.7); margin-bottom: 2.6rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 2.8rem; }
.check-list li { position: relative; padding: 1rem 0 1rem 2rem; border-top: 1px solid rgba(244,240,233,.2); }
.check-list li:last-child { border-bottom: 1px solid rgba(244,240,233,.2); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #d6b8a9; }
.extras { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 2.6rem; }
.extras p { flex-basis: 100%; margin-bottom: .5rem; font-size: .73rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(244,240,233,.62); }
.extras span { padding: .45rem .75rem; border: 1px solid rgba(244,240,233,.24); font-size: .78rem; }

.contact-cta { padding: var(--section) var(--gutter); text-align: center; }
.contact-cta__inner { max-width: 70rem; margin: 0 auto; }
.contact-cta h2 { margin-inline: auto; max-width: 17ch; }
.contact-cta__inner > p:not(.eyebrow) { max-width: 44rem; margin: 0 auto 2.2rem; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding: 4.5rem var(--gutter) 2rem; color: var(--paper); background: #151412; }
.site-footer__brand { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__brand .brand__name { font-size: 3.25rem; }
.site-footer p, .site-footer a { font-size: .86rem; color: rgba(244,240,233,.68); }
.site-footer a { display: block; margin-bottom: .3rem; }
.site-footer a:hover { color: white; }
.footer-label { color: white !important; letter-spacing: .16em; text-transform: uppercase; font-size: .7rem !important; }
.site-footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(244,240,233,.15); font-size: .72rem; color: rgba(244,240,233,.5); }
.site-footer__bottom a { margin: 0; font-size: inherit; }

.reveal { opacity: 0; transform: translateY(1.75rem); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.8rem; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { font-family: var(--serif); font-size: 2rem; letter-spacing: 0; text-transform: none; }
  .main-nav .nav-cta { font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
  .site-header.menu-active { color: var(--ink); }
  .site-header.menu-active .menu-button > span:nth-child(1) { transform: translateY(.41rem) rotate(45deg); }
  .site-header.menu-active .menu-button > span:nth-child(2) { opacity: 0; }
  .site-header.menu-active .menu-button > span:nth-child(3) { transform: translateY(-.23rem) rotate(-45deg); }
  .story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 27rem auto 29rem; }
  .story-grid__portrait { grid-row: 1; }
  .story-grid__detail { grid-column: 2; }
  .story-grid__copy { grid-column: 1 / -1; grid-row: 2; padding: 3rem 0; max-width: 48rem; }
  .story-grid__copy .text-link { margin-top: 1.3rem; }
  .story-grid__wide { grid-column: 1 / -1; grid-row: 3; }
  .services { grid-template-columns: 1fr; }
  .services__heading { max-width: 50rem; }
  .services__image { height: 42rem; }
  .finishing__content { grid-template-columns: 1fr; }
  .finishing__image { height: 44rem; }
  .faq { grid-template-columns: 1fr; }
  .faq__heading { position: static; }
  .faq__heading h2 { max-width: 15ch; }
  .price { grid-template-columns: 1fr; }
  .price__visual { min-height: 42rem; }
}

@media (max-width: 680px) {
  .site-header { padding-top: 1rem; padding-bottom: 1rem; }
  .brand__name { font-size: 1.8rem; }
  .hero__content { padding-bottom: 6.5rem; }
  .hero__content h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero__scroll { display: none; }
  .section__intro { text-align: left; }
  .story-grid { display: block; }
  .story-grid figure { height: 28rem; margin-bottom: .65rem; }
  .story-grid__detail { display: none; }
  .story-grid__copy { padding: 3.5rem .2rem; }
  .quote-section { min-height: 75svh; }
  .services { row-gap: 2.5rem; }
  .services__image, .finishing__image { height: 34rem; }
  .service { grid-template-columns: 2.35rem 1fr; }
  .gallery-strip { height: 28rem; grid-template-columns: 1fr 1fr; }
  .gallery-strip figure:nth-child(1) { display: none; }
  .gallery-strip figure:nth-child(2) { margin: 0; }
  .finish-option summary { padding-right: 1.5rem; }
  .faq-item summary { padding-right: 2.6rem; }
  .price__visual { min-height: 35rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: column; }
}

/* Shared multi-page components */
.page-header {
  position: absolute;
}
.page-header.is-scrolled {
  position: fixed;
}
.site-header.header--dark { color: var(--ink); }
.subhero {
  position: relative;
  min-height: min(82svh, 58rem);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.subhero--full { min-height: 100svh; }
.subhero__image,
.subhero__overlay { position: absolute; inset: 0; }
.subhero__overlay {
  background: linear-gradient(90deg, rgba(15, 13, 12, .66), rgba(15, 13, 12, .15) 72%), linear-gradient(0deg, rgba(15, 13, 12, .38), transparent 58%);
}
.subhero__content {
  position: relative;
  z-index: 1;
  max-width: 78rem;
  padding: 12rem var(--gutter) clamp(5rem, 10vw, 8rem);
}
.subhero__content h1 { max-width: 12ch; margin-bottom: 1.35rem; }
.subhero__content > p:not(.eyebrow) { max-width: 40rem; font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 300; }
.subhero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.button--ghost:hover { color: var(--ink); background: #fff; }
.button--solid { color: var(--ink); background: #fff; border-color: #fff; }
.button--solid:hover { color: #fff; background: transparent; }

.split-intro {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 9vw, 10rem);
  align-items: start;
  max-width: 94rem;
  margin: 0 auto;
}
.split-intro__title h2 { max-width: 10ch; }
.split-intro__copy { max-width: 50rem; padding-top: 2.2rem; }
.split-intro__copy .lead { font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.45rem); line-height: 1.3; color: var(--ink); }
.split-intro__copy p { color: var(--muted); }

.entry-media { margin: 0 0 2.5rem; }
.entry-media figcaption { margin-top: .75rem; color: var(--muted); font-size: .82rem; }
.entry-content h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); margin: 2.6rem 0 1.1rem; }
.entry-content h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); margin: 2.2rem 0 1rem; }
.entry-content p { color: var(--muted); margin: 0 0 1.3rem; }
.entry-content a { color: var(--accent); border-bottom: 1px solid currentColor; }
.entry-content ul, .entry-content ol { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.entry-content ul li { padding: .85rem 0 .85rem 1.5rem; border-top: 1px solid var(--line); position: relative; color: var(--muted); }
.entry-content ul li:last-child { border-bottom: 1px solid var(--line); }
.entry-content ul li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.entry-content ol { list-style: decimal; padding-left: 1.3rem; }
.entry-content ol li { padding: .4rem 0; color: var(--muted); }
.entry-content blockquote { margin: 2.2rem 0; padding: .2rem 0 .2rem 1.5rem; border-left: 2px solid var(--accent); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.35; }
.entry-content figure { margin: 2.2rem 0; }
.entry-content figure img { width: 100%; height: auto; object-fit: cover; }
.entry-content figcaption { margin-top: .75rem; color: var(--muted); font-size: .82rem; }
.entry-content .wp-block-buttons { margin: 1.5rem 0; }
.entry-content .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 3.45rem; padding: .85rem 1.55rem; border: 1px solid var(--ink); color: var(--ink); font-size: .73rem; letter-spacing: .16em; text-transform: uppercase; background: none; transition: background .25s ease, color .25s ease; }
.entry-content .wp-block-button__link:hover { background: var(--ink); color: var(--paper); }
.entry-content hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.inline-list { display: flex; flex-wrap: wrap; gap: .7rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.inline-list li { padding: .55rem .85rem; border: 1px solid var(--line); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .55rem;
  padding: 0 var(--gutter) var(--section);
}
.category-card { position: relative; min-height: clamp(28rem, 45vw, 44rem); overflow: hidden; color: #fff; }
.category-card img { transition: transform .7s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,12,.68), transparent 62%); }
.category-card__copy { position: absolute; z-index: 1; inset: auto 1.4rem 1.4rem; }
.category-card__copy span { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.category-card__copy h3 { margin: .35rem 0 .65rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.category-card__copy p { margin: 0; max-width: 26rem; font-size: .9rem; color: rgba(255,255,255,.78); }

.mosaic { display: grid; grid-template-columns: 1.1fr .9fr; min-height: min(82vw, 60rem); background: var(--ink); color: var(--paper); }
.mosaic__images { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; padding: .35rem 0 .35rem .35rem; }
.mosaic__images figure { margin: 0; overflow: hidden; }
.mosaic__images figure:first-child { grid-row: span 2; }
.mosaic__copy { display: flex; flex-direction: column; justify-content: center; padding: var(--section) var(--gutter); }
.mosaic__copy h2 { max-width: 11ch; }
.mosaic__copy > p:not(.eyebrow) { max-width: 35rem; color: rgba(244,240,233,.68); }

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 100rem;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.step { padding: 2.25rem clamp(1rem, 2vw, 2rem); border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step__number { display: block; margin-bottom: 3.5rem; color: var(--accent); font-size: .68rem; letter-spacing: .15em; }
.step h3 { font-size: clamp(1.45rem, 2vw, 2rem); margin-bottom: .75rem; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }

.feature-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 52rem; background: var(--paper-deep); }
.feature-band__image { min-height: 38rem; }
.feature-band__copy { display: flex; flex-direction: column; justify-content: center; padding: var(--section) var(--gutter); }
.feature-band__copy h2 { max-width: 12ch; }
.feature-band__copy p { max-width: 38rem; color: var(--muted); }
.bullet-list { list-style: none; padding: 0; margin: 1.5rem 0 2.5rem; }
.bullet-list li { padding: .85rem 0 .85rem 1.5rem; border-top: 1px solid var(--line); position: relative; }
.bullet-list li:last-child { border-bottom: 1px solid var(--line); }
.bullet-list li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; max-width: 94rem; margin: 0 auto; }
.about__portrait { height: clamp(34rem, 58vw, 55rem); }
.about__copy h2 { max-width: 10ch; }
.about__copy p { max-width: 42rem; color: var(--muted); }
.signature { display: block; margin-top: 2rem; font-family: var(--serif); font-size: 2rem; color: var(--accent); }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 100svh; background: var(--paper); }
.contact-layout__visual { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.contact-layout__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,12,.5), transparent 55%); }
.contact-layout__visual-copy { position: absolute; z-index: 1; left: var(--gutter); right: var(--gutter); bottom: 3.5rem; color: #fff; }
.contact-layout__visual-copy h2 { max-width: 12ch; }
.contact-layout__content { padding: 10rem var(--gutter) var(--section); }
.contact-layout__content h1 { font-size: clamp(3rem, 6vw, 6rem); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2.5rem 0 3rem; }
.contact-detail { border-top: 1px solid var(--line); padding-top: 1rem; }
.contact-detail span { display: block; margin-bottom: .35rem; color: var(--accent); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.contact-detail a, .contact-detail p { margin: 0; font-size: .95rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: .4rem; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .9rem .15rem;
  color: var(--ink); background: transparent; font: inherit;
}
.form-field textarea { min-height: 8rem; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: 2px solid transparent; border-color: var(--accent); }
.form-field input[type="checkbox"] { width: auto; margin: 0 .45rem 0 0; padding: 0; border: 1px solid var(--line); }
.contact-form .button { justify-self: start; margin-top: 1rem; background: transparent; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; }
.form-status { grid-column: 1 / -1; padding: 1rem 1.15rem; border: 1px solid var(--line); }
.form-status--success { border-color: #507255; color: #315137; background: #edf5ee; }
.form-status--error { border-color: #9a5148; color: #7a3028; background: #fbefed; }
.dynga-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.logged-in.admin-bar .site-header.is-scrolled { top: 32px; }
@media (max-width: 782px) { .logged-in.admin-bar .site-header.is-scrolled { top: 46px; } }

.page-footer { margin-top: 0; }

@media (max-width: 1100px) {
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 34rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step { border-bottom: 1px solid var(--line); }
  .step:nth-child(2n) { border-right: 0; }
  .step:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .split-intro, .about { grid-template-columns: 1fr; }
  .split-intro__copy { padding-top: 0; }
  .mosaic { grid-template-columns: 1fr; }
  .mosaic__images { min-height: 40rem; padding-right: .35rem; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band__image { min-height: 35rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-layout__visual { position: relative; height: 68svh; }
  .contact-layout__content { padding-top: var(--section); }
}

@media (max-width: 580px) {
  .subhero { min-height: 88svh; }
  .subhero__content h1 { font-size: clamp(3.15rem, 14vw, 4.8rem); }
  .category-grid { grid-template-columns: 1fr; padding-inline: 0; gap: .25rem; }
  .category-card { min-height: 38rem; }
  .mosaic__images { min-height: 30rem; }
  .mosaic__images figure:nth-child(3) { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(2n) { border-right: 0; }
  .step:last-child { grid-column: auto; }
  .step__number { margin-bottom: 1.5rem; }
  .about__portrait { height: 38rem; }
  .contact-details, .contact-form { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
}
