:root{
  --sage:#53614d;
  --sage-dark:#354031;
  --sage-soft:#87927f;
  --cream:#f6f1e8;
  --cream-deep:#ece3d4;
  --paper:#fffdf9;
  --sand:#d7c3a4;
  --gold:#b99b67;
  --ink:#273027;
  --muted:#737a70;
  --line:#e8e0d4;
  --shadow:0 28px 80px rgba(55,63,49,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;min-height:100vh;color:var(--ink);background:
  radial-gradient(circle at 15% 12%,rgba(215,195,164,.22),transparent 28%),
  linear-gradient(180deg,#f8f5ef 0%,#f2eee6 100%);
  font-family:"DM Sans",sans-serif;
}
button,input,textarea{font:inherit}
button{cursor:pointer}
.ambient{position:fixed;border-radius:50%;filter:blur(2px);pointer-events:none;z-index:-1}
.ambient-one{width:420px;height:420px;right:-180px;top:120px;background:rgba(131,145,120,.08)}
.ambient-two{width:340px;height:340px;left:-170px;bottom:80px;background:rgba(185,155,103,.08)}

.site-header{
  width:min(1180px,calc(100% - 40px));height:92px;margin:auto;
  display:flex;align-items:center;justify-content:space-between;
}
.brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}
.brand-mark{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  background:var(--sage);color:#fff;font-family:"Playfair Display",serif;font-size:14px;
  box-shadow:0 8px 24px rgba(53,64,49,.16)
}
.brand-copy{display:grid;gap:2px}
.brand-copy strong{font-family:"Playfair Display",serif;font-size:18px;font-weight:600}
.brand-copy span{font-size:11px;letter-spacing:.08em;color:var(--muted)}
.header-note{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}
.status-dot{width:8px;height:8px;border-radius:50%;background:#7d9872;box-shadow:0 0 0 5px rgba(125,152,114,.12)}

.page-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.intro{
  min-height:205px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;
  padding:20px 44px 24px;overflow:hidden;position:relative
}
.kicker,.eyebrow,.mini-label{font-size:11px;letter-spacing:.17em;font-weight:700;color:var(--gold)}
.intro h1{
  margin:10px 0 12px;font-family:"Playfair Display",serif;font-size:clamp(36px,4.2vw,55px);
  line-height:.98;font-weight:500;letter-spacing:-.035em
}
.intro h1 em{font-weight:500;color:var(--sage);font-style:italic}
.intro p{max-width:580px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:22px;font-size:12px;color:#596354}
.intro-art{height:170px;position:relative}
.art-circle{position:absolute;border-radius:50%}
.art-large{width:145px;height:145px;right:70px;top:20px;background:linear-gradient(145deg,#d7c5aa,#eee4d6);box-shadow:inset -18px -20px 40px rgba(122,99,69,.08)}
.art-small{width:72px;height:72px;right:8px;top:0;background:#cbd3c4;opacity:.85}
.leaf{position:absolute;width:72px;height:26px;border-radius:100% 0 100% 0;background:var(--sage-soft);transform-origin:left center}
.leaf-a{right:186px;top:52px;transform:rotate(-32deg)}
.leaf-b{right:194px;top:82px;transform:rotate(20deg);width:88px}
.leaf-c{right:160px;top:115px;transform:rotate(55deg);background:#a2aa95}
.stone{position:absolute;border-radius:50% 48% 52% 45%;background:#8e8a80;box-shadow:0 12px 24px rgba(50,50,45,.12)}
.stone-a{width:72px;height:45px;right:80px;bottom:3px}
.stone-b{width:56px;height:35px;right:25px;bottom:26px;background:#b1a99c}

.booking-card{
  min-height:540px;background:var(--paper);border:1px solid rgba(215,204,187,.75);
  border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;
  display:grid;grid-template-columns:250px minmax(0,1fr)
}
.booking-sidebar{
  background:linear-gradient(160deg,var(--sage-dark),#495643);
  color:#fff;padding:25px 21px;display:flex;flex-direction:column
}
.sidebar-head{display:grid;gap:7px;padding:0 7px 27px;border-bottom:1px solid rgba(255,255,255,.12)}
.sidebar-head .mini-label{color:#d8c69f}.sidebar-head strong{font-family:"Playfair Display",serif;font-size:20px;font-weight:500}
.steps{display:grid;gap:5px;margin-top:16px}
.step{
  position:relative;display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;
  padding:10px 8px;border-radius:13px;color:rgba(255,255,255,.56);transition:.25s ease
}
.step:not(:last-child):after{content:"";position:absolute;left:24px;bottom:-7px;width:1px;height:12px;background:rgba(255,255,255,.12)}
.step-number{
  width:29px;height:29px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.25);font-size:12px;font-weight:700
}
.step b{display:block;font-size:13px;color:inherit}.step small{display:block;margin-top:2px;font-size:10px;color:inherit}
.step.active{background:rgba(255,255,255,.1);color:#fff}
.step.active .step-number{background:#e2d1ae;color:var(--sage-dark);border-color:#e2d1ae}
.step.done{color:rgba(255,255,255,.78)}
.step.done .step-number{background:rgba(255,255,255,.13)}
.sidebar-help{
  margin-top:auto;padding:18px 8px 0;border-top:1px solid rgba(255,255,255,.12);
  display:flex;gap:10px;align-items:center
}
.help-icon{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1)}
.sidebar-help div{display:grid;gap:3px}.sidebar-help small{font-size:10px;color:rgba(255,255,255,.58)}.sidebar-help strong{font-size:12px}

.booking-main{min-width:0;display:flex;flex-direction:column;background:rgba(255,253,249,.96)}
.screen{padding:30px 34px 20px;flex:1;animation:fadeIn .25s ease}
@keyframes fadeIn{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}
.screen h1{font-family:"Playfair Display",serif;font-size:30px;font-weight:500;margin:5px 0 18px;letter-spacing:-.02em}
.service-grid,.extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.service-card,.extra-card{
  min-height:106px;border:1px solid var(--line);border-radius:13px;padding:13px;
  display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:11px;align-items:start;
  background:#fff;transition:.2s ease;position:relative
}
.service-card:hover,.extra-card:hover{transform:translateY(-2px);border-color:#c9c4b8;box-shadow:0 12px 28px rgba(64,67,56,.07)}
.service-card.selected,.extra-card.selected{border-color:#839078;background:#f8faf5;box-shadow:0 0 0 2px rgba(104,120,96,.08)}
.service-card.selected:after,.extra-card.selected:after{
  content:"✓";position:absolute;right:12px;top:10px;width:22px;height:22px;border-radius:50%;
  display:grid;place-items:center;background:var(--sage);color:#fff;font-size:11px
}
.thumb{
  width:44px;height:44px;border-radius:13px;background:linear-gradient(145deg,#f0eadf,#faf7f1);
  display:grid;place-items:center;font-size:20px;color:var(--sage)
}
.card-title{font-family:"Playfair Display",serif;font-size:15px;font-weight:600;padding-right:18px}
.card-desc{font-size:11px;color:var(--muted);line-height:1.45;margin:3px 0 7px}
.duration{font-size:10px;color:#6f786a;background:#f2f4ef;border-radius:20px;padding:5px 8px;display:inline-block}
.price{font-size:13px;font-weight:700;color:var(--sage-dark);white-space:nowrap;margin-top:3px}
.checkbox{margin-top:10px}
.section-title{font-family:"Playfair Display",serif;font-size:18px;margin:26px 0 12px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:grid;gap:7px}.field.full{grid-column:1/-1}
.field label{font-size:11px;font-weight:700;color:#5e665a}
.field input,.field textarea{
  width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 14px;color:var(--ink);outline:none
}
.field input:focus,.field textarea:focus{border-color:#8e9a84;box-shadow:0 0 0 3px rgba(117,134,108,.08)}
.slots{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}
.slot{
  border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px 6px;color:var(--ink);font-weight:600;font-size:12px
}
.slot:hover{border-color:#87937f}.slot.selected{background:var(--sage);color:#fff;border-color:var(--sage)}
.note{
  margin-top:16px;padding:13px 15px;border-radius:12px;background:#f5f2eb;color:#6c7168;
  font-size:11px;line-height:1.55;border:1px solid #ece6dc
}
.summary-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}
.summary-row{display:flex;justify-content:space-between;gap:20px;padding:15px 18px;border-bottom:1px solid #f0ebe3;font-size:12px}
.summary-row span{color:var(--muted)}.summary-row strong{text-align:right}.summary-row:last-child{border-bottom:0}
.summary-total{background:#f5f7f2;font-size:15px}.summary-total strong{color:var(--sage-dark)}

.booking-footer{
  min-height:66px;border-top:1px solid var(--line);padding:11px 22px;
  display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;background:#fff
}
.btn{border-radius:12px;padding:10px 17px;font-weight:700;font-size:12px;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:var(--sage);color:#fff;min-width:125px;box-shadow:0 8px 20px rgba(67,81,62,.14)}
.btn-primary:hover{background:#44513f}.btn-primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}
.btn-secondary{background:#fff;border-color:var(--line);color:#626a5f}
.footer-summary{text-align:center;color:var(--muted);font-size:11px}
.mobile-progress{display:none}

.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 28px}
.benefits article{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:15px 18px}
.benefits article>span{font-family:"Playfair Display",serif;color:var(--gold);font-size:20px}
.benefits strong{font-family:"Playfair Display",serif;font-size:16px}.benefits p{font-size:11px;line-height:1.55;color:var(--muted);margin:5px 0 0}
.site-footer{
  width:min(1180px,calc(100% - 40px));margin:auto;border-top:1px solid rgba(180,173,160,.35);
  padding:18px 0 24px;display:flex;justify-content:space-between;color:#8a8e86;font-size:10px
}

@media(max-width:950px){
  .intro{grid-template-columns:1fr;padding:28px 18px 35px}.intro-art{display:none}
  .booking-card{grid-template-columns:1fr}
  .booking-sidebar{display:none}
  .mobile-progress{display:block;padding:18px 22px 0;color:var(--muted);font-size:10px}
  .progress-track{height:4px;background:#eee9e0;border-radius:10px;margin-top:8px;overflow:hidden}
  #progressBar{display:block;height:100%;width:20%;background:var(--sage);border-radius:10px;transition:.25s}
  .screen{padding:34px 30px 24px}
}
@media(max-width:680px){
  .site-header{height:76px;width:calc(100% - 28px)}
  .brand-copy span,.header-note{display:none}.brand-copy strong{font-size:15px}
  .page-shell{width:calc(100% - 20px)}
  .intro{min-height:auto;padding:28px 10px 30px}
  .intro h1{font-size:42px}.intro p{font-size:13px}.trust-row{gap:10px 16px;font-size:10px}
  .booking-card{border-radius:20px;min-height:620px}
  .screen{padding:27px 16px 20px}.screen h1{font-size:28px;margin-bottom:20px}
  .service-grid,.extra-grid{grid-template-columns:1fr}
  .service-card,.extra-card{min-height:112px;grid-template-columns:48px minmax(0,1fr) auto;padding:14px;gap:11px}
  .thumb{width:46px;height:46px;border-radius:13px}
  .card-title{font-size:15px}.card-desc{font-size:10px}.price{font-size:12px}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .slots{grid-template-columns:repeat(4,1fr)}
  .booking-footer{
    position:sticky;bottom:0;z-index:5;grid-template-columns:auto 1fr;
    padding:12px 14px;box-shadow:0 -10px 24px rgba(50,55,47,.06)
  }
  .footer-summary{display:none}.btn{padding:12px 14px}.btn-primary{min-width:0}
  .benefits{grid-template-columns:1fr;margin:15px 0 30px}.benefits article{padding:12px 15px}
  .site-footer{width:calc(100% - 28px);display:grid;gap:5px}
}
@media(max-width:390px){.slots{grid-template-columns:repeat(3,1fr)}.intro h1{font-size:37px}}

@media (min-width:951px) and (max-height:850px){
  .site-header{height:68px}
  .intro{min-height:180px;padding-top:14px;padding-bottom:18px}
  .intro h1{font-size:46px}
  .intro p{line-height:1.5}
  .trust-row{margin-top:14px}
  .booking-card{min-height:500px}
  .screen{padding-top:24px}
  .benefits{margin-top:14px;margin-bottom:20px}
}
