:root {
  --font-display: "Lora", Georgia, serif;
  --font-body: "Lora", Georgia, serif;
  --background: 188 38% 97%;
  --foreground: 220 48% 19%;
  --card: 0 0% 100%;
  --card-foreground: 220 48% 19%;
  --primary: 205 85% 35%;
  --primary-foreground: 0 0% 100%;
  --secondary: 184 67% 44%;
  --muted: 190 32% 92%;
  --muted-foreground: 218 18% 43%;
  --accent: 44 96% 70%;
  --border: 188 25% 82%;
  --ring: 198 82% 36%;
  --brand: 198 82% 36%;
  --brand-deep: 220 48% 19%;
  --teal: 184 67% 44%;
}
html.dark {
  --background: 220 46% 10%;
  --foreground: 188 35% 94%;
  --card: 218 38% 15%;
  --card-foreground: 188 35% 94%;
  --primary: 184 67% 52%;
  --primary-foreground: 220 50% 12%;
  --secondary: 216 31% 23%;
  --muted: 218 29% 20%;
  --muted-foreground: 188 19% 74%;
  --accent: 44 91% 71%;
  --border: 216 24% 28%;
  --ring: 184 67% 52%;
  --brand: 190 76% 55%;
  --brand-deep: 220 44% 16%;
  --teal: 184 62% 51%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
ul, dl, dd, p, h1, h2, h3 { margin-top: 0; }
ul { list-style: none; padding: 0; margin: 0; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position:absolute; width:0; height:0; overflow:hidden; pointer-events:none; }
.icon { width: 1.25rem; height: 1.25rem; stroke-width: 1.6; flex: 0 0 auto; }
:focus-visible { outline: 3px solid hsl(var(--ring)); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: 82rem; margin: 0 auto; padding-left: 1.25rem; padding-right: 1.25rem; }
.section { position: relative; padding: 6rem 0; }
h1,h2,.brand-name,.footer-brand,.catalog-card h3,.contact-card h3,.benefit-item dt { font-family: var(--font-display); }
h2 { margin: 0; font-size: 2.25rem; line-height: 1.1; letter-spacing: -0.025em; font-weight: 600; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  border-bottom: 1px solid hsl(var(--border) / .7);
  background: hsl(var(--background) / .85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header-inner {
  max-width: 80rem; margin: 0 auto; padding: .75rem 1.25rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.desktop-nav { display:none; align-items:center; gap:1.75rem; margin-right:auto; }
.desktop-nav a { position:relative; font-size:.875rem; color:hsl(var(--foreground)/.8); transition:color .2s; }
.desktop-nav a:hover { color:hsl(var(--foreground)); }
.desktop-nav a::after { content:""; position:absolute; height:2px; width:0; left:0; bottom:-.375rem; background:hsl(var(--brand)); transition:width .2s; }
.desktop-nav a:hover::after { width:100%; }
.header-actions { display:flex; align-items:center; gap:.5rem; margin-left:auto; }
.icon-button {
  width:2.75rem; height:2.75rem; border-radius:999px; border:1px solid hsl(var(--border));
  background:hsl(var(--card)/.7); display:inline-flex; align-items:center; justify-content:center; cursor:pointer;
  transition: background .2s, transform .15s;
}
.icon-button:hover { background:hsl(var(--secondary)); }
.icon-button:active { transform:scale(.97); }
.sun-icon { display:none; }
html.dark .moon-icon { display:none; }
html.dark .sun-icon { display:block; }
.header-book {
  display:none; min-height:2.75rem; align-items:center; border-radius:999px; padding:0 1.5rem;
  background:hsl(var(--primary)); color:hsl(var(--primary-foreground)); font-size:.875rem; font-weight:600;
  box-shadow:0 1px 2px rgb(0 0 0/.07); transition:opacity .2s, transform .15s;
}
.header-book:hover { opacity:.9; }
.header-book:active { transform:scale(.98); }
.mobile-toggle { background:transparent; }
.close-icon { display:none; }
.mobile-toggle.open .menu-icon { display:none; }
.mobile-toggle.open .close-icon { display:block; }
.mobile-menu { border-top:1px solid hsl(var(--border)); background:hsl(var(--background)); }
.mobile-menu nav { max-width:80rem; margin:0 auto; padding:.5rem 1.25rem; display:flex; flex-direction:column; }
.mobile-menu nav > a:not(.mobile-book) { padding:.875rem 0; border-bottom:1px solid hsl(var(--border)/.6); font-size:1rem; color:hsl(var(--foreground)/.9); }
.mobile-book { margin:.75rem 0; min-height:3rem; border-radius:999px; background:hsl(var(--primary)); color:hsl(var(--primary-foreground)); display:flex; align-items:center; justify-content:center; font-weight:600; padding:0 1.5rem; }
.mobile-menu p { padding-bottom:.75rem; margin:0; font-size:.75rem; color:hsl(var(--muted-foreground)); }

.hero {
  position:relative; min-height:100vh; min-height:100dvh; display:flex; align-items:center;
  overflow:hidden; padding:8rem 0 5rem; isolation:isolate; background:hsl(var(--brand-deep));
}
.hero::before {
  content:none;
}
.hero::after {
  content:none;
}
.meridian { background-image:linear-gradient(90deg,hsl(var(--brand)/.10) 1px,transparent 1px),linear-gradient(0deg,hsl(var(--brand)/.10) 1px,transparent 1px); background-size:64px 64px; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:62% center; z-index:-3; }
.hero-overlay {
  position:absolute; inset:0; z-index:-2;
  background:
    linear-gradient(180deg,hsl(220 52% 9%/.42) 0%,hsl(220 52% 12%/.55) 55%,hsl(220 52% 8%/.72) 100%);
}
.hero-inner { position:relative; display:flex; align-items:center; justify-content:center; }
.hero-copy { width:100%; max-width:62rem; text-align:center; color:hsl(188 40% 97%); }
.hero-brand { margin:0 auto .35rem; display:inline-flex; align-items:center; justify-content:center; gap:.85rem; }
.hero-logo { width:8rem; height:auto; object-fit:contain; filter:drop-shadow(0 10px 20px rgb(0 0 0/.18)); }
.hero-brand-name { margin:0; max-width:12rem; text-align:left; font-family:var(--font-display); font-size:1.05rem; font-weight:600; line-height:1.15; letter-spacing:.01em; text-shadow:0 2px 14px rgb(0 0 0/.45); }
.hero-brand-name span { display:block; margin-top:.2rem; color:hsl(var(--accent)); font-size:.78em; letter-spacing:.08em; text-transform:uppercase; }
.hero-kicker {
  margin:0 0 1.5rem; display:flex; align-items:center; justify-content:center; gap:.75rem;
  font-size:.7rem; font-weight:600; line-height:1.4; letter-spacing:.18em; text-transform:uppercase;
  color:hsl(188 35% 96%);
}
.hero-kicker > span { width:2.25rem; height:1px; background:hsl(var(--accent)); }
.hero h1 {
  max-width:12ch; margin:0 auto; font-size:clamp(3rem,11vw,4.4rem); line-height:1.01;
  letter-spacing:-.045em; font-weight:500; text-wrap:balance;
}
.hero h1 em { color:hsl(var(--accent)); font-weight:500; }
.hero-text {
  margin:1.5rem auto 0; max-width:37rem; font-size:1rem; line-height:1.7;
  color:hsl(188 32% 94%); text-wrap:pretty;
}
.hero-booking {
  margin:1.75rem auto 0; overflow:hidden; max-width:58rem; border:1px solid rgb(255 255 255/.4);
  border-radius:1.15rem; background:hsl(var(--card)/.98); color:hsl(var(--card-foreground));
  box-shadow:0 24px 55px -28px rgb(0 0 0/.72); text-align:left;
}
.hero-booking-heading { min-height:3.25rem; padding:.7rem 1rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; border-bottom:1px solid hsl(var(--border)); }
.hero-booking-heading > span { display:flex; align-items:center; gap:.55rem; font-size:.82rem; font-weight:700; }
.hero-booking-heading .icon { width:1.1rem; height:1.1rem; color:hsl(var(--brand)); }
.hero-booking-heading small { color:hsl(var(--muted-foreground)); font-size:.68rem; letter-spacing:.12em; text-transform:uppercase; }
.hero-booking-frame { width:100%; height:520px; background:white; overflow:hidden; }
.hero-booking-frame iframe { width:100%; height:100%; display:block; border:0; background:white; }
.hero-buttons { margin-top:2rem; display:flex; flex-direction:column; align-items:stretch; justify-content:center; gap:.75rem; }
.btn-accent, .btn-ghost {
  min-height:3.35rem; border-radius:999px; padding:0 1.75rem; display:inline-flex; align-items:center; justify-content:center;
  transition:filter .2s,box-shadow .2s,transform .15s,background .2s;
}
.btn-accent { gap:.5rem; background:hsl(var(--accent)); color:hsl(var(--brand-deep)); font-weight:600; box-shadow:0 12px 30px -12px hsl(44 96% 55%/.5); }
.btn-accent:hover { filter:brightness(1.05); box-shadow:0 20px 25px -5px hsl(45 100% 60%/.24); }
.btn-accent:active,.btn-ghost:active { transform:scale(.98); }
.btn-ghost { border:1px solid rgb(255 255 255/.55); color:white; font-weight:500; }
.btn-ghost:hover { background:rgb(255 255 255/.12); border-color:white; }
.btn-arrow .arrow { width:1rem; height:1rem; transition:transform .2s; }
.btn-arrow:hover .arrow { transform:translate(.125rem,-.125rem); }
.hero-reassurance { margin-top:1.5rem; display:flex; flex-wrap:wrap; justify-content:center; gap:.7rem 1.25rem; }
.hero-reassurance li { display:flex; align-items:center; gap:.5rem; font-size:.78rem; color:hsl(188 30% 92%); }
.hero-reassurance li::before { content:""; width:.4rem; height:.4rem; border-radius:50%; background:hsl(var(--accent)); box-shadow:0 0 0 4px hsl(var(--accent)/.16); }

.section-intro { max-width:42rem; }
.section-label {
  margin:0 0 1rem; display:inline-flex; align-items:center; gap:.5rem; font-size:.7rem; font-weight:600;
  text-transform:uppercase; letter-spacing:.34em; color:hsl(var(--brand));
}
.section-label > span { width:1.75rem; height:1px; background:hsl(var(--brand)/.55); }
.section-intro > p:last-child { margin:1.25rem 0 0; font-size:1rem; line-height:1.625; color:hsl(var(--muted-foreground)); }

.services-section { background:hsl(var(--background)); }
.service-list { margin-top:3.5rem; border-top:1px solid hsl(var(--border)); border-bottom:1px solid hsl(var(--border)); }
.service-list > li + li { border-top:1px solid hsl(var(--border)); }
.service-row {
  display:grid; align-items:center; gap:1rem; padding:1.75rem .75rem; border-radius:1rem;
  transition:background .3s;
}
.service-row:hover { background:hsl(var(--muted)/.55); }
.round-icon {
  width:3.5rem; height:3.5rem; border-radius:999px; background:hsl(var(--secondary)/.25); color:hsl(var(--brand));
  display:inline-flex; align-items:center; justify-content:center; box-shadow:0 1px 2px rgb(0 0 0/.06);
  transition:transform .3s,background .3s,color .3s,box-shadow .3s;
}
.round-icon .icon { width:1.5rem; height:1.5rem; }
.service-row:hover .round-icon { transform:scale(1.05); background:hsl(var(--secondary)); color:hsl(var(--brand-deep)); box-shadow:0 4px 6px -1px rgb(0 0 0/.1); }
.service-row h3 { margin:0; font-family:var(--font-body); font-size:1.25rem; font-weight:600; letter-spacing:-.025em; transition:color .3s; }
.service-row:hover h3 { color:hsl(var(--brand)); }
.service-row p { margin:.375rem 0 0; max-width:42rem; font-size:.875rem; line-height:1.625; color:hsl(var(--muted-foreground)); }
.service-row > a {
  min-height:2.75rem; display:inline-flex; align-items:center; justify-content:center; width:max-content;
  border-radius:999px; border:1px solid hsl(var(--brand)); padding:0 1.25rem; font-size:.875rem; font-weight:500; color:hsl(var(--brand));
  transition:background .2s,color .2s,transform .15s;
}
.service-row > a:hover { background:hsl(var(--brand)); color:white; }
.service-row > a:active { transform:scale(.98); }

.catalogs-section { position:relative; overflow:hidden; background:linear-gradient(135deg,hsl(var(--brand-deep)) 0%,hsl(211 56% 27%) 48%,hsl(195 76% 38%) 100%); color:hsl(188 40% 96%); }
.catalogs-grid { position:absolute; inset:0; opacity:.12; pointer-events:none; }
.blob { position:absolute; width:18rem; height:18rem; border-radius:999px; filter:blur(48px); pointer-events:none; }
.blob-a { right:-6rem; top:-6rem; background:hsl(var(--accent)/.18); }
.blob-b { left:-6rem; bottom:-6rem; background:hsl(var(--teal)/.22); }
.catalogs-inner { position:relative; max-width:78rem; }
.dark-intro > p:last-child { color:hsl(177 35% 88%); }
.accent-label { color:hsl(var(--accent)); }
.accent-label > span { background:hsl(var(--accent)/.6); }
.catalog-grid { margin-top:3.5rem; display:grid; gap:1.5rem; }
.catalog-card {
  position:relative; overflow:hidden; border:1px solid rgb(255 255 255/.15); border-radius:1rem; background:rgb(255 255 255/.10);
  padding:1.75rem; backdrop-filter:blur(12px); display:flex; flex-direction:column; justify-content:space-between; min-height:21rem;
  transition:transform .3s,border .3s,background .3s,box-shadow .3s;
}
.catalog-card:hover { transform:translateY(-.375rem); border-color:hsl(var(--accent)/.5); background:rgb(255 255 255/.15); box-shadow:0 25px 50px -12px rgb(0 0 0/.2); }
.catalog-glow { position:absolute; right:-2.5rem; top:-2.5rem; width:7rem; height:7rem; border-radius:999px; background:hsl(var(--accent)/.15); filter:blur(24px); opacity:0; transition:opacity .3s; }
.catalog-card:hover .catalog-glow { opacity:1; }
.catalog-top { display:flex; align-items:center; justify-content:space-between; }
.catalog-icon { width:3rem; height:3rem; border-radius:.75rem; background:hsl(var(--accent)/.9); color:hsl(var(--brand-deep)); display:inline-flex; align-items:center; justify-content:center; box-shadow:0 4px 6px -1px rgb(0 0 0/.1); transition:transform .3s; }
.catalog-card:hover .catalog-icon { transform:scale(1.05); }
.catalog-no { font-family:var(--font-display); font-size:1.875rem; font-weight:600; color:rgb(255 255 255/.25); }
.catalog-card h3 { margin:1.5rem 0 0; font-size:1.5rem; font-weight:600; letter-spacing:-.025em; }
.catalog-card p { margin:.5rem 0 0; font-size:.875rem; line-height:1.625; color:hsl(177 30% 85%); }
.catalog-card > a { position:relative; margin-top:1.75rem; min-height:3rem; padding:0 1.5rem; font-size:.875rem; }
.catalog-browser {
  margin-top:3.5rem; border:1px solid rgb(255 255 255/.16); border-radius:1.5rem;
  background:rgb(255 255 255/.09); padding:.75rem; box-shadow:0 28px 70px -40px rgb(0 0 0/.65);
}
.catalog-tabs { display:flex; gap:.5rem; overflow-x:auto; padding:.25rem .25rem 1rem; scrollbar-width:thin; }
.catalog-tab {
  min-height:2.9rem; flex:0 0 auto; border:1px solid rgb(255 255 255/.17); border-radius:999px;
  background:rgb(255 255 255/.08); color:hsl(177 35% 91%); padding:.65rem 1.2rem; cursor:pointer;
  font-size:.78rem; font-weight:600; transition:background .2s,color .2s,border-color .2s,transform .15s;
}
.catalog-tab:hover { border-color:hsl(var(--accent)/.55); }
.catalog-tab:active { transform:scale(.98); }
.catalog-tab[aria-selected="true"] { border-color:hsl(var(--accent)); background:hsl(var(--accent)); color:hsl(var(--brand-deep)); }
.catalog-panel { overflow:hidden; border-radius:1.1rem; background:hsl(var(--card)); color:hsl(var(--card-foreground)); }
.catalog-panel[hidden] { display:none; }
.catalog-panel-heading { padding:1.5rem; border-bottom:1px solid hsl(var(--border)); }
.catalog-panel-label { margin:0 0 .4rem; color:hsl(var(--brand)); font-size:.68rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.catalog-panel-heading h3 { margin:0; font-size:1.5rem; }
.catalog-panel-heading > p:last-child { margin:.5rem 0 0; color:hsl(var(--muted-foreground)); font-size:.875rem; line-height:1.5; }
.catalog-source + .catalog-source { border-top:1px solid hsl(var(--border)); }
.catalog-source-heading { padding:1.25rem 1.5rem; background:hsl(var(--muted)/.45); }
.catalog-source-heading h4 { margin:0; font-family:var(--font-display); font-size:1.15rem; }
.catalog-source-heading p { margin:.4rem 0 0; color:hsl(var(--muted-foreground)); font-size:.85rem; line-height:1.5; }
.catalog-frame { width:100%; overflow:hidden; background:white; }
.catalog-frame--tall { height:900px; }
.catalog-frame iframe { width:100%; height:100%; display:block; border:0; background:white; }

.benefits-section { background:hsl(var(--background)); }
.benefits-layout { display:grid; align-items:center; gap:3.5rem; }
.benefit-list { margin-top:2.75rem; display:flex; flex-direction:column; gap:2.25rem; }
.benefit-item { display:flex; gap:1.25rem; border-left:2px solid hsl(var(--accent)); padding-left:1.5rem; transition:border-color .2s; }
.benefit-item:hover { border-color:hsl(var(--brand)); }
.square-icon {
  width:2.75rem; height:2.75rem; flex:0 0 auto; border-radius:.75rem; background:hsl(var(--secondary)/.25); color:hsl(var(--brand));
  display:inline-flex; align-items:center; justify-content:center; transition:background .3s,color .3s;
}
.benefit-item:hover .square-icon, .contact-card:hover .square-icon { background:hsl(var(--secondary)); color:hsl(var(--brand-deep)); }
.benefit-item dt { font-size:1.125rem; font-weight:600; letter-spacing:-.025em; }
.benefit-item dd { margin:.375rem 0 0; font-size:.875rem; line-height:1.625; color:hsl(var(--muted-foreground)); }
.benefit-images { display:grid; gap:1.25rem; }
.benefit-images img { width:100%; height:15rem; object-fit:cover; border-radius:1.5rem; box-shadow:0 20px 25px -5px rgb(0 0 0/.1); transition:transform .5s; }
.benefit-images img:hover { transform:scale(1.02); }

.about-section { overflow:hidden; background:hsl(var(--muted)); }
.dot-grid { position:absolute; inset:0; opacity:.5; pointer-events:none; background-image:radial-gradient(hsl(var(--brand)/.10) 1px,transparent 1px); background-size:22px 22px; }
.about-layout { position:relative; max-width:78rem; display:grid; align-items:center; gap:3.5rem; }
.about-media { position:relative; }
.about-media > img { width:100%; border-radius:1.75rem; object-fit:cover; box-shadow:0 25px 50px -12px rgb(0 0 0/.25); }
.experience-badge {
  display:none; position:absolute; right:-1.25rem; bottom:-1.25rem; border-radius:1rem; padding:1.25rem 1.5rem;
  background:linear-gradient(135deg,hsl(var(--brand-deep)),hsl(211 56% 27%) 48%,hsl(195 76% 38%)); color:hsl(188 40% 96%); box-shadow:0 20px 25px -5px rgb(0 0 0/.1);
}
.experience-badge strong { display:block; font-family:var(--font-display); font-size:1.875rem; line-height:1; font-weight:600; }
.experience-badge span { display:block; margin-top:.25rem; font-size:.75rem; text-transform:uppercase; letter-spacing:.2em; color:hsl(177 35% 85%); }
.about-text { margin:1.5rem 0 0; font-size:1rem; line-height:1.625; color:hsl(var(--muted-foreground)); }
.about-location { margin:1.5rem 0 0; display:inline-flex; align-items:center; gap:.5rem; font-size:.875rem; line-height:1.5; color:hsl(var(--muted-foreground)); }
.about-location .icon { width:1rem; height:1rem; color:hsl(var(--brand)); }

.cta-section { position:relative; overflow:hidden; padding:6rem 0; background:linear-gradient(135deg,hsl(var(--brand-deep)),hsl(211 56% 27%) 48%,hsl(195 76% 38%)); color:hsl(188 40% 96%); }
.cta-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.25; }
.cta-meridian { position:absolute; inset:0; opacity:.12; pointer-events:none; }
.cta-glow { position:absolute; left:50%; top:0; width:14rem; height:14rem; transform:translateX(-50%); border-radius:999px; background:hsl(var(--accent)/.22); filter:blur(48px); }
.cta-inner { position:relative; max-width:60rem; text-align:center; }
.cta-inner .eyebrow-pill { margin-bottom:1.25rem; }
.accent-icon { color:hsl(var(--accent)); }
.cta-inner h2 { font-size:2.25rem; line-height:1.08; }
.cta-inner > .reveal > p:not(.eyebrow-pill) { max-width:36rem; margin:1.25rem auto 0; font-size:1rem; line-height:1.625; color:hsl(177 35% 88%); }
.cta-button { margin-top:2.5rem; min-height:3.5rem; padding:0 2.5rem; box-shadow:0 20px 25px -5px hsl(45 100% 60%/.3); }
.cta-button:hover { box-shadow:0 25px 50px -12px hsl(45 100% 60%/.28); }

.contact-section { background:hsl(var(--background)); }
.contact-container { max-width:78rem; }
.contact-grid { margin-top:3.5rem; display:grid; gap:1.25rem; }
.contact-card {
  height:100%; border:1px solid hsl(var(--border)); border-radius:1rem; background:hsl(var(--card)); padding:1.75rem;
  box-shadow:0 1px 2px rgb(0 0 0/.05); transition:transform .3s,border .3s,box-shadow .3s;
}
.contact-card:hover { transform:translateY(-.25rem); border-color:hsl(var(--brand)/.5); box-shadow:0 20px 25px -5px rgb(0 0 0/.10); }
.contact-heading { display:flex; align-items:center; gap:.75rem; }
.contact-heading h3 { margin:0; font-size:1.125rem; font-weight:600; letter-spacing:-.025em; }
.contact-card > p { margin:1rem 0 0; font-size:.875rem; line-height:1.625; color:hsl(var(--muted-foreground)); }
.contact-actions { margin-top:1.5rem; display:flex; flex-wrap:wrap; gap:.5rem; }
.contact-actions a { min-height:2.75rem; border-radius:999px; background:hsl(var(--muted)); padding:0 1.25rem; display:inline-flex; align-items:center; font-size:.875rem; font-weight:500; transition:background .2s,color .2s,transform .15s; }
.contact-actions a:hover { background:hsl(var(--brand)); color:white; }
.contact-actions a:active { transform:scale(.98); }

.site-footer { border-top:1px solid hsl(var(--border)); background:hsl(var(--muted)); padding:4rem 0; font-size:.875rem; }
.footer-grid { display:grid; gap:2.5rem; }
.footer-brand { margin:0; font-size:1.125rem; font-weight:600; letter-spacing:-.025em; }
.footer-description { max-width:24rem; margin:.75rem 0 0; line-height:1.625; color:hsl(var(--muted-foreground)); }
.social-links { margin-top:1.25rem; display:flex; align-items:center; gap:.65rem; }
.social-links a {
  width:2.75rem; height:2.75rem; border:1px solid hsl(var(--border)); border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center; background:hsl(var(--card)/.72); color:hsl(var(--brand));
  transition:transform .2s,background .2s,color .2s,border-color .2s;
}
.social-links a:hover { transform:translateY(-2px); border-color:hsl(var(--brand)); background:hsl(var(--brand)); color:white; }
.social-links .icon { width:1.2rem; height:1.2rem; stroke-width:1.8; }
.footer-heading { margin:0; font-weight:600; color:hsl(var(--foreground)); }
.site-footer ul { margin-top:.75rem; display:flex; flex-direction:column; gap:.5rem; color:hsl(var(--muted-foreground)); }
.site-footer a { transition:color .2s; }
.site-footer a:hover { color:hsl(var(--brand)); }
.footer-bottom { margin-top:3rem; padding-top:1.5rem; border-top:1px solid hsl(var(--border)); display:flex; flex-direction:column; gap:.75rem; font-size:.75rem; color:hsl(var(--muted-foreground)); }
.footer-bottom p { margin:0; }

.whatsapp-fab {
  position:fixed; right:1.25rem; bottom:1.25rem; z-index:50; width:3.75rem; height:3.75rem; border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center; background:#25d366; color:white;
  box-shadow:0 12px 28px -10px rgb(0 0 0/.45);
  transition:filter .2s,transform .15s;
}
.whatsapp-fab:hover { filter:brightness(1.1); }
.whatsapp-fab:active { transform:scale(.97); }
.whatsapp-fab .icon { width:1.9rem; height:1.9rem; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity:1; transform:translateY(0); }

@media (min-width:640px) {
  .header-book { display:inline-flex; }
  .hero-text { font-size:1.125rem; }
  .hero-buttons { flex-direction:row; align-items:center; }
  .hero-booking-frame { height:230px; }
  h2 { font-size:3rem; }
  .section-intro > p:last-child, .about-text, .cta-inner > .reveal > p:not(.eyebrow-pill) { font-size:1.125rem; }
  .service-row { grid-template-columns:3.5rem 1fr auto; gap:1.75rem; padding-left:1.25rem; padding-right:1.25rem; }
  .catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .benefit-images { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .experience-badge { display:block; }
  .cta-inner h2 { font-size:3rem; }
  .contact-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (min-width:768px) {
  .container { padding-left:2rem; padding-right:2rem; }
  .section { padding-top:8rem; padding-bottom:8rem; }
  .header-inner { padding-left:2rem; padding-right:2rem; }
  .mobile-menu nav { padding-left:2rem; padding-right:2rem; }
  .cta-section { padding-top:7rem; padding-bottom:7rem; }
  .site-footer .container { padding-left:2rem; padding-right:2rem; }
  .footer-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .footer-bottom { flex-direction:row; align-items:center; justify-content:space-between; }
  .whatsapp-fab { right:2rem; bottom:2rem; }
}
@media (min-width:1024px) {
  .desktop-nav { display:flex; }
  .mobile-toggle { display:none; }
  .mobile-menu { display:none !important; }
  .hero { min-height:100vh; min-height:100dvh; padding-top:7rem; padding-bottom:4rem; }
  .hero-image { object-position:center; }
  .hero h1 { font-size:clamp(4.4rem,6vw,5.8rem); }
  .hero-brand { gap:1.1rem; }
  .hero-logo { width:10rem; }
  .hero-brand-name { max-width:16rem; font-size:1.35rem; }
  .catalog-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .benefits-layout { grid-template-columns:1fr .85fr; }
  .benefit-images { grid-template-columns:1fr; }
  .benefit-images img { height:18rem; }
  .hotel-image { transform:translateX(2.5rem); }
  .hotel-image:hover { transform:translateX(2.5rem) scale(1.02); }
  .about-layout { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1 !important; transform:none !important; transition:none !important; }
}
