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

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

/* =========================================================
   CLASH DISPLAY
========================================================= */
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay_Complete/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay_Complete/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay_Complete/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay_Complete/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay_Complete/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay_Complete/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* =========================================================
   PLAYFAIR DISPLAY - NORMAL
========================================================= */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* =========================================================
   PLAYFAIR DISPLAY - ITALIC
========================================================= */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* =========================================================
   GLOBAL FONT USAGE
========================================================= */
body {
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

/* Premium Heading Utility */
.HeadingFont {
  font-family: "Playfair Display", serif;
}

/* Body / UI Utility */
.BodyFont {
  font-family: "Clash Display", sans-serif;
}

body {
  font-family: "Clash Display", sans-serif;
}

.SoiHeroTitle {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
.SoiHeroTitle em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
}

.SoiHeroDescription,
.SoiHeaderMeta,
.SoiHeroEyebrow,
.SoiFooterItem {
  font-family: "Clash Display", sans-serif;
}

.SoiFooterContact strong {
  font-family: "Playfair Display", serif;
}

/* =========================================================
   SPIRIT OF INDIA
   PREMIUM TEMP LANDING PAGE
========================================================= */
:root {
  --soi-gold: #bb8a2b;
  --soi-black: #242424;
  --soi-cream: #fcf7e0;
  --soi-green: #565e47;
  --soi-caramel: #d5ad7c;
  --soi-terracotta: #b96243;
  --soi-bg: #f8f3e9;
  --soi-bg-soft: #f2eadc;
  --soi-line: rgba(187, 138, 43, 0.28);
}

/* =========================================================
   RESET
========================================================= */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--soi-bg);
  color: var(--soi-black);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(100% - 100px, 1760px);
  margin-inline: auto;
}

.PageWrapper {
  min-height: 100vh;
  overflow: hidden;
}

/* =========================================================
   LANDING
========================================================= */
.SoiLanding {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 24% 74%, rgba(213, 173, 124, 0.14), transparent 31%), radial-gradient(circle at 92% 5%, rgba(187, 138, 43, 0.08), transparent 25%), linear-gradient(120deg, #fbf7ef, #f7f1e6);
}

/* =========================================================
   BACKGROUND
========================================================= */
.SoiBackground {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  pointer-events: none;
}

/* ---------------------------
   Glow
--------------------------- */
.SoiBackgroundGlow {
  width: 820px;
  height: 820px;
  position: absolute;
  left: -330px;
  bottom: -400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(187, 138, 43, 0.08), transparent 70%);
}

/* ---------------------------
   Peacock Pattern
--------------------------- */
.SoiBackgroundPeacock {
  width: 420px;
  position: absolute;
  left: 150px;
  top: 2%;
  opacity: 0;
}

/* ---------------------------
   Contour
--------------------------- */
.SoiBackgroundContour {
  width: 550px;
  position: absolute;
  right: -170px;
  top: -90px;
  opacity: 0.2;
}

/* ---------------------------
   Heritage Pattern
--------------------------- */
.SoiBackgroundHeritage {
  width: 260px;
  height: 330px;
  position: absolute;
  right: -45px;
  bottom: 60px;
  overflow: hidden;
  opacity: 0;
  -webkit-mask-image: linear-gradient(to left, #000, transparent);
          mask-image: linear-gradient(to left, #000, transparent);
}
.SoiBackgroundHeritage img {
  width: 100%;
}

/* =========================================================
   BACKGROUND ORBITS
========================================================= */
.SoiDecorOrbitLarge {
  width: 730px;
  height: 730px;
  left: 105px;
  top: -535px;
}

.SoiDecorOrbitSmall {
  width: 410px;
  height: 410px;
  right: -245px;
  top: 70px;
  opacity: 0.4;
}

.SoiDecorOrbitDot {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 52px;
  bottom: 137px;
  border-radius: 50%;
  background: var(--soi-gold);
  box-shadow: 0 0 0 6px rgba(187, 138, 43, 0.07), 0 0 30px rgba(187, 138, 43, 0.28);
}

/* =========================================================
   HEADER
========================================================= */
.SoiHeader {
  position: relative;
  z-index: 20;
  padding: 28px 0 10px;
}

.SoiHeaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* =========================================================
   LOGO
========================================================= */
.SoiHeaderLogo {
  display: inline-flex;
}

.SoiHeaderLogoInner {
  min-width: 260px;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
}
.SoiHeaderLogoInner img {
  width: 320px;
  max-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

/* =========================================================
   HEADER META
========================================================= */
.SoiHeaderMeta {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 11px;
  position: relative;
  color: rgba(36, 36, 36, 0.78);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.SoiHeaderMeta::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--soi-gold), transparent);
}
.SoiHeaderMeta i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--soi-gold);
}

/* =========================================================
   HERO
========================================================= */
.SoiHero {
  min-height: 660px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 15px 0 30px;
}

.SoiHeroGrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
}

/* =========================================================
   LEFT VISUAL
========================================================= */
.SoiHeroVisual {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

/* ---------------------------
   Side Label
--------------------------- */
.SoiHeroSideLabel {
  position: absolute;
  left: -25px;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  color: rgba(36, 36, 36, 0.48);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.SoiHeroSideLabel i {
  width: 45px;
  height: 1px;
  background: rgba(187, 138, 43, 0.55);
}

/* ---------------------------
   Giant Watermark
--------------------------- */
.SoiHeroWatermark {
  width: 420px;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 0;
  opacity: 0.05;
}

/* ---------------------------
   Arc
--------------------------- */
.SoiHeroArc {
  width: 600px;
  height: 600px;
  position: absolute;
  left: 100px;
  top: -215px;
  border-radius: 50%;
  border: 1px solid rgba(187, 138, 43, 0.35);
  z-index: 0;
}
.SoiHeroArc span {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 23px;
  bottom: 135px;
  border-radius: 50%;
  background: var(--soi-gold);
  box-shadow: 0 0 0 6px rgba(187, 138, 43, 0.07);
}

/* ---------------------------
   Image Floor
--------------------------- */
.SoiHeroVisualFloor {
  width: 80%;
  height: 70px;
  position: absolute;
  left: 12%;
  bottom: 1px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(36, 36, 36, 0.16), transparent 69%);
  filter: blur(12px);
}

/* ---------------------------
   Restaurant
--------------------------- */
.SoiRestaurant {
  width: min(100%, 870px);
  position: relative;
  z-index: 4;
  margin-left: 25px;
  transform-origin: center bottom;
  filter: drop-shadow(0 30px 24px rgba(36, 36, 36, 0.11));
}

/* =========================================================
   BADGE
========================================================= */
.SoiHeroBadge {
  position: absolute;
  left: 67px;
  bottom: 18px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px 11px 11px;
  background: var(--soi-black);
  color: var(--soi-cream);
  box-shadow: 0 20px 40px rgba(36, 36, 36, 0.12);
}
.SoiHeroBadge small {
  display: block;
  color: var(--soi-caramel);
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.SoiHeroBadge strong {
  display: block;
  margin-top: 1px;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 500;
}

.SoiHeroBadgeMark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soi-gold);
}
.SoiHeroBadgeMark img {
  width: 20px;
  filter: brightness(0) invert(1);
}

/* =========================================================
   HERO CONTENT
========================================================= */
.SoiHeroContent {
  max-width: 760px;
  padding-right: 30px;
  position: relative;
  z-index: 7;
}

/* =========================================================
   EYEBROW
========================================================= */
.SoiHeroEyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.SoiHeroEyebrow > span {
  width: 46px;
  height: 1px;
  background: var(--soi-gold);
}
.SoiHeroEyebrow p {
  margin: 0;
  color: var(--soi-gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

/* =========================================================
   TITLE
========================================================= */
.SoiHeroTitle {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(70px, 5vw, 102px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -4.7px;
  color: var(--soi-black);
}
.SoiHeroTitle span {
  display: block;
}
.SoiHeroTitle em {
  color: var(--soi-terracotta);
  font-style: italic;
  font-weight: 500;
}

/* =========================================================
   INTRO
========================================================= */
.SoiHeroIntro {
  max-width: 620px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}
.SoiHeroIntro p {
  margin: 0;
  color: rgba(36, 36, 36, 0.65);
  font-size: 16px;
  line-height: 1.7;
}

.SoiHeroIntroMark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(187, 138, 43, 0.35);
}
.SoiHeroIntroMark img {
  width: 23px;
}

/* =========================================================
   HIGHLIGHTS
========================================================= */
.SoiHighlights {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(187, 138, 43, 0.18);
  border-bottom: 1px solid rgba(187, 138, 43, 0.18);
}

.SoiHighlight {
  min-height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}
.SoiHighlight + .SoiHighlight {
  border-left: 1px solid rgba(187, 138, 43, 0.18);
}
.SoiHighlight small {
  display: block;
  margin-bottom: 4px;
  color: rgba(187, 138, 43, 0.7);
  font-size: 7px;
  letter-spacing: 2px;
}
.SoiHighlight strong {
  display: block;
  color: var(--soi-black);
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 500;
}
.SoiHighlight span {
  display: block;
  margin-top: 2px;
  color: rgba(36, 36, 36, 0.55);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.SoiHighlightIcon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid !important;
  place-items: center;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(185, 98, 67, 0.07);
}
.SoiHighlightIcon img {
  width: 21px;
}

/* =========================================================
   FOOTER
========================================================= */
.SoiFooter {
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}

/* =========================================================
   FOOTER DIVIDER
========================================================= */
.SoiFooterDivider {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}
.SoiFooterDivider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(187, 138, 43, 0.55));
}
.SoiFooterDivider span:last-child {
  background: linear-gradient(90deg, rgba(187, 138, 43, 0.55), transparent);
}
.SoiFooterDivider img {
  width: 24px;
}

/* =========================================================
   FOOTER INNER
========================================================= */
.SoiFooterInner {
  display: grid;
  grid-template-columns: 1fr 0.75fr 1.25fr;
  align-items: center;
  gap: 45px;
  padding-top: 18px;
}

/* =========================================================
   FOOTER ITEM
========================================================= */
.SoiFooterItem {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.SoiFooterItem + .SoiFooterItem::before {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(187, 138, 43, 0.2);
}
.SoiFooterItem small {
  display: block;
  margin-bottom: 5px;
  color: var(--soi-gold);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.SoiFooterItem strong {
  display: block;
  color: rgba(36, 36, 36, 0.75);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
}

/* =========================================================
   FOOTER NUMBER
========================================================= */
.SoiFooterNumber {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(187, 138, 43, 0.45);
  color: var(--soi-gold);
  font-family: "Playfair Display", serif;
  font-size: 9px;
}

/* =========================================================
   PHONE
========================================================= */
.SoiFooterContact strong {
  color: var(--soi-black);
  font-family: "Playfair Display", serif;
  font-size: 17px;
}
.SoiFooterContact:hover .SoiFooterNumber {
  background: var(--soi-black);
  border-color: var(--soi-black);
  color: var(--soi-gold);
}
.SoiFooterContact:hover strong {
  color: var(--soi-terracotta);
}

/* =========================================================
   ADDRESS
========================================================= */
.SoiFooterAddress {
  justify-self: end;
  max-width: 520px;
}

/* =========================================================
   1600PX
========================================================= */
@media (max-width: 1600px) {
  .container {
    width: min(100% - 80px, 1500px);
  }
  .SoiHeaderLogoInner {
    min-width: 235px;
    height: 68px;
  }
  .SoiHeaderLogoInner img {
    width: 205px;
  }
  .SoiHero {
    min-height: 590px;
  }
  .SoiHeroGrid {
    gap: 70px;
  }
  .SoiHeroVisual {
    min-height: 510px;
  }
  .SoiRestaurant {
    width: 760px;
  }
  .SoiHeroTitle {
    font-size: 85px;
  }
  .SoiHeroArc {
    width: 540px;
    height: 540px;
  }
}
/* =========================================================
   1400PX
========================================================= */
@media (max-width: 1400px) {
  .container {
    width: min(100% - 60px, 1320px);
  }
  .SoiHeader {
    padding-top: 22px;
  }
  .SoiHeaderLogoInner {
    height: 62px;
    min-width: 215px;
  }
  .SoiHeaderLogoInner img {
    width: 185px;
  }
  .SoiHero {
    min-height: 540px;
  }
  .SoiHeroGrid {
    gap: 55px;
  }
  .SoiHeroVisual {
    min-height: 470px;
  }
  .SoiRestaurant {
    width: 690px;
  }
  .SoiHighlight {
    min-height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px;
  }
  .SoiHeroTitle {
    font-size: 65px;
    letter-spacing: -3.5px;
  }
  .SoiHeroArc {
    width: 470px;
    height: 470px;
    top: -155px;
  }
  .SoiHeroBadge {
    left: 45px;
  }
  .SoiHighlights {
    margin-top: 32px;
  }
}
/* =========================================================
   1200PX
========================================================= */
@media (max-width: 1200px) {
  .SoiHeaderLogoInner {
    min-width: 195px;
  }
  .SoiHeaderLogoInner img {
    width: 165px;
  }
  .SoiHeaderMeta {
    font-size: 8px;
    letter-spacing: 2.1px;
  }
  .SoiHeroGrid {
    grid-template-columns: 1fr 0.95fr;
    gap: 35px;
  }
  .SoiHeroVisual {
    min-height: 430px;
  }
  .SoiRestaurant {
    width: 610px;
  }
  .SoiHeroTitle {
    font-size: 62px;
  }
  .SoiHeroIntro {
    margin-top: 28px;
  }
  .SoiHeroIntro p {
    font-size: 14px;
  }
  .SoiHighlights {
    margin-top: 28px;
  }
  .SoiHighlight {
    gap: 9px;
    padding-inline: 12px;
  }
  .SoiHighlight strong {
    font-size: 13px;
  }
  .SoiHeroArc {
    width: 420px;
    height: 420px;
  }
}
/* =========================================================
   991PX
========================================================= */
@media (max-width: 991px) {
  .SoiLanding {
    display: block;
  }
  .SoiHeader {
    padding: 22px 0;
  }
  .SoiHero {
    min-height: auto;
    padding: 45px 0 25px;
  }
  .SoiHeroGrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .SoiHeroContent {
    max-width: 700px;
    margin-inline: auto;
    padding: 0;
    text-align: center;
    order: 1;
  }
  .SoiHeroEyebrow {
    justify-content: center;
  }
  .SoiHeroTitle {
    font-size: 72px;
  }
  .SoiHeroIntro {
    max-width: 570px;
    margin-inline: auto;
    margin-top: 30px;
    text-align: left;
  }
  .SoiHighlights {
    margin-inline: auto;
  }
  .SoiHeroVisual {
    min-height: 500px;
    order: 2;
    justify-content: center;
  }
  .SoiRestaurant {
    width: 760px;
    margin-left: 0;
  }
  .SoiHeroArc {
    left: 50%;
    transform: translateX(-50%);
  }
  .SoiHeroWatermark {
    left: 50%;
    transform: translateX(-50%);
  }
  .SoiHeroBadge {
    left: 15%;
  }
  .SoiHeroSideLabel {
    display: none;
  }
  .SoiFooter {
    padding-top: 30px;
  }
  .SoiFooterInner {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .SoiFooterItem + .SoiFooterItem::before {
    display: none;
  }
  .SoiFooterAddress {
    justify-self: auto;
    max-width: none;
  }
}
/* =========================================================
   MOBILE - 767PX
========================================================= */
@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
  }
  /* =====================================================
     PAGE
  ===================================================== */
  .SoiLanding {
    display: block;
    min-height: auto;
    overflow: hidden;
    background: radial-gradient(circle at 50% 78%, rgba(213, 173, 124, 0.12), transparent 27%), linear-gradient(180deg, #fbf7ef 0%, #f7f0e5 100%);
  }
  /* =====================================================
     BACKGROUND
  ===================================================== */
  .SoiBackgroundGlow {
    width: 380px;
    height: 380px;
    left: -190px;
    bottom: 150px;
    opacity: 0.5;
  }
  .SoiBackgroundPeacock {
    width: 220px;
    left: -120px;
    top: 31%;
    opacity: 0.025;
  }
  .SoiBackgroundContour {
    width: 240px;
    right: -110px;
    top: -35px;
    opacity: 0.055;
  }
  .SoiBackgroundHeritage {
    width: 160px;
    height: 220px;
    right: -75px;
    bottom: 70px;
    opacity: 0.035;
  }
  .SoiDecorOrbitLarge {
    width: 320px;
    height: 320px;
    left: -160px;
    top: -180px;
    opacity: 0.5;
  }
  .SoiDecorOrbitSmall {
    width: 220px;
    height: 220px;
    right: -155px;
    top: 100px;
    opacity: 0.25;
  }
  .SoiDecorOrbitDot {
    display: none;
  }
  /* =====================================================
     HEADER
  ===================================================== */
  .SoiHeader {
    padding: 18px 0 0;
  }
  .SoiHeaderInner {
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  .SoiHeaderLogo {
    flex: 0 0 auto;
  }
  .SoiHeaderLogoInner {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .SoiHeaderLogoInner::before {
    display: none;
  }
  .SoiHeaderLogoInner img {
    width: 185px;
    max-height: none;
  }
  .SoiHeaderMeta {
    gap: 7px;
    display: none;
    margin-left: auto;
    padding-bottom: 7px;
    font-size: 6px;
    letter-spacing: 1.35px;
    white-space: nowrap;
  }
  .SoiHeaderMeta::after {
    background: linear-gradient(90deg, rgba(187, 138, 43, 0.8), transparent);
  }
  .SoiHeaderMeta span:last-child {
    display: none;
  }
  .SoiHeaderMeta i {
    display: none;
  }
  /* =====================================================
     HERO
  ===================================================== */
  .SoiHero {
    min-height: auto;
    display: block;
    padding: 42px 0 12px;
  }
  .SoiHeroGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  /* =====================================================
     CONTENT
  ===================================================== */
  .SoiHeroContent {
    max-width: 100%;
    order: 1;
    padding: 0;
    text-align: center;
  }
  .SoiHeroEyebrow {
    justify-content: center;
    gap: 9px;
    margin-bottom: 15px;
  }
  .SoiHeroEyebrow > span {
    width: 27px;
  }
  .SoiHeroEyebrow p {
    font-size: 7px;
    letter-spacing: 1.7px;
  }
  /* =====================================================
     TITLE
  ===================================================== */
  .SoiHeroTitle {
    max-width: 340px;
    margin-inline: auto;
    font-size: 50px;
    line-height: 0.96;
    letter-spacing: -2px;
  }
  .SoiHeroTitle span {
    display: block;
  }
  .SoiHeroTitle span:last-child {
    margin-top: 3px;
  }
  .SoiHeroTitle em {
    display: inline;
    font-style: italic;
  }
  /* =====================================================
     DESCRIPTION
  ===================================================== */
  .SoiHeroIntro {
    max-width: 325px;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 27px auto 0;
    text-align: center;
  }
  .SoiHeroIntro p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    color: rgba(36, 36, 36, 0.58);
  }
  .SoiHeroIntroMark {
    width: 36px;
    height: 36px;
    margin-inline: auto;
  }
  .SoiHeroIntroMark img {
    width: 18px;
  }
  /* =====================================================
     HIGHLIGHTS
  ===================================================== */
  .SoiHighlights {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 31px;
    border-top: 1px solid rgba(187, 138, 43, 0.18);
    border-bottom: 1px solid rgba(187, 138, 43, 0.18);
  }
  .SoiHighlight {
    min-height: 76px;
    justify-content: center;
    gap: 13px;
    padding: 13px 10px;
    text-align: left;
    border: 0;
  }
  .SoiHighlight + .SoiHighlight {
    border-left: 0;
    border-top: 1px solid rgba(187, 138, 43, 0.18);
  }
  .SoiHighlight > div {
    width: 125px;
  }
  .SoiHighlight small {
    display: none;
  }
  .SoiHighlight strong {
    font-size: 16px;
    line-height: 1.15;
  }
  .SoiHighlight span {
    margin-top: 3px;
    font-size: 7px;
    letter-spacing: 1.4px;
  }
  .SoiHighlightIcon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background: rgba(185, 98, 67, 0.07);
  }
  .SoiHighlightIcon img {
    width: 20px;
  }
  /* =====================================================
     RESTAURANT IMAGE AREA
  ===================================================== */
  .SoiHeroVisual {
    width: calc(100% + 32px);
    min-height: 310px;
    position: relative;
    order: 2;
    left: -16px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -4px;
    overflow: visible;
  }
  /* -------------------------------
     Peacock Watermark
  -------------------------------- */
  .SoiHeroWatermark {
    display: block;
    width: 225px;
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    opacity: 0.045;
  }
  /* -------------------------------
     Gold Arc
  -------------------------------- */
  .SoiHeroArc {
    display: block;
    width: 285px;
    height: 285px;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    border: 1px solid rgba(187, 138, 43, 0.35);
  }
  .SoiHeroArc span {
    width: 7px;
    height: 7px;
    right: 8px;
    bottom: 80px;
    box-shadow: 0 0 0 4px rgba(187, 138, 43, 0.06);
  }
  /* -------------------------------
     Ground Shadow
  -------------------------------- */
  .SoiHeroVisualFloor {
    display: block;
    width: 78%;
    height: 45px;
    left: 11%;
    bottom: 5px;
    opacity: 0.6;
    filter: blur(9px);
  }
  /* -------------------------------
     Restaurant
  -------------------------------- */
  .SoiRestaurant {
    display: block;
    width: 112%;
    max-width: none;
    position: relative;
    z-index: 4;
    margin: 0 0 -1px;
    transform-origin: center bottom;
    filter: drop-shadow(0 18px 14px rgba(36, 36, 36, 0.13));
  }
  /* =====================================================
     BADGE
  ===================================================== */
  .SoiHeroBadge {
    display: flex;
    left: 22px;
    bottom: 15px;
    gap: 8px;
    padding: 8px 12px 8px 8px;
    transform: none;
  }
  .SoiHeroBadge small {
    font-size: 5px;
    letter-spacing: 1.3px;
  }
  .SoiHeroBadge strong {
    font-size: 12px;
  }
  .SoiHeroBadgeMark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .SoiHeroBadgeMark img {
    width: 16px;
  }
  .SoiHeroSideLabel {
    display: none;
  }
  /* =====================================================
     FOOTER
  ===================================================== */
  .SoiFooter {
    padding: 5px 0 20px;
  }
  .SoiFooterDivider {
    gap: 10px;
    margin-bottom: 10px;
  }
  .SoiFooterDivider img {
    width: 20px;
  }
  .SoiFooterInner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 5px;
  }
  .SoiFooterItem {
    min-height: 62px;
    gap: 12px;
    padding: 11px 5px;
    border-bottom: 1px solid rgba(187, 138, 43, 0.14);
  }
  .SoiFooterItem + .SoiFooterItem::before {
    display: none;
  }
  .SoiFooterItem small {
    margin-bottom: 3px;
    font-size: 6px;
    letter-spacing: 1.6px;
  }
  .SoiFooterItem strong {
    font-size: 10px;
    line-height: 1.5;
  }
  .SoiFooterNumber {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 8px;
  }
  .SoiFooterContact strong {
    font-size: 15px;
  }
  .SoiFooterAddress {
    justify-self: stretch;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* =====================================
     PREMIUM MOBILE HIGHLIGHTS
  ===================================== */
  .SoiHighlights {
    width: 100%;
    max-width: 350px;
    margin: 32px auto 0;
    display: block;
    padding: 7px;
    border: 1px solid rgba(187, 138, 43, 0.14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(252, 247, 224, 0.22));
    box-shadow: 0 18px 45px rgba(36, 36, 36, 0.045);
    backdrop-filter: blur(8px);
  }
  .SoiHighlight {
    min-height: 82px;
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 15px;
    text-align: left;
    border: 0;
    border-radius: 16px;
    transition: 0.3s ease;
  }
  .SoiHighlight + .SoiHighlight {
    margin-top: 2px;
  }
  .SoiHighlight + .SoiHighlight::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 62px;
    right: 14px;
    height: 1px;
    background: linear-gradient(90deg, rgba(187, 138, 43, 0.2), rgba(187, 138, 43, 0.04));
  }
  .SoiHighlight > div {
    width: auto;
  }
  .SoiHighlight small {
    display: block;
    grid-column: 3;
    grid-row: 1;
    color: rgba(187, 138, 43, 0.55);
    font-family: "Playfair Display", serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .SoiHighlight strong {
    display: block;
    margin: 0;
    color: var(--soi-black);
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.3px;
  }
  .SoiHighlight span {
    display: block;
    margin-top: 4px;
    color: rgba(36, 36, 36, 0.48);
    font-family: "Clash Display", sans-serif;
    font-size: 7px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
  /* =====================================
     ICON
  ===================================== */
  .SoiHighlightIcon {
    width: 46px;
    height: 46px;
    flex: none;
    display: grid !important;
    place-items: center;
    margin: 0 !important;
    border: 1px solid rgba(185, 98, 67, 0.08);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(185, 98, 67, 0.1), rgba(213, 173, 124, 0.08));
  }
  .SoiHighlightIcon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* =========================================================
   1601PX TO 1920PX
========================================================= */
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .SoiHero {
    min-height: 650px;
  }
  .SoiHeroVisual {
    min-height: 560px;
  }
  .SoiRestaurant {
    width: 860px;
  }
  .SoiHeroTitle {
    font-size: 96px;
  }
}
/* =========================================================
   REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/*# sourceMappingURL=style.css.map */