:root {
  --ink: #240b12;
  --wine: #4b1021;
  --marsala: #7d2e42;
  --rose: #b86b76;
  --gold: #d9b36a;
  --cream: #f8f3ee;
  --paper: #fffdfa;
  --muted: #735d5a;
  --line: #e6d7cf;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
body, button, a { -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 10px 14px; background: var(--paper); color: var(--ink); text-decoration: none; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--paper); }
.header-inner { width: var(--shell); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255, 253, 250, .22); }
.brand { display: inline-flex; align-items: baseline; gap: .33em; font-family: var(--font-display); font-size: 25px; line-height: 1; letter-spacing: .075em; text-decoration: none; white-space: nowrap; }
.brand span:last-child { color: var(--gold); }
.desktop-nav { display: flex; gap: clamp(18px, 2.3vw, 34px); margin-left: auto; }
.desktop-nav a, .site-footer a { color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a { position: relative; padding-block: 7px; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .26s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta, .button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: .05em; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .24s ease, background-color .24s ease, border-color .24s ease, color .24s ease; }
.header-cta { min-height: 39px; padding: 10px 15px; background: var(--gold); color: var(--ink); }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }
.mobile-menu { position: absolute; top: 76px; right: 16px; left: 16px; padding: 12px; border: 1px solid rgba(217, 179, 106, .45); background: var(--ink); box-shadow: 0 18px 40px rgba(20, 4, 9, .3); }
.mobile-menu a { display: block; padding: 13px 12px; border-bottom: 1px solid rgba(255, 253, 250, .13); color: var(--paper); font-size: 14px; font-weight: 600; text-decoration: none; }
.mobile-menu a:last-child { border-bottom: 0; color: var(--gold); }

.hero { position: relative; overflow: hidden; min-height: 760px; background: var(--ink); color: var(--paper); isolation: isolate; }
.hero::after { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 52%; background: linear-gradient(to top, rgba(11, 3, 6, .63), transparent); content: ""; pointer-events: none; }
.hero-grid { position: relative; display: grid; min-height: 760px; grid-template-columns: minmax(0, .98fr) minmax(390px, .78fr); align-items: center; gap: clamp(44px, 8vw, 116px); padding: 134px 0 68px; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.location-line, .section-label { margin: 0 0 18px; color: var(--marsala); font-size: 11px; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.location-line { color: var(--gold); }
.location-line::before, .section-label::before { display: inline-block; width: 34px; height: 1px; margin: 0 12px 4px 0; background: currentColor; content: ""; vertical-align: middle; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.026em; line-height: .98; text-wrap: balance; }
h1 { max-width: 12ch; margin-bottom: 25px; font-size: clamp(56px, 6.2vw, 88px); }
.word-rotator { display: inline-block; color: var(--gold); font-style: italic; white-space: nowrap; }
.word-rotator.is-changing { animation: wordReveal .42s cubic-bezier(.2,.8,.2,1); }
@keyframes wordReveal { 0% { opacity: .08; transform: translateY(.18em); } 100% { opacity: 1; transform: translateY(0); } }
.hero-text { max-width: 540px; margin-bottom: 20px; color: rgba(255, 253, 250, .8); font-size: 18px; line-height: 1.65; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 30px; color: rgba(255, 253, 250, .82); font-size: 13px; font-variant-numeric: tabular-nums; }
.hero-proof span { color: var(--gold); font-size: 14px; letter-spacing: .055em; white-space: nowrap; }
.hero-proof b, .service-meta span { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-wine { background: var(--wine); color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--wine); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 19px; line-height: .7; transition: transform .22s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--paper); }
.hero-whatsapp { display: inline-block; margin-top: 20px; color: rgba(255, 253, 250, .68); font-size: 13px; text-decoration-color: rgba(217, 179, 106, .55); text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-whatsapp:hover { color: var(--gold); }
.hero-gallery { position: relative; z-index: 1; align-self: end; width: min(100%, 450px); margin: 0 0 0 auto; overflow: hidden; padding: 0 0 34px; }
.hero-gallery::before { position: absolute; z-index: -1; right: 9px; bottom: 9px; width: 72%; height: 78%; border: 1px solid rgba(217, 179, 106, .58); content: ""; }
.hero-gallery-track { display: flex; gap: 12px; will-change: transform; transition: transform .66s cubic-bezier(.2,.8,.2,1); }
.hero-gallery-card { flex: 0 0 78%; margin: 0; overflow: hidden; }
.hero-gallery-card img { width: 100%; aspect-ratio: .89; object-fit: cover; filter: saturate(.8) contrast(1.04); }
.hero-gallery > p { position: absolute; right: 18px; bottom: 48px; z-index: 2; max-width: 10ch; margin: 0; color: var(--paper); font-family: var(--font-display); font-size: 23px; font-style: italic; line-height: 1.04; text-align: right; }
.hero-ink { position: absolute; inset: 0; z-index: -1; overflow: hidden; opacity: .72; pointer-events: none; }
.ink-line { position: absolute; display: block; width: 110vw; height: 48vw; border: 1px solid rgba(217, 179, 106, .17); border-radius: 50%; transform-origin: 50% 50%; }
.ink-line-one { top: -25vw; left: 31vw; border-color: rgba(184, 107, 118, .3); transform: rotate(-15deg); animation: inkDrift 18s ease-in-out infinite alternate; }
.ink-line-two { top: 13vw; left: 19vw; transform: rotate(-25deg); animation: inkDrift 23s ease-in-out -4s infinite alternate-reverse; }
.ink-line-three { top: 48vw; left: -57vw; border-color: rgba(217, 179, 106, .19); transform: rotate(22deg); animation: inkDrift 20s ease-in-out -9s infinite alternate; }
@keyframes inkDrift { from { translate: -1.3% -1%; rotate: 0deg; } to { translate: 1.3% 1%; rotate: 2deg; } }

.trust-band { border-top: 1px solid rgba(217, 179, 106, .3); background: var(--wine); color: var(--paper); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 14px 0; }
.trust-list article { display: flex; min-height: 68px; align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid rgba(255, 253, 250, .18); background: rgba(36, 11, 18, .22); }
.trust-list span { color: var(--gold); font-family: var(--font-display); font-size: 23px; font-style: italic; }
.trust-list p { margin: 0; color: rgba(255, 253, 250, .89); font-size: 12px; font-weight: 600; line-height: 1.35; }

.section { padding: clamp(88px, 11vw, 154px) 0; }
.section-intro { max-width: 790px; margin-bottom: clamp(42px, 6vw, 76px); }
.section-intro h2 { max-width: 11.5ch; margin-bottom: 34px; }
.section-intro > p:last-child { max-width: 560px; }
.portfolio-head h2, .method-copy h2, .about-copy h2, .location-copy h2, .faq-copy h2, .closing h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 70px); }
.section-intro > p:last-child, .portfolio-head > p, .method-copy > p, .about-copy > p, .location-copy > p, .faq-copy > p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }

.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 125px minmax(0, 1fr) minmax(125px, .33fr); align-items: center; gap: 28px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.service-item > img { width: 125px; aspect-ratio: 1.17; object-fit: cover; }
.service-content { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(165px, .58fr); gap: 6px 28px; align-items: baseline; }
.service-intent { grid-column: 1 / -1; margin: 0 0 3px; color: var(--marsala); font-size: 11px; font-weight: 700; letter-spacing: .115em; text-transform: uppercase; }
.service-content h3 { margin: 0; font-size: clamp(29px, 3vw, 40px); }
.service-content > p:not(.service-intent):not(.service-meta) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-meta { grid-column: 2; display: flex; align-items: center; gap: 8px; margin: 4px 0 0; color: var(--ink); font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.service-action { justify-self: end; display: inline-flex; align-items: center; gap: 9px; color: var(--wine); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.service-action span { font-size: 20px; transition: transform .22s ease; }
.service-action:hover span { transform: translateX(4px); }

.section-dark { background: var(--ink); color: var(--paper); }

/* Quiet organic gold contours add continuity without competing with content. */
main > section:not(.hero) { --filament-color: rgba(184, 134, 53, .12); position: relative; isolation: isolate; }
main > section:not(.hero)::before { position: absolute; inset: 0; z-index: 0; background-color: var(--filament-color); content: ""; pointer-events: none; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='black' stroke-width='1.35'%3E%3Cpath d='M-90 128 C130 44 300 86 480 188 S860 344 1060 202 S1370 90 1690 172'/%3E%3Cpath d='M-70 462 C145 382 334 496 515 428 S824 254 1055 438 S1392 568 1680 424'/%3E%3Cpath d='M-120 770 C170 618 304 714 522 650 S886 520 1082 654 S1390 828 1690 696'/%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='black' stroke-width='1.35'%3E%3Cpath d='M-90 128 C130 44 300 86 480 188 S860 344 1060 202 S1370 90 1690 172'/%3E%3Cpath d='M-70 462 C145 382 334 496 515 428 S824 254 1055 438 S1392 568 1680 424'/%3E%3Cpath d='M-120 770 C170 618 304 714 522 650 S886 520 1082 654 S1390 828 1690 696'/%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat; }
main > section:not(.hero) > * { position: relative; z-index: 1; }
main > section:nth-of-type(even):not(.hero)::before { transform: scaleX(-1); }
main > .section-dark, main > .trust-band { --filament-color: rgba(217, 179, 106, .18); }
.portfolio { padding: clamp(84px, 10vw, 132px) 0 clamp(48px, 7vw, 78px); overflow: hidden; }
.portfolio-head { display: grid; grid-template-columns: minmax(0, .98fr) minmax(250px, .48fr); gap: 48px; align-items: end; margin-bottom: clamp(40px, 6vw, 72px); }
.portfolio-head h2 { max-width: 11ch; }
.portfolio-head > p { color: rgba(255, 253, 250, .67); }
.section-label-gold { color: var(--gold); }
.portfolio-scroller { display: flex; gap: 18px; width: 100%; padding: 0 max(24px, calc((100% - 1180px) / 2)) 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-color: rgba(217, 179, 106, .8) transparent; scrollbar-width: thin; }
.portfolio-scroller::-webkit-scrollbar { height: 5px; }
.portfolio-scroller::-webkit-scrollbar-thumb { background: rgba(217, 179, 106, .75); }
.portfolio-scroller figure { position: relative; flex: 0 0 min(30vw, 370px); margin: 0; overflow: hidden; scroll-snap-align: start; }
.portfolio-scroller img { width: 100%; aspect-ratio: .76; object-fit: cover; filter: saturate(.84); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.portfolio-scroller figure:hover img { transform: scale(1.045); filter: saturate(1); }
.portfolio-scroller figcaption { position: absolute; right: 15px; bottom: 13px; left: 15px; color: var(--paper); font-family: var(--font-display); font-size: 22px; font-style: italic; }
.portfolio-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 31px; }
.portfolio-bottom p { margin: 0; color: rgba(255, 253, 250, .65); font-size: 13px; }

.method { display: grid; grid-template-columns: minmax(300px, .74fr) minmax(0, 1fr); gap: clamp(48px, 9vw, 132px); align-items: center; }
.method-image { position: relative; padding-bottom: 44px; }
.method-image::after { position: absolute; z-index: -1; right: -24px; bottom: 0; width: 82%; height: 72%; border: 1px solid var(--line); content: ""; }
.method-image img { width: 100%; aspect-ratio: .86; object-fit: cover; object-position: center; }
.method-copy { padding-block: 36px; }
.method-copy h2 { max-width: 8ch; margin-bottom: 22px; }
.method-copy > p { max-width: 590px; }
.method-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 44px 0 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 19px 0; border-top: 1px solid var(--line); }
.method-steps span { color: var(--marsala); font-family: var(--font-display); font-size: 24px; font-style: italic; }
.method-steps strong { display: block; margin-bottom: 3px; font-size: 14px; }
.method-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.about { padding: clamp(75px, 10vw, 130px) 0; }
.about-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(300px, .57fr); gap: clamp(48px, 10vw, 142px); align-items: center; }
.about-copy h2 { max-width: 10ch; margin-bottom: 24px; }
.about-copy > p { max-width: 560px; margin-bottom: 30px; color: rgba(255, 253, 250, .72); }
.about-photo { max-width: 390px; margin: 0 0 0 auto; }
.about-photo img { width: 100%; aspect-ratio: .88; object-fit: cover; filter: saturate(.82) contrast(1.04); }

.location { display: grid; grid-template-columns: minmax(0, .76fr) minmax(360px, .95fr); gap: clamp(48px, 9vw, 130px); align-items: center; }
.location-copy h2 { max-width: 9.7ch; margin-bottom: 24px; }
.location-copy > p { max-width: 490px; }
.google-proof { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin: 29px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.stars { color: var(--gold); font-size: 18px; letter-spacing: .06em; white-space: nowrap; }
.google-proof strong { display: block; font-size: 13px; }
.google-proof p { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.map-wrap { position: relative; min-height: 505px; overflow: hidden; background: #ddd1c9; }
.map-wrap::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(120deg, rgba(75, 16, 33, .16), transparent 48%); content: ""; pointer-events: none; }
.map-wrap iframe { width: 100%; height: 505px; border: 0; filter: saturate(.62) contrast(.98); }
.map-address { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; flex-direction: column; gap: 2px; padding: 16px; background: var(--paper); box-shadow: 0 12px 28px rgba(36, 11, 18, .18); }
.map-address strong { font-family: var(--font-display); font-size: 24px; font-weight: 500; }
.map-address span { color: var(--muted); font-size: 12px; }

.section-soft { padding: clamp(84px, 10vw, 130px) 0; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .68fr) minmax(400px, 1fr); gap: clamp(48px, 9vw, 134px); align-items: start; }
.faq-copy { position: sticky; top: 120px; }
.faq-copy h2 { max-width: 8.3ch; margin-bottom: 23px; }
.faq-copy > p { max-width: 390px; }
.faq-list { border-top: 1px solid #d9c9c0; }
.faq-item { border-bottom: 1px solid #d9c9c0; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 2px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 16px; font-weight: 600; text-align: left; }
.faq-question i { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.faq-question i::before, .faq-question i::after { position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--marsala); content: ""; transform: translate(-50%, -50%); transition: transform .26s ease; }
.faq-question i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open .faq-question i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows .34s cubic-bezier(.2,.8,.2,1); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-answer > p { min-height: 0; max-width: 650px; margin: 0; padding: 0 40px 24px 2px; color: var(--muted); font-size: 14px; line-height: 1.7; overflow: hidden; }
.faq-answer[hidden] { display: none; }

.closing { padding: clamp(82px, 10vw, 130px) 0; text-align: center; }
.closing-inner { display: flex; max-width: 770px; flex-direction: column; align-items: center; }
.closing h2 { max-width: 11ch; margin-bottom: 32px; }
.professional-note { margin: 24px 0 0; color: rgba(255, 253, 250, .58); font-size: 12px; }
.professional-note a { color: var(--gold); text-underline-offset: 4px; }

.site-footer { padding: 28px 0 94px; background: var(--wine); color: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.site-footer .brand { font-size: 21px; }
.site-footer p { margin: 0; color: rgba(255, 253, 250, .62); font-size: 12px; text-align: center; }
.site-footer p span { padding-inline: 5px; color: var(--gold); }
.site-footer nav { display: flex; justify-content: flex-end; gap: 20px; }
.site-footer nav a { color: rgba(255, 253, 250, .74); }
.site-footer nav a:hover { color: var(--gold); }
.whatsapp-float { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(217, 179, 106, .78); border-radius: 50%; background: var(--ink); color: var(--gold); box-shadow: 0 10px 26px rgba(36, 11, 18, .25); transition: transform .24s ease, background-color .24s ease; }
.whatsapp-float svg { width: 24px; height: 24px; }
.whatsapp-float:hover { background: var(--wine); transform: translateY(-3px); }
.mobile-booking { display: none; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s cubic-bezier(.2,.8,.2,1), transform .62s cubic-bezier(.2,.8,.2,1); }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 620px); }
  .header-inner { height: 72px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding: 121px 0 45px; }
  h1 { max-width: 11.5ch; font-size: clamp(48px, 13.5vw, 64px); }
  .hero-text { max-width: 560px; font-size: 16px; }
  .hero-gallery { width: min(100%, 420px); margin: 0 0 0 auto; }
  .hero-gallery-card { flex-basis: 74%; }
  .trust-list { gap: 9px; }
  .trust-list article { min-height: 62px; padding: 10px 12px; }
  .portfolio-head, .method, .about-grid, .location, .faq-grid { grid-template-columns: 1fr; }
  .portfolio-head { gap: 18px; }
  .section-intro h2, .portfolio-head h2, .method-copy h2, .about-copy h2, .location-copy h2, .faq-copy h2, .closing h2 { font-size: clamp(42px, 10vw, 61px); }
  .service-item { grid-template-columns: 105px minmax(0, 1fr); gap: 16px; padding: 18px 0; }
  .service-item > img { width: 105px; aspect-ratio: .92; }
  .service-content { grid-template-columns: 1fr; gap: 4px; }
  .service-content h3 { font-size: 31px; }
  .service-meta { grid-column: auto; margin-top: 5px; }
  .service-action { grid-column: 2; justify-self: start; margin-top: -6px; }
  .portfolio-scroller { padding-inline: 16px; }
  .portfolio-scroller figure { flex-basis: min(74vw, 350px); }
  .method { gap: 35px; }
  .method-image { max-width: 430px; }
  .method-copy { padding-block: 0; }
  .method-steps { gap: 0 20px; margin-top: 32px; }
  .about { padding-block: 82px; }
  .about-grid { gap: 38px; }
  .about-photo { width: min(84%, 390px); margin-inline: auto; }
  .location { gap: 38px; }
  .map-wrap, .map-wrap iframe { min-height: 380px; height: 380px; }
  .faq-copy { position: static; }
  .faq-grid { gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 16px; }
  .site-footer nav { justify-content: center; }
}

@media (max-width: 540px) {
  :root { --shell: calc(100% - 32px); }
  body { padding-bottom: 64px; }
  .brand { font-size: 23px; }
  .hero-grid { padding-top: 108px; gap: 28px; }
  .location-line { margin-bottom: 15px; font-size: 10px; }
  .location-line::before, .section-label::before { width: 26px; margin-right: 9px; }
  h1 { max-width: 10.8ch; margin-bottom: 18px; font-size: clamp(46px, 13vw, 56px); line-height: 1.01; }
  .hero-text { margin-bottom: 17px; font-size: 15px; line-height: 1.58; }
  .hero-proof { gap: 7px; margin-bottom: 22px; font-size: 11px; }
  .hero-proof span { font-size: 11px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .button { width: 100%; min-height: 53px; }
  .text-link { justify-content: center; }
  .hero-whatsapp { margin-top: 17px; font-size: 12px; }
  .hero-gallery { width: 100%; margin-top: 5px; padding-bottom: 25px; }
  .hero-gallery-track { gap: 8px; }
  .hero-gallery-card { flex-basis: calc(52% - 4px); }
  .hero-gallery-card img { aspect-ratio: 1.14; }
  .hero-gallery > p { right: 12px; bottom: 35px; font-size: 18px; }
  .ink-line { width: 160vw; height: 72vw; }
  .ink-line-one { top: -12vw; left: 12vw; }
  .ink-line-two { top: 73vw; left: -54vw; }
  .ink-line-three { display: none; }
  .trust-list { grid-template-columns: 1fr; padding: 13px 0; }
  .trust-list article { min-height: 51px; gap: 12px; padding: 9px 13px; }
  .trust-list span { font-size: 20px; }
  .trust-list p { font-size: 11px; }
  .section { padding: 78px 0; }
  .section-intro { margin-bottom: 35px; }
  .section-intro h2, .portfolio-head h2, .method-copy h2, .about-copy h2, .location-copy h2, .faq-copy h2, .closing h2 { font-size: 43px; }
  .section-intro h2 { margin-bottom: 27px; }
  .section-intro > p:last-child, .portfolio-head > p, .method-copy > p, .about-copy > p, .location-copy > p, .faq-copy > p { font-size: 15px; }
  .service-item { grid-template-columns: 87px minmax(0, 1fr); gap: 14px; padding: 16px 0; }
  .service-item > img { width: 87px; }
  .service-intent { margin-bottom: 2px; font-size: 9px; letter-spacing: .09em; }
  .service-content h3 { font-size: 27px; }
  .service-content > p:not(.service-intent):not(.service-meta) { font-size: 12px; line-height: 1.45; }
  .service-meta, .service-action { font-size: 11px; }
  .portfolio { padding-top: 78px; }
  .portfolio-head { margin-bottom: 35px; }
  .portfolio-scroller { gap: 12px; padding-bottom: 9px; }
  .portfolio-scroller figure { flex-basis: 77vw; }
  .portfolio-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding-top: 24px; }
  .method-image { max-width: 85%; padding-bottom: 30px; }
  .method-image::after { right: -16px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li { padding: 15px 0; }
  .about-copy h2 { max-width: 9.4ch; }
  .map-wrap, .map-wrap iframe { min-height: 330px; height: 330px; }
  .map-address { right: 12px; bottom: 12px; left: 12px; padding: 13px; }
  .map-address strong { font-size: 21px; }
  .faq-question { padding: 20px 0; font-size: 14px; }
  .faq-answer > p { padding-right: 8px; font-size: 13px; }
  .closing { padding: 77px 0; }
  .closing h2 { margin-bottom: 28px; }
  .site-footer { padding: 28px 0; }
  .site-footer p { font-size: 11px; }
  .site-footer nav { gap: 15px; }
  .site-footer nav a { font-size: 11px; }
  .whatsapp-float { right: 17px; bottom: 18px; width: 48px; height: 48px; transition: bottom .26s ease, transform .24s ease, background-color .24s ease; }
  body.show-mobile-booking .whatsapp-float { bottom: 82px; }
  .mobile-booking { position: fixed; z-index: 14; right: 0; bottom: 0; left: 0; display: flex; height: 64px; align-items: center; justify-content: center; gap: 12px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; box-shadow: 0 -10px 30px rgba(36, 11, 18, .14); opacity: 0; pointer-events: none; transform: translateY(104%); transition: transform .32s cubic-bezier(.2,.8,.2,1), opacity .2s ease; }
  .mobile-booking.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-booking span { font-size: 20px; }
}

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