/* Asya Life | architectural service design system */
:root {
  --ink: #142025;
  --ink2: #213035;
  --paper: #eef1ee;
  --surface: #fff;
  --muted: #556368;
  --bronze: #ad783d;
  --bronze2: #e7bb78;
  --line: rgba(20, 32, 37, .17);
  --serif: Manrope, "Segoe UI", sans-serif;
  --sans: Manrope, "Segoe UI", sans-serif;
  --shadow: 0 26px 60px rgba(13, 27, 31, .13);
  --shadow-soft: 0 12px 30px rgba(13, 27, 31, .07);
}

html { scroll-padding-top: 126px; }
body {
  background: var(--paper);
  color: var(--ink);
  letter-spacing: -.012em;
}
body:before { opacity: .04; }
::selection { background: var(--bronze); color: #fff; }
:focus-visible { outline: 3px solid var(--bronze); outline-offset: 3px; }
.shell { width: min(1320px, calc(100% - 76px)); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #91602e;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .17em;
}
.eyebrow:before { content: ""; flex: 0 0 18px; width: 18px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--bronze2); }

/* Consistent site navigation on all 264 public routes. */
.site-header {
  background: rgba(250, 251, 249, .96);
  border-bottom: 1px solid rgba(20, 32, 37, .12);
  box-shadow: 0 12px 32px rgba(9, 21, 25, .06);
  backdrop-filter: blur(20px);
}
.service-strip { background: var(--ink); color: #e7ebe8; }
.service-strip-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.service-strip-status { display: inline-flex; align-items: center; gap: 10px; }
.service-strip-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bronze2);
  box-shadow: 0 0 0 4px rgba(231, 187, 120, .14);
}
.service-strip-areas { color: rgba(231, 235, 232, .58); font-weight: 600; }
.service-strip-inner a { color: var(--bronze2); white-space: nowrap; }
.service-strip-inner a span { margin-left: 6px; }
.nav { height: 84px; gap: 25px; }
.brand { width: 225px; flex-basis: 225px; }
.nav nav { gap: clamp(11px, 1.4vw, 24px); }
.nav nav a {
  padding: 29px 0;
  color: #273438;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .015em;
}
.nav nav a:after { bottom: 19px; height: 2px; }
.header-cta {
  min-height: 44px;
  padding: 5px 5px 5px 15px;
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: .67rem;
}
.header-cta b { background: var(--bronze); color: #fff; }
.header-cta:hover { border-color: var(--bronze); background: var(--bronze); }
.header-cta:hover b { background: rgba(0, 0, 0, .18); }

/* The home page opens with a construction service proposition. */
.hero {
  min-height: 680px;
  height: min(790px, calc(100svh - 118px));
  max-height: none;
}
.hero:before {
  z-index: 3;
  right: clamp(260px, 25vw, 380px);
  background: rgba(255, 255, 255, .16);
}
.hero:after { content: "ASYA LIFE  /  GEBZE"; right: 1vw; color: rgba(255, 255, 255, .28); }
.hero-media img { object-position: center 58%; filter: saturate(.78) contrast(1.08); }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 24, 29, .97) 0%, rgba(10, 24, 29, .88) 37%, rgba(10, 24, 29, .45) 69%, rgba(10, 24, 29, .17) 100%),
    linear-gradient(0deg, rgba(9, 23, 28, .55), transparent 48%);
}
.hero-content { grid-template-columns: minmax(0, 1fr) 260px; gap: 52px; align-items: center; }
.hero-copy { max-width: 870px; }
.hero h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(3.65rem, 6.45vw, 6.65rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -.073em;
}
.hero h1 em {
  color: var(--bronze2);
  font-family: TenorSans, Georgia, serif;
  font-size: .88em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.055em;
}
.hero-copy>p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.98rem, 1.25vw, 1.13rem);
  line-height: 1.78;
}
.hero-actions { margin-top: 38px; }
.btn {
  min-height: 54px;
  padding: 13px 23px;
  border-radius: 2px;
  font-size: .69rem;
  font-weight: 800;
  box-shadow: 0 7px 0 rgba(0, 0, 0, .08);
}
.btn:hover { transform: translateY(-2px); }
.btn-ghost { box-shadow: none; }
.hero-panel {
  border: 1px solid rgba(231, 187, 120, .55);
  padding: 27px 24px 24px;
  background: rgba(14, 27, 32, .75);
  box-shadow: 18px 18px 0 rgba(14, 27, 32, .18);
}
.hero-panel:before { width: 84px; }
.hero-panel>span { color: var(--bronze2); }
.hero-panel strong { font-family: var(--sans); font-size: 1.15rem; font-weight: 700; line-height: 1.7; }
.hero-panel small { color: rgba(255, 255, 255, .66); }
.motion-strip { background: var(--bronze); }
.motion-strip .marquee-group { padding: 11px 0; font-size: .66rem; letter-spacing: .16em; }
.motion-strip i { color: var(--ink); }
.trustbar { background: #1c2b30; }
.trustbar span { padding: 18px 22px; font-size: .75rem; font-weight: 700; }
.trustbar b { color: var(--bronze2); font-size: .69rem; }

/* Editorial and catalog sections share a measured technical grid. */
.section { padding-block: 96px; }
.section-heading { gap: 70px; margin-bottom: 42px; }
.section-heading:before { top: -20px; width: 46px; }
.section-heading h2,
.feature h2,
.process h2,
.cta h2,
.editorial h2,
.detail-section h2,
.context-links h2,
.faq h2,
.project-heading h2 {
  font-family: var(--sans);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -.06em;
}
.section-heading>p { max-width: 510px; line-height: 1.8; }
.cards { gap: 16px; }
.card {
  border: 1px solid #d6ddda;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}
.card:before { height: 4px; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-body { padding: 27px 28px 31px; }
.card h3 {
  margin-right: 34px;
  font-family: var(--sans);
  font-size: 1.43rem;
  font-weight: 800;
  line-height: 1.27;
  letter-spacing: -.04em;
}
.card p:not(.eyebrow) { color: var(--muted); font-size: .85rem; line-height: 1.67; }
.card-number {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #7c8886;
  font-size: .69rem;
  right: 27px;
  top: 29px;
}
.text-link { margin-top: 12px; color: var(--ink); font-size: .67rem; }
.text-link span { font-size: 1.18rem; }
.media-watermarked { background: #d8dcda; }
.media-watermarked:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .27);
  pointer-events: none;
}
.media-watermarked:after { background: linear-gradient(180deg, transparent 62%, rgba(9, 22, 27, .28)); }
.card .media-watermarked img { height: 245px; object-fit: cover; }
.services-bento .card:first-child .media-watermarked img { height: 335px; }
.services-bento .card:first-child h3 { font-size: 2.1rem; }
.feature { padding: 110px 0; background: #e0e5e1; }
.feature:before {
  content: "01";
  top: -110px;
  right: 0;
  color: rgba(20, 32, 37, .045);
  font-size: 25rem;
  font-weight: 800;
}
.feature-grid { gap: 85px; }
.feature-copy p:not(.eyebrow) { color: var(--muted); }
.feature-visual .media-watermarked img { height: 500px; }
.project-status { left: 0; bottom: 28px; }
.locations-section .card-body { min-height: 216px; }
.process { padding: 96px 0; background: #142025; }
.process ol { margin-top: 50px; }
.process li { padding-top: 27px; }
.process li strong { font-family: var(--sans); font-size: 1.16rem; font-weight: 800; }
.process li b { color: var(--bronze2); }
.process li:before { width: 7px; height: 7px; }
.editorial { padding: 100px 0; }
.editorial h2 { max-width: 850px; }
.editorial-index { color: #7d8c89; }
.inline-links a {
  border: 1px solid #c9d2ce;
  background: rgba(255, 255, 255, .52);
  transition: background .2s, border-color .2s;
}
.inline-links a:hover { background: #fff; }
.cta { padding: 90px 0; }
.cta-arrow { border-width: 2px; }

/* Every listing and detail page uses the same strong title treatment. */
.detail-top:after { display: none; }
.page-hero {
  isolation: isolate;
  overflow: hidden;
  margin-top: 26px;
  padding: 75px 70px 74px;
  border: 1px solid rgba(231, 187, 120, .22);
  background:
    linear-gradient(110deg, rgba(18, 32, 37, .98), rgba(24, 42, 47, .94)),
    var(--ink);
  color: #fff;
}
.page-hero:before { width: 49px; height: 3px; margin-bottom: 26px; background: var(--bronze2); }
.page-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  right: -130px;
  top: -210px;
  border: 1px solid rgba(231, 187, 120, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(231, 187, 120, .035), 0 0 0 220px rgba(231, 187, 120, .025);
}
.page-hero .eyebrow { color: var(--bronze2); }
.page-hero h1 {
  max-width: 970px;
  margin-bottom: 22px;
  font-family: var(--sans);
  font-size: clamp(3rem, 5.7vw, 6.1rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.069em;
}
.page-hero>p:not(.eyebrow) { max-width: 790px; color: rgba(255, 255, 255, .76); font-size: 1.03rem; line-height: 1.77; }
.breadcrumbs { margin-bottom: 38px; color: rgba(255, 255, 255, .62); }
.breadcrumbs a:hover { color: var(--bronze2); }
.answer {
  grid-template-columns: 165px 1fr;
  align-items: center;
  margin-top: -1px;
  padding: 24px 34px;
  border: 1px solid #d6ddda;
  border-left: 5px solid var(--bronze);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}
.answer:after { display: none; }
.answer span { color: #8a6238; }
.answer p { font-family: var(--sans); font-size: .99rem; font-weight: 600; line-height: 1.7; }
.article { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 68px; padding: 82px 0 96px; }
.article>.media-watermarked { top: 132px; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.article>.media-watermarked img { height: min(590px, 64vh); }
.article-copy { font-size: .99rem; line-height: 1.86; }
.article-copy>p:first-of-type:not(.eyebrow)::first-letter { float: none; margin: 0; color: inherit; font: inherit; }
.article-copy h2 { font-family: var(--sans); font-weight: 800; line-height: 1.2; }
.article-copy h2:not(.eyebrow) { margin: 2.1em 0 .65em; font-size: clamp(1.35rem, 1.8vw, 1.75rem); letter-spacing: -.035em; scroll-margin-top: 110px; }
.article-copy h3 { margin: 1.6em 0 .5em; font: 800 1.08rem/1.35 var(--sans); }
.article-copy a:not(.btn) { color: #8b5a26; font-weight: 750; text-decoration: underline; text-decoration-color: #c19c72; text-underline-offset: .18em; }
.article-copy a:not(.btn):hover { color: #543a1d; }
.article-checklist { margin: 24px 0 34px; padding: 0; list-style: none; display: grid; gap: 10px; }
.article-checklist li { position: relative; padding: 15px 18px 15px 43px; border: 1px solid #dce3df; background: #f8faf8; border-radius: 10px; line-height: 1.65; }
.article-checklist li:before { content: '✓'; position: absolute; left: 17px; top: 14px; color: #9a6c37; font-weight: 900; }
.article-toc { margin: 12px 0 33px; padding: 25px 28px; background: #edf2ee; border: 1px solid #d5dfd8; border-left: 4px solid #a8763d; border-radius: 12px; }
.article-toc strong { display: block; margin-bottom: 9px; color: #192d2c; font: 800 .82rem/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.article-toc ol { margin: 0; padding-left: 1.25rem; columns: 2; column-gap: 26px; }
.article-toc li { break-inside: avoid; padding: 3px 0; font-size: .91rem; line-height: 1.55; }
.article-toc a { text-decoration: none !important; color: #344c49 !important; font-weight: 650 !important; }
.article-toc a:hover { color: #8b5a26 !important; }
@media (max-width: 560px) { .article-toc { padding: 21px; } .article-toc ol { columns: 1; } .article-checklist li { padding: 13px 15px 13px 38px; } .article-checklist li:before { left: 14px; top: 12px; } }
.notice { border-color: var(--bronze); background: #e2e9e4; color: #45535a; box-shadow: none; }
.detail-section { padding: 85px 0 100px; }
.point-grid { gap: 10px; border: 0; }
.point-grid article {
  min-height: 215px;
  border: 1px solid #d6ddda;
  background: #fff;
}
.point-grid article:hover { box-shadow: var(--shadow-soft); }
.point-grid h3 { margin-top: 30px; font-family: var(--sans); font-size: 1.25rem; font-weight: 800; line-height: 1.3; }
.point-grid p { line-height: 1.7; }
.dark-zone, .region-directory, .guide-index { background: #17272d; }
.context-links { padding: 88px 0; }
.context-links h2 { font-size: clamp(2.4rem, 3.9vw, 4.3rem); }
.link-cloud a { background: #213238; }
.link-cloud a:hover { background: #2b4147; }
.faq { gap: 70px; padding: 95px 0 115px; }
.faq h2 { font-size: clamp(2.3rem, 3.5vw, 3.8rem); }
.faq details { border-color: #cbd5d0; }
.faq summary { padding: 21px 0; font-size: .92rem; }
.faq details p { line-height: 1.75; }
.detail-gallery { gap: 12px; }
.detail-gallery .media-watermarked { box-shadow: none; }
.project-heading h2 { font-size: clamp(2.45rem, 4vw, 4.3rem); }
.section:has(> .project-heading) .cards:has(> .card:only-child) { display: block; }
.section:has(> .project-heading) .cards>.card:only-child {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  min-height: 390px;
}
.section:has(> .project-heading) .cards>.card:only-child .card-media-link,
.section:has(> .project-heading) .cards>.card:only-child .media-watermarked { height: 100%; }
.section:has(> .project-heading) .cards>.card:only-child .media-watermarked img { height: 100%; min-height: 390px; }
.section:has(> .project-heading) .cards>.card:only-child .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 46px;
}
.section:has(> .project-heading) .cards>.card:only-child h3 { font-size: clamp(2rem, 3vw, 3.15rem); }
.section:has(> .project-heading) .cards>.card:only-child p:not(.eyebrow) { min-height: 0; }
.region-groups details { border-color: rgba(255, 255, 255, .23); }
.region-groups summary span { font-family: var(--sans); font-size: 1.18rem; font-weight: 800; }
.region-groups summary:hover { background: rgba(255, 255, 255, .05); }
.catalog-intro { background: var(--bronze); }
.catalog-intro span { font-size: .7rem; }
.meta-strip span { background: #fff; }

/* Contact is designed as a clear service request rather than a generic form. */
.contact { gap: 24px; padding: 78px 0 110px; }
.contact-info {
  padding: 42px;
  background:
    linear-gradient(rgba(231, 187, 120, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 187, 120, .035) 1px, transparent 1px),
    var(--ink);
  background-size: 44px 44px;
}
.contact-info:after { display: none; }
.contact-info h2 { font-family: var(--sans); font-size: 2rem; font-weight: 800; line-height: 1.2; }
.contact-action strong { font-family: var(--sans); font-size: 1.08rem; font-weight: 800; }
.form { padding: 40px; border: 1px solid #cbd5d0; box-shadow: var(--shadow-soft); }
.form-head h2 { font-family: var(--sans); font-size: 1.75rem; font-weight: 800; }
.form label { margin-bottom: 20px; color: #314146; font-size: .82rem; font-weight: 800; }
.form input, .form select, .form textarea {
  min-height: 48px;
  margin-top: 7px;
  padding: 11px 13px;
  border: 1px solid #cdd7d2;
  border-radius: 2px;
  background: #f4f7f4;
  font-weight: 500;
}
.form textarea { min-height: 140px; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(173, 120, 61, .14); }
.form .check { align-items: start; font-weight: 500; }
.form .check input { min-height: 18px; margin-top: 3px; }
.form .btn { box-shadow: none; }

footer { padding-top: 75px; background: #101c21; }
.footer-grid { gap: 70px; padding-bottom: 60px; }
.footer-grid h2 { color: var(--bronze2); }
.footer-grid a:hover { color: var(--bronze2); }
.copyright { gap: 24px; }
.developer-credit {
  min-height: 60px;
  gap: 12px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(213, 166, 105, .34);
  border-radius: 11px;
  background: linear-gradient(120deg, rgba(201, 153, 94, .14), rgba(255, 255, 255, .025) 72%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
}
.developer-credit-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 7px;
  background: #bb8750;
  color: #142025;
  font-size: .91rem;
  font-weight: 900;
  letter-spacing: -.09em;
}
.developer-credit-mark span { color: #fff; }
.developer-credit-copy { display: grid; gap: 2px; text-align: left; }
.developer-credit-copy small {
  color: rgba(255, 255, 255, .59);
  font-size: .57rem;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.developer-credit-copy strong {
  color: #fff;
  font-size: .85rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.developer-credit-copy strong span { color: #ddb183; }
.developer-credit-arrow {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  border: 1px solid rgba(221, 177, 131, .45);
  border-radius: 50%;
  color: #ddb183;
  font-size: .78rem;
  line-height: 1;
  transition: transform .2s, background .2s;
}
.developer-credit:hover, .developer-credit:focus-visible {
  border-color: #d8aa75;
  background: linear-gradient(120deg, rgba(201, 153, 94, .25), rgba(255, 255, 255, .055));
  box-shadow: 0 10px 30px rgba(0, 0, 0, .17), inset 0 1px rgba(255, 255, 255, .1);
}
.developer-credit:hover .developer-credit-arrow, .developer-credit:focus-visible .developer-credit-arrow { transform: translate(2px, -2px); background: rgba(221, 177, 131, .1); }
.mobile-call, .whatsapp { transition: transform .2s, box-shadow .2s; }
.mobile-call:hover, .whatsapp:hover { transform: translateY(-3px); }

@media (max-width: 1180px) {
  .service-strip-areas { display: none; }
  .nav { height: 78px; }
  .brand { width: 200px; flex-basis: 200px; }
  .nav nav { gap: 13px; }
  .nav nav a { font-size: .69rem; }
  .hero { height: auto; min-height: 680px; }
  .hero-content { grid-template-columns: 1fr 245px; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 84px; }
  .shell { width: min(100% - 38px, 1320px); }
  .site-header { position: sticky; }
  .service-strip-inner { min-height: 29px; font-size: .57rem; }
  .nav { height: 70px; }
  .brand { width: 190px; flex-basis: 190px; }
  .nav nav { top: 100%; padding: 15px 19px; background: #f7faf7; border-bottom: 1px solid var(--line); }
  .nav nav a { padding: 9px 5px; font-size: .88rem; }
  .menu-toggle { border-color: #bdc8c2; }
  .hero { min-height: 660px; }
  .hero-content { display: block; padding: 75px 0 68px; }
  .hero h1 { font-size: clamp(3.35rem, 9vw, 5.3rem); }
  .hero-panel { max-width: 410px; margin-top: 39px; }
  .section { padding-block: 78px; }
  .section-heading { gap: 21px; }
  .feature { padding: 78px 0; }
  .feature-grid { gap: 44px; }
  .process { padding: 78px 0; }
  .editorial { padding: 78px 0; }
  .page-hero { padding: 58px 44px; }
  .page-hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
  .article { grid-template-columns: 1fr; gap: 40px; }
  .article>.media-watermarked { position: relative; top: auto; }
  .article>.media-watermarked img { height: 380px; }
  .faq { padding: 78px 0; }
  .contact { grid-template-columns: 1fr; }
  .footer-grid { gap: 45px; }
  .section:has(> .project-heading) .cards>.card:only-child { display: block; min-height: 0; }
  .section:has(> .project-heading) .cards>.card:only-child .media-watermarked img { height: 310px; min-height: 0; }
  .section:has(> .project-heading) .cards>.card:only-child .card-body { display: block; padding: 28px; }
  .section:has(> .project-heading) .cards>.card:only-child h3 { font-size: 1.7rem; }
}
@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .copyright { gap: 12px; }
  .developer-credit { max-width: calc(100% - 48px); gap: 8px; }
  .developer-credit-mark { width: 36px; height: 36px; flex-basis: 36px; font-size: .8rem; }
  .developer-credit-arrow { margin-left: 0; }
  .service-strip-inner { justify-content: center; }
  .service-strip-inner a { display: none; }
  .brand { width: 200px; flex-basis: 200px; }
  .nav { height: 67px; }
  .nav nav { top: 100%; }
  .hero { min-height: 0; }
  .hero:before, .hero:after { display: none; }
  .hero-media img { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10, 24, 29, .95), rgba(10, 24, 29, .62)), linear-gradient(0deg, rgba(10, 24, 29, .65), transparent 55%); }
  .hero-content { padding: 76px 0 76px; }
  .hero h1 { font-size: clamp(2.8rem, 10.7vw, 4.25rem); letter-spacing: -.068em; }
  .hero h1 em { display: block; margin-top: 6px; font-size: .87em; }
  .hero-copy>p:not(.eyebrow) { font-size: .93rem; line-height: 1.72; }
  .hero-actions { gap: 10px; margin-top: 28px; }
  .hero-panel { display: none; }
  .trustbar span { padding: 14px 8px; }
  .section { padding-block: 65px; }
  .section-heading h2, .feature h2, .process h2, .cta h2, .editorial h2 { font-size: clamp(2.35rem, 9vw, 3.1rem); }
  .section-heading>p { font-size: .92rem; }
  .cards { gap: 12px; }
  .card-body { padding: 25px 23px 28px; }
  .card h3, .services-bento .card:first-child h3 { font-size: 1.38rem; }
  .card .media-watermarked img, .services-bento .card:first-child .media-watermarked img { height: 220px; }
  .feature { padding: 70px 0; }
  .feature-visual .media-watermarked img { height: 255px; }
  .locations-section .card-body { min-height: 0; }
  .process { padding: 68px 0; }
  .editorial { padding: 68px 0; }
  .cta { padding: 70px 0; }
  .page-hero { margin-top: 14px; padding: 42px 24px 44px; }
  .page-hero:before { margin-bottom: 22px; }
  .page-hero h1 { font-size: clamp(2.42rem, 10.5vw, 3.5rem); }
  .page-hero>p:not(.eyebrow) { font-size: .93rem; line-height: 1.7; }
  .breadcrumbs { flex-wrap: wrap; gap: 6px; margin-bottom: 31px; }
  .answer { display: block; padding: 20px 22px; }
  .answer span { display: block; margin-bottom: 9px; }
  .answer p { font-size: .91rem; }
  .article { gap: 31px; padding: 45px 0 68px; }
  .article>.media-watermarked img { height: 235px; }
  .detail-section, .faq { padding: 66px 0; }
  .point-grid { gap: 8px; }
  .point-grid article { min-height: 0; padding: 25px; }
  .point-grid h3 { margin-top: 22px; }
  .context-links { padding: 70px 0; }
  .region-directory, .guide-index { padding: 70px 0; }
  .region-groups summary span { font-size: 1.04rem; }
  .contact { gap: 14px; padding: 44px 0 88px; }
  .contact-info, .form { padding: 27px 22px; }
  .form-head h2 { font-size: 1.52rem; }
  .footer-grid { gap: 34px; }
  .copyright { padding-bottom: 92px; }
  .section:has(> .project-heading) .cards>.card:only-child .media-watermarked img { height: 225px; }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .card, .mobile-call, .whatsapp { transition: none; }
}
