@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap');

:root {
  --taupe: #8d8076;
  --taupe-deep: #665b53;
  --taupe-dark: #403936;
  --ivory: #f3efe9;
  --ink: #272321;
  --red: #9d1b22;
  --line: rgba(243, 239, 233, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--taupe);
  color: var(--ivory);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Italiana", Georgia, serif; font-weight: 400; line-height: .98; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { font-size: .73rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 7vw, 8rem); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 110px;
  padding: 1.4rem clamp(1.5rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand img { width: 145px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.main-nav a { position: relative; }
.language-switch { display: flex; align-items: center; gap: .5rem; white-space: nowrap; }
.language-switch [aria-current] { font-weight: 600; }
.language-switch > [aria-hidden] { opacity: .5; }
.main-nav a:not(.nav-book)::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.nav-book { border: 1px solid rgba(255,255,255,.6); padding: .75rem 1.25rem; transition: .25s ease; }
.nav-book:hover { background: var(--ivory); color: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; padding: .75rem; }
.menu-toggle span:not(.sr-only) { width: 26px; height: 1px; display: block; background: white; margin: 6px 0; }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 46% 54%;
  position: relative;
  background: var(--taupe);
}
.hero-copy { padding: 10.5rem clamp(2rem, 6vw, 7rem) 6rem; display: flex; flex-direction: column; justify-content: center; }
.hero-copy .eyebrow { margin-bottom: 2rem; }
.hero h1 { font-size: clamp(4rem, 7.2vw, 8rem); letter-spacing: -.035em; margin-bottom: 2rem; }
.hero h1 em { color: #d9cec4; font-weight: 400; }
.hero-text { max-width: 32rem; font-size: clamp(1rem, 1.25vw, 1.2rem); font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 1.75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.45rem; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ivory); color: var(--ink); }
.text-link { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: .25rem; }
.menu-link-arrow, .directions-arrow, .back-to-top svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.menu-link-arrow { display: inline-block; width: 14px; height: 14px; margin-left: .45rem; vertical-align: -.12em; }
.hero-visual { position: relative; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(54,47,43,.26), transparent 35%), linear-gradient(0deg, rgba(20,18,16,.25), transparent 50%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-desktop-slide { position: absolute; inset: 0; opacity: 0; animation: hero-desktop-carousel 12s ease-in-out infinite; }
.hero-desktop-slide:nth-of-type(1) { opacity: 1; animation-delay: 0s; }
.hero-desktop-slide:nth-of-type(2) { animation-delay: 4s; }
.hero-desktop-slide:nth-of-type(3) { animation-delay: 8s; }
@keyframes hero-desktop-carousel {
  0%, 30% { opacity: 1; }
  36%, 94% { opacity: 0; }
  100% { opacity: 1; }
}
.hero-mobile-video { display: none; width: 100%; height: 100%; object-fit: cover; }
.michelin-card { position: absolute; z-index: 2; right: clamp(1rem, 3vw, 3.5rem); bottom: clamp(2rem, 5vw, 5rem); display: flex; align-items: center; gap: 1rem; font-family: "Italiana", serif; font-size: 1.15rem; }
.michelin-card img { width: 76px; height: 76px; }
.scroll-note { position: absolute; left: 1.1rem; bottom: 2rem; display: flex; align-items: center; gap: .8rem; transform: rotate(-90deg); transform-origin: left center; font-size: .66rem; letter-spacing: .17em; text-transform: uppercase; }
.scroll-note i { width: 58px; height: 1px; background: rgba(255,255,255,.55); }

.philosophy { position: relative; display: grid; grid-template-columns: .3fr 1fr 1.3fr; gap: 4rem; background: var(--taupe-deep); }
.section-number { font-size: .72rem; letter-spacing: .16em; opacity: .7; padding-top: .4rem; }
.section-heading h2, .gourmet h2, .menu-copy h2, .experience h2, .contact h2 { font-size: clamp(3.25rem, 6vw, 6.7rem); }
.philosophy blockquote { margin: 2.1rem 0 0; font-family: "Italiana", serif; font-size: clamp(1.45rem, 2.3vw, 2.35rem); line-height: 1.45; color: #ded5ce; }
.philosophy cite { display: block; margin-top: 2rem; font-family: "DM Sans", sans-serif; font-size: .74rem; font-style: normal; letter-spacing: .16em; text-transform: uppercase; }

.gourmet { background: var(--taupe); overflow: hidden; }
.gourmet-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; margin-bottom: 4rem; }
.gourmet-heading h2 { margin-bottom: 0; }
.gourmet-heading h2 em { color: #d9cec4; font-weight: 400; }
.gourmet-heading > p { max-width: 34rem; margin-bottom: .65rem; font-size: 1.15rem; color: #e0d8d2; }
.gourmet-slider { position: relative; }
.gourmet-track { position: relative; aspect-ratio: 16 / 8.6; background: #141311; overflow: hidden; }
.gourmet-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); pointer-events: none; transition: opacity .7s ease, transform 1.1s ease; }
.gourmet-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.gourmet-slide img { width: 100%; height: 100%; object-fit: cover; }
.gourmet-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,8,.56), transparent 42%); }
.gourmet-slide figcaption { position: absolute; z-index: 2; left: clamp(1.25rem, 3vw, 3rem); bottom: clamp(1.25rem, 3vw, 2.6rem); font-family: "Italiana", serif; font-size: clamp(1.25rem, 2vw, 2rem); }
.gourmet-slide figcaption span { display: block; margin-bottom: .5rem; font-family: "DM Sans", sans-serif; font-size: .7rem; letter-spacing: .16em; }
.slider-controls { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.slider-arrow { width: 50px; height: 50px; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; color: var(--ivory); font-size: 1.1rem; cursor: pointer; transition: background .2s ease, color .2s ease; }
.slider-arrow:hover { background: var(--ivory); color: var(--ink); }
.slider-dots { display: flex; align-items: center; justify-content: center; gap: .65rem; }
.slider-dots button { width: 34px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.slider-dots button::after { content: ""; position: absolute; left: 0; top: 8px; width: 100%; height: 1px; background: rgba(255,255,255,.35); }
.slider-dots button.is-active::after { height: 2px; background: var(--ivory); }

.menus { background: var(--ivory); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; }
.menu-image { min-height: 620px; overflow: hidden; }
.menu-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.menu-image:hover img { transform: scale(1.025); }
.menu-copy { padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.menu-copy h2 { margin: 1rem 0 2rem; }
.menu-copy > p:not(.eyebrow) { max-width: 34rem; }
.menu-links { margin-top: 2rem; border-top: 1px solid rgba(39,35,33,.25); }
.menu-links a { display: flex; justify-content: space-between; padding: 1.15rem 0; border-bottom: 1px solid rgba(39,35,33,.25); font-size: .79rem; letter-spacing: .1em; text-transform: uppercase; }
.menu-links a span { transition: transform .2s ease; }
.menu-links a:hover span { transform: translateX(5px); }
.image-two { grid-column: 2; }
.image-two img { object-position: center; }

.experience { background: var(--taupe-dark); display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.experience-action { max-width: 30rem; }
.button-outline { border: 1px solid rgba(255,255,255,.55); margin-top: 1.2rem; }
.button-outline:hover { background: var(--ivory); color: var(--ink); }

.contact { position: relative; min-height: 720px; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); background: #ab9f95; color: var(--ink); display: grid; grid-template-columns: 1.2fr 1fr; align-content: center; gap: 5rem; }
.contact-title h2 { margin-bottom: 0; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-self: end; }
.contact-details > div { min-width: 0; }
.contact-details span { display: block; font-size: .69rem; letter-spacing: .17em; text-transform: uppercase; margin-bottom: .7rem; }
.contact-details p { font-size: 1.02rem; }
.contact-details a { border-bottom: 1px solid rgba(39,35,33,.35); }
.circle-link { position: absolute; right: clamp(1.5rem, 6vw, 7rem); bottom: 3rem; width: 132px; height: 132px; border: 1px solid rgba(39,35,33,.55); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.directions-arrow { position: absolute; right: 25px; top: 20px; width: 20px; height: 20px; }
.circle-link:hover { background: var(--ink); color: var(--ivory); }

.back-to-top { position: fixed; z-index: 15; right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom, 0px)); display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--ivory); border-radius: 50%; background: var(--taupe-dark); color: var(--ivory); cursor: pointer; -webkit-appearance: none; appearance: none; }
.back-to-top[hidden] { display: none; }
.back-to-top svg { width: 22px; height: 22px; }
.back-to-top:hover { background: var(--ivory); color: var(--ink); border-color: var(--ink); }
.back-to-top:focus-visible { outline: 2px solid var(--ivory); outline-offset: 4px; }

footer { padding: 2.5rem clamp(1.5rem, 4vw, 4rem); background: #282422; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; font-size: .72rem; color: #bcb3ac; }
footer img { width: 120px; }
footer p { margin: 0; text-align: center; }
footer div { display: flex; justify-content: flex-end; gap: 1.5rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .site-header { min-height: 90px; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .main-nav { position: fixed; inset: 0; background: var(--taupe-dark); flex-direction: column; justify-content: center; gap: 1.6rem; font-size: 1rem; transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 76svh; padding-top: 8rem; }
  .hero h1 { font-size: clamp(3.25rem, 6vw, 6.7rem); }
  .hero-visual { min-height: 64svh; }
  .scroll-note { display: none; }
  .philosophy { grid-template-columns: .2fr 1fr; }
  .philosophy blockquote { grid-column: 2; }
  .gourmet-heading { grid-template-columns: 1fr; }
  .gourmet-track { aspect-ratio: 4 / 3; }
  .menus { grid-template-columns: 1fr; }
  .menu-image { min-height: 440px; }
  .image-two { grid-column: auto; grid-row: 3; }
  .experience, .contact { grid-template-columns: 1fr; }
  .contact { padding-bottom: 13rem; }
}

@media (max-width: 620px) {
  .hero-visual { grid-row: 1; }
  .hero-visual > img { display: none; }
  .hero-mobile-video { display: block; position: absolute; inset: 0; }
  .brand img { width: 112px; }
  .hero-copy { padding: 4rem 1.5rem; min-height: 74svh; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .michelin-card img { width: 62px; height: 62px; }
  .philosophy { grid-template-columns: 1fr; gap: 2rem; }
  .philosophy blockquote { grid-column: auto; margin-top: 0; }
  .gourmet-heading { margin-bottom: 2.5rem; }
  .gourmet-track { aspect-ratio: 4 / 4.8; }
  .gourmet-slide img { object-position: center; }
  .slider-controls { gap: .75rem; }
  .menu-copy { padding: 4rem 1.5rem; }
  .experience { gap: 2rem; }
  .contact-details { grid-template-columns: 1fr; gap: 1.3rem; }

  footer { grid-template-columns: 1fr; align-items: start; }
  footer p { text-align: left; }
  footer div { justify-content: flex-start; }
}

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

/* Motion timing follows the slow vertical transitions of the reference. */
html.scroll-animating { scroll-behavior: auto; }
@media (prefers-reduced-motion: no-preference) {
  .site-header { animation: header-enter 1.2s cubic-bezier(.22,1,.36,1) both; }
  .menu-link-arrow, .directions-arrow { transition: transform .8s cubic-bezier(.77,0,.175,1); }
  .text-link:hover .menu-link-arrow { transform: translate(3px, 3px); }
  .circle-link:hover .directions-arrow { transform: translate(3px, -3px); }
  .gourmet-slide { transition-duration: 1.4s, 1.6s; }
  .main-nav { transition-duration: .8s; transition-timing-function: cubic-bezier(.77,0,.175,1); }
}
@keyframes header-enter {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Full-screen frosted navigation: no transformed ancestor may contain it. */
@media (max-width: 980px) {
  .site-header { animation: none; transform: none; }
  .main-nav {
    width: 100%; height: 100dvh; min-height: 100svh;
    padding: calc(6rem + env(safe-area-inset-top, 0px)) 1.5rem calc(2rem + env(safe-area-inset-bottom, 0px));
    background: rgba(40, 36, 34, .76);
    -webkit-backdrop-filter: blur(24px) saturate(80%);
    backdrop-filter: blur(24px) saturate(80%);
    overflow-y: auto; overscroll-behavior: contain;
    visibility: hidden; pointer-events: none;
    transition: transform .8s cubic-bezier(.77,0,.175,1), visibility .8s;
  }
  .main-nav.is-open { visibility: visible; pointer-events: auto; }
  .menu-toggle[aria-expanded="true"] { position: fixed; top: 1.4rem; right: clamp(1.5rem, 4vw, 4.5rem); }
  .menu-toggle span:not(.sr-only) { transition: transform .3s ease, opacity .3s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

.contact-form-section { background: var(--taupe-deep); display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; }
.form-intro h2 { font-size: clamp(3.25rem, 6vw, 6.7rem); }
.cera-contact-form { min-width: 0; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact-fields label { display: flex; flex-direction: column; gap: .5rem; }
.field-wide { grid-column: 1 / -1; }
.contact-fields input, .contact-fields textarea { width: 100%; border: 1px solid rgba(243,239,233,.5); border-radius: 0; background: rgba(255,255,255,.05); padding: .8rem; color: var(--ivory); font: inherit; }
.contact-fields textarea { resize: vertical; min-height: 150px; }
.cera-contact-form :focus-visible { outline: 2px solid var(--ivory); outline-offset: 4px; }
.form-privacy { margin: 2rem 0 1.25rem; padding: 1rem 0; border-block: 1px solid var(--line); }
.form-privacy summary { cursor: pointer; }
.form-privacy p { margin: 1rem 0; }
.form-privacy a, .form-availability a { text-decoration: underline; text-underline-offset: 4px; }
.privacy-accept { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 2.25rem; }
.privacy-accept input { width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--taupe-dark); }
.form-availability { font-size: .9rem; }
.cera-contact-form button { cursor: pointer; border: 0; }
.cera-contact-form button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.form-status { margin-top: 1.5rem; }
@media (max-width: 980px) { .contact-form-section { grid-template-columns: 1fr; gap: 2rem; } }
@media (max-width: 620px) { .contact-fields { grid-template-columns: 1fr; } }

/* The glass is on its own layer so the mobile menu stays viewport-sized. */
.site-header { animation: none; transform: none; isolation: isolate; }
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: rgba(64, 57, 54, .78);
  -webkit-backdrop-filter: blur(22px) saturate(110%);
  backdrop-filter: blur(22px) saturate(110%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}
html { scroll-padding-top: 110px; }
@media (max-width: 980px) {
  html { scroll-padding-top: 90px; }
  .site-header .brand { position: relative; z-index: 25; }
}

/* Transparent at the top; compact frosted bar while scrolling. */
:root { --compact-header-height: 76px; }
.site-header { border-bottom-color: transparent; transition: min-height .35s ease, padding .35s ease, border-color .35s ease; }
.site-header::before { opacity: 0; background: rgba(64,57,54,.48); -webkit-backdrop-filter: blur(16px) saturate(110%); backdrop-filter: blur(16px) saturate(110%); transition: opacity .35s ease; }
.brand img { transition: width .35s ease, max-height .35s ease; }
.site-header.is-scrolled { height: var(--compact-header-height); min-height: var(--compact-header-height); padding-top: .6rem; padding-bottom: .6rem; border-bottom-color: rgba(255,255,255,.14); }
.site-header.is-scrolled::before { opacity: 1; }
.site-header.is-scrolled .brand img { width: 110px; max-height: 54px; object-fit: contain; }
html { scroll-padding-top: var(--compact-header-height); }
@media (max-width: 980px) {
  :root { --compact-header-height: 68px; }
  .site-header.is-scrolled .brand img { width: 92px; max-height: 46px; }
  .site-header.is-scrolled .menu-toggle[aria-expanded="true"] { top: .6rem; }
  html { scroll-padding-top: var(--compact-header-height); }
}

.delivery-phone a { white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
.arrival-services { grid-column: 1 / -1; display: grid; align-items: start; border-top: 1px solid rgba(39,35,33,.25); }
.arrival-services .circle-link { position: relative; right: auto; bottom: auto; }
.taxi-service { min-width: 0; }
.taxi-service h3 { line-height: 1.1; }
.taxi-service p { font-size: 1rem; }
.taxi-service a { text-decoration: underline; text-underline-offset: 3px; }

/* Arrival information and taxi gallery. */
.contact { min-height: auto; gap: 2.5rem 4rem; padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.arrival-services { grid-template-columns: 132px minmax(0, 1fr); gap: 2rem; margin-top: clamp(1.5rem, 3vw, 3rem); padding-top: clamp(3rem, 5vw, 5rem); }
.taxi-service { max-width: none; display: block; }
.taxi-service h3 { font-size: clamp(2rem, 3vw, 3rem); margin: 0 0 1rem; }
.taxi-copy p { margin-bottom: .85rem; line-height: 1.6; }
.taxi-copy p:last-child { margin-bottom: 0; }
.taxi-images { display: flex; flex-wrap: nowrap; align-items: center; gap: .75rem; margin-top: 1.5rem; }
.taxi-images img, .taxi-images img:last-child { display: block; flex: 0 0 auto; width: auto; height: clamp(50px, 17vw, 135px); max-width: none; max-height: none; object-fit: contain; padding: 0; background: transparent; }
@media (max-width: 980px) {
 .arrival-services { grid-template-columns: 1fr; gap: 2rem; }
}

/* Editorial SEO pages use the established Cera palette and navigation. */
.seo-hero { min-height: 420px; padding: 11rem clamp(1.5rem, 7vw, 8rem) 5rem; background: linear-gradient(90deg, rgba(27,23,22,.75), rgba(27,23,22,.3)), var(--seo-image) center / cover; display: flex; flex-direction: column; justify-content: end; }
.seo-hero h1 { max-width: 950px; font-size: clamp(2.7rem, 6vw, 6rem); line-height: 1.05; }
.seo-article { max-width: 980px; margin: auto; padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 5vw, 3rem); }
.seo-article h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.15; margin: 2.7rem 0 1rem; }
.seo-article p, .seo-article li { font-size: 1.05rem; line-height: 1.8; }
.seo-article ul { padding-left: 1.5rem; margin: 1rem 0 2rem; }
.seo-action { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 3rem; }
.seo-action > a:last-child { border-bottom: 1px solid currentColor; }
@media (max-width: 620px) { .seo-hero { min-height: 360px; padding-top: 9rem; } }

/* Expanded navigation and contact social links. */
@media (min-width: 981px) {
  .main-nav { gap: clamp(.6rem, 1.1vw, 1.2rem); font-size: clamp(.62rem, .72vw, .76rem); letter-spacing: .07em; white-space: nowrap; }
  .nav-book { padding: .7rem 1rem; }
}
@media (min-width: 981px) and (max-width: 1150px) {
  .site-header { padding-inline: 1rem; }
  .brand img { width: 105px; }
  .main-nav { gap: .45rem; font-size: .59rem; letter-spacing: 0; }
  .nav-book { padding: .5rem .55rem; }
}
.nav-placeholder { opacity: .65; cursor: default; }
.contact-details .contact-social { display: flex; align-items: center; gap: .85rem; }
.contact-social a { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 0; }
.contact-social a:hover { opacity: .6; }
.contact-social img { display: block; width: 22px; height: 22px; }
@media (max-width: 980px) { .main-nav { gap: clamp(.65rem, 2vh, 1.25rem); } }
