/* Ezulwini editorial system: real photography, clear actions, quiet typography. */
:root {
  color-scheme: light;
  --ink: #102d3d;
  --navy: #082d42;
  --blue: #007a9e;
  --cyan: #0cb3df;
  --light: #f1f6f7;
  --line: #cfdee4;
  --muted: #4e636d;
  --serif: Baskerville, 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: #fff; font: 1rem/1.7 var(--sans); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 6.9vw, 7.3rem); }
h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
h3 { font-size: 2rem; }
h1 em, h2 em { color: var(--blue); font-weight: 400; }
p { max-width: 65ch; }
p + p { margin-top: 1rem; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .3em; }
a, summary { touch-action: manipulation; overflow-wrap: anywhere; }
a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; box-shadow: 0 0 0 5px #fff; }
@media(forced-colors:active) {
  a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline-color: Highlight; }
}
::selection { color: var(--navy); background: #b8ecf8; }
.wrap { width: min(1320px, calc(100% - 6rem)); margin-inline: auto; }
.wrap > *, .header-inner > *, .footer-top > * { min-width: 0; }
h1, h2, h3 { overflow-wrap: anywhere; }
.section { padding-block: 6.5rem; }
.eyebrow { color: var(--blue); font: 500 .875rem/1.5 var(--sans); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.2rem; }
.lead { font-size: 1.125rem; line-height: 1.8; color: var(--muted); margin-top: 1.7rem; }
.small { font-size: .875rem; line-height: 1.65; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 52px; padding: .95rem 1.5rem; border: 1px solid var(--navy); background: var(--navy); color: #fff; font: 500 .9375rem/1.5 var(--sans); text-decoration: none; text-align: center; transition: background .2s ease, color .2s ease; }
.button:hover { background: #164a64; }
.button.light { color: var(--navy); background: #fff; border-color: #fff; }
.button.light:hover { background: #e1f0f5; border-color: #e1f0f5; }
.button.outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.button.outline:hover { background: var(--light); }
.text-link, .button.text-link { display: inline-flex; align-items: center; min-height: 44px; padding: .5rem 0; color: var(--blue); background: transparent; border: 0; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .9375rem; }
.text-link:hover { color: var(--navy); }
.soft-section { background: var(--light); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin-bottom: 3rem; }
.section-heading .lead { max-width: 34ch; margin: 0; }
.skip-link { position: absolute; left: 1rem; top: -200px; z-index: 20; padding: 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.preview-bar { padding: .5rem 1rem; color: var(--muted); background: var(--light); border-bottom: 1px solid var(--line); text-align: center; font-size: .875rem; line-height: 1.5; }
.preview-bar strong { font-weight: 600; color: var(--navy); }
.masthead { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 104px; }
.brand { display: flex; align-items: center; gap: .9rem; flex-shrink: 0; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-name { font-size: 1.05rem; letter-spacing: .15em; line-height: 1.3; }
.brand-name small { display: block; margin-top: .3rem; font: italic .875rem/1.4 var(--serif); letter-spacing: .05em; }
.desktop-nav { display: flex; gap: 1.8rem; font-size: .9375rem; }
.desktop-nav a { padding: .7rem 0; text-decoration: none; border-bottom: 1px solid transparent; }
.desktop-nav a[aria-current=page], .desktop-nav a:hover { color: var(--blue); border-color: var(--blue); }
.mobile-nav { display: none; }

/* Home: one clear invitation, with the garden visible beyond the text. */
.arrival-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: #fff; }
.arrival-photo { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; inset: 0; z-index: -2; }
.arrival-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,27,39,.94), rgba(4,27,39,.81) 33%, rgba(4,27,39,.22) 66%, rgba(4,27,39,.05)); }
.arrival-content { position: relative; padding-block: 4.4rem 3rem; min-height: 740px; }
.arrival-content .eyebrow { color: #d4e7f0; margin-bottom: 2rem; }
.arrival-content h1 { font-size: clamp(4.7rem, 8vw, 8.6rem); line-height: .92; max-width: 9ch; }
.arrival-content h1 em { color: #c2e9f3; }
.arrival-description { font-size: 1.125rem; line-height: 1.7; margin-top: 2rem; }
.arrival-content .button { margin-top: 1.9rem; }
.arrival-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 1.9rem; }
.arrival-actions .button { margin-top: 0; }
.video-link { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 52px; padding-block: .5rem; color: #e3eff4; text-decoration: none; border-bottom: 1px solid currentColor; }
.video-link small { font-size: .875rem; line-height: 1.5; color: #d4e7f0; }
.video-link:hover { color: #fff; }
.arrival-location { color: #d4e7f0; font-size: .875rem; margin-top: 2.8rem; }
.arrival-note { position: absolute; right: 3rem; bottom: 3rem; padding: .75rem 1.2rem; background: var(--navy); font: italic 1.5rem/1.3 var(--serif); }
.seasonal-line { display: flex; align-items: center; gap: 2.5rem; padding-block: 1.7rem; border-bottom: 1px solid var(--line); }
.seasonal-line .eyebrow { margin: 0; }
.seasonal-line p { font-size: 1rem; margin: 0; }
.seasonal-line strong { font-weight: 500; }
.seasonal-line .text-link { margin-left: auto; }
.welcome-story { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 6rem; }
.welcome-copy .lead { max-width: 39ch; }
.welcome-copy .text-link { margin-top: 1.5rem; }
.villa-portrait { padding-top: 2rem; }
.villa-portrait img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.villa-portrait figcaption { font-size: .875rem; padding-top: 1rem; color: var(--muted); }
.chapter-section { padding-block: 6rem; background: var(--light); }
.chapter-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2.5rem; align-items: start; }
.chapter { text-decoration: none; min-width: 0; }
.chapter:nth-child(2) { margin-top: 3.5rem; }
.chapter:nth-child(3) { margin-top: 7rem; }
.chapter-photo { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.chapter:nth-child(3) .chapter-photo { aspect-ratio: 1/1; }
.chapter-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.chapter:hover img { transform: scale(1.035); }
.chapter-index { position: absolute; bottom: 0; left: 0; background: var(--light); padding: .65rem 1.1rem; font-size: .875rem; }
.chapter h3 { margin-top: 1.6rem; font-size: 2.1rem; }
.chapter p { margin-top: 1rem; color: var(--muted); }
.chapter-link { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 1rem; color: var(--blue); font-size: .9375rem; }
.seraphic-invitation { display: grid; grid-template-columns: .8fr 1fr; gap: 8rem; align-items: center; }
.seraphic-invitation figure { max-width: 490px; }
.seraphic-invitation img { width: 100%; height: 520px; object-fit: cover; object-position: center 58%; }
.seraphic-invitation .lead { max-width: 39ch; }
.invitation { color: #fff; background: var(--navy); }
.invitation-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding-block: 4.8rem; }
.invitation .eyebrow { color: #a9deec; }
.invitation h2 em { color: #c2e9f3; }
.invitation p:not(.eyebrow) { margin-top: 1.4rem; max-width: 49ch; color: #d4e7f0; }
.invitation .button { flex-shrink: 0; }

/* Rooms: actual property gallery, separate from unconfirmed category mapping. */
.room-opening { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: center; padding-block: 3.5rem; }
.room-opening h1 { font-size: clamp(3.6rem, 6vw, 6.5rem); }
.room-opening .lead { max-width: 35ch; }
.room-opening figure { min-width: 0; }
.room-opening img { width: 100%; height: 580px; object-fit: cover; }
.room-opening figcaption { font-size: .875rem; color: var(--muted); padding-top: 1rem; }
.gallery-section { background: var(--light); }
.gallery-help { font-size: .875rem; color: var(--muted); margin-bottom: 1.2rem; max-width: none; }
.photo-gallery { display: flex; gap: 1.5rem; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-color: var(--blue) var(--line); padding-bottom: 1rem; }
.gallery-slide { flex: 0 0 72%; min-width: 0; scroll-snap-align: start; }
.gallery-slide img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.gallery-slide figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1rem; font-size: .9375rem; border-bottom: 1px solid var(--line); }
.gallery-slide figcaption span:last-child { font-size: .875rem; color: var(--muted); }
.photo-disclosure { margin-top: 1rem; max-width: 90ch; }
.room-categories { border-top: 1px solid var(--line); }
.room-category { display: grid; grid-template-columns: 3rem 1.4fr .55fr .55fr 1.1fr; gap: 2rem; align-items: center; padding-block: 2.5rem; border-bottom: 1px solid var(--line); }
.category-number { align-self: start; color: var(--blue); font-size: .875rem; }
.category-title .eyebrow { margin-bottom: .5rem; }
.category-title h3 { font-size: 2.3rem; }
.category-rate { display: flex; flex-direction: column; gap: .6rem; }
.category-rate span { font-size: .875rem; color: var(--muted); }
.category-rate strong { font: 400 2.4rem/1 var(--serif); }
.room-category .text-link { justify-self: end; text-align: left; max-width: 14rem; }
.rate-note { max-width: 85ch; margin-top: 1.5rem; }
.rate-comparison { margin-top: 2rem; }
.rate-comparison summary, .original-menu summary { cursor: pointer; min-height: 48px; padding-block: .75rem; font-size: 1rem; }
.rates-scroll { overflow-x: auto; }
.rates { width: 100%; border-collapse: collapse; font-size: 1rem; }
.rates caption { text-align: left; padding-block: 1rem; font-size: .875rem; color: var(--muted); }
.rates th, .rates td { border-bottom: 1px solid var(--line); text-align: left; padding: 1.2rem .75rem; }
.rates tbody th { font: 400 1.6rem/1.3 var(--serif); }
.rates thead { font-size: .875rem; }
.booking-options { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1.5rem; margin-top: 3rem; }
.booking-option { display: flex; flex-direction: column; align-items: flex-start; padding: 2.3rem; background: #fff; border: 1px solid var(--line); }
.booking-option h3 { font-size: 1.8rem; }
.booking-option p { color: var(--muted); margin-top: 1.2rem; }
.booking-option .button { margin-top: 1.5rem; }
.booking-option.primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.booking-option.primary p { color: #d4e7f0; }
.booking-option .small { font-size: .875rem; }
.guest-information { border-top: 1px solid var(--line); }
.guest-policy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; margin-top: 3rem; }
.guest-policy-grid article { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.guest-policy-grid h3 { font-size: 1.8rem; margin-bottom: 1.2rem; }
.guest-policy-grid p { color: var(--muted); }
.guest-policy-grid strong { color: var(--ink); font-weight: 500; }
.cancellation-policy { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); max-width: 78ch; }
.cancellation-policy h3 { font-size: 1.8rem; margin-bottom: 1.2rem; }
.cancellation-policy p, .cancellation-policy li { color: var(--muted); }
.cancellation-policy ul { margin-block: 1.2rem; padding-left: 1.3rem; }
.cancellation-policy li + li { margin-top: .65rem; }
.cancellation-policy strong { color: var(--ink); font-weight: 500; }

/* Seraphic: a distinct, food-led expression within the hotel identity. */
.seraphic-opening { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: #fff; }
.seraphic-title { padding: 4.8rem 3.5rem 4rem max(3rem, calc((100vw - 1320px)/2)); align-self: center; }
.seraphic-title .eyebrow { color: #a9deec; }
.seraphic-title h1 { font-size: clamp(4.2rem, 7vw, 7.8rem); }
.seraphic-title h1 em { color: #c2e9f3; }
.seraphic-title .lead { color: #e3eff4; }
.seraphic-photo { position: relative; min-height: 620px; }
.seraphic-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 49% center; }
.bistro-subnav { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 2rem; }
.bistro-subnav a { display: inline-block; min-height: 44px; padding-block: .5rem; color: #e3eff4; font-size: .9375rem; }
.bistro-story { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 7rem; }
.bistro-story .lead { margin-bottom: 1.3rem; }
.bistro-story > div:last-child { max-width: 580px; }
.seraphic-brand-window { position: relative; overflow: hidden; aspect-ratio: 2.8; }
.seraphic-brand-window img { position: absolute; width: 100%; max-width: none; height: auto; left: 0; top: -112%; }
.tasting-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; }
.tasting-column h3 { font: 500 .875rem/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-list li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .8rem 1rem; padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.menu-list li > span:first-child { font: 400 1.4rem/1.3 var(--serif); }
.menu-list li > span:nth-child(2) { font-size: 1rem; }
.menu-list small { grid-column: 1/-1; font-size: .9375rem; line-height: 1.65; color: var(--muted); }
.cocktail-story { display: grid; grid-template-columns: .8fr 1fr; gap: 7rem; align-items: center; }
.cocktail-story img { width: 100%; height: 660px; object-fit: cover; }
.cocktail-story figcaption { font-size: .875rem; color: var(--muted); padding-block: 1rem; }
.cocktail-story .menu-list { margin-top: 1.6rem; }
.cocktail-story .text-link { margin-top: 1.4rem; }

/* Conferences: a real setting and unambiguous combined charges. */
.conference-opening { padding-top: 4rem; }
.conference-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; align-items: end; padding-bottom: 3rem; }
.conference-heading h1 { font-size: clamp(3.5rem, 6.5vw, 7rem); }
.conference-intro { border-left: 1px solid var(--line); padding-left: 2rem; }
.conference-intro p { color: var(--muted); margin-bottom: 1.5rem; }
.conference-opening figure img { width: 100%; height: 460px; object-fit: cover; object-position: center 63%; }
.conference-opening figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; background: var(--navy); color: #e3eff4; font-size: .875rem; }
.conference-offer { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 5rem; }
.conference-offer > div:first-child .lead { max-width: 32ch; }
.conference-pricing { padding: 2.8rem; color: #fff; background: var(--navy); }
.price-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.7rem; align-items: center; }
.price-pair article { min-width: 0; }
.price-pair .eyebrow { color: #a9deec; letter-spacing: .08em; min-height: 42px; }
.price-amount { font: 400 clamp(2.8rem, 3.8vw, 4.5rem)/1 var(--serif); letter-spacing: -.04em; white-space: nowrap; }
.price-pair .price-unit { margin-top: .6rem; font-size: 1rem; }
.price-plus { color: #a9deec; font: 400 2.5rem/1 var(--serif); }
.package-relationship { text-align: right; color: #d4e7f0; margin-top: 1rem; font-size: .875rem; }
.package-inclusions { border-top: 1px solid #466878; border-bottom: 1px solid #466878; padding-block: 1.6rem; margin-top: 2rem; }
.package-inclusions h3 { font-size: 1.7rem; }
.package-inclusions ul { list-style: none; display: grid; grid-template-columns: 1fr 1.3fr; gap: .8rem 1rem; padding: 0; margin: 1.3rem 0 0; color: #e3eff4; }
.package-inclusions li { position: relative; padding-left: 1rem; }
.package-inclusions li:before { content: '·'; color: #a9deec; position: absolute; left: 0; }
.quote-bottom { margin-top: 2rem; }
.quote-bottom .small { color: #d4e7f0; margin-top: 1rem; }
.meeting-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.numbered { list-style: none; padding: 0; margin: 0; }
.numbered li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; border-bottom: 1px solid var(--line); padding-block: 1.5rem; }
.numbered li:first-child { padding-top: 0; }
.numbered span { font: 400 1.8rem/1.3 var(--serif); color: var(--blue); }
.numbered strong { font-size: 1.0625rem; font-weight: 500; }
.numbered p { color: var(--muted); margin-top: .5rem; }

/* Contacts: the useful details, always a clear human handoff. */
.contact-opening { display: grid; grid-template-columns: 1fr .9fr; gap: 5rem; padding-top: 4rem; align-items: center; }
.contact-opening img { width: 100%; height: 360px; object-fit: cover; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 6rem; }
.contact-main { background: var(--navy); color: #fff; padding: 3rem; }
.contact-main .eyebrow { color: #a9deec; }
.contact-main h2 { font-size: clamp(2.2rem, 3vw, 3.2rem); overflow-wrap: anywhere; }
.contact-main p:not(.eyebrow) { color: #e3eff4; margin-top: 1.5rem; }
.contact-alternatives { margin-top: 2.5rem; }
.contact-channels { display: grid; gap: 1rem; margin-top: 1.7rem; }
.contact-channels p { margin: 0; overflow-wrap: anywhere; }
.contact-label { display: block; font-size: .875rem; color: var(--muted); }
.contact-link { display: inline-block; min-height: 44px; padding-top: .3rem; }
.contact-alternatives .contact-channels { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.visit-details { display: grid; align-content: start; gap: 2rem; }
.visit-details section { border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
.visit-details h3 { margin-bottom: 1rem; }
.visit-details address { font-style: normal; font-size: 1.125rem; }
.visit-details p { color: var(--muted); }
.visit-details .text-link { margin-top: 1rem; }

/* Actual HTML menus: no page-image zoom required to read or select text. */
.menu-opening { background: var(--light); padding-block: 2.5rem; }
.breadcrumb { color: var(--muted); font-size: .875rem; margin-bottom: 2.5rem; }
.menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; }
.menu-heading h1 { font-size: clamp(3.6rem, 6vw, 6.5rem); }
.menu-heading .lead { margin-top: 1.3rem; }
.menu-opening-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; padding-bottom: .2rem; }
.menu-type { font: italic 2rem/1.3 var(--serif); }
.menu-notice { padding-top: 1.6rem; border-top: 1px solid var(--line); margin-top: 2.5rem; font-size: .875rem; color: var(--muted); max-width: none; }
.catalog-layout { display: grid; grid-template-columns: 205px minmax(0,1fr); gap: 4rem; padding-block: 4rem; align-items: start; }
.catalog-nav { position: sticky; top: 1.5rem; max-height: calc(100vh - 3rem); overflow-y: auto; padding: .5rem .75rem 1rem 0; }
.catalog-nav .eyebrow { margin-bottom: 1rem; }
.category-links { display: flex; flex-direction: column; gap: .15rem; }
.category-links a { display: inline-flex; min-height: 44px; align-items: center; padding: .45rem .7rem .45rem 0; text-decoration: none; color: var(--muted); font-size: .9375rem; border-bottom: 1px solid transparent; }
.category-links a:hover { color: var(--blue); border-bottom-color: var(--line); }
.catalog-sections { min-width: 0; }
.catalog-section { margin-bottom: 4rem; scroll-margin-top: 1.5rem; }
.catalog-section:target { border-top: 2px solid var(--blue); padding-top: 1rem; }
.catalog-section-heading { display: flex; align-items: baseline; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--ink); }
.catalog-section-heading > span { color: var(--blue); font-size: .875rem; }
.catalog-section-heading h2 { font-size: 2.8rem; flex: 1; }
.catalog-section-heading a { font-size: .875rem; padding-block: .6rem; flex-shrink: 0; min-height: 44px; }
.section-note { color: var(--muted); font-size: .9375rem; margin-top: 1rem; }
.catalog-items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 3rem; list-style: none; padding: 0; margin: 0; }
.catalog-item { padding-block: 1.7rem; border-bottom: 1px solid var(--line); min-width: 0; }
.dish-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.dish-heading h3 { font: 500 1.0625rem/1.55 var(--sans); letter-spacing: 0; text-wrap: wrap; }
.dish-price { font-size: 1rem; white-space: nowrap; flex-shrink: 0; }
.price-unconfirmed { font-size: .875rem; color: var(--muted); }
.catalog-item p { font-size: 1rem; line-height: 1.75; color: var(--muted); margin-top: .75rem; white-space: pre-line; }
.original-menu-section { padding-bottom: 4rem; }
.original-menu { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: .5rem; }
.original-menu > .small { margin-block: 1rem; }
.original-menu-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.original-menu-pages img { width: 100%; height: auto; border: 1px solid var(--line); }
.original-menu-pages figcaption { font-size: .875rem; color: var(--muted); padding-block: .8rem 1.5rem; }

.footer { color: #fff; background: var(--navy); padding-block: 4.5rem 2rem; border-top: 1px solid #315467; }
.footer-top { display: grid; grid-template-columns: 1.3fr .9fr 1fr; gap: 3rem; }
.footer .brand img { width: 48px; height: 48px; }
.footer .brand-name { font-size: 1rem; }
.footer p { color: #d4e7f0; font-size: .9375rem; margin-top: 1.5rem; }
.footer h2 { font: 500 .875rem/1.5 var(--sans); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer a { font-size: .9375rem; }
.footer li a { display: inline-block; padding-block: .3rem; }
.footer .contact-label { color: #b6ccd7; }
.footer .contact-channels p { margin: 0; }
.footer .button.text-link { color: #a9deec; margin-top: 1rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid #315467; padding-top: 1.5rem; margin-top: 3rem; color: #b6ccd7; font-size: .875rem; }

@media(min-width:1600px) {
  .arrival-content { min-height: 800px; padding-top: 5rem; }
}
@media(max-width:1100px) {
  .wrap { width: calc(100% - 3rem); }
  .desktop-nav { gap: 1.2rem; }
  .header-cta { display: none; }
  .arrival-content { min-height: 680px; }
  .welcome-story, .bistro-story { gap: 3rem; }
  .chapter-grid, .tasting-grid { gap: 1.5rem; }
  .chapter h3 { font-size: 1.9rem; }
  .seraphic-invitation, .cocktail-story { gap: 4rem; }
  .room-opening { gap: 2.5rem; }
  .room-opening img { height: 510px; }
  .room-category { grid-template-columns: 2rem 1.3fr .6fr .6fr; gap: 1.3rem; }
  .room-category .text-link { grid-column: 2/-1; justify-self: start; }
  .category-title h3 { font-size: 2rem; }
  .booking-options { grid-template-columns: 1fr 1fr; }
  .booking-option.primary { grid-column: 1/-1; }
  .seraphic-title { padding: 3.8rem 2rem; }
  .seraphic-title h1 { font-size: 5.5rem; }
  .seraphic-photo { min-height: 580px; }
  .conference-heading { gap: 2rem; }
  .conference-offer { grid-template-columns: 1fr; gap: 3rem; }
  .conference-offer > div:first-child { max-width: 650px; }
  .conference-offer > div:first-child .lead { max-width: 55ch; }
  .price-amount { font-size: 4.5rem; }
  .price-pair .eyebrow { min-height: 0; }
  .contact-grid, .contact-opening, .meeting-grid { gap: 3rem; }
  .contact-main { padding: 2.2rem; }
  .contact-alternatives .contact-channels { grid-template-columns: 1fr; }
  .catalog-layout { gap: 2rem; grid-template-columns: 180px minmax(0,1fr); }
  .catalog-items { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1/-1; }
}
@media(max-width:760px) {
  html { scroll-padding-top: 1rem; }
  .wrap { width: calc(100% - 2.5rem); }
  .section { padding-block: 3.8rem; }
  .header-inner { min-height: 88px; gap: .5rem; flex-wrap: wrap; padding-block: 1rem; }
  .brand { gap: .65rem; }
  .brand img { width: 43px; height: 43px; }
  .brand-name { font-size: .875rem; letter-spacing: .11em; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .mobile-nav summary { padding: .6rem; min-height: 44px; cursor: pointer; }
  .mobile-nav nav { display: grid; padding-top: .5rem; }
  .mobile-nav a { padding: .6rem; min-height: 44px; text-decoration: none; }
  .mobile-nav[open] { width: 100%; margin-left: 0; }
  .mobile-nav a[aria-current=page] { color: var(--blue); }
  .arrival-photo { position: relative; height: 300px; z-index: 0; object-position: 55% 60%; }
  .arrival-shade, .arrival-note { display: none; }
  .arrival-content { min-height: 0; padding-block: 2.5rem; }
  .arrival-content h1 { font-size: clamp(4rem, 16vw, 6rem); }
  .arrival-content .eyebrow { margin-bottom: 1.5rem; }
  .arrival-description { margin-top: 1.6rem; }
  .arrival-location { margin-top: 2rem; }
  .seasonal-line { flex-wrap: wrap; gap: .8rem 1.5rem; padding-block: 1.5rem; }
  .seasonal-line .eyebrow { width: 100%; }
  .seasonal-line .text-link { margin: 0; }
  .welcome-story, .seraphic-invitation, .bistro-story, .cocktail-story, .meeting-grid, .contact-grid, .contact-opening { grid-template-columns: 1fr; gap: 2.5rem; }
  .villa-portrait { padding-top: 0; }
  .villa-portrait img { aspect-ratio: 3/2; }
  .chapter-section { padding-block: 3.8rem; }
  .section-heading { display: block; margin-bottom: 2rem; }
  .section-heading .lead { margin-top: 1.5rem; }
  .section-heading > .text-link { margin-top: 1.5rem; }
  .chapter-grid, .tasting-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .chapter:nth-child(2), .chapter:nth-child(3) { margin-top: 0; }
  .chapter .chapter-photo { aspect-ratio: 4/3; }
  .chapter h3 { font-size: 2.2rem; }
  .seraphic-invitation figure { max-width: none; }
  .seraphic-invitation img { height: 400px; object-position: center 50%; }
  .invitation-inner { display: block; padding-block: 3.5rem; }
  .invitation .button { margin-top: 2rem; }
  .room-opening { grid-template-columns: 1fr; gap: 2rem; padding-block: 2.7rem; }
  .room-opening h1 { font-size: clamp(3.6rem, 12vw, 5rem); }
  .room-opening img { height: auto; aspect-ratio: 1/1; object-position: center; }
  .photo-gallery { gap: 1rem; }
  .gallery-slide { flex-basis: 88%; }
  .gallery-slide img { aspect-ratio: 4/4.5; }
  .gallery-slide figcaption { align-items: baseline; }
  .gallery-slide figcaption span:first-child { max-width: 16ch; }
  .room-category { grid-template-columns: 1fr 1fr; gap: 1.3rem 1.5rem; padding-block: 2rem; }
  .category-number { display: none; }
  .category-title { grid-column: 1/-1; }
  .category-title h3 { font-size: 2.3rem; }
  .category-rate { border-top: 1px solid var(--line); padding-top: 1rem; }
  .room-category .text-link { grid-column: 1/-1; }
  .rates th, .rates td { padding: 1rem .4rem; }
  .rates tbody th { font-size: 1.25rem; }
  .booking-options { grid-template-columns: 1fr; gap: 1rem; }
  .booking-option.primary { grid-column: auto; }
  .booking-option { padding: 1.8rem; }
  .guest-policy-grid { grid-template-columns: 1fr; gap: 2rem; margin-top: 2rem; }
  .seraphic-opening { grid-template-columns: 1fr; }
  .seraphic-title { padding: 3rem 1.25rem; }
  .seraphic-title h1 { font-size: clamp(4rem, 15vw, 5.8rem); }
  .seraphic-photo { min-height: 360px; }
  .bistro-story { gap: 2rem; }
  .seraphic-brand-window { max-width: 400px; width: 100%; }
  .cocktail-story img { height: 500px; }
  .conference-opening { padding-top: 2.5rem; }
  .conference-heading { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2rem; }
  .conference-heading h1 { font-size: clamp(3.5rem, 12vw, 5rem); }
  .conference-intro { border: 0; padding: 0; }
  .conference-opening figure img { height: 300px; object-position: 58% center; }
  .conference-opening figcaption { flex-direction: column; gap: .3rem; padding: 1rem; }
  .conference-offer { gap: 2.5rem; }
  .conference-pricing { padding: 1.7rem 1.3rem; }
  .price-pair { gap: .8rem; }
  .price-pair .eyebrow { min-height: 42px; letter-spacing: .03em; }
  .price-amount { font-size: clamp(2.3rem, 8.5vw, 3.5rem); }
  .price-plus { font-size: 1.6rem; }
  .package-inclusions ul { grid-template-columns: 1fr; }
  .quote-bottom .button { width: 100%; }
  .contact-opening { padding-top: 2.5rem; }
  .contact-opening img { height: 270px; }
  .contact-main { padding: 2rem 1.4rem; }
  .contact-main h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .menu-opening { padding-block: 2rem; }
  .breadcrumb { margin-bottom: 1.8rem; }
  .menu-heading { display: block; }
  .menu-heading h1 { font-size: clamp(3.5rem, 12vw, 4.7rem); }
  .menu-opening-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.8rem; }
  .menu-type { width: 100%; font-size: 1.6rem; }
  .menu-notice { margin-top: 1.8rem; }
  .catalog-layout { display: block; padding-block: 2rem 0; }
  .catalog-nav { position: static; max-height: none; overflow: visible; padding: 0; margin-bottom: 2.5rem; }
  .category-links { flex-direction: row; overflow-x: auto; gap: .6rem; padding-bottom: .8rem; scrollbar-color: var(--blue) var(--line); }
  .category-links a { flex: 0 0 auto; border: 1px solid var(--line); padding: .5rem .9rem; }
  .catalog-section { margin-bottom: 3rem; }
  .catalog-section-heading { gap: .8rem; }
  .catalog-section-heading h2 { font-size: 2.3rem; }
  .catalog-section-heading > span { display: none; }
  .catalog-items { grid-template-columns: 1fr; }
  .catalog-item { padding-block: 1.5rem; }
  .dish-heading { gap: .8rem; }
  .original-menu-pages { grid-template-columns: 1fr; gap: 1rem; }
  .original-menu-section { padding-bottom: 3rem; }
  .footer { padding-top: 3.5rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .6rem; }
}
@media(max-width:370px) {
  .brand-name { font-size: .8125rem; letter-spacing: .06em; }
  .brand img { width: 36px; height: 36px; }
  .price-pair { grid-template-columns: 1fr; gap: 1.2rem; }
  .price-pair .eyebrow { min-height: 0; margin-bottom: .6rem; }
  .package-relationship { text-align: left; }
  .dish-heading { flex-wrap: wrap; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
@media print {
  .preview-bar, .masthead, .footer, .button, .actions, .catalog-nav, .original-menu-section { display: none; }
  .wrap { width: 100%; }
  .section { padding-block: 1.5rem; }
  body { font-size: 12pt; }
  .arrival-content, .seraphic-title, .conference-pricing, .contact-main, .invitation { color: #000; background: #fff; }
  .arrival-photo, .arrival-shade, .arrival-note { display: none; }
  .arrival-content { min-height: 0; }
  .arrival-content *, .seraphic-title *, .conference-pricing *, .contact-main *, .invitation * { color: #000 !important; }
  .welcome-story, .room-opening, .bistro-story, .conference-heading, .conference-offer, .contact-grid, .contact-opening, .catalog-layout { display: block; }
  .photo-gallery { overflow: visible; flex-wrap: wrap; }
  .gallery-slide { flex-basis: 46%; }
  .catalog-section, .catalog-item, .room-category { break-inside: avoid; }
  .catalog-section { margin-bottom: 2rem; }
  .catalog-section-heading a { display: none; }
  .catalog-items { grid-template-columns: 1fr 1fr; }
  .room-opening img, .conference-opening figure img { height: 200px; }
}

picture { display: contents; }
