:root {
    --ink: #102936;
    --muted: #60737e;
    --teal: #236f73;
    --teal-deep: #123f46;
    --teal-dark: #0d3036;
    --mint: #eaf5f1;
    --soft: #f2f7f8;
    --gold: #d89c2d;
    --line: #d7e3e7;
    --white: #fff;
    --danger: #a74637;
    --shadow: 0 24px 70px rgba(17, 59, 67, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.public-site {
    margin: 0;
    color: var(--ink);
    background: #f7fafb;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
.public-site a { color: inherit; text-decoration: none; }
.public-site img { display: block; max-width: 100%; }
.site-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.public-skip { position: fixed; top: -100px; left: 18px; z-index: 100; padding: 10px 16px; background: #fff; }
.public-skip:focus { top: 12px; }

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(215, 227, 231, .9);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
}
.site-header-inner { display: flex; min-height: 74px; align-items: center; gap: 25px; }
.site-brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.site-brand img { width: 44px; height: 44px; object-fit: contain; }
.site-brand span { display: grid; line-height: 1.2; }
.site-brand strong { font-size: 1.04rem; letter-spacing: -.02em; }
.site-brand small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.site-nav { display: flex; align-items: center; gap: 24px; margin-left: clamp(34px, 4vw, 62px); }
.site-nav a { position: relative; color: #35515d; font-size: .86rem; font-weight: 720; }
.site-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; border-radius: 2px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-header-actions { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.language-menu { position: relative; }
.language-menu summary { display: flex; width: 64px; height: 42px; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 11px; color: var(--teal-deep); cursor: pointer; font-size: .76rem; font-weight: 800; list-style: none; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu div { position: absolute; top: 49px; right: 0; display: grid; min-width: 174px; padding: 7px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
.language-menu a { display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 8px; color: #405963; font-size: .78rem; }
.language-menu a:hover, .language-menu a.is-current { background: var(--mint); color: var(--teal-deep); font-weight: 750; }
.language-flag { position: relative; display: inline-block; flex: 0 0 auto; width: 19px; height: 19px; overflow: hidden; border: 1px solid rgba(16, 41, 54, .14); border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(16, 41, 54, .12); }
.flag-pt { background: linear-gradient(90deg, #046a38 0 40%, #da291c 40% 100%); }
.flag-pt::after { position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; border: 1px solid #fff; border-radius: 50%; background: #ffcc29; content: ""; }
.flag-en { background: linear-gradient(90deg, transparent 42%, #fff 42% 58%, transparent 58%), linear-gradient(transparent 42%, #fff 42% 58%, transparent 58%), linear-gradient(90deg, transparent 47%, #c8102e 47% 53%, transparent 53%), linear-gradient(transparent 47%, #c8102e 47% 53%, transparent 53%), #21468b; }
.flag-es { background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%); }
.flag-fr { background: linear-gradient(90deg, #0055a4 0 33.33%, #fff 33.33% 66.66%, #ef4135 66.66% 100%); }
.flag-de { background: linear-gradient(#000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%); }
.flag-zh { background: #de2910; }
.flag-zh::after { position: absolute; top: 0; left: 3px; color: #ffde00; content: "★"; font-size: 9px; line-height: 12px; }
.flag-ja::after { position: absolute; top: 4px; left: 4px; width: 9px; height: 9px; border-radius: 50%; background: #bc002d; content: ""; }
.site-portal-link { display: grid; min-height: 42px; place-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; color: var(--teal-deep); font-size: .82rem; font-weight: 780; }
.site-portal-link:hover { border-color: var(--teal); background: var(--teal); color: #fff; }
.site-mobile-menu { display: none; margin-left: auto; }
.site-mobile-menu summary { display: flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; font-weight: 750; list-style: none; }
.site-mobile-menu nav { position: absolute; top: 66px; right: 20px; display: grid; width: min(310px, calc(100vw - 40px)); padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.site-mobile-menu nav > a { padding: 10px 11px; border-radius: 8px; font-size: .85rem; font-weight: 700; }
.site-mobile-menu nav > a:hover { background: var(--mint); }
.mobile-language-links { display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 5px 3px; border-top: 1px solid var(--line); }
.mobile-language-links a { display: inline-flex; align-items: center; gap: 4px; padding: 6px; color: var(--teal-deep); font-size: .75rem; font-weight: 800; }
.whatsapp-float { position: fixed; right: 22px; bottom: 24px; z-index: 35; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(10, 55, 47, .28); transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 34px rgba(10, 55, 47, .34); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }
.whatsapp-float.is-pending { cursor: help; opacity: .62; filter: saturate(.55); }

.site-messages { position: relative; z-index: 5; padding-top: 16px; }
.site-message { padding: 12px 15px; border: 1px solid #cce3d4; border-left: 4px solid #258653; border-radius: 10px; background: #eff9f3; }
.site-message-warning { border-color: #ecd9aa; border-left-color: var(--gold); background: #fff9eb; }
.site-message-error { border-color: #ecc9c3; border-left-color: var(--danger); background: #fff5f3; }

.site-eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.home-hero { position: relative; min-height: 740px; overflow: hidden; background: #102f35; }
.home-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.12); }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 36, 42, .94) 0%, rgba(9, 36, 42, .77) 38%, rgba(9, 36, 42, .2) 72%, rgba(9, 36, 42, .05) 100%); }
.home-hero-content { position: relative; z-index: 1; display: flex; min-height: 740px; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.home-hero-content h1 { max-width: 690px; margin: 0; font-size: clamp(3.4rem, 6vw, 5.8rem); letter-spacing: -.065em; line-height: .95; }
.home-hero-content > p:not(.site-eyebrow) { max-width: 610px; margin: 23px 0 0; color: rgba(255,255,255,.82); font-size: 1.15rem; }
.site-actions { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 11px; margin-top: 31px; }
.home-hero .site-actions > .site-button { min-height: 52px; }
.site-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; border: 0; border-radius: 11px; cursor: pointer; font: inherit; font-size: .88rem; font-weight: 780; transition: transform .17s ease, background .17s ease, border-color .17s ease; }
.site-button:hover, .site-button:focus-visible { transform: translateY(-2px); }
.site-button-primary { background: var(--teal); color: #fff !important; box-shadow: 0 11px 28px rgba(11, 51, 57, .2); }
.site-button-primary:hover, .site-button-primary:focus-visible { background: #1b5f63; color: #fff !important; }
.site-button-light { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.94); color: var(--teal-deep) !important; box-shadow: 0 11px 28px rgba(4, 31, 36, .16); }
.site-button-light:hover, .site-button-light:focus-visible { border-color: #fff; background: #fff; color: var(--teal-deep) !important; }
.site-button-dark { background: var(--teal-deep); color: #fff; }
.site-button-tour { gap: 18px; border: 1px solid var(--teal-deep); background: var(--teal-deep); color: #fff !important; box-shadow: 0 14px 30px rgba(8, 51, 58, .18); }
.site-button-tour:hover, .site-button-tour:focus-visible { background: var(--teal); border-color: var(--teal); color: #fff !important; }
.site-button-tour span:last-child { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 1.05rem; line-height: 1; }
.home-primary-action { min-height: 52px; border: 1px solid var(--teal); background: var(--teal); color: #fff !important; box-shadow: 0 13px 28px rgba(11, 51, 57, .2); }
.home-primary-action:hover, .home-primary-action:focus-visible { border-color: #1b5f63; background: #1b5f63; color: #fff !important; }
.home-call-icon { width: 23px; height: 23px; flex: 0 0 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.site-button-whatsapp { background: #218a59; color: #fff; }
.site-button-danger { background: var(--danger); color: #fff; }
.site-button span { font-weight: 650; }
.site-button strong { font-weight: 850; }
.phone-call-block { display: grid; justify-items: start; gap: 6px; }
.phone-call-note { display: block; color: #71838c; font-size: .68rem; font-weight: 620; line-height: 1.3; }
.home-call-block .phone-call-note { padding-left: 3px; color: rgba(255,255,255,.72); }

.taxilink-dialog { width: min(760px, calc(100% - 36px)); max-height: calc(100dvh - 36px); padding: 0; overflow: auto; border: 0; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(4, 33, 39, .35); }
.taxilink-dialog::backdrop { background: rgba(7, 29, 34, .72); backdrop-filter: blur(5px); }
.taxilink-dialog-inner { position: relative; padding: 38px; }
.taxilink-dialog-close { position: absolute; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--muted); cursor: pointer; font-size: 1.45rem; line-height: 1; }
.taxilink-dialog-close:hover, .taxilink-dialog-close:focus-visible { border-color: var(--teal); color: var(--teal-deep); }
.taxilink-dialog-heading { padding-right: 46px; }
.taxilink-dialog-heading h2 { margin: 0; font-size: clamp(1.9rem, 4vw, 2.7rem); letter-spacing: -.045em; line-height: 1; }
.taxilink-dialog-heading > p:not(.site-eyebrow) { margin: 13px 0 0; color: var(--muted); }
.taxilink-download-grid { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 28px; margin-top: 30px; }
.taxilink-qr { display: grid; align-content: start; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #f8fbfb; text-align: center; }
.taxilink-qr img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 7px; }
.taxilink-qr span { color: var(--muted); font-size: .76rem; }
.taxilink-stores { display: grid; align-content: center; gap: 13px; }
.taxilink-stores > a { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 89px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: border-color .17s ease, transform .17s ease; }
.taxilink-stores > a:hover, .taxilink-stores > a:focus-visible { border-color: var(--teal); transform: translateY(-2px); }
.store-system { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: var(--teal-deep); color: #fff; font-size: .82rem; font-weight: 850; }
.taxilink-stores > a > span:nth-child(2) { display: grid; }
.taxilink-stores small { color: var(--muted); font-size: .72rem; }
.taxilink-stores strong { font-size: 1.08rem; }
.taxilink-stores b { color: var(--teal); font-size: .75rem; white-space: nowrap; }

.home-trust { position: relative; z-index: 2; margin-top: -36px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.trust-grid article { display: flex; min-height: 118px; align-items: center; gap: 18px; padding: 25px 30px; background: linear-gradient(145deg, #fff, #fbfdfd); }
.trust-grid article + article { border-left: 1px solid var(--line); }
.trust-grid article > .trust-icon { display: grid; width: 49px; height: 49px; flex: 0 0 auto; place-items: center; border: 1px solid #d5e9e5; border-radius: 15px; background: var(--mint); color: var(--teal-deep); }
.trust-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid article:nth-child(1) > .trust-icon { border-color: transparent; color: #fff; background: linear-gradient(145deg, #2eb47b, #16775e); box-shadow: 0 8px 18px rgba(22, 119, 94, .2); }
.trust-grid article:nth-child(2) > .trust-icon { border-color: transparent; color: #63420d; background: linear-gradient(145deg, #ffd879, #e9ad39); box-shadow: 0 8px 18px rgba(192, 135, 33, .2); }
.trust-grid article:nth-child(3) > .trust-icon { border-color: transparent; color: #fff; background: linear-gradient(145deg, #3e93a1, #1d6674); box-shadow: 0 8px 18px rgba(29, 102, 116, .2); }
.trust-grid div { display: grid; }
.trust-grid strong { font-size: 1.02rem; line-height: 1.25; }
.trust-grid small { margin-top: 5px; color: var(--muted); font-size: .8rem; line-height: 1.35; }

.site-section { padding: 96px 0; }
.site-section-soft { background: #edf5f6; }
.home-services-section { padding-bottom: 44px; }
.home-tours-section { padding-top: 54px; padding-bottom: 64px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.section-heading h2, .feature-copy h2, .business-band h2 { max-width: 700px; margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.055em; line-height: 1.02; }
.section-heading > p, .feature-copy > p:not(.site-eyebrow), .business-band p { margin: 0; color: var(--muted); font-size: 1rem; }
.service-summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.service-summary-grid article { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 16px 38px rgba(14, 52, 59, .06); }
.service-card-image { height: 168px; overflow: hidden; background: #dce8e7; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.service-summary-grid article:hover .service-card-image img { transform: scale(1.025); }
.service-card-copy { min-height: 157px; padding: 23px 24px 26px; }
.service-summary-grid h3 { margin: 0 0 8px; font-size: 1.15rem; }
.service-summary-grid p { margin: 0; color: var(--muted); }
.site-text-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--teal-deep); font-weight: 800; }
.feature-split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.feature-image { overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.feature-image img { width: 100%; min-height: 400px; object-fit: cover; }
.feature-copy > p:not(.site-eyebrow) { margin: 22px 0 28px; }
.home-contact-choice { padding: 54px 0 84px; background: #edf5f6; }
.home-information-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .55fr); align-items: center; gap: 45px; padding: 44px 46px; overflow: hidden; border-radius: 23px; color: #fff; background: linear-gradient(125deg, var(--teal-deep), #1f6c70); box-shadow: 0 23px 55px rgba(11, 52, 59, .16); }
.home-information-panel::after { position: absolute; top: -120px; right: -65px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.home-information-copy { position: relative; z-index: 1; }
.home-information-copy h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 3.3vw, 2.85rem); letter-spacing: -.05em; line-height: 1.04; }
.home-information-copy > p:not(.site-eyebrow) { max-width: 760px; margin: 15px 0 0; color: rgba(255,255,255,.72); }
.home-information-action { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 3px 14px; padding: 22px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 17px 38px rgba(6, 38, 44, .18); }
.home-information-mark { display: grid; width: 42px; height: 42px; grid-row: 1 / 3; place-items: center; border-radius: 12px; color: var(--teal-deep); background: var(--mint); font-size: 1.15rem; font-weight: 850; }
.home-information-action > strong { align-self: end; font-size: 1rem; }
.home-information-action > small { align-self: start; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.home-information-button { width: 100%; grid-column: 1 / -1; margin-top: 15px; }
.home-information-button span:last-child { font-size: 1.05rem; }

.page-intro { padding: 90px 0 70px; background: linear-gradient(145deg, #edf7f5, #f8faf9); }
.page-intro-small { padding-bottom: 62px; }
.page-intro-complaint { background: linear-gradient(145deg, #fff7f1, #faf9f7); }
.page-intro h1 { max-width: 850px; margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); letter-spacing: -.06em; line-height: .98; }
.page-intro .site-container > p:not(.site-eyebrow) { max-width: 720px; margin: 21px 0 0; color: var(--muted); font-size: 1.08rem; }
.page-section-first { padding-top: 70px; }
.page-section-compact { padding: 48px 0 88px; }
.order-intro { padding: 66px 0 58px; }
.order-intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); align-items: end; gap: 80px; }
.order-intro .order-intro-grid > p { max-width: 470px; margin: 0 0 5px; padding-left: 22px; border-left: 3px solid var(--gold); color: var(--muted); font-size: 1.06rem; }
.order-intro h1 { max-width: 720px; font-size: clamp(2.8rem, 4.6vw, 4.25rem); }
.order-page-section { padding: 48px 0 88px; }
.order-method-grid { display: grid; width: min(1320px, calc(100% - 48px)); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.order-method { display: flex; min-height: 320px; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(9, 49, 56, .07); }
.order-method-top { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 15px; }
.method-mark { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 14px; background: var(--teal-deep); color: #fff; }
.method-mark svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.method-mark svg path:first-child { fill: none; }
.method-mark-phone { background: linear-gradient(145deg, #28b878, #147c5e); box-shadow: 0 8px 18px rgba(20, 124, 94, .22); }
.method-mark-taxilink { background: #101415; box-shadow: 0 8px 18px rgba(7, 34, 38, .2); }
.method-mark-whatsapp { background: #25d366; box-shadow: 0 8px 18px rgba(20, 124, 94, .22); }
.method-mark-whatsapp svg { fill: currentColor; stroke: none; }
.method-mark-whatsapp svg path:first-child { fill: currentColor; }
.method-mark-taxilink > span { display: grid; line-height: .75; text-align: left; text-transform: lowercase; transform: translateY(-1px); }
.method-mark-taxilink b, .method-mark-taxilink strong { font-weight: 900; letter-spacing: -.04em; }
.method-mark-taxilink b { color: #23a49b; font-size: .63rem; }
.method-mark-taxilink strong { color: #fff; font-size: .8rem; }
.order-method-badge { padding: 7px 11px; border-radius: 999px; color: var(--teal-deep); background: var(--mint); font-size: .7rem; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; }
.order-method-copy { max-width: 390px; }
.order-method h2 { margin: 34px 0 9px; font-size: 1.42rem; }
.order-method p { margin: 0 0 26px; color: var(--muted); }
.order-action-block { display: grid; width: 100%; gap: 6px; margin-top: auto; }
.order-action-block .site-button { width: 100%; min-height: 50px; margin-top: 0; color: #fff !important; }
.order-action-spacer { visibility: hidden; }
.order-assistance-note { display: flex; align-items: center; gap: 15px; margin-top: 22px; padding: 18px 21px; border: 1px solid #d6e4e2; border-radius: 15px; background: #f7fbfa; }
.order-assistance-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 11px; color: var(--teal-deep); background: var(--mint); }
.order-assistance-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.order-assistance-note div { display: grid; gap: 2px; }
.order-assistance-note strong { color: var(--ink); font-size: .92rem; }
.order-assistance-note span:not(.order-assistance-icon) { color: var(--muted); font-size: .84rem; }
.site-notice { margin-top: 22px; padding: 16px 18px; border-left: 4px solid var(--gold); border-radius: 8px; background: #fff8e9; color: #5f5648; }

.service-photo { padding: 40px 0 0; background: linear-gradient(145deg, #edf7f5, #f8faf9); }
.service-photo img { width: 100%; max-height: 590px; border-radius: 22px; object-fit: cover; box-shadow: var(--shadow); }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.service-detail-grid article { min-height: 230px; padding: 30px; }
.service-detail-grid article + article { border-left: 1px solid var(--line); }
.service-detail-grid span { color: var(--gold); font-size: .72rem; font-weight: 850; }
.service-detail-grid h2 { margin: 55px 0 9px; font-size: 1.25rem; }
.service-detail-grid p { margin: 0; color: var(--muted); }
.business-band { padding: 90px 0; background: var(--teal-deep); color: #fff; }
.business-band-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.business-band .site-eyebrow { color: var(--gold); }
.business-band p:not(.site-eyebrow) { max-width: 700px; margin-top: 19px; color: rgba(255,255,255,.72); }

.tour-hero { position: relative; min-height: 560px; overflow: hidden; }
.tour-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tour-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,35,41,.88), rgba(9,35,41,.46) 52%, rgba(9,35,41,.09)); }
.tour-hero .site-container { position: relative; z-index: 1; display: flex; min-height: 560px; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.tour-hero h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 5.4vw, 5rem); letter-spacing: -.06em; line-height: .98; }
.tour-hero .site-container > p:not(.site-eyebrow) { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 1.07rem; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tour-grid article { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(14, 52, 59, .07); transition: transform .2s ease, box-shadow .2s ease; }
.tour-grid article:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(14, 52, 59, .12); }
.tour-card-image { position: relative; display: block; width: 100%; height: 210px; padding: 0; overflow: hidden; border: 0; background: #dce8e7; cursor: pointer; font: inherit; text-align: left; }
.tour-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.tour-card-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7, 34, 40, .54)); content: ""; transition: background .2s ease; }
.tour-card-image-action { position: absolute; z-index: 1; right: 15px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #fff; background: rgba(9, 48, 55, .78); box-shadow: 0 7px 20px rgba(7, 34, 40, .2); font-size: .71rem; font-weight: 790; backdrop-filter: blur(5px); }
.tour-card-image-action svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.tour-grid article:hover .tour-card-image img, .tour-card-image:focus-visible img { transform: scale(1.035); }
.tour-card-image:hover::after, .tour-card-image:focus-visible::after { background: linear-gradient(180deg, rgba(7,34,40,.04) 30%, rgba(7,34,40,.68)); }
.tour-card-image:focus-visible { outline: 4px solid rgba(35, 111, 115, .32); outline-offset: -4px; }
.tour-card-copy { display: flex; min-height: 230px; flex: 1; flex-direction: column; padding: 25px 27px 24px; }
.tour-card-copy > span { color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.tour-grid h2 { margin: 18px 0 8px; font-size: 1.3rem; letter-spacing: -.025em; }
.tour-grid p { margin: 0; color: var(--muted); }
.tour-card-meta { display: flex; align-items: center; margin-top: auto; padding-top: 20px; }
.tour-card-meta > strong { padding: 6px 9px; border-radius: 999px; color: var(--teal-deep); background: var(--mint); font-size: .67rem; letter-spacing: .015em; line-height: 1.2; }
.tour-grid .tour-custom { border-color: #b9d2cf; }
.tour-grid .tour-custom .tour-card-copy { background: linear-gradient(145deg, #f0f8f6, #fff); }
.tour-action { display: flex; justify-content: center; margin-top: 34px; }
.tour-dialog { width: min(980px, calc(100% - 36px)); max-height: calc(100dvh - 36px); padding: 0; overflow: auto; border: 0; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 35px 110px rgba(4, 33, 39, .42); }
.tour-dialog::backdrop { background: rgba(7, 29, 34, .76); backdrop-filter: blur(6px); }
.tour-dialog-shell { position: relative; display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); min-height: 570px; }
.tour-dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(16,41,54,.13); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.94); cursor: pointer; box-shadow: 0 8px 24px rgba(8,39,45,.14); font-size: 1.45rem; line-height: 1; }
.tour-dialog-close:hover, .tour-dialog-close:focus-visible { border-color: var(--teal); color: var(--teal); outline: none; }
.tour-dialog-image { min-height: 570px; background: #dce8e7; }
.tour-dialog-image img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.tour-dialog-content { display: flex; min-width: 0; flex-direction: column; padding: 48px 46px 40px; }
.tour-dialog-content .site-eyebrow { padding-right: 48px; }
.tour-dialog-content h2 { margin: 7px 0 0; font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.05em; line-height: 1.02; }
.tour-dialog-history { margin: 22px 0 0; color: var(--muted); font-size: .97rem; line-height: 1.7; }
.tour-dialog-price { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 13px; margin-top: 25px; padding: 15px; border: 1px solid #d8e8e4; border-radius: 14px; background: #f3f9f7; }
.tour-dialog-price > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #fff; background: var(--teal); font-size: 1.2rem; font-weight: 850; }
.tour-dialog-price div { display: grid; gap: 3px; }
.tour-dialog-price strong { color: var(--teal-deep); font-size: .9rem; }
.tour-dialog-price small { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.tour-dialog-links { display: grid; align-items: center; gap: 18px; margin-top: auto; padding-top: 26px; }
.tour-source-link { display: inline-flex; width: fit-content; align-items: center; gap: 7px; color: var(--teal); font-size: .74rem; font-weight: 760; }
.tour-source-link[hidden] { display: none; }
.tour-source-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.tour-source-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.tour-dialog-links .site-button { width: 100%; justify-content: space-between; }

.airport-transfer-intro { overflow: hidden; background: linear-gradient(135deg, #eaf5f1 0%, #f8faf9 58%, #eef4f5 100%); }
.airport-transfer-intro-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr); align-items: center; gap: 74px; }
.airport-transfer-intro h1 { max-width: 680px; }
.airport-transfer-intro-grid > div:first-child > p:not(.site-eyebrow) { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.airport-transfer-facts { display: grid; overflow: hidden; border: 1px solid #cfe0df; border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 18px 45px rgba(11, 61, 67, .08); }
.airport-transfer-facts article { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 15px; padding: 18px 20px; }
.airport-transfer-facts article + article { border-top: 1px solid var(--line); }
.airport-fact-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #fff; background: var(--teal-deep); }
.airport-fact-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.airport-transfer-facts article:nth-child(2) .airport-fact-icon { background: #2d8e63; }
.airport-transfer-facts article:nth-child(3) .airport-fact-icon { color: #5e4314; background: #f5d99b; }
.airport-transfer-facts article:nth-child(4) .airport-fact-icon { background: #397784; }
.airport-transfer-facts div { display: grid; gap: 2px; }
.airport-transfer-facts strong { font-size: .91rem; }
.airport-transfer-facts small { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.airport-transfer-section { background: #f7fafb; }
.airport-transfer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.airport-transfer-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 18px 48px rgba(14, 52, 59, .09); }
.airport-transfer-image { position: relative; height: 290px; margin: 0; overflow: hidden; background: #dce8e7; }
.airport-transfer-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6, 36, 42, .45)); content: ""; }
.airport-transfer-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.airport-transfer-card:hover .airport-transfer-image img { transform: scale(1.025); }
.airport-transfer-image > span { position: absolute; z-index: 1; right: 18px; bottom: 17px; display: grid; width: 55px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: #fff; background: rgba(9, 48, 55, .84); font-size: .79rem; font-weight: 880; letter-spacing: .1em; backdrop-filter: blur(5px); }
.airport-transfer-copy { padding: 30px; }
.airport-transfer-location { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.airport-transfer-copy h2 { margin: 8px 0 6px; font-size: clamp(1.65rem, 2.6vw, 2.2rem); letter-spacing: -.04em; }
.airport-transfer-copy > p:not(.airport-transfer-location) { margin: 0; color: var(--muted); }
.airport-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.airport-price-option { display: flex; min-height: 222px; flex-direction: column; padding: 17px; border: 1px solid #dbe7e7; border-radius: 15px; background: #f8fbfb; }
.airport-price-option > div { display: grid; gap: 5px; }
.airport-price-option strong { min-height: 42px; color: var(--teal-deep); font-size: .83rem; line-height: 1.32; }
.airport-price-option small { color: var(--muted); font-size: .68rem; line-height: 1.45; }
.airport-price-value { margin-top: auto; padding-top: 18px; color: var(--ink); font-size: 1.22rem; font-weight: 850; letter-spacing: -.025em; }
.airport-price-option .airport-price-includes { margin-top: 3px; color: #36755f; font-weight: 760; }
.airport-transfer-button { width: 100%; justify-content: space-between; margin-top: 18px; }
.airport-transfer-notice { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: 15px; margin-top: 24px; padding: 20px 22px; border: 1px solid #ead7a9; border-radius: 15px; background: #fff9eb; }
.airport-transfer-notice > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #674b18; background: #f4d58b; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.airport-transfer-notice div { display: grid; gap: 2px; }
.airport-transfer-notice strong { font-size: .92rem; }
.airport-transfer-notice p { margin: 0; color: #6d624f; font-size: .82rem; }

.form-page { padding-top: 70px; }
.form-page-grid { display: grid; grid-template-columns: 310px minmax(0, 1fr); align-items: start; gap: 22px; }
.form-page-grid aside { display: grid; gap: 13px; }
.contact-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(17, 59, 67, .07); }
.contact-direct { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; padding: 25px 22px; transition: background .18s ease; }
.contact-direct::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--gold); content: ""; opacity: 0; transition: opacity .18s ease; }
.contact-direct + .contact-direct { border-top: 1px solid var(--line); }
.contact-direct:hover { background: linear-gradient(100deg, rgba(234, 245, 241, .82), rgba(255, 255, 255, .3)); }
.contact-direct:hover::before { opacity: 1; }
.contact-direct-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--mint); color: var(--teal-deep); }
.contact-direct-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-direct-icon-phone { color: #fff; background: linear-gradient(145deg, #28b878, #147c5e); box-shadow: 0 8px 18px rgba(20, 124, 94, .22); }
.contact-direct-icon-email { color: #fff; background: linear-gradient(145deg, #318b92, #164f5b); box-shadow: 0 8px 18px rgba(18, 79, 91, .2); }
.contact-direct-copy { min-width: 0; padding-top: 1px; }
.contact-direct-heading { display: flex; min-height: 23px; align-items: center; justify-content: space-between; gap: 8px; }
.contact-direct h2 { margin: 0; font-size: .83rem; letter-spacing: .01em; }
.contact-availability { padding: 3px 7px; border-radius: 999px; color: var(--teal-deep); background: var(--mint); font-size: .63rem; font-weight: 850; letter-spacing: .04em; }
.contact-direct-link { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 6px; margin-top: 5px; color: var(--teal); font-size: 1.01rem; font-weight: 820; line-height: 1.35; }
.contact-direct-link span { min-width: 0; overflow-wrap: anywhere; }
.contact-direct-link svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .18s ease; }
.contact-direct-link:hover, .contact-direct-link:focus-visible { color: var(--teal-deep); }
.contact-direct-link:hover svg, .contact-direct-link:focus-visible svg { transform: translateX(3px); }
.contact-direct-link:focus-visible { border-radius: 4px; outline: 3px solid rgba(35, 111, 115, .14); outline-offset: 3px; }
.contact-direct .phone-call-note { display: block; margin-top: 7px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.official-complaint-card { padding: 25px; border: 1px solid #ebd8c9; border-radius: 16px; background: #fffaf6; }
.official-complaint-card > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal-deep); font-weight: 850; }
.official-complaint-card h2 { margin: 25px 0 5px; font-size: 1rem; }
.official-complaint-card > span { background: #f3dfd3; color: var(--danger); }
.official-complaint-card p { color: var(--muted); font-size: .9rem; }
.official-complaint-card .site-button { margin-top: 12px; border-color: var(--line); }
.public-form-card { padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(17, 59, 67, .07); }
.public-form-card form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.public-form-card label { display: grid; gap: 6px; color: #4f6671; font-size: .81rem; font-weight: 720; }
.public-form-card label small { color: #81909a; font-weight: 500; }
.public-form-card label .form-required-note { color: #8b5f19; font-weight: 720; }
.public-form-card input:not([type="checkbox"]), .public-form-card select, .public-form-card textarea { width: 100%; padding: 11px 12px; border: 1px solid #cddce2; border-radius: 9px; background: #fff; color: var(--ink); font: inherit; font-size: .91rem; }
.public-form-card input:not([type="checkbox"]), .public-form-card select { height: 44px; min-height: 44px; }
.public-form-card select { padding-top: 0; padding-bottom: 0; }
.public-form-card textarea { resize: vertical; }
.public-form-card input:focus, .public-form-card select:focus, .public-form-card textarea:focus { border-color: var(--teal); outline: 3px solid rgba(35,111,115,.1); }
.form-consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 9px !important; }
.form-consent input { margin-top: 4px; }
.form-privacy-notice { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; gap: 10px; padding: 12px 13px; border: 1px solid #d8e8e4; border-radius: 10px; background: #f4faf8; }
.form-privacy-notice svg { width: 22px; height: 22px; margin: 1px auto 0; fill: none; stroke: var(--teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.form-privacy-notice p { margin: 0; color: #5d727b; font-size: .76rem; line-height: 1.5; }
.form-privacy-notice a { color: var(--teal); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(35, 111, 115, .3); text-underline-offset: 2px; }
.errorlist { grid-column: 1 / -1; margin: 0; padding: 0; color: #a33f34; font-size: .76rem; list-style: none; }
.form-errors { padding: 10px 12px; border-radius: 8px; background: #fff1ee; color: #92382d; }

.coming-page { display: grid; min-height: 650px; place-items: center; padding: 70px 0; background: radial-gradient(circle at 20% 20%, #e5f3f0, transparent 40%), #f7faf9; }
.coming-card { max-width: 720px; padding: 55px; border: 1px solid var(--line); border-radius: 22px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.coming-card > span { display: grid; width: 60px; height: 60px; margin: 0 auto 22px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal-deep); font-size: 1.6rem; font-weight: 850; }
.coming-card h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.055em; }
.coming-card > p:not(.site-eyebrow) { color: var(--muted); }
.coming-card .site-button { margin-top: 18px; }
.legal-page { padding-top: 70px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(17, 59, 67, .06); }
.legal-grid-three { grid-template-columns: repeat(3, 1fr); }
.legal-grid article { min-height: 280px; padding: 32px; border-bottom: 1px solid var(--line); }
.legal-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.legal-grid-three article:nth-child(odd) { border-right: 0; }
.legal-grid-three article + article { border-left: 1px solid var(--line); }
.legal-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
.legal-grid-three article { border-bottom: 0; }
.legal-card-icon { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 14px; color: var(--teal-deep); background: var(--mint); }
.legal-card-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.legal-grid h2 { margin: 29px 0 10px; font-size: 1.2rem; }
.legal-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.legal-grid a { display: inline-block; margin-top: 17px; color: var(--teal); font-weight: 800; }
.consumer-info-grid article { position: relative; }
.consumer-info-grid h2 { margin-top: 22px; }
.consumer-info-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #2eb47b, #16775e); box-shadow: 0 9px 20px rgba(22, 119, 94, .2); }
.consumer-info-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.consumer-info-grid article:nth-child(2) .consumer-info-icon { background: linear-gradient(145deg, #4e9eac, #216a77); box-shadow: 0 9px 20px rgba(33, 106, 119, .2); }
.consumer-info-grid article:nth-child(3) .consumer-info-icon { color: #62430f; background: linear-gradient(145deg, #ffdc83, #e6ad3c); box-shadow: 0 9px 20px rgba(190, 135, 32, .2); }
.consumer-info-grid article:nth-child(4) .consumer-info-icon { background: linear-gradient(145deg, #df7568, #a43e36); box-shadow: 0 9px 20px rgba(164, 62, 54, .18); }
.legal-card-links { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-top: 17px; }
.legal-card-links a { margin-top: 0; }
.legal-assurance { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; margin-top: 20px; padding: 25px 27px; border: 1px solid #d6e5e2; border-radius: 17px; background: linear-gradient(115deg, #eff8f5, #f9fbfb); }
.legal-assurance-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--teal-deep); background: #fff; box-shadow: 0 8px 20px rgba(17, 59, 67, .08); }
.legal-assurance-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.legal-assurance h2 { margin: 1px 0 7px; font-size: 1.08rem; }
.legal-assurance p { margin: 0; color: var(--muted); font-size: .9rem; }
.legal-assurance p + p { margin-top: 5px; }
.cookie-inventory { margin-top: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(17, 59, 67, .06); }
.cookie-inventory header { max-width: 760px; }
.cookie-inventory header h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.025em; }
.cookie-inventory header > p:not(.site-eyebrow) { margin: 9px 0 0; color: var(--muted); }
.cookie-table-wrap { overflow-x: auto; margin-top: 28px; border: 1px solid var(--line); border-radius: 13px; }
.cookie-inventory table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.cookie-inventory th, .cookie-inventory td { padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; }
.cookie-inventory thead th { color: #526a74; background: #f4f8f8; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; }
.cookie-inventory tbody tr:last-child > * { border-bottom: 0; }
.cookie-inventory tbody th { width: 17%; color: var(--teal-deep); }
.cookie-inventory tbody td { color: var(--muted); font-size: .87rem; }
.cookie-inventory code { padding: 3px 6px; border-radius: 5px; color: var(--teal-deep); background: var(--mint); font: 750 .82rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.cookie-inventory-note { margin: 19px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.photo-credits-intro { padding: 48px 0 34px; background: #f7faf9; }
.photo-credits-intro h1 { font-size: clamp(2rem, 3.4vw, 3.1rem); letter-spacing: -.045em; }
.photo-credits-intro .site-container > p:not(.site-eyebrow) { max-width: 660px; margin-top: 12px; font-size: .91rem; }
.photo-credits-section { padding: 25px 0 68px; }
.photo-credits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; }
.photo-credits-grid article { min-width: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.photo-credits-grid h2 { margin: 0 0 4px; font-size: .92rem; letter-spacing: -.015em; }
.photo-credits-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.photo-credit-meta { display: flex; flex-wrap: wrap; gap: 5px 13px; margin-top: 8px; }
.photo-credit-meta a { color: var(--teal); font-size: .73rem; font-weight: 760; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-main { display: grid; grid-template-columns: minmax(360px, 1.45fr) repeat(3, minmax(140px, .72fr)); gap: clamp(34px, 4vw, 58px); padding: 64px 0 44px; }
.footer-brand { display: flex; align-items: flex-start; gap: 13px; }
.footer-brand img { width: 45px; height: 45px; object-fit: contain; }
.footer-brand div, .footer-column { display: grid; align-content: start; gap: 8px; }
.footer-brand strong { max-width: 340px; font-size: 1.02rem; line-height: 1.4; }
.footer-brand span, .footer-brand a, .footer-column a { color: var(--muted); font-size: .82rem; }
.footer-brand address { display: grid; gap: 1px; margin: 3px 0 5px; color: var(--muted); font-size: .78rem; font-style: normal; line-height: 1.55; }
.footer-brand address span { font-size: inherit; }
.footer-no-break { white-space: nowrap; }
.footer-brand .footer-contact-link { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: #4f6872; font-weight: 650; }
.footer-contact-link svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: var(--teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.footer-brand .footer-contact-link:hover { color: var(--teal); }
.footer-brand .phone-call-note { margin: -4px 0 0 25px; color: #87969d; font-size: .66rem; }
.footer-column summary { margin-bottom: 3px; cursor: default; font-size: .82rem; font-weight: 700; list-style: none; pointer-events: none; }
.footer-column summary::-webkit-details-marker { display: none; }
.footer-column a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0 25px; border-top: 1px solid var(--line); color: #748791; font-size: .75rem; }

@media (min-width: 681px) {
    .footer-column-links { display: grid; align-content: start; gap: 8px; }
}

@media (max-width: 1080px) {
    .site-nav { gap: 15px; margin-left: 24px; }
    .site-nav a { font-size: .8rem; }
    .site-brand small { display: none; }
    .home-hero { min-height: 680px; }
    .home-hero-content { min-height: 680px; }
    .home-hero-content h1 { font-size: clamp(3rem, 7vw, 4.8rem); }
    .feature-split { gap: 42px; }
    .service-summary-grid, .order-method-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .site-nav, .site-header-actions { display: none; }
    .site-mobile-menu { display: block; }
    .section-heading, .feature-split, .business-band-grid, .form-page-grid, .home-information-panel { grid-template-columns: 1fr; }
    .section-heading, .feature-split { gap: 32px; }
    .service-summary-grid, .order-method-grid, .service-detail-grid, .tour-grid { grid-template-columns: 1fr 1fr; }
    .order-intro-grid { grid-template-columns: 1fr; gap: 24px; }
    .order-intro .order-intro-grid > p { max-width: 680px; }
    .service-detail-grid article + article { border-left: 0; }
    .service-detail-grid article:nth-child(even) { border-left: 1px solid var(--line); }
    .service-detail-grid article:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
    .legal-grid-three { grid-template-columns: 1fr; }
    .legal-grid-three article + article { border-top: 1px solid var(--line); border-left: 0; }
    .contact-panel { display: grid; grid-template-columns: 1fr 1fr; }
    .contact-direct + .contact-direct { border-top: 0; border-left: 1px solid var(--line); }
    .footer-main { grid-template-columns: repeat(3, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .footer-column:last-child { grid-column: auto; }
    .airport-transfer-intro-grid { grid-template-columns: 1fr; gap: 36px; }
    .airport-transfer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .site-container { width: min(100% - 30px, 1180px); }
    .site-header-inner { min-height: 66px; }
    .whatsapp-float { right: 15px; bottom: 16px; width: 52px; height: 52px; }
    .site-brand img { width: 38px; height: 38px; }
    .home-hero, .home-hero-content { min-height: 610px; }
    .home-hero-image { object-position: 66% center; transform: none; }
    .home-hero-overlay { background: linear-gradient(90deg, rgba(9,36,42,.92), rgba(9,36,42,.72)); }
    .home-hero-content h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
    body.public-site:lang(zh) .home-hero-content h1,
    body.public-site:lang(ja) .home-hero-content h1 { font-size: clamp(2.45rem, 11vw, 3.4rem); letter-spacing: -.035em; line-height: 1.08; overflow-wrap: anywhere; }
    body.public-site:lang(zh) .home-hero-content > p,
    body.public-site:lang(ja) .home-hero-content > p { overflow-wrap: anywhere; }
    .home-hero-content > p:not(.site-eyebrow) { font-size: 1rem; }
    .site-actions, .site-actions .site-button, .home-call-block { width: 100%; }
    .home-hero .site-actions > .site-button, .home-call-block .site-button { min-height: 56px; }
    .taxilink-dialog-inner { padding: 30px 20px 22px; }
    .taxilink-dialog-heading { padding-right: 38px; }
    .taxilink-download-grid { grid-template-columns: 1fr; gap: 16px; }
    .taxilink-qr { width: min(250px, 100%); margin: 0 auto; }
    .taxilink-stores > a { grid-template-columns: 44px minmax(0, 1fr); min-height: 78px; }
    .taxilink-stores b { grid-column: 2; }
    .store-system { width: 44px; height: 44px; }
    .home-trust { margin-top: 0; }
    .trust-grid, .service-summary-grid, .order-method-grid, .service-detail-grid, .tour-grid, .legal-grid, .form-row { grid-template-columns: 1fr; }
    .trust-grid { border-radius: 0; }
    .trust-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
    .site-section { padding: 68px 0; }
    .home-services-section { padding-bottom: 36px; }
    .home-tours-section { padding-top: 42px; padding-bottom: 48px; }
    .home-contact-choice { padding: 36px 0 60px; }
    .home-information-panel { gap: 30px; padding: 36px 30px; }
    .section-heading h2, .feature-copy h2, .business-band h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .feature-image img { min-height: 290px; }
    .page-intro { padding: 65px 0 52px; }
    .page-intro h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
    .photo-credits-intro { padding: 38px 0 25px; }
    .photo-credits-intro h1 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
    .photo-credits-section { padding: 18px 0 52px; }
    .photo-credits-grid { grid-template-columns: 1fr; }
    .order-method { min-height: 300px; }
    .service-detail-grid article:nth-child(even), .service-detail-grid article:last-child { grid-column: auto; border-top: 1px solid var(--line); border-left: 0; }
    .tour-hero, .tour-hero .site-container { min-height: 600px; }
    .tour-hero > img { object-position: 67% center; }
    .tour-hero h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
    .tour-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); border-radius: 18px; }
    .tour-dialog-shell { grid-template-columns: 1fr; min-height: 0; }
    .tour-dialog-close { top: 12px; right: 12px; }
    .tour-dialog-image, .tour-dialog-image img { min-height: 215px; height: 215px; }
    .tour-dialog-content { padding: 27px 22px 24px; }
    .tour-dialog-content .site-eyebrow { padding-right: 0; }
    .tour-dialog-content h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
    .tour-dialog-history { margin-top: 17px; font-size: .91rem; line-height: 1.62; }
    .tour-dialog-price { grid-template-columns: 42px minmax(0, 1fr); margin-top: 19px; padding: 12px; }
    .tour-dialog-price > span { width: 42px; height: 42px; }
    .tour-dialog-links { margin-top: 0; padding-top: 22px; }
    .tour-dialog-links .site-button { padding-inline: 15px; }
    .airport-transfer-intro-grid { gap: 28px; }
    .airport-transfer-facts article { grid-template-columns: 42px minmax(0, 1fr); padding: 16px; }
    .airport-fact-icon { width: 42px; height: 42px; }
    .airport-transfer-image { height: 230px; }
    .airport-transfer-copy { padding: 23px 19px 20px; }
    .airport-price-grid { grid-template-columns: 1fr; }
    .airport-price-option { min-height: 0; }
    .airport-price-option strong { min-height: 0; }
    .airport-price-value { margin-top: 15px; padding-top: 0; }
    .airport-transfer-notice { grid-template-columns: 36px minmax(0, 1fr); padding: 17px; }
    .airport-transfer-notice > span { width: 36px; height: 36px; }
    .contact-panel { grid-template-columns: 1fr; }
    .contact-direct + .contact-direct { border-top: 1px solid var(--line); border-left: 0; }
    .public-form-card { padding: 22px 18px; }
    .legal-grid article, .legal-grid article:nth-child(odd) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .legal-grid article:last-child { border-bottom: 0; }
    .legal-assurance { grid-template-columns: 1fr; padding: 23px 21px; }
    .cookie-inventory { padding: 27px 20px; }
    .footer-main { grid-template-columns: 1fr; gap: 0; padding: 30px 0 16px; }
    .footer-brand { grid-column: auto; gap: 10px; padding-bottom: 20px; }
    .footer-brand img { width: 36px; height: 36px; }
    .footer-brand div { gap: 5px; }
    .footer-brand strong { font-size: .88rem; line-height: 1.35; }
    .footer-brand address { margin: 1px 0 4px; font-size: .72rem; line-height: 1.42; }
    .footer-brand .footer-contact-link { font-size: .77rem; }
    .footer-brand .phone-call-note { margin-top: -2px; font-size: .61rem; }
    .footer-column, .footer-column:last-child { display: block; grid-column: auto; border-top: 1px solid var(--line); }
    .footer-column summary { display: flex; min-height: 45px; align-items: center; justify-content: space-between; margin: 0; color: var(--teal-deep); cursor: pointer; font-size: .78rem; font-weight: 780; pointer-events: auto; }
    .footer-column summary::after { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--teal); background: var(--mint); content: "+"; font-size: 1rem; line-height: 1; transition: transform .18s ease; }
    .footer-column[open] summary::after { transform: rotate(45deg); }
    .footer-column:not([open]) > .footer-column-links { display: none; }
    .footer-column[open] > .footer-column-links { display: grid; gap: 0; padding: 0 0 10px; }
    .footer-column-links a { padding: 6px 4px; font-size: .75rem; }
    .footer-bottom { flex-direction: column; gap: 3px; padding: 13px 0 18px; font-size: .67rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
