:root {
  --navy-950: #06131f;
  --navy-900: #081827;
  --navy-850: #0c2134;
  --navy-800: #102a42;
  --navy-700: #173953;
  --gold-600: #b57a18;
  --gold-500: #d7a238;
  --gold-400: #e8bd66;
  --gold-300: #f2d48f;
  --cream: #f7f2e8;
  --cream-2: #fbf8f2;
  --paper: #fffdf9;
  --white: #fff;
  --text: #14212c;
  --muted: #66717b;
  --line: #e6dfd4;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(6, 19, 31, .12);
  --shadow-soft: 0 12px 32px rgba(6, 19, 31, .08);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --container: 1420px;
  --header-height: 90px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #f3c45f; outline-offset: 3px; }
::selection { background: var(--gold-300); color: var(--navy-950); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.skip-link { position: fixed; left: 12px; top: -90px; z-index: 9999; padding: .75rem 1rem; color: var(--navy-950); background: var(--gold-400); border-radius: 8px; font-weight: 800; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; min-height: var(--header-height); color: var(--white); background: rgba(6,19,31,.985); border-bottom: 1px solid rgba(255,255,255,.07); box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.header-inner { min-height: var(--header-height); display: grid; grid-template-columns: 255px 1fr auto; align-items: center; gap: clamp(1.2rem,3vw,3.5rem); }
.brand { width: 220px; max-width: 100%; display: flex; align-items: center; text-decoration: none; }
.brand img { width: 220px; height: 68px; object-fit: contain; padding: 4px 7px; border-radius: 12px; background: rgba(255,255,255,.96); }
.primary-nav { justify-self: center; display: flex; align-items: stretch; gap: clamp(.7rem,1.6vw,1.8rem); }
.primary-nav a { position: relative; min-height: 48px; display: inline-flex; align-items: center; padding: .15rem .15rem; color: rgba(255,255,255,.9); font-size: .91rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--gold-500); transition: right .18s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-400); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; }
.header-whatsapp { min-width: 220px; justify-content: center; white-space: nowrap; }

/* Buttons */
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 13px; font-size: .94rem; font-weight: 850; letter-spacing: .01em; line-height: 1.1; text-decoration: none; transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-gold { color: #291a04; background: linear-gradient(135deg, #efc66b, #d09527); box-shadow: 0 12px 28px rgba(208,149,39,.22); }
.button-gold:hover { background: linear-gradient(135deg, #f4d17e, #dba844); }
.button-navy { color: var(--white); background: var(--navy-900); }
.button-navy:hover { background: var(--navy-800); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.62); background: rgba(6,19,31,.15); backdrop-filter: blur(8px); }
.button-outline-light:hover { border-color: var(--gold-400); background: rgba(6,19,31,.4); }
.button-outline-navy { color: var(--navy-950); border-color: var(--navy-950); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: .5rem; color: var(--navy-900); font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--gold-600); text-decoration: underline; text-underline-offset: 5px; }

/* Hero R2 */
.hero { position: relative; overflow: visible; }
.hero-r2 { min-height: clamp(610px, 71vh, 760px); display: grid; color: var(--white); background: var(--navy-950); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,16,.96) 0%, rgba(5,14,23,.84) 26%, rgba(7,19,30,.48) 49%, rgba(6,14,23,.12) 72%, rgba(3,8,13,.10) 100%); }
.hero-content { position: relative; z-index: 2; align-self: center; padding-block: clamp(76px,8vw,118px) 130px; }
.hero-content > * { max-width: 650px; }
.hero-kicker { margin: 0 0 .4rem; color: var(--gold-400); font-weight: 900; letter-spacing: .08em; font-size: 1.05rem; }
.hero-content h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.038em; line-height: .95; font-weight: 500; text-shadow: 0 2px 20px rgba(0,0,0,.22); }
.hero-content h1 > span { display: block; font-size: clamp(3.35rem,6vw,6.15rem); }
.hero-content h1 em { display: block; margin-top: .65rem; color: var(--gold-500); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(2rem,3.5vw,3.45rem); font-style: italic; font-weight: 500; letter-spacing: -.02em; }
.hero-lead { margin: 1.2rem 0 0; color: rgba(255,255,255,.91); font-size: clamp(1rem,1.4vw,1.16rem); line-height: 1.65; }
.hero-actions { margin-top: 1.65rem; }
.hero-actions .button { min-width: 190px; min-height: 54px; border-radius: 28px; text-transform: uppercase; font-size: .88rem; }
.hero-badge { position: absolute; z-index: 3; right: clamp(28px,7vw,120px); bottom: 58px; min-width: 246px; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.15rem; border: 1px solid rgba(232,189,102,.36); border-radius: 14px; color: var(--white); background: rgba(8,24,39,.91); box-shadow: 0 18px 40px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.hero-badge-icon { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; border: 2px solid var(--gold-500); border-radius: 50%; color: var(--gold-400); font-size: 1.25rem; font-weight: 900; }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font-size: .85rem; letter-spacing: .04em; }
.hero-badge small { margin-top: .12rem; color: rgba(255,255,255,.78); font-size: .78rem; }

/* Trust strip */
.trust-wrap { position: relative; z-index: 10; margin-top: -46px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); padding: 0; border: 1px solid rgba(6,19,31,.08); border-radius: 16px; background: rgba(255,255,255,.985); box-shadow: 0 18px 48px rgba(6,19,31,.13); overflow: hidden; }
.trust-item { min-height: 104px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: .85rem; padding: 1rem 1.35rem; position: relative; }
.trust-item + .trust-item::before { content: ""; position: absolute; left: 0; top: 23%; bottom: 23%; width: 1px; background: var(--line); }
.trust-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold-600); }
.trust-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h2 { margin: 0 0 .12rem; color: var(--navy-900); font-size: .83rem; letter-spacing: .015em; }
.trust-item p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.35; }

/* Generic sections */
.section { padding-block: clamp(72px,8vw,112px); }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-navy { color: var(--white); background: linear-gradient(135deg,var(--navy-950),var(--navy-800)); }
.section-kicker { margin: 0 0 .55rem; color: var(--gold-600); font-size: .79rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.section h2, .page-hero h1, .not-found h1 { margin: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.032em; line-height: 1.08; }
.section h2 { font-size: clamp(2.15rem,4.2vw,3.75rem); }
.section-heading { margin-bottom: clamp(2rem,5vw,3.6rem); }
.section-heading.centered { max-width: 880px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { margin: 1rem auto 0; max-width: 720px; color: var(--muted); }
.section-heading.between { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.premium-heading h2 { font-size: clamp(2.2rem,4vw,3.55rem); }

.intro-section { padding-top: clamp(94px,10vw,140px); }
.intro-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.intro-copy { max-width: 760px; }
.intro-copy p { margin: 0 0 1rem; color: #59656f; font-size: 1.08rem; }
.intro-copy .text-link { margin-top: .25rem; }

/* Services */
.services-showcase { background: var(--cream-2); }
.service-grid { display: grid; gap: 18px; }
.service-grid-r2 { grid-template-columns: repeat(5,minmax(0,1fr)); align-items: stretch; }
.service-card { overflow: hidden; background: var(--white); }
.service-card-r2 { position: relative; border: 1px solid rgba(6,19,31,.09); border-radius: 12px; box-shadow: 0 10px 30px rgba(6,19,31,.07); transition: transform .2s ease, box-shadow .2s ease; }
.service-card-r2:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(6,19,31,.12); }
.service-card-r2 > img { width: 100%; aspect-ratio: 1.22/1; object-fit: cover; }
.service-icon-badge { position: absolute; left: 50%; top: calc(50% + 24px); transform: translate(-50%,-50%); width: 46px; height: 46px; display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: var(--gold-400); background: var(--navy-900); font-family: Georgia, serif; font-size: 1rem; font-weight: 900; box-shadow: 0 6px 18px rgba(6,19,31,.16); }
.service-card-body { padding: 2.1rem 1rem 1.35rem; text-align: center; }
.service-card-body h3 { margin: 0 0 .55rem; color: var(--navy-950); font-size: .96rem; text-transform: uppercase; letter-spacing: .02em; }
.service-card-body p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

/* Quick info */
.quick-info-section { padding: 0 0 26px; background: var(--cream-2); }
.quick-info-bar { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); color: var(--white); background: linear-gradient(135deg,var(--navy-900),var(--navy-800)); border-radius: 14px; overflow: hidden; }
.quick-info-bar article { min-height: 92px; position: relative; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: .8rem; padding: 1rem 1.5rem; }
.quick-info-bar article + article::before { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(255,255,255,.17); }
.quick-icon { color: var(--gold-400); font-size: 2rem; text-align: center; }
.quick-info-bar h2 { margin: 0 0 .15rem; color: var(--white); font-family: inherit; font-size: .82rem; font-weight: 900; letter-spacing: .03em; }
.quick-info-bar p { margin: 0; color: rgba(255,255,255,.78); font-size: .82rem; }

/* Gallery */
.gallery-home { background: var(--paper); }
.gallery-preview { display: grid; gap: 12px; }
.gallery-preview-r2 { grid-template-columns: 1.35fr .75fr .75fr; grid-template-rows: 230px 230px; }
.gallery-tile { display: block; overflow: hidden; border-radius: 14px; background: #d8d5cf; }
.gallery-tile-hero { grid-row: span 2; }
.gallery-tile-wide { grid-column: span 2; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.gallery-tile:hover img { transform: scale(1.025); filter: saturate(1.03); }

.area-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(3rem,8vw,8rem); align-items: center; }
.area-grid p { margin: 0 0 1.25rem; color: var(--muted); font-size: 1.05rem; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem,7vw,7rem); }
.faq-intro { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; padding: 1.3rem 2.8rem 1.3rem 0; cursor: pointer; font-weight: 850; color: var(--navy-950); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .15rem; top: .88rem; color: var(--gold-600); font-size: 1.75rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.15rem 2.2rem 1.35rem 0; color: var(--muted); }

/* CTA & footer */
.cta-band { padding-block: 64px; color: var(--white); background: linear-gradient(120deg,var(--navy-950),var(--navy-800)); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; }
.cta-band h2 { margin: 0; color: var(--white); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4vw,3.25rem); font-weight: 500; letter-spacing: -.03em; }
.cta-band p:not(.section-kicker) { margin: .6rem 0 0; color: rgba(255,255,255,.8); }
.cta-band .button-row { justify-content: flex-end; }
.site-footer { color: rgba(255,255,255,.76); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 3rem; padding-block: 58px; }
.footer-brand img { width: 215px; height: auto; margin-bottom: 1rem; padding: 5px 8px; border-radius: 12px; background: rgba(255,255,255,.96); }
.footer-brand p { max-width: 430px; }
.footer-heading { margin: 0 0 1rem; color: var(--white); font-size: .92rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover { color: var(--gold-400); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.footer-bottom p { margin: 0; }

/* Existing secondary pages */
.page-hero { padding-block: clamp(76px,10vw,126px); color: var(--white); background: radial-gradient(circle at 85% 20%,rgba(215,162,56,.16),transparent 34%),linear-gradient(135deg,var(--navy-950),var(--navy-800)); }
.page-hero-compact { padding-block: clamp(64px,8vw,92px); }
.page-hero h1 { margin: .4rem 0 1rem; color: var(--white); font-size: clamp(2.7rem,6vw,5rem); }
.page-hero p:last-child { margin: 0; max-width: 760px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.eyebrow { margin: 0; color: var(--gold-400); font-size: .82rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.split-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(3rem,8vw,7rem); }
.split-light h2, .split-light p { color: var(--white); }
.prose-large p { color: var(--muted); font-size: 1.05rem; }
.section-navy .prose-large p { color: rgba(255,255,255,.82); }
.service-detail-list { display: grid; gap: clamp(4rem,8vw,7rem); }
.service-detail { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: clamp(2rem,6vw,6rem); align-items: center; }
.service-detail.reverse .service-detail-media { order: 2; }
.service-detail-media { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-detail-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.service-detail-copy p { color: var(--muted); }
.section-action { margin-top: 2.2rem; text-align: center; }
.gallery-grid { columns: 3 300px; column-gap: 14px; }
.gallery-item { display: block; width: 100%; margin: 0 0 14px; padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: #e7e2da; cursor: zoom-in; break-inside: avoid; }
.gallery-item img { width: 100%; transition: transform .25s ease,filter .25s ease; }
.gallery-item:hover img { transform: scale(1.015); filter: saturate(1.04); }
.lightbox { width: min(96vw,1240px); max-width: none; height: min(94vh,900px); padding: 0; border: 0; background: rgba(6,17,29,.98); color: var(--white); overflow: hidden; }
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox figure { height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; align-items: center; justify-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(94vh - 60px); width: auto; height: auto; object-fit: contain; }
.lightbox figcaption { width: 100%; padding: .8rem 4rem 1rem; text-align: center; color: rgba(255,255,255,.78); font-size: .9rem; }
.lightbox-close,.lightbox-nav { position: absolute; z-index: 5; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--white); background: rgba(7,23,39,.72); cursor: pointer; }
.lightbox-close { top: 14px; right: 14px; font-size: 2rem; line-height: 1; }
.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 2.2rem; }
.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.3rem; }
.contact-card { padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-soft); }
.contact-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 1.4rem; border-radius: 50%; color: var(--navy-950); background: var(--gold-500); }
.contact-icon svg { width: 26px; height: 26px; }
.contact-card h2 { font-size: clamp(1.7rem,3vw,2.5rem); }
.contact-card p { color: var(--muted); }
.contact-note { padding-top: 1rem; border-top: 1px solid rgba(7,23,39,.12); }
.not-found { min-height: 62vh; display: grid; place-items: center; padding-block: 100px; text-align: center; }
.not-found h1 { margin: .4rem 0 1rem; font-size: clamp(2.7rem,6vw,5rem); }
.not-found p { color: var(--muted); }
.centered-row { justify-content: center; }

/* Floating actions: mobile MUST be vertical */
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: none; flex-direction: column; align-items: center; gap: 9px; }
.floating-action { width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 10px 26px rgba(0,0,0,.25); text-decoration: none; }
.floating-wa { color: #062a13; background: var(--green); }
.floating-phone { color: var(--navy-950); background: var(--gold-500); }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 220px 1fr auto; gap: 1rem; }
  .brand,.brand img { width: 195px; }
  .primary-nav { gap: .75rem; }
  .primary-nav a { font-size: .82rem; }
  .header-whatsapp { min-width: 185px; padding-inline: .9rem; }
  .service-grid-r2 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .service-icon-badge { top: calc(55% - 1px); }
}

@media (max-width: 1020px) {
  :root { --header-height: 76px; }
  .header-inner { grid-template-columns: 1fr auto auto; position: relative; }
  .brand,.brand img { width: 175px; height: 58px; }
  .js .menu-toggle { display: inline-flex; justify-self: end; align-items: center; gap: .55rem; min-height: 44px; padding: .6rem .8rem; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; color: var(--white); background: transparent; cursor: pointer; }
  .menu-toggle-icon,.menu-toggle-icon::before,.menu-toggle-icon::after { width: 20px; height: 2px; display: block; background: currentColor; content: ""; transition: transform .2s ease; }
  .menu-toggle-icon { position: relative; }
  .menu-toggle-icon::before { position: absolute; top: -6px; }
  .menu-toggle-icon::after { position: absolute; top: 6px; }
  .js .primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: .75rem; border-radius: 0 0 14px 14px; background: var(--navy-950); box-shadow: var(--shadow); }
  .js .primary-nav.is-open { display: grid; }
  .primary-nav { justify-self: stretch; }
  .primary-nav a { display: block; padding: .75rem .9rem; min-height: 44px; }
  .header-whatsapp { justify-self: end; min-width: auto; }
  .header-whatsapp span { display: none; }
  .header-whatsapp { width: 48px; padding: 0; }
  .hero-badge { right: 24px; bottom: 38px; }
  .trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-item:nth-child(3)::before { display: none; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-grid-r2 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .quick-info-bar { grid-template-columns: 1fr 1fr 1fr; }
  .gallery-preview-r2 { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; }
  .gallery-tile-hero { grid-row: span 2; }
  .gallery-tile-wide { grid-column: span 2; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .cta-band .button-row { justify-content: flex-start; }
}

@media (max-width: 760px) {
  :root { --header-height: 70px; }
  .container { width: min(calc(100% - 28px),var(--container)); }
  .header-inner { grid-template-columns: 1fr auto; gap: .7rem; }
  .brand,.brand img { width: 148px; height: 50px; }
  .header-whatsapp { display: none; }
  .menu-toggle-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .hero-r2 { min-height: 720px; }
  .hero-media { object-position: 66% center; }
  .hero-overlay { background: linear-gradient(180deg,rgba(4,10,16,.30) 0%,rgba(5,14,23,.48) 34%,rgba(5,14,23,.88) 70%,rgba(5,14,23,.98) 100%); }
  .hero-content { align-self: end; padding-block: 80px 138px; }
  .hero-content > * { max-width: 100%; }
  .hero-kicker { font-size: .88rem; }
  .hero-content h1 > span { font-size: clamp(2.75rem,12vw,4rem); }
  .hero-content h1 em { font-size: clamp(1.85rem,8vw,2.7rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { min-width: 0; width: 100%; }
  .hero-badge { display: none; }
  .trust-wrap { margin-top: -58px; }
  .trust-strip { grid-template-columns: 1fr; border-radius: 14px; }
  .trust-item { min-height: 86px; grid-template-columns: 42px 1fr; padding: .9rem 1rem; }
  .trust-item + .trust-item::before { display: none; }
  .trust-item:nth-child(n+2) { border-top: 1px solid var(--line); }
  .trust-item h2 { font-size: .78rem; }
  .intro-grid,.area-grid,.faq-layout,.split-layout,.service-detail,.contact-grid,.footer-grid { grid-template-columns: 1fr; }
  .intro-grid,.area-grid { gap: 2rem; }
  .service-grid-r2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-card-r2 > img { aspect-ratio: 1.15/1; }
  .service-icon-badge { top: calc(54% - 8px); }
  .quick-info-bar { grid-template-columns: 1fr; }
  .quick-info-bar article + article::before { left: 18px; right: 18px; top: 0; bottom: auto; width: auto; height: 1px; }
  .section-heading.between { align-items: start; flex-direction: column; gap: 1rem; }
  .gallery-preview-r2 { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 180px 180px; }
  .gallery-grid { columns: 2 220px; }
  .service-detail.reverse .service-detail-media { order: 0; }
  .floating-actions { display: flex; }
  .footer-grid { gap: 2rem; }
}

@media (max-width: 520px) {
  .service-grid-r2 { grid-template-columns: 1fr; }
  .service-card-r2 > img { aspect-ratio: 16/10; }
  .service-icon-badge { top: calc(57% - 10px); }
  .gallery-preview-r2 { grid-template-columns: 1fr; grid-template-rows: repeat(5,235px); }
  .gallery-tile-hero,.gallery-tile-wide { grid-row: auto; grid-column: auto; }
  .gallery-grid { columns: 1; }
  .lightbox { width: 100vw; height: 100vh; max-height: 100vh; }
  .lightbox figure img { max-height: calc(100vh - 64px); }
  .lightbox-nav { top: auto; bottom: 12px; transform: none; }
  .lightbox figcaption { padding-inline: 4rem; }
}

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