﻿/* Theme refresh */
:root{
  --bg:#120d10;
  --bg-soft:#171114;
  --surface:#1b1418;
  --surface-2:#21181d;
  --surface-3:#0f0a0d;
  --line:rgba(255,255,255,.06);
  --text:#f6efea;
  --muted:#ac9da1;
  --accent:#d27d8b;
  --accent-2:#ddb391;
  --accent-3:#8d5662;
  --shadow:0 18px 50px rgba(0,0,0,.22);
}

html[data-theme="light"]{
  --bg:#f6f1ec;
  --bg-soft:#fbf8f5;
  --surface:#fffdfa;
  --surface-2:#f5efea;
  --surface-3:#ece4dd;
  --line:rgba(34,24,24,.08);
  --text:#2d2326;
  --muted:#766a6d;
  --accent:#bb7a84;
  --accent-2:#d4ab84;
  --accent-3:#99606a;
  --shadow:0 14px 34px rgba(41,24,27,.06);
}

body{
  background:
    radial-gradient(circle at 12% 10%,rgba(210,125,139,.08),transparent 22%),
    radial-gradient(circle at 86% 18%,rgba(221,179,145,.07),transparent 20%),
    linear-gradient(180deg,#110c0f 0%,#151013 45%,#100b0e 100%);
}

html[data-theme="light"] body{
  background:
    radial-gradient(circle at 12% 10%,rgba(187,122,132,.05),transparent 22%),
    linear-gradient(180deg,#faf6f2 0%,#f4eeea 45%,#efe7e1 100%);
}

.header{
  background:rgba(14,10,12,.72);
  border-bottom-color:rgba(255,255,255,.04);
  box-shadow:none;
}

html[data-theme="light"] .header{
  background:rgba(250,246,242,.78);
  box-shadow:none;
}

.topbar{
  grid-template-columns:auto 1fr;
  gap:18px;
  padding:14px 0;
}

.love-logo,
.header-access-form,
.header-mode,
.button.secondary,
.button.primary,
.widget,
.card,
.detail-main,
.detail-side,
.form-copy,
.form-panel,
.table-shell,
.gallery-panel,
.key-card,
.side-box,
.stat{
  backdrop-filter:blur(10px);
}

.love-logo{
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.06);
  box-shadow:none;
}

html[data-theme="light"] .love-logo{
  background:rgba(255,255,255,.78);
  box-shadow:none;
}

.love-logo-badge{
  background:linear-gradient(135deg,#f1a6b1,#e6b792);
  box-shadow:0 8px 20px rgba(210,125,139,.18);
}

.love-logo-tag{
  color:#ccb0a9;
}

html[data-theme="light"] .love-logo-tag{
  color:#8f7277;
}

.topbar-brandline{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  flex-wrap:wrap;
}

.header-purchase{
  border-color:rgba(255,255,255,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.016));
}

.header-purchase-label{
  color:#f0cfbf;
}

.topbar-actions{
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.header-mode{
  background:transparent;
  border-color:rgba(255,255,255,.05);
}

.header-mode-item{
  color:#c5b1aa;
}

html[data-theme="light"] .header-mode{
  background:rgba(255,255,255,.7);
}

html[data-theme="light"] .header-mode-item{
  color:#7d6469;
}

.header-access-form{
  background:rgba(255,255,255,.02);
  border-color:rgba(255,255,255,.05);
}

.header-access-form input{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}

html[data-theme="light"] .header-access-form input{
  background:transparent;
  border-color:transparent;
}

.nav a,
.button{
  min-height:42px;
  font-weight:700;
  letter-spacing:-.01em;
}

.nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.button.primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  box-shadow:0 10px 22px rgba(210,125,139,.16);
}

.button.secondary,
.nav a{
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.06);
}

html[data-theme="light"] .button.secondary,
html[data-theme="light"] .nav a{
  background:rgba(255,255,255,.78);
  box-shadow:none;
}

.header-access-state-guest{
  gap:10px;
  padding:6px 8px 6px 14px;
}

.section-head{
  align-items:center;
  margin:8px 0 16px;
}

.section-head h2,
.location-header h2,
.detail-main h2,
.form-copy h2{
  font-family:"Space Grotesk",sans-serif;
  font-weight:700;
  letter-spacing:-.06em;
}

.section-heading p,
.location-header p,
.detail-lead,
.detail-body,
.card p,
.form-copy p{
  color:var(--muted);
}

.location-strip{
  gap:6px;
  margin:0 0 18px;
}

.location-strip a{
  min-height:34px;
  padding:0 13px;
  background:transparent;
  border-color:rgba(255,255,255,.05);
  color:#d8c8c1;
}

.location-strip a.active{
  box-shadow:none;
}

html[data-theme="light"] .location-strip a{
  background:rgba(255,255,255,.68);
  box-shadow:none;
}

.portal-layout{
  grid-template-columns:minmax(0,1fr) 300px;
  gap:22px;
}

.portal-main,
.portal-side{
  gap:22px;
}

.portal-main .cards-grid{
  grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:22px;
}

.widget,
.card,
.detail-main,
.detail-side,
.form-copy,
.form-panel,
.table-shell,
.gallery-panel,
.key-card,
.side-box,
.stat{
  background:linear-gradient(180deg,rgba(31,23,28,.92),rgba(21,15,18,.94));
  border:1px solid rgba(255,255,255,.05);
  box-shadow:none;
}

html[data-theme="light"] .widget,
html[data-theme="light"] .card,
html[data-theme="light"] .detail-main,
html[data-theme="light"] .detail-side,
html[data-theme="light"] .form-copy,
html[data-theme="light"] .form-panel,
html[data-theme="light"] .table-shell,
html[data-theme="light"] .gallery-panel,
html[data-theme="light"] .key-card,
html[data-theme="light"] .side-box,
html[data-theme="light"] .stat{
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(248,242,238,.94));
  box-shadow:none;
}

.widget:hover,
.card:hover,
.detail-main:hover,
.detail-side:hover,
.form-copy:hover,
.form-panel:hover{
  transform:translateY(-2px);
  border-color:rgba(221,179,145,.18);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}

html[data-theme="light"] .widget:hover,
html[data-theme="light"] .card:hover,
html[data-theme="light"] .detail-main:hover,
html[data-theme="light"] .detail-side:hover,
html[data-theme="light"] .form-copy:hover,
html[data-theme="light"] .form-panel:hover{
  box-shadow:0 14px 28px rgba(41,24,27,.06);
}

.widget{
  border-radius:24px;
  padding:18px;
}

.widget-head h3{
  font-size:24px;
}

.compact-item{
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.05);
}

html[data-theme="light"] .compact-item{
  background:rgba(255,255,255,.78);
}

.card{
  padding:18px;
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(30,22,27,.94),rgba(21,15,18,.95));
}

html[data-theme="light"] .card{
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,242,238,.95));
}

.card-cover{
  border-radius:24px;
  background:linear-gradient(135deg,#3d1620,#6b2d3b 60%,#ae6c57);
}

.placeholder-mark{
  width:84px;
  height:84px;
  border-radius:28px;
  font-size:28px;
  box-shadow:none;
}

.card-kicker,
.meta-line{
  color:#d6b294;
}

.public-card h3{
  font-size:21px;
}

.public-card p{
  min-height:44px;
}

.public-card .meta-line{
  gap:6px;
}

.public-card .meta-line span{
  min-height:26px;
  padding:5px 8px;
  font-size:10px;
  background:rgba(255,255,255,.025);
}

html[data-theme="light"] .public-card .meta-line span{
  background:rgba(255,255,255,.72);
}

.listing-contact-controls{
  gap:8px;
}

.public-card .listing-contact-controls{
  grid-template-columns:minmax(0,1fr) 40px 40px;
}

.public-card .listing-contact-controls > .button.secondary{
  min-height:40px;
}

.social-icon-button{
  border-radius:14px;
  box-shadow:none;
}

.detail-shell,
.detail-stage{
  grid-template-columns:minmax(0,1fr) 320px;
  gap:22px;
}

.detail-main{
  padding:28px;
}

.detail-cover{
  border-radius:24px;
}

.booking-card{
  background:linear-gradient(180deg,rgba(29,21,25,.96),rgba(21,15,18,.96));
  box-shadow:none;
}

html[data-theme="light"] .booking-card{
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,241,237,.95));
}

.booking-actions{
  gap:10px;
}

.detail-contact-inline{
  align-items:center;
  gap:8px;
}

.detail-inline-label{
  min-width:82px;
  min-height:40px;
  padding-inline:14px;
}

.form-shell{
  grid-template-columns:.82fr 1.18fr;
  gap:22px;
}

.table-shell{
  overflow:auto;
}

.data-table th{
  color:#c8a182;
}

.footer{
  position:relative;
  overflow:hidden;
  margin-top:44px;
  padding:52px 0 48px;
  border-top:1px solid rgba(255,255,255,.05);
  background:
    radial-gradient(circle at top center,rgba(210,125,139,.12),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.018),transparent 18%),
    transparent;
}

.footer:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(560px,calc(100% - 64px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
}

.footer:after{
  content:"";
  position:absolute;
  top:-24px;
  left:50%;
  width:320px;
  height:78px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(circle,rgba(221,179,145,.14),transparent 70%);
  filter:blur(18px);
  pointer-events:none;
}

.footer-shell{
  position:relative;
  z-index:1;
  padding-top:18px;
}

.footer-legal{
  max-width:920px;
  margin:0 auto;
}

html[data-theme="light"] .footer{
  border-top:1px solid rgba(35,25,20,.07);
  background:
    radial-gradient(circle at top center,rgba(187,122,132,.08),transparent 34%),
    linear-gradient(180deg,#f6f1ec,#f2ece8 24%,transparent 100%);
}

html[data-theme="light"] .footer:before{
  background:linear-gradient(90deg,transparent,rgba(35,25,20,.12),transparent);
}

html[data-theme="light"] .footer:after{
  background:radial-gradient(circle,rgba(212,171,132,.13),transparent 70%);
}

@media (max-width:820px){
  .footer{
    margin-top:34px;
    padding:44px 0 40px;
  }

  .footer:after{
    top:-18px;
    width:220px;
    height:60px;
  }

  .footer-shell{
    padding-top:14px;
  }
}

.home-showcase{
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:34px;
}

.home-intro{
  min-height:520px;
  padding:42px;
  border-radius:36px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right,rgba(221,179,145,.12),transparent 22%),
    radial-gradient(circle at left 74%,rgba(210,125,139,.14),transparent 28%),
    linear-gradient(135deg,rgba(44,26,32,.98),rgba(22,15,18,.96));
}

.home-intro:before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}

.home-intro h1{
  max-width:11ch;
  font-size:clamp(46px,5.4vw,78px);
  line-height:.92;
  letter-spacing:-.075em;
}

.home-intro p{
  max-width:58ch;
  font-size:17px;
  line-height:1.85;
}

.home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.home-actions .button{
  min-height:48px;
  padding-inline:20px;
}

.home-tags{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  max-width:720px;
}

.home-tags .tag{
  justify-content:flex-start;
  min-height:44px;
  padding:10px 16px;
  font-size:12px;
  letter-spacing:.02em;
}

.home-aside{
  display:grid;
  gap:18px;
  align-content:start;
}

.home-entry-card,
.access-copy,
.access-panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.05);
  background:
    radial-gradient(circle at top right,rgba(221,179,145,.09),transparent 28%),
    linear-gradient(180deg,rgba(31,23,28,.92),rgba(21,15,18,.95));
  box-shadow:none;
}

.home-entry-card{
  min-height:208px;
  padding:28px;
  border-radius:30px;
}

.home-entry-card h3,
.access-panel h3{
  margin:10px 0 0;
  font-size:30px;
  line-height:1;
  letter-spacing:-.06em;
}

.home-entry-card p,
.access-panel p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.75;
}

.home-entry-card .controls{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:18px;
}

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

.home-summary-card{
  min-height:192px;
  padding:28px;
  border-radius:30px;
}

.home-summary-card:nth-child(3){
  grid-column:auto;
}

.location-header{
  padding:30px;
  border-radius:32px;
  background:
    radial-gradient(circle at top right,rgba(221,179,145,.08),transparent 26%),
    linear-gradient(135deg,rgba(38,24,31,.98),rgba(21,15,18,.96));
}

.location-cards-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.location-card{
  min-height:182px;
  padding:22px;
  border-radius:28px;
}

.home-primary-grid,
.location-primary-grid{
  align-items:stretch;
}

.home-primary-grid .public-card,
.location-primary-grid .public-card{
  min-height:100%;
  padding:20px;
  border-radius:30px;
}

.home-primary-grid .public-card .card-cover,
.location-primary-grid .public-card .card-cover{
  aspect-ratio:1/.72;
  border-radius:24px;
}

.home-primary-grid .public-card h3,
.location-primary-grid .public-card h3{
  font-size:20px;
}

.discovery-board{
  margin-top:6px;
  margin-bottom:10px;
  align-items:stretch;
}

.discovery-widget{
  padding:24px;
  border-radius:30px;
}

.discovery-widget .widget-head{
  margin-bottom:2px;
}

.discovery-widget .subtle{
  margin:0 0 6px;
}

.discovery-widget .compact-item{
  min-height:118px;
}

.access-stage{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:24px;
  align-items:stretch;
}

.access-copy{
  min-height:520px;
  padding:42px;
  border-radius:36px;
}

.access-copy h1{
  max-width:11ch;
  margin:10px 0 0;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(42px,5.2vw,74px);
  line-height:.94;
  letter-spacing:-.075em;
}

.access-copy p{
  max-width:58ch;
  color:var(--muted);
  font-size:17px;
  line-height:1.85;
}

.access-panel-wrap{
  display:grid;
  gap:14px;
  align-content:start;
}

.access-panel{
  min-height:100%;
  padding:30px;
  border-radius:32px;
}

.access-form{
  margin-top:18px;
}

.access-form .button{
  min-height:52px;
}

.access-meta{
  margin-top:18px;
}

.access-meta span{
  background:rgba(255,255,255,.03);
}

.access-tags{
  max-width:760px;
}

.public-card .meta-line span{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  border-color:rgba(255,255,255,.04);
}

.public-card .listing-contact-controls > .button.secondary{
  background:rgba(255,255,255,.02);
}

.compact-item{
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02));
}

html[data-theme="light"] .home-intro{
  background:
    radial-gradient(circle at top right,rgba(187,122,132,.08),transparent 22%),
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,241,237,.98));
}

html[data-theme="light"] .home-entry-card,
html[data-theme="light"] .access-copy,
html[data-theme="light"] .access-panel{
  border-color:rgba(35,25,20,.06);
  background:
    radial-gradient(circle at top right,rgba(207,170,131,.06),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(247,241,237,.97));
}

html[data-theme="light"] .home-intro:before,
html[data-theme="light"] .location-header{
  border-color:rgba(35,25,20,.06);
}

html[data-theme="light"] .location-header{
  background:
    radial-gradient(circle at top right,rgba(207,170,131,.06),transparent 26%),
    linear-gradient(135deg,rgba(255,255,255,.9),rgba(247,241,237,.96));
}

.portal-main > *,
.portal-side > *{
  animation:fadeLift .42s ease both;
}

.portal-side > *:nth-child(2){animation-delay:.05s}
.portal-main > *:nth-child(2){animation-delay:.04s}

@keyframes fadeLift{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:1100px){
  .detail-shell,
  .detail-stage,
  .form-shell{
    grid-template-columns:1fr;
  }

  .detail-side{
    position:static;
    top:auto;
  }

  .home-showcase{
    grid-template-columns:1fr;
  }

  .access-stage{
    grid-template-columns:1fr;
  }

  .home-summary{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-summary-card:nth-child(3){
    grid-column:1 / -1;
  }

  .location-cards-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:820px){
  .topbar{
    grid-template-columns:1fr;
    gap:12px;
  }

  .topbar-brandline{
    justify-content:space-between;
    gap:10px;
  }

  .header-purchase{
    flex:1 1 100%;
    justify-content:space-between;
  }

  .topbar-actions{
    justify-content:stretch;
    align-items:center;
    gap:10px;
  }

  .nav:empty{
    display:none;
  }

  .header-mode{
    order:1;
  }

  .theme-toggle{
    order:2;
    margin-left:auto;
  }

  .header-access-form{
    order:3;
    width:100%;
    min-width:0;
    flex:1 1 100%;
  }

  .header-access-form input{
    min-width:0;
  }

  .form-shell{
    grid-template-columns:1fr;
    gap:18px;
  }

  .form-panel{
    order:1;
  }

  .form-copy{
    order:2;
    padding:24px;
  }

  .home-intro{
    min-height:0;
    padding:26px;
  }

  .access-copy{
    min-height:0;
    padding:26px;
  }

  .detail-shell,
  .detail-stage{
    grid-template-columns:1fr;
    gap:18px;
  }

  .detail-main,
  .detail-side{
    padding:24px;
  }

  .detail-side{
    position:static;
    top:auto;
    order:2;
  }

  .detail-main{
    order:1;
  }

  .detail-main h2{
    max-width:none;
    font-size:clamp(34px,10vw,54px);
  }

  .detail-lead{
    margin-top:18px;
    font-size:18px;
    line-height:1.7;
  }

  .detail-body{
    margin-top:18px;
    font-size:15px;
    line-height:1.8;
  }

  .home-intro h1{
    max-width:none;
    font-size:clamp(34px,10vw,54px);
  }

  .access-copy h1{
    max-width:none;
    font-size:clamp(34px,10vw,54px);
  }

  .home-summary,
  .home-tags,
  .location-cards-grid,
  .home-entry-card .controls{
    grid-template-columns:1fr;
  }

  .home-summary-card{
    min-height:0;
    padding:22px;
  }

  .home-summary-card:nth-child(3){
    grid-column:auto;
  }

  .location-header,
  .discovery-widget,
  .access-panel{
    padding:22px;
  }
}

@media (max-width:560px){
  .topbar-brandline{
    flex-direction:column;
    align-items:stretch;
  }

  .love-logo{
    align-self:flex-start;
  }

  .header-purchase{
    width:100%;
  }

  .topbar-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
  }

  .header-mode{
    min-width:0;
  }

  .header-access-form{
    grid-column:1 / -1;
  }

  .theme-toggle{
    width:78px;
  }

  .form-copy,
  .form-panel,
  .detail-main,
  .detail-side{
    padding:20px;
    border-radius:26px;
  }

  .public-card p{
    min-height:0;
  }

  .detail-inline-label{
    min-width:70px;
    padding-inline:12px;
  }
}
