:root {
--navy: #073d7d;
--navy-deep: #052f63;
--blue: #0079ea;
--blue-soft: #eaf5ff;
--yellow: #ffd43b;
--yellow-soft: #fff8d8;
--green: #006b47;
--ink: #0d1b2a;
--muted: #5b6877;
--line: #dce4ec;
--paper: #ffffff;
--cloud: #f5f8fb;
--cream: #fffdf6;
--orange: #e06b44;
--radius: 22px;
--shadow: 0 18px 55px rgba(5, 47, 99, .12);
--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--serif: Georgia, "Times New Roman", serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2 { letter-spacing: -.035em; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 22px; height: 3px; background: var(--yellow); border-radius: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; height: 86px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,61,125,.10); transition: box-shadow .2s ease, height .2s ease; backdrop-filter: blur(12px); }
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(5,47,99,.10); }
.header-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 148px; height: auto; }
.main-menu { display: flex; align-items: stretch; align-self: stretch; gap: 4px; }
.main-menu a { position: relative; display: flex; align-items: center; padding: 0 12px; color: #17395f; font-size: 12px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.main-menu a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 17px; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-menu a:hover::after, .main-menu a.is-active::after { transform: scaleX(1); }
.main-menu a:last-child { align-self: center; height: 44px; margin-left: 8px; padding: 0 18px; border-radius: 999px; background: var(--navy); color: #fff; }
.main-menu a:last-child::after { display: none; }
.menu-button { display: none; border: 0; background: none; font-weight: 800; cursor: pointer; }
.menu-button b, .menu-button b::before, .menu-button b::after { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--navy); content: ""; transition: transform .2s ease; }
.menu-button b { position: relative; }
.menu-button b::before { position: absolute; top: -7px; }
.menu-button b::after { position: absolute; top: 7px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 900; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 28px rgba(255,212,59,.28); }
.button-blue { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(0,121,234,.22); }
.button-ghost { border-color: rgba(255,255,255,.75); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.text-link, .section-link a { color: var(--navy); font-weight: 900; }
.text-link:hover, .section-link a:hover { color: var(--blue); }
.home-hero { position: relative; min-height: 720px; color: #fff; background-image: linear-gradient(100deg, rgba(3,31,69,.92) 0%, rgba(5,47,99,.76) 45%, rgba(5,47,99,.24) 78%, rgba(3,31,69,.32) 100%), var(--hero); background-size: cover; background-position: center; display: flex; align-items: center; padding: 72px 0 150px; }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(3,31,69,.28)); pointer-events: none; }
.home-hero-inner { position: relative; z-index: 1; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-trust strong { display: inline-flex; gap: 7px; padding: 8px 12px; border-radius: 999px; color: var(--yellow); background: rgba(255,255,255,.12); }
.home-hero h1 { max-width: 840px; margin-bottom: 22px; font-family: var(--serif); font-size: clamp(54px, 7vw, 94px); line-height: .95; font-weight: 700; }
.home-hero h1 em { display: block; color: var(--yellow); font-weight: 400; }
.home-hero-inner > p { max-width: 660px; margin-bottom: 22px; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: rgba(255,255,255,.88); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.hero-pills span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; background: rgba(0,0,0,.12); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.category-dock { position: absolute; z-index: 2; left: 50%; bottom: -55px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.34); border-radius: var(--radius); background: rgba(255,255,255,.97); color: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.category-dock a { min-height: 112px; position: relative; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-content: center; padding: 22px 26px; border-right: 1px solid var(--line); transition: background .2s ease; }
.category-dock a:last-child { border-right: 0; }
.category-dock a:hover { background: var(--yellow-soft); }
.category-dock span { grid-row: 1 / 3; align-self: center; color: var(--blue); font-size: 12px; font-weight: 900; }
.category-dock b { font-family: var(--serif); color: var(--navy-deep); font-size: 21px; line-height: 1.2; }
.category-dock small { color: var(--muted); }
.section { padding: 110px 0; }
.section-free { padding-top: 155px; background: var(--cream); }
.section-premium { background: var(--cloud); }
.section-day { background: #fff; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { max-width: 760px; margin: 12px 0 0; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(40px, 5vw, 68px); line-height: 1.02; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 18px; }
.tour-grid { display: grid; gap: 24px; }
.tour-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tour-grid-featured { grid-template-columns: repeat(6, 1fr); }
.tour-grid-featured .tour-card { grid-column: span 2; }
.tour-grid-featured .tour-card:first-child, .tour-grid-featured .tour-card:nth-child(2) { grid-column: span 3; }
.tour-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 6px 24px rgba(5,47,99,.055); transition: transform .25s ease, box-shadow .25s ease; }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tour-card-image { position: relative; display: block; aspect-ratio: 1.38; overflow: hidden; background: var(--blue-soft); }
.tour-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-card-image img { transform: scale(1.035); }
.tour-card-image > span { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; box-shadow: 0 5px 18px rgba(13,27,42,.16); }
.tour-card--premium .tour-card-image > span { background: var(--navy); color: #fff; }
.tour-card--day .tour-card-image > span { background: var(--green); color: #fff; }
.tour-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.tour-card-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.tour-card-meta span + span::before { content: "·"; margin-right: 12px; color: var(--yellow); }
.tour-card h2, .tour-card h3 { margin: 0 0 12px; font-family: var(--serif); color: var(--navy-deep); font-size: 26px; line-height: 1.12; letter-spacing: -.025em; }
.tour-card h2 a:hover, .tour-card h3 a:hover { color: var(--blue); }
.tour-card p { margin-bottom: 20px; color: var(--muted); line-height: 1.58; }
.tour-card-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 17px; border-top: 1px solid var(--line); }
.tour-card-bottom strong { color: var(--navy); }
.tour-card-bottom a { color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.section-link { margin-top: 34px; text-align: right; }
.guide-band { padding: 110px 0; background: var(--navy-deep); color: #fff; }
.guide-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.guide-intro { position: sticky; top: 120px; }
.guide-intro .kicker, .final-cta .kicker { color: var(--yellow); }
.guide-intro h2 { margin: 16px 0 20px; font-family: var(--serif); font-size: clamp(44px, 5vw, 70px); line-height: 1; }
.guide-intro p { max-width: 500px; margin-bottom: 28px; color: rgba(255,255,255,.74); font-size: 18px; }
.guide-links { border-top: 1px solid rgba(255,255,255,.22); }
.guide-links a { display: grid; grid-template-columns: 48px 1fr 24px; gap: 18px; align-items: center; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,.18); }
.guide-links a:hover { color: var(--yellow); }
.guide-links span { color: var(--yellow); font-size: 12px; font-weight: 900; }
.guide-links b { font-family: var(--serif); font-size: 22px; }
.guide-links em { font-style: normal; font-size: 22px; }
.proof-section { padding: 110px 0; background: var(--yellow-soft); }
.proof-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.proof-photo { position: relative; }
.proof-photo img { width: 100%; aspect-ratio: 1.24; object-fit: cover; border-radius: 34px 8px 34px 8px; box-shadow: var(--shadow); }
.proof-photo > span { position: absolute; right: -18px; bottom: 28px; padding: 13px 18px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 900; }
.proof-copy h2 { margin: 15px 0 25px; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(40px, 4.4vw, 62px); line-height: 1.02; }
.proof-copy blockquote { margin: 0 0 25px; padding-left: 22px; border-left: 4px solid var(--yellow); color: #31445c; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.review-score { display: flex; gap: 18px; align-items: center; margin: 26px 0; }
.review-score strong { font-family: var(--serif); color: var(--navy); font-size: 40px; }
.review-score span { color: #dc9e00; font-weight: 900; line-height: 1.4; }
.review-score span br + * { color: var(--muted); }
.final-cta { padding: 100px 0; text-align: center; color: #fff; background: linear-gradient(120deg, var(--blue), var(--navy-deep)); }
.final-cta span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { max-width: 850px; margin: 14px auto 30px; font-family: var(--serif); font-size: clamp(42px, 6vw, 76px); line-height: 1; }
.site-footer { padding: 74px 0 25px; background: #041e3d; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .8fr 1fr; gap: 55px; }
.logo-footer { padding: 8px 14px; border-radius: 12px; background: #fff; }
.footer-brand p { max-width: 330px; margin: 20px 0; }
.stars { color: var(--yellow); font-weight: 900; }
.stars span { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-grid h2 { margin: 5px 0 18px; color: #fff; font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: 0 0 10px; font-size: 14px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.whatsapp { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 16px; border-radius: 999px; background: #00aa6c; color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 12px 30px rgba(0,107,71,.30); }
.whatsapp b { font-size: 18px; }
.listing-hero { padding: 100px 0 86px; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy)); }
.listing-hero--free { background: linear-gradient(120deg, #05336c, #0079ea); }
.listing-hero--premium { background: linear-gradient(120deg, #061e3c, #6441a5); }
.listing-hero--day { background: linear-gradient(120deg, #064a35, #008568); }
.listing-hero .kicker { color: var(--yellow); }
.listing-hero h1 { max-width: 900px; margin: 15px 0 20px; font-family: var(--serif); font-size: clamp(50px, 7vw, 86px); line-height: .98; }
.listing-hero p { max-width: 720px; margin-bottom: 36px; color: rgba(255,255,255,.8); font-size: 20px; }
.listing-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.listing-stats span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 13px; }
.listing-stats b { color: var(--yellow); }
.listing-section { background: var(--cloud); }
.category-explainer { padding: 90px 0; background: var(--yellow-soft); }
.explainer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.explainer-grid h2 { margin: 14px 0 0; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(40px, 5vw, 64px); line-height: 1; }
.explainer-grid p { color: var(--muted); font-size: 18px; }
.editorial-hero { padding: 78px 0; background: var(--cloud); }
.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; }
.editorial-grid h1 { margin: 14px 0 20px; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(48px, 6vw, 80px); line-height: .98; }
.editorial-grid p { color: var(--muted); font-size: 20px; }
.editorial-grid img { width: 100%; aspect-ratio: 1.4; object-fit: cover; border-radius: 34px 8px 34px 8px; box-shadow: var(--shadow); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.resource-grid article > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.resource-grid h2 { margin: 22px 0 12px; font-family: var(--serif); color: var(--navy-deep); font-size: 27px; line-height: 1.15; }
.resource-grid p { color: var(--muted); }
.resource-grid a { color: var(--blue); font-weight: 900; }
.stats-band { padding: 38px 0; background: var(--navy); color: #fff; }
.stats-band .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-band .shell > div { padding: 10px 24px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
.stats-band .shell > div:last-child { border-right: 0; }
.stats-band strong { display: block; color: var(--yellow); font-family: var(--serif); font-size: 34px; }
.stats-band span { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.about-story h2 { margin: 14px 0 0; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(42px, 5vw, 66px); line-height: 1; }
.about-story p { color: var(--muted); font-size: 18px; }
.team-section { padding-top: 0; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.team-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.team-grid img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.team-grid h2 { margin: 18px 18px 4px; font-family: var(--serif); color: var(--navy); font-size: 25px; }
.team-grid p { margin: 0 18px 20px; color: var(--muted); font-size: 13px; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.contact-layout h2 { margin: 12px 0 16px; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(38px, 5vw, 62px); line-height: 1; }
.contact-layout > div > p { max-width: 650px; color: var(--muted); font-size: 18px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.contact-cards a { display: flex; flex-direction: column; padding: 24px; border: 1px solid #bce9d6; border-radius: var(--radius); background: #effcf7; }
.contact-cards span { color: var(--green); font-size: 12px; font-weight: 900; }
.contact-cards strong { margin: 12px 0; color: var(--ink); font-size: 21px; }
.contact-cards b { color: var(--green); font-size: 13px; }
.contact-layout aside { padding: 34px; border-radius: var(--radius); background: var(--navy-deep); color: #fff; }
.contact-layout aside h2 { color: #fff; font-size: 30px; }
.contact-layout aside > a:not(.button) { display: block; margin: 8px 0; color: var(--yellow); font-weight: 900; }
.contact-layout aside hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-layout aside p { color: rgba(255,255,255,.72); }
.legal-section { background: var(--cloud); }
.legal-copy { max-width: 800px; }
.legal-copy h2 { margin: 40px 0 12px; font-family: var(--serif); color: var(--navy-deep); font-size: 34px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: #465568; font-size: 17px; }
.legal-note { margin-top: 45px; padding: 18px; border-left: 4px solid var(--yellow); background: #fff; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 24px; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb strong { color: var(--navy); }
.tour-hero-new { padding-top: 34px; }
.tour-title-block { max-width: 970px; margin-bottom: 32px; }
.tour-label { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.tour-page--premium .tour-label { background: var(--navy); color: #fff; }
.tour-page--day .tour-label { background: var(--green); color: #fff; }
.tour-title-block h1 { margin: 16px 0 18px; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(47px, 6.5vw, 82px); line-height: .98; }
.tour-title-block > p { max-width: 860px; margin-bottom: 22px; color: var(--muted); font-size: 20px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-strip span { padding: 8px 12px; border-radius: 999px; background: var(--cloud); color: var(--navy); font-size: 12px; font-weight: 800; }
.trust-strip span:first-child { color: #c88d00; background: var(--yellow-soft); }
.tour-gallery { display: grid; grid-template-columns: 1.75fr 1fr; grid-template-rows: repeat(2, 220px); gap: 10px; overflow: hidden; border-radius: 24px; background: var(--cloud); }
.gallery-item { padding: 0; border: 0; overflow: hidden; background: var(--cloud); cursor: zoom-in; }
.gallery-item-1 { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.tour-body-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 60px; align-items: start; padding-top: 70px; padding-bottom: 110px; }
.tour-content { min-width: 0; }
.content-section { padding: 0 0 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line); }
.content-section:last-child { margin-bottom: 0; }
.section-title { display: flex; align-items: baseline; gap: 14px; margin-bottom: 32px; }
.section-title > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.section-title h2 { margin: 0; font-family: var(--serif); color: var(--navy-deep); font-size: clamp(34px, 4vw, 49px); line-height: 1; }
.discover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.discover-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--cloud); }
.discover-grid article > b { color: var(--blue); font-size: 11px; }
.discover-grid h3 { margin: 12px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 24px; }
.discover-grid p { margin-bottom: 0; color: var(--muted); }
.detail-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.detail-cards > div { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.detail-cards small { margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.detail-cards strong { color: var(--navy-deep); font-size: 19px; }
.detail-cards span { color: var(--muted); font-size: 13px; }
.price-card-inline { background: var(--yellow-soft); border-color: #f1d975 !important; }
.price-card-inline strong { font-family: var(--serif); font-size: 28px; }
.check-list, .minus-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li, .minus-list li { position: relative; padding: 17px 18px 17px 48px; border-radius: 14px; background: #effaf5; color: #164b3a; }
.check-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--green); font-weight: 900; }
.subheading { margin: 30px 0 14px; color: var(--navy); font-family: var(--serif); font-size: 26px; }
.minus-list li { background: #fff4ef; color: #6e3422; }
.minus-list li::before { content: "–"; position: absolute; left: 18px; color: var(--orange); font-weight: 900; }
.sights-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; margin: 0; padding: 0; list-style: none; counter-reset: sights; }
.sights-list li { counter-increment: sights; display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); font-weight: 700; }
.sights-list li::before { content: counter(sights, decimal-leading-zero); color: var(--blue); font-size: 11px; font-weight: 900; }
.meeting-card { display: flex; gap: 20px; padding: 26px; border: 1px solid #b9d9f6; border-radius: 18px; background: var(--blue-soft); }
.map-pin { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 24px; }
.meeting-card strong { color: var(--navy-deep); font-size: 18px; }
.meeting-card p { margin: 6px 0; color: var(--muted); }
.meeting-card a { color: var(--blue); font-weight: 900; }
.story-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.story-list article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; font-weight: 900; }
.story-list h3 { margin: 2px 0 8px; color: var(--navy-deep); font-family: var(--serif); font-size: 25px; }
.story-list p { margin: 0; color: var(--muted); }
.guide-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.guide-review-grid > div, .guide-review-grid blockquote { margin: 0; padding: 26px; border-radius: 18px; background: var(--cloud); }
.guide-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-family: var(--serif); font-size: 26px; font-weight: 900; }
.guide-review-grid h3 { margin: 17px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 24px; }
.guide-review-grid p { color: var(--muted); }
.guide-review-grid blockquote { background: var(--navy-deep); color: #fff; }
.guide-review-grid blockquote > div { color: var(--yellow); }
.guide-review-grid blockquote p { margin: 14px 0; color: rgba(255,255,255,.85); font-family: var(--serif); font-size: 20px; }
.guide-review-grid cite { color: rgba(255,255,255,.62); font-size: 12px; font-style: normal; }
.booking-sidebar { position: sticky; top: 112px; }
.booking-box { overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.booking-kicker { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.booking-box h2 { margin: 8px 0 0; font-family: var(--serif); color: var(--navy-deep); font-size: 34px; }
.booking-box > p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.bokunWidget { min-height: 420px; margin-inline: -8px; }
.booking-help { display: flex; flex-direction: column; gap: 3px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 13px; }
.booking-help a { color: var(--green); font-weight: 900; }
.related-section { padding: 100px 0; background: var(--cloud); }
.mobile-booking-bar { display: none; }
.gallery-dialog { position: fixed; max-width: min(1080px, calc(100vw - 40px)); max-height: calc(100vh - 40px); padding: 0; border: 0; border-radius: 18px; background: #08101b; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.gallery-dialog::backdrop { background: rgba(2,12,25,.82); backdrop-filter: blur(6px); }
.gallery-dialog img { max-width: 100%; max-height: calc(100vh - 40px); object-fit: contain; }
.gallery-dialog button { position: absolute; z-index: 2; top: 10px; right: 10px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 28px; cursor: pointer; }
@media (max-width: 1020px) {
.site-header { height: 74px; }
.logo img { width: 132px; }
.menu-button { display: inline-flex; align-items: center; gap: 12px; }
.main-menu { position: fixed; inset: 74px 0 auto; max-height: calc(100vh - 74px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); overflow: auto; }
.main-menu.is-open { display: flex; }
.main-menu a { min-height: 48px; padding: 0; border-bottom: 1px solid var(--line); }
.main-menu a::after { display: none; }
.main-menu a:last-child { min-height: 48px; align-self: stretch; justify-content: center; margin: 14px 0 0; }
.home-hero { min-height: 680px; }
.category-dock { width: min(760px, calc(100% - 40px)); }
.category-dock a { padding: 18px; grid-template-columns: 34px 1fr; }
.tour-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tour-grid-featured { grid-template-columns: repeat(2, 1fr); }
.tour-grid-featured .tour-card, .tour-grid-featured .tour-card:first-child, .tour-grid-featured .tour-card:nth-child(2) { grid-column: auto; }
.guide-layout, .proof-layout, .editorial-grid, .about-story, .contact-layout { gap: 45px; }
.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
.footer-grid > div:last-child { grid-column: 2 / 4; }
.resource-grid { grid-template-columns: repeat(2, 1fr); }
.team-grid { grid-template-columns: repeat(3, 1fr); }
.tour-body-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 35px; }
}
@media (max-width: 760px) {
.shell { width: min(100% - 28px, 1180px); }
.home-hero { min-height: 720px; padding: 58px 0 195px; align-items: flex-start; background-image: linear-gradient(180deg, rgba(3,31,69,.78) 0%, rgba(5,47,99,.62) 42%, rgba(3,31,69,.88) 100%), var(--hero); background-position: 57% center; }
.hero-trust { flex-direction: column; align-items: flex-start; gap: 8px; }
.home-hero h1 { font-size: clamp(48px, 14vw, 66px); }
.home-hero-inner > p { font-size: 18px; }
.hero-actions { display: grid; }
.hero-actions .button { width: 100%; }
.category-dock { bottom: -145px; grid-template-columns: 1fr; border-radius: 18px; }
.category-dock a { min-height: 84px; grid-template-columns: 32px 1fr; padding: 13px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
.category-dock a:last-child { border-bottom: 0; }
.category-dock b { font-size: 18px; }
.category-dock small { font-size: 12px; }
.section { padding: 80px 0; }
.section-free { padding-top: 210px; }
.section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
.section-heading h2 { font-size: 44px; }
.section-heading > p { font-size: 16px; }
.tour-grid-3, .tour-grid-featured { grid-template-columns: 1fr; }
.tour-card-image { aspect-ratio: 1.45; }
.tour-card h2, .tour-card h3 { font-size: 27px; }
.section-link { text-align: left; }
.guide-band, .proof-section { padding: 80px 0; }
.guide-layout, .proof-layout, .editorial-grid, .about-story, .contact-layout, .explainer-grid { grid-template-columns: 1fr; gap: 38px; }
.guide-intro { position: static; }
.guide-links b { font-size: 19px; }
.proof-photo > span { right: 10px; bottom: 12px; }
.proof-copy h2 { font-size: 43px; }
.final-cta { padding: 78px 0; }
.final-cta h2 { font-size: 46px; }
.footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
.footer-brand { grid-column: 1 / 3; }
.footer-grid > div:last-child { grid-column: 1 / 3; }
.footer-bottom { flex-direction: column; }
.whatsapp span { display: none; }
.whatsapp { width: 50px; padding: 0; justify-content: center; }
.listing-hero { padding: 72px 0 66px; }
.listing-hero h1 { font-size: 52px; }
.category-explainer { padding: 75px 0; }
.editorial-hero { padding: 55px 0; }
.editorial-grid h1 { font-size: 51px; }
.editorial-grid img { aspect-ratio: 1.3; }
.resource-grid { grid-template-columns: 1fr; }
.stats-band .shell { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
.stats-band .shell > div:nth-child(2) { border-right: 0; }
.team-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-cards { grid-template-columns: 1fr; }
.tour-title-block h1 { font-size: 47px; }
.tour-title-block > p { font-size: 17px; }
.tour-gallery { grid-template-columns: 1.7fr 1fr; grid-template-rows: repeat(2, 130px); border-radius: 18px; }
.tour-body-grid { display: block; padding-top: 52px; padding-bottom: 70px; }
.tour-content { width: 100%; }
.booking-sidebar { position: static; margin: 0 0 70px; }
.booking-box { box-shadow: 0 10px 35px rgba(5,47,99,.10); }
.bokunWidget { min-height: 560px; }
.content-section { padding-bottom: 55px; margin-bottom: 55px; }
.section-title h2 { font-size: 36px; }
.discover-grid, .detail-cards, .check-list, .minus-list, .sights-list, .guide-review-grid { grid-template-columns: 1fr; }
.mobile-booking-bar { position: fixed; z-index: 95; left: 0; right: 0; bottom: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(5,47,99,.14); backdrop-filter: blur(12px); }
.mobile-booking-bar div { min-width: 0; display: flex; flex-direction: column; }
.mobile-booking-bar small { max-width: 190px; overflow: hidden; color: var(--muted); font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.mobile-booking-bar strong { color: var(--navy-deep); font-size: 18px; }
.mobile-booking-bar > a { min-width: 116px; min-height: 50px; display: grid; place-items: center; border-radius: 999px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 900; }
body.has-mobile-booking { padding-bottom: 76px; }
body.has-mobile-booking .whatsapp { bottom: 92px; }
.related-section { padding: 75px 0; }
}
@media (max-width: 420px) {
.team-grid { grid-template-columns: 1fr 1fr; }
.team-grid h2 { font-size: 21px; }
.tour-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 105px; }
.gallery-item-1 { grid-column: 1 / 3; grid-row: 1; }
.gallery-item-2 { grid-column: 1; grid-row: 2; }
.gallery-item-3 { grid-column: 2; grid-row: 2; }
} html { scroll-padding-top: 104px; }
h1, h2, h3 { text-wrap: balance; }
a:focus-visible, button:focus-visible, summary:focus-visible {
outline: 3px solid var(--yellow);
outline-offset: 4px;
}
.site-header { height: 80px; }
.logo img { width: 154px; }
.main-menu a { padding-inline: 11px; }
.main-menu a::after { bottom: 15px; }
.home-hero { min-height: 680px; padding: 62px 0 142px; }
.home-hero h1 { max-width: 800px; font-size: clamp(56px, 6.4vw, 84px); line-height: .96; }
.category-dock a { min-height: 102px; }
.section { padding: 94px 0; }
.section-free { padding-top: 145px; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(38px, 4.5vw, 60px); line-height: 1.04; }
.guide-band, .proof-section { padding-block: 94px; }
.guide-intro h2 { font-size: clamp(40px, 4.6vw, 62px); }
.proof-copy h2 { font-size: clamp(38px, 4.1vw, 56px); }
.final-cta { padding-block: 86px; }
.final-cta h2 { font-size: clamp(40px, 5vw, 64px); }
.tour-card { border-radius: 20px; box-shadow: 0 5px 20px rgba(5,47,99,.05); }
.tour-card-image { aspect-ratio: 1.55; }
.tour-card-body { padding: 20px; }
.tour-card h2, .tour-card h3 { font-size: 25px; line-height: 1.13; }
.tour-card p {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.tour-card-bottom { padding-top: 15px; }
.site-footer { padding: 62px 0 22px; }
.footer-grid { gap: 42px; }
.footer-brand p { margin: 16px 0; }
.footer-bottom { margin-top: 40px; }
.listing-hero { padding: 82px 0 74px; }
.listing-hero h1 { max-width: 850px; font-size: clamp(50px, 5.8vw, 72px); line-height: 1; }
.listing-hero p { font-size: 18px; }
.category-explainer { padding: 76px 0; }
.explainer-grid h2 { font-size: clamp(38px, 4.4vw, 56px); }
.editorial-hero { padding: 68px 0; }
.editorial-grid { gap: 56px; }
.editorial-grid h1 { font-size: clamp(48px, 5.2vw, 68px); line-height: 1; }
.editorial-grid p { font-size: 18px; }
.editorial-grid img { border-radius: 28px 8px 28px 8px; }
.resource-grid article { padding: 26px; }
.resource-grid h2 { margin-top: 16px; font-size: 25px; }
.about-story h2 { font-size: clamp(38px, 4.4vw, 56px); }
.page-main--legal .editorial-hero { padding-block: 56px; }
.page-main--legal .editorial-grid { grid-template-columns: minmax(0, 760px) 250px; }
.page-main--legal .editorial-grid h1 { font-size: clamp(46px, 5vw, 62px); }
.page-main--legal .editorial-grid img { aspect-ratio: 1; }
.legal-copy { max-width: 760px; }
.breadcrumb { padding-top: 20px; }
.tour-hero-new { padding-top: 28px; }
.tour-title-block { max-width: 930px; margin-bottom: 28px; }
.tour-title-block h1 { margin: 14px 0 16px; font-size: clamp(50px, 5.5vw, 72px); line-height: 1; }
.tour-title-block > p { max-width: 800px; margin-bottom: 18px; font-size: 18px; }
.trust-strip span { padding: 7px 11px; }
.tour-gallery { grid-template-rows: repeat(2, 205px); border-radius: 22px; }
.tour-glance {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(190px, 1.25fr);
margin-top: 18px;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 18px;
background: #fff;
box-shadow: 0 10px 34px rgba(5,47,99,.07);
}
.tour-glance > div {
min-width: 0;
display: flex;
flex-direction: column;
justify-content: center;
padding: 16px 18px;
border-right: 1px solid var(--line);
}
.tour-glance small { margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.tour-glance strong { overflow: hidden; color: var(--navy-deep); font-size: 15px; line-height: 1.3; text-overflow: ellipsis; }
.tour-glance > a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 900; text-align: center; }
.tour-glance > a:hover { background: var(--navy); }
.tour-jump-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 15px; }
.tour-jump-nav span { margin-right: 5px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tour-jump-nav a { padding: 7px 11px; border-radius: 999px; background: var(--cloud); color: var(--navy); font-size: 12px; font-weight: 800; }
.tour-jump-nav a:hover { background: var(--yellow-soft); color: var(--blue); }
.tour-body-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 52px; padding-top: 54px; padding-bottom: 94px; }
.content-section { padding-bottom: 50px; margin-bottom: 50px; scroll-margin-top: 105px; }
.section-title { min-width: 0; gap: 12px; margin-bottom: 26px; }
.section-title h2 { min-width: 0; font-size: clamp(36px, 3.4vw, 43px); line-height: 1.04; }
.discover-grid article { padding: 22px; }
.discover-grid h3 { font-size: 22px; }
.detail-cards > div { min-height: 112px; padding: 19px; }
.check-list li, .minus-list li { padding-block: 15px; }
.sights-list { gap: 0 26px; }
.sights-list li { min-width: 0; min-height: 52px; grid-template-columns: 36px minmax(0, 1fr); line-height: 1.35; word-break: normal; overflow-wrap: normal; }
.sights-list li > span { display: none; }
.meeting-card { padding: 22px; }
.story-list article { padding-block: 21px; }
.story-list h3 { font-size: 23px; }
.guide-review-grid { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
.guide-review-grid > div, .guide-review-grid blockquote { padding: 24px; }
.guide-profile-card { overflow: hidden; padding: 0 !important; background: var(--cloud); }
.guide-profile-card > img { width: 100%; height: auto; aspect-ratio: 1.9; object-fit: cover; }
.guide-profile-card > div { padding: 0 24px 24px; }
.guide-profile-card .guide-avatar { margin-top: -25px; border: 4px solid var(--cloud); }
.guide-profile-card h3 { margin-top: 12px; }
.guide-profile-card a { color: var(--blue); font-size: 13px; font-weight: 900; }
.guide-review-grid blockquote { display: flex; flex-direction: column; justify-content: center; }
.guide-review-grid blockquote > div { font-size: 14px; letter-spacing: .04em; }
.guide-review-grid blockquote > div b { color: #fff; }
.guide-review-grid blockquote p { font-size: 23px; line-height: 1.4; }
.booking-box { padding: 24px; }
.booking-box h2 { font-size: 30px; }
.related-section { padding: 82px 0; }
@media (max-width: 1020px) {
html { scroll-padding-top: 92px; }
.site-header { height: 68px; }
.logo img { width: 126px; }
.main-menu { inset: 68px 0 auto; max-height: calc(100vh - 68px); }
.tour-glance { grid-template-columns: repeat(2, minmax(0, 1fr)) 1.1fr; }
.tour-glance > div:nth-child(2) { border-right: 0; }
.tour-glance > div:nth-child(3), .tour-glance > div:nth-child(4) { border-top: 1px solid var(--line); }
.tour-glance > a { grid-column: 3; grid-row: 1 / 3; }
}
@media (max-width: 760px) {
html { scroll-padding-top: 84px; }
.shell { width: min(100% - 32px, 1180px); }
.home-hero { min-height: 650px; padding: 48px 0 170px; }
.home-hero h1 { max-width: 355px; margin-bottom: 18px; font-size: clamp(41px, 12vw, 47px); line-height: .97; }
.home-hero-inner > p { margin-bottom: 18px; font-size: 16.5px; }
.hero-trust { margin-bottom: 18px; font-size: 10px; }
.hero-pills { margin-bottom: 24px; }
.hero-pills span { padding: 7px 11px; font-size: 11px; }
.category-dock { bottom: -124px; }
.category-dock a { min-height: 74px; padding: 10px 16px; }
.section { padding: 64px 0; }
.section-free { padding-top: 164px; }
.section-heading { gap: 14px; margin-bottom: 25px; }
.section-heading h2 { font-size: 36px; line-height: 1.04; }
.section-heading > p { font-size: 15.5px; }
.home-page .tour-grid-3, .home-page .tour-grid-featured {
grid-template-columns: none;
grid-auto-flow: column;
grid-auto-columns: min(84vw, 320px);
gap: 14px;
overflow-x: auto;
overscroll-behavior-inline: contain;
padding: 3px 2px 18px;
scroll-snap-type: inline mandatory;
scrollbar-width: thin;
scrollbar-color: var(--blue) var(--line);
}
.home-page .tour-card { scroll-snap-align: start; }
.tour-card-image { aspect-ratio: 1.7; }
.tour-card-body { padding: 18px; }
.tour-card h2, .tour-card h3 { font-size: 24px; }
.tour-card p { margin-bottom: 16px; font-size: 15px; -webkit-line-clamp: 3; }
.tour-card-bottom { gap: 10px; }
.tour-card-bottom a { font-size: 12px; }
.guide-band, .proof-section { padding-block: 64px; }
.guide-intro h2, .proof-copy h2 { font-size: 37px; }
.guide-links a { grid-template-columns: 36px 1fr 20px; gap: 10px; padding-block: 17px; }
.guide-links b { font-size: 18px; }
.final-cta { padding-block: 64px; }
.final-cta h2 { font-size: 39px; }
.site-footer { padding: 46px 0 18px; }
.footer-grid { gap: 25px 18px; }
.footer-brand p { margin: 13px 0; font-size: 14px; }
.footer-grid h2 { margin-bottom: 12px; }
.footer-grid > div:not(:first-child) a { margin-bottom: 7px; font-size: 13px; }
.footer-bottom { margin-top: 28px; padding-top: 17px; gap: 9px; }
.listing-hero { padding: 58px 0 56px; }
.listing-hero h1 { margin-block: 12px 16px; font-size: clamp(38px, 11.3vw, 43px); line-height: 1.02; }
.listing-hero p { margin-bottom: 26px; font-size: 16.5px; }
.listing-stats span { padding: 8px 11px; font-size: 12px; }
.category-explainer { padding: 58px 0; }
.explainer-grid h2 { font-size: 36px; }
.explainer-grid p { font-size: 16px; }
.editorial-hero { padding: 46px 0; }
.editorial-grid { gap: 28px; }
.editorial-grid h1 { margin-block: 11px 14px; font-size: clamp(38px, 10.8vw, 42px); line-height: 1.03; }
.editorial-grid p { font-size: 16.5px; }
.editorial-grid img { border-radius: 22px 7px 22px 7px; }
.page-main--legal .editorial-hero { padding-block: 42px; }
.page-main--legal .editorial-grid { display: block; }
.page-main--legal .editorial-grid img { display: none; }
.page-main--legal .editorial-grid h1 { font-size: 40px; }
.resource-grid { gap: 14px; }
.resource-grid article { padding: 22px; }
.resource-grid h2 { font-size: 24px; }
.about-story h2 { font-size: 38px; }
.about-story p { font-size: 16.5px; }
.contact-layout h2 { font-size: 38px; }
.contact-cards strong { white-space: nowrap; font-size: 19px; }
.legal-copy h2 { margin-top: 31px; font-size: 28px; }
.legal-copy p { font-size: 16px; }
.breadcrumb { padding-top: 16px; }
.tour-hero-new { padding-top: 22px; }
.tour-title-block { margin-bottom: 22px; }
.tour-title-block h1 { margin-block: 12px 14px; font-size: clamp(34px, 9.3vw, 37px); line-height: 1.02; }
.tour-title-block > p { margin-bottom: 16px; font-size: 16.5px; line-height: 1.55; }
.trust-strip { flex-wrap: nowrap; gap: 7px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.trust-strip::-webkit-scrollbar { display: none; }
.trust-strip span { flex: 0 0 auto; padding: 7px 10px; font-size: 10.5px; }
.tour-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 210px 94px; gap: 7px; border-radius: 17px; }
.gallery-item-1 { grid-column: 1 / 3; grid-row: 1; }
.gallery-item-2 { grid-column: 1; grid-row: 2; }
.gallery-item-3 { grid-column: 2; grid-row: 2; }
.tour-glance { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 12px; border-radius: 15px; }
.tour-glance > div { min-height: 68px; padding: 11px 13px; }
.tour-glance > div:nth-child(2) { border-right: 0; }
.tour-glance > div:nth-child(3), .tour-glance > div:nth-child(4) { border-top: 1px solid var(--line); }
.tour-glance strong { font-size: 14px; }
.tour-glance > a { grid-column: 1 / 3; grid-row: auto; min-height: 48px; padding: 12px; }
.tour-jump-nav { flex-wrap: nowrap; overflow-x: auto; margin-inline: 0; padding: 4px 0 7px; scrollbar-width: none; }
.tour-jump-nav::-webkit-scrollbar { display: none; }
.tour-jump-nav span, .tour-jump-nav a { flex: 0 0 auto; }
.tour-body-grid { display: block; padding-top: 42px; padding-bottom: 62px; }
.booking-sidebar { margin-bottom: 58px; }
.booking-box { padding: 21px; }
.content-section { padding-bottom: 42px; margin-bottom: 42px; scroll-margin-top: 84px; }
.section-title { align-items: flex-start; gap: 9px; margin-bottom: 22px; }
.section-title > span { padding-top: 4px; }
.section-title h2 { font-size: clamp(27px, 7.8vw, 30px); line-height: 1.08; overflow-wrap: normal; }
.discover-grid { gap: 11px; }
.discover-grid article { padding: 19px; }
.discover-grid h3 { font-size: 21px; }
.detail-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.detail-cards > div { min-width: 0; min-height: 104px; padding: 15px; }
.detail-cards strong { font-size: 16px; line-height: 1.3; }
.price-card-inline strong { font-size: 23px; }
.check-list li, .minus-list li { padding: 14px 15px 14px 43px; }
.check-list li::before, .minus-list li::before { left: 15px; }
.subheading { margin-top: 24px; font-size: 23px; }
.sights-list { grid-template-columns: 1fr; }
.sights-list li { min-height: 48px; grid-template-columns: 34px minmax(0, 1fr); padding-block: 8px; font-size: 16px; line-height: 1.35; }
.meeting-card { gap: 13px; padding: 18px; }
.map-pin { width: 42px; height: 42px; flex-basis: 42px; font-size: 21px; }
.meeting-card strong { font-size: 17px; line-height: 1.35; }
.meeting-card p, .meeting-card a { font-size: 14px; }
.story-list article { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding-block: 18px; }
.story-list article > span { width: 32px; height: 32px; }
.story-list h3 { font-size: 21px; line-height: 1.18; }
.story-list p { font-size: 15px; }
.guide-review-grid { grid-template-columns: 1fr; gap: 14px; }
.guide-profile-card > img { aspect-ratio: 1.75; }
.guide-profile-card > div { padding: 0 20px 20px; }
.guide-review-grid h3 { font-size: 22px; }
.guide-review-grid blockquote { min-height: 250px; padding: 22px; }
.guide-review-grid blockquote p { font-size: 21px; }
.related-section { padding: 62px 0; }
.mobile-booking-bar { min-height: 68px; padding-top: 8px; padding-bottom: calc(8px + env(safe-area-inset-bottom)); }
.mobile-booking-bar small { max-width: 160px; }
.mobile-booking-bar strong { font-size: 16px; }
.mobile-booking-bar > a { min-width: 112px; min-height: 46px; }
body.has-mobile-booking { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
body.has-mobile-booking .whatsapp { display: none; }
}
@media (max-width: 420px) {
.team-grid h2 { font-size: 20px; }
.team-grid p { margin: 0 14px 16px; }
.tour-gallery { grid-template-rows: 205px 90px; }
}
@media (max-width: 340px) {
.shell { width: min(100% - 24px, 1180px); }
.home-hero h1, .listing-hero h1, .editorial-grid h1 { font-size: 36px; }
.tour-title-block h1 { font-size: 33px; }
.detail-cards { grid-template-columns: 1fr; }
.contact-cards strong { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
} :root {
--paper: #fcfbf8;
--cream: #f7f1e7;
--cloud: #f2f5f6;
--line: #d9e0e4;
--orange: #b85b3d;
--radius: 18px;
--shadow: 0 20px 55px rgba(5, 47, 99, .10);
}
body { background: var(--paper); } .logo { gap: 11px; color: var(--navy-deep); }
.brand-name {
font-family: var(--serif);
font-size: 36px;
font-weight: 700;
line-height: .82;
letter-spacing: -.075em;
}
.brand-name > span { color: #e6a900; }
.brand-tagline {
padding-left: 10px;
border-left: 1px solid rgba(5, 47, 99, .22);
color: #45617e;
font-size: 8px;
font-weight: 900;
line-height: 1.25;
letter-spacing: .17em;
text-transform: uppercase;
}
.logo-footer { padding: 0; border-radius: 0; background: transparent; }
.logo-footer .brand-name { color: #fff; }
.logo-footer .brand-tagline { border-color: rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .64); }
.site-header { height: 78px; background: rgba(252, 251, 248, .94); }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(5, 47, 99, .08); } .tour-card {
border-color: rgba(5, 47, 99, .10);
border-radius: 18px;
background: #fff;
box-shadow: none;
transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.tour-card:hover {
transform: translateY(-4px);
border-color: rgba(5, 47, 99, .18);
box-shadow: 0 16px 38px rgba(5, 47, 99, .10);
}
.tour-card-image { aspect-ratio: 1.34; background: #e9edef; }
.tour-card-image::after {
content: "";
position: absolute;
inset: 42% 0 0;
background: linear-gradient(transparent, rgba(3, 24, 48, .48));
pointer-events: none;
}
.tour-card-image > span {
z-index: 1;
left: 16px;
bottom: 16px;
padding: 7px 10px;
border: 1px solid rgba(255, 255, 255, .42);
background: rgba(255, 255, 255, .93);
color: var(--navy-deep);
box-shadow: none;
backdrop-filter: blur(7px);
}
.tour-card--premium .tour-card-image > span,
.tour-card--day .tour-card-image > span { background: rgba(255, 255, 255, .93); color: var(--navy-deep); }
.tour-card-body { padding: 22px 22px 20px; }
.tour-card-meta { margin-bottom: 12px; color: #637183; font-size: 11px; letter-spacing: .04em; }
.tour-card h2, .tour-card h3 { margin-bottom: 13px; font-size: 28px; line-height: 1.08; }
.tour-card p { color: #536273; }
.tour-card-bottom { border-color: rgba(5, 47, 99, .10); }
.tour-card-bottom strong { font-family: var(--serif); font-size: 18px; }
.tour-card-bottom a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); }
.tour-card-bottom a span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy-deep); } .category-dock {
border: 1px solid rgba(5, 47, 99, .10);
border-radius: 16px;
background: rgba(252, 251, 248, .97);
box-shadow: 0 18px 45px rgba(5, 47, 99, .11);
}
.category-dock a {
min-height: 104px;
grid-template-columns: minmax(0, 1fr) 32px;
grid-template-rows: auto auto;
column-gap: 16px;
padding: 20px 24px;
}
.category-dock a::after {
content: "↗";
grid-column: 2;
grid-row: 1 / 3;
align-self: center;
width: 30px;
height: 30px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--yellow);
color: var(--navy-deep);
font-style: normal;
font-weight: 900;
transition: transform .2s ease;
}
.category-dock a:hover::after { transform: translate(2px, -2px); }
.category-dock b, .category-dock small { grid-column: 1; }
.category-dock b { font-size: 22px; }
.guide-links a { grid-template-columns: minmax(0, 1fr) 34px; gap: 14px; padding: 23px 4px; }
.guide-links b { font-size: 24px; line-height: 1.2; }
.guide-links em { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; font-size: 17px; transition: background .2s ease, color .2s ease; }
.guide-links a:hover em { background: var(--yellow); color: var(--navy-deep); } .resource-grid { gap: 16px; }
.resource-grid article {
position: relative;
min-height: 290px;
display: flex;
flex-direction: column;
padding: 28px;
border-color: rgba(5, 47, 99, .10);
border-radius: 16px;
background: #fff;
overflow: hidden;
}
.resource-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--yellow), #e6a900); }
.resource-grid article > span { color: #6a7684; letter-spacing: .12em; text-transform: uppercase; }
.resource-grid h2 { margin: 28px 0 13px; font-size: 29px; }
.resource-grid p { margin-bottom: 24px; }
.resource-grid a { margin-top: auto; } .content-section { border-color: rgba(5, 47, 99, .12); }
.section-title { display: block; margin-bottom: 30px; }
.section-title::after { content: ""; width: 48px; height: 4px; display: block; margin-top: 17px; border-radius: 4px; background: var(--yellow); }
.section-title h2 { max-width: 720px; font-size: clamp(38px, 3.7vw, 48px); }
.discover-showcase {
display: grid;
grid-template-columns: minmax(250px, .88fr) minmax(0, 1.12fr);
gap: 18px;
align-items: stretch;
}
.discover-visual {
position: relative;
min-height: 620px;
margin: 0;
overflow: hidden;
border-radius: 18px;
background: var(--navy-deep);
}
.discover-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2, 24, 49, .88)); }
.discover-visual img { width: 100%; height: 100%; object-fit: cover; }
.discover-visual figcaption { position: absolute; z-index: 1; inset: auto 24px 23px; color: #fff; }
.discover-visual figcaption span { display: block; margin-bottom: 7px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.discover-visual figcaption strong { display: block; font-family: var(--serif); font-size: 27px; line-height: 1.15; }
.discover-grid { grid-template-columns: 1fr; gap: 10px; }
.discover-grid article {
display: flex;
flex-direction: column;
justify-content: center;
padding: 22px 24px;
border: 0;
border-radius: 14px;
background: #f4f1eb;
}
.discover-grid h3 { margin: 0 0 7px; font-size: 24px; }
.discover-grid p { line-height: 1.55; }
.sights-showcase { display: grid; grid-template-columns: minmax(235px, .82fr) minmax(0, 1.18fr); gap: 30px; align-items: center; }
.sights-showcase figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; }
.sights-showcase figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2, 24, 49, .75)); }
.sights-showcase img { width: 100%; aspect-ratio: .88; object-fit: cover; }
.sights-showcase figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 18px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.sights-list { grid-template-columns: 1fr; gap: 0; counter-reset: none; }
.sights-list li {
counter-increment: none;
grid-template-columns: 18px minmax(0, 1fr);
min-height: 58px;
padding: 10px 0;
border-color: rgba(5, 47, 99, .13);
font-size: 17px;
}
.sights-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255, 212, 59, .19); }
.meeting-card { border-color: rgba(0, 121, 234, .20); border-radius: 16px; background: #eef6fb; }
.map-pin { background: var(--navy); }
.story-list { position: relative; }
.story-list article {
position: relative;
display: block;
padding: 4px 0 30px 30px;
border: 0;
border-left: 2px solid #dbe2e7;
}
.story-list article:last-child { padding-bottom: 4px; }
.story-list article::before {
content: "";
position: absolute;
top: 9px;
left: -7px;
width: 12px;
height: 12px;
border: 3px solid var(--paper);
border-radius: 50%;
background: var(--yellow);
box-shadow: 0 0 0 1px #e6b500;
}
.story-list h3 { margin-top: 0; font-size: 27px; }
.story-list p { max-width: 680px; }
.guide-profile-card, .guide-review-grid blockquote { border: 0; border-radius: 18px; }
.guide-profile-card { background: #f1f3f2; }
.guide-review-grid blockquote { background: var(--navy-deep); }
.booking-box { border-color: rgba(5, 47, 99, .12); border-radius: 18px; box-shadow: 0 18px 45px rgba(5, 47, 99, .09); }
@media (max-width: 1020px) {
.site-header { height: 68px; }
.brand-name { font-size: 32px; }
.brand-tagline { font-size: 7px; }
.main-menu { inset: 68px 0 auto; }
.discover-showcase { grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr); }
}
@media (max-width: 760px) {
.whatsapp { display: none; }
.brand-name { font-size: 31px; }
.brand-tagline { padding-left: 8px; }
.category-dock a { min-height: 74px; grid-template-columns: minmax(0, 1fr) 30px; padding: 11px 16px; }
.category-dock a::after { width: 28px; height: 28px; }
.category-dock b { font-size: 19px; }
.tour-card-image { aspect-ratio: 1.42; }
.tour-card-body { padding: 19px; }
.tour-card h2, .tour-card h3 { font-size: 25px; }
.guide-links a { grid-template-columns: minmax(0, 1fr) 32px; }
.guide-links b { font-size: 20px; }
.resource-grid article { min-height: 250px; padding: 23px; }
.resource-grid h2 { margin-top: 24px; font-size: 25px; }
.section-title { margin-bottom: 24px; }
.section-title::after { width: 38px; height: 3px; margin-top: 13px; }
.section-title h2 { font-size: clamp(29px, 8.3vw, 34px); }
.discover-showcase, .sights-showcase { grid-template-columns: 1fr; gap: 14px; }
.discover-visual { min-height: 0; aspect-ratio: 1.08; }
.discover-visual figcaption { inset: auto 19px 18px; }
.discover-visual figcaption strong { font-size: 24px; }
.discover-grid { gap: 9px; }
.discover-grid article { padding: 20px; }
.discover-grid h3 { font-size: 22px; }
.sights-showcase img { aspect-ratio: 1.45; }
.sights-list li { min-height: 52px; grid-template-columns: 18px minmax(0, 1fr); padding-block: 10px; font-size: 16px; }
.story-list article { padding: 2px 0 26px 24px; }
.story-list article::before { top: 7px; }
.story-list h3 { font-size: 23px; }
}
@media (max-width: 340px) {
.brand-tagline { display: none; }
.tour-card-bottom { align-items: flex-start; flex-direction: column; }
}