:root{
  --cream: #F6F2EA;
  --cream-deep: #EFE9DD;
  --card: #FFFEFB;
  --ink: #2B2A24;
  --ink-soft: #5B5748;
  --taupe: #8C8672;
  --sage: #6E7A54;
  --sage-deep: #565F41;
  --sage-pale: #E4E7DA;
  --clay: #B08558;
  --rule: #DDD6C4;
  --radius: 20px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--cream);
  color:var(--ink);
  font-family:'Karla', sans-serif;
  font-weight:400;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.serif{
  font-family:'Fraunces', serif;
  font-weight:500;
  letter-spacing:-0.01em;
  color:var(--ink);
}
a{color:inherit; text-decoration:none;}
img{display:block; max-width:100%;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
.eyebrow{
  font-size:12.5px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--sage-deep); font-weight:600;
}
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 26px; border-radius:999px;
  font-family:'Karla',sans-serif; font-size:15px; font-weight:600;
  cursor:pointer; border:1px solid transparent; transition:all .25s ease;
  white-space:nowrap;
}
.btn-primary{ background:var(--sage); color:#fff; }
.btn-primary:hover{ background:var(--sage-deep); transform:translateY(-1px); }
.btn-ghost{ background:transparent; color:var(--ink); border-color:var(--rule); }
.btn-ghost:hover{ border-color:var(--sage); color:var(--sage-deep); }
.btn-light{ background:#fff; color:var(--sage-deep); }
.btn-light:hover{ background:var(--sage-pale); }

/* ---------- HEADER ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(246,242,234,0.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--rule);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding:18px 32px; }
.brand{ display:flex; align-items:center; gap:12px; cursor:pointer; }
.brand-mark{
  width:42px; height:42px; border-radius:50%;
  border:1.5px solid var(--sage-deep);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.brand-name{ font-family:'Fraunces',serif; font-size:16.5px; color:var(--ink); line-height:1.2; }
.brand-sub{ font-size:11.5px; color:var(--taupe); }
.nav-links{ display:flex; gap:34px; }
.nav-links a{ font-size:14.5px; color:var(--ink-soft); transition:color .2s; }
.nav-links a:hover{ color:var(--sage-deep); }
.nav-cta{ display:flex; align-items:center; }
.burger{ display:none; }

/* ---------- HERO ---------- */
.hero{ padding:76px 0 100px; }
.hero-grid{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.hero h1{ font-size:clamp(34px,4.4vw,54px); line-height:1.12; margin:18px 0 22px; }
.hero h1 em{ font-style:normal; color:var(--clay); }
.hero p.lead{ font-size:17px; color:var(--ink-soft); max-width:460px; margin-bottom:34px; }
.hero-actions{ display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.play-link{ display:flex; align-items:center; gap:12px; font-size:14.5px; font-weight:600; color:var(--ink); }
.play-dot{
  width:38px; height:38px; border-radius:50%; border:1.5px solid var(--ink);
  display:flex; align-items:center; justify-content:center;
}
.hero-photo{ position:relative; }
.hero-photo-frame{
  border-radius:28px; overflow:hidden; aspect-ratio:4/4.6;
  background:var(--sage-pale);
}
.hero-photo-frame img{ width:100%; height:100%; object-fit:cover; }
.quote-card{
  width:100%; margin-top:20px; box-sizing:border-box;
  background:var(--card); border-radius:16px; padding:22px 26px 20px;
  box-shadow:0 20px 40px -24px rgba(43,42,36,0.22);
}
.quote-mark{ font-family:'Fraunces',serif; font-size:34px; color:var(--clay); line-height:0.6; }
.quote-card p{ font-size:13.5px; color:var(--ink-soft); margin:10px 0 12px; line-height:1.55; }
.quote-author{ font-size:12.5px; color:var(--ink); font-weight:600; border-top:1px solid var(--rule); padding-top:10px; }

/* ---------- FEATURES ---------- */
.features{ padding:10px 0 90px; }
.feat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:36px; border-top:1px solid var(--rule); padding-top:48px; }
.feat-icon{ width:34px; height:34px; margin-bottom:20px; color:var(--sage-deep); }
.feat-grid h3{ font-size:17px; margin-bottom:8px; font-weight:600; }
.feat-grid p{ font-size:14px; color:var(--ink-soft); }

/* ---------- ABOUT ---------- */
.about{ padding:20px 0 100px; }
.about-grid{ display:grid; grid-template-columns:0.85fr 1fr; gap:70px; align-items:center; }
.about-photo{ border-radius:24px; overflow:hidden; aspect-ratio:4/3.4; }
.about-photo img{ width:100%; height:100%; object-fit:cover; }
.about h2{ font-size:clamp(26px,3vw,36px); margin:16px 0 20px; line-height:1.2; }
.about p{ color:var(--ink-soft); font-size:15.5px; margin-bottom:16px; max-width:480px; }
.about .btn{ margin-top:12px; }

/* ---------- SERVICES ---------- */
.services{ padding:20px 0 100px; }
.services-head{ max-width:560px; margin-bottom:52px; }
.services-head h2{ font-size:clamp(26px,3.2vw,38px); margin:14px 0 14px; }
.services-head p{ color:var(--ink-soft); font-size:15.5px; }
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.service-card{
  background:var(--card); border:1px solid var(--rule); border-radius:20px;
  padding:34px 28px; display:flex; flex-direction:column; transition:border-color .2s, transform .2s;
}
.service-card:hover{ border-color:var(--sage); transform:translateY(-4px); }
.service-num{ font-family:'Fraunces',serif; font-size:14px; color:var(--clay); margin-bottom:22px; }
.service-card h3{ font-size:19px; margin-bottom:10px; }
.service-card p{ font-size:14px; color:var(--ink-soft); flex:1; margin-bottom:22px; }
.service-price{
  display:flex; align-items:center; justify-content:space-between;
  font-size:13.5px; color:var(--taupe); border-top:1px solid var(--rule); padding-top:16px;
}
.service-price strong{ color:var(--ink); font-family:'Fraunces',serif; font-size:16px; font-weight:500; }

/* ---------- REVIEWS ---------- */
.reviews{ padding:20px 0 100px; }
.reviews-head{ text-align:center; max-width:560px; margin:0 auto 52px; }
.reviews-head h2{ font-size:clamp(26px,3.2vw,38px); margin:14px 0 14px; }
.reviews-head p{ color:var(--ink-soft); font-size:15.5px; }
.reviews-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.review-card{ background:var(--card); border-radius:20px; padding:30px 28px; }
.review-stars{ color:var(--clay); font-size:14px; margin-bottom:16px; letter-spacing:2px; }
.review-card p{ font-size:14.5px; color:var(--ink-soft); margin-bottom:22px; line-height:1.65; }
.review-author{ display:flex; align-items:center; gap:12px; }
.review-avatar{
  width:38px; height:38px; border-radius:50%; background:var(--sage-pale);
  display:flex; align-items:center; justify-content:center; font-family:'Fraunces',serif;
  color:var(--sage-deep); font-size:15px; flex-shrink:0;
}
.review-name{ font-size:13.5px; font-weight:600; color:var(--ink); }
.review-role{ font-size:12px; color:var(--taupe); }

/* ---------- REVIEWS RIBBON ---------- */
.reviews-head-row{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:20px; flex-wrap:wrap; margin-bottom:44px;
}
.reviews-head-row .reviews-head{ text-align:left; margin:0; max-width:520px; }
.reviews-ribbon-wrap{
  overflow:hidden; position:relative; width:100%;
  -webkit-mask-image:linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image:linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}
.reviews-track{
  display:flex; gap:24px; width:max-content;
  animation: reviews-scroll 46s linear infinite;
}
.reviews-track:hover{ animation-play-state:paused; }
@keyframes reviews-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
.review-card{
  min-width:300px; max-width:300px; flex-shrink:0;
  background:var(--card); border-radius:20px; padding:28px 26px;
}
.review-card p{ font-size:14.5px; color:var(--ink-soft); margin-bottom:20px; line-height:1.6; }

/* ---------- BOOKING MODAL ---------- */
.modal-overlay{
  display:none; position:fixed; inset:0; background:rgba(43,42,36,0.45);
  z-index:200; align-items:center; justify-content:center; padding:20px;
}
.modal-overlay.active{ display:flex; }
.modal-box{
  position:relative; background:var(--card); border-radius:22px; padding:36px; width:100%; max-width:440px;
  max-height:88vh; overflow-y:auto;
}
.modal-box h3{ font-size:22px; margin-bottom:6px; }
.modal-box .modal-sub{ font-size:13.5px; color:var(--taupe); margin-bottom:24px; }
.form-field{ margin-bottom:16px; }
.form-field label{ display:block; font-size:13px; font-weight:600; color:var(--ink); margin-bottom:6px; }
.form-field input[type="text"],
.form-field input[type="tel"],
.form-field textarea{
  width:100%; border:1px solid var(--rule); border-radius:12px; padding:11px 14px;
  font-family:'Karla',sans-serif; font-size:14.5px; color:var(--ink); background:var(--cream);
  resize:vertical;
}
.form-field input:focus, .form-field textarea:focus{ outline:none; border-color:var(--sage); }
.modal-actions{ display:flex; gap:12px; margin-top:22px; }
.modal-actions .btn{ flex:1; justify-content:center; }
.modal-actions .btn:disabled{ opacity:0.6; cursor:not-allowed; }
.modal-close{
  position:absolute; top:18px; right:18px; width:32px; height:32px; border-radius:50%;
  border:1px solid var(--rule); background:none; cursor:pointer; display:flex; align-items:center; justify-content:center;
}
.booking-status{ font-size:13px; margin-top:14px; min-height:18px; line-height:1.5; }

/* ---------- BLOG SECTION ---------- */
.blog-section{ padding:96px 0; background:var(--cream-deep); border-radius:36px; margin:0 20px 90px; }
.blog-head{ text-align:center; max-width:560px; margin:0 auto 56px; }
.blog-head h2{ font-size:clamp(26px,3.2vw,38px); margin:14px 0 14px; }
.blog-head p{ color:var(--ink-soft); font-size:15.5px; }
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.post-card{
  background:var(--card); border-radius:18px; overflow:hidden; cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease; display:flex; flex-direction:column;
}
.post-card:hover{ transform:translateY(-5px); box-shadow:0 22px 44px -24px rgba(43,42,36,0.35); }
.post-thumb{ aspect-ratio:16/11; overflow:hidden; position:relative; }
.post-thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.post-card:hover .post-thumb img{ transform:scale(1.05); }
.post-tag{
  position:absolute; left:14px; bottom:14px; background:var(--card);
  padding:6px 13px; border-radius:999px; font-size:12px; font-weight:600; color:var(--sage-deep);
}
.post-body{ padding:22px 22px 24px; flex:1; display:flex; flex-direction:column; }
.post-body h3{ font-size:19px; line-height:1.3; margin-bottom:10px; font-weight:600; }
.post-body p{ font-size:14px; color:var(--ink-soft); flex:1; margin-bottom:18px; }
.post-meta{ display:flex; align-items:center; justify-content:space-between; font-size:12.5px; color:var(--taupe); }
.post-meta .arrow{ width:30px; height:30px; border-radius:50%; border:1px solid var(--rule); display:flex; align-items:center; justify-content:center; transition:all .2s; }
.post-card:hover .arrow{ background:var(--sage); border-color:var(--sage); color:#fff; }
.blog-foot{ text-align:center; margin-top:48px; }

/* ---------- CTA BANNER ---------- */
.cta-banner{
  margin:0 20px 90px; background:var(--sage-deep); border-radius:28px;
  padding:52px 56px; display:flex; align-items:center; justify-content:space-between;
  color:#fff; position:relative; overflow:hidden; gap:24px; flex-wrap:wrap;
}
.cta-banner h2{ color:#fff; font-size:clamp(22px,2.6vw,30px); margin-bottom:8px; }
.cta-banner p{ color:#DCE2CE; font-size:14.5px; }

/* ---------- FOOTER ---------- */
footer{ padding:36px 0 44px; border-top:1px solid var(--rule); }
.foot-row{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.foot-links{ display:flex; gap:28px; flex-wrap:wrap; }
.foot-links a{ font-size:14px; color:var(--ink-soft); }
.socials{ display:flex; gap:12px; }
.social-dot{
  width:38px; height:38px; border-radius:50%; border:1px solid var(--rule);
  display:flex; align-items:center; justify-content:center; color:var(--ink-soft); transition:all .2s;
}
.social-dot:hover{ border-color:var(--sage); color:var(--sage-deep); }

/* ---------- SUBPAGES: blog index / article ---------- */
.subpage-head{ padding:56px 0 60px; text-align:center; }
.subpage-head .eyebrow{ display:block; margin-bottom:14px; }
.subpage-head h1{ font-size:clamp(30px,4vw,46px); max-width:720px; margin:0 auto 16px; }
.subpage-head p{ color:var(--ink-soft); max-width:520px; margin:0 auto; }
.back-link{ display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:var(--sage-deep); margin:36px 0 0; }
.back-link svg{ width:16px; }

.article-wrap{ max-width:760px; margin:0 auto; padding:36px 32px 100px; }
.article-tag{ display:inline-block; background:var(--sage-pale); color:var(--sage-deep); font-size:12.5px; font-weight:600; padding:6px 14px; border-radius:999px; margin-bottom:22px; }
.article-wrap h1{ font-size:clamp(28px,4vw,42px); line-height:1.18; margin-bottom:20px; }
.article-meta{ display:flex; gap:18px; color:var(--taupe); font-size:13.5px; margin-bottom:34px; padding-bottom:34px; border-bottom:1px solid var(--rule); }
.article-cover{ border-radius:20px; overflow:hidden; aspect-ratio:16/9; margin-bottom:40px; }
.article-cover img{ width:100%; height:100%; object-fit:cover; }
.article-body p{ color:var(--ink-soft); font-size:16.5px; margin-bottom:22px; }
.article-body h3{ font-size:21px; margin:34px 0 14px; }
.article-body blockquote{
  border-left:3px solid var(--clay); padding-left:22px; margin:32px 0;
  font-family:'Fraunces',serif; font-size:19px; color:var(--ink); font-style:italic; line-height:1.5;
}
.article-cta{
  margin-top:50px; background:var(--cream-deep); border-radius:20px; padding:34px;
  display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
}
.article-cta h3{ font-size:19px; margin-bottom:4px; }
.article-cta p{ color:var(--ink-soft); font-size:14px; }

.blog-index-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; padding-bottom:100px; }

@media (max-width:980px){
  .nav-links{ display:none; }
  .hero-grid{ grid-template-columns:1fr; }
  .quote-card{ position:static; width:auto; margin-top:18px; }
  .feat-grid{ grid-template-columns:repeat(2,1fr); }
  .about-grid{ grid-template-columns:1fr; }
  .blog-grid, .blog-index-grid{ grid-template-columns:1fr; }
  .cta-banner{ flex-direction:column; align-items:flex-start; }
  .wrap{ padding:0 20px; }
}
