:root {
  --ink: #12333b;
  --ink-soft: #38545a;
  --lagoon: #2aa6a4;
  --sea-glass: #bfdcd5;
  --limestone: #f3efe6;
  --paper: #fbfaf6;
  --white: #ffffff;
  --coral: #c86b4a;
  --line: rgba(18, 51, 59, .16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--lagoon); font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3.4rem, 7vw, 7rem); }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
h3 { line-height: 1.2; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 0; font-weight: 650; line-height: 1; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-coral { background: var(--coral); color: white; }
.button-ink { background: var(--ink); color: white; }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.text-link { font-weight: 650; text-decoration: underline; text-decoration-color: var(--lagoon); text-underline-offset: 6px; }

.topline { background: var(--ink); color: #eaf5f2; font-size: .75rem; letter-spacing: .04em; }
.topline-inner { min-height: 36px; display: flex; align-items: center; gap: 28px; }
.topline-inner > a { margin-left: auto; color: white; font-weight: 700; }
.topline-rating { color: #fff; }
.topline-rating:first-letter { color: #f3b849; }
.topline-rating b { font-weight: 450; color: #c8d7d5; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 46px; color: var(--ink); overflow: visible; }
.brand-copy { display: grid; line-height: 1.1; text-transform: uppercase; }
.brand-copy strong { font-size: .98rem; letter-spacing: .18em; white-space: nowrap; }
.brand-copy small { margin-top: 7px; font-size: .58rem; color: var(--lagoon); letter-spacing: .36em; }
.brand-compact .brand-copy strong { color: white; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { font-size: .84rem; font-weight: 600; }
.desktop-nav a:hover { color: var(--lagoon); }
.header-cta { min-height: 46px; }
.menu-button, .mobile-nav { display: none; }

.hero { overflow: hidden; padding: 48px 0 64px; background: linear-gradient(100deg, var(--paper) 0 47%, #eff5f2 47% 100%); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 660px; align-items: center; gap: 34px; }
.hero-copy { position: relative; z-index: 2; max-width: 620px; padding: 52px 0; }
.hero-copy h1 { max-width: 720px; margin-bottom: 28px; }
.hero-lead { max-width: 590px; font-size: 1.15rem; line-height: 1.75; color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin: 34px 0; }
.rating-badge { width: fit-content; display: grid; grid-template-columns: auto auto; gap: 0 12px; align-items: center; padding-top: 22px; border-top: 1px solid var(--line); }
.rating-badge .stars { color: #d88a2d; letter-spacing: .08em; font-size: .78rem; }
.rating-badge strong { font-size: 1.05rem; }
.rating-badge > span:last-child { grid-column: 1 / -1; color: var(--ink-soft); font-size: .8rem; }
.hero-visual { position: relative; min-height: 620px; }
.hero-image-main { position: absolute; inset: 0 0 0 5%; overflow: hidden; border-radius: 50% 0 0 50% / 34% 0 0 66%; }
.hero-image-main img { width: 100%; height: 100%; object-fit: contain; background: #e8efeb; }
.hero-image-drop { position: absolute; right: -3%; bottom: 4%; width: 42%; aspect-ratio: 1 / 1.08; overflow: hidden; border: 10px solid var(--paper); border-radius: 52% 48% 54% 46% / 62% 64% 36% 38%; background: var(--white); }
.hero-image-drop img { width: 100%; height: 100%; object-fit: contain; background: #e8eceb; }
.hero-note { position: absolute; right: 1%; top: 3%; z-index: 3; display: grid; gap: 2px; padding: 16px 20px; background: var(--coral); color: white; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-note strong { font-size: 1rem; letter-spacing: .03em; }

.intro-strip { padding: 64px 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr .9fr; align-items: start; gap: 70px; }
.intro-grid h2 { margin: 0; font-size: clamp(2.2rem, 3.6vw, 3.8rem); }
.intro-grid > p:last-child { color: var(--ink-soft); font-size: 1.04rem; }
.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading > div { max-width: 760px; }
.service-grid { border-top: 1px solid var(--line); }
.service-card { position: relative; display: grid; grid-template-columns: 80px 1fr auto; gap: 28px; align-items: start; min-height: 190px; padding: 32px 18px 32px 0; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.service-card:hover { padding-left: 18px; background: var(--limestone); }
.service-number { font-family: var(--serif); color: var(--coral); font-size: 1.3rem; }
.service-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.8rem); font-weight: 500; }
.service-card p:not(.eyebrow) { max-width: 640px; margin-bottom: 0; color: var(--ink-soft); }
.round-arrow { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.3rem; }

.feature-story { padding-top: 0; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; background: var(--limestone); }
.story-image { display: grid; place-items: center; min-height: 580px; padding: 28px; background: #e4e8e3; }
.story-image img { width: 100%; height: auto; }
.story-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(45px, 7vw, 100px); }
.story-copy h2 { margin-bottom: 28px; }
.story-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.8; }
.story-copy .button { margin-top: 18px; }
.process-section { background: var(--ink); color: white; }
.process-section .eyebrow { color: var(--sea-glass); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process-grid li { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); }
.process-grid li:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.process-grid span { display: block; margin-bottom: 54px; color: var(--sea-glass); font-size: .75rem; letter-spacing: .12em; }
.process-grid h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.process-grid p { color: #c8d7d5; font-size: .9rem; }
.home-quote { background: var(--limestone); }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; background: var(--white); }
.quote-photo { display: grid; place-items: center; padding: 24px; background: #e3ebe7; }
.quote-photo img { width: 100%; height: auto; max-height: 760px; object-fit: contain; }
.quote-form { padding: clamp(32px, 6vw, 80px); background: white; }
.form-heading { max-width: 600px; margin-bottom: 36px; }
.form-heading h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.form-heading > p:last-child { color: var(--ink-soft); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field-grid label { display: grid; gap: 7px; color: var(--ink-soft); font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #8ea5a5; border-radius: 0; padding: 10px 2px; background: transparent; color: var(--ink); outline: none; }
.field-grid textarea { border: 1px solid #8ea5a5; padding: 12px; resize: vertical; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: var(--lagoon); box-shadow: 0 1px 0 var(--lagoon); }
.field-wide { grid-column: 1 / -1; }
.quote-form .button { margin-top: 28px; }
.form-note { margin-top: 16px; color: var(--lagoon); font-size: .85rem; }
.cta-band { padding: 86px 0; background: var(--sea-glass); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 44px; }
.cta-inner h2 { max-width: 850px; margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
.cta-actions { flex: 0 0 auto; display: grid; gap: 14px; text-align: center; font-weight: 650; }

.footer { background: #0b272e; color: #d7e3e0; }
.footer-main { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 70px; padding: 78px 0 60px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main p { max-width: 390px; color: #a9bfba; }
.footer-main h3 { margin-bottom: 8px; color: white; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-main a:hover { color: var(--sea-glass); }
.footer-main span { color: #a9bfba; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.12); color: #8fabaa; font-size: .75rem; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-button { display: grid; gap: 6px; width: 42px; padding: 10px; border: 0; background: transparent; }
  .menu-button span { height: 2px; background: var(--ink); }
  .mobile-nav { display: grid; padding-block: 12px 22px; }
  .mobile-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { background: var(--paper); padding-top: 20px; }
  .hero-visual { min-height: 560px; }
  .hero-image-main { inset: 0; border-radius: 50% 50% 0 0 / 20% 20% 0 0; }
  .intro-grid { grid-template-columns: 1fr 1.3fr; gap: 34px; }
  .intro-grid > p:last-child { grid-column: 2; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { grid-template-columns: .8fr 1.2fr; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 34px, 1320px); }
  body { padding-bottom: 58px; }
  .topline-inner > span:first-child { display: none; }
  .topline-inner { justify-content: space-between; gap: 12px; }
  .topline-inner > a { margin-left: 0; }
  .header-inner { height: 72px; }
  .brand-copy strong { font-size: .76rem; letter-spacing: .12em; }
  .brand-copy small { font-size: .5rem; }
  .brand-mark { width: 31px; height: 38px; }
  .header-cta { display: none; }
  .menu-button { margin-left: auto; }
  .hero { padding-bottom: 40px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 34px 0 12px; }
  h1 { font-size: clamp(3.35rem, 16vw, 5.1rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-visual { min-height: 430px; }
  .hero-image-main { inset: 0 5% 0 0; border-radius: 54% 46% 0 0 / 25% 18% 0 0; }
  .hero-image-drop { width: 44%; right: -2%; border-width: 6px; }
  .hero-note { top: 4%; right: 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .intro-grid > p:last-child { grid-column: auto; }
  .section { padding: 78px 0; }
  .split-heading { align-items: start; flex-direction: column; }
  .service-card { grid-template-columns: 44px 1fr; padding-right: 0; }
  .round-arrow { display: none; }
  .story-grid, .quote-layout { grid-template-columns: 1fr; }
  .story-image { min-height: 0; padding: 16px; }
  .story-copy { padding: 48px 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; border-left: 1px solid rgba(255,255,255,.2); }
  .process-grid span { margin-bottom: 24px; }
  .quote-photo { max-height: 460px; overflow: hidden; }
  .quote-photo img { max-height: 420px; }
  .quote-form { padding: 42px 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .cta-actions { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { gap: 16px; flex-direction: column; }
  .mobile-call { position: fixed; bottom: 0; left: 0; z-index: 80; display: grid; place-items: center; width: 100%; height: 58px; background: var(--coral); color: white; font-weight: 750; box-shadow: 0 -10px 30px rgba(18,51,59,.18); }
}

/* Interior pages */
.page-hero { padding: 58px 0; background: var(--limestone); }
.page-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; align-items: center; gap: 54px; }
.page-hero-copy h1, .service-hero-copy h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 6.7vw, 6.8rem); }
.page-hero-copy > p:not(.eyebrow), .service-hero-copy > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.8; }
.page-hero-image, .service-hero-image { display: grid; place-items: center; min-height: 520px; padding: 26px; background: #e5ece8; border-radius: 52% 48% 0 0 / 18% 22% 0 0; }
.page-hero-image img, .service-hero-image img { width: 100%; height: auto; max-height: 650px; object-fit: contain; }
.service-principles { background: var(--limestone); }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.principles-image { display: grid; place-items: center; padding: 24px; background: #e5ece8; }
.principles-copy p:not(.eyebrow), .prose p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.85; }
.check-list { display: grid; gap: 14px; padding: 22px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lagoon); font-weight: 800; }
.service-hero { padding: 48px 0; background: var(--paper); }
.service-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 50px; min-height: 600px; }
.service-hero-copy .button { margin-top: 20px; }
.service-detail { background: var(--ink); color: white; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.service-detail-grid .eyebrow { color: var(--sea-glass); }
.service-detail-grid h2 { font-size: clamp(2.8rem, 4.7vw, 4.8rem); }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.detail-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.detail-list span { color: var(--sea-glass); font-size: .72rem; }
.detail-list strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.related-services { background: var(--limestone); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-grid a { min-height: 260px; padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.related-grid a > span { color: var(--lagoon); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.related-grid h3 { margin: 46px 0 30px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.related-grid b { font-size: .82rem; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.values-section { background: var(--limestone); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.values-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border: 0; }
.values-grid span { color: var(--coral); font-size: .75rem; }
.values-grid h3 { margin-top: 54px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.values-grid p { color: var(--ink-soft); font-size: .9rem; }
.photo-statement .shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.photo-statement img { width: 100%; height: auto; max-height: 760px; object-fit: contain; }
.photo-statement blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: 1.04; letter-spacing: -.035em; }
.gallery-intro { padding: 100px 0 70px; }
.gallery-intro h1 { max-width: 900px; margin-bottom: 24px; }
.gallery-intro > div > p:last-child { color: var(--ink-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 34px; padding-bottom: 120px; }
.gallery-item { margin: 0; }
.gallery-item > div { display: grid; place-items: center; padding: 18px; background: #e7ece9; }
.gallery-item img { width: 100%; height: auto; max-height: 720px; object-fit: contain; }
.gallery-item-3 { grid-row: span 2; }
.gallery-item-3 img { max-height: 940px; }
.gallery-item figcaption { display: grid; grid-template-columns: 44px 1fr; gap: 0 16px; padding-top: 18px; }
.gallery-item figcaption span { grid-row: 1 / 3; color: var(--coral); font-size: .75rem; }
.gallery-item h2 { margin-bottom: 7px; font-size: 1.8rem; }
.gallery-item p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.reviews-hero { padding: 110px 0; background: var(--ink); color: white; }
.reviews-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; align-items: center; }
.big-rating { font-family: var(--serif); font-size: clamp(6rem, 13vw, 12rem); line-height: .8; }
.big-stars { margin-top: 26px; color: #f1b653; letter-spacing: .13em; }
.reviews-grid h1 { margin-bottom: 28px; }
.reviews-grid > div:last-child > p { max-width: 700px; color: #c9d7d5; font-size: 1.06rem; }
.reviews-grid .button { margin-top: 20px; }
.review-themes { background: var(--paper); }
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.theme-grid article { padding: 30px; border-right: 1px solid var(--line); }
.theme-grid h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.theme-grid p { color: var(--ink-soft); font-size: .9rem; }
.review-cta, .area-note { padding: 90px 0; background: var(--sea-glass); text-align: center; }
.review-cta h2, .area-note h2 { max-width: 900px; margin: 0 auto 18px; }
.review-cta .button, .area-note .button { margin-top: 20px; }
.area-hero { padding: 80px 0; background: var(--limestone); }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; min-height: 600px; }
.area-grid h1 { margin-bottom: 28px; }
.area-grid > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; }
.area-graphic { position: relative; min-height: 540px; overflow: hidden; background: #e2ece8; border-radius: 50% 50% 0 0 / 18% 18% 0 0; }
.area-water { position: absolute; inset: -20%; background: repeating-linear-gradient(86deg, transparent 0 52px, rgba(42,166,164,.22) 53px 69px, transparent 70px 116px), repeating-linear-gradient(5deg, transparent 0 72px, rgba(42,166,164,.18) 73px 88px, transparent 89px 140px); transform: rotate(-8deg); }
.area-roads { position: absolute; inset: 18%; border: 2px solid rgba(18,51,59,.22); border-radius: 47% 53% 60% 40%; box-shadow: 42px 30px 0 -38px var(--coral); }
.area-pin { position: absolute; top: 47%; left: 52%; display: grid; transform: translate(-50%,-50%); text-align: center; }
.area-pin span { width: 28px; height: 28px; margin: 0 auto 15px; border: 8px solid var(--coral); border-radius: 50% 50% 50% 0; background: white; transform: rotate(-45deg); }
.area-pin strong { font-family: var(--serif); font-size: 2rem; }
.area-pin small { letter-spacing: .2em; text-transform: uppercase; }
.area-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.area-info-grid dl { margin: 0; border-top: 1px solid var(--line); }
.area-info-grid dl div { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.area-info-grid dt { font-weight: 700; }
.area-info-grid dd { margin: 0; color: var(--ink-soft); }
.contact-intro { padding: 100px 0 60px; }
.contact-intro h1 { max-width: 1000px; margin-bottom: 26px; }
.contact-intro > div > p:last-child { max-width: 720px; color: var(--ink-soft); font-size: 1.08rem; }
.contact-section { padding-top: 20px; background: var(--limestone); }
.contact-grid { display: grid; grid-template-columns: .55fr 1.45fr; background: white; }
.contact-grid aside { padding: 56px; background: var(--ink); color: white; }
.contact-grid aside > div { padding: 0 0 27px; margin-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-grid aside a { font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.7rem); }
.contact-grid aside p:last-child { color: #c8d7d5; }

@media (max-width: 900px) {
  .page-hero-grid, .service-hero-grid, .principles-grid, .about-grid, .service-detail-grid, .reviews-grid, .area-grid, .area-info-grid, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-grid, .service-hero-grid { min-height: 0; }
  .page-hero-image, .service-hero-image { min-height: 0; }
  .values-grid, .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .photo-statement .shell { grid-template-columns: 1fr; }
  .contact-grid aside { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (max-width: 620px) {
  .page-hero, .service-hero { padding: 34px 0 48px; }
  .page-hero-grid, .service-hero-grid { gap: 26px; }
  .page-hero-copy h1, .service-hero-copy h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .page-hero-image, .service-hero-image { padding: 14px; }
  .values-grid, .theme-grid, .gallery-grid { grid-template-columns: 1fr; }
  .values-grid article, .theme-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-grid { gap: 54px; padding-bottom: 80px; }
  .reviews-grid { gap: 50px; }
  .area-graphic { min-height: 410px; }
  .area-info-grid dl div { flex-direction: column; gap: 4px; }
  .contact-grid aside { grid-template-columns: 1fr; padding: 38px 26px; }
}

[hidden]{display:none!important}
