:root {
  --ink: #25342f;
  --cream: #f8f2e8;
  --paper: #fffdf7;
  --sage: #b8c4a7;
  --mint: #d8e1ce;
  --orange: #ee7144;
  --line: rgba(37, 52, 47, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Noto Sans SC", sans-serif;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; opacity: .06; pointer-events: none; z-index: 30;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.topbar {
  height: 84px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: rgba(248, 242, 232, .88); backdrop-filter: blur(18px);
  position: sticky; top: 0; z-index: 20;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .08em; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--cream);
  display: grid; place-items: center; font-family: "Playfair Display", serif; font-size: 23px; font-style: italic;
}
.brand small { display: block; font-size: 7px; letter-spacing: .28em; margin-top: 3px; }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover { color: var(--orange); }
.nav-book {
  border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 11px 19px; border-radius: 100px;
  font-weight: 700; transition: .25s;
}
.nav-book:hover { background: var(--ink); color: var(--paper); }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 48% 52%; overflow: hidden; }
.hero-copy { padding: 9vw 4vw 6vw 8vw; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .22em; font-weight: 800; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .story h2, .care h2, .booking-cta h2, .modal h2 {
  font-size: clamp(52px, 6.5vw, 104px); line-height: .98; letter-spacing: -.08em; margin: 26px 0 28px; font-weight: 900;
}
.hero h1 em, .story h2 em { color: var(--orange); font-family: "Playfair Display", serif; font-weight: 700; }
.hero-lead { max-width: 480px; font-size: 15px; line-height: 1.9; opacity: .75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.primary-btn {
  border: 0; background: var(--orange); color: white; border-radius: 100px; padding: 17px 24px;
  font-weight: 800; box-shadow: 0 10px 24px rgba(238, 113, 68, .25); transition: transform .25s, box-shadow .25s;
}
.primary-btn span { padding-left: 14px; }
.primary-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(238, 113, 68, .36); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.text-link span { margin-left: 8px; }
.hero-notes { display: flex; gap: 20px; margin-top: 50px; font-size: 11px; font-weight: 700; }
.hero-notes span::before { content: "●"; color: var(--orange); font-size: 7px; margin-right: 6px; }
.hero-visual { background: var(--sage); margin: 30px 30px 30px 0; position: relative; border-radius: 42% 4px 4px 42%; }
.hero-image-wrap {
  position: absolute; width: 72%; height: 80%; right: 3%; bottom: 0; overflow: hidden;
  border-radius: 48% 48% 0 0; box-shadow: -20px -15px 0 rgba(255,255,255,.24);
}
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; transform: scale(1.03); }
.sun { position: absolute; width: 310px; height: 310px; border-radius: 50%; background: #e8e1bb; top: 8%; left: 10%; }
.scribble {
  position: absolute; z-index: 3; color: white; font-family: "Playfair Display", serif; font-style: italic;
  font-size: 24px; transform: rotate(-12deg);
}
.scribble-one { top: 16%; right: 6%; }
.scribble-two { bottom: 29%; left: 4%; transform: rotate(-7deg); }
.rating-card {
  position: absolute; z-index: 4; bottom: 8%; left: -9%; background: var(--paper); border-radius: 16px;
  padding: 12px 16px 12px 12px; display: flex; align-items: center; gap: 11px; box-shadow: 0 15px 40px rgba(37,52,47,.18);
}
.rating-avatar { width: 46px; height: 46px; overflow: hidden; border-radius: 50%; }
.rating-avatar img { width: 100%; height: 100%; object-fit: cover; }
.rating-card strong, .rating-card span { display: block; font-size: 11px; }
.rating-card span { font-size: 8px; opacity: .55; margin-top: 2px; }
.rating-card b { color: var(--orange); letter-spacing: 1px; font-size: 10px; }
.soft-badge {
  position: absolute; z-index: 5; width: 100px; height: 100px; border-radius: 50%; right: 6%; top: 8%; background: var(--orange);
  color: white; display: grid; place-content: center; text-align: center; font-size: 21px; font-weight: 900; transform: rotate(9deg);
}
.soft-badge span { font-size: 9px; letter-spacing: .12em; }

.marquee { background: var(--ink); color: var(--cream); padding: 17px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: flex; width: max-content; gap: 35px; align-items: center; animation: marquee 22s linear infinite; font-size: 13px; letter-spacing: .12em; font-weight: 600; }
.marquee i { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { padding: 120px 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; align-items: end; margin-bottom: 65px; }
.section-no { display: inline-grid; place-items: center; width: 35px; height: 35px; background: var(--orange); color: white; border-radius: 50%; font-size: 11px; font-weight: 800; margin-right: 13px; }
.section-heading h2, .story h2, .care h2, .booking-cta h2, .modal h2 { font-size: clamp(40px, 5vw, 74px); margin: 0; }
.section-heading p { margin: 0; font-size: 12px; line-height: 1.9; opacity: .65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 520px; background: var(--paper); padding: 26px; border: 1px solid var(--line); border-radius: 4px;
  position: relative; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s;
}
.service-card, .photo-card, .promise-list > div {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease, box-shadow .3s;
}
.service-card.is-visible, .photo-card.is-visible, .promise-list > div.is-visible { opacity: 1; }
.service-card.is-visible, .promise-list > div.is-visible { transform: translateY(0); }
.photo-card.photo-one.is-visible { transform: rotate(-7deg) translateY(0); }
.photo-card.photo-two.is-visible { transform: rotate(5deg) translateY(0); }
.photo-card.photo-three.is-visible { transform: rotate(9deg) translateY(0); }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(37,52,47,.1); }
.service-card.featured { background: var(--mint); }
.service-card.dark { background: var(--ink); color: var(--cream); }
.card-index { position: absolute; right: 20px; top: 18px; opacity: .35; font-size: 11px; }
.service-icon { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; border: 1px solid currentColor; font-size: 34px; margin: 38px 0 30px; color: var(--orange); }
.service-card h3 { font-size: 24px; margin: 0 0 12px; }
.service-card p { font-size: 12px; line-height: 1.8; opacity: .62; min-height: 64px; }
.service-card ul { list-style: none; padding: 0; margin: 20px 0; font-size: 11px; line-height: 2.1; opacity: .78; }
.service-card li::before { content: "✓"; color: var(--orange); margin-right: 9px; font-weight: 900; }
.service-meta { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 18px; margin-top: auto; }
.service-meta strong { font-size: 25px; }
.service-meta small { font-size: 9px; }
.service-meta span { font-size: 9px; opacity: .55; }
.service-card button { border: 0; background: transparent; color: inherit; text-align: left; font-weight: 800; padding: 20px 0 0; font-size: 12px; }
.service-card button span { float: right; }

.story { min-height: 850px; background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 40% 60%; overflow: hidden; }
.story-intro { align-self: center; padding-right: 40px; }
.story-intro p { max-width: 420px; opacity: .62; line-height: 1.9; font-size: 13px; }
.signature { font-family: "Playfair Display", serif; font-size: 34px; font-style: italic; color: var(--orange); margin-top: 40px; }
.signature span { display: block; font-family: "Noto Sans SC"; font-style: normal; color: var(--cream); font-size: 8px; letter-spacing: .2em; margin-top: 8px; opacity: .6; }
.photo-stack { position: relative; min-height: 600px; }
.photo-card { position: absolute; margin: 0; background: var(--paper); padding: 8px 8px 28px; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-card figcaption { color: var(--ink); font-size: 8px; letter-spacing: .12em; padding: 9px 2px 0; }
.photo-one { width: 32%; height: 52%; left: 2%; top: 4%; transform: rotate(-7deg) translateY(22px); }
.photo-two { width: 38%; height: 64%; left: 30%; top: 22%; transform: rotate(5deg) translateY(22px); z-index: 2; }
.photo-three { width: 39%; height: 45%; right: -5%; top: 1%; transform: rotate(9deg) translateY(22px); }

.care { display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 8vw; }
.care-photo { height: 700px; position: relative; background: var(--sage); border-radius: 50% 50% 8px 8px; overflow: hidden; }
.care-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.care-stamp {
  position: absolute; bottom: 25px; right: 25px; width: 95px; height: 95px; display: grid; place-content: center; text-align: center;
  border-radius: 50%; background: var(--orange); color: white; font-size: 15px; font-weight: 900; transform: rotate(-10deg); border: 2px dashed white;
}
.care-copy h2 { margin: 25px 0 45px; }
.promise-list > div { display: grid; grid-template-columns: 40px 110px 1fr; gap: 10px; align-items: start; padding: 20px 0; border-top: 1px solid var(--line); }
.promise-list b { color: var(--orange); font-size: 10px; }
.promise-list h3 { margin: 0; font-size: 14px; }
.promise-list p { margin: 0; opacity: .62; font-size: 11px; line-height: 1.7; }

.booking-cta { margin: 0 3vw 3vw; padding: 105px 20px; background: var(--orange); color: white; border-radius: 6px; text-align: center; position: relative; overflow: hidden; }
.booking-cta h2 { margin: 20px 0; position: relative; z-index: 1; }
.booking-cta p { font-size: 12px; opacity: .75; margin-bottom: 30px; }
.primary-btn.light { background: white; color: var(--ink); box-shadow: none; }
.floating-word { position: absolute; font-family: "Playfair Display", serif; font-size: 160px; opacity: .08; font-style: italic; }
.word-one { top: -50px; left: -30px; transform: rotate(-10deg); }
.word-two { right: -30px; bottom: -55px; transform: rotate(8deg); }
footer { padding: 35px 5vw; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
footer p { font-size: 9px; line-height: 1.8; opacity: .55; }

.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: .25s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(18,28,24,.72); backdrop-filter: blur(8px); }
.modal-panel { width: min(92vw, 600px); max-height: 90vh; overflow-y: auto; background: var(--paper); position: relative; z-index: 1; padding: 50px; border-radius: 8px; transform: translateY(20px); transition: .3s; }
.modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; right: 18px; top: 14px; background: transparent; border: 0; font-size: 28px; color: var(--ink); }
.modal h2 { font-size: 46px; margin: 18px 0 30px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
form label { font-size: 10px; font-weight: 800; letter-spacing: .08em; }
input, select { width: 100%; border: 1px solid var(--line); background: var(--cream); padding: 13px; margin-top: 7px; color: var(--ink); outline: none; }
input:focus, select:focus { border-color: var(--orange); }
form .primary-btn { grid-column: 1 / -1; margin-top: 10px; }
.form-success { text-align: center; padding: 25px 0 10px; display: none; }
.form-success span { display: grid; place-items: center; width: 60px; height: 60px; background: var(--mint); border-radius: 50%; margin: 0 auto; font-size: 24px; }
.form-success h3 { font-size: 28px; margin-bottom: 8px; }
.form-success p { font-size: 12px; line-height: 1.8; opacity: .65; margin-bottom: 25px; }

@media (max-width: 900px) {
  .topbar { height: 70px; padding: 0 18px; }
  nav { display: none; }
  .nav-book { font-size: 11px; padding: 9px 14px; }
  .hero { display: block; min-height: auto; }
  .hero-copy { padding: 70px 22px 40px; }
  .hero h1 { font-size: 66px; }
  .hero-visual { height: 580px; margin: 0 14px 20px; border-radius: 46% 46% 5px 5px; }
  .hero-image-wrap { width: 92%; height: 80%; right: 4%; }
  .rating-card { left: 3%; }
  .soft-badge { width: 82px; height: 82px; font-size: 17px; }
  .section-shell { padding: 80px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; }
  .story { grid-template-columns: 1fr; min-height: 1160px; }
  .story-intro { padding-right: 0; }
  .photo-stack { min-height: 610px; margin-top: 40px; }
  .photo-one { width: 45%; height: 43%; }
  .photo-two { width: 50%; height: 52%; left: 25%; top: 35%; }
  .photo-three { width: 47%; height: 39%; right: -5%; }
  .care { grid-template-columns: 1fr; }
  .care-photo { height: 520px; order: 2; }
  .care-copy { order: 1; }
  .booking-cta { padding: 80px 16px; }
  .booking-cta h2 { font-size: 45px; }
  footer { flex-direction: column; gap: 20px; text-align: center; padding: 35px 20px; }
}

@media (max-width: 560px) {
  .brand-mark { width: 36px; height: 36px; }
  .brand { font-size: 12px; }
  .brand small { font-size: 5px; }
  .hero h1 { font-size: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-notes { gap: 10px; flex-wrap: wrap; }
  .hero-visual { height: 470px; }
  .sun { width: 220px; height: 220px; }
  .rating-card { bottom: 4%; }
  .rating-card b { display: none; }
  .story { min-height: 1040px; }
  .photo-stack { min-height: 520px; }
  .promise-list > div { grid-template-columns: 30px 1fr; }
  .promise-list p { grid-column: 2; }
  .modal-panel { padding: 40px 22px 25px; }
  .modal h2 { font-size: 38px; }
  form { grid-template-columns: 1fr; }
}
