:root {
  --blue: #008cba;
  --blue-deep: #056886;
  --turquoise: #00bac9;
  --yellow: #ffbc05;
  --green: #00c257;
  --coral: #ff7357;
  --orange: #ff9635;
  --purple: #7865d6;
  --mint: #dff8f3;
  --water: #dff3fb;
  --sand: #fff8e8;
  --ink: #174052;
  --muted: #5b7782;
  --white: #fff;
  --display: "Kaisei Decol", "Yu Mincho", serif;
  --title: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  --body: "Noto Sans JP", sans-serif;
  --content: min(1240px, calc(100vw - 64px));
  --shadow: 0 16px 34px rgba(10, 105, 133, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); font-family: var(--body); font-feature-settings: "palt"; line-height: 1.75; background: var(--white); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
.mobile-only { display: none; }
.skip-link { position: fixed; z-index: 500; top: 8px; left: 8px; padding: 9px 14px; color: #fff; background: var(--blue-deep); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; width: 100%; color: #333; background: rgba(255,255,255,.72); border-bottom: 1px solid rgba(0,140,186,.08); backdrop-filter: blur(4px); }
.header-main { width: 100%; max-width: 1440px; min-height: min(120px,8.333vw); margin: 0 auto; padding: min(12px,.833vw) min(50px,3.472vw); display: flex; align-items: center; justify-content: space-between; gap: min(24px,1.667vw); }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 11px; font-weight: 600; line-height: 1.4; white-space: nowrap; }
.brand img { width: min(78px,5.417vw); height: min(79px,5.486vw); object-fit: cover; border-radius: min(8px,.556vw); }
.brand span { color: #333; font-family: var(--title); font-size: min(20px,1.389vw); font-weight: 700; line-height: 1.3; }
.brand strong { color: inherit; font: inherit; letter-spacing: 0; }
.global-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: min(8px,.556vw); margin-right: min(15px,1.042vw); }
.global-nav a { position: relative; padding: min(10px,.694vw); font-family: var(--body); font-size: min(20px,1.389vw); font-weight: 500; line-height: 1; white-space: nowrap; }
.global-nav a::after { position: absolute; left: 10%; right: 10%; bottom: 2px; height: 2px; content: ""; border-radius: 3px; background: var(--yellow); transform: scaleX(0); transition: transform .22s ease; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; flex-shrink: 0; gap: min(8px,.556vw); }
.header-action { position: relative; min-width: 142px; min-height: 61px; padding: 8px 39px 8px 24px; display: grid; align-content: center; overflow: hidden; color: #fff; text-align: left; line-height: 1.25; border: 3px solid #fff; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.38),0 7px 0 rgba(0,92,77,.14),0 12px 21px rgba(0,77,103,.15); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.header-action::before { position: absolute; left: 11px; top: 11px; width: 7px; height: 7px; content: ""; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 5px 12px 0 -2px rgba(255,255,255,.55),15px -4px 0 -2px rgba(255,255,255,.42); }
.header-action:hover, .header-action:focus-visible { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.48),0 8px 0 rgba(0,92,77,.12),0 15px 26px rgba(0,77,103,.2); filter: saturate(1.06) brightness(1.02); }
.header-action--line { background-color: #05ad4d; background-image: radial-gradient(circle at 86% 20%,rgba(255,255,255,.25) 0 8px,transparent 9px),linear-gradient(135deg,#00c762,#00a84f); }
.header-action--tel { min-width: 166px; background-color: var(--blue); background-image: radial-gradient(circle at 84% 18%,rgba(255,255,255,.24) 0 8px,transparent 9px),linear-gradient(135deg,#00bcd1,#0088ba); }
.header-action small { font-size: 7px; font-weight: 600; letter-spacing: .08em; }
.header-action strong { font-size: 11px; }
.header-action b { position: absolute; right: 9px; top: 50%; width: 27px; height: 27px; display: grid; place-items: center; color: var(--blue-deep); background: #fff; border-radius: 50%; box-shadow: 0 3px 7px rgba(0,66,88,.16); font-size: 13px; font-weight: 900; transform: translateY(-50%); }
.menu-button { display: none; }

/* Hero: original HAPPY proportions keep the movie within the first viewport. */
.hero { position: relative; background: var(--sand); }
.hero-video-wrap { position: relative; width: 100%; height: auto; margin: 0; overflow: hidden; aspect-ratio: 2 / .91; background: linear-gradient(180deg,#dff3fb 0%,#fff 72%); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-turtle-mark { position: absolute; z-index: 3; left: 24px; top: 50%; width: min(330px,30%); display: block; transform: translateY(-50%); transition: transform .25s ease, filter .25s ease; }
.hero-turtle-mark:hover,.hero-turtle-mark:focus-visible { transform: translateY(-50%) scale(1.025); filter: brightness(1.04); }
.hero-turtle-mark img { width: 100%; height: auto; filter: drop-shadow(0 10px 16px rgba(0,61,85,.18)); }
.hero-video-note { position: absolute; z-index: 3; left: 30px; bottom: 10px; margin: 0; color: #fff; font-size: 7px; text-shadow: 0 1px 4px rgba(0,0,0,.55); }
.hero-ribbon { position: relative; z-index: 3; width: 100%; min-height: 190px; margin: -1px 0 0; padding: 34px max(48px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 44px; color: var(--ink); background: var(--yellow); border-top: 7px solid var(--coral); box-shadow: 0 14px 32px rgba(61,94,99,.13); transform: translateY(22px); opacity: 0; transition: transform .65s cubic-bezier(.2,.8,.2,1),opacity .4s ease; }
.hero-ribbon.is-visible { transform: translateX(0); opacity: 1; }
.hero-ribbon::before, .hero-ribbon::after { display: none; }
.hero-ribbon__kicker { margin: 0 0 3px; color: var(--blue-deep); font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.hero-ribbon h1 { margin: 0; font-family: var(--display); font-size: clamp(31px, 4vw, 54px); font-weight: 700; letter-spacing: .02em; line-height: 1.25; }
.hero-ribbon__copy > p:last-child { margin: 11px 0 0; font-size: 12px; font-weight: 600; }
.hero-ribbon__actions { display: grid; gap: 9px; }
.cta { position: relative; min-width: 230px; min-height: 66px; padding: 9px 13px 9px 25px; display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow: hidden; color: #fff; border: 3px solid #fff; border-radius: 999px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.24),0 8px 0 rgba(83,79,34,.13),0 14px 24px rgba(48,76,79,.18); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.cta::before { position: absolute; left: 9px; top: 10px; width: 8px; height: 8px; content: ""; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; box-shadow: 6px 14px 0 -3px rgba(255,255,255,.55),14px -5px 0 -3px rgba(255,255,255,.45); }
.cta:hover, .cta:focus-visible { transform: translateY(-3px); box-shadow: inset 0 0 0 2px rgba(255,255,255,.32),0 9px 0 rgba(83,79,34,.1),0 18px 29px rgba(48,76,79,.23); filter: saturate(1.08) brightness(1.02); }
.cta span,.cta small,.cta strong { display: block; }
.cta small { font-size: 7px; font-weight: 600; letter-spacing: .06em; }
.cta strong { font-size: 12px; font-weight: 900; }
.cta b { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue-deep); background: #fff; border-radius: 50%; box-shadow: 0 3px 8px rgba(0,67,88,.18); font-size: 15px; font-weight: 900; line-height: 1; }
.cta--primary { background-color: var(--coral); background-image: radial-gradient(circle at 82% 18%,rgba(255,255,255,.28) 0 10px,transparent 11px),linear-gradient(135deg,#ff8664,#ff654e 60%,#ff9b3f); }
.cta--line { background-color: #05ad4d; background-image: radial-gradient(circle at 82% 18%,rgba(255,255,255,.26) 0 10px,transparent 11px),linear-gradient(135deg,#00c969,#00a84f 65%,#00b8a3); }
.plan-marquee { position: relative; z-index: 2; padding: 31px 0 32px; color: var(--ink); background: #fff; border-bottom: 1px solid #d9ecef; }
.plan-marquee__heading { width: var(--content); margin: 0 auto 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.plan-marquee__heading p { margin: 0; }
.plan-marquee__heading strong,.plan-marquee__heading small { display: block; }
.plan-marquee__heading strong { color: var(--blue); font-family: var(--display); font-size: 26px; }
.plan-marquee__heading small { color: var(--muted); font-size: 9px; }
.plan-marquee__heading > a { padding-bottom: 4px; color: var(--blue); border-bottom: 2px solid var(--yellow); font-size: 10px; font-weight: 800; }
.plan-marquee__viewport { width: 100%; overflow: hidden; }
.plan-marquee__track { --marquee-gap: 14px; --marquee-half-gap: 7px; width: max-content; display: flex; gap: var(--marquee-gap); animation: plan-flow 42s linear infinite; }
.plan-marquee__viewport:hover .plan-marquee__track,.plan-marquee__viewport:focus-within .plan-marquee__track { animation-play-state: paused; }
.mini-plan { --mini-color: var(--blue); width: 255px; height: 108px; display: grid; grid-template-columns: 108px 1fr; overflow: hidden; background: #fff; border-bottom: 4px solid var(--mini-color); box-shadow: 0 6px 18px rgba(0,87,116,.12); }
.mini-plan img { height: 108px; object-fit: cover; }
.mini-plan span { padding: 12px 11px; display: grid; align-content: center; }
.mini-plan small { color: var(--mini-color); font-size: 7px; font-weight: 800; }
.mini-plan strong { color: var(--blue-deep); font-family: var(--title); font-size: 12px; line-height: 1.45; }
.mini-plan--coral { --mini-color: var(--coral); }
.mini-plan--yellow { --mini-color: #d89b00; }
.mini-plan--green { --mini-color: var(--green); }
.mini-plan--orange { --mini-color: var(--orange); }
.mini-plan--purple { --mini-color: var(--purple); }
@keyframes plan-flow { to { transform: translateX(calc(-50% - var(--marquee-half-gap))); } }
.quick-points { position: relative; width: min(820px, calc(100% - 36px)); margin: 38px auto 0; padding-bottom: 73px; display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }
.quick-points > p { margin: 0; padding: 5px 24px; display: grid; align-content: center; border-right: 2px dashed #b8ddd7; }
.quick-points > p:last-of-type { border-right: 0; }
.quick-points strong { color: var(--blue); font-family: var(--display); font-size: 35px; line-height: 1.1; }
.quick-points strong small { font-size: 14px; }
.quick-points span { margin-top: 5px; font-size: 11px; font-weight: 700; }
.quick-points sup { color: var(--coral); }
.quick-points__note { position: absolute; left: 0; right: 0; bottom: 37px; color: var(--muted); font-size: 8px; }

/* Shared section decoration */
.section { position: relative; scroll-margin-top: 36px; }
.section-inner { position: relative; z-index: 2; width: var(--content); margin: 0 auto; }
.foam { position: absolute; z-index: 1; left: -3%; width: 106%; pointer-events: none; }
.foam--top { top: -33px; height: 72px; background: var(--mint); border-radius: 48% 52% 0 0 / 75% 82% 0 0; transform: rotate(-.7deg); }
.foam--top::before, .foam--top::after { position: absolute; content: ""; border-radius: 50%; background: var(--mint); }
.foam--top::before { width: 150px; height: 74px; left: 11%; top: -17px; }
.foam--top::after { width: 110px; height: 58px; right: 16%; top: -9px; }

/* Discover */
.discover { padding: 103px 0 150px; background: var(--mint); }
.discover::before { position: absolute; inset: 0; content: ""; opacity: .35; background-image: radial-gradient(circle, rgba(0,140,186,.16) 1.5px, transparent 1.5px); background-size: 24px 24px; mask-image: linear-gradient(90deg,#000,transparent 25%,transparent 75%,#000); }
.playful-heading { position: relative; max-width: 900px; margin: 0 auto 68px; text-align: center; }
.playful-heading__sun { position: absolute; left: 50%; top: -16px; width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); transform: translate(-50%,-100%); box-shadow: 0 -14px 0 -12px var(--orange), 14px -5px 0 -12px var(--orange), -14px -5px 0 -12px var(--orange); }
.playful-heading > p:first-of-type { margin: 0 0 5px; color: var(--coral); font-size: 13px; font-weight: 900; }
.playful-heading h2 { margin: 0; color: var(--blue); font-family: var(--display); font-size: clamp(34px, 4.8vw, 60px); font-weight: 700; letter-spacing: .02em; line-height: 1.35; }
.playful-heading h2::after { width: 160px; height: 10px; margin: 17px auto 0; display: block; content: ""; border-top: 4px solid var(--turquoise); border-radius: 50%; transform: rotate(-2deg); }
.playful-heading__lead { max-width: 560px; margin: 16px auto 0; color: var(--muted); font-size: 12px; font-weight: 500; }
.discover-grid { display: grid; grid-template-columns: repeat(4, 1fr); align-items: start; gap: 24px; }
.postcard { --card-color: var(--blue); position: relative; min-width: 0; padding: 0 0 19px; display: block; overflow: hidden; color: var(--ink); background: #fff; border-top: 4px solid var(--card-color); border-radius: 9px; box-shadow: 0 12px 30px rgba(0, 91, 120, .13); transition: transform .28s ease, box-shadow .28s ease; }
.postcard:nth-child(even) { margin-top: 28px; }
.postcard.is-visible { transform: none; }
.postcard:hover, .postcard:focus-visible { z-index: 3; transform: translateY(-5px); box-shadow: 0 18px 36px rgba(0, 91, 120, .18); }
.postcard--sup { --card-color: var(--green); }
.postcard--island { --card-color: var(--coral); }
.postcard--night { --card-color: var(--purple); }
.collage { position: relative; height: 270px; display: block; overflow: hidden; background: #bde9ee; }
.collage::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.collage img { position: absolute; object-fit: cover; }
.collage__main { inset: 0; height: 100%; }
.collage__sub { right: 8px; bottom: 8px; width: 42%; height: 37%; border: 3px solid #fff; box-shadow: 0 3px 9px rgba(0,0,0,.14); }
.postcard--sup .collage__sub { right: auto; left: 8px; }
.postcard--island .collage__sub { top: 8px; bottom: auto; }
.postcard--night .collage__sub { right: 8px; top: 8px; bottom: auto; }
.postcard--island .collage__main { left: 0; right: auto; width: 64%; }
.postcard--island .collage__sub { top: 0; right: 0; bottom: 0; width: 38%; height: 100%; border: 0; border-left: 5px solid #fff; box-shadow: none; transform: none; }
.postcard__label { position: relative; z-index: 3; min-height: 92px; padding: 17px 17px 15px; display: grid; align-content: center; color: var(--ink); background: #fff; border-left: 5px solid var(--card-color); border-bottom: 1px solid #e3edef; }
.postcard__label small { color: var(--card-color); font-size: 8px; font-weight: 700; }
.postcard__label strong { font-family: var(--title); font-size: clamp(16px,1.8vw,22px); font-weight: 900; line-height: 1.35; }
.postcard__more { margin: 13px 17px 0; display: flex; justify-content: flex-end; align-items: center; gap: 7px; color: var(--card-color); font-size: 10px; font-weight: 800; }
.postcard__more b { font-size: 18px; }
.bubble { position: absolute; border: 3px solid rgba(0,186,201,.2); border-radius: 50%; }
.bubble--one { left: 4%; bottom: 65px; width: 75px; height: 75px; }
.bubble--two { right: 4%; top: 250px; width: 38px; height: 38px; }

/* Brand story */
.happy-story { padding: 145px 0 160px; overflow: hidden; background: var(--sand); }
.happy-story::before { position: absolute; inset: 0 0 auto; height: 16px; content: ""; background: linear-gradient(90deg,var(--blue) 0 25%,var(--green) 25% 50%,var(--yellow) 50% 75%,var(--coral) 75%); }
.story-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); align-items: center; gap: clamp(54px,7vw,104px); }
.story-photos { position: relative; min-height: 650px; }
.story-photos__main { width: 78%; height: 560px; object-fit: cover; border-radius: 180px 12px 12px 12px; }
.story-photos__sub { position: absolute; right: 0; bottom: 8px; width: 45%; height: 310px; object-fit: cover; border: 9px solid var(--sand); border-radius: 8px 8px 110px 8px; box-shadow: 0 18px 35px rgba(4,87,112,.18); }
.story-photos p { position: absolute; left: 35px; bottom: 36px; margin: 0; padding: 20px 28px; color: #fff; background: var(--blue); }
.story-photos p strong,.story-photos p span { display: block; }
.story-photos p strong { font-family: var(--display); font-size: 20px; }
.story-photos p span { margin-top: 2px; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.story-copy__lead { margin: 0 0 8px; color: var(--coral); font-size: 13px; font-weight: 900; }
.story-copy h2 { margin: 0; color: var(--blue); font-family: var(--display); font-size: clamp(34px,3.5vw,48px); line-height: 1.45; white-space: nowrap; }
.story-copy__body { margin: 25px 0 30px; color: var(--muted); font-size: 13px; line-height: 2.05; }
.story-points { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfe4e3; }
.story-points li { padding: 16px 0; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 15px; border-bottom: 1px solid #cfe4e3; }
.story-points b { color: var(--coral); font-family: var(--display); font-size: 20px; }
.story-points span,.story-points strong,.story-points small { display: block; }
.story-points strong { color: var(--blue-deep); font-family: var(--title); font-size: 14px; }
.story-points small { color: var(--muted); font-size: 9px; }
.story-link { width: fit-content; margin-top: 28px; padding: 10px 0 8px; display: flex; gap: 34px; color: var(--blue); border-bottom: 3px solid var(--yellow); font-size: 12px; font-weight: 800; }

/* Ranking */
.tours { padding: 135px 0 140px; background-color: var(--water); background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.8) 0 4px, transparent 5px), linear-gradient(135deg, rgba(255,255,255,.32) 25%, transparent 25%); background-size: 62px 62px, 36px 36px; }
.foam--tours { top: -51px; height: 85px; background: var(--water); border-radius: 50% 45% 0 0 / 80% 80% 0 0; transform: rotate(.8deg); }
.ranking-heading { position: relative; margin: 0 auto 62px; text-align: center; }
.ranking-heading img { width: 90px; height: auto; margin: 0 auto -5px; object-fit: contain; }
.ranking-heading p { margin: 0 0 1px; color: var(--coral); font-size: 12px; font-weight: 900; }
.ranking-heading h2 { margin: 0; color: var(--blue); font-family: var(--display); font-size: clamp(34px, 5vw, 64px); font-weight: 700; line-height: 1.35; }
.ranking-heading h2::after { width: 130px; height: 5px; margin: 13px auto 0; display: block; content: ""; background: var(--yellow); border-radius: 5px; }
.ranking-heading h2 span { color: var(--coral); white-space: nowrap; }
.tour-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; align-items: start; gap: 25px; }
.tour-card { --rank: var(--green); position: relative; overflow: visible; color: var(--ink); background: #fff; border: 2px solid var(--rank); border-radius: 16px; box-shadow: 0 14px 32px rgba(0,103,139,.14); }
.tour-card--first { --rank: #eba900; margin-top: -18px; }
.tour-card--second { --rank: #ef4c48; }
.tour-card--third { --rank: var(--green); }
.tour-card__rank { position: absolute; z-index: 4; top: -35px; left: 17px; width: 84px; height: 82px; display: flex; align-items: baseline; justify-content: center; color: #fff; background: var(--rank); clip-path: polygon(0 0,100% 8%,89% 78%,50% 100%,10% 78%); filter: drop-shadow(0 4px 4px rgba(23,64,82,.16)); transform: translateY(-20px); opacity: 0; transition: transform .48s cubic-bezier(.2,.9,.2,1), opacity .3s ease; }
.tour-card.is-visible .tour-card__rank { transform: translateY(0); opacity: 1; }
.tour-card__rank small { position: absolute; top: 9px; left: 0; right: 0; text-align: center; font-size: 8px; font-weight: 900; }
.tour-card__rank strong { margin-top: 18px; font-family: var(--display); font-size: 38px; line-height: 1; }
.tour-card__rank span { font-size: 11px; font-weight: 900; }
.tour-card--first .tour-card__rank::before, .tour-card--first .tour-card__rank::after { position: absolute; top: -11px; content: ""; width: 21px; height: 20px; background: var(--yellow); clip-path: polygon(50% 0,64% 36%,100% 38%,72% 60%,82% 100%,50% 76%,18% 100%,28% 60%,0 38%,36% 36%); }
.tour-card--first .tour-card__rank::before { left: -4px; }
.tour-card--first .tour-card__rank::after { right: -4px; }
.tour-card__media { height: 250px; display: block; overflow: hidden; border-radius: 14px 14px 0 0; background: #c2e9ed; }
.tour-card--first .tour-card__media { height: 286px; }
.tour-card__media img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.tour-card__media:hover img, .tour-card__media:focus-visible img { transform: scale(1.035); }
.tour-card__body { padding: 23px 22px 22px; }
.tag-list { min-height: 50px; display: flex; align-content: flex-start; flex-wrap: wrap; gap: 6px; }
.tag-list span { padding: 5px 8px; color: #6e5200; background: #fff0a8; border: 1px solid #f3ce32; border-radius: 4px; font-size: 9px; font-weight: 800; line-height: 1.2; }
.tag-list sup { color: var(--coral); }
.tour-card h3 { min-height: 74px; margin: 12px 0 10px; color: var(--blue-deep); font-family: var(--title); font-size: clamp(20px,2vw,27px); font-weight: 900; letter-spacing: .01em; line-height: 1.4; }
.tour-card__description { min-height: 84px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.tour-card__info { margin-top: 16px; padding-top: 14px; display: flex; align-items: end; justify-content: space-between; gap: 8px; border-top: 2px dashed #d5e7e9; }
.tour-card__info > span { padding: 5px 8px; color: var(--blue-deep); background: #e6f8fb; font-size: 9px; font-weight: 800; }
.tour-card__info p, .tour-card__info small { margin: 0; }
.tour-card__info p { color: #e74637; line-height: 1; white-space: nowrap; }
.tour-card__info small { margin-right: 3px; color: var(--muted); font-size: 8px; }
.tour-card__info strong { font-family: var(--title); font-size: 27px; font-weight: 900; }
.tour-button { min-height: 51px; margin-top: 16px; padding: 0 15px 0 19px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--rank); border-radius: 4px; font-size: 11px; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.tour-button:hover, .tour-button:focus-visible { transform: translateY(-2px); filter: brightness(1.04); }
.tour-button b { font-size: 19px; }
.tour-note { max-width: 760px; margin: 40px auto 0; color: var(--muted); text-align: center; font-size: 8px; }
.all-plans { width: min(490px,100%); min-height: 72px; margin: 26px auto 0; background: linear-gradient(135deg,#ff9463 0%,#ff6852 58%,#ff9e3f 100%); }
.splash { position: absolute; z-index: 1; right: 3%; top: 82px; width: 120px; height: 90px; }
.splash i { position: absolute; display: block; border-radius: 50%; background: rgba(0,186,201,.2); transform: rotate(-26deg); }
.splash i:nth-child(1) { width: 20px; height: 58px; left: 25px; top: 10px; }
.splash i:nth-child(2) { width: 13px; height: 42px; left: 58px; top: 0; }
.splash i:nth-child(3) { width: 10px; height: 25px; left: 84px; top: 28px; }
.coral-decoration { position: absolute; left: -25px; bottom: 28px; width: 135px; height: 125px; opacity: .42; }
.coral-decoration i { position: absolute; left: 56px; bottom: 0; width: 13px; height: 105px; border-radius: 10px; background: var(--coral); transform-origin: bottom; }
.coral-decoration i:nth-child(1) { transform: rotate(-34deg); }
.coral-decoration i:nth-child(2) { transform: rotate(-7deg); height: 125px; }
.coral-decoration i:nth-child(3) { transform: rotate(31deg); height: 92px; }

/* Staff */
.staff-preview { padding: 135px 0 145px; overflow: hidden; background: var(--sand); }
.staff-preview::before { position: absolute; left: -4%; top: -37px; width: 108%; height: 75px; content: ""; background: var(--water); border-radius: 0 0 50% 48% / 0 0 85% 80%; }
.staff-heading { margin: 0 auto 52px; text-align: center; }
.staff-heading p { margin: 0 0 2px; color: var(--coral); font-size: 12px; font-weight: 900; }
.staff-heading h2 { margin: 0; color: var(--blue); font-family: var(--display); font-size: clamp(36px,4.7vw,58px); line-height: 1.4; }
.staff-heading span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }
.staff-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.staff-card { padding-bottom: 23px; overflow: hidden; text-align: center; background: #fff; border-radius: 8px; box-shadow: 0 12px 30px rgba(0,91,120,.12); }
.staff-card div { height: 270px; overflow: hidden; background: linear-gradient(180deg,#b6e9ef,#8fd4df); }
.staff-card--orange div { background: linear-gradient(180deg,#ffe29d,#f5bf41); }
.staff-card img { height: 100%; object-fit: contain; object-position: center bottom; }
.staff-card h3 { margin: 16px 0 3px; color: var(--blue-deep); font-family: var(--title); font-size: 21px; }
.staff-card p { margin: 0 auto; width: calc(100% - 34px); color: var(--muted); font-size: 9px; line-height: 1.75; }
.staff-more { width: min(390px,100%); min-height: 66px; margin: 34px auto 0; background: linear-gradient(135deg,#08c9d5 0%,#008cba 64%,#00a8c5 100%); }

/* Guest moments */
.guest-moments { padding: 135px 0 125px; overflow: hidden; background: #fff; }
.guest-moments::before { position: absolute; top: 0; left: -4%; width: 108%; height: 64px; content: ""; background: var(--water); border-radius: 0 0 52% 48% / 0 0 85% 75%; }
.guest-heading { margin: 0 auto 52px; text-align: center; }
.guest-heading p { margin: 0 0 4px; color: var(--coral); font-size: 12px; font-weight: 900; }
.guest-heading h2 { margin: 0; color: var(--blue); font-family: var(--display); font-size: clamp(36px,4.8vw,60px); line-height: 1.4; }
.guest-gallery { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.45fr; grid-template-rows: 210px 210px; gap: 10px; }
.guest-gallery figure { margin: 0; overflow: hidden; background: var(--water); }
.guest-gallery figure:nth-child(1) { grid-row: 1 / 3; border-radius: 100px 8px 8px 8px; }
.guest-gallery figure:nth-child(2) { grid-row: 1; }
.guest-gallery figure:nth-child(3) { grid-row: 2; }
.guest-gallery figure:nth-child(4) { grid-column: 3; grid-row: 1 / 3; border-radius: 8px 8px 100px 8px; }
.guest-gallery figure:nth-child(5) { grid-column: 4; grid-row: 1 / 3; }
.guest-gallery img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.guest-gallery figure:hover img { transform: scale(1.025); }
.review-flow { margin-top: 88px; }
.review-flow__heading { margin-bottom: 34px; text-align: center; }
.review-flow__heading p { margin: 0 0 2px; color: var(--coral); font-size: 11px; font-weight: 900; }
.review-flow__heading h3 { margin: 0; color: var(--blue); font-family: var(--display); font-size: clamp(34px,4vw,50px); }
.review-flow__viewport { width: 100vw; margin-left: calc((var(--content) - 100vw) / 2); padding: 8px 0 22px; overflow: hidden; }
.review-flow__track { --review-gap: 20px; --review-half-gap: 10px; width: max-content; display: flex; gap: var(--review-gap); animation: review-flow 58s linear infinite; }
.review-flow__viewport:hover .review-flow__track,.review-flow__viewport:focus-within .review-flow__track { animation-play-state: paused; }
.voice-card { width: 360px; overflow: hidden; background: #fff; border-top: 5px solid var(--turquoise); box-shadow: 0 10px 27px rgba(0,89,119,.13); }
.voice-card__hero { height: 205px; object-fit: cover; }
.voice-card__body { min-height: 220px; padding: 20px 21px 23px; }
.voice-card__title { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 11px; }
.voice-card__title img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; }
.voice-card__title strong { color: var(--blue-deep); font-family: var(--title); font-size: 15px; line-height: 1.45; }
.voice-card__stars { margin: 10px 0 6px !important; color: var(--yellow) !important; font-size: 16px !important; letter-spacing: .14em; }
.voice-card__body > p:last-child { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
@keyframes review-flow { to { transform: translateX(calc(-50% - var(--review-half-gap))); } }
.guest-cta { margin: 45px auto 0; padding: 27px 32px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: var(--ink); background: var(--yellow); border-left: 9px solid var(--coral); }
.guest-cta p { margin: 0; }
.guest-cta p strong,.guest-cta p span { display: block; }
.guest-cta p strong { font-family: var(--title); font-size: 18px; }
.guest-cta p span { margin-top: 2px; font-size: 10px; }
.guest-cta a { min-width: 275px; min-height: 66px; background: linear-gradient(135deg,#12cf72 0%,#00a953 62%,#00b7a3 100%); }

/* Secondary invitation buttons — shared resort-style finish */
.all-plans,
.staff-more,
.guest-cta a { position: relative; isolation: isolate; overflow: hidden; padding: 7px 13px 7px 27px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #fff; border: 3px solid #fff; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4), inset 0 -5px 12px rgba(0,72,92,.12), 0 5px 0 rgba(0,96,130,.16), 0 15px 28px rgba(0,96,130,.2); font-weight: 800; text-align: left; transition: transform .22s ease, filter .22s ease, box-shadow .22s ease; }
.all-plans::before,
.staff-more::before,
.guest-cta a::before { content: ""; position: absolute; z-index: -1; top: 9px; right: 57px; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 12px 7px 0 -2px rgba(255,255,255,.52), 22px -2px 0 -3px rgba(255,255,255,.38), -285px 30px 0 2px rgba(255,255,255,.14); }
.all-plans:hover,
.all-plans:focus-visible,
.staff-more:hover,
.staff-more:focus-visible,
.guest-cta a:hover,
.guest-cta a:focus-visible { transform: translateY(-3px); filter: brightness(1.045) saturate(1.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), inset 0 -5px 12px rgba(0,72,92,.1), 0 7px 0 rgba(0,96,130,.14), 0 18px 32px rgba(0,96,130,.24); }
.all-plans span,
.staff-more span,
.guest-cta a span { display: block; min-width: 0; line-height: 1.25; }
.all-plans small,
.staff-more small,
.guest-cta a small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.88); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.all-plans strong,
.staff-more strong,
.guest-cta a strong { display: block; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .025em; }
.all-plans b,
.staff-more b,
.guest-cta a b { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue-deep); background: #fff; border-radius: 50%; box-shadow: 0 3px 9px rgba(0,65,86,.18); font-family: Arial,sans-serif; font-size: 16px; line-height: 1; }

/* Instagram and original lower content */
.instagram-flow { padding: 105px 0 115px; overflow: hidden; background: var(--mint); }
.instagram-flow__heading { margin-bottom: 35px; display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 18px; }
.instagram-flow__heading > img { width: 82px; height: 82px; object-fit: contain; }
.instagram-flow__heading h2 { margin: 0; color: var(--blue); font-family: var(--display); font-size: 46px; line-height: 1.15; }
.instagram-flow__heading p { margin: 0; color: var(--coral); font-size: 11px; font-weight: 800; }
.instagram-flow__heading > a { padding-bottom: 5px; color: var(--blue); border-bottom: 2px solid var(--yellow); font-size: 10px; font-weight: 800; }
.instagram-flow__viewport { width: 100%; overflow: hidden; }
.instagram-flow__track { --insta-gap: 8px; --insta-half-gap: 4px; width: max-content; display: flex; gap: var(--insta-gap); animation: instagram-flow 40s linear infinite; }
.instagram-flow__viewport:hover .instagram-flow__track,.instagram-flow__viewport:focus-within .instagram-flow__track { animation-play-state: paused; }
.instagram-flow__track a { width: 270px; height: 270px; display: block; overflow: hidden; }
.instagram-flow__track img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.instagram-flow__track a:hover img,.instagram-flow__track a:focus-visible img { transform: scale(1.025); }
@keyframes instagram-flow { to { transform: translateX(calc(-50% - var(--insta-half-gap))); } }
.original-info { padding: 95px 0; background: #fff; }
.original-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.original-info a { display: block; overflow: hidden; box-shadow: 0 12px 28px rgba(0,86,114,.13); }
.original-info img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.original-info a:hover img,.original-info a:focus-visible img { transform: scale(1.015); }
.lower-contact { padding: 105px 0; color: #fff; background: var(--blue); }
.lower-contact__inner { display: block; }
.lower-contact header { margin: 0 auto 42px; text-align: center; }
.lower-contact header p { margin: 0 0 5px; color: var(--yellow); font-size: 12px; font-weight: 900; }
.lower-contact header h2 { margin: 0; font-family: var(--display); font-size: clamp(40px,5vw,66px); line-height: 1.4; }
.lower-contact header span { display: block; margin-top: 12px; color: rgba(255,255,255,.84); font-size: 12px; }
.lower-contact__actions { width: min(760px,100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.lower-contact__actions a { position: relative; min-height: 84px; padding: 12px 62px 12px 29px; display: grid; align-content: center; overflow: hidden; text-align: left; line-height: 1.3; border: 3px solid #fff; border-radius: 999px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.24),0 9px 0 rgba(0,58,78,.13),0 16px 28px rgba(0,58,78,.21); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.lower-contact__actions a::before { position: absolute; left: 12px; top: 13px; width: 9px; height: 9px; content: ""; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; box-shadow: 7px 15px 0 -3px rgba(255,255,255,.52),17px -5px 0 -3px rgba(255,255,255,.42); }
.lower-contact__actions a::after { position: absolute; right: 17px; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; content: "→"; color: var(--blue-deep); background: #fff; border-radius: 50%; box-shadow: 0 4px 9px rgba(0,63,83,.18); font-size: 16px; font-weight: 900; transform: translateY(-50%); }
.lower-contact__actions a:hover,.lower-contact__actions a:focus-visible { transform: translateY(-3px); box-shadow: inset 0 0 0 2px rgba(255,255,255,.3),0 10px 0 rgba(0,58,78,.1),0 20px 33px rgba(0,58,78,.27); filter: saturate(1.06) brightness(1.02); }
.lower-contact__actions small { font-size: 8px; letter-spacing: .08em; }
.lower-contact__actions strong { margin-top: 2px; font-size: 15px; }
.lower-contact__line { background-color: #05ad4d; background-image: radial-gradient(circle at 85% 19%,rgba(255,255,255,.25) 0 12px,transparent 13px),linear-gradient(135deg,#00cc68,#00a94f 65%,#00b9a4); }
.lower-contact__tel { background-color: var(--coral); background-image: radial-gradient(circle at 85% 19%,rgba(255,255,255,.25) 0 12px,transparent 13px),linear-gradient(135deg,#ff8765,#ff654f 63%,#ff9c40); }
.contact-form-panel { max-width: 900px; margin: 42px auto 0; padding: 44px 52px 48px; color: var(--ink); background: #fff; box-shadow: 0 18px 38px rgba(0,55,77,.18); }
.contact-form-panel__title { margin-bottom: 29px; text-align: center; }
.contact-form-panel__title p { margin: 0; color: var(--coral); font-family: var(--display); font-size: 25px; }
.contact-form-panel__title h3 { margin: -3px 0 2px; color: var(--blue); font-family: var(--title); font-size: 24px; }
.contact-form-panel__title span { color: var(--muted); font-size: 9px; }
.contact-form-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.contact-form-preview label { display: grid; gap: 8px; }
.contact-form-preview label > span { color: var(--blue-deep); font-size: 11px; font-weight: 800; }
.contact-form-preview label b,.contact-form-preview label i { margin-right: 8px; padding: 3px 6px; color: #fff; background: var(--coral); font-size: 7px; font-style: normal; }
.contact-form-preview label i { background: var(--blue); }
.contact-form-preview input,.contact-form-preview textarea { width: 100%; padding: 13px 14px; border: 1px solid #bad8df; border-radius: 0; color: var(--ink); background: #f8fcfd; font: 12px var(--body); outline: 0; }
.contact-form-preview input { height: 48px; }
.contact-form-preview textarea { resize: vertical; }
.contact-form-preview input:focus,.contact-form-preview textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,140,186,.12); }
.contact-form-preview__message,.contact-form-preview__submit { grid-column: 1 / -1; }
.contact-form-preview__submit { margin-top: 4px; display: grid; justify-items: center; gap: 9px; }
.contact-form-preview__submit button { width: min(320px,100%); min-height: 58px; border: 3px solid #fff; border-radius: 999px; color: #fff; background-color: var(--coral); background-image: radial-gradient(circle at 83% 20%,rgba(255,255,255,.28) 0 9px,transparent 10px),linear-gradient(135deg,#ff8765,#ff654f 65%,#ff9c40); box-shadow: inset 0 0 0 2px rgba(255,255,255,.25),0 8px 18px rgba(190,66,49,.23); font-weight: 900; cursor: default; }
.contact-form-preview__submit small { color: var(--muted); font-size: 7px; }

/* Footer + mobile booking */
.preview-footer { min-height: 310px; padding: 54px max(32px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1.15fr 1fr .55fr; align-items: start; gap: 38px 55px; color: #fff; background: var(--blue-deep); font-size: 11px; }
.preview-footer__brand { display: flex; align-items: center; gap: 19px; }
.preview-footer__brand img { width: 72px; height: auto; }
.preview-footer__brand p,.preview-footer__brand strong,.preview-footer__brand span { margin: 0; display: block; }
.preview-footer__brand strong { margin-bottom: 6px; font-size: 16px; }
.preview-footer__brand span { color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.9; }
.footer-social { margin-top: 16px; display: flex; gap: 10px; }
.footer-social a { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; }
.footer-social img { width: 46px; height: 46px; object-fit: cover; }
.footer-mail { position: relative; }
.footer-mail span { position: relative; width: 23px; height: 16px; display: block; border: 2px solid #e54b3f; }
.footer-mail span::before,.footer-mail span::after { position: absolute; top: 1px; width: 13px; height: 2px; content: ""; background: #e54b3f; }
.footer-mail span::before { left: 0; transform: rotate(34deg); transform-origin: left; }
.footer-mail span::after { right: 0; transform: rotate(-34deg); transform-origin: right; }
.preview-footer__network > p { margin: 0 0 11px; color: var(--yellow); font-size: 12px; font-weight: 900; }
.preview-footer__network a { position: relative; padding: 11px 34px 11px 0; display: block; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.5; }
.preview-footer__network a:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.preview-footer__network strong { color: #fff; font-size: 14px; }
.preview-footer__network b { position: absolute; right: 8px; top: 50%; font-size: 17px; transform: translateY(-50%); }
.preview-footer__links { display: grid; gap: 11px; }
.preview-footer__links a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 12px; }
.preview-footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.55); text-align: center; }
.mobile-booking { display: none; }

@media (max-width: 1120px) {
  :root { --content: min(940px, calc(100vw - 48px)); }
  .header-action { min-width: clamp(108px,12.68vw,142px); min-height: clamp(48px,5.45vw,61px); padding-inline: clamp(17px,2.15vw,24px) clamp(31px,3.48vw,39px); }
  .header-action--tel { min-width: clamp(134px,14.82vw,166px); }
  .header-action small { font-size: clamp(6px,.625vw,7px); }
  .header-action strong { font-size: clamp(9px,.982vw,11px); }
  .hero-ribbon { padding-inline: 42px 35px; }
  .discover-grid { gap: 15px; }
  .collage { height: 220px; }
  .postcard__label { min-height: 79px; }
  .tour-grid { gap: 17px; }
  .tour-card__media { height: 210px; }
  .tour-card--first .tour-card__media { height: 240px; }
  .tour-card__body { padding-inline: 16px; }
  .tour-card__description { min-height: 105px; }
  .story-layout { grid-template-columns: minmax(0,1fr) minmax(340px,.9fr); gap: 45px; }
  .story-photos { min-height: 550px; }
  .story-photos__main { height: 480px; }
  .story-photos__sub { height: 260px; }
  .guest-gallery { grid-template-rows: 180px 180px; }
  .staff-card div { height: 225px; }
  .voice-card { width: 330px; }
  .instagram-flow__track a { width: 235px; height: 235px; }
}

@media (max-width: 760px) {
  :root { --content: calc(100vw - 32px); }
  body { padding-bottom: 76px; }
  .mobile-only { display: initial; }
  .site-header { position: sticky; }
  .header-main { width: 100%; min-height: 58px; padding: 4px 10px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 7px; }
  .brand { gap: 0; }
  .brand img { width: 35px; height: auto; border-radius: 4px; }
  .brand span { display: none; }
  .header-actions { min-width: 0; display: flex; justify-content: center; gap: 4px; }
  .header-action { min-width: 0; min-height: 39px; padding: 4px 22px 4px 10px; border-width: 2px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.36),0 4px 0 rgba(0,92,77,.12),0 7px 13px rgba(0,77,103,.12); }
  .header-action--line { flex: .85 1 0; }
  .header-action--tel { flex: 1.15 1 0; }
  .header-action small { display: none; }
  .header-action strong { overflow: hidden; font-size: clamp(7px,2.18vw,9px); text-overflow: clip; white-space: nowrap; }
  .header-action b { right: 5px; width: 17px; height: 17px; font-size: 9px; }
  .header-action::before { left: 5px; top: 6px; width: 4px; height: 4px; border-width: 1px; box-shadow: 3px 8px 0 -1px rgba(255,255,255,.5),9px -2px 0 -1px rgba(255,255,255,.4); }
  .menu-button { width: 26px; height: 22px; padding: 0; display: grid; place-content: center; gap: 0; border: 0; border-radius: 0; color: #333; background: transparent; cursor: pointer; }
  .menu-button > span { display: grid; gap: 4px; }
  .menu-button i { width: 20px; height: 2px; display: block; background: currentColor; transition: .25s ease; }
  .menu-button small { display: none; }
  .menu-open .menu-button i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-button i:nth-child(2) { opacity: 0; }
  .menu-open .menu-button i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav { position: fixed; z-index: 120; inset: 58px 0 0; padding: 34px 24px 120px; display: grid; justify-self: stretch; align-content: start; gap: 0; overflow-y: auto; color: #fff; background: linear-gradient(180deg,#008cba 0%,#69d5e9 100%); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .menu-open .global-nav { opacity: 1; visibility: visible; transform: none; }
  .global-nav a, .global-nav a:nth-child(4), .global-nav a:nth-child(5), .global-nav a:nth-child(6) { padding: 17px 12px; display: block; border-bottom: 1px solid rgba(255,255,255,.35); font-family: var(--body); font-size: 15px; font-weight: 600; }
  .global-nav a::after { display: none; }
  .hero-video-wrap { width: 100%; aspect-ratio: 2 / .91; }
  .hero-video { object-fit: cover; object-position: center bottom; }
  .hero-turtle-mark { left: 5px; width: 36%; }
  .hero-turtle-mark:hover,.hero-turtle-mark:focus-visible { transform: translateY(-50%); }
  .hero-video-note { left: auto; right: 6px; bottom: 4px; width: 41%; text-align: right; font-size: 4.5px; }
  .hero-ribbon { width: 100%; min-height: 0; margin-top: -1px; padding: 25px 16px 28px; display: block; }
  .hero-ribbon__kicker { font-size: 9px; }
  .hero-ribbon h1 { font-size: clamp(26px, 7.45vw, 30px); line-height: 1.38; }
  .hero-ribbon__copy > p:last-child { margin-top: 10px; font-size: 10px; line-height: 1.8; }
  .hero-ribbon__actions { margin-top: 17px; grid-template-columns: 1fr 1fr; gap: 6px; }
  .cta { min-width: 0; min-height: 56px; padding: 7px 8px 7px 16px; gap: 7px; border-width: 2px; }
  .cta small { font-size: 6px; }
  .cta strong { font-size: 9px; }
  .cta b { width: 25px; height: 25px; font-size: 12px; }
  .plan-marquee { padding: 24px 0 25px; }
  .plan-marquee__heading { align-items: center; }
  .plan-marquee__heading strong { font-size: 20px; }
  .plan-marquee__heading small { font-size: 7px; }
  .plan-marquee__heading > a { font-size: 8px; }
  .plan-marquee__track { --marquee-gap: 9px; --marquee-half-gap: 4.5px; animation-duration: 38s; }
  .mini-plan { width: 218px; height: 90px; grid-template-columns: 90px 1fr; }
  .mini-plan img { height: 90px; }
  .mini-plan span { padding: 8px; }
  .mini-plan strong { font-size: 10px; }
  .quick-points { width: calc(100% - 20px); margin-top: 32px; padding-bottom: 69px; }
  .quick-points > p { padding-inline: 5px; }
  .quick-points strong { font-size: 24px; }
  .quick-points strong small { font-size: 10px; }
  .quick-points span { font-size: 8px; line-height: 1.4; }
  .quick-points__note { bottom: 26px; padding-inline: 9px; font-size: 6px; line-height: 1.5; }
  .discover { padding: 89px 0 105px; }
  .foam--top { top: -18px; height: 42px; }
  .playful-heading { margin-bottom: 44px; }
  .playful-heading__sun { width: 27px; height: 27px; top: -8px; }
  .playful-heading > p:first-of-type { font-size: 10px; }
  .playful-heading h2 { font-size: 28px; }
  .playful-heading h2::after { width: 110px; margin-top: 12px; }
  .playful-heading__lead { margin-top: 13px; font-size: 10px; line-height: 1.8; }
  .discover-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 9px; }
  .postcard, .postcard:nth-child(even), .postcard:nth-child(3), .postcard:nth-child(4) { margin-top: 0; padding: 0 0 12px; border: 0; border-top: 3px solid var(--card-color); border-radius: 6px; box-shadow: 0 8px 20px rgba(0,97,128,.12); transform: none; }
  .collage { height: 154px; }
  .collage__sub { right: 4px; bottom: 4px; border-width: 3px; }
  .postcard__label { width: auto; min-height: 76px; margin: 0; padding: 11px 9px 10px; border-left-width: 4px; }
  .postcard__label small { font-size: 6px; line-height: 1.4; }
  .postcard__label strong { font-size: 14px; line-height: 1.45; }
  .postcard__more { margin: 8px 9px 0; gap: 3px; font-size: 7px; }
  .postcard__more b { font-size: 12px; }
  .happy-story { padding: 90px 0 98px; }
  .happy-story::before { height: 9px; }
  .story-layout { display: block; }
  .story-photos { min-height: 415px; margin-bottom: 53px; }
  .story-photos__main { width: 86%; height: 360px; border-radius: 90px 7px 7px 7px; }
  .story-photos__sub { width: 47%; height: 190px; border-width: 6px; border-radius: 5px 5px 58px 5px; }
  .story-photos p { left: 13px; bottom: 12px; padding: 13px 16px; }
  .story-photos p strong { font-size: 14px; }
  .story-copy__lead { font-size: 10px; }
  .story-copy h2 { font-size: 30px; white-space: normal; }
  .story-copy__body { margin: 19px 0 24px; font-size: 11px; line-height: 1.9; }
  .story-points li { padding: 13px 0; grid-template-columns: 36px 1fr; gap: 10px; }
  .story-points b { font-size: 17px; }
  .story-points strong { font-size: 12px; }
  .story-points small { font-size: 8px; line-height: 1.5; }
  .tours { padding: 100px 0 105px; }
  .foam--tours { top: -25px; height: 50px; }
  .ranking-heading { margin-bottom: 52px; }
  .ranking-heading img { width: 67px; }
  .ranking-heading p { font-size: 9px; }
  .ranking-heading h2 { font-size: 33px; }
  .tour-grid { width: calc(100vw - 16px); margin-left: calc((var(--content) - (100vw - 16px)) / 2); padding: 30px 24px 26px 8px; display: grid; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); grid-template-columns: none; align-items: start; gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--blue) transparent; }
  .tour-card, .tour-card--first, .tour-card--third { margin-top: 0; scroll-snap-align: center; border-width: 2px; }
  .tour-card__media, .tour-card--first .tour-card__media { height: 230px; }
  .tour-card__body { padding: 20px 17px 18px; }
  .tag-list { min-height: 0; }
  .tour-card h3 { min-height: 0; font-size: 23px; }
  .tour-card__description { min-height: 0; font-size: 10px; }
  .tour-card__info strong { font-size: 25px; }
  .tour-note { margin-top: 18px; padding-inline: 5px; font-size: 7px; }
  .all-plans { min-height: 62px; }
  .splash, .coral-decoration { display: none; }
  .staff-preview { padding: 92px 0 95px; }
  .staff-heading { margin-bottom: 34px; }
  .staff-heading p { font-size: 9px; }
  .staff-heading h2 { font-size: 31px; }
  .staff-heading span { font-size: 9px; line-height: 1.7; }
  .staff-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .staff-card { padding-bottom: 15px; }
  .staff-card div { height: 185px; }
  .staff-card h3 { margin-top: 10px; font-size: 17px; }
  .staff-card p { width: calc(100% - 20px); font-size: 7.5px; }
  .staff-more { min-height: 60px; margin-top: 24px; }
  .guest-moments { padding: 95px 0 90px; }
  .guest-moments::before { height: 38px; }
  .guest-heading { margin-bottom: 35px; }
  .guest-heading p { font-size: 9px; }
  .guest-heading h2 { font-size: 30px; }
  .guest-gallery { grid-template-columns: 1.25fr .9fr .9fr; grid-template-rows: 150px 150px 125px; gap: 5px; }
  .guest-gallery figure:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; border-radius: 52px 5px 5px 5px; }
  .guest-gallery figure:nth-child(2) { grid-column: 3; grid-row: 1; }
  .guest-gallery figure:nth-child(3) { grid-column: 3; grid-row: 2; }
  .guest-gallery figure:nth-child(4) { grid-column: 1; grid-row: 3; border-radius: 5px 5px 42px 5px; }
  .guest-gallery figure:nth-child(5) { grid-column: 2 / 4; grid-row: 3; }
  .guest-cta { margin-top: 28px; padding: 20px 17px; display: block; border-left-width: 6px; }
  .guest-cta p strong { font-size: 15px; }
  .guest-cta p span { margin-top: 5px; font-size: 9px; line-height: 1.6; }
  .guest-cta a { min-width: 0; min-height: 60px; margin-top: 15px; }
  .all-plans, .staff-more, .guest-cta a { padding: 6px 10px 6px 22px; border-width: 2px; }
  .all-plans small, .staff-more small, .guest-cta a small { font-size: 7px; }
  .all-plans strong, .staff-more strong, .guest-cta a strong { font-size: 10px; }
  .all-plans b, .staff-more b, .guest-cta a b { flex-basis: 32px; width: 32px; height: 32px; font-size: 14px; }
  .review-flow { margin-top: 58px; }
  .review-flow__heading { margin-bottom: 24px; }
  .review-flow__heading p { font-size: 9px; }
  .review-flow__heading h3 { font-size: 29px; }
  .review-flow__track { --review-gap: 10px; --review-half-gap: 5px; animation-duration: 54s; }
  .voice-card { width: 295px; }
  .voice-card__hero { height: 176px; }
  .voice-card__body { min-height: 205px; padding: 16px; }
  .voice-card__title { grid-template-columns: 42px 1fr; gap: 9px; }
  .voice-card__title img { width: 42px; height: 42px; }
  .voice-card__title strong { font-size: 12px; }
  .voice-card__body > p:last-child { font-size: 9px; }
  .instagram-flow { padding: 77px 0 82px; }
  .instagram-flow__heading { margin-bottom: 25px; grid-template-columns: 54px 1fr; gap: 10px; }
  .instagram-flow__heading > img { width: 54px; height: 54px; }
  .instagram-flow__heading h2 { font-size: 30px; }
  .instagram-flow__heading p { font-size: 8px; }
  .instagram-flow__heading > a { grid-column: 1 / -1; width: fit-content; font-size: 8px; }
  .instagram-flow__track { --insta-gap: 5px; --insta-half-gap: 2.5px; animation-duration: 36s; }
  .instagram-flow__track a { width: 185px; height: 185px; }
  .original-info { padding: 62px 0; }
  .original-info__grid { grid-template-columns: 1fr; gap: 12px; }
  .lower-contact { padding: 75px 0; }
  .lower-contact__inner { display: block; }
  .lower-contact header { margin-bottom: 28px; }
  .lower-contact header p { font-size: 9px; }
  .lower-contact header h2 { font-size: 32px; }
  .lower-contact header span { font-size: 9px; }
  .lower-contact__actions a { min-height: 70px; padding: 9px 40px 9px 19px; border-width: 2px; }
  .lower-contact__actions a::after { right: 10px; width: 26px; height: 26px; font-size: 12px; }
  .lower-contact__actions small { font-size: 6px; }
  .lower-contact__actions strong { font-size: 10px; }
  .contact-form-panel { margin-top: 28px; padding: 29px 17px 32px; }
  .contact-form-panel__title { margin-bottom: 22px; }
  .contact-form-panel__title p { font-size: 21px; }
  .contact-form-panel__title h3 { font-size: 20px; }
  .contact-form-preview { grid-template-columns: 1fr; gap: 17px; }
  .contact-form-preview__message,.contact-form-preview__submit { grid-column: auto; }
  .contact-form-preview label > span { font-size: 10px; }
  .contact-form-preview__submit small { text-align: center; line-height: 1.5; }
  .preview-footer { min-height: 130px; padding: 28px 18px 95px; display: block; text-align: center; }
  .preview-footer__brand { align-items: flex-start; justify-content: center; text-align: left; }
  .preview-footer__brand img { width: 56px; }
  .preview-footer__brand strong { font-size: 14px; }
  .preview-footer__brand span { font-size: 9px; }
  .footer-social a,.footer-social img { width: 40px; height: 40px; }
  .preview-footer__network { margin-top: 32px; text-align: left; }
  .preview-footer__network strong { font-size: 13px; }
  .preview-footer__links { margin: 28px 0; text-align: left; }
  .preview-footer > small { display: block; }
  .mobile-booking { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; height: 70px; padding: 5px 7px max(5px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 5px; color: #fff; background: rgba(255,255,255,.96); box-shadow: 0 -6px 24px rgba(0,74,99,.16); transition: transform .25s ease; }
  .mobile-booking.is-hidden { transform: translateY(110%); }
  .mobile-booking a { position: relative; padding: 5px 25px 5px 13px; display: grid; place-content: center; overflow: hidden; text-align: left; line-height: 1.25; border: 2px solid #fff; border-radius: 999px; box-shadow: 0 4px 9px rgba(0,74,99,.16); }
  .mobile-booking a::before { position: absolute; left: 7px; top: 8px; width: 5px; height: 5px; content: ""; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 4px 9px 0 -1px rgba(255,255,255,.5); }
  .mobile-booking a::after { position: absolute; right: 7px; top: 50%; width: 19px; height: 19px; display: grid; place-items: center; content: "→"; color: var(--blue-deep); background: #fff; border-radius: 50%; font-size: 9px; transform: translateY(-50%); }
  .mobile-booking a:first-of-type { background-image: linear-gradient(135deg,#ff8765,#ff654f 65%,#ff9c40); }
  .mobile-booking a:last-of-type { background-image: linear-gradient(135deg,#00cc68,#00a94f 65%,#00b9a4); }
  .mobile-booking small { font-size: 7px; }
  .mobile-booking strong { font-size: 12px; }
  .mobile-booking__close { position: absolute; top: -21px; right: 4px; width: 22px; height: 22px; padding: 0; display: grid; place-items: center; border: 1px solid #cadde1; border-radius: 50%; color: var(--muted); background: #fff; font-size: 12px; cursor: pointer; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-ribbon, .postcard, .tour-card__rank { opacity: 1; transform: none; }
  .plan-marquee__track { animation: none; transform: none; }
  .review-flow__track,.instagram-flow__track { animation: none; transform: none; }
}

/* 2026-09 completion pass
   Keep the original composition and raise only readability, copy rhythm and lower-page quality. */
:root {
  --display: "Kaisei Decol", "Yu Mincho", serif;
  --title: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  --body: "Noto Sans JP", sans-serif;
  --content: min(1120px, calc(100vw - 48px));
}
body { font-size: 16px; letter-spacing: .02em; line-height: 1.8; }
.hero-ribbon h1,
.playful-heading h2,
.guest-heading h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .01em;
}
.plan-marquee__heading strong,
.story-copy h2,
.ranking-heading h2,
.staff-heading h2,
.review-flow__heading h3,
.instagram-flow__heading h2,
.lower-contact header h2 {
  font-family: var(--title);
  font-weight: 700;
  letter-spacing: .01em;
}
.postcard__label strong,
.tour-card h3,
.tour-card__info strong,
.staff-card h3,
.voice-card__title strong,
.contact-form-panel__title h3 {
  font-family: var(--title);
  font-weight: 700;
  letter-spacing: 0;
}
.tour-card__rank strong,
.tour-card__info strong {
  font-family: var(--title);
  font-weight: 900;
  letter-spacing: -.02em;
}
.global-nav a,
.header-action,
.cta,
.tour-button,
.all-plans,
.staff-more,
.guest-cta a,
.lower-contact__actions a,
.contact-form-preview__submit button {
  font-family: var(--body);
  letter-spacing: .02em;
}
.playful-heading > p:first-of-type,
.story-copy__lead,
.ranking-heading p,
.staff-heading p,
.guest-heading p,
.review-flow__heading p,
.instagram-flow__heading p {
  color: var(--blue-deep);
  font-family: var(--body);
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.8;
}
.header-action small { font-size: 11px; }
.header-action strong { font-size: 14px; }
.hero-video-note { font-size: 11px; }
.hero-ribbon__kicker { font-size: 14px; }
.hero-ribbon__copy > p:last-child { max-width: 760px; font-size: 16px; line-height: 1.8; }
.cta small { font-size: 11px; }
.cta strong { font-size: 15px; }
.plan-marquee__heading small { margin-top: 2px; font-size: 13px; }
.plan-marquee__heading > a { font-size: 13px; }
.mini-plan { width: 300px; height: 124px; grid-template-columns: 124px 1fr; }
.mini-plan img { height: 124px; }
.mini-plan small { font-size: 11px; }
.mini-plan strong { font-size: 15px; }
.quick-points span { font-size: 14px; }
.quick-points__note { font-size: 12px; line-height: 1.65; }
.playful-heading__lead { max-width: 680px; font-size: 16px; line-height: 1.85; }
.postcard__label small { font-size: 12px; }
.postcard__label strong { font-size: clamp(20px, 1.8vw, 24px); }
.postcard__more { font-size: 13px; }
.story-photos p span { font-size: 11px; }
.story-copy__body { max-width: 650px; font-size: 16px; line-height: 1.95; }
.story-points strong { font-size: 17px; }
.story-points small { margin-top: 3px; font-size: 13px; line-height: 1.65; }
.story-link { font-size: 14px; }
.tag-list span { font-size: 12px; }
.tour-card__description { font-size: 15px; line-height: 1.8; }
.tour-card__info > span { font-size: 12px; }
.tour-card__info small { font-size: 12px; }
.tour-button { font-size: 14px; }
.tour-note { font-size: 12px; line-height: 1.7; }
.staff-heading span { font-size: 16px; line-height: 1.8; }
.staff-card p { width: calc(100% - 32px); font-size: 15px; line-height: 1.85; }
.voice-card__body { min-height: 275px; }
.voice-card__body > p:last-child { font-size: 15px; line-height: 1.85; }
.voice-card__title strong { font-size: 16px; }
.review-flow__viewport { overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
.review-flow__track { animation: none; transform: none; }
.voice-card { scroll-snap-align: start; }
.voice-card[aria-hidden="true"] { display: none; }
.instagram-flow__viewport { width: var(--content); margin: 0 auto; overflow: visible; }
.instagram-flow__track { width: auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; animation: none; transform: none; }
.instagram-flow__track a { width: auto; height: auto; aspect-ratio: 1; }
.instagram-flow__track a[aria-hidden="true"] { display: none; }
.lower-contact header span { max-width: 680px; font-size: 16px; line-height: 1.8; }
.lower-contact__actions small { font-size: 12px; }
.lower-contact__actions strong { font-size: 17px; }
.contact-form-panel__title span { font-size: 14px; }
.contact-form-preview label > span { font-size: 15px; }
.contact-form-preview label b,.contact-form-preview label i { font-size: 11px; }
.contact-form-preview input,.contact-form-preview textarea { min-height: 54px; font-size: 16px; }
.contact-form-preview__submit small { font-size: 13px; line-height: 1.7; }
.preview-footer { font-size: 14px; }
.preview-footer__brand strong { font-size: 18px; }
.preview-footer__brand span { font-size: 14px; }
.preview-footer__network a { font-size: 13px; }
.preview-footer__network strong { font-size: 16px; }
.preview-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.preview-footer__links a { font-size: 14px; }
.mobile-booking.is-obscured { pointer-events: none; transform: translateY(110%); }

@media (max-width: 1120px) {
  .header-action small { font-size: 10px; }
  .header-action strong { font-size: 12px; }
  .tour-card__description { min-height: 132px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .header-action strong { font-size: clamp(9px, 2.7vw, 11px); }
  .hero-video-note { display: none; }
  .hero-ribbon__kicker { font-size: 12px; }
  .hero-ribbon__copy > p:last-child { font-size: 15px; line-height: 1.8; }
  .cta small { font-size: 10px; }
  .cta strong { font-size: 13px; }
  .plan-marquee__heading small { font-size: 11px; }
  .plan-marquee__heading > a { font-size: 11px; }
  .mini-plan { width: 280px; height: 112px; grid-template-columns: 112px 1fr; }
  .mini-plan img { height: 112px; }
  .mini-plan small { font-size: 11px; }
  .mini-plan strong { font-size: 14px; }
  .quick-points span { font-size: 12px; }
  .quick-points__note { font-size: 11px; }
  .playful-heading__lead { font-size: 15px; }
  .postcard__label small { font-size: 11px; }
  .postcard__label strong { font-size: 17px; }
  .postcard__more { font-size: 11px; }
  .story-copy__body { font-size: 15px; }
  .story-points strong { font-size: 16px; }
  .story-points small { font-size: 13px; }
  .tour-card__description { min-height: 0; font-size: 15px; }
  .tour-note { font-size: 11px; }
  .staff-heading span { font-size: 15px; }
  .staff-grid { gap: 18px 10px; }
  .staff-card p { width: calc(100% - 18px); font-size: 14px; line-height: 1.75; }
  .voice-card { width: min(84vw, 330px); }
  .voice-card__body { min-height: 280px; }
  .voice-card__body > p:last-child { font-size: 14px; }
  .instagram-flow__viewport { width: var(--content); }
  .instagram-flow__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .instagram-flow__track a { width: auto; height: auto; }
  .lower-contact header span { font-size: 15px; }
  .lower-contact__actions small { font-size: 11px; }
  .lower-contact__actions strong { font-size: 14px; }
  .contact-form-panel__title span { font-size: 13px; }
  .contact-form-preview label > span { font-size: 15px; }
  .contact-form-preview label b,.contact-form-preview label i { font-size: 11px; }
  .contact-form-preview input,.contact-form-preview textarea { font-size: 16px; }
  .contact-form-preview__submit small { font-size: 12px; }
  .preview-footer { font-size: 14px; }
  .preview-footer__brand strong { font-size: 16px; }
  .preview-footer__brand span { font-size: 13px; }
  .preview-footer__network a { font-size: 13px; }
  .preview-footer__links { grid-template-columns: 1fr; }
  .preview-footer__links a { font-size: 14px; }
  .mobile-booking small { font-size: 10px; }
  .mobile-booking strong { font-size: 13px; }
}
