/*
Theme Name: Himalayan Inn Brand Theme
Theme URI: https://himalayaninn.com/
Author: Codex
Description: Custom dark crimson and gold WordPress theme inspired by Himalayan Inn branding.
Version: 1.3.1
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: himalayan-inn
*/

:root {
  --c: #7a1515;
  --dr: #4e0a0a;
  --em: #9e2020;
  --g: #c8923a;
  --gl: #e4b86a;
  --gd: rgba(200, 146, 58, 0.3);
  --cr: #f5ecd8;
  --ww: #fbf5ec;
  --ink: #160808;
  --im: #1f0c0c;
  --mu: #7c5040;
  --b: rgba(200, 146, 58, 0.15);
  --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;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 10% 0%, rgba(122, 21, 21, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70% at 90% 100%, rgba(200, 146, 58, 0.08) 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: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  padding: 15px 36px;
  border: 1px solid var(--gd);
  color: var(--gl);
  background: transparent;
  cursor: pointer;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}

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

.btn:hover {
  border-color: var(--g);
  color: var(--gl);
}

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

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

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

.btn-w {
  border-color: rgba(245, 236, 216, 0.35);
  color: var(--cr);
}

.btn-w:hover {
  border-color: var(--cr);
  color: var(--ww);
}

.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(200, 146, 58, 0.5));
}

.gem-r {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 146, 58, 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(28px);
  transition: opacity 0.75s var(--ez), transform 0.75s var(--ez);
}

.rv.in {
  opacity: 1;
  transform: none;
}

.d1 {
  transition-delay: 0.1s;
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

/* Top bar */
.topbar {
  background: var(--dr);
  border-bottom: 1px solid rgba(200, 146, 58, 0.2);
  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: 12px;
  letter-spacing: 0.05em;
  color: rgba(245, 236, 216, 0.65);
  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, 4, 4, 0.94);
  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: 20px 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;
}

.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: rgba(16, 4, 4, 0.55);
  border: 1px solid rgba(200, 146, 58, 0.24);
  padding: 5px 8px;
}

.foot-brand .logo {
  background: rgba(16, 4, 4, 0.35);
  border: 1px solid rgba(200, 146, 58, 0.2);
  padding: 5px 8px;
  width: fit-content;
}

.logo__n {
  font-family: var(--fc);
  font-size: 14px;
  letter-spacing: 0.32em;
  color: var(--g);
  text-transform: uppercase;
}

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

.site-header nav ul,
.menu-primary-container ul,
.pnav {
  display: flex;
  align-items: center;
  gap: 32px;
  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: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 236, 216, 0.72);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.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: 10px 22px;
  border-bottom: none;
  transition: all 0.3s;
}

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

.ham {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background: rgba(16, 4, 4, 0.82);
  border: 1px solid var(--b);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
}

.ham span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--g);
  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, 4, 4, 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: 18px;
  margin: 0;
  padding: 0;
}

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

.drawer a {
  font-family: var(--fc);
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245, 236, 216, 0.72);
}

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

.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, 4, 4, 0.5);
}

.dclose {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: var(--g);
  font-size: 26px;
  cursor: pointer;
}

/* 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("https://himalayaninn.com/wp-content/uploads/2026/02/tandoorichicken.jpg") 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, 4, 4, 0.7) 100%),
    linear-gradient(to bottom, rgba(16, 4, 4, 0.5) 0%, rgba(16, 4, 4, 0.1) 40%, rgba(16, 4, 4, 0.5) 75%, rgba(16, 4, 4, 1) 100%);
}

.hero__fr {
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(200, 146, 58, 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;
}

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

.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(200, 146, 58, 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(22, 8, 8, 0.7);
}

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

.feat {
  padding: 44px 30px;
  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(122, 21, 21, 0.1);
}

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

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

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

.feat__tx {
  font-size: 13px;
  color: var(--mu);
  line-height: 1.6;
  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(22, 8, 8, 0.88);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background 0.4s;
}

.svc-card:hover {
  background: rgba(78, 10, 10, 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(22, 8, 8, 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, 4, 4, 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;
}

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

/* 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(22, 8, 8, 0.82);
  overflow: hidden;
  position: relative;
  transition: background 0.35s;
}

.mtile:hover {
  background: rgba(78, 10, 10, 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(22, 8, 8, 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;
}

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

.ocard {
  background: rgba(22, 8, 8, 0.85);
  padding: 48px 36px 44px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s, transform 0.4s;
}

.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(122, 21, 21, 0.14), transparent 70%);
  transition: transform 0.5s;
}

.ocard:hover {
  background: rgba(78, 10, 10, 0.2);
  transform: translateY(-4px);
}

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

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

.ocard--f {
  background: linear-gradient(155deg, rgba(78, 10, 10, 0.45) 0%, rgba(22, 8, 8, 0.9) 65%);
  border-color: rgba(200, 146, 58, 0.3);
}

.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: 9.5px;
  letter-spacing: 0.45em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ocard__days::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(200, 146, 58, 0.2);
}

.ocard__nm {
  font-family: var(--fd);
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 6px;
  line-height: 1.1;
  color: var(--ww);
}

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

.ocard__tm {
  font-size: 12px;
  letter-spacing: 0.07em;
  color: var(--mu);
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(200, 146, 58, 0.1);
}

.ocard__pr {
  font-family: var(--fd);
  font-size: 54px;
  font-weight: 300;
  color: var(--gl);
  line-height: 1;
  margin-bottom: 4px;
}

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

.ocard__lb {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--mu);
  text-transform: uppercase;
  margin-bottom: 26px;
}

.ocard__inc {
  font-family: var(--fd);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 236, 216, 0.7);
  line-height: 1.65;
  margin-bottom: 24px;
}

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

.ocard__rl li {
  font-size: 12px;
  color: var(--mu);
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
}

.ocard__rl li::before {
  content: "--";
  color: var(--g);
  opacity: 0.55;
  flex-shrink: 0;
}

.off-note {
  border: 1px solid rgba(200, 146, 58, 0.16);
  padding: 24px 32px;
  background: rgba(200, 146, 58, 0.03);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.off-note__ic {
  color: var(--g);
  opacity: 0.6;
  flex-shrink: 0;
  margin-top: 2px;
}

.off-note__tx {
  font-size: 13px;
  color: rgba(245, 236, 216, 0.5);
  line-height: 1.8;
}

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

/* 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(22, 8, 8, 0.8);
  padding: 36px 28px;
  text-align: center;
  transition: background 0.35s;
}

.aitem:hover {
  background: rgba(78, 10, 10, 0.18);
}

.aitem img {
  height: 120px;
  object-fit: contain;
  margin: 0 auto 20px;
  filter: brightness(0.8) saturate(0.7) sepia(0.3);
  transition: filter 0.4s, transform 0.4s;
}

.aitem:hover img {
  filter: brightness(1) saturate(1) sepia(0);
  transform: scale(1.05);
}

.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(22, 8, 8, 0.8);
  padding: 42px 34px;
  transition: background 0.35s;
}

.tc:hover {
  background: rgba(78, 10, 10, 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("https://himalayaninn.com/wp-content/uploads/2026/02/methipaneer.jpg") center/cover no-repeat;
  filter: brightness(0.22) saturate(0.6);
}

.res-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(78, 10, 10, 0.65), rgba(22, 8, 8, 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: 15px;
  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;
}

/* Footer */
.foot {
  background: rgba(10, 2, 2, 0.96);
  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: 13px;
  color: var(--mu);
  line-height: 1.9;
  margin-bottom: 22px;
}

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

.foot-soc a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mu);
  font-size: 14px;
  transition: all 0.3s;
}

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

.foot-col__tt {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.4em;
  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: 9px;
}

.fnav a,
.menu-footer-container a {
  font-size: 13px;
  color: var(--mu);
  letter-spacing: 0.04em;
}

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

.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: 13px;
  color: var(--mu);
  line-height: 1.6;
}

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

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

.htab {
  width: 100%;
}

.htab td {
  padding: 6px 0;
  font-size: 12.5px;
  color: var(--mu);
  border-bottom: 1px solid rgba(200, 146, 58, 0.05);
}

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

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

.htab .tm {
  text-align: right;
  color: var(--gl);
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.htab .cl {
  text-align: right;
  color: var(--mu);
  font-style: italic;
  font-size: 12px;
}

.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: 12px;
  color: rgba(124, 80, 64, 0.5);
  letter-spacing: 0.04em;
  margin: 0;
}

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

.foot-lnk a {
  font-size: 12px;
  color: rgba(124, 80, 64, 0.5);
}

.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: 16px;
}

.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: 1px solid var(--gd);
  border-radius: 0;
  background: transparent;
  color: var(--gl);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 12px 24px;
}

.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(22, 8, 8, 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;
}

.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(22, 8, 8, 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, 4, 4, 0.7);
  color: var(--cr);
  padding: 12px 14px;
}

.search-form input[type="submit"] {
  border: 1px solid var(--g);
  background: var(--g);
  color: var(--ink);
  padding: 12px 16px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.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(122, 21, 21, 0.2) 0%, rgba(16, 4, 4, 0.95) 100%),
    radial-gradient(circle at 20% 10%, rgba(200, 146, 58, 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: 16px;
}

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

.section-soft {
  background: linear-gradient(180deg, rgba(22, 8, 8, 0.35) 0%, rgba(78, 10, 10, 0.14) 50%, rgba(22, 8, 8, 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(22, 8, 8, 0.78);
  padding: 24px;
  color: inherit;
  transition: border-color 0.3s, transform 0.3s, background 0.3s;
}

.info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 146, 58, 0.38);
  background: rgba(78, 10, 10, 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(22, 8, 8, 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(200, 146, 58, 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(22, 8, 8, 0.8);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(200, 146, 58, 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(200, 146, 58, 0.24);
  padding-left: 12px;
  color: rgba(245, 236, 216, 0.74);
}

.custom-content-card {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 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 {
    height: 42px !important;
    max-height: 42px !important;
    max-width: 42px !important;
  }

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

  .logo .logo-img--mobile {
    display: block;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    border-radius: 50%;
    border: 1px solid var(--b);
    background: rgba(16, 4, 4, 0.5);
    object-fit: cover;
  }

  .site-header.sc .logo img {
    height: 36px !important;
    max-height: 36px !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 {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  .site-header.sc .logo .logo-img--mobile {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !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;
  }

  .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 {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !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) {
  .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: 19px;
    margin: 16px 0 30px;
  }

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

  .hero__cta .btn {
    width: min(100%, 320px);
    justify-content: center;
    padding: 14px 20px;
    letter-spacing: 0.22em;
  }

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

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

  .feat {
    border-right: none;
  }

  .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;
  }
}

@media (max-width: 480px) {
  .builder-shell-section {
    padding: 110px 0 48px;
  }

  .wrap {
    padding: 0 14px;
  }

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

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

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

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

  .hero__k {
    letter-spacing: 0.2em;
  }

  .hero__sub {
    font-size: 17px;
  }

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

  .btn,
  .hero__cta .btn {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .drawer a {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

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