:root {
  --ink: #0d0b08;
  --ink-soft: #14110d;
  --cream: #f5f0e8;
  /* --gold: #c8a96e; */
  --gold: #d69424;
  --gold-2: #ecd4a2;
  --blue: #019698;
  --rust: #8b3a2a;
  --sage: #5a6651;
  --line: rgba(200, 169, 110, 0.2);
  --glass: rgba(13, 11, 8, 0.65);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  --ff-head: "Playfair Display", serif;
  --ff-sub: "Cormorant Garamond", serif;
  --ff-body: "Jost", sans-serif;
  --ease: cubic-bezier(.25, .46, .45, .94);
}

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

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

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse 70% 55% at 85% 20%, #068c8e1a, transparent 60%),
    radial-gradient(ellipse 55% 65% at 10% 85%, rgba(90, 102, 81, 0.16), transparent 60%),
    linear-gradient(165deg, #19130f 0%, #0d0b08 48%, #110f0c 100%);
  color: var(--cream);
  font-family: var(--ff-body);
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
}

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

a {
  color: inherit;
}

section {
  position: relative;
  padding: 6.5rem 0;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100px, -100px, 0);
  pointer-events: none;
  z-index: 1300;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(200, 169, 110, 0.6);
}

.cursor-ring {
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 110, 0.55);
  transition: width .2s ease, height .2s ease, border-color .2s ease;
}

body.has-custom-cursor a,
body.has-custom-cursor button,
body.has-custom-cursor input,
body.has-custom-cursor textarea,
body.has-custom-cursor select,
body.has-custom-cursor .tilt-card,
body.has-custom-cursor .magnetic {
  cursor: none !important;
}

body.cursor-active .cursor-ring {
  width: 68px;
  height: 68px;
  border-color: rgba(236, 212, 162, 0.88);
}

.navbar {
  background: transparent;
  padding: 1.2rem 0;
  transition: background .35s ease, padding .35s ease, backdrop-filter .35s ease;
  z-index: 1100;
}

.navbar.scrolled {
  background: rgba(13, 11, 8, 0.9);
  backdrop-filter: blur(14px);
  padding: .75rem 0;
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  font-family: var(--ff-head);
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--gold) !important;
  text-decoration: none;
}

.navbar-brand span {
  color: var(--cream);
  font-style: italic;
}

.nav-link {
  position: relative;
  padding: .5rem 1rem !important;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.72) !important;
  transition: color .3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease), left .3s var(--ease);
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold) !important;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 62%;
  left: 19%;
}

.nav-cta {
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold) !important;
  font-size: .74rem !important;
  letter-spacing: .2em;
  padding: .48rem 1.2rem !important;
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  background: var(--gold);
  color: var(--ink) !important;
}

.navbar-toggler {
  border: 1px solid rgba(200, 169, 110, 0.4);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28200,169,110,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section,
.page-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8rem 0 5rem;
}

.page-hero {
  min-height: 70vh;
}

.page-breadcrumb-banner {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  padding-top: calc(5.8rem + env(safe-area-inset-top));
  padding-bottom: 2rem;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .42)),
    var(--breadcrumb-bg, url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=1800&q=80")) center/cover no-repeat;
  border-bottom: 1px solid rgba(214, 148, 36, .28);
  overflow: hidden;
}

.page-breadcrumb-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 20%, rgba(214, 148, 36, .24), transparent 48%);
  pointer-events: none;
}

.page-breadcrumb-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 35px;
}

.page-breadcrumb-subtitle {
  margin: 0 0 .5rem;
  color: var(--gold);
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.page-breadcrumb-title {
  margin: 0 0 .55rem;
  color: #fff;
  font-family: var(--ff-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.page-breadcrumb-list {
  margin: 0;
  padding: .55rem .9rem;
  width: fit-content;
  border-radius: 4px;
  background: rgba(0, 0, 0, .38);
  border: 1px solid rgba(214, 148, 36, .28);
  backdrop-filter: blur(2px);
}

.page-breadcrumb-list .breadcrumb-item,
.page-breadcrumb-list .breadcrumb-item a {
  color: rgba(245, 240, 232, .78);
  font-family: var(--ff-body);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.page-breadcrumb-list .breadcrumb-item a:hover {
  color: var(--gold);
}

.page-breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(245, 240, 232, .45);
}

.page-breadcrumb-list .breadcrumb-item.active {
  color: var(--gold);
}

.hero-section::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 72% 38%, rgba(139, 58, 42, 0.2), transparent 62%),
    radial-gradient(ellipse 65% 85% at 15% 82%, rgba(90, 102, 81, 0.16), transparent 60%);
  z-index: 0;
}

.hero-content,
.page-hero-copy {
  position: relative;
  z-index: 2;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: .7;
  animation: particleFall linear infinite;
}

.orb,
.orb-ring {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.orb {
  width: 560px;
  height: 560px;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(200, 169, 110, 0.1), transparent 70%);
  animation: floatY 8s ease-in-out infinite;
}

.orb-ring {
  width: 420px;
  height: 420px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(200, 169, 110, 0.14);
  animation: floatY 10s ease-in-out infinite reverse;
}

.section-tag,
.hero-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--blue);
}

.section-tag::before,
.hero-tag::before,
.hero-tag::after,
.eyebrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--blue);
}

.hero-title,
.display-title,
.section-title {
  font-family: var(--ff-head);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.07;
}

.hero-title,
.display-title {
  margin: 1.3rem 0 1rem;
  font-size: clamp(2.8rem, 4vw, 6.2rem);
}

.display-title.medium {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.hero-title em,
.display-title em,
.section-title em {
  color: var(--gold);
  font-style: italic;
}

.hero-desc,
.section-sub,
.hero-copy,
.page-hero-copy p,
.section-intro p,
.story-panel p,
.timeline-item p,
.contact-panel p,
.footer-copy {
  font-family: var(--ff-sub);
  font-size: 1.15rem;
  line-height: 1.75;
  color: rgba(245, 240, 232, 0.62);
}

.hero-btns,
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn-brand,
.btn-gold,
.btn-outline-brand,
.btn-outline-gold {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  padding: 1rem 2.2rem;
  font-size: .75rem;
  letter-spacing: .2em;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.btn-brand,
.btn-gold {
  border: 1px solid var(--gold);
  color: var(--ink);
  background: var(--gold);
}

.btn-brand:hover,
.btn-gold:hover {
  transform: translateY(-3px);
  color: var(--ink);
  background: var(--gold-2);
  border-color: var(--gold-2);
  box-shadow: 0 10px 28px rgba(200, 169, 110, 0.3);
}

.btn-outline-brand,
.btn-outline-gold {
  border: 1px solid rgba(200, 169, 110, 0.4);
  color: var(--cream);
  background: transparent;
}

.btn-outline-brand:hover,
.btn-outline-gold:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  color: var(--gold);
}

.hero-showcase,
.hero-img-wrap,
.info-card,
.menu-card,
.story-panel,
.timeline-item,
.contact-panel,
.contact-form-wrap,
.gallery-item,
.stat-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 110, 0.14);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.tilt-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.18), transparent 40%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.tilt-card:hover::before {
  opacity: 1;
}

.hero-showcase img,
.hero-img-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: brightness(.85) saturate(1.08);
}

.showcase-panel,
.glass-panel {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: var(--glass);
  border: 1px solid rgba(200, 169, 110, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 1rem 1.1rem;
}

.showcase-panel h2 {
  margin: .35rem 0;
  font-family: var(--ff-head);
  font-size: 1.35rem;
}

.showcase-panel p {
  margin: 0;
  color: rgba(245, 240, 232, 0.68);
}

.panel-label {
  margin: 0;
  font-size: .65rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}

.marquee-strip {
  background: var(--gold);
  padding: .7rem 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  white-space: nowrap;
  animation: marqueeMove 24s linear infinite;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  font-family: var(--ff-head);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: clamp(.9rem, 2vw, 1.8rem);
  font-weight: 600;
}

.marquee-item i {
  font-size: 12px;
}

.content-section.alt-section {
  background: rgba(255, 255, 255, 0.01);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.divider {
  width: 80px;
  height: 1px;
  margin: 1.3rem 0;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.info-card,
.story-panel,
.timeline-item,
.stat-card {
  padding: 1.6rem;
  transition: transform .35s var(--ease), border-color .35s ease;
}

.info-card:hover,
.story-panel:hover,
.timeline-item:hover,
.menu-card:hover,
.gallery-item:hover,
.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 169, 110, 0.45);
}

.info-card h3,
.story-panel h3,
.timeline-item strong {
  margin-bottom: .6rem;
  font-family: var(--ff-head);
  font-weight: 400;
}

.info-card i {
  color: var(--gold);
  font-size: 1.35rem;
  margin-bottom: .8rem;
}

.info-card img {
  color: var(--gold);
  width: 50px;
  margin-bottom: 1rem;
}

.menu-card-img {
  height: 240px;
  overflow: hidden;
}

.menu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease), filter .55s ease;
  filter: brightness(.84);
}

.menu-card:hover .menu-card-img img {
  transform: scale(1.08);
  filter: brightness(.95);
}

.menu-feature-grid {
  margin-top: .4rem;
}

.menu-feature-card {
  position: relative;
  min-height: 355px;
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.4);
}

.menu-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
  filter: brightness(.62) saturate(1.06);
  transition: transform .6s var(--ease), filter .6s ease;
}

.menu-feature-card:hover img {
  transform: scale(1.06);
  filter: brightness(.72) saturate(1.12);
}

.menu-feature-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.72) 100%);
}

.menu-feature-overlay h3 {
  margin: 0 0 .35rem;
  color: #fff;
  font-family: var(--ff-head);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  letter-spacing: .01em;
}

.menu-feature-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--ff-sub);
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  font-weight: 400;
  letter-spacing: .01em;
}

.menu-card-body {
  padding: 1.35rem;
}

.menu-card-body h5 {
  font-family: var(--ff-head);
  font-size: 1.35rem;
}

.menu-price {
  color: var(--gold);
  font-family: var(--ff-head);
  font-size: 1.2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px 200px;
  gap: .6rem;
}

.gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item:nth-child(4) {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease), filter .55s ease;
  filter: brightness(.78);
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(.95);
}

.gallery-overlay {
  display: none !important;
}

.gallery-overlay i {
  display: none !important;
}


.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.stat-card strong {
  display: block;
  font-family: var(--ff-head);
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
}

.stat-card span {
  font-size: .83rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.62);
}

.contact-panel,
.contact-form-wrap {
  padding: 2rem;
}

.contact-list {
  display: grid;
  gap: .9rem;
  margin-top: 1.2rem;
}

.contact-list strong {
  display: block;
  color: var(--gold);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.form-label {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.6);
}

.form-control,
.form-select {
  border-radius: 2px;
  min-height: 50px;
  border: 1px solid rgba(200, 169, 110, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--cream);
}

.form-control::placeholder {
  color: rgba(245, 240, 232, 0.36);
}

.form-control:focus,
.form-select:focus {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(200, 169, 110, 0.1);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 4.2rem 0 1.8rem;
  font-family: var(--ff-body);
}

.footer-reference {
  color: #fff;
}

.footer-top {
  margin-bottom: 1.7rem;
}

.footer-logo-wrap {
  display: inline-block;
  text-decoration: none;
}

.footer-logo-img {
  width: 110px;
  height: auto;
}

.footer-brand-sub {
  margin: .8rem 0 1rem;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.85);
}

.footer-social {
  display: flex;
  gap: .75rem;
  justify-content: center;
  margin-top: .35rem;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}

.footer-social a:hover {
  background: var(--gold);
  transform: translateY(-2px);
}

.footer-contact {
  margin: 1.65rem 0 1.25rem;
}

.footer-contact p {
  margin-bottom: .55rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.98);
}

.footer-contact i {
  color: var(--gold);
  margin-right: .55rem;
}

.footer-contact-item + .footer-contact-item {
  margin-left: 1.4rem;
}

.footer-nav {
  margin: 1.35rem 0 1.2rem;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 .95rem;
  position: relative;
}

.footer-nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.02rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: var(--gold);
}

.footer-nav a:hover {
  color: var(--gold);
}

.footer-divider {
  border-top: 2px dotted rgba(255, 255, 255, 0.6);
  margin-top: 1.4rem;
}

.footer-bottom {
  border-top: 0;
  margin-top: .5rem;
  padding-top: .85rem;
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.95);
}

.footer-bottom span:last-child {
  text-align: right;
}

#backTop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--ink);
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s ease, transform .35s ease, background .3s ease;
}

#backTop.show {
  opacity: 1;
  transform: translateY(0);
}

#backTop:hover {
  background: var(--gold-2);
}

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.reveal {
  transform: translateY(48px);
}

.reveal-left {
  transform: translateX(-56px);
}

.reveal-right {
  transform: translateX(56px);
}

.reveal-scale {
  transform: scale(.9);
}

.reveal.active,
.reveal-left.active,
.reveal-right.active,
.reveal-scale.active {
  opacity: 1;
  transform: none;
}

@keyframes particleFall {
  from {
    transform: translateY(-20px) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: translateY(130px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 12px));
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(13, 11, 8, 0.96);
    border: 1px solid rgba(200, 169, 110, 0.18);
  }

  .navbar .nav-cta {
    margin-top: .75rem;
    width: 100%;
    text-align: center;
  }

  .hero-showcase img,
  .hero-img-wrap img {
    height: 400px;
  }

  .about-img-grid {
    height: 380px;
  }

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

  .gallery-item:nth-child(1) {
    grid-column: span 2;
  }

  .gallery-item:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  main,
  section,
  .container,
  .container-fluid {
    max-width: 100%;
    overflow-x: clip;
  }

  .row {
    --bs-gutter-x: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .row > * {
    min-width: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  section {
    padding: 5rem 0;
  }

  a.navbar-brand img {
    width: 80px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 7.3rem;
    padding-bottom: 4rem;
  }

  .page-breadcrumb-banner {
    min-height: 235px;
    padding-top: calc(5.1rem + env(safe-area-inset-top));
    padding-bottom: 1.4rem;
  }

  .page-breadcrumb-subtitle {
    font-size: .72rem;
    letter-spacing: .16em;
  }

  .page-breadcrumb-list {
    padding: .5rem .72rem;
  }

  .page-breadcrumb-list .breadcrumb-item,
  .page-breadcrumb-list .breadcrumb-item a {
    font-size: .72rem;
  }

  .hero-section .particle,
  .hero-section .orb,
  .hero-section .orb-ring {
    display: none;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  body.has-custom-cursor a,
  body.has-custom-cursor button,
  body.has-custom-cursor input,
  body.has-custom-cursor textarea,
  body.has-custom-cursor select,
  body.has-custom-cursor .tilt-card,
  body.has-custom-cursor .magnetic {
    cursor: auto !important;
  }

  .hero-title,
  .display-title {
    font-size: clamp(2rem, 10vw, 2.6rem);
    line-height: 1.15;
  }

  .hero-desc,
  .section-sub {
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .hero-btns {
    gap: .75rem;
  }

  .btn-brand,
  .btn-gold,
  .btn-outline-brand,
  .btn-outline-gold {
    width: 100%;
    text-align: center;
    padding: .9rem 1.2rem;
  }

  .marquee-track {
    gap: 1.1rem;
  }

  .marquee-item {
    font-size: .82rem;
    letter-spacing: .1em;
  }

  .hero-showcase {
    margin-top: 1rem;
  }

  .hero-showcase img,
  .hero-img-wrap img {
    height: 290px;
  }

  .about-img-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: .55rem;
  }

  .about-img-grid .tall {
    grid-row: auto;
  }

  .about-img-grid img {
    height: 215px;
  }

  .about-stat .num {
    font-size: 2.2rem;
  }

  .about-stat .unit {
    font-size: 1.1rem;
  }

  #parallax-banner::before {
    background-attachment: scroll;
  }

  .parallax-banner-content {
    padding: 4.2rem 0;
  }

  .parallax-banner-content blockquote {
    font-size: 1.35rem;
    line-height: 1.5;
    padding-left: 1rem;
  }

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

  .gallery-item:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
    height: 230px;
  }

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

  .footer-logo-img {
    width: 108px;
  }

  .footer-brand-sub {
    font-size: 1.15rem;
  }

  .footer-contact p {
    font-size: .97rem;
    line-height: 1.7;
  }

  .footer-contact-item {
    display: block;
  }

  .footer-contact-item + .footer-contact-item {
    margin-left: 0;
    margin-top: .3rem;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .45rem .95rem;
    overflow-x: hidden;
  }

  .footer-nav a {
    font-size: 1rem;
    margin: 0;
  }

  .footer-nav a:not(:last-child)::after {
    display: none;
  }

  .footer-bottom {
    font-size: .85rem;
    gap: .35rem;
  }

  .footer-bottom span:last-child {
    text-align: left;
  }

  .menu-feature-card,
  .menu-feature-card img {
    min-height: 260px;
  }

  .menu-feature-overlay h3 {
    font-size: 2rem;
  }

}




/*----------About Us Section Homepage-------*/


#about { background: #0f0d0a; }

    .about-img-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: .75rem;
      height: 520px;
    }
    .about-img-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 3px;
      transition: transform .6s var(--ease), filter .6s;
      filter: brightness(.8) saturate(1.1);
    }
    .about-img-grid img:hover { transform: scale(1.04); filter: brightness(.95) saturate(1.3); }
    .about-img-grid .tall { grid-row: span 2; }

    .about-stat {
      display: flex;
      align-items: baseline;
      gap: .5rem;
    }
    .about-stat .num {
      font-family: var(--ff-head);
      font-size: 3.2rem;
      font-weight: 700;
      color: var(--blue);
      line-height: 1;
    }
    .about-stat .unit { font-family: var(--ff-head); font-size: 1.4rem; color: var(--blue); }
    .about-stat .desc {
      font-size: .72rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(245,240,232,.4);
      margin-top: .2rem;
    }



     /* ══════════════════════════════════════
       EXPERIENCE / FULL-WIDTH BANNER
    ══════════════════════════════════════ */
    #parallax-banner {
      padding: 0;
      min-height: 70vh;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    #parallax-banner::before {
      content: '';
      position: absolute; inset: 0;
      background:
        linear-gradient(to right, rgba(13,11,8,.9) 40%, rgba(13,11,8,.5) 100%),
        url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1400&q=80') center/cover no-repeat;
      background-attachment: fixed;
      z-index: 0;
    }
    .parallax-banner-content {
      position: relative;
      z-index: 1;
      padding: 7rem 0;
    }
    .parallax-banner-content blockquote {
      font-family: var(--ff-head);
      font-size: clamp(1.5rem, 3.5vw, 2.8rem);
      font-style: italic;
      color: var(--cream);
      line-height: 1.4;
      max-width: 640px;
      border-left: 2px solid var(--blue);
      padding-left: 2rem;
    }
    .parallax-banner-content blockquote span { color: var(--gold); }
    .parallax-banner-content cite {
      display: block;
      font-family: var(--ff-body);
      font-size: .72rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(245,240,232,.5);
      margin-top: 1.2rem;
      font-style: normal;
      padding-left: 2rem;
    }

  
