:root {
  --ink: #17353d;
  --deep: #103845;
  --teal: #167d78;
  --mint: #b8e5d5;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --line: rgba(23, 53, 61, .14);
  --muted: #587077;
  --shadow: 0 24px 60px rgba(13, 57, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 99; background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 248, .93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.topbar { background: var(--deep); color: #e7f5f2; font-size: .76rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { text-decoration: none; }
.dot { opacity: .45; padding: 0 10px; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.brand-logo-frame { width: 46px; height: 46px; flex: 0 0 46px; overflow: hidden; display: grid; place-items: center; border-radius: 13px; background: #171109; box-shadow: 0 5px 14px rgba(91, 58, 11, .18); }
.brand-logo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.menu { display: flex; align-items: center; gap: 27px; }
.menu > a:not(.button) { text-decoration: none; font-size: .9rem; font-weight: 650; }
.menu > a:not(.button):hover { color: var(--teal); }
.menu-button { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; color: white; background: var(--teal); border: 0; border-radius: 999px; text-decoration: none; font-weight: 750; box-shadow: 0 12px 26px rgba(22, 125, 120, .2); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #106b67; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .85rem; }
.hero { min-height: 690px; display: grid; align-items: center; position: relative; overflow: hidden; color: white; background: var(--deep); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 540px; height: 540px; right: -120px; top: -120px; background: rgba(54, 190, 173, .18); }
.hero-glow-two { width: 280px; height: 280px; right: 34%; bottom: -160px; background: rgba(225, 182, 105, .12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; padding: 90px 0; }
.eyebrow { margin: 0 0 18px; color: var(--mint); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; font-size: clamp(3.5rem, 7vw, 6.4rem); }
h1 em { color: var(--mint); font-weight: inherit; }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.hero-lead { max-width: 610px; margin: 0; color: #d7e5e6; font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.text-link { color: white; text-decoration: none; font-weight: 750; }
.text-link span { display: inline-block; padding-left: 8px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.trust-row { display: flex; gap: 34px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.trust-row div { display: grid; }
.trust-row strong { font-family: Georgia, serif; font-size: 1.45rem; }
.trust-row span { color: #a9c1c4; font-size: .73rem; }
.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.logo-showcase { width: min(390px, 100%); position: relative; overflow: hidden; border: 1px solid rgba(226, 176, 81, .4); border-radius: 30px; background: #171109; box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.logo-showcase:after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px rgba(0,0,0,.18); }
.logo-showcase > img { display: block; width: 100%; height: 465px; object-fit: cover; object-position: 50% 46%; }
.logo-showcase-caption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: grid; padding: 15px 18px; border: 1px solid rgba(255,220,148,.28); border-radius: 15px; color: #fff5df; background: rgba(20, 12, 3, .74); backdrop-filter: blur(10px); }
.logo-showcase-caption span { font-family: Georgia, serif; font-size: 1.2rem; }.logo-showcase-caption small { color: #d7bd8b; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.availability-card { position: absolute; right: -20px; bottom: 14px; display: flex; align-items: center; gap: 13px; max-width: 260px; padding: 16px 18px; color: var(--ink); background: var(--paper); border-radius: 16px; box-shadow: var(--shadow); }
.availability-card div { display: grid; }.availability-card b { font-size: .8rem; }.availability-card small { color: var(--muted); font-size: .67rem; line-height: 1.4; }
.pulse { width: 11px; height: 11px; border-radius: 50%; background: #31b777; box-shadow: 0 0 0 6px rgba(49,183,119,.12); }
.section { padding: 120px 0; }
.intro { background: var(--cream); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.intro h2 { max-width: 570px; margin-bottom: 0; }
.intro-copy { font-size: 1.05rem; color: var(--muted); }
.intro-copy p { margin-top: 0; }
.dark-link { color: var(--teal); }
.leadership { background: var(--paper); }
.leadership-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.leader-visual { min-height: 590px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: var(--deep); box-shadow: var(--shadow); }
.leader-visual:before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 54px 54px; }
.leader-logo { width: min(340px, 78%); position: relative; overflow: hidden; border: 1px solid rgba(226,176,81,.42); border-radius: 26px; background: #171109; box-shadow: 0 32px 70px rgba(0,0,0,.35); }
.leader-logo img { display: block; width: 100%; height: 430px; object-fit: cover; object-position: 50% 46%; }
.leader-title-card { position: absolute; left: 28px; right: 28px; bottom: 26px; display: grid; padding: 19px 22px; border: 1px solid rgba(255,220,148,.28); border-radius: 17px; color: #fff5df; background: rgba(20,12,3,.8); backdrop-filter: blur(12px); }
.leader-title-card small { color: #d7bd8b; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.leader-title-card strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.55rem; }.leader-title-card span { color: #d9cbb1; font-size: .76rem; }
.leader-intro { color: var(--ink) !important; font-size: 1.15rem; font-weight: 650; }
.leader-copy > p:not(.eyebrow) { color: var(--muted); }
.leader-points { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.leader-points article { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.leader-points article > span { color: var(--teal); font-size: .7rem; font-weight: 850; }.leader-points strong { font-family: Georgia, serif; font-size: 1.08rem; }.leader-points p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }
.leader-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 32px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 2; transform: translateY(-4px); background: #f4fbf8; box-shadow: var(--shadow); }
.service-card.featured { background: var(--deep); color: white; }
.service-number { color: var(--teal); font-size: .7rem; font-weight: 800; }.featured .service-number { color: var(--mint); }
.service-icon { margin: 34px 0 26px; font-family: Georgia, serif; font-size: 2.5rem; color: var(--teal); }.featured .service-icon { color: var(--mint); }
.service-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.55rem; }
.service-card p { color: var(--muted); font-size: .9rem; }.featured p { color: #bdd0d2; }
.service-card a { position: absolute; left: 32px; bottom: 30px; color: var(--teal); text-decoration: none; font-size: .82rem; font-weight: 750; }.featured a { color: var(--mint); }
.why { background: #dcece6; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: stretch; }
.why-panel { padding: 58px; color: white; background: var(--deep); border-radius: 28px; }
.why-panel h2 { font-size: clamp(2.4rem, 4vw, 3.8rem); }
.why-panel > p:not(.eyebrow) { color: #bed0d2; }
.button-light { margin-top: 25px; color: var(--deep); background: var(--mint); box-shadow: none; }.button-light:hover { background: white; }
.reason-list { display: grid; }
.reason-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(23,53,61,.16); }
.reason-list article:first-child { padding-top: 12px; }.reason-list article > span { color: var(--teal); font-size: .72rem; font-weight: 800; }
.reason-list h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.45rem; }.reason-list p { margin: 0; color: #526c70; }
.media { background: var(--cream); }
.channel-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: -12px 0 34px; }
.channel-strip span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 15px; border: 1px solid rgba(22,125,120,.2); border-radius: 999px; color: var(--deep); background: rgba(255,255,255,.72); font-size: .76rem; font-weight: 800; box-shadow: 0 5px 14px rgba(13,57,67,.05); }
.media-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 20px; background: var(--deep); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.media-copy { padding: 18px 22px 18px 0; }
.media-badge { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--teal); background: #e6f5ef; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.media-copy h3 { margin: 22px 0 14px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); }
.media-copy p { color: var(--muted); }
.media-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.channel-link { display: inline-block; margin-top: 24px; color: var(--teal); font-size: .82rem; font-weight: 750; text-decoration: none; }
.media-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.reel-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 15px 38px rgba(13,57,67,.08); }
.instagram-frame { min-height: 580px; background: #f3f3f3; }
.instagram-frame iframe { display: block; width: 100%; height: 580px; border: 0; }
.reel-card-copy { padding: 22px; }
.reel-card-copy h3 { margin: 16px 0 0; font-family: Georgia, serif; font-size: 1.45rem; }
.reel-card-copy .channel-link { margin-top: 14px; }
.reviews { background: var(--paper); }
.review-overview { display: grid; grid-template-columns: .55fr 1.45fr; gap: 55px; padding: 46px 52px; border: 1px solid var(--line); border-radius: 26px; background: var(--cream); }
.review-overview > div:last-child { align-self: center; }.review-overview h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.7rem; }.review-overview p { max-width: 650px; margin: 0 0 22px; color: var(--muted); }
.score { display: grid; align-content: center; padding-right: 50px; border-right: 1px solid var(--line); }
.score strong { font-family: Georgia, serif; font-size: 5rem; line-height: 1; }.stars { color: #d5983c; letter-spacing: .16em; }.score small { color: var(--muted); margin-top: 8px; }
blockquote { margin: 0; align-self: center; font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.35; }
blockquote cite { display: block; margin-top: 22px; color: var(--muted); font-family: Inter, sans-serif; font-size: .78rem; font-style: normal; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.review-card { display: flex; min-height: 235px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.review-card.featured-review { border-color: rgba(22,125,120,.3); background: #f4fbf8; }.treatment-tag { align-self: flex-start; margin-bottom: 13px; padding: 6px 10px; border-radius: 999px; color: var(--teal); background: #dff2eb; font-size: .66rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.review-card .stars { font-size: .78rem; }.review-card p { flex: 1; margin: 20px 0 24px; color: #3e5a61; font-family: Georgia, serif; font-size: 1.06rem; line-height: 1.5; }.review-card strong { font-size: .86rem; }.review-card small { color: var(--muted); font-size: .7rem; }
.international-reviews { margin-top: 54px; padding: 38px; border: 1px solid rgba(22,125,120,.22); border-radius: 28px; background: #edf8f4; }
.international-heading { display: grid; grid-template-columns: 1fr .8fr; column-gap: 40px; align-items: end; margin-bottom: 28px; }.international-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 8px; }.international-heading h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); }.international-heading > p:last-child { margin: 0; color: var(--muted); }
.international-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.international-grid article { display: flex; min-height: 260px; flex-direction: column; padding: 28px; border: 1px solid rgba(22,125,120,.18); border-radius: 20px; background: var(--paper); }.country-label { align-self: flex-start; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; color: var(--teal); background: #dff2eb; font-size: .66rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.international-grid .stars { font-size: .74rem; }.international-grid p { flex: 1; margin: 18px 0 24px; color: #3e5a61; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.55; }.international-grid strong { font-size: .86rem; }.international-grid small { color: var(--muted); font-size: .7rem; }
.hygiene-reviews { margin-top: 70px; padding: 42px; border-radius: 28px; color: white; background: var(--deep); }
.hygiene-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }.hygiene-heading .eyebrow { margin-bottom: 8px; color: var(--mint); }.hygiene-heading h3 { max-width: 620px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.hygiene-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }.hygiene-grid article { display: flex; min-height: 225px; flex-direction: column; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); }.hygiene-grid .stars { font-size: .68rem; }.hygiene-grid p { flex: 1; margin: 18px 0; color: #d9e8e8; font-family: Georgia, serif; font-size: .95rem; line-height: 1.5; }.hygiene-grid strong { font-size: .8rem; }.hygiene-grid small { color: #9eb7ba; font-size: .68rem; }
.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.contact-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.contact-card { padding: 40px; background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.contact-card > div { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-card small { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { margin-top: 7px; font-family: Georgia, serif; font-size: 1.1rem; }.contact-card a { text-decoration: none; }
.instagram-link { color: var(--teal); }
.map-link { display: inline-block; margin-top: 25px; color: var(--teal); font-weight: 750; }
.map-details { display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 8px; margin-top: 24px; padding-bottom: 0 !important; border-bottom: 0 !important; }
.map-details span { padding: 7px 10px; border: 1px solid rgba(22,125,120,.18); border-radius: 999px; color: #47646a; background: #f1f8f5; font-size: .69rem; font-weight: 700; line-height: 1.2; }
footer { padding: 34px 0; color: #d7e5e6; background: #0c2d36; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.footer-brand strong { color: white; }.footer-brand small { color: #9eb7ba; }.footer-inner p { font-size: .75rem; }
.footer-inner p a { color: var(--mint); text-decoration: none; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 15; padding: 13px 18px; color: white; background: #1ba866; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.2); text-decoration: none; font-size: .82rem; font-weight: 800; }

@media (max-width: 900px) {
  .topbar-inner > span:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-button { display: inline-flex; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--ink); font-weight: 750; }
  .menu { position: absolute; top: 112px; left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .menu.open { display: flex; }.menu a { padding: 12px; }.menu .button { margin-top: 6px; }
  .hero-grid, .split, .leadership-grid, .why-grid, .media-feature, .contact-grid { grid-template-columns: 1fr; }
  .leadership-grid { gap: 48px; }.leader-visual { min-height: 560px; }
  .hero-grid { gap: 40px; }.hero-visual { min-height: 430px; }.availability-card { right: 0; }
  .section-heading { display: block; }.section-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-overview { grid-template-columns: 1fr; }.score { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }.review-grid { grid-template-columns: repeat(2, 1fr); }
  .hygiene-grid { grid-template-columns: repeat(2, 1fr); }.hygiene-grid article:last-child { grid-column: 1 / -1; }
  .international-heading { grid-template-columns: 1fr; gap: 12px; }.international-grid { grid-template-columns: 1fr; }
  .media-copy { padding: 8px 10px 14px; }
  .media-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav { min-height: 70px; }.brand strong { font-size: 1.08rem; }.brand small { font-size: .57rem; }.brand-logo-frame { width: 39px; height: 39px; flex-basis: 39px; border-radius: 10px; }
  .hero { min-height: auto; }.hero-grid { padding: 70px 0; }.hero-copy h1 { font-size: 3.2rem; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }.text-link { text-align: center; }
  .trust-row { gap: 17px; justify-content: space-between; }.trust-row strong { font-size: 1.2rem; }.trust-row span { font-size: .62rem; }
  .hero-visual { min-height: 430px; }.logo-showcase > img { height: 430px; }
  .availability-card { bottom: -5px; }
  .section { padding: 80px 0; }.split { gap: 30px; }
  .leader-visual { min-height: 490px; }.leader-logo img { height: 380px; }.leader-title-card { left: 16px; right: 16px; bottom: 16px; }.leader-actions { align-items: stretch; flex-direction: column; }.leader-actions .text-link { text-align: center; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 320px; }
  .why-panel, .review-overview, .contact-card { padding: 30px; }.why-grid { gap: 40px; }
  .media-feature { gap: 24px; padding: 14px; }.media-actions { align-items: stretch; flex-direction: column; }.media-actions .text-link { text-align: center; }
  .media-gallery { grid-template-columns: 1fr; }.instagram-frame, .instagram-frame iframe { min-height: 540px; height: 540px; }
  .review-overview { gap: 32px; }.score strong { font-size: 4rem; }.review-grid { grid-template-columns: 1fr; }
  .hygiene-reviews { padding: 28px; }.hygiene-heading { display: block; }.hygiene-grid { grid-template-columns: 1fr; }.hygiene-grid article:last-child { grid-column: auto; }
  .international-reviews { padding: 28px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* 2026 premium editorial redesign */
:root {
  --ink: #14231f;
  --deep: #10211d;
  --deep-2: #18322b;
  --teal: #256f62;
  --mint: #d7e7de;
  --gold: #cfa75c;
  --gold-deep: #9e7431;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --line: rgba(20, 35, 31, .12);
  --muted: #596b65;
  --shadow: 0 24px 70px rgba(16, 33, 29, .12);
  --shadow-soft: 0 14px 40px rgba(16, 33, 29, .08);
}

body { background: var(--paper); font-size: 16px; }
.shell { width: min(1240px, calc(100% - 48px)); }
.topbar { color: #f2e7d0; background: #0b1815; border-bottom: 1px solid rgba(207,167,92,.18); }
.topbar-inner { min-height: 38px; font-size: .74rem; letter-spacing: .025em; }
.site-header { background: rgba(251,250,246,.9); backdrop-filter: blur(22px) saturate(135%); }
.nav { min-height: 86px; }
.brand strong { font-family: Georgia, serif; font-size: 1.35rem; }
.menu { gap: 23px; }
.menu > a:not(.button) { position: relative; font-size: .82rem; letter-spacing: .015em; }
.menu > a:not(.button):after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold-deep); transition: right .2s ease; }
.menu > a:not(.button):hover:after { right: 0; }
.button { min-height: 54px; padding-inline: 27px; color: #17231f; background: var(--gold); box-shadow: 0 12px 30px rgba(158,116,49,.2); }
.button:hover { color: #101a17; background: #dfbc78; }
.button-small { min-height: 44px; padding-inline: 19px; }
.button-ghost { color: white; background: transparent; border: 1px solid rgba(255,255,255,.36); box-shadow: none; }
.button-ghost:hover { color: white; background: rgba(255,255,255,.09); }
.button-outline { color: var(--deep); background: transparent; border: 1px solid rgba(20,35,31,.24); box-shadow: none; }
.button-outline:hover { color: white; background: var(--deep); }

.hero { min-height: 760px; background:
  radial-gradient(circle at 76% 18%, rgba(207,167,92,.16), transparent 28%),
  radial-gradient(circle at 18% 80%, rgba(67,130,111,.18), transparent 30%),
  linear-gradient(135deg, #0b1815 0%, #10251f 62%, #19382f 100%); }
.hero:before { opacity: .1; background-size: 86px 86px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-glow-one { background: rgba(207,167,92,.11); }
.hero-glow-two { background: rgba(92,157,137,.12); }
.hero-grid { grid-template-columns: 1.18fr .82fr; gap: 96px; padding: 100px 0 110px; }
.eyebrow { color: #dfc78f; font-size: .7rem; letter-spacing: .2em; }
.eyebrow.dark { color: var(--gold-deep); }
h1, h2 { text-wrap: balance; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(3.7rem, 6.5vw, 6.7rem); line-height: .98; }
h1 em { color: #e4c884; font-style: italic; }
h2 { font-size: clamp(2.6rem, 4.8vw, 4.7rem); line-height: 1.02; }
.hero-lead { max-width: 690px; color: #cbd9d3; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { gap: 14px; }
.trust-row { gap: 0; margin-top: 56px; padding-top: 0; border-top: 0; }
.trust-row div { min-width: 140px; padding: 18px 26px 18px 0; border-right: 1px solid rgba(255,255,255,.14); }
.trust-row div + div { padding-left: 26px; }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { color: #f4e5c1; font-size: 1.6rem; }
.trust-row span { margin-top: 3px; color: #9fb4ad; }
.logo-showcase { transform: rotate(1.5deg); border-radius: 38px; border-color: rgba(207,167,92,.48); box-shadow: 0 46px 110px rgba(0,0,0,.44); }
.logo-showcase > img { height: 500px; }
.logo-showcase-caption { border-color: rgba(240,208,142,.28); background: rgba(14,10,4,.78); }
.availability-card { right: -36px; bottom: -3px; border: 1px solid rgba(207,167,92,.24); border-radius: 18px; }

.care-paths { position: relative; z-index: 3; margin-top: -38px; }
.care-path-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(207,167,92,.28); border-radius: 22px; background: rgba(251,250,246,.96); box-shadow: var(--shadow); }
.care-path-grid a { position: relative; display: grid; min-height: 132px; padding: 28px; border-right: 1px solid var(--line); text-decoration: none; transition: color .2s ease, background .2s ease; }
.care-path-grid a:last-child { border-right: 0; }
.care-path-grid a:hover { color: white; background: var(--deep); }
.care-path-grid small { color: var(--gold-deep); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.care-path-grid strong { align-self: end; font-family: Georgia, serif; font-size: 1.28rem; }
.care-path-grid span { position: absolute; right: 24px; bottom: 25px; color: var(--teal); font-size: .78rem; opacity: 0; transform: translateX(-5px); transition: .2s ease; }
.care-path-grid a:hover span { color: #e4c884; opacity: 1; transform: none; }

.section { padding: 128px 0; }
.intro { padding-top: 150px; background: var(--paper); }
.intro .split { padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.intro-copy { font-size: 1.08rem; line-height: 1.85; }
.leadership { background: linear-gradient(180deg, var(--paper), #f5f1e9); }
.leader-visual { border-radius: 36px; background: linear-gradient(145deg, #0a1714, #19382f); }
.leader-points article > span, .service-number, .reason-list article > span { color: var(--gold-deep); }
.leader-actions .dark-link { color: var(--gold-deep); }
.section-heading { margin-bottom: 58px; }
.section-heading > p { max-width: 480px; line-height: 1.75; }
.services { background: #f3efe7; }
.service-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; border: 0; }
.service-card { min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(251,250,246,.88); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; }
.service-card:hover { background: white; box-shadow: var(--shadow-soft); }
.service-card.featured { background: linear-gradient(145deg, #0e201b, #1d3b32); }
.service-icon { color: var(--gold-deep); }
.featured .service-icon, .featured .service-number, .featured a { color: #e4c884; }
.service-card a { color: var(--gold-deep); }
.why { background: #dfe9e2; }
.why-panel { border-radius: 34px; background: linear-gradient(145deg, #0d1e1a, #1a382f); }
.button-light { color: #17231f; background: #e1c47e; }

.location-section { color: white; background:
  linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
  #10211d; background-size: 72px 72px; }
.location-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 720px; color: #bdcec7; font-size: 1.05rem; line-height: 1.8; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.location-panel { padding: 38px; border: 1px solid rgba(228,200,132,.24); border-radius: 30px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.location-pin { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.location-pin > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; color: #17231f; background: var(--gold); font-family: Georgia, serif; font-weight: 700; transform: rotate(-6deg); }
.location-pin > span + div { display: grid; }
.location-pin small { color: #d8bd7f; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-pin strong { margin-top: 4px; font-family: Georgia, serif; font-size: 1.45rem; }
.location-pin p { margin: 3px 0 0; color: #a9bdb5; }
.area-title { margin: 27px 0 15px; color: #a9bdb5; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.area-cloud, .country-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.area-cloud span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #dce7e2; background: rgba(255,255,255,.05); font-size: .76rem; font-weight: 700; }
.location-note { display: block; margin-top: 24px; color: #8fa79e; }

.overseas { background: #efe9dc; }
.overseas-shell { padding: 70px; border: 1px solid rgba(158,116,49,.18); border-radius: 38px; background: var(--paper); box-shadow: var(--shadow-soft); }
.overseas-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.overseas-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -46px; }
.overseas-heading h2 { margin: 0; }
.overseas-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.8; }
.country-cloud { margin-top: 42px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.country-cloud span { padding: 8px 13px; border-radius: 999px; color: #6c5228; background: #f1e3bf; font-size: .72rem; font-weight: 800; }
.overseas-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.overseas-steps article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; }
.overseas-steps article > span { color: var(--gold-deep); font-size: .7rem; font-weight: 850; }
.overseas-steps h3 { margin: 38px 0 10px; font-family: Georgia, serif; font-size: 1.35rem; }
.overseas-steps p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.7; }
.overseas-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.overseas-disclaimer { margin: 22px 0 0; color: var(--muted); font-size: .75rem; }

.media { background: #f5f1e9; }
.channel-strip span { border-color: rgba(158,116,49,.18); background: rgba(255,255,255,.8); }
.media-feature, .reel-card { border-radius: 28px; box-shadow: var(--shadow-soft); }
.media-badge { color: #7a5925; background: #f3e5c5; }
.reviews { background: var(--paper); }
.review-overview { border-radius: 30px; background: #f0ece3; }
.review-card { border-radius: 22px; }
.review-card.featured-review { border-color: rgba(158,116,49,.24); background: #faf4e7; }
.treatment-tag, .country-label { color: #765621; background: #f2e3bf; }
.international-reviews { border-color: rgba(158,116,49,.18); background: #f1ece2; }
.international-grid { grid-template-columns: repeat(3, 1fr); }
.international-grid article { min-height: 300px; border-color: var(--line); border-radius: 22px; }
.hygiene-reviews { border-radius: 34px; background: linear-gradient(145deg, #0d1e1a, #1a382f); }

.faq { background: #f3efe7; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 150px; }
.faq-intro > p:last-child { color: var(--muted); line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 46px 27px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.25rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 5px; top: 23px; color: var(--gold-deep); font-family: ui-sans-serif, sans-serif; font-size: 1.5rem; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { margin: -5px 0 27px; padding-right: 50px; color: var(--muted); line-height: 1.8; }
.contact { background: var(--paper); }
.contact-card { border: 1px solid rgba(158,116,49,.17); border-radius: 30px; }
.contact-card small { color: var(--gold-deep); }

footer { padding: 46px 0; background: #091511; }
.footer-meta { display: grid; justify-items: end; gap: 12px; }
.footer-meta nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-meta nav a { color: #d7e5de; text-decoration: none; font-size: .72rem; font-weight: 700; }
.footer-meta p { margin: 0; }
.floating-whatsapp { background: #147d4c; border: 1px solid rgba(255,255,255,.2); }

/* Shared treatment and international guide pages */
.subpage-main { overflow: hidden; }
.subhero { position: relative; padding: 105px 0 92px; color: white; background: radial-gradient(circle at 80% 20%, rgba(207,167,92,.18), transparent 30%), var(--deep); }
.subhero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #a9bdb5; font-size: .72rem; }
.breadcrumbs a { color: #dfc78f; text-decoration: none; }
.subhero h1 { max-width: 850px; font-size: clamp(3.3rem, 6vw, 6rem); }
.subhero-copy > p { max-width: 720px; color: #c7d6d0; font-size: 1.08rem; line-height: 1.8; }
.subhero-card { padding: 36px; border: 1px solid rgba(228,200,132,.24); border-radius: 30px; background: rgba(255,255,255,.06); }
.subhero-card small { color: #dfc78f; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.subhero-card h2 { margin: 16px 0; font-size: 2.2rem; }
.subhero-card p { color: #bdcec7; }
.subhero-card .button { margin-top: 12px; }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.content-aside { position: sticky; top: 140px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #f3efe7; }
.content-aside h3 { font-family: Georgia, serif; font-size: 1.35rem; }
.content-aside nav { display: grid; gap: 12px; }
.content-aside a { color: var(--teal); font-size: .84rem; font-weight: 750; text-decoration: none; }
.article-content > section { padding-bottom: 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.article-content > section:last-child { margin-bottom: 0; border-bottom: 0; }
.article-content h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.article-content h3 { margin: 28px 0 10px; font-family: Georgia, serif; font-size: 1.35rem; }
.article-content p, .article-content li { color: var(--muted); line-height: 1.85; }
.article-content ul { padding-left: 22px; }
.process-grid, .option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }
.process-grid article, .option-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.process-grid article > span { color: var(--gold-deep); font-size: .7rem; font-weight: 850; }
.process-grid h3, .option-grid h3 { margin-top: 28px; }
.page-cta { padding: 62px; border-radius: 32px; color: white; background: var(--deep); }
.page-cta h2 { max-width: 850px; }
.page-cta p { max-width: 720px; color: #bdcec7; }
.page-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

@media (max-width: 1100px) {
  .menu { gap: 15px; }
  .menu > a:not(.button) { font-size: .76rem; }
  .international-grid { grid-template-columns: repeat(2, 1fr); }
  .care-path-grid { grid-template-columns: repeat(2, 1fr); }
  .care-path-grid a:nth-child(2) { border-right: 0; }
  .care-path-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 1240px); }
  .menu { top: 124px; }
  .hero-grid, .location-layout, .overseas-heading, .faq-layout, .subhero-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .location-layout, .faq-layout, .subhero-grid, .content-grid { gap: 50px; }
  .overseas-heading { gap: 22px; }
  .overseas-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .overseas-shell { padding: 48px; }
  .overseas-steps { grid-template-columns: 1fr; }
  .overseas-steps article { min-height: auto; }
  .faq-intro, .content-aside { position: static; }
  .footer-meta { justify-items: center; }
  .footer-meta nav { justify-content: center; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1240px); }
  .hero { min-height: auto; }
  .hero-grid { padding: 72px 0 95px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); }
  .trust-row div, .trust-row div + div { min-width: 0; padding: 14px 8px; text-align: center; }
  .trust-row span { font-size: .57rem; }
  .hero-visual { min-height: 450px; }
  .logo-showcase { transform: none; }
  .logo-showcase > img { height: 430px; }
  .availability-card { right: 5px; bottom: -18px; }
  .care-paths { margin-top: -24px; }
  .care-path-grid { grid-template-columns: 1fr; }
  .care-path-grid a { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); }
  .care-path-grid a:last-child { border-bottom: 0; }
  .care-path-grid a:nth-child(2) { border-bottom: 1px solid var(--line); }
  .section { padding: 88px 0; }
  .intro { padding-top: 112px; }
  .service-grid { gap: 12px; }
  .location-actions, .overseas-actions, .page-cta-actions { align-items: stretch; flex-direction: column; }
  .location-actions .button, .overseas-actions .button, .page-cta-actions .button { width: 100%; }
  .location-panel, .overseas-shell { padding: 28px; }
  .international-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 1.08rem; }
  .faq-list details p { padding-right: 0; }
  .subhero { padding: 72px 0; }
  .subhero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .process-grid, .option-grid { grid-template-columns: 1fr; }
  .page-cta { padding: 34px; }
}
