:root {
  --ink: #073b5b;
  --deep: #02395f;
  --sea: #087db6;
  --aqua: #dff4ff;
  --sand: #72c7ed;
  --cream: #f7fcff;
  --white: #fff;
  --line: rgba(8, 125, 182, .17);
  --shadow: 0 24px 70px rgba(2, 74, 116, .18);
  --radius: 1.35rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--cream) 38%, #eef9ff 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #7ed0f3; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--sea); font-size: .77rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.1; font-weight: 600; }
h1 { max-width: 860px; font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4.25rem); }
h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
p { margin: 0; }
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading { display: grid; gap: 1rem; max-width: 760px; margin-bottom: 3.2rem; }
.section-heading::after { content: ""; width: 84px; height: 3px; margin-top: .45rem; border-radius: 999px; background: linear-gradient(90deg, var(--sea), #87d6f5); }
.section-heading p:last-child { max-width: 650px; color: #496069; font-size: 1.04rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: 999px; background: var(--sea); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 12px 30px rgba(8,125,182,.24); transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #055f92; }
.button-outline { border-color: rgba(255,255,255,.75); background: rgba(8,33,42,.12); color: #fff; backdrop-filter: blur(8px); }
.button-outline:hover { background: #fff; color: var(--deep); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(2,48,80,.78); box-shadow: 0 8px 30px rgba(0,55,90,.18); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 1.3rem; }
.brand { margin-right: auto; text-decoration: none; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1; letter-spacing: .04em; }
.brand span { display: block; margin-top: .3rem; color: #bfeaff; font-family: "Segoe UI", Arial, sans-serif; font-size: .58rem; letter-spacing: .23em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a { color: #fff; text-decoration: none; font-size: .86rem; font-weight: 600; }
.nav-links a:not(.button):hover { color: #bfeaff; }
.language { display: flex; gap: .55rem; padding-left: .3rem; }
.language a { opacity: .72; text-decoration: none; }
.language a[aria-current="page"], .language a:hover { opacity: 1; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: transparent; color: #fff; }

.hero { min-height: 86svh; position: relative; display: grid; color: #fff; overflow: hidden; background: var(--deep); }
.hero-media, .hero-media picture, .hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .hero-media video { object-fit: cover; object-position: center center; }
.hero-poster { z-index: 0; }
.hero-video { z-index: 1; background: var(--deep); }
.hero::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(0,51,92,.10), rgba(0,77,125,.28)); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 10rem 0 5rem; }
.hero .eyebrow { color: #bfeaff; }
.hero-sub { max-width: 580px; margin: 1.25rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-caption { position: relative; z-index: 3; padding: clamp(3rem, 6vw, 5.5rem) 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 22px 60px rgba(1,65,102,.08); }
.hero-caption-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.hero-caption h1 { color: var(--deep); font-size: clamp(3rem, 7vw, 6.2rem); }
.hero-caption .hero-sub { margin: 0 0 1.5rem; color: #466777; }
.hero-caption .hero-note { color: #638393; }
.hero-caption .button-outline { border-color: var(--sea); background: transparent; color: var(--deep); }
.hero-caption .button-outline:hover { background: var(--sea); color: #fff; }
.hero-note { margin-top: 2rem; color: rgba(255,255,255,.7); font-size: .85rem; }

.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.intro-copy { display: grid; gap: 1.5rem; }
.intro-copy > p:not(.eyebrow) { color: #52676e; }
.image-card { position: relative; overflow: hidden; border: 5px solid #fff; border-radius: 12rem 12rem var(--radius) var(--radius); box-shadow: var(--shadow); }
.image-card img { aspect-ratio: 4/5; object-fit: cover; transition: transform .7s ease; }
.image-card:hover img { transform: scale(1.035); }
.floating-note { position: absolute; right: 1rem; bottom: 1rem; max-width: 230px; padding: 1rem; border: 1px solid rgba(8,125,182,.2); border-radius: 1rem; background: rgba(255,255,255,.93); box-shadow: 0 14px 30px rgba(0,76,118,.15); backdrop-filter: blur(12px); }
.floating-note strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }

.rooms { position: relative; overflow: hidden; background: linear-gradient(135deg, #02395f 0%, #075f91 60%, #0b86bb 100%); color: #fff; }
.rooms::before { content: ""; position: absolute; width: 480px; height: 480px; right: -180px; top: -220px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 84px rgba(255,255,255,.025); }
.rooms .section-heading p:last-child { color: rgba(255,255,255,.7); }
.rooms .eyebrow { color: #bfeaff; }
.rooms .section-heading::after { background: #fff; }
.room-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(2,48,80,.54); box-shadow: 0 30px 80px rgba(0,30,50,.24); }
.room-card picture, .room-card img { height: 100%; }
.room-card img { object-fit: cover; }
.room-copy { display: flex; flex-direction: column; justify-content: center; gap: 1.3rem; padding: clamp(2rem, 5vw, 4.5rem); }
.room-copy p { color: rgba(255,255,255,.72); }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip { padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #dff6ff; font-size: .78rem; }
.rooms .button { background: #fff; color: var(--deep); }

.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.amenity { min-height: 190px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem 1rem 3.5rem 1rem; background: rgba(255,255,255,.82); box-shadow: 0 18px 45px rgba(3,92,137,.08); }
.amenity span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1.4rem; border-radius: 50%; background: var(--aqua); color: var(--sea); font-size: 1.3rem; }
.amenity p { margin-top: .45rem; color: #607078; font-size: .9rem; }

.film { padding-top: 0; }
.film-frame { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--deep); box-shadow: var(--shadow); }
.film-frame img { aspect-ratio: 16/9; object-fit: cover; }
.film-label { position: absolute; left: 1rem; bottom: 1rem; padding: .6rem .85rem; border-radius: 999px; background: rgba(5,24,31,.75); color: #fff; font-size: .8rem; backdrop-filter: blur(9px); }

.videos { padding-top: 0; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: start; }
.video-card { overflow: hidden; border-radius: var(--radius); background: var(--deep); box-shadow: var(--shadow); }
.video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; max-height: 650px; background: #031218; object-fit: contain; }
.video-copy { padding: 1.15rem 1.25rem 1.35rem; color: #fff; }
.video-copy h3 { font-size: 1.25rem; }
.video-copy p { margin-top: .35rem; color: rgba(255,255,255,.68); font-size: .83rem; }

.gallery { background: radial-gradient(circle at 90% 5%, #cceeff 0, transparent 32%), linear-gradient(180deg, #effaff 0%, #dff4ff 100%); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: .8rem; }
.gallery-button { grid-column: span 4; overflow: hidden; padding: 0; border: 4px solid rgba(255,255,255,.88); border-radius: 1rem; background: #c8eafb; box-shadow: 0 14px 34px rgba(4,88,132,.12); }
.gallery-button:nth-child(1), .gallery-button:nth-child(6) { grid-column: span 8; }
.gallery-button img { height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-button:hover img { transform: scale(1.04); filter: brightness(.87); }

.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.location-card { min-height: 430px; padding: clamp(2rem, 6vw, 4.5rem); border-radius: var(--radius); background: linear-gradient(145deg, #02395f, #087db6); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); }
.location-card p { max-width: 500px; margin: 1rem 0 2rem; color: rgba(255,255,255,.7); }
.location-visual { position: relative; overflow: hidden; border-radius: var(--radius); }
.location-visual img { height: 100%; object-fit: cover; }
.location-visual::after { content: "Κουφονήσια · Κυκλάδες"; position: absolute; left: 1rem; bottom: 1rem; padding: .75rem 1rem; border-radius: 999px; background: rgba(255,255,255,.9); font-weight: 700; }
html[lang="en"] .location-visual::after { content: "Koufonisia · Cyclades"; }

.contact { background: linear-gradient(135deg, #effaff 0%, #d3effc 100%); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.contact-copy { position: sticky; top: 120px; display: grid; gap: 1.3rem; }
.contact-copy p:not(.eyebrow) { color: #4f5d5f; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1.3rem, 4vw, 2.5rem); border: 1px solid rgba(8,125,182,.16); border-radius: var(--radius); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
label { font-size: .8rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #c9d0d0; border-radius: .65rem; background: #fff; color: var(--ink); padding: .78rem .85rem; }
textarea { min-height: 120px; resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: .65rem; }
.checkbox input { width: auto; margin-top: .35rem; }
.form-note { color: #5e6b6e; font-size: .78rem; }
.form-status { min-height: 1.4em; font-size: .88rem; font-weight: 700; }
.form-status.success { color: #12643b; }
.form-status.error { color: #a32121; }
.hp { position: absolute !important; left: -10000px !important; }

.site-footer { padding: 3rem 0; background: linear-gradient(135deg, #012f50, #075f91); color: rgba(255,255,255,.8); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: #fff; text-decoration: none; font-size: .85rem; }
.legal { min-height: 100vh; padding: 9rem 0 5rem; background: var(--cream); }
.legal article { max-width: 780px; }
.legal h1 { font-size: clamp(2.7rem, 7vw, 5rem); }
.legal h2 { margin-top: 2.3rem; font-size: 1.65rem; }
.legal p, .legal li { color: #4d6067; }

.lightbox { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 4rem 1rem 1rem; background: rgba(1,13,18,.94); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1200px, 94vw); max-height: 84vh; object-fit: contain; }
.lightbox button { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.3); color: #fff; font-size: 1.35rem; }
.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev { left: 1rem; top: 50%; }
.lightbox-next { right: 1rem; top: 50%; }

@media (max-width: 900px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 1rem; background: rgba(5,24,31,.97); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .7rem; }
  .language { margin-left: auto; }
  .hero-caption-grid, .intro-grid, .room-card, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .room-card picture { max-height: 520px; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 1.25rem, 1180px); }
  .site-header .button { display: none; }
  .hero { min-height: 68svh; }
  .amenities-grid, .booking-form { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-button, .gallery-button:nth-child(1), .gallery-button:nth-child(6) { grid-column: auto; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .floating-note { max-width: calc(100% - 2rem); }
}

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

/* v6 — cinematic hero, real room photography and contact presentation */
.brand { display: inline-flex; align-items: center; }
.brand picture { display: block; line-height: 0; }
.brand-logo { display: block; width: clamp(150px, 13vw, 205px); height: auto; }
.footer-logo { width: min(210px, 52vw); }
.nav { min-height: 84px; }
.hero { min-height: 100svh; isolation: isolate; }
.hero-media, .hero-media picture, .hero-media img, .hero-media video { min-width: 100%; min-height: 100%; }
.hero-media img, .hero-media video { object-position: center center; }
.hero::after { z-index: 2; background: linear-gradient(90deg, rgba(1,39,68,.28) 0%, rgba(1,52,88,.08) 56%, rgba(1,52,88,.18) 100%), linear-gradient(180deg, rgba(0,29,52,.12), rgba(0,39,67,.34)); }
.hero-overlay { position: relative; z-index: 3; min-height: 100svh; display: flex; align-items: flex-end; padding-top: 9rem; padding-bottom: clamp(2rem, 7vh, 5rem); }
.hero-panel { width: min(690px, 100%); padding: clamp(2rem, 4.8vw, 3.5rem); border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.93); color: var(--ink); box-shadow: 0 30px 90px rgba(0,29,52,.32); backdrop-filter: blur(16px); }
.hero-panel::after { content: ""; display: block; width: 150px; height: 1px; margin-top: 1.7rem; background: var(--deep); }
.hero-panel .eyebrow { margin-bottom: 1rem; color: #08658f; }
.hero-panel h1 { max-width: 610px; color: #092d47; font-size: clamp(2.55rem, 5.2vw, 4.7rem); line-height: .98; letter-spacing: -.035em; }
.hero-panel-copy { max-width: 570px; margin-top: 1.25rem; color: #456372; font-size: 1.04rem; }
.hero-panel .hero-actions { align-items: center; margin-top: 1.8rem; }
.hero-panel .button { min-width: 285px; min-height: 58px; border-radius: 0; box-shadow: none; }
.hero-panel .button span { margin-left: auto; padding-left: 1.5rem; }
.hero-text-link { padding: .7rem .2rem; color: var(--deep); font-weight: 700; text-underline-offset: .3rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-top: 1.7rem; color: #4c6674; font-size: .83rem; }
.hero-facts span { display: inline-flex; align-items: baseline; gap: .28rem; }
.hero-facts span + span::before { content: ""; width: 4px; height: 4px; margin-right: .55rem; border-radius: 50%; background: #8ba6b4; }
.hero-facts strong { color: #173c54; }

.rooms-showcase { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 285px 285px auto; gap: 1rem; }
.rooms .gallery-button { grid-column: auto; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 1rem; background: #083f65; box-shadow: 0 22px 55px rgba(0,28,49,.24); }
.rooms .gallery-button img { height: 100%; object-fit: cover; }
.rooms .room-photo-main { grid-column: 1; grid-row: 1 / 3; }
.rooms .room-photo:nth-of-type(2) { grid-column: 2; grid-row: 1; }
.rooms .room-photo:nth-of-type(3) { grid-column: 2; grid-row: 2; }
.room-photo { position: relative; overflow: hidden; }
.room-photo::after { content: "↗"; position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--deep); font-weight: 800; transform: translateY(8px); opacity: 0; transition: .25s ease; }
.room-photo:hover::after, .room-photo:focus-visible::after { transform: translateY(0); opacity: 1; }
.room-copy-feature { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.15fr 1fr; align-items: center; gap: 1.5rem 2rem; min-height: auto; padding: clamp(1.7rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; background: rgba(1,44,74,.76); }
.room-copy-feature .eyebrow { align-self: start; }
.room-copy-feature h3 { grid-column: 1; }
.room-copy-feature > p:not(.eyebrow) { grid-column: 2; grid-row: 1 / 3; }
.room-copy-feature .chips { grid-column: 3; grid-row: 1; align-self: end; }
.room-copy-feature .button { grid-column: 3; grid-row: 2; align-self: start; }
.room-views { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.rooms .room-view-card { position: relative; height: 240px; overflow: hidden; }
.room-view-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,29,51,.78)); }
.room-view-card span { position: absolute; z-index: 2; left: 1.1rem; right: 1.1rem; bottom: 1rem; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; text-align: left; }

.host-card { padding: 1.35rem; border: 1px solid rgba(8,125,182,.16); border-radius: 1rem; background: rgba(255,255,255,.88); box-shadow: 0 16px 40px rgba(3,82,124,.1); }
.host-card > span { display: block; color: var(--sea); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.host-card > strong { display: block; margin-top: .35rem; color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.hosts-card { padding: 1.5rem; }
.hosts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1rem; }
.contact-person { display: grid; gap: .55rem; padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; background: #f8fcff; }
.contact-person strong { color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.phone-link { color: #155772; font-weight: 800; text-decoration: none; letter-spacing: .02em; }
.phone-link:hover { color: var(--sea); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .25rem; }
.contact-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: .45rem .75rem; border: 1px solid var(--sea); border-radius: 999px; color: var(--sea); font-size: .75rem; font-weight: 800; text-decoration: none; }
.contact-actions a:last-child { border-color: #18a765; background: #18a765; color: #fff; }
.contact-actions a:hover { background: var(--sea); color: #fff; }
.contact-actions a:last-child:hover { background: #118752; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1rem; }
.contact-details div { padding-top: .8rem; border-top: 1px solid var(--line); }
.contact-details small, .contact-details b { display: block; }
.contact-details small { color: #68808b; }
.contact-details b { margin-top: .15rem; color: #4f6570; font-size: .82rem; }
.review-card { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 1rem; padding: .8rem; border-radius: 1rem; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 14px 34px rgba(3,82,124,.1); }
.review-card img { aspect-ratio: 1; border-radius: .7rem; object-fit: cover; object-position: center top; }
.review-card span, .review-card strong { display: block; }
.review-card span { color: #60747d; font-size: .82rem; }
.review-card strong { margin-bottom: .15rem; color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }

@media (max-width: 900px) {
  .nav-links { inset: 84px 0 auto; }
  .hero-panel { width: min(640px, 100%); }
  .rooms-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 250px auto; }
  .rooms .room-photo-main { grid-column: 1 / -1; grid-row: 1; }
  .rooms .room-photo:nth-of-type(2) { grid-column: 1; grid-row: 2; }
  .rooms .room-photo:nth-of-type(3) { grid-column: 2; grid-row: 2; }
  .room-copy-feature { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .room-copy-feature > p:not(.eyebrow) { grid-column: 2; grid-row: 1 / 3; }
  .room-copy-feature .chips { grid-column: 1; grid-row: 3; }
  .room-copy-feature .button { grid-column: 2; grid-row: 3; }
}

@media (max-width: 620px) {
  .brand-logo { width: 148px; }
  .hero { min-height: 100svh; }
  .hero-media, .hero-media picture, .hero-media img, .hero-media video { width: 100%; height: 100%; min-width: 100%; min-height: 100%; }
  .hero-media video { object-fit: cover; object-position: 62% center; transform: scale(1.04); }
  .hero-overlay { min-height: 100svh; align-items: flex-end; width: 100%; padding: 6.5rem .65rem .65rem; }
  .hero-panel { width: 100%; max-height: calc(100svh - 7.2rem); overflow: auto; padding: 1.35rem; background: rgba(255,255,255,.94); }
  .hero-panel h1 { font-size: clamp(2.15rem, 11vw, 3rem); }
  .hero-panel-copy { margin-top: .8rem; font-size: .9rem; }
  .hero-panel .hero-actions { margin-top: 1.1rem; }
  .hero-panel .button { width: 100%; min-width: 0; min-height: 52px; }
  .hero-text-link { display: none; }
  .hero-facts { gap: .45rem .8rem; margin-top: 1rem; font-size: .75rem; }
  .hero-panel::after { width: 88px; margin-top: 1rem; }
  .rooms-showcase { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .rooms .room-photo-main, .rooms .room-photo:nth-of-type(2), .rooms .room-photo:nth-of-type(3) { grid-column: 1; grid-row: auto; height: auto; aspect-ratio: 4 / 3; }
  .room-copy-feature { grid-column: 1; display: flex; align-items: stretch; }
  .room-copy-feature > p:not(.eyebrow), .room-copy-feature .chips, .room-copy-feature .button { grid-column: auto; grid-row: auto; }
  .room-views { grid-auto-flow: column; grid-auto-columns: 84%; grid-template-columns: none; overflow-x: auto; padding-bottom: .6rem; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .rooms .room-view-card { scroll-snap-align: start; height: 220px; }
  .contact-details { grid-template-columns: 1fr; }
  .hosts-grid { grid-template-columns: 1fr; }
  .review-card { grid-template-columns: 68px 1fr; }
}
