@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Variable.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --paper: #f4efe5;
  --surface: #fffdf8;
  --ink: #17342e;
  --muted: #60716d;
  --accent: #bb8745;
  --accent-soft: #e9d2a9;
  --dark: #17342e;
  --line: rgba(23, 52, 46, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(21, 43, 37, .12);
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body, button, input, select, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.2em; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.02; text-wrap: balance; }
em, i, cite { font-style: normal; }
button, input, select, textarea { font-size: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f5bd58; outline-offset: 4px; }

.skip-link { position: fixed; left: 14px; top: -70px; z-index: 999; background: #fff; color: #111; padding: 12px 16px; font-weight: 800; }
.skip-link:focus { top: 14px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(830px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(76px, 10vw, 140px); }
.section-tight { padding-block: clamp(56px, 7vw, 90px); }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.display { font-size: clamp(54px, 7vw, 104px); letter-spacing: -.035em; }
.section-title { font-size: clamp(43px, 5vw, 70px); letter-spacing: -.025em; }
.lede { color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.muted { color: var(--muted); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; margin-top: clamp(26px, 3vw, 38px); border: 1px solid transparent; padding: 0 25px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; }
.button-dark { background: var(--dark); color: #fff; }
.button-light { background: #fffaf1; color: var(--dark); }
.button-outline { border-color: currentColor; background: transparent; }
.text-link { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid currentColor; padding-block: 7px; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.link-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(26px, 3vw, 38px); }
.header-action, .hero-actions .button, .link-row .button { margin-top: 0; }

.site-header { position: relative; z-index: 20; display: grid; min-height: 96px; grid-template-columns: 250px 1fr auto; align-items: center; gap: 34px; padding-inline: max(24px, 5vw); background: var(--dark); color: #fff; }
.site-header.overlay { position: absolute; inset: 0 0 auto; background: transparent; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand img { width: 196px; height: auto; }
.site-header nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.site-header nav a { padding-block: 15px; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav a[aria-current="page"], .site-header nav a:hover { color: #edce9b; }
.menu-list { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 44px); margin: 0; padding: 0; list-style: none; }
.menu-list li { margin: 0; }
.header-action { border-color: rgba(255,255,255,.65); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; right: 0; top: 42px; display: grid; min-width: 240px; padding: 16px; background: #fff; color: var(--dark); box-shadow: var(--shadow); }
.mobile-panel a { padding: 11px; font-weight: 700; }

.hero { position: relative; min-height: 820px; height: 100svh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero > img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(10,34,29,.86), rgba(10,34,29,.38) 53%, rgba(10,34,29,.05) 78%), linear-gradient(0deg, rgba(10,25,20,.25), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 86vw); margin: 86px 0 0 9vw; }
.hero .display { font-size: clamp(67px, 8vw, 122px); line-height: .8; }
.hero .display .accent-word { color: #e9c992; font-weight: 400; }
.hero-lede { max-width: 620px; margin-top: 34px; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 38px; }
.hero-note { position: absolute; right: 5vw; bottom: 45px; z-index: 1; display: grid; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.58); }
.hero-note strong { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.hero-note span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.welcome-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(54px, 9vw, 128px); align-items: start; }
.welcome-grid .copy { padding-top: 40px; }
.signature { margin-top: 30px; color: var(--accent); font-family: var(--serif); font-size: 26px; font-style: normal; }
.experience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.experience-card { position: relative; min-height: 580px; grid-column: span 4; overflow: hidden; color: #fff; }
.experience-card:nth-child(2) { transform: translateY(54px); }
.experience-card img, .experience-card::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.experience-card img { object-fit: cover; transition: transform .6s; }
.experience-card::after { content: ""; background: linear-gradient(0deg, rgba(8,26,23,.87), transparent 68%); }
.experience-card:hover img { transform: scale(1.03); }
.experience-content { position: absolute; inset: auto 34px 34px; z-index: 1; }
.experience-content h3 { margin-bottom: 12px; font-size: 46px; }
.experience-content p { max-width: 34ch; font-size: 14px; }
.experience-content .text-link { color: #f3cf90; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; background: var(--dark); color: #fff; }
.split-feature > img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px, 8vw, 110px); }
.split-copy .section-title { margin-bottom: 28px; }
.split-copy p { color: rgba(255,255,255,.74); }

.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.offer-card { min-height: 320px; display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.offer-card .number { color: var(--accent); font-size: 11px; letter-spacing: .18em; }
.offer-card h3 { margin: 42px 0 18px; font-size: 36px; }
.offer-card p { color: var(--muted); font-size: 14px; }
.offer-card .price { margin-top: auto; font-family: var(--serif); font-size: 28px; }
.offer-card .price small { font-family: var(--sans); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.offers-heading { margin-bottom: 46px; }

.cta { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.cta img, .cta::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.cta img { object-fit: cover; }
.cta::after { content: ""; background: rgba(8,31,27,.72); }
.cta-content { position: relative; z-index: 1; width: min(780px, calc(100% - 48px)); }
.cta h2 { font-size: clamp(54px, 7vw, 90px); }
.cta p { margin: 25px auto 30px; max-width: 55ch; }
.cta-actions { justify-content: center; }

.site-footer { padding: 76px max(24px, 6vw) 26px; background: #102924; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr 1fr; gap: 54px; }
.footer-brand img { width: 220px; height: auto; margin-bottom: 24px; }
.site-footer h2, .site-footer h3 { margin-bottom: 16px; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); font-size: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 66px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: 11px; }

.page-hero { position: relative; min-height: 510px; display: flex; align-items: end; padding: 170px 0 76px; overflow: hidden; color: #fff; }
.page-hero > img, .page-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero::after { content: ""; background: linear-gradient(0deg, rgba(10,34,29,.85), rgba(10,34,29,.15)); }
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(60px, 8vw, 100px); }
.page-hero p { max-width: 620px; margin-top: 18px; }
.breadcrumb { margin-bottom: 20px; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a { color: #edce9b; }

.room-list { display: grid; gap: 26px; }
.room-card { display: grid; min-height: 430px; grid-template-columns: .95fr 1.05fr; background: var(--surface); box-shadow: 0 10px 30px rgba(23,52,46,.06); }
.room-card:nth-child(even) { grid-template-columns: 1.05fr .95fr; }
.room-card:nth-child(even) .room-image { order: 2; }
.room-image { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.room-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 6vw, 76px); }
.room-price { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.room-copy h2 { margin: 12px 0 22px; font-size: clamp(40px, 5vw, 60px); }
.room-copy p { color: var(--muted); }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 24px; padding: 0; list-style: none; font-size: 12px; font-weight: 700; }
.intro-spacing { margin-bottom: 60px; }
.archive-note { margin-top: 24px; }
.entry-copy > :last-child, .entry-content > :last-child { margin-bottom: 0; }

.package-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.package-list { display: grid; gap: 28px; }
.package { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 520px; background: var(--surface); }
.package:nth-child(even) { grid-template-columns: 1.25fr .75fr; }
.package:nth-child(even) .package-photo { order: 2; }
.package-photo { width: 100%; height: 100%; object-fit: cover; }
.package-copy { padding: clamp(36px, 6vw, 72px); }
.package-copy h2 { margin: 10px 0 8px; font-size: clamp(42px, 5vw, 62px); }
.package-subtitle { color: var(--accent); font-family: var(--serif); font-size: 24px; font-style: normal; }
.package-prices { display: grid; gap: 4px; margin: 22px 0; padding: 18px 0; border-block: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.package ul { padding-left: 20px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { padding: 26px; background: var(--surface); border: 1px solid var(--line); }
.contact-card h3 { margin-bottom: 7px; color: var(--accent); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card p { margin: 0; }
.contact-intro, .inquiry-intro { margin-top: 26px; }
.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { padding: 15px 0; border-bottom: 1px solid var(--line); text-align: left; }
.hours th { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hours td { text-align: right; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row { display: grid; gap: 8px; }
.form-row.full { grid-column: 1 / -1; }
.form label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form input, .form select, .form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); padding: 15px 16px; }
.form textarea { min-height: 150px; resize: vertical; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }
.form-actions { grid-column: 1 / -1; }

.legal { background: var(--surface); }
.legal h1 { margin-bottom: 34px; font-size: clamp(44px, 7vw, 80px); overflow-wrap: anywhere; hyphens: auto; }
.legal h2 { margin: 44px 0 15px; font-size: 34px; overflow-wrap: anywhere; hyphens: auto; }
.legal h3 { margin: 28px 0 10px; font-size: 25px; overflow-wrap: anywhere; hyphens: auto; }
.legal p, .legal li { color: #425b55; }
.legal a { color: #855e2b; text-decoration: underline; }
.notice { margin-bottom: 34px; padding: 20px 24px; border-left: 4px solid var(--accent); background: #f2e3c9; }

.design-index { background: #eef0eb; }
.design-intro { padding: 92px 0 56px; }
.design-intro h1 { max-width: 940px; font-size: clamp(58px, 8vw, 105px); }
.design-intro p { max-width: 720px; margin-top: 24px; }
.design-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; padding-bottom: 100px; }
.design-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; color: #fff; }
.design-card:first-child { grid-column: 1 / -1; min-height: 560px; }
.design-card img, .design-card::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.design-card img { object-fit: cover; transition: transform .6s; }
.design-card::after { content: ""; background: linear-gradient(0deg, rgba(9,25,22,.9), rgba(9,25,22,.08)); }
.design-card:hover img { transform: scale(1.025); }
.design-card-content { position: relative; z-index: 1; padding: 36px; }
.design-card .label { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.design-card h2 { margin: 8px 0 12px; font-size: 48px; }

.concept-switcher { position: fixed; left: 50%; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 4px; transform: translateX(-50%); padding: 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 100px; background: rgba(11,31,27,.9); color: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.concept-switcher > span { padding: 0 10px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.concept-switcher a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 800; }
.concept-switcher a[aria-current="page"] { background: #e4b862; color: #1a2d28; }

/* Concept 2: warm boutique retreat */
.concept-two { --paper: #efe1d4; --surface: #fff8f1; --ink: #542c25; --muted: #7c5c54; --accent: #bd5d43; --dark: #542c25; --line: rgba(84,44,37,.17); }
.concept-two .site-header.overlay { color: var(--ink); border-color: var(--line); }
.concept-two .site-header.overlay .brand img { filter: invert(1); }
.concept-two .site-header.overlay .header-action { border-color: var(--ink); }
.concept-two .hero { min-height: 760px; height: auto; padding: 150px 6vw 70px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 7vw; background: var(--paper); color: var(--ink); }
.concept-two .hero > img { position: relative; inset: auto; height: 600px; grid-column: 2; grid-row: 1; object-position: center; box-shadow: 22px 22px 0 #d5a992; }
.concept-two .hero-shade { display: none; }
.concept-two .hero-content { grid-column: 1; grid-row: 1; width: auto; margin: 0; align-self: center; }
.concept-two .hero .display { font-size: clamp(68px, 7vw, 112px); line-height: .87; }
.concept-two .hero .display .accent-word { color: var(--accent); }
.concept-two .hero-note { position: static; grid-column: 2; grid-row: 1; align-self: end; justify-self: end; margin: 0 20px -30px 0; padding: 18px 24px; border: 0; background: var(--dark); color: #fff; }
.concept-two .button-light { background: var(--dark); color: #fff; }
.concept-two .experience-card { border-radius: 45% 45% 3px 3px; }

/* Concept 3: quiet Scandinavian wellness */
.concept-three { --paper: #f4f7f4; --surface: #fff; --ink: #233936; --muted: #61716e; --accent: #7a9b92; --dark: #233936; --line: rgba(35,57,54,.13); }
.concept-three .site-header.overlay { color: var(--ink); border-color: var(--line); }
.concept-three .site-header.overlay .brand img { filter: invert(1); }
.concept-three .header-action { border-color: var(--ink); }
.concept-three .hero { min-height: 940px; align-items: flex-start; padding-top: 160px; background: var(--paper); color: var(--ink); }
.concept-three .hero > img { inset: 355px 5vw 55px; width: 90vw; height: calc(100% - 410px); object-position: center; }
.concept-three .hero-shade { display: none; }
.concept-three .hero-content { width: min(1280px, 90vw); margin: 0 auto; }
.concept-three .hero .display { font-size: clamp(74px, 10vw, 150px); line-height: .8; white-space: nowrap; }
.concept-three .hero .display .accent-word { color: var(--accent); }
.concept-three .hero-lede { max-width: 520px; margin-left: auto; }
.concept-three .hero-actions { margin-left: auto; width: 520px; }
.concept-three .hero-note { bottom: 78px; right: 8vw; padding: 14px 18px; border: 0; background: rgba(255,255,255,.88); color: var(--ink); }
.concept-three .experience-grid { gap: 50px; }
.concept-three .experience-card { min-height: 530px; }

/* Concept 4: evening luxury */
.concept-four { --paper: #151915; --surface: #20251f; --ink: #f1eee4; --muted: #aaa99f; --accent: #c5a66a; --dark: #10130f; --line: rgba(255,255,255,.13); color-scheme: dark; }
.concept-four .hero { min-height: 900px; }
.concept-four .hero > img { width: 64%; left: auto; object-position: center; }
.concept-four .hero-shade { background: linear-gradient(90deg, #151915 0%, rgba(21,25,21,.97) 36%, rgba(21,25,21,.12) 72%); }
.concept-four .hero-content { margin-left: 7vw; }
.concept-four .hero .display { font-size: clamp(72px, 8vw, 124px); }
.concept-four .experience-card { min-height: 650px; }
.concept-four .offer-card, .concept-four .contact-card, .concept-four .form input, .concept-four .form select, .concept-four .form textarea { color: var(--ink); }
/* Concept 5: colorful modern postcard */
.concept-five { --paper: #f5ecd9; --surface: #fff9ec; --ink: #123e50; --muted: #50717d; --accent: #ef6b4d; --dark: #123e50; --line: rgba(18,62,80,.18); }
.concept-five .site-header.overlay { background: #123e50; border: 0; }
.concept-five .hero { min-height: 880px; padding-top: 96px; background: #efc663; color: var(--ink); }
.concept-five .hero > img { inset: 155px 5vw 55px auto; width: 53vw; height: calc(100% - 210px); border: 14px solid #fff7e7; transform: rotate(1.7deg); box-shadow: 14px 16px 0 #ef6b4d; }
.concept-five .hero-shade { display: none; }
.concept-five .hero-content { margin-left: 6vw; width: 46vw; }
.concept-five .hero .display { font-family: var(--sans); font-size: clamp(58px, 7vw, 108px); font-weight: 800; line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.concept-five .hero .display .accent-word { color: #fff9ec; font-style: normal; }
.concept-five .hero-lede { max-width: 450px; font-weight: 600; }
.concept-five .hero-note { right: 8vw; bottom: 75px; padding: 14px 18px; border: 3px solid var(--ink); background: #fff9ec; color: var(--ink); transform: rotate(-2deg); }
.concept-five .experience-card { border: 8px solid #fff9ec; box-shadow: 10px 10px 0 var(--accent); }
.concept-five .experience-card:nth-child(2) { transform: translateY(40px) rotate(1deg); }
.concept-five .experience-card:nth-child(1), .concept-five .experience-card:nth-child(3) { transform: rotate(-1deg); }

.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--dark); color: #fff; text-align: center; }
.error-page img { width: 110px; margin: 0 auto 28px; }
.error-page h1 { font-size: 90px; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { position: fixed; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 12px 16px; background: #fff; color: #111; }
.hours-note { margin-top: 24px; }
body.admin-bar .site-header.overlay { top: 32px; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 86px; }
  .site-header > nav, .site-header > .header-action { display: none; }
  .mobile-menu { display: block; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card { grid-column: auto; min-height: 520px; }
  .experience-card:nth-child(3) { grid-column: 1 / -1; min-height: 480px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .concept-two .hero { grid-template-columns: 1fr 1fr; gap: 4vw; }
  .concept-three .hero .display { white-space: normal; }
}

@media (max-width: 760px) {
  .shell, .narrow { width: min(100% - 32px, 1180px); }
  .site-header { padding-inline: 18px; }
  .brand img { width: 158px; }
  .hero { min-height: 740px; }
  .hero-content { margin: 100px 24px 0; width: auto; }
  .hero .display { font-size: clamp(56px, 17vw, 76px); }
  .hero-note { display: none; }
  .welcome-grid, .split-feature, .package-intro, .contact-grid { grid-template-columns: 1fr; }
  .welcome-grid { gap: 22px; }
  .welcome-grid .copy { padding-top: 0; }
  .experience-grid { grid-template-columns: 1fr; gap: 20px; }
  .experience-card, .experience-card:nth-child(2), .experience-card:nth-child(3) { min-height: 480px; grid-column: auto; transform: none; }
  .split-feature > img { height: 440px; }
  .offer-grid, .design-grid { grid-template-columns: 1fr; }
  .design-card:first-child { grid-column: auto; min-height: 460px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .room-card, .room-card:nth-child(even), .package, .package:nth-child(even) { grid-template-columns: 1fr; }
  .room-card:nth-child(even) .room-image, .package:nth-child(even) .package-photo { order: 0; }
  .form { grid-template-columns: 1fr; }
  .form-row.full, .form-note, .form-actions { grid-column: auto; }
  .concept-switcher > span { display: none; }
  .concept-two .hero, .concept-five .hero { min-height: 800px; display: block; padding: 130px 20px 30px; }
  .concept-two .hero-content, .concept-five .hero-content { width: auto; margin: 0; }
  .concept-two .hero > img, .concept-five .hero > img { position: relative; inset: auto; width: 100%; height: 330px; margin-top: 36px; transform: none; }
  .concept-three .hero { min-height: 820px; padding-top: 128px; }
  .concept-three .hero-content { width: calc(100% - 32px); }
  .concept-three .hero > img { inset: 390px 16px 30px; width: calc(100% - 32px); height: 400px; }
  .concept-three .hero-lede, .concept-three .hero-actions { width: auto; margin-left: 0; }
  .concept-four .hero > img { width: 100%; opacity: .48; }
  .concept-five .hero .display { font-size: 58px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header.overlay { top: 46px; }
}

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