:root{
  --ivory:#faf5ee;
  --warm:#f1e7d9;
  --warm-deep:#e4d1b9;
  --sand:#d7c2a3;
  --champagne:#c3a06b;
  --gold:#ab8450;
  --ink:#2e241e;
  --muted:#6d6157;
  --line:rgba(111,84,46,.16);
  --panel:rgba(255,251,246,.76);
  --white:#fffdf9;
  --shadow:0 30px 70px rgba(79,55,30,.11);
  --radius:30px;
  --shell-gutter:44px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter","Avenir Next",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.8),rgba(255,255,255,0) 22%),
    linear-gradient(180deg,#fdf8f1 0%,#f8f1e7 100%);
  letter-spacing:.01em;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,rgba(255,255,255,0) 0 28%,rgba(255,255,255,.38) 34%,rgba(255,255,255,0) 44%),
    linear-gradient(120deg,rgba(255,255,255,0) 0 57%,rgba(255,255,255,.2) 62%,rgba(255,255,255,0) 69%);
  opacity:.7;
}

a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.shell{width:min(1240px,calc(100% - (var(--shell-gutter) * 2)));margin:0 auto}

.nav{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:16px 0;
  backdrop-filter:blur(18px);
  background:rgba(250,245,238,.7);
  border-bottom:1px solid var(--line);
}

.brand{
  display:inline-flex;
  color:var(--ink);
}

.brand:not(.brand-stack){
  align-items:center;
  gap:12px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:28px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.brand-stack{
  align-items:center;
  flex-direction:row;
  gap:10px;
  position:relative;
  padding-top:0;
  flex:0 0 auto;
}

.brand-logo{
  width:46px;
  height:46px;
  object-fit:contain;
  flex:none;
}

.brand-text,
.footer-brand{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.footer-brand{
  gap:6px;
}

.footer-logo{
  width:44px;
  height:44px;
  object-fit:contain;
  margin-bottom:4px;
}

.brand-name{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:24px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:500;
}

.footer strong{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:22px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:500;
}

.brand-tag{
  display:none;
}

.nav-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  margin-left:auto;
}

.nav-links a:hover{color:var(--gold)}
.menu-btn{
  display:none;
  border:0;
  background:transparent;
  font-size:28px;
  color:var(--ink);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  border:1px solid rgba(171,132,80,.42);
  border-radius:999px;
  background:transparent;
  color:var(--ink);
  font-size:12px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition:transform .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease;
}

.btn:hover{transform:translateY(-1px)}
.btn.primary{
  background:linear-gradient(135deg,#b89260,#9f7743);
  color:var(--white);
  border-color:#9f7743;
}

.btn.ghost,
.btn-nav{
  background:rgba(255,255,255,.45);
}

.btn-nav{min-height:44px}

.hero{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  grid-template-areas:
    "copy visual"
    "notes notes";
  gap:clamp(34px,4vw,64px);
  align-items:start;
  padding:84px 0 68px;
}

.hero-copy{grid-area:copy}
.hero-visual{grid-area:visual}

.hero > *,
.sanctuary-grid > *,
.feature-grid > *,
.philosophy-card > *,
.philosophy-points > *,
.split > *,
.card-grid > *,
.results > *,
.contact-panel > *,
.treatment > *{
  min-width:0;
}

.eyebrow{
  margin:0 0 18px;
  font-size:11px;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:var(--gold);
}

h1,h2,h3{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:500;
  color:var(--ink);
}

h1{
  font-size:clamp(38px,4.7vw,64px);
  line-height:1;
  letter-spacing:-.04em;
}

h2{
  font-size:clamp(32px,4.1vw,52px);
  line-height:1.04;
  letter-spacing:-.03em;
}

h3{
  font-size:26px;
  line-height:1.14;
}

.lead,
.text,
.card p,
.feature-card p,
.philosophy-card p,
.contact-banner p,
.footer p,
.kicker,
.floating-copy p,
.treatment p,
.result-box p{
  color:var(--muted);
  line-height:1.95;
}

.lead{
  max-width:560px;
  margin:32px 0 38px;
  font-size:17px;
}

.text p,
.sanctuary-copy p,
.card p,
.feature-card p,
.philosophy-card p,
.contact-banner p,
.result-box p,
.kicker,
.section-intro{
  margin:0 0 1.15rem;
}

.text p:last-child,
.sanctuary-copy p:last-child,
.card p:last-child,
.feature-card p:last-child,
.philosophy-card p:last-child,
.contact-banner p:last-child,
.result-box p:last-child{
  margin-bottom:0;
}

.btn-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.hero-notes{
  display:grid;
  grid-area:notes;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:-152px;
  position:relative;
  z-index:3;
}

.hero-notes div,
.feature-card,
.card,
.result-box{
  background:rgba(255,252,247,.72);
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(91,67,39,.06);
}

.hero-notes div{
  padding:18px 20px;
  border-radius:22px;
  min-height:160px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hero-notes strong,
.feature-meta{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero-notes span{font-size:14px;line-height:1.7;color:var(--muted)}

.hero-visual{position:relative}
.sun-panel,
.arched-room,
.hero-card,
.result-box,
.feature-image{
  overflow:hidden;
  position:relative;
}

.sun-panel{
  min-height:600px;
  padding:18px;
  border-radius:44px;
  background:
    radial-gradient(circle at 78% 16%,rgba(255,255,255,.8),rgba(255,255,255,0) 24%),
    linear-gradient(145deg,rgba(255,253,249,.96),rgba(240,227,210,.9));
  box-shadow:var(--shadow);
}

.sun-panel::before,
.arched-room::before,
.feature-image::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(117deg,rgba(255,255,255,0) 26%,rgba(255,255,255,.56) 35%,rgba(255,255,255,0) 44%),
    linear-gradient(117deg,rgba(255,255,255,0) 48%,rgba(255,255,255,.3) 54%,rgba(255,255,255,0) 60%);
}

.hero-photo,
.scene-photo,
.feature-image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-photo{
  min-height:540px;
  border-radius:34px;
  object-position:center center;
}

.arch-scene{
  position:relative;
  min-height:600px;
  border-radius:36px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.55),rgba(233,215,192,.92)),
    linear-gradient(145deg,#f7efe3,#efe2d1);
}

.arch-scene::before,
.arched-room::after{
  content:"";
  position:absolute;
  width:52%;
  right:12%;
  top:10%;
  bottom:0;
  border-radius:220px 220px 0 0;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(245,237,228,.52));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.4);
}

.arch-scene::after{
  content:"";
  position:absolute;
  left:11%;
  right:11%;
  bottom:12%;
  height:14px;
  border-radius:999px;
  background:rgba(214,192,162,.42);
}

.vase,
.tray{
  position:absolute;
  z-index:2;
  background:linear-gradient(180deg,#c7ae87,#8f7249);
}

.vase{
  width:54px;
  height:180px;
  right:26%;
  bottom:20%;
  border-radius:26px 26px 18px 18px;
}

.vase::before,
.stem{
  content:"";
  position:absolute;
  background:#9b7a52;
}

.vase::before{
  width:12px;
  height:34px;
  left:21px;
  top:-15px;
  border-radius:12px;
}

.tray{
  width:104px;
  height:18px;
  right:18%;
  bottom:18%;
  border-radius:50%;
}

.section{padding:52px 0 64px}
.section-heading{max-width:820px}
.section-heading.center{text-align:center;margin:0 auto}
.section-intro{margin:18px auto 0;max-width:620px;font-size:15px;line-height:1.9}
.page-main{padding-bottom:24px}

.sanctuary-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:38px;
  align-items:center;
  margin-top:28px;
}

.sanctuary-copy{
  padding:18px 0;
  font-size:15px;
}

.sanctuary-scene,
.philosophy-card,
.contact-banner,
.contact-panel{
  border:1px solid var(--line);
  background:rgba(255,252,247,.72);
  box-shadow:var(--shadow);
}

.sanctuary-scene{
  padding:18px;
  border-radius:38px;
}

.scene-photo{
  min-height:350px;
  border-radius:28px;
  object-position:center center;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  margin-top:38px;
}

.feature-card{
  padding:16px;
  border-radius:28px;
}

.feature-image{
  min-height:220px;
  margin-bottom:18px;
  border-radius:20px;
  background:linear-gradient(145deg,#f5eadc,#e8d5bd);
  filter:grayscale(1) saturate(.08) contrast(1.03) brightness(.98);
}

.signature-image{object-position:center 28%}
.sculpt-image{object-position:center 36%}
.clarity-image{object-position:center 44%}

.centered-action{
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:36px;
  position:relative;
  z-index:2;
  clear:both;
}

.centered-action .btn{
  flex:0 0 auto;
}

.philosophy-card{
  display:grid;
  grid-template-columns:.84fr 1.16fr;
  gap:30px;
  padding:34px;
  border-radius:38px;
}

.philosophy{
  margin-top:52px;
}

.philosophy-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.philosophy-points div{
  padding:18px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.42);
  border:1px solid rgba(171,132,80,.14);
}

.philosophy-points h3{
  margin-bottom:12px;
  font-size:21px;
}

.contact-banner{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  padding:34px;
  border-radius:36px;
}

.contact-banner h2{font-size:clamp(30px,3.8vw,46px)}
.contact-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.footer{
  display:grid;
  grid-template-columns:1.1fr 1.2fr .7fr;
  gap:22px;
  padding:36px 0 52px;
  border-top:1px solid var(--line);
  font-size:13px;
}

.footer p{margin:.4rem 0}

.page-hero{
  padding:84px 0 20px;
  max-width:840px;
}

.page-hero h1{
  max-width:780px;
}

.page-visual{
  margin-top:20px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:34px;
  background:rgba(255,252,247,.72);
  box-shadow:var(--shadow);
}

.page-visual img{
  width:100%;
  min-height:260px;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
}

.kicker{
  max-width:640px;
  margin-top:26px;
  font-size:16px;
}

.split{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:54px;
  align-items:start;
}

.story-intro{
  align-items:start;
}

.story-copy{
  max-width:720px;
}

.story-copy p{
  margin-bottom:1.35rem;
}

.story-panel{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:30px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:38px;
  background:rgba(255,252,247,.72);
  box-shadow:var(--shadow);
}

.story-panel-soft{
  grid-template-columns:1fr;
}

.story-panel-copy{
  max-width:640px;
}

.story-pillars{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:start;
}

.about-promise h2{
  max-width:980px;
  margin:0 auto 18px;
}

.about-promise p{
  max-width:760px;
  margin:0 auto 12px;
}

.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:40px}
.card{padding:30px;border-radius:26px}
.card .num{font-family:"Cormorant Garamond",Georgia,serif;color:var(--champagne);font-size:42px;margin-bottom:18px}

.gallery-grid{
  display:grid;
  grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);
  gap:28px;
  margin-top:34px;
  align-items:end;
}

.gallery-grid .page-visual{
  margin-top:0;
  align-self:start;
}

.gallery-room img{
  aspect-ratio:1.3 / 1;
  min-height:0;
  object-position:center 55%;
}

.gallery-product{
  padding:16px;
}

.gallery-product img{
  aspect-ratio:1 / 1.02;
  min-height:0;
  object-position:center 18%;
}

.treatment-list{display:grid;gap:10px;margin-top:28px}
.treatment{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  padding:30px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}

.price{
  white-space:nowrap;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.band{
  margin:18px auto 46px;
  padding:56px min(6vw,54px);
  border-radius:38px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(240,227,210,.9),rgba(255,251,246,.92));
  text-align:center;
  box-shadow:var(--shadow);
}

.quote{
  max-width:860px;
  margin:0 auto;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.12;
  text-align:center;
}

.results{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:42px;
}

.result-box{
  min-height:240px;
  padding:0;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,252,247,.88),rgba(233,217,194,.86));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.result-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.result-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,252,247,.02) 0%,rgba(255,248,240,.16) 34%,rgba(253,249,244,.92) 72%,rgba(252,247,241,.98) 100%);
  z-index:1;
}

.result-copy{
  position:relative;
  z-index:2;
  margin-top:auto;
  padding:92px 28px 28px;
}

.result-box small{
  color:var(--gold);
  letter-spacing:.2em;
  text-transform:uppercase;
}

.result-glow .result-photo{object-position:center 44%}
.result-texture .result-photo{object-position:center 18%}
.result-comfort .result-photo{object-position:center 34%}
.result-confidence .result-photo{object-position:center 26%}

.contact-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  padding:36px;
  border-radius:38px;
}

.contact-panel > :first-child,
.philosophy-card > :first-child{
  max-width:560px;
}

.field{display:grid;gap:8px;margin-bottom:16px}
label{
  color:var(--gold);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

input,textarea,select{
  width:100%;
  border:1px solid rgba(171,132,80,.2);
  border-radius:18px;
  background:rgba(255,255,255,.7);
  padding:15px 16px;
  font:inherit;
  color:var(--ink);
}

textarea{min-height:132px;resize:vertical}

@media (max-width:980px){
  :root{--shell-gutter:30px}
  .hero,
  .sanctuary-grid,
  .split,
  .philosophy-card,
  .contact-panel,
  .footer{
    grid-template-columns:1fr;
  }

  .hero{
    grid-template-areas:
      "copy"
      "visual"
      "notes";
  }

  .feature-grid,
  .card-grid,
  .results,
  .philosophy-points,
  .hero-notes,
  .story-pillars{
    grid-template-columns:1fr;
  }

  .story-panel{
    grid-template-columns:1fr;
  }

  .contact-banner{
    flex-direction:column;
    align-items:flex-start;
  }

  .contact-actions{justify-content:flex-start}
  .hero{padding-top:58px;padding-bottom:48px}
  .page-hero{padding-top:62px}
  .sun-panel{min-height:470px}
  .hero-photo{min-height:430px}
  .scene-photo{min-height:320px}
  .page-visual img{min-height:240px}
  .footer{gap:16px}
}

@media (max-width:760px){
  :root{--shell-gutter:22px}
  .nav{padding:14px 0}
  .brand-stack{gap:8px}
  .brand-logo{width:36px;height:36px}
  .brand-name{font-size:19px;letter-spacing:.1em}
  .footer-logo{width:36px;height:36px}
  .footer strong{font-size:19px;letter-spacing:.1em}
  .nav-links{
    display:none;
    position:absolute;
    left:var(--shell-gutter);
    right:var(--shell-gutter);
    top:82px;
    padding:24px;
    border:1px solid var(--line);
    border-radius:24px;
    background:rgba(250,245,238,.96);
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:flex-start;
  }

  .nav-links.show{display:flex}
  .menu-btn{display:block}
  .hero{padding-top:36px;padding-bottom:28px}
  .section{padding:34px 0 42px}
  .page-hero{padding-top:42px}
  .lead{font-size:16px}
  h1{font-size:clamp(32px,9.6vw,46px)}
  h2{font-size:clamp(30px,9.6vw,42px)}
  h3{font-size:24px}
  .hero-notes{gap:14px;margin-top:18px}
  .hero-notes div{padding:16px;min-height:0}
  .sun-panel{min-height:auto;padding:14px;border-radius:30px}
  .hero-photo{min-height:320px;border-radius:22px}
  .scene-photo{min-height:220px;border-radius:22px}
  .feature-image{min-height:190px}
  .feature-card{padding:14px}
  .sanctuary-scene,.philosophy-card,.contact-banner,.contact-panel,.story-panel{padding:20px}
  .contact-banner{border-radius:28px}
  .btn-row,.contact-actions{width:100%}
  .btn-row .btn,.contact-actions .btn{flex:1 1 100%}
  .price{margin-top:4px}
  .page-visual{padding:14px;border-radius:28px}
  .page-visual img{min-height:190px;border-radius:18px}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-room img,
  .gallery-product img{aspect-ratio:auto;min-height:190px}
  .price{margin-top:4px}
  .treatment{grid-template-columns:1fr}
  .btn-nav{width:100%}
  .footer{padding-top:28px}
  .result-box{min-height:230px}
  .result-copy{padding:92px 24px 24px}
}

@media (max-width:480px){
  :root{--shell-gutter:18px}
  .brand-stack{gap:7px}
  .brand-logo{width:32px;height:32px}
  .brand-name{font-size:17px;letter-spacing:.08em}
  .footer-logo{width:32px;height:32px}
  .footer strong{font-size:17px;letter-spacing:.08em}
  .nav-links{padding:20px}
  h1{font-size:clamp(28px,8.6vw,37px)}
  h2{font-size:clamp(28px,9vw,36px)}
  h3{font-size:22px}
  .hero-photo{min-height:290px}
  .scene-photo{min-height:190px}
  .feature-image{min-height:176px}
  .contact-panel,
  .philosophy-card,
  .contact-banner,
  .sanctuary-scene,
  .story-panel{padding:18px}
  input,textarea,select{padding:14px}
  .result-box{min-height:210px}
  .result-copy{padding:84px 22px 22px}
}
