/*
Theme Name: Dineswift No25 Restaurant and Bar
Theme URI: https://www.no25restaurantandbar.com/
Author: dineswift.tech
Author URI: https://dineswift.tech/
Description: Custom WordPress theme for No25 Restaurant and Bar, Bromsgrove.
Version: 2.0.6
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: no25-restaurant
*/

:root {
  --c: #203a52;
  --dr: #132839;
  --em: #294963;
  --g: #d6ad67;
  --gl: #f0ca7a;
  --gd: rgba(214, 173, 103, 0.32);
  --cr: #e7e5df;
  --ww: #f7f3eb;
  --ink: #102434;
  --im: #173045;
  --mu: #9aa7b2;
  --b: rgba(214, 173, 103, 0.22);
  --fd: "Cormorant Garamond", Georgia, serif;
  --fc: "Cinzel", serif;
  --fb: "Lato", sans-serif;
  --ez: cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--cr);
  font-family: var(--fb);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.82;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gl);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--g);
}

a,
button,
[role="button"],
input[type="submit"],
.ham,
.back-to-top,
.dclose {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 10% 0%, rgba(32, 58, 82, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70% at 90% 100%, rgba(214, 173, 103, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.wrap--slim {
  max-width: 820px;
}

.sec {
  padding: 96px 0;
}

.sec--sm {
  padding: 64px 0;
}

.sec--lg {
  padding: 120px 0;
}

.ey {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.55em;
  color: var(--g);
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fc);
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 36px;
  border: 2px solid var(--g);
  color: var(--ww);
  background: rgba(214, 173, 103, 0.16);
  cursor: pointer;
  transition:
    transform 0.22s var(--ez),
    box-shadow 0.28s var(--ez),
    background 0.28s var(--ez),
    border-color 0.28s var(--ez),
    color 0.28s var(--ez),
    filter 0.28s var(--ez);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  min-height: 62px;
  will-change: transform, box-shadow;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(214, 173, 103, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.btn:hover {
  border-color: var(--gl);
  color: var(--ww);
  background: rgba(228, 184, 106, 0.26);
  transform: translateY(-1px);
}

.btn:hover::after {
  opacity: 1;
}

.btn:active,
.btn.is-pressing {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  filter: saturate(1.06);
}

.btn-s {
  background: var(--g);
  color: var(--ink);
  border-color: var(--g);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-s:hover {
  background: var(--gl);
  border-color: var(--gl);
  color: var(--ink);
}

.btn-w {
  border-color: rgba(245, 236, 216, 0.9);
  color: var(--ww);
  background: rgba(245, 236, 216, 0.08);
}

.btn-w:hover {
  border-color: var(--ww);
  color: var(--ww);
  background: rgba(245, 236, 216, 0.18);
}

.btn--compact {
  padding: 14px 24px;
  min-height: 54px;
}

.btn:focus-visible,
.search-form input[type="submit"]:focus-visible,
.builder-shell .wp-block-button__link:focus-visible,
.ham:focus-visible,
.back-to-top:focus-visible {
  outline: 3px solid rgba(245, 236, 216, 0.9);
  outline-offset: 2px;
}

.gem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 36px auto;
  max-width: 300px;
}

.gem-l {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 173, 103, 0.5));
}

.gem-r {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 173, 103, 0.5), transparent);
}

.gem-d {
  width: 7px;
  height: 7px;
  border: 1px solid var(--g);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.rv {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  filter: blur(2px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.rv.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.sa {
  opacity: 0;
  transform: translateY(22px) scale(0.992);
  filter: blur(1.5px);
  transition:
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.sa.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.d1 {
  transition-delay: 0.1s;
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

/* Top bar */
.topbar {
  background: #203a52;
  border-bottom: 1px solid rgba(214, 173, 103, 0.28);
  position: relative;
  z-index: 200;
}

.topbar__i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 32px;
  max-width: 1400px;
  margin: 0 auto;
}

.topbar a,
.topbar span {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: rgba(215, 203, 181, 0.72);
  transition: color 0.3s;
}

.topbar a:hover {
  color: var(--gl);
}

.tl,
.tr {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.4s, top 0.3s;
}

.site-header.b-tb {
  top: 38px;
}

.site-header.sc {
  background: rgba(16, 36, 52, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--b);
  top: 0 !important;
}

.hdr-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  max-width: 1400px;
  margin: 0 auto;
  transition: padding 0.4s;
}

.site-header.sc .hdr-i {
  padding-top: 13px;
  padding-bottom: 13px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 3px;
  text-decoration: none;
  min-width: 260px;
}

.logo img {
  height: 56px !important;
  width: auto !important;
  max-width: 360px;
  max-height: 56px !important;
  object-fit: contain;
  transition: height 0.4s;
}

.logo .logo-img--desktop {
  display: block;
}

.logo .logo-img--mobile {
  display: none;
}

.site-header.sc .logo img {
  height: 40px;
}

.site-header .logo {
  background: #132839;
  border: 1px solid rgba(214, 173, 103, 0.38);
  padding: 7px 18px 6px;
}

.foot-brand .logo {
  background: #132839;
  border: 1px solid rgba(214, 173, 103, 0.32);
  padding: 7px 18px 6px;
  width: fit-content;
}

.logo__n {
  font-family: var(--fc);
  font-size: 15px;
  letter-spacing: 0.28em;
  color: var(--g);
  text-transform: uppercase;
  white-space: nowrap;
}

.logo__s {
  font-size: 9px;
  letter-spacing: 0.34em;
  color: var(--mu);
  text-transform: uppercase;
}

.site-header nav ul,
.menu-primary-container ul,
.pnav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 28px;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.site-header nav li,
.menu-primary-container li,
.pnav li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.pnav a {
  font-family: var(--fc);
  font-size: 14.5px;
  letter-spacing: 0.16em;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(215, 203, 181, 0.86);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: color 0.3s, border-color 0.3s, transform 0.2s var(--ez);
}

.pnav a:hover,
.pnav .current-menu-item > a,
.pnav .current_page_item > a {
  color: var(--gl);
  border-bottom-color: var(--g);
}

.pnav .cta a {
  background: var(--g);
  color: var(--ink);
  padding: 16px 28px;
  white-space: nowrap;
  border: 2px solid var(--gl);
  border-bottom: none;
  transition: background 0.3s, border-color 0.3s, transform 0.2s var(--ez), box-shadow 0.25s var(--ez);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pnav a:active,
.pnav a.is-pressing,
.pnav .cta a:active,
.pnav .cta a.is-pressing {
  transform: scale(0.97);
}

@media (max-width: 1360px) and (min-width: 1025px) {
  .hdr-i {
    padding: 18px 20px;
  }

  .logo img {
    max-width: 300px;
    max-height: 50px !important;
  }

  .site-header nav ul,
  .menu-primary-container ul,
  .pnav {
    gap: 18px;
  }

  .pnav a {
    font-size: 12.5px;
    letter-spacing: 0.11em;
  }

  .pnav .cta a {
    padding: 10px 16px;
  }
}

.pnav .cta a:hover {
  background: var(--gl);
}

.ham {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background: rgba(16, 35, 50, 0.82);
  border: 2px solid rgba(245, 236, 216, 0.35);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  transition: transform 0.2s var(--ez), box-shadow 0.24s var(--ez), border-color 0.24s var(--ez);
}

.ham span {
  display: block;
  width: 20px;
  height: 3px;
  background: var(--gl);
  transition: all 0.3s;
}

.ham.on span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.ham.on span:nth-child(2) {
  opacity: 0;
}

.ham.on span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.drawer {
  display: none !important;
  position: fixed;
  inset: 0;
  background: rgba(16, 35, 50, 0.97);
  z-index: 300;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 90px 24px 40px;
  overflow-y: auto;
}

.drawer.on {
  display: flex !important;
}

.drawer ul {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.drawer li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.drawer a {
  font-family: var(--fc);
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 236, 216, 0.9);
  display: inline-block;
  transition: color 0.3s, transform 0.2s var(--ez);
}

.drawer a:hover {
  color: var(--gl);
}

.drawer a:active,
.drawer a.is-pressing,
.ham:active,
.ham.is-pressing {
  transform: scale(0.96);
}

.drawer .btn {
  letter-spacing: 0.2em;
}

.drawer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.drawer-logo img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--b);
  background: rgba(16, 35, 50, 0.5);
}

.dclose {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: var(--g);
  font-size: 26px;
  cursor: pointer;
  transition: transform 0.2s var(--ez), opacity 0.2s var(--ez);
}

.dclose:active,
.dclose.is-pressing {
  transform: scale(0.92);
  opacity: 0.85;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(245, 236, 216, 0.45);
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.95);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    border-color 0.3s ease,
    box-shadow 0.25s var(--ez),
    background 0.25s var(--ez);
  z-index: 220;
}

.back-to-top:hover {
  border-color: rgba(245, 236, 216, 0.45);
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:active,
.back-to-top.is-pressing {
  transform: translateY(0) scale(0.94);
  box-shadow: 0 0 0 4px rgba(245, 236, 216, 0.12);
}

.promo-popup[hidden] {
  display: none;
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 360;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.promo-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 28, 40, 0.78);
  backdrop-filter: blur(4px);
}

.promo-popup__card {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  border: 1px solid rgba(214, 173, 103, 0.34);
  background: linear-gradient(145deg, rgba(19, 40, 57, 0.98), rgba(18, 42, 60, 0.95));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  overflow: hidden;
}

.promo-popup--text .promo-popup__card {
  max-width: 580px;
  grid-template-columns: 1fr;
}

.promo-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(214, 173, 103, 0.4);
  background: rgba(12, 28, 40, 0.92);
  color: var(--g);
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
}

.promo-popup__image-wrap {
  min-height: 300px;
}

.promo-popup__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-popup__body {
  padding: 48px 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-popup__subtitle {
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.promo-popup__title {
  font-family: var(--fd);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.04;
  margin: 0 0 14px;
}

.promo-popup__text {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(245, 236, 216, 0.84);
  margin: 0;
}

.promo-popup__cta {
  margin-top: 24px;
  align-self: flex-start;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: url("assets/images/no25/hero-interior.webp") center/cover no-repeat;
  filter: brightness(0.28) saturate(0.7);
  transform: scale(1.05);
  transition: transform 10s ease;
}

.hero:hover .hero__bg {
  transform: scale(1.1);
}

.hero__v {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 80% at 50% 50%, transparent 30%, rgba(16, 35, 50, 0.7) 100%),
    linear-gradient(to bottom, rgba(16, 35, 50, 0.5) 0%, rgba(16, 35, 50, 0.1) 40%, rgba(16, 35, 50, 0.5) 75%, rgba(16, 35, 50, 1) 100%);
}

.hero__fr {
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(214, 173, 103, 0.12);
  pointer-events: none;
}

.hero__fr::before,
.hero__fr::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--g);
  border-style: solid;
}

.hero__fr::before {
  top: -1px;
  left: -1px;
  border-width: 1px 0 0 1px;
  opacity: 0.6;
}

.hero__fr::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 1px 1px 0;
  opacity: 0.6;
}

.hero__c {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 140px 32px 100px;
}

.hero__k {
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.6em;
  color: var(--g);
  text-transform: uppercase;
  opacity: 0;
  animation: fu 0.9s var(--ez) forwards 0.2s;
  margin-bottom: 28px;
  display: block;
}

.hero__t {
  font-family: var(--fd);
  font-weight: 300;
  font-size: clamp(58px, 9.5vw, 120px);
  line-height: 0.9;
  color: var(--ww);
  margin-bottom: 10px;
  opacity: 0;
  animation: fu 1s var(--ez) forwards 0.4s;
}

.hero__t em {
  display: block;
  font-style: italic;
  color: var(--gl);
  font-size: clamp(48px, 7.5vw, 100px);
}

.hero__sub {
  font-family: var(--fd);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 2.2vw, 24px);
  color: rgba(245, 236, 216, 0.55);
  margin: 30px 0 52px;
  opacity: 0;
  animation: fu 0.9s var(--ez) forwards 0.65s;
}

.hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fu 0.9s var(--ez) forwards 0.85s;
  position: relative;
  z-index: 4;
}

.hero__sc {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  opacity: 0;
  animation: fu 0.8s var(--ez) forwards 1.3s;
  pointer-events: none;
}

.hero__sc span {
  font-family: var(--fc);
  font-size: 8.5px;
  letter-spacing: 0.45em;
  color: var(--g);
  text-transform: uppercase;
}

.hero__scb {
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--g), transparent);
  animation: pulse 2s ease-in-out infinite;
}

.hero__promo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(90deg, var(--dr), var(--em), var(--dr));
  border-top: 1px solid rgba(214, 173, 103, 0.25);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fi 1s var(--ez) forwards 1.1s;
}

.hero__pb {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.4em;
  background: var(--g);
  color: var(--ink);
  padding: 4px 12px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.hero__promo p {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(245, 236, 216, 0.8);
  margin: 0;
}

.hero__promo strong {
  color: var(--gl);
}

/* Features */
.feats {
  border-top: 1px solid var(--b);
  border-bottom: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.7);
}

.feats__g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feat {
  padding: 38px 24px;
  text-align: center;
  border-right: 1px solid var(--b);
  transition: background 0.35s;
  position: relative;
  overflow: hidden;
}

.feat:last-child {
  border-right: none;
}

.feat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), transparent);
  transition: width 0.4s var(--ez);
}

.feat:hover {
  background: rgba(38, 75, 101, 0.1);
}

.feat:hover::before {
  width: 100%;
}

.feat__ic {
  font-size: 30px;
  color: var(--g);
  margin-bottom: 12px;
  display: block;
}

.feat__tt {
  font-family: var(--fc);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: var(--ww);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.feat__tx {
  font-size: 17px;
  color: rgba(245, 236, 216, 0.76);
  line-height: 1.68;
  margin: 0;
}

/* About */
.about__g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.about__imgs {
  position: relative;
  overflow: hidden;
}

.about__main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.85);
  transition: transform 0.9s, filter 0.5s;
}

.about__imgs:hover .about__main {
  transform: scale(1.04);
  filter: brightness(0.82) saturate(1);
}

.about__fl {
  position: absolute;
  bottom: 40px;
  right: -24px;
  width: 220px;
  height: 270px;
  object-fit: cover;
  border: 3px solid var(--im);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.6);
  filter: brightness(0.8) saturate(0.85);
  transition: transform 0.5s;
}

.about__imgs:hover .about__fl {
  transform: translateY(-8px) rotate(-1deg);
}

.about__imgs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--ink));
  pointer-events: none;
}

.about__body {
  padding: 80px 70px 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__tt {
  font-family: var(--fd);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--ww);
}

.about__tt em {
  font-style: italic;
  color: var(--gl);
}

.about__lead {
  font-family: var(--fd);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--gl);
  margin: 20px 0 28px;
  line-height: 1.6;
}

.about__tx,
.about__body p {
  font-size: 14.5px;
  color: rgba(245, 236, 216, 0.72);
  line-height: 1.9;
  margin-bottom: 24px;
}

.about__stats {
  display: flex;
  border: 1px solid var(--b);
  margin-bottom: 36px;
}

.stat {
  padding: 22px 28px;
  flex: 1;
  border-right: 1px solid var(--b);
  text-align: center;
}

.stat:last-child {
  border-right: none;
}

.stat__n {
  font-family: var(--fd);
  font-size: 42px;
  font-weight: 300;
  color: var(--gl);
  line-height: 1;
}

.stat__n sup {
  font-size: 20px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
  color: var(--g);
}

.stat__l {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.35em;
  color: var(--mu);
  text-transform: uppercase;
  margin-top: 4px;
}

/* Services */
.svc-hdr {
  text-align: center;
  margin-bottom: 64px;
}

.svc-tt {
  font-family: var(--fd);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 300;
  color: var(--ww);
}

.svc-tt em {
  font-style: italic;
  color: var(--gl);
}

.svc-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.svc-card {
  background: rgba(19, 40, 57, 0.88);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background 0.4s;
}

.svc-card:hover {
  background: rgba(32, 58, 82, 0.25);
}

.svc-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.svc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) saturate(0.8);
  transition: transform 0.7s, filter 0.4s;
}

.svc-card:hover .svc-card__img img {
  transform: scale(1.05);
  filter: brightness(0.78) saturate(1);
}

.svc-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(19, 40, 57, 0.85));
}

.svc-card__num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--g);
  background: rgba(16, 35, 50, 0.7);
  padding: 5px 14px;
  text-transform: uppercase;
  border: 1px solid var(--b);
}

.svc-card__body {
  padding: 36px 34px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.svc-card__ic {
  font-size: 22px;
  color: var(--g);
  margin-bottom: 16px;
}

.svc-card__tt {
  font-family: var(--fd);
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 14px;
  color: var(--ww);
}

.svc-card__tt em {
  font-style: italic;
  color: var(--gl);
}

.svc-card__tx {
  font-size: 13.5px;
  color: rgba(245, 236, 216, 0.68);
  line-height: 1.8;
  flex: 1;
  margin-bottom: 28px;
}

.svc-card__hl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--g);
  text-transform: uppercase;
  transition: color 0.25s var(--ez), transform 0.2s var(--ez);
}

.svc-card__hl::before {
  content: "\25c6";
  font-size: 6px;
}

.svc-card__hl:active,
.svc-card__hl.is-pressing {
  transform: scale(0.97);
}

/* Menu */
.mshw-hdr {
  text-align: center;
  margin-bottom: 60px;
}

.mshw-g {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.mtile {
  background: rgba(19, 40, 57, 0.82);
  overflow: hidden;
  position: relative;
  transition: background 0.35s;
}

.mtile:hover {
  background: rgba(32, 58, 82, 0.2);
}

.mtile--feat {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
}

.mtile__img {
  flex: 1;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.mtile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.8);
  transition: transform 0.7s, filter 0.4s;
}

.mtile:hover .mtile__img img {
  transform: scale(1.05);
  filter: brightness(0.8) saturate(1);
}

.mtile__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(19, 40, 57, 0.9));
}

.mtile__body {
  padding: 30px 28px 34px;
}

.mtile--feat .mtile__body {
  padding: 34px 34px 40px;
}

.mtile__cat {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.45em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mtile__nm {
  font-family: var(--fd);
  font-size: 22px;
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 8px;
}

.mtile--feat .mtile__nm {
  font-size: 30px;
}

.mtile__dc {
  font-size: 13px;
  color: var(--mu);
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.mtile__pr {
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--g);
  margin-top: 12px;
}

.mshw-cta {
  text-align: center;
  margin-top: 48px;
}

/* Offers */
.off-hdr {
  text-align: center;
  margin-bottom: 60px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.off-hdr__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(240, 202, 122, 0.22), rgba(38, 75, 101, 0.08) 58%, rgba(19, 40, 57, 0.2) 100%);
  border: 1px solid rgba(214, 173, 103, 0.26);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.off-hdr__icon::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px dashed rgba(214, 173, 103, 0.28);
  animation: offSpin 18s linear infinite;
}

.off-hdr__icon-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(214, 173, 103, 0.1);
  transform: scale(0.92);
  animation: offPulse 3.6s ease-in-out infinite;
}

.off-hdr__icon-mark {
  position: relative;
  font-size: 28px;
  color: var(--gl);
  text-shadow: 0 0 18px rgba(240, 202, 122, 0.26);
  animation: offFlicker 4.8s ease-in-out infinite;
}

.offers-intro {
  border-bottom: none;
  padding-bottom: 10px;
}

.offers-intro .off-hdr {
  margin-bottom: 0;
}

.offers-intro__text {
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(245, 236, 216, 0.78);
  font-size: 19px;
  line-height: 1.72;
}

.off-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: transparent;
  border: 0;
  margin-bottom: 42px;
  align-items: stretch;
}

.ocard {
  background: linear-gradient(180deg, rgba(28, 55, 78, 0.92) 0%, rgba(8, 29, 22, 0.94) 100%);
  padding: 52px 38px 48px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s, transform 0.4s, box-shadow 0.4s, border-color 0.4s;
  border: 1px solid rgba(214, 173, 103, 0.16);
  min-height: 100%;
  box-shadow: 0 20px 46px rgba(10, 24, 36, 0.22);
}

.ocard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.ocard::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(rgba(38, 75, 101, 0.14), transparent 70%);
  transition: transform 0.5s;
}

.ocard:hover {
  background: linear-gradient(180deg, rgba(31, 64, 88, 0.96) 0%, rgba(20, 45, 64, 0.97) 100%);
  transform: translateY(-8px);
  border-color: rgba(214, 173, 103, 0.28);
  box-shadow: 0 28px 54px rgba(10, 24, 36, 0.34);
}

.ocard:hover::before {
  opacity: 1;
}

.ocard:hover::after {
  transform: scale(1.4);
}

.ocard--f {
  background: linear-gradient(155deg, rgba(40, 80, 108, 0.94) 0%, rgba(21, 48, 68, 0.96) 65%);
  border-color: rgba(214, 173, 103, 0.34);
}

.ocard__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--ink);
  background: var(--g);
  padding: 4px 11px;
  text-transform: uppercase;
}

.ocard__days {
  font-family: var(--fc);
  font-size: 10.5px;
  letter-spacing: 0.45em;
  color: #d6ad67;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ocard__days::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(214, 173, 103, 0.34);
}

.ocard__nm {
  font-family: var(--fd);
  font-size: clamp(31px, 3vw, 36px);
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.03;
  color: var(--ww);
  text-wrap: balance;
}

.ocard__nm em {
  font-style: italic;
  color: var(--gl);
}

.ocard__tm {
  font-size: 13px;
  letter-spacing: 0.07em;
  color: rgba(245, 236, 216, 0.62);
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(214, 173, 103, 0.18);
}

.ocard__pr {
  font-family: var(--fd);
  font-size: clamp(58px, 5vw, 66px);
  font-weight: 300;
  color: #f0ca7a;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: 0 0 18px rgba(240, 197, 111, 0.12);
}

.ocard__pr sup {
  font-size: 20px;
  vertical-align: top;
  margin-top: 12px;
  display: inline-block;
  color: #d6ad67;
}

.ocard__lb {
  font-family: var(--fc);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: rgba(245, 236, 216, 0.54);
  text-transform: uppercase;
  margin-bottom: 28px;
}

.ocard__inc {
  font-family: var(--fd);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 236, 216, 0.88);
  line-height: 1.72;
  margin-bottom: 28px;
}

.ocard__inc small {
  color: rgba(245, 236, 216, 0.66);
}

.ocard__rl {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ocard__rl li {
  font-size: 13.5px;
  color: rgba(245, 236, 216, 0.68);
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  line-height: 1.6;
}

.ocard__rl li::before {
  content: "✦";
  color: #d6ad67;
  opacity: 0.95;
  flex-shrink: 0;
  transform: translateY(1px);
}

.off-note {
  border: 1px solid rgba(214, 173, 103, 0.16);
  padding: 26px 34px;
  background: linear-gradient(135deg, rgba(214, 173, 103, 0.05), rgba(38, 75, 101, 0.04));
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.off-note__ic {
  color: var(--g);
  opacity: 0.85;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 18px;
  animation: offFlicker 4.4s ease-in-out infinite;
}

.off-note__tx {
  font-size: 14.5px;
  color: rgba(245, 236, 216, 0.8);
  line-height: 1.85;
}

.off-note__tx strong {
  color: var(--g);
  font-family: var(--fc);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#offers .rv.in-view.off-hdr__icon,
#offers .rv.in-view .off-hdr__icon {
  animation: offRise 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

#offers .ocard.rv.in-view {
  animation: offerCardReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#offers .ocard.rv.d1.in-view {
  animation-delay: 0.08s;
}

#offers .ocard.rv.d2.in-view {
  animation-delay: 0.16s;
}

@keyframes offSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes offPulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.38;
  }
  50% {
    transform: scale(1);
    opacity: 0.72;
  }
}

@keyframes offFlicker {
  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@keyframes offRise {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes offerCardReveal {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Awards */
.aw-hdr {
  text-align: center;
  margin-bottom: 48px;
}

.aw-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.aitem {
  background: rgba(19, 40, 57, 0.8);
  padding: 36px 28px;
  text-align: center;
  transition: background 0.35s, transform 0.35s, box-shadow 0.35s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.aitem:hover {
  background: rgba(32, 58, 82, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(10, 24, 36, 0.22);
}

.aitem img {
  display: block;
  width: min(100%, 320px);
  height: 180px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 20px;
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.05), rgba(255, 248, 235, 0.02));
  border: 1px solid rgba(214, 173, 103, 0.14);
  filter: brightness(0.97) saturate(1.02) contrast(1.02);
  transition: filter 0.4s, transform 0.4s, border-color 0.4s, box-shadow 0.4s;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.aitem:hover img {
  filter: brightness(1.02) saturate(1.08) contrast(1.04);
  transform: scale(1.05);
  border-color: rgba(214, 173, 103, 0.24);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.aitem__tt {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.aitem__tx {
  font-size: 13px;
  color: var(--mu);
  line-height: 1.6;
  margin: 0;
}

/* Testimonials */
.test-hdr {
  text-align: center;
  margin-bottom: 56px;
}

.test-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.tc {
  background: rgba(19, 40, 57, 0.8);
  padding: 42px 34px;
  transition: background 0.35s;
}

.tc:hover {
  background: rgba(32, 58, 82, 0.15);
}

.tc__st {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}

.tc__st span {
  color: var(--g);
  font-size: 13px;
}

.tc__tx {
  font-family: var(--fd);
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 236, 216, 0.78);
  line-height: 1.75;
  margin-bottom: 24px;
}

.tc__au {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tc__ln {
  width: 24px;
  height: 1px;
  background: var(--g);
}

.tc__nm {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--g);
  text-transform: uppercase;
  margin: 0;
}

/* Reservation */
.res-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.res-bg {
  position: absolute;
  inset: 0;
  background: url("assets/images/no25/dining-dish.webp") center/cover no-repeat;
  filter: brightness(0.22) saturate(0.6);
}

.res-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(32, 58, 82, 0.65), rgba(19, 40, 57, 0.8));
}

.res-c {
  position: relative;
  z-index: 2;
  padding: 120px 32px;
  max-width: 700px;
  margin: 0 auto;
}

.res-c h2 {
  font-family: var(--fd);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.05;
  color: var(--ww);
}

.res-c h2 em {
  font-style: italic;
  color: var(--gl);
}

.res-c p {
  font-size: 20px;
  color: rgba(245, 236, 216, 0.6);
  margin-bottom: 42px;
  line-height: 1.8;
}

.res-c .acts {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.res-c .acts .btn {
  min-width: 320px;
  min-height: 74px;
  font-size: 20px;
  letter-spacing: 0.06em;
  padding: 20px 28px;
}

/* Footer */
.foot {
  background: #203a52;
  border-top: 1px solid var(--b);
}

.foot-m {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 52px;
  padding: 72px 0 56px;
}

.foot-brand .logo {
  align-items: flex-start;
  margin-bottom: 20px;
}

.foot-brand p {
  font-size: clamp(18px, 1.2vw, 21px);
  color: rgba(245, 236, 216, 0.78);
  line-height: 1.86;
  margin-bottom: 22px;
}

.foot-soc {
  display: flex;
  gap: 10px;
}

.foot-soc a {
  min-width: 56px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid var(--b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 236, 216, 0.72);
  font-family: var(--fc);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.foot-soc a:hover {
  border-color: var(--g);
  color: var(--g);
}

.foot-col__tt {
  font-family: var(--fc);
  font-size: 14px;
  letter-spacing: 0.28em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--b);
}

.fnav,
.menu-footer-container ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fnav a,
.menu-footer-container a {
  font-size: clamp(18px, 1.15vw, 22px);
  color: rgba(245, 236, 216, 0.78);
  letter-spacing: 0.03em;
  line-height: 1.55;
  display: inline-block;
  transition: color 0.25s var(--ez), transform 0.2s var(--ez);
}

.fnav a:hover,
.menu-footer-container a:hover {
  color: var(--gl);
}

.fnav a:active,
.fnav a.is-pressing,
.menu-footer-container a:active,
.menu-footer-container a.is-pressing {
  transform: scale(0.97);
}

.ci {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 13px;
}

.ci__ic {
  color: var(--g);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}

.ci__tx {
  font-size: clamp(17px, 1.05vw, 20px);
  color: rgba(245, 236, 216, 0.78);
  line-height: 1.72;
}

.ci__tx a {
  color: rgba(245, 236, 216, 0.82);
}

.ci__tx a:hover {
  color: var(--gl);
}

.htab {
  width: 100%;
}

.htab td {
  padding: 6px 0;
  font-size: clamp(16px, 1vw, 19px);
  color: rgba(245, 236, 216, 0.78);
  border-bottom: 1px solid rgba(214, 173, 103, 0.05);
}

.htab tr:last-child td {
  border-bottom: none;
}

.htab .day {
  color: rgba(245, 236, 216, 0.76);
}

.htab .tm {
  text-align: right;
  color: var(--gl);
  font-family: var(--fc);
  font-size: clamp(14px, 0.92vw, 17px);
  letter-spacing: 0.04em;
}

.htab .cl {
  text-align: right;
  color: rgba(245, 236, 216, 0.72);
  font-style: italic;
  font-size: clamp(15px, 0.95vw, 18px);
}

.foot-btm {
  border-top: 1px solid var(--b);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-btm p {
  font-size: 16px;
  color: rgba(245, 236, 216, 0.68);
  letter-spacing: 0.04em;
  margin: 0;
}

.foot-lnk {
  display: flex;
  gap: 22px;
}

.foot-lnk a {
  font-size: 12px;
  color: rgba(245, 236, 216, 0.72);
}

.foot-lnk a:hover {
  color: var(--g);
}

/* Inner pages */
.entry-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 220px 32px 110px;
}

.entry-shell h1,
.entry-shell h2,
.entry-shell h3,
.entry-shell h4 {
  font-family: var(--fd);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.2;
  margin: 0 0 16px;
}

.entry-shell h1 {
  font-size: clamp(42px, 5vw, 64px);
}

.entry-shell h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.entry-shell h3 {
  font-size: clamp(26px, 3vw, 34px);
}

.entry-shell p,
.entry-shell li,
.entry-shell label,
.entry-shell input,
.entry-shell textarea,
.entry-shell select {
  color: rgba(245, 236, 216, 0.78);
  font-size: 20px;
}

.entry-shell p {
  margin-bottom: 18px;
}

.entry-shell ul,
.entry-shell ol {
  margin-left: 20px;
  margin-bottom: 22px;
}

.entry-shell a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-shell .wp-block-image,
.entry-shell img {
  margin: 24px 0;
  border: 1px solid var(--b);
}

.site-main--builder {
  min-height: 70vh;
}

.builder-shell-section {
  padding: 190px 0 90px;
}

.builder-shell {
  max-width: 980px;
}

.builder-shell > * + * {
  margin-top: 18px;
}

.builder-shell h1,
.builder-shell h2,
.builder-shell h3,
.builder-shell h4,
.builder-shell h5,
.builder-shell h6 {
  font-family: var(--fd);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.14;
}

.builder-shell p,
.builder-shell li,
.builder-shell label,
.builder-shell input,
.builder-shell textarea,
.builder-shell select,
.builder-shell blockquote,
.builder-shell figcaption {
  color: rgba(245, 236, 216, 0.82);
}

.builder-shell a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.builder-shell .wp-block-image,
.builder-shell img {
  border: 1px solid var(--b);
}

.builder-shell .wp-block-button__link {
  border: 2px solid var(--g);
  border-radius: 0;
  background: rgba(214, 173, 103, 0.16);
  color: var(--ww);
  font-family: var(--fc);
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 24px;
  transition:
    transform 0.22s var(--ez),
    box-shadow 0.28s var(--ez),
    background 0.28s var(--ez),
    border-color 0.28s var(--ez),
    color 0.28s var(--ez);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  will-change: transform, box-shadow;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.builder-shell .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.builder-shell .wp-block-button__link:active,
.builder-shell .wp-block-button__link.is-pressing {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
}

.builder-shell .wp-block-button.is-style-fill .wp-block-button__link {
  background: var(--g);
  border-color: var(--g);
  color: var(--ink);
}

.builder-shell .wp-block-columns {
  gap: 20px;
}

.builder-shell .wp-block-group,
.builder-shell .wp-block-cover,
.builder-shell .wp-block-media-text,
.builder-shell .wp-block-table,
.builder-shell .wp-block-quote,
.builder-shell .wp-block-pullquote {
  border: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.76);
}

.builder-shell .wp-block-group,
.builder-shell .wp-block-media-text,
.builder-shell .wp-block-quote,
.builder-shell .wp-block-pullquote {
  padding: 20px;
}

.builder-shell .alignwide {
  max-width: min(1120px, calc(100vw - 56px));
  margin-left: auto;
  margin-right: auto;
}

.builder-shell .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 32px;
  padding-right: 32px;
}

/* Third-party booking forms */
.builder-shell .rtb-booking-form,
.builder-shell form:has(fieldset) {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.builder-shell .rtb-booking-form fieldset,
.builder-shell form fieldset {
  border: 1px solid rgba(247, 243, 235, 0.5);
  background: rgba(19, 40, 57, 0.54);
  padding: clamp(22px, 3vw, 34px);
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px 24px;
  box-shadow: inset 0 0 0 1px rgba(214, 173, 103, 0.08);
}

.builder-shell .rtb-booking-form fieldset.reservation {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.builder-shell .rtb-booking-form fieldset.contact {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.builder-shell .rtb-booking-form fieldset.contact .message,
.builder-shell .rtb-booking-form fieldset.contact .rtb-message,
.builder-shell .rtb-booking-form fieldset.contact textarea,
.builder-shell .rtb-booking-form fieldset.contact p:has(textarea),
.builder-shell .rtb-booking-form fieldset.contact div:has(textarea) {
  grid-column: 1 / -1;
}

.builder-shell .rtb-booking-form fieldset:last-of-type:has(button),
.builder-shell .rtb-booking-form fieldset:last-of-type:has(input[type="submit"]),
.builder-shell .rtb-booking-form fieldset.rtb-form-footer,
.builder-shell .rtb-booking-form fieldset.submit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 22px clamp(22px, 3vw, 34px);
}

.builder-shell .rtb-booking-form legend,
.builder-shell form fieldset legend {
  width: auto;
  padding: 0 14px;
  margin-left: 0;
  font-family: var(--fd);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1;
  color: var(--ww);
}

.builder-shell .rtb-booking-form label,
.builder-shell form fieldset label {
  display: block;
  margin: 0 0 8px;
  font-family: var(--fd);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
  color: rgba(247, 243, 235, 0.82);
}

.builder-shell .rtb-booking-form > div,
.builder-shell .rtb-booking-form fieldset > div,
.builder-shell .rtb-booking-form fieldset > p,
.builder-shell form fieldset > div,
.builder-shell form fieldset > p {
  min-width: 0;
  margin: 0;
}

.builder-shell .rtb-booking-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.builder-shell .rtb-booking-form select,
.builder-shell .rtb-booking-form textarea,
.builder-shell form fieldset input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.builder-shell form fieldset select,
.builder-shell form fieldset textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(247, 243, 235, 0.35);
  border-radius: 2px;
  background: rgba(247, 243, 235, 0.96);
  color: #132839;
  padding: 12px 14px;
  font-family: var(--fb);
  font-size: 17px;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(10, 24, 36, 0.16);
  outline: none;
  transition: border-color 0.22s var(--ez), box-shadow 0.22s var(--ez), background 0.22s var(--ez);
}

.builder-shell .rtb-booking-form select,
.builder-shell form fieldset select {
  max-width: 180px;
}

.builder-shell .rtb-booking-form textarea,
.builder-shell form fieldset textarea {
  min-height: 130px;
  resize: vertical;
}

.builder-shell .rtb-booking-form input:focus,
.builder-shell .rtb-booking-form select:focus,
.builder-shell .rtb-booking-form textarea:focus,
.builder-shell form fieldset input:focus,
.builder-shell form fieldset select:focus,
.builder-shell form fieldset textarea:focus {
  border-color: var(--gl);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(214, 173, 103, 0.22), 0 12px 28px rgba(10, 24, 36, 0.18);
}

.builder-shell .rtb-booking-form .add-message,
.builder-shell .rtb-booking-form .rtb-message,
.builder-shell form fieldset a {
  color: var(--gl);
  font-size: 19px;
  text-decoration-color: rgba(240, 202, 122, 0.7);
  text-underline-offset: 4px;
}

.builder-shell .rtb-booking-form .rtb-form-footer,
.builder-shell .rtb-booking-form .form-submit,
.builder-shell form > p:last-child,
.builder-shell form > div:last-child {
  margin-top: 8px;
}

.builder-shell .rtb-booking-form .rtb-form-footer {
  border: 1px solid rgba(247, 243, 235, 0.5);
  background: rgba(19, 40, 57, 0.54);
  padding: 22px clamp(22px, 3vw, 34px);
  box-shadow: inset 0 0 0 1px rgba(214, 173, 103, 0.08);
}

.builder-shell .rtb-booking-form .rtb-form-footer p,
.builder-shell .rtb-booking-form .rtb-form-footer div {
  margin: 0;
}

.builder-shell .rtb-booking-form button,
.builder-shell .rtb-booking-form input[type="submit"],
.builder-shell .rtb-booking-form .button,
.builder-shell form button[type="submit"],
.builder-shell form input[type="submit"] {
  min-height: 54px;
  border: 2px solid var(--g);
  border-radius: 0;
  background: var(--g);
  color: #132839;
  padding: 15px 26px;
  font-family: var(--fc);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(10, 24, 36, 0.24);
  transition: transform 0.22s var(--ez), box-shadow 0.22s var(--ez), background 0.22s var(--ez);
}

.builder-shell .rtb-booking-form button:hover,
.builder-shell .rtb-booking-form input[type="submit"]:hover,
.builder-shell .rtb-booking-form .button:hover,
.builder-shell form button[type="submit"]:hover,
.builder-shell form input[type="submit"]:hover {
  background: var(--gl);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(10, 24, 36, 0.28);
}

.builder-shell .rtb-booking-form button:active,
.builder-shell .rtb-booking-form input[type="submit"]:active,
.builder-shell form button[type="submit"]:active,
.builder-shell form input[type="submit"]:active {
  transform: translateY(0) scale(0.985);
}

@media (max-width: 760px) {
  .builder-shell .rtb-booking-form fieldset.reservation,
  .builder-shell .rtb-booking-form fieldset.contact,
  .builder-shell .rtb-booking-form fieldset,
  .builder-shell form fieldset {
    grid-template-columns: 1fr;
  }

  .builder-shell .rtb-booking-form button,
  .builder-shell .rtb-booking-form input[type="submit"],
  .builder-shell .rtb-booking-form .button,
  .builder-shell form button[type="submit"],
  .builder-shell form input[type="submit"] {
    width: 100%;
  }
}

.entry-meta,
.search-meta {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mu);
  margin-bottom: 18px;
}

.post-card {
  border: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.72);
  padding: 26px;
  margin-bottom: 18px;
}

.post-card h2 {
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 10px;
}

.post-card p:last-of-type {
  margin-bottom: 0;
}

.search-form {
  display: flex;
  gap: 8px;
  margin: 26px 0;
}

.search-form input[type="search"] {
  width: 100%;
  border: 1px solid var(--b);
  background: rgba(16, 35, 50, 0.7);
  color: var(--cr);
  padding: 12px 14px;
}

.search-form input[type="submit"] {
  border: 2px solid var(--gl);
  background: var(--g);
  color: var(--ink);
  padding: 14px 18px;
  font-family: var(--fc);
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pagination,
.nav-links {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination .page-numbers,
.nav-links a,
.nav-links span {
  border: 1px solid var(--b);
  padding: 8px 12px;
  color: var(--mu);
}

.pagination .current {
  border-color: var(--g);
  color: var(--gl);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Full site page templates */
.subhero {
  padding: 220px 0 90px;
  background:
    linear-gradient(180deg, rgba(38, 75, 101, 0.2) 0%, rgba(16, 35, 50, 0.95) 100%),
    radial-gradient(circle at 20% 10%, rgba(214, 173, 103, 0.1) 0%, transparent 60%);
  border-bottom: 1px solid var(--b);
}

.subhero h1 {
  font-family: var(--fd);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.06;
  margin-bottom: 12px;
}

.subhero p {
  max-width: 820px;
  color: rgba(245, 236, 216, 0.72);
  font-size: 20px;
}

.section-block {
  padding: 72px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(19, 40, 57, 0.35) 0%, rgba(32, 58, 82, 0.14) 50%, rgba(19, 40, 57, 0.35) 100%);
  border-top: 1px solid var(--b);
  border-bottom: 1px solid var(--b);
}

.section-title {
  font-family: var(--fd);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 26px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-card {
  border: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.78);
  padding: 24px;
  color: inherit;
  transition:
    transform 0.22s var(--ez),
    border-color 0.28s var(--ez),
    background 0.28s var(--ez),
    box-shadow 0.28s var(--ez);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 173, 103, 0.38);
  background: rgba(32, 58, 82, 0.2);
}

.info-card:active,
.info-card.is-pressing {
  transform: translateY(0) scale(0.992);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.info-card h3 {
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--g);
  margin-bottom: 9px;
}

.info-card p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 236, 216, 0.73);
  margin-bottom: 8px;
}

.info-card strong {
  color: var(--gl);
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.menu-cat {
  border: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.82);
  padding: 24px 22px;
}

.menu-cat h3 {
  font-family: var(--fd);
  font-weight: 300;
  font-size: 30px;
  color: var(--ww);
  margin-bottom: 14px;
}

.menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed rgba(214, 173, 103, 0.18);
  padding-bottom: 10px;
}

.menu-list span {
  color: rgba(245, 236, 216, 0.76);
  font-size: 14px;
}

.menu-list strong {
  color: var(--gl);
  font-size: 13px;
  font-family: var(--fc);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.hours-grid {
  border: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.8);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(214, 173, 103, 0.08);
}

.hours-row:last-child {
  border-bottom: 0;
}

.hours-row span {
  color: rgba(245, 236, 216, 0.72);
}

.hours-row strong {
  color: var(--gl);
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.detail-list {
  margin: 10px 0 0;
  list-style: none;
}

.detail-list li {
  margin-bottom: 10px;
  border-left: 2px solid rgba(214, 173, 103, 0.24);
  padding-left: 12px;
  color: rgba(245, 236, 216, 0.74);
}

.custom-content-card {
  border: 1px solid var(--b);
  background: rgba(19, 40, 57, 0.76);
  padding: 24px;
}

.custom-content-card h1,
.custom-content-card h2,
.custom-content-card h3,
.custom-content-card h4 {
  font-family: var(--fd);
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 12px;
  line-height: 1.2;
}

.custom-content-card p,
.custom-content-card li,
.custom-content-card label,
.custom-content-card input,
.custom-content-card textarea,
.custom-content-card select,
.custom-content-card span,
.custom-content-card div {
  color: rgba(245, 236, 216, 0.8);
}

.custom-content-card a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Animations */
@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fi {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }

  50% {
    opacity: 0.35;
    transform: scaleY(0.55);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .builder-shell-section {
    padding-top: 160px;
  }

  .subhero {
    padding-top: 180px;
  }

  .foot-m {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .feats__g {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat {
    border-bottom: 1px solid var(--b);
  }

  .about__g {
    grid-template-columns: 1fr;
  }

  .about__imgs {
    min-height: 380px;
  }

  .about__imgs::after {
    background: linear-gradient(to bottom, transparent 60%, var(--ink));
  }

  .about__fl {
    display: none;
  }

  .about__body {
    padding: 50px 32px;
  }

  .mshw-g {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .mtile--feat {
    grid-column: 1;
    grid-row: auto;
  }

  .aw-g {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .topbar {
    display: none;
  }

  .site-header {
    top: 0 !important;
  }

  .hdr-i {
    padding: 12px 18px;
  }

  .site-header.sc .hdr-i {
    padding: 10px 18px;
  }

  .logo {
    max-width: none;
    align-items: flex-start;
  }

  .logo img {
    width: auto !important;
    height: auto !important;
    max-height: 34px !important;
    max-width: 170px !important;
  }

  .logo .logo-img--desktop {
    display: none;
  }

  .logo .logo-img--mobile {
    display: block;
    width: auto !important;
    height: auto !important;
    max-height: 34px !important;
    max-width: 170px !important;
    border-radius: 0;
    border: 1px solid var(--b);
    background: rgba(16, 35, 50, 0.5);
    object-fit: contain;
    padding: 2px 4px;
  }

  .site-header.sc .logo .logo-img--mobile {
    max-height: 30px !important;
    max-width: 150px !important;
  }

  .site-header nav,
  .menu-primary-container,
  .pnav {
    display: none !important;
  }

  .ham {
    display: flex !important;
    position: relative;
    z-index: 101;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  .builder-shell-section {
    padding-top: 140px;
  }

  .hdr-i {
    padding: 12px 16px;
  }

  .site-header.sc .hdr-i {
    padding: 10px 16px;
  }

  .logo {
    align-items: flex-start;
  }

  .logo .logo-img--mobile {
    max-height: 30px !important;
    max-width: 150px !important;
  }

  .site-header.sc .logo .logo-img--mobile {
    max-height: 28px !important;
    max-width: 138px !important;
  }

  .site-header nav,
  .menu-primary-container,
  .pnav {
    display: none !important;
  }

  .ham {
    display: flex !important;
    position: relative;
    z-index: 101;
  }

  .svc-g,
  .off-g,
  .test-g {
    grid-template-columns: 1fr;
  }

  .feat {
    padding: 32px 20px;
  }

  .feat__ic {
    font-size: 28px;
  }

  .feat__tt {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .feat__tx {
    font-size: 19px;
    line-height: 1.7;
  }

  .foot-m {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .foot-btm {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .topbar {
    display: none;
  }

  .site-header {
    top: 0 !important;
  }

  .hero__promo {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .aw-g {
    grid-template-columns: 1fr;
  }

  .entry-shell {
    padding-top: 160px;
  }

  .subhero {
    padding: 150px 0 70px;
  }

  .menu-list li {
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 600px) {
  .builder-shell .alignwide {
    max-width: calc(100vw - 28px);
  }

  .builder-shell .alignfull {
    padding-left: 14px;
    padding-right: 14px;
  }

  .wrap {
    padding: 0 20px;
  }

  .hdr-i {
    padding: 10px 14px;
  }

  .logo .logo-img--mobile {
    max-height: 28px !important;
    max-width: 130px !important;
  }

  .ham {
    width: 38px;
    height: 38px;
  }

  .ham span {
    width: 18px;
  }

  .drawer-logo img {
    width: 64px;
    height: 64px;
  }

  .feats__g {
    grid-template-columns: 1fr;
  }

  .about__stats {
    flex-direction: column;
  }

  .stat {
    border-right: none;
    border-bottom: 1px solid var(--b);
  }

  .stat:last-child {
    border-bottom: none;
  }

  .mshw-g {
    grid-template-columns: 1fr;
  }

  .hero__t {
    line-height: 1;
  }

  .hero__fr {
    inset: 20px;
  }

  .entry-shell {
    padding: 140px 20px 90px;
  }

  .hours-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile-first refinement pack */
@media (max-width: 768px) {
  :root {
    /* Raise muted-text contrast for easier reading on small screens */
    --mu: #b79588;
  }

  body {
    font-size: 19px;
    line-height: 1.84;
    letter-spacing: 0.01em;
    color: rgba(245, 236, 216, 0.93);
  }

  .about__lead {
    font-size: 22px;
    line-height: 1.72;
    color: rgba(245, 236, 216, 0.94);
  }

  .about__tx,
  .about__body p,
  .entry-shell p,
  .builder-shell p,
  .subhero p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(245, 236, 216, 0.9);
  }

  .svc-card__tx,
  .mtile__dc,
  .ocard__inc,
  .tc__tx,
  .off-note__tx,
  .menu-list li {
    font-size: 17px;
    line-height: 1.78;
    color: rgba(245, 236, 216, 0.88);
  }

  .builder-shell-section {
    padding: 124px 0 54px;
  }

  .sec {
    padding: 68px 0;
  }

  .sec--sm {
    padding: 48px 0;
  }

  .hero {
    min-height: 90vh;
  }

  .hero__fr {
    inset: 14px;
  }

  .hero__c {
    padding: 124px 20px 96px;
  }

  .hero__k {
    font-size: 9px;
    letter-spacing: 0.28em;
    margin-bottom: 20px;
  }

  .hero__t {
    font-size: clamp(44px, 14vw, 66px);
  }

  .hero__t em {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero__sub {
    font-size: 22px;
    margin: 16px 0 30px;
  }

  .hero__cta {
    gap: 10px;
    width: 100%;
  }

  .hero__sc {
    bottom: 18px;
  }

  .hero__cta .btn {
    width: min(100%, 320px);
    justify-content: center;
    padding: 18px 22px;
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .hero__promo {
    padding: 12px 16px 16px;
  }

  .hero__promo p {
    font-size: 20px;
    line-height: 1.55;
  }

  .feat {
    border-right: none;
    padding: 28px 16px;
  }

  .about__body {
    padding: 36px 20px 42px;
  }

  .svc-card__body,
  .mtile__body,
  .ocard,
  .tc {
    padding: 26px 20px;
  }

  .subhero {
    padding: 136px 0 50px;
  }

  .subhero h1 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .section-title {
    font-size: clamp(30px, 10vw, 48px);
  }

  .menu-cat h3 {
    font-size: 26px;
  }

  .off-note {
    padding: 16px;
    gap: 10px;
  }

  .offers-intro__text {
    font-size: 20px;
    line-height: 1.7;
  }

  .btn {
    font-size: 19px;
    min-height: 68px;
    letter-spacing: 0.05em;
  }

  .btn--compact {
    min-height: 60px;
    font-size: 17px;
  }

  .res-c .acts {
    gap: 16px;
  }

  .res-c .acts .btn {
    width: min(100%, 520px);
    min-width: 0;
    min-height: 72px;
    font-size: 21px;
    letter-spacing: 0.04em;
    padding: 18px 20px;
  }

  .fnav a,
  .menu-footer-container a,
  .ci__tx,
  .htab td,
  .foot-btm p,
  .foot-lnk a {
    font-size: 19px;
    line-height: 1.65;
  }

  .drawer a {
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .back-to-top {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 92px);
  }

  .promo-popup {
    padding: 14px;
  }

  .promo-popup__card {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  .promo-popup__image-wrap {
    min-height: 180px;
    max-height: 240px;
  }

  .promo-popup__body {
    padding: 30px 18px 20px;
  }

  .promo-popup__subtitle {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .promo-popup__title {
    font-size: clamp(32px, 8vw, 40px);
  }

  .promo-popup__text {
    font-size: 20px;
    line-height: 1.72;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 18px;
    line-height: 1.82;
  }

  .about__lead {
    font-size: 20px;
    line-height: 1.74;
  }

  .about__tx,
  .about__body p,
  .entry-shell p,
  .builder-shell p,
  .subhero p {
    font-size: 17px;
    line-height: 1.86;
  }

  .svc-card__tx,
  .mtile__dc,
  .ocard__inc,
  .tc__tx,
  .off-note__tx,
  .menu-list li {
    font-size: 16px;
    line-height: 1.75;
  }

  .builder-shell-section {
    padding: 110px 0 48px;
  }

  .wrap {
    padding: 0 14px;
  }

  .hdr-i {
    padding: 8px 10px;
  }

  .logo .logo-img--mobile {
    max-height: 24px !important;
    max-width: 116px !important;
  }

  .ham {
    width: 36px;
    height: 36px;
  }

  .hero__c {
    padding: 112px 12px 88px;
  }

  .hero__k {
    letter-spacing: 0.2em;
  }

  .hero__sub {
    font-size: 21px;
  }

  .hero__promo p {
    font-size: 18px;
  }

  .offers-intro__text {
    font-size: 18px;
  }

  .btn,
  .hero__cta .btn {
    font-size: 17px;
    letter-spacing: 0.03em;
    padding: 18px 18px;
    min-height: 68px;
  }

  .btn--compact {
    min-height: 58px;
    padding: 15px 16px;
  }

  .res-c .acts .btn {
    font-size: 19px;
    min-height: 68px;
  }

  .drawer a {
    font-size: 20px;
    letter-spacing: 0.07em;
  }

  .drawer-logo img {
    width: 54px;
    height: 54px;
  }

  .back-to-top {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 102px);
    width: 52px;
    height: 52px;
    font-size: 30px;
  }

  .promo-popup__close {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .promo-popup__text {
    font-size: 18px;
  }
}
