:root {
  --bg: #fbf8f2;
  --bg-tint: #f4eee2;
  --ink: #2a1e13;
  --muted: #6d5f50;
  --line: #e6dccb;
  --gold: #e0a31f;
  --gold-ink: #a86a00;
  --brown: #6b4a2f;
  --dark: #21170e;
  --wa: #128c4a;
  --radius: 18px;
  --font: "Plus Jakarta Sans", "Noto Sans SC", "Segoe UI", system-ui, sans-serif;
  --wide: "Michroma", "Plus Jakarta Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
svg { width: 1.15em; height: 1.15em; flex: none; }
.wrap { width: min(1160px, 100% - 48px); margin-inline: auto; }

/* ---------- header */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 30; display: flex; align-items: center; gap: 28px; padding: 14px clamp(16px, 3vw, 40px); transition: background .3s, box-shadow .3s, backdrop-filter .3s; }
.site-header.is-solid { background: rgba(251, 248, 242, .9); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 40px; height: 40px; }
.brand-word { font: 400 19px/1 var(--wide); letter-spacing: .02em; color: var(--ink); }
.brand-word b { font-weight: 400; color: var(--gold-ink); }
.nav { display: flex; gap: 26px; margin-left: 18px; font-weight: 600; font-size: 15px; }
.nav a { opacity: .78; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.header-end { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lang { display: flex; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .7); border: 1px solid var(--line); backdrop-filter: blur(8px); }
.lang button { border: 0; background: none; font: 600 13px/1 var(--font); color: var(--muted); padding: 7px 11px; border-radius: 999px; cursor: pointer; }
.lang button[aria-pressed="true"] { background: var(--ink); color: #fff; }

/* ---------- buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 999px; font: 700 15.5px/1 var(--font); transition: transform .2s, box-shadow .2s, background .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 17px 30px; font-size: 17px; }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 8px 22px rgba(42, 30, 19, .22); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(18, 140, 74, .25); }
.btn-accent { background: var(--c); color: #fff; box-shadow: 0 8px 22px color-mix(in srgb, var(--c) 30%, transparent); }
.link { font-weight: 700; color: var(--c, var(--gold-ink)); border-bottom: 2px solid color-mix(in srgb, currentColor 30%, transparent); padding-bottom: 2px; }
.link:hover { border-color: currentColor; }

/* ---------- hero */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: linear-gradient(#8ec3f2, #e4f1fb 62%, #cfe0b8 62.2%, #a9c58f); touch-action: pan-y; }
#city { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 1.2s ease; }
.hero-ready #city { opacity: 1; }
.no-webgl #city { display: none; }
.hero-scrim { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 62% at 14% 30%, rgba(251, 248, 242, .9), rgba(251, 248, 242, .55) 45%, rgba(251, 248, 242, 0) 72%); }
.hero-copy { position: absolute; left: clamp(20px, 5.2vw, 84px); top: clamp(104px, 17vh, 170px); width: min(560px, 100% - 40px); pointer-events: none; }
.hero-copy > * { opacity: 0; transform: translateY(14px); transition: opacity .9s ease, transform .9s ease; }
.hero-ready .hero-copy > * { opacity: 1; transform: none; }
.hero-ready .hero-copy > :nth-child(1) { transition-delay: 1.6s; }
.hero-ready .hero-copy > :nth-child(2) { transition-delay: 1.85s; }
.hero-ready .hero-copy > :nth-child(3) { transition-delay: 2.1s; }
.hero-ready .hero-copy > :nth-child(4) { transition-delay: 2.35s; }
.eyebrow { font: 700 13px/1 var(--font); letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 16px; }
h1 { font: 800 clamp(32px, 3.6vw, 54px)/1.07 var(--font); letter-spacing: -.025em; text-wrap: balance; max-width: 10.5em; }
.hero-sub { margin-top: 18px; font-size: clamp(16px, 1.3vw, 19px); color: #4a3d30; max-width: 25em; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; pointer-events: auto; }
.hero-hint { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); padding: 9px 18px; border-radius: 999px; background: rgba(33, 23, 14, .72); color: #fff; font-size: 13.5px; font-weight: 600; backdrop-filter: blur(6px); opacity: 0; transition: opacity .8s 3.2s; pointer-events: none; white-space: nowrap; }
.hero-ready .hero-hint { animation: hint 9s 3s both; }
@keyframes hint { 0%, 100% { opacity: 0; } 8%, 88% { opacity: 1; } }
.hero-copy, .hero-scrim { transition: opacity .5s ease; }
.hero.is-exploring .hero-copy { opacity: .3; }
.hero.is-exploring .hero-scrim { opacity: .35; }
.hint-touch { display: none; }
@media (hover: none) { .hint-mouse { display: none; } .hint-touch { display: inline; } }

/* pins: real links placed over the scene, so touch and keyboard work too */
.pins { position: absolute; inset: 0; pointer-events: none; }
.pin { position: absolute; left: 0; top: 0; display: flex; align-items: center; gap: 10px; padding: 7px 14px 7px 7px; border-radius: 999px; background: rgba(255, 255, 255, .94); box-shadow: 0 10px 28px rgba(42, 30, 19, .2), 0 0 0 1px rgba(42, 30, 19, .06); pointer-events: auto; opacity: 0; transition: opacity .6s, box-shadow .25s, padding .25s; will-change: transform; }
.pin::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 14px; height: 14px; background: inherit; transform: translateX(-50%) rotate(45deg); border-radius: 3px; z-index: -1; }
.pin-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--c); color: #fff; box-shadow: 0 0 0 0 color-mix(in srgb, var(--c) 45%, transparent); animation: ping 2.6s infinite; }
.pin-icon svg { width: 18px; height: 18px; }
.pin-text { display: grid; line-height: 1.15; }
.pin-text b { font-size: 14.5px; font-weight: 800; }
.pin-text small { font-size: 12.5px; color: var(--muted); max-height: 0; max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; transition: max-height .25s, max-width .25s, opacity .25s, margin .25s; }
.pin-arrow { width: 0; opacity: 0; color: var(--c); transition: width .25s, opacity .25s; }
.pin.is-hover, .pin:hover, .pin:focus-visible { box-shadow: 0 14px 34px rgba(42, 30, 19, .26), 0 0 0 2px var(--c); outline: none; }
.pin.is-hover .pin-text small, .pin:hover .pin-text small, .pin:focus-visible .pin-text small { max-height: 20px; max-width: 260px; opacity: 1; margin-top: 3px; }
.pin.is-hover .pin-arrow, .pin:hover .pin-arrow, .pin:focus-visible .pin-arrow { width: 18px; opacity: 1; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--c) 50%, transparent); } 70%, 100% { box-shadow: 0 0 0 12px transparent; } }

/* portrait: the camera tours the zones, pins become a fixed row of chips */
.is-portrait .pins { inset: auto 10px 14px 10px; display: flex; justify-content: center; gap: 7px; }
.is-portrait .pin { position: static; padding: 5px 11px 5px 5px; gap: 7px; transition: opacity .6s, box-shadow .25s, background .25s; }
.is-portrait .pin::after, .is-portrait .pin-text small, .is-portrait .pin-arrow { display: none; }
.is-portrait .pin-icon { width: 28px; height: 28px; animation: none; }
.is-portrait .pin-text b { font-size: 13px; white-space: nowrap; }
.is-portrait .pin:not(.is-hover) { padding: 5px; }
.is-portrait .pin:not(.is-hover) .pin-text { display: none; }
.is-portrait .pin.is-hover { background: #fff; box-shadow: 0 8px 22px rgba(42, 30, 19, .25), 0 0 0 2px var(--c); }
.is-portrait .hero-hint { bottom: 66px; }

/* ---------- loader */
.loader { position: fixed; inset: 0; z-index: 50; display: grid; place-content: center; justify-items: center; gap: 18px; background: var(--bg); transition: opacity .7s, visibility .7s; }
.loader-mark { width: 74px; height: 74px; }
.loader-bar { width: 120px; height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; position: relative; }
.loader-bar::after { content: ""; position: absolute; inset: 0; width: 40%; background: var(--gold); border-radius: 3px; animation: load 1.1s ease-in-out infinite; }
@keyframes load { from { transform: translateX(-100%); } to { transform: translateX(260%); } }
.hero-ready .loader { opacity: 0; visibility: hidden; }

/* ---------- sections */
.section { padding: clamp(72px, 9vw, 120px) 0; }
.tint { background: var(--bg-tint); }
.head { text-align: center; max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
h2 { font: 800 clamp(28px, 3.3vw, 44px)/1.12 var(--font); letter-spacing: -.02em; text-wrap: balance; }
.lead { margin-top: 16px; color: var(--muted); font-size: 18px; text-wrap: pretty; }
.muted { color: var(--muted); }

.service { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(28px, 4vw, 52px); border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 60px -30px rgba(42, 30, 19, .25); position: relative; overflow: hidden; }
.service + .service { margin-top: 32px; }
.service::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--c); }
.service.flip .service-copy { order: 2; }
.service:target { animation: arrive 1.4s ease; }
@keyframes arrive { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--c) 45%, transparent); } 40% { box-shadow: 0 0 0 10px color-mix(in srgb, var(--c) 18%, transparent); } 100% { box-shadow: 0 24px 60px -30px rgba(42, 30, 19, .25); } }
.kicker { display: flex; align-items: center; gap: 10px; font: 700 13px/1 var(--font); letter-spacing: .14em; text-transform: uppercase; color: var(--c); margin-bottom: 14px; }
.kicker-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--c-soft); }
.kicker-icon svg { width: 20px; height: 20px; }
h3 { font: 800 clamp(24px, 2.4vw, 32px)/1.15 var(--font); letter-spacing: -.015em; }
.service-lead { font-size: 19px; font-weight: 600; margin: 8px 0 14px; color: var(--ink); }
.service-copy p:not(.kicker):not(.service-lead) { color: var(--muted); max-width: 34em; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
.chips li { padding: 8px 14px; border-radius: 999px; background: var(--c-soft); color: var(--ink); font-weight: 600; font-size: 14.5px; }
.ticks { display: grid; gap: 10px; margin: 22px 0 28px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.ticks svg { color: var(--c, var(--gold-ink)); margin-top: .22em; }
.ticks.gold svg { color: var(--gold-ink); }
.row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

.service-panel { display: grid; gap: 14px; position: relative; }
.still { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 760; object-fit: cover; border-radius: var(--radius); box-shadow: 0 18px 40px -22px rgba(42, 30, 19, .45); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.fact { padding: 16px 16px 18px; border-radius: 14px; background: var(--c-soft); display: grid; gap: 4px; align-content: start; }
.fact b { font: 800 19px/1.2 var(--font); letter-spacing: -.01em; }
.fact span { color: var(--muted); font-size: 13.5px; line-height: 1.4; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.steps li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 14px; background: var(--c-soft); }
.steps i { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--c); color: #fff; font: 800 16px/1 var(--font); font-style: normal; }
.steps b { display: block; font-size: 16px; }
.steps span { color: var(--muted); font-size: 13.5px; line-height: 1.4; display: block; }
.qr { padding-bottom: 74px; }
.qr-card { position: absolute; right: -10px; bottom: 0; padding: 14px 14px 12px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 44px -18px rgba(42, 30, 19, .45); text-align: center; rotate: 3deg; }
.qr-head { font: 800 15px/1 var(--font); color: #003da5; margin-bottom: 10px; }
.qr-card canvas { display: block; width: 132px; height: 132px; image-rendering: pixelated; border-radius: 8px; background: repeating-conic-gradient(#e9efe9 0 25%, #fff 0 50%) 0 0 / 24px 24px; }
.qr-note { margin-top: 9px; font-size: 12px; font-weight: 600; color: var(--muted); max-width: 132px; line-height: 1.3; }
.qr:not(.ready) .qr-note { visibility: hidden; }

.two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.card { padding: clamp(26px, 3vw, 40px); border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.card .ticks { margin-bottom: 0; }
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: s; }
.three li { padding: 30px; border-radius: 24px; border: 1px solid var(--line); background: #fff; }
.three i { font: 400 15px/1 var(--wide); font-style: normal; color: var(--gold-ink); }
.three h3 { font-size: 22px; margin: 16px 0 8px; }
.three p { color: var(--muted); }
.places { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.places li { padding: 12px 20px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 700; }
.note { text-align: center; margin-top: 26px; color: var(--muted); }

.cta-band { background: var(--dark); color: #fff; text-align: center; padding: clamp(64px, 8vw, 104px) 0; background-image: radial-gradient(60% 120% at 50% 0%, rgba(224, 163, 31, .22), transparent 70%); }
.cta-band p { margin: 14px 0 30px; color: #d9cbb8; }

.footer { background: #170f08; color: #cbbca8; padding: 56px 0 28px; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.footer .brand-word { color: #fff; } .footer .brand-word b { color: var(--gold); }
.footer .brand + p { margin-top: 14px; max-width: 22em; }
.footer h4 { font: 700 13px/1 var(--font); letter-spacing: .14em; text-transform: uppercase; color: #8f7f6b; margin-bottom: 14px; }
.footer-grid a:not(.brand), .footer-grid span:not(.brand-word) { display: block; padding: 5px 0; }
.footer-grid a:not(.brand):hover { color: #fff; }
.legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid #2c2014; font-size: 13.5px; color: #8f7f6b; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 8px; }

/* ---------- responsive */
@media (max-width: 1000px) {
  .nav { display: none; }
  .service, .two, .three, .footer-grid { grid-template-columns: 1fr; }
  .qr-card { right: 8px; }
  .service.flip .service-copy { order: 0; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .site-header { gap: 10px; padding: 10px 14px; }
  .brand-mark { width: 34px; height: 34px; } .brand-word { font-size: 15px; }
  .btn-wa.btn-sm span { display: none; } .btn-wa.btn-sm { padding: 10px; }
  .lang button { padding: 6px 8px; font-size: 12px; }
  .hero-copy { top: 84px; }
  .facts, .steps { grid-template-columns: 1fr; }
  .fact { grid-template-columns: auto 1fr; align-items: baseline; gap: 10px; }
  .hero-scrim { background: linear-gradient(rgba(251, 248, 242, .92), rgba(251, 248, 242, .7) 34%, rgba(251, 248, 242, 0) 52%); }
  .hero-sub { font-size: 15.5px; margin-top: 12px; }
  .hero-actions { margin-top: 18px; } .hero-actions .btn { padding: 12px 18px; font-size: 14.5px; }
  .pin { padding: 5px 11px 5px 5px; gap: 7px; } .pin-icon { width: 28px; height: 28px; } .pin-text b { font-size: 12.5px; }
  .hero-hint { font-size: 12.5px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}
