@import url("fonts.css");

/* ============================================================
   Plumbing only. Nothing here is a design decision — no colour,
   no typeface, no layout. Each site writes its own visual system
   on top; this file only carries the things that must be right
   on every site and are invisible when they are.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* A sideways-scrollable page drags position:fixed elements out of view on
     phones. Clip rather than scroll. (clip, not hidden: hidden would make html
     a scroll container and break scroll-padding and sticky.) */
  overflow-x: clip;
}

body { margin: 0; }
/* Lock scrolling on the ROOT, not on body. html already has overflow-x:clip,
   so overflow:hidden on body turns body into its own scroll container — a
   position:sticky header then sticks to body and is thrown off-screen (with
   its close button) when the menu opens after scrolling. site.js puts
   .is-locked on <html> directly; a :has() selector was tried first and its
   style invalidation visibly lagged behind the menu opening. */
html.is-locked { overflow: hidden; }
/* [hidden] must win. A rule like `.gallery-more { display:flex }` outranks the
   browser's own `[hidden] { display:none }`, which left an empty "Show 0 more"
   button on screen whenever a gallery had nothing further to reveal. */
[hidden] { display: none !important; }

img, svg, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; }
/* A <button> inherits the user agent's grey `buttonface` unless something says
   otherwise. An outline/ghost button that sets only border-color and color then
   renders as light-grey with (often white) text on it — invisible. Reset here;
   any variant that wants a fill sets one and wins on specificity. */
button { background: transparent; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Reveal-on-scroll. The JS failsafe shows everything if the observer
   never runs, so content can never be stranded invisible. */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease, ease), transform .7s var(--ease, ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

@media print {
  .site-header, .lightbox, .skip-link, .gallery-more, .filters, .map-consent, .callbar { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  body { background: #fff !important; color: #000 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .75em; color: #555; }
}

/* IRIS skiathos — modern, polished (2026-09-23), in the old site's greys only (the owners like them): the
   #6d7d91 grey header and buttons, the #303030 charcoal footer, the #edf0f4 light-grey page, #3d4651 text.
   Signature: the iris flower from the logo over section titles and as a watermark in the footer. Pliant (Greek). */
:root {
  --page: #edf0f4;
  --white: #ffffff;
  --grey: #6d7d91;         /* the old header and buttons */
  --grey-d: #5a687a;       /* hover and small text on white */
  --charcoal: #303030;     /* the old footer */
  --light: #ffffff;
  --ink: #1f2226;          /* headings (the old site's near-black) */
  --body: #3d4651;
  --muted: #58636f;
  --line: #d9e0e8;
  --serif: "Pliant", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --sans: "Pliant", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --r: 16px;
  --header-h: 5rem;
  --wrap: min(1240px, 100% - 2 * clamp(1rem, 4vw, 2.5rem));
  --shadow: 0 1px 0 rgba(48, 48, 48, .05), 0 22px 44px -30px rgba(48, 48, 48, .4);
  --f-accent: var(--grey); --f-accent-d: var(--grey-d); --f-bg: #fff; --f-border: #cdd6e0; --f-ink: var(--ink); --f-muted: var(--muted); --f-radius: 10px;
}
html { scroll-padding-top: calc(var(--header-h) + 1rem); }
body { margin: 0; background: var(--page); color: var(--body); font: 400 1.1rem/1.65 var(--sans); }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--grey); text-underline-offset: .2em; }
a:hover { color: var(--grey); }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; }
p { margin: 0; }
.wrap { width: var(--wrap); margin-inline: auto; }
.ico { width: 1.2rem; height: 1.2rem; flex: none; }
:focus-visible { outline: 3px solid var(--grey); outline-offset: 3px; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 200; padding: .8rem 1.2rem; background: #fff; color: var(--grey); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.label { display: flex; align-items: center; gap: .6rem; margin: 0 0 .9rem; font: 600 .78rem/1.2 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--grey); }
.flower { width: 1rem; height: auto; flex: none; }
.kicker { margin: 0 0 .8rem; font: 600 .82rem/1.2 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: #e8ebef; }
.h1 { font-size: clamp(2.5rem, 1.6rem + 3.4vw, 4.6rem); line-height: 1.02; }
.h2 { font-size: clamp(1.8rem, 1.3rem + 1.7vw, 2.7rem); line-height: 1.12; }
.h3 { font-size: 1.4rem; line-height: 1.25; }
.lede { font-size: clamp(1.15rem, 1rem + .4vw, 1.35rem); line-height: 1.55; }
.prose p + p { margin-top: 1rem; }
.center { text-align: center; justify-content: center; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .7rem 1.35rem; border: 1.5px solid var(--grey); border-radius: 999px; background: var(--grey); color: #fff; font: 600 1rem/1 var(--sans); letter-spacing: .02em; text-decoration: none; transition: background-color .2s, border-color .2s, color .2s; }
.btn:hover { background: var(--charcoal); border-color: var(--charcoal); color: #fff; }
.btn .ico { width: 1.1rem; height: 1.1rem; }
.btn-sm { min-height: 42px; padding: .5rem 1.05rem; font-size: .95rem; }
.btn-sky { background: #fff; border-color: #fff; color: var(--charcoal); }
.btn-sky:hover { background: var(--page); border-color: var(--page); color: var(--charcoal); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn-ghost:hover { background: #fff; border-color: #fff; color: var(--grey); }
.btn-line { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-line:hover { background: var(--charcoal); border-color: var(--charcoal); color: #fff; }
.btn-line-light { background: transparent; border-color: rgba(255, 255, 255, .45); color: #fff; }
.row { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }

/* Header: the old site's grey, for the white logo */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--grey); box-shadow: 0 1px 0 rgba(255, 255, 255, .06); }
.header-inner { display: flex; align-items: center; gap: 1rem 1.8rem; min-height: var(--header-h); width: var(--wrap); margin-inline: auto; }
.brand { flex: none; }
.brand img { width: 118px; height: auto; }
.nav { margin-left: auto; }
.nav ul { list-style: none; display: flex; gap: .15rem; margin: 0; padding: 0; }
.nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 .9rem; border-radius: 999px; color: #fff; text-decoration: none; font-weight: 500; letter-spacing: .02em; }
.nav a:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.nav a[aria-current="page"] { background: rgba(255, 255, 255, .16); }
.header-tools { display: flex; align-items: center; gap: .6rem; }
.langs { display: inline-flex; padding: 3px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; }
.langs a { display: inline-grid; place-items: center; min-width: 40px; min-height: 36px; border-radius: 999px; color: #fff; text-decoration: none; font-weight: 600; font-size: .86rem; }
.langs a:hover { background: rgba(255, 255, 255, .1); }
.langs a[aria-current="true"] { background: #fff; color: var(--charcoal); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; background: transparent; cursor: pointer; }
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after { display: block; width: 18px; height: 2px; margin: auto; background: #fff; transition: transform .25s var(--ease), background-color .2s; }
.nav-toggle .bars { position: relative; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle .bars::before { top: -6px; }
.nav-toggle .bars::after { top: 6px; }
.site-header.is-open .nav-toggle .bars { background: transparent; }
.site-header.is-open .nav-toggle .bars::before { transform: translateY(6px) rotate(45deg); }
.site-header.is-open .nav-toggle .bars::after { transform: translateY(-6px) rotate(-45deg); }

/* Home hero: the garden, crossfading; titles straight on the photo */
.hero { position: relative; display: grid; align-items: end; min-height: clamp(32rem, 88vh, 56rem); isolation: isolate; background: var(--charcoal); color: #fff; overflow: hidden; }
.slides { position: absolute; inset: 0; z-index: -1; }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1.6s var(--ease); }
.slide.is-active { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 9s linear; }
.slide.is-active img { transform: scale(1); }
.slides::after, .phead-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28, 28, 28, .78) 0%, rgba(28, 28, 28, .34) 45%, rgba(28, 28, 28, .06) 80%), linear-gradient(90deg, rgba(28, 28, 28, .4), rgba(28, 28, 28, 0) 60%); }
.hero-in, .phead-in { padding: clamp(5rem, 12vh, 8rem) 0 clamp(3rem, 7vw, 5rem); }
.hero .h1, .phead .h1 { max-width: 15ch; margin-bottom: 1rem; color: #fff; text-shadow: 0 2px 26px rgba(0, 0, 0, .25); }
.hero .lede, .phead .lede { max-width: 36rem; margin-bottom: 1.6rem; color: rgba(255, 255, 255, .94); }
.dots { position: absolute; right: max(1rem, calc((100vw - 1240px) / 2)); bottom: clamp(1.5rem, 4vw, 3rem); display: flex; gap: .2rem; }
.dot { width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.dot::before { content: ""; display: block; width: 26px; height: 3px; margin: auto; border-radius: 2px; background: rgba(255, 255, 255, .45); transition: background-color .3s, width .3s; }
.dot[aria-current="true"]::before { width: 38px; background: #fff; }
@media (prefers-reduced-motion: reduce) { .slide, .slide img { transition: none; transform: none; } }

/* Page heroes: full width, titles on the photo */
.phead { position: relative; display: grid; align-items: end; min-height: clamp(26rem, 68vh, 44rem); isolation: isolate; background: var(--charcoal); color: #fff; }
.phead-short { min-height: clamp(20rem, 48vh, 30rem); }
.phead-photo { position: absolute; inset: 0; z-index: -1; margin: 0; }
.phead-photo img { width: 100%; height: 100%; object-fit: cover; }
.phead .crumbs { margin-bottom: 1.1rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .3rem; margin: 0; padding: 0; font-size: .92rem; color: var(--muted); }
.crumbs li + li::before { content: "›"; margin-right: .35rem; }
.phead .crumbs ol, .phead .crumbs a { color: rgba(255, 255, 255, .88); }
.facts { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.5rem; padding: 0; }
.facts li { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .9rem; border-radius: 999px; background: rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: #fff; font-weight: 500; }
.facts .ico { color: #fff; }

.section { padding-block: clamp(4rem, 8vw, 6.5rem); }
.section-tight { padding-block: clamp(2rem, 4vw, 3rem); }
.section-white { background: var(--white); }
.sec-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(1.8rem, 3.5vw, 2.6rem); }
.sec-head.center { flex-direction: column; align-items: center; text-align: center; }
.sec-head.center .label { justify-content: center; }
.sec-head .h2 { max-width: 28ch; flex-basis: 100%; }
.sec-head:not(.center) .label { flex-basis: 100%; margin-bottom: -.2rem; }

/* Welcome: text beside two overlapping photos and the "30 years" seal */
.welcome { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.welcome .h2 { margin-bottom: 1.3rem; max-width: 18ch; }
.welcome-photos { position: relative; padding: 0 0 18% 12%; }
.welcome-photos figure { margin: 0; overflow: hidden; border-radius: var(--r); box-shadow: var(--shadow); }
.welcome-photos img { width: 100%; height: 100%; object-fit: cover; }
.wp-a { aspect-ratio: 4 / 3.4; }
.wp-b { position: absolute; left: 0; bottom: 0; width: 52%; aspect-ratio: 4 / 3; border: 6px solid var(--page); }
.years { position: absolute; right: -.5rem; bottom: 4%; display: grid; place-items: center; width: 8.4rem; height: 8.4rem; padding: 1rem; border-radius: 50%; background: var(--grey); color: #f1f3f6; text-align: center; box-shadow: var(--shadow); }
.years strong { display: block; font: 300 2.8rem/1 var(--serif); color: #fff; letter-spacing: -.03em; }
.years span { display: block; font-size: .78rem; line-height: 1.25; letter-spacing: .04em; }

/* What we offer */
.offers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 1.8rem); }
.offer { border-radius: var(--r); overflow: hidden; background: var(--page); }
.offer figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.offer img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.offer:hover img { transform: scale(1.03); }
.offer div { padding: 1.4rem 1.5rem 1.6rem; }
.offer h3 { margin-bottom: .5rem; font-size: 1.3rem; }
.partners { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.5rem 3rem; align-items: center; margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line); }
.partner-logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: center; }
.partner-logos img { width: 100%; max-width: 150px; height: auto; margin: auto; filter: grayscale(1) brightness(.55) contrast(1.4); opacity: .9; }
.partners p { color: var(--muted); }

/* Rooms: cards with a frosted band, and the guests filter */
.room-filter { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: 1.4rem; }
.rf-label { display: inline-flex; align-items: center; gap: .45rem; margin-right: .4rem; color: var(--muted); font-weight: 600; }
.chip { min-height: 44px; padding: .45rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font: 500 1rem/1 var(--sans); cursor: pointer; }
.chip:hover { border-color: var(--grey); }
.chip[aria-pressed="true"] { background: var(--grey); border-color: var(--grey); color: #fff; }
.rooms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.4rem); }
.rooms-grid[data-count="4"], .rooms-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.room-card { position: relative; display: block; border-radius: var(--r); overflow: hidden; color: #fff; text-decoration: none; box-shadow: var(--shadow); }
.room-card[hidden] { display: none; }
.room-card figure { margin: 0; aspect-ratio: 4 / 3; }
.rooms-grid[data-count="4"] .room-card figure, .rooms-grid[data-count="2"] .room-card figure { aspect-ratio: 16 / 9; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.room-card:hover img { transform: scale(1.04); }
.room-band { position: absolute; left: .7rem; right: .7rem; bottom: .7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1.1rem; border-radius: 12px; background: rgba(48, 48, 48, .5); -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); }
.room-band strong { display: block; font: 500 1.3rem/1.15 var(--serif); }
.room-band small { display: block; margin-top: .15rem; font-size: .92rem; color: #eceef1; }
.room-band .ico { width: 1.4rem; height: 1.4rem; transition: transform .2s var(--ease); }
.room-card:hover .room-band .ico { transform: translateX(4px); }
.none { margin-top: 1rem; color: var(--muted); }

/* A gem in the Aegean: photo band with the island in numbers */
.gem { position: relative; isolation: isolate; padding-block: clamp(5rem, 10vw, 8rem); color: #eceef1; text-align: center; }
.gem-photo { position: absolute; inset: 0; z-index: -1; margin: 0; }
.gem-photo img { width: 100%; height: 100%; object-fit: cover; }
.gem-photo::after { content: ""; position: absolute; inset: 0; background: rgba(36, 36, 36, .66); }
.gem-in { max-width: 52rem; }
.gem .h2 { color: #fff; margin-bottom: 1.2rem; }
.gem p { margin: 0 auto .9rem; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 2.4rem 0 2rem; }
.stats div { padding: 1rem .5rem; border-top: 1px solid rgba(255, 255, 255, .25); }
.stats dt { font: 300 clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem)/1 var(--serif); color: #fff; letter-spacing: -.03em; }
.stats dt small { margin-left: .25rem; font-size: 1rem; color: #d7dce2; letter-spacing: 0; }
.stats dd { margin: .5rem 0 0; font-size: .92rem; letter-spacing: .12em; text-transform: uppercase; }
.stats-light div { border-top-color: var(--line); }
.stats-light dt { color: var(--charcoal); }
.stats-light dt small { color: var(--grey); }
.stats-light dd { color: var(--muted); }

/* Meet us */
.meet { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.distances { list-style: none; margin: 0; padding: 1.4rem 1.6rem; border-radius: var(--r); background: var(--white); box-shadow: var(--shadow); }
.distances li { display: flex; align-items: baseline; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.distances li:last-child { border-bottom: 0; }
.distances strong { min-width: 5.4rem; font: 500 1.5rem/1 var(--serif); color: var(--charcoal); letter-spacing: -.02em; }
.nears, .feats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.2rem); }
.feats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.near, .feat { padding: 1.5rem; border-radius: var(--r); background: var(--white); box-shadow: var(--shadow); }
.feat { background: var(--page); box-shadow: none; }
.near-ico { display: inline-grid; place-items: center; width: 2.9rem; height: 2.9rem; margin-bottom: .9rem; border-radius: 50%; background: var(--grey); color: #fff; }
.near-ico .ico { width: 1.3rem; height: 1.3rem; }
.near .h3, .feat .h3 { margin-bottom: .45rem; font-size: 1.2rem; }
.near p, .feat p { font-size: 1.02rem; }
.note { margin-top: 1.4rem; color: var(--muted); font-style: italic; }
.intro-2 .prose { max-width: 56rem; }

/* Contact blocks (footer, meet us, contact page) */
.cblock { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem clamp(1.5rem, 4vw, 3rem); padding: clamp(1.5rem, 3vw, 2.2rem); border-radius: var(--r); background: var(--white); box-shadow: var(--shadow); }
.cb-h { margin-bottom: .7rem; font: 600 .8rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--grey-d); }
.cblock ul { list-style: none; margin: 0; padding: 0; }
.dirs { margin-top: .8rem !important; }
.dirs li + li, .follow li + li { margin-top: .4rem; }
.dirs a, .follow a { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; }
.dirs a:hover, .follow a:hover { text-decoration: underline; }
.phones li { display: flex; gap: .6rem; align-items: baseline; }
.phones li + li { margin-top: .3rem; }
.phones span, .mailline span { min-width: 4.8rem; color: var(--muted); font-size: .95rem; }
.phones a { font-weight: 600; text-decoration: none; }
.mailline { display: flex; flex-wrap: wrap; gap: .1rem .6rem; margin-top: .6rem; }
.mailline a { white-space: nowrap; }
.cblock-stack { grid-template-columns: minmax(0, 1fr); align-self: start; }
.cblock-dark { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.1fr) minmax(0, 1fr); background: transparent; box-shadow: none; padding: 0; color: #d4d6d9; }
.cblock-dark .cb-h { color: #b9c0c8; }
.cblock-dark a { color: #fff; }
.cblock-dark .phones span, .cblock-dark .mailline span { color: #a3a8ae; }

/* Room pages */
.room-main { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.amen { padding: clamp(1.4rem, 3vw, 2rem); border-radius: var(--r); background: var(--white); box-shadow: var(--shadow); }
.amen .h3 { margin-bottom: 1rem; }
.amen ul { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1rem; margin: 0; padding: 0; }
.amen li { display: flex; align-items: center; gap: .6rem; color: var(--ink); font-size: 1rem; }
.amen .ico { width: 1.35rem; height: 1.35rem; color: var(--grey); }
.gal-h { margin-bottom: 1.4rem; }

/* Skiathos */
.blocks { display: grid; gap: clamp(3rem, 6vw, 5rem); }
.block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.block:nth-child(even) figure { order: 2; }
.block figure { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--r); box-shadow: var(--shadow); }
.block figure img { width: 100%; height: 100%; object-fit: cover; }
.block h2 { margin-bottom: 1rem; }
.island-photos { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: clamp(.6rem, 1.4vw, 1rem); }
.island-photos figure { margin: 0; height: clamp(16rem, 32vw, 28rem); overflow: hidden; border-radius: var(--r); }
.island-photos img { width: 100%; height: 100%; object-fit: cover; }

/* Contact + breakfast form */
.contact-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.card { padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--r); background: var(--white); box-shadow: var(--shadow); }
.form-card .h3 { margin-bottom: .4rem; }
.form-intro { margin-bottom: 1.2rem; color: var(--muted); }
.safe { margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .95rem; }
.bf-wrap { max-width: 46rem; }
.fs-h { margin: .6rem 0 -.3rem; padding-top: .9rem; border-top: 1px solid var(--line); font: 600 .8rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--grey); }
.fs-h:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.field-check a { color: var(--charcoal); }

/* Gallery (room photos, around IRIS): balanced columns, natural proportions */
.gallery-grid { columns: 3 16rem; column-gap: clamp(.6rem, 1.2vw, 1rem); }
.gallery-grid .tile { break-inside: avoid; margin-bottom: clamp(.6rem, 1.2vw, 1rem); }
.tile { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 12px; overflow: hidden; background: var(--line); cursor: zoom-in; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tile:hover img { transform: scale(1.03); }
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; background: rgba(24, 24, 24, .96); opacity: 0; transition: opacity .25s; }
.lightbox.is-open { display: block; }
.lightbox.is-visible { opacity: 1; }
.lb-stage { position: absolute; inset: 4.5rem 4.5rem 4rem; display: grid; place-items: center; }
.lb-figure { margin: 0; display: grid; justify-items: center; gap: .8rem; max-height: 100%; }
.lb-img { max-width: 100%; max-height: calc(100vh - 11rem); width: auto; height: auto; border-radius: 10px; transition: opacity .2s; }
.lb-img.is-loading { opacity: .3; }
.lb-caption { color: #e6e7e9; text-align: center; }
.lb-counter { position: absolute; left: 1.4rem; top: 1.4rem; margin: 0; color: #b0b3b8; font-weight: 600; }
.lb-btn { position: absolute; display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); background: transparent; color: #fff; cursor: pointer; }
.lb-btn:hover { background: #fff; color: var(--ink); }
.lb-btn svg { width: 1.3rem; height: 1.3rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lb-btn:disabled { display: none; }
.lb-prev { left: 1rem; top: 50%; margin-top: -1.5rem; }
.lb-next { right: 1rem; top: 50%; margin-top: -1.5rem; }
.lb-close { right: 1rem; top: 1rem; }

.legal { max-width: 52rem; }
.legal .h1 { margin: 1rem 0 1.5rem; font-size: clamp(2.2rem, 1.6rem + 2vw, 3.2rem); }
.legal .h3 { margin: 1.8rem 0 .5rem; }
.legal p + p { margin-top: .6rem; }

/* Footer: the old site's charcoal, the flower as a watermark */
.site-footer { position: relative; overflow: hidden; padding: clamp(3rem, 6vw, 4.5rem) 0 1.5rem; background: var(--charcoal); color: #d4d6d9; }
.footer-flower { position: absolute; right: -3rem; bottom: -4rem; width: clamp(12rem, 22vw, 18rem); height: auto; opacity: .06; pointer-events: none; }
.footer-top { position: relative; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 10fr); gap: 2rem clamp(2rem, 5vw, 4rem); padding-bottom: 2.4rem; }
.footer-brand img { width: 150px; margin-bottom: 1rem; }
.footer-brand p + p { margin-top: 1.2rem; }
.colophon { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .95rem; }
.footer-links { list-style: none; display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; margin: 0; padding: 0; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #d4d6d9; text-decoration: underline; }
.site-footer .btn-sky { color: var(--charcoal); }
.site-footer .btn-sky:hover { color: var(--charcoal); text-decoration: none; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1100px) {
  .nav-toggle { display: grid; place-items: center; }
  .header-tools { margin-left: auto; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; height: calc(100dvh - var(--header-h)); display: none; margin: 0; padding: 1rem max(1rem, calc((100vw - 1240px) / 2)) 3rem; background: var(--grey); overflow-y: auto; }
  .site-header.is-open .nav { display: block; }
  .nav ul { flex-direction: column; gap: .3rem; }
  .nav a { width: 100%; min-height: 3.5rem; padding: 0 1.1rem; font-size: 1.2rem; background: rgba(255, 255, 255, .1); border-radius: 12px; }
  .nears { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .welcome, .meet, .room-main, .contact-grid, .block, .footer-top, .partners { grid-template-columns: minmax(0, 1fr); }
  .block:nth-child(even) figure { order: 0; }
  .welcome-photos { max-width: 36rem; }
  .offers, .feats { grid-template-columns: minmax(0, 1fr); }
  .offer { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
  .offer figure { aspect-ratio: auto; min-height: 100%; }
  .rooms-grid, .rooms-grid[data-count="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rooms-grid[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rooms-grid[data-count="3"] .room-band strong { font-size: 1.15rem; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cblock { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  body { padding-bottom: 4.6rem; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: .6rem; padding: .7rem max(1rem, env(safe-area-inset-left)) calc(.7rem + env(safe-area-inset-bottom)); background: rgba(109, 125, 145, .97); box-shadow: 0 -8px 24px -12px rgba(0, 0, 0, .35); }
  .mobile-bar .btn { min-height: 48px; }
  .header-tools .book-top { display: none; }
  .hero .btn-sky, .phead .btn-sky { display: none; }
  .rooms-grid, .rooms-grid[data-count="4"], .rooms-grid[data-count="2"], .rooms-grid[data-count="3"] { grid-template-columns: minmax(0, 1fr); }
  .offer { grid-template-columns: minmax(0, 1fr); }
  .offer figure { aspect-ratio: 16 / 10; }
  .nears, .cblock { grid-template-columns: minmax(0, 1fr); }
  .amen ul { grid-template-columns: minmax(0, 1fr); }
  .partner-logos img { max-width: 110px; }
  .years { width: 7rem; height: 7rem; right: 0; }
  .years strong { font-size: 2.1rem; }
  .dots { left: 1rem; right: auto; bottom: .5rem; }
  .lb-stage { inset: 4rem .5rem 5rem; }
  .lb-prev, .lb-next { top: auto; bottom: 1rem; margin: 0; }
  .lb-prev { left: calc(50% - 3.6rem); }
  .lb-next { right: calc(50% - 3.6rem); }
}
@media (max-width: 400px) {
  :root { --header-h: 4.4rem; }
  .brand img { width: 96px; }
  .header-inner { gap: .6rem; }
  .langs a { min-width: 34px; }
  .island-photos { grid-template-columns: minmax(0, 1fr); }
  .stats dt { font-size: 2.2rem; }
}

/* ---------- Form (shared by the hospitality sites; themed by --f-* set in each site's CSS) ---------- */
.site-form { display: grid; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); gap: 1.2rem; align-items: end; }
.form-row-tight { grid-template-columns: repeat(auto-fit, minmax(min(100%, 5.5rem), 1fr)); gap: .9rem; }
.field { display: grid; gap: .35rem; align-content: start; min-width: 0; }
.field label { font-weight: 600; }
.req { color: var(--f-accent); }
.hint { margin: 0; font-size: .92rem; color: var(--f-muted); }
.field input:not([type="checkbox"]), .field textarea, .field select { width: 100%; min-height: 3.1rem; padding: .7rem .9rem; font: inherit; font-size: 1.0625rem; color: var(--f-ink); background: var(--f-bg); border: 2px solid var(--f-border); border-radius: var(--f-radius); }
.field select { appearance: none; -webkit-appearance: none; padding-right: 2.5rem; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 1.25rem) 55%, calc(100% - .9rem) 55%; background-size: .35rem .35rem; background-repeat: no-repeat; }
.field textarea { resize: vertical; min-height: 9rem; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: var(--f-ink); }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible { outline: 3px solid var(--f-accent); outline-offset: 2px; box-shadow: none; border-color: var(--f-ink); background-color: #fff; }
.field [aria-invalid="true"] { border-color: #b3261e; }
.field-error { display: flex; gap: .45rem; align-items: center; margin: .1rem 0 0; font-size: .95rem; font-weight: 600; color: #b3261e; }
.field-error .ico { width: 1.1rem; height: 1.1rem; }
.field-check { grid-template-columns: auto minmax(0, 1fr); column-gap: .75rem; align-items: start; }
.field-check input { width: 1.35rem; height: 1.35rem; margin-top: .2rem; accent-color: var(--f-accent); }
.field-check label { font-weight: 400; font-size: .98rem; }
.field-check .field-error { grid-column: 1 / -1; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 0; font-size: .92rem; color: var(--f-muted); }
.btn-submit { justify-self: start; background: var(--f-accent); color: #fff; }
.btn-submit:hover { background: var(--f-accent-d); color: #fff; }
.btn-submit:disabled { opacity: .65; cursor: progress; }
.form-status { margin: 0; font-weight: 600; }
.form-status:empty { display: none; }
.form-status[data-kind="ok"] { color: #1f6b3a; }
.form-status[data-kind="error"] { color: #b3261e; }
