:root {
  --forest: #173b2b;
  --deep: #0e2a1e;
  --sage: #93a78c;
  --cream: #f4f0e6;
  --paper: #fbf9f3;
  --gold: #b79a61;
  --ink: #1e2a23;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { height: 92px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 39px; height: 39px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; font: 21px Italiana, serif; color: var(--forest); }
.brand strong { display: block; font: 22px/1 Italiana, serif; letter-spacing: .02em; }
.brand small { display: block; font-size: 8px; letter-spacing: .26em; margin-top: 5px; color: #647168; }
nav { display: flex; gap: 2rem; align-items: center; font-size: 13px; }
nav a { text-decoration: none; }
.nav-cta { border: 1px solid var(--forest); padding: 12px 18px; }
.menu-toggle { display: none; border: 0; background: none; font: inherit; }

.hero { height: calc(100vh - 92px); min-height: 650px; position: relative; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("assets/beeby-hero.webp") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,35,23,.82) 0%, rgba(9,35,23,.58) 37%, rgba(9,35,23,.05) 68%); }
.hero-copy { position: absolute; left: 8vw; top: 50%; transform: translateY(-53%); width: min(650px, 82vw); }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 600; }
h1, h2, h3, blockquote { font-family: Italiana, serif; font-weight: 400; }
h1 { font-size: clamp(58px, 7vw, 108px); line-height: .9; letter-spacing: -.035em; margin: 1.7rem 0; }
h1 em { color: #d8c996; font-weight: 400; }
.hero-intro { max-width: 500px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.84); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; margin-top: 2rem; }
.button { padding: 15px 22px; text-decoration: none; display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.button-primary { background: #e8dec0; color: var(--deep); }
.button-light { background: var(--paper); color: var(--deep); }
.button-dark { background: var(--forest); color: white; }
.text-link { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 5px; font-size: 13px; }
.hero-details { position: absolute; bottom: 0; left: 0; display: flex; align-items: center; gap: 1.2rem; padding: 1.5rem 8vw; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; background: rgba(12,38,26,.82); }
.hero-details i { width: 28px; height: 1px; background: var(--gold); }

.section { padding: 110px 8vw; }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
h2 { font-size: clamp(44px, 5vw, 74px); line-height: 1.02; margin: 1rem 0 0; letter-spacing: -.025em; }
.intro-copy { border-left: 1px solid #d6d2c6; padding-left: 3rem; font-size: 16px; line-height: 1.8; color: #526057; }
.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { grid-column: 1/3; }
.section-heading > p:last-child { grid-column: 3; grid-row: 2; line-height: 1.7; color: #637067; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cec7b7; }
.service-grid article { padding: 2rem 2.2rem 2rem 0; min-height: 520px; border-right: 1px solid #cec7b7; position: relative; }
.service-grid article + article { padding-left: 2.2rem; }
.service-grid article:last-child { border-right: 0; }
.service-number { color: #879287; font-size: 11px; }
.service-image { width: 100%; aspect-ratio: 16/10; display: block; object-fit: cover; margin: 1.5rem 0 1.4rem; filter: saturate(.84) contrast(.96); }
.service-grid h3 { font-size: 31px; margin: 0 0 1rem; }
.service-grid p { font-size: 14px; line-height: 1.7; color: #667168; max-width: 330px; }
.service-grid a { position: absolute; bottom: 1.5rem; text-decoration: none; font-size: 12px; font-weight: 600; border-bottom: 1px solid #9ca49b; padding-bottom: 4px; }
.service-note { font-size: 11px; color: #737b74; margin: 2rem 0 0; }
.featured-treatments { background: var(--paper); }
.featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #d0cabd; margin-top: 3rem; }
.featured-grid a { min-height: 205px; padding: 2rem 3rem 2rem 0; text-decoration: none; position: relative; border-bottom: 1px solid #d0cabd; }
.featured-grid a:nth-child(odd) { border-right: 1px solid #d0cabd; }
.featured-grid a:nth-child(even) { padding-left: 3rem; }
.featured-grid span { color: #738078; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.featured-grid h3 { font-size: 32px; margin: 1.5rem 0 .6rem; }
.featured-grid p { color: #617067; font-size: 12px; }
.featured-grid i { position: absolute; top: 2rem; right: 2rem; color: var(--gold); font-style: normal; }
.treatment-button { margin-top: 2.5rem; }
.package-preview { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; }
.package-preview-image { background: url("assets/beeby-packages.webp") center/cover; }
.package-preview-copy { background: var(--forest); color: white; padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.package-preview-copy h2 { color: #f1ecdf; }
.package-preview-copy > p:not(.eyebrow) { color: #bdc9c0; line-height: 1.8; }
.mini-packages { border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); margin: 2rem 0; }
.mini-packages div { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; font-size: 12px; }
.mini-packages div + div { border-top: 1px solid rgba(255,255,255,.12); }
.mini-packages span { color: #aebbb2; }
.package-preview-copy .button { align-self: flex-start; }

.quote-section { min-height: 520px; background: var(--forest); color: white; display: grid; place-items: center; align-content: center; text-align: center; padding: 6rem 2rem; position: relative; overflow: hidden; }
.quote-section blockquote { font-size: clamp(43px, 6vw, 80px); line-height: 1.1; margin: 1.4rem 0 2rem; color: #f3efe4; }
.quote-leaf { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(214,205,158,.15); border-radius: 100% 0; transform: rotate(30deg); right: -170px; top: -150px; }
.expect-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--cream); }
.expect-intro > p:last-child { color: #637067; line-height: 1.8; }
.expect-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c9c2b3; }
.expect-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 1.5rem; padding: 1.8rem 0; border-bottom: 1px solid #c9c2b3; }
.expect-steps li > span { color: #849087; font-size: 10px; padding-top: .4rem; }
.expect-steps h3 { font-size: 27px; margin: 0 0 .5rem; }
.expect-steps p { color: #637067; line-height: 1.7; font-size: 13px; margin: 0; }
.home-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.home-faq .dark-link { display: inline-block; margin-top: 2rem; }
.compact-faq { width: 100%; }
.financing { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: #e9e1ce; }
.mini-label { display: inline-block; color: var(--forest); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; border: 1px solid #b9ad91; padding: 8px 10px; }
.financing-copy { align-self: end; color: #536058; line-height: 1.75; }
.financing-copy .lead { color: var(--ink); font-size: 19px; }
.disclosure { font-size: 11px; }
.dark-link { color: var(--deep); border-color: #8b918c; }

.visit { padding: 7vw; background: linear-gradient(120deg, #846e4e, #314c38); }
.visit-card { background: rgba(248,245,236,.95); padding: clamp(2.5rem, 7vw, 7rem); max-width: 1120px; margin: auto; }
.visit-card h2 { margin-bottom: 3rem; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdc6b7; padding-top: 2rem; gap: 2rem; }
.visit-grid span { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: #758078; }
.visit-grid p, address { font-style: normal; line-height: 1.8; font-size: 14px; }
footer { background: var(--deep); color: white; padding: 0; }
.footer-brand .brand-mark { color: white; }
.footer-main { padding: 5rem 7vw 4rem; display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 5vw; }
.footer-intro { max-width: 340px; }
.footer-intro > p { color: #aebbb2; line-height: 1.7; font-size: 13px; margin: 1.6rem 0; }
.footer-book { color: #dfd1a4; text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid #7f765c; padding-bottom: 5px; }
.footer-column h2 { font: 17px Italiana, serif; color: #e8dec0; margin: 0 0 1.4rem; }
.footer-column a, .footer-column p, .footer-column address { display: block; color: #aebbb2; text-decoration: none; font-style: normal; font-size: 12px; line-height: 1.8; margin: 0 0 .45rem; }
.footer-column a:hover, .footer-column a:focus { color: white; }
.footer-hours { margin-top: 1.3rem !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.3rem 7vw; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #809087; }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom a { color: #9cab9f; font-size: 10px; text-decoration: none; }

.page-hero { min-height: 490px; position: relative; display: flex; align-items: end; padding: 7rem 8vw 5rem; color: white; background: var(--forest); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,36,24,.88), rgba(10,36,24,.3)); }
.page-hero.services-hero { background: url("assets/beeby-facial.webp") center 44%/cover; }
.page-hero.about-hero { background: url("assets/beeby-hero.webp") center/cover; }
.page-hero.finance-hero { background: url("assets/beeby-packages.webp") center 55%/cover; }
.page-hero.visit-hero { background: linear-gradient(125deg, #173b2b, #8c7653); }
.page-hero-copy { position: relative; z-index: 1; max-width: 750px; }
.page-hero h1 { margin: 1.2rem 0 0; font-size: clamp(58px, 7vw, 96px); }
.page-intro { max-width: 820px; }
.page-intro .lead { font: 32px/1.45 Italiana, serif; color: var(--ink); }
.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.content-grid h2 { font-size: clamp(38px, 4vw, 58px); }
.prose { color: #526057; line-height: 1.8; }
.prose h3 { color: var(--ink); font-size: 28px; margin: 2.4rem 0 .7rem; }
.prose h3:first-child { margin-top: 0; }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cec7b7; border: 1px solid #cec7b7; margin-top: 2.5rem; }
.detail-list > div { background: var(--paper); padding: 1.8rem; }
.detail-list span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; color: #7b877e; margin-bottom: .6rem; }
.detail-list p { margin: 0; color: var(--ink); }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-list article { background: var(--cream); }
.service-list img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.service-list .card-copy { padding: 2rem; }
.service-list h2 { font-size: 34px; margin: 0 0 1rem; }
.service-list p { color: #5f6b63; line-height: 1.7; font-size: 14px; }
.notice { background: #e9e1ce; padding: 2rem; border-left: 3px solid var(--gold); margin: 2.5rem 0; }
.action-band { background: var(--forest); color: white; padding: 5rem 8vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.action-band h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); }
.map-link { min-height: 380px; background: #e9e1ce; display: grid; place-items: center; text-align: center; text-decoration: none; padding: 3rem; }
.map-link span { display: block; font: 44px Italiana, serif; margin-bottom: .8rem; }
.current { border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.three-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cec7b7; border: 1px solid #cec7b7; }
.three-cards article { background: var(--paper); padding: 2rem; min-height: 230px; }
.three-cards span { font-size: 10px; color: #7d8a81; letter-spacing: .15em; }
.three-cards h3 { font-size: 28px; margin: 2.5rem 0 .8rem; }
.three-cards p { color: #617067; font-size: 13px; line-height: 1.7; }
.guidance-section, .steps-section, .visit-plan { background: var(--cream); }
.values-section { background: #e9e1ce; }
.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 570px; }
.split-feature-image { background-size: cover; background-position: center; }
.service-care-image { background-image: url("assets/beeby-facial.webp"); }
.spa-room-image { background-image: url("assets/beeby-hero.webp"); }
.split-feature-copy { background: var(--forest); color: white; padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.split-feature-copy h2 { color: #f3eee2; }
.split-feature-copy > p:not(.eyebrow) { color: #bdc8c0; line-height: 1.8; }
.split-feature-copy .button { align-self: flex-start; margin-top: 1rem; }
.info-band { background: var(--forest); color: white; padding: 4rem 8vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.info-band h2 { font-size: clamp(36px, 4vw, 55px); margin-top: .7rem; }
.treatment-section { background: var(--paper); }
.treatment-section.body-menu { background: var(--cream); }
.treatment-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 4rem; }
.treatment-heading h2 { margin-top: .8rem; }
.treatment-heading img { width: 100%; aspect-ratio: 16/8; object-fit: cover; display: block; }
.treatment-menu { border-top: 1px solid #cfc9bc; }
.treatment-menu article { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: 2.2rem 0; border-bottom: 1px solid #cfc9bc; }
.treatment-name { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; }
.treatment-name span { color: #829087; font-size: 11px; padding-top: .5rem; }
.treatment-name h3 { font: 27px/1.25 Italiana, serif; margin: 0; }
.treatment-description p { color: #5d6a62; line-height: 1.7; margin: 0; }
.treatment-description .treatment-meta { color: var(--forest); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; margin-top: .8rem; }
.package-section { background: #e9e1ce; scroll-margin-top: 90px; }
.treatment-section { scroll-margin-top: 90px; }
.package-heading { margin-bottom: 3.5rem; }
.package-category { font: 31px Italiana, serif; margin: 0 0 1.5rem; }
.body-package-title { margin-top: 4rem; }
.package-grid { display: grid; gap: 1px; background: #c7bda8; border: 1px solid #c7bda8; }
.facial-packages { grid-template-columns: repeat(3, 1fr); }
.body-packages { grid-template-columns: repeat(4, 1fr); }
.package-grid article { background: var(--paper); padding: 2rem; display: flex; flex-direction: column; min-height: 320px; }
.package-tier { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.package-tier.bronze { color: #9a5d31; }
.package-tier.silver { color: #7b8585; }
.package-tier.gold { color: #a98124; }
.package-tier.blue { color: #397188; }
.package-grid h4 { font: 26px/1.25 Italiana, serif; margin: 1.4rem 0 .7rem; }
.package-price { font: 24px Italiana, serif; color: var(--forest); margin: 0 0 1.2rem; }
.package-grid article > p:not(.package-price) { color: #607067; font-size: 13px; line-height: 1.7; }
.package-grid a { color: var(--forest); font-size: 12px; font-weight: 600; text-decoration: none; margin-top: auto; border-bottom: 1px solid #a6afa8; padding-bottom: 4px; align-self: flex-start; }
.add-to-cart { border: 1px solid var(--forest); background: transparent; color: var(--forest); padding: 10px 15px; font: 600 11px "DM Sans", sans-serif; cursor: pointer; margin-top: 1rem; }
.add-to-cart:hover, .add-to-cart.added { background: var(--forest); color: white; }
.floating-cart { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 30; background: var(--forest); color: white; padding: 13px 18px; text-decoration: none; box-shadow: 0 7px 25px rgba(0,0,0,.25); font-size: 12px; }
.cart-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; border-radius: 50%; background: #e8dec0; color: var(--deep); margin-left: 7px; }

/* BEEBYTHEBAY gold atelier theme */
:root {
  --forest: #4b341c;
  --deep: #17110c;
  --sage: #b79763;
  --cream: #f5eddf;
  --paper: #fffaf2;
  --gold: #c99a46;
  --ink: #2c2117;
}
body { background: #fffaf2; }
.site-header { height: 106px; background: rgba(255,250,242,.94); border-bottom: 1px solid rgba(155,111,42,.2); backdrop-filter: blur(18px); position: sticky; top: 0; }
.brand-mark { width: 46px; height: 46px; border: 1px solid #b68130; color: #9a6a24; box-shadow: inset 0 0 0 5px #fffaf2, inset 0 0 0 6px rgba(182,129,48,.35); }
.brand strong { letter-spacing: .09em; color: #352416; }
.brand small { color: #9a743e; }
nav { letter-spacing: .08em; text-transform: uppercase; font-size: 10px; }
.nav-cta { border: 0; background: linear-gradient(135deg,#a87527,#d4ac61); color: #fff!important; padding: 14px 22px; box-shadow: 0 8px 28px rgba(134,88,25,.2); }
.hero { height: calc(100vh - 106px); min-height: 720px; margin: 0 2vw 2vw; border-radius: 0 0 36px 36px; }
.hero-image { background-position: center 58%; transform: scale(1.04); }
.hero-shade { background: linear-gradient(90deg,rgba(23,14,7,.9) 0%,rgba(42,26,12,.69) 39%,rgba(72,42,13,.12) 78%),linear-gradient(0deg,rgba(33,18,7,.25),transparent 55%); }
.hero-copy { left: 7vw; width: min(760px,84vw); }
.hero-copy::before { content:""; display:block; width:72px; height:1px; background:#d8ae62; margin-bottom:25px; }
h1 { font-size:clamp(62px,8.6vw,132px); line-height:.84; }
h1 em { color:#e5bc6c; text-shadow:0 8px 30px rgba(0,0,0,.18); }
.hero-intro { max-width:570px; font-size:18px; }
.button { text-transform:uppercase; letter-spacing:.12em; font-size:10px; padding:17px 24px; transition:transform .2s ease,box-shadow .2s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 10px 25px rgba(61,38,14,.16); }
.button-primary { background:linear-gradient(135deg,#f4dfb4,#c89a49); color:#24170b; }
.button-dark { background:linear-gradient(135deg,#3a2818,#8a5d25); }
.hero-details { left:auto; right:0; padding:1.5rem 4vw; background:rgba(29,18,9,.82); border-top-left-radius:28px; }
.section { padding-top:130px; padding-bottom:130px; }
.intro { grid-template-columns:.82fr 1.18fr; align-items:center; background:#fffaf2; }
.intro h2 { color:#332216; }
.intro-copy { border-left:0; border-top:1px solid #d5b77d; padding:2.2rem 0 0; font-size:18px; }
.services { background:#25180f; color:#fff5e5; margin:0 2vw; border-radius:36px; }
.services .section-heading>p:last-child,.services .service-grid p,.services .service-note { color:#cdbda9; }
.services .service-grid { border-color:rgba(221,184,112,.28); gap:1.2rem; }
.services .service-grid article { border:0; padding:0 0 3rem; min-height:545px; }
.services .service-grid article+article { padding-left:0; }
.service-image { aspect-ratio:4/5; border-radius:150px 150px 8px 8px; filter:saturate(.75) sepia(.1) contrast(1.03); }
.service-grid a { color:#e1b969; border-color:#a77a37; }
.service-number { color:#d4ab62; }
.featured-treatments { background:#fffaf2; }
.featured-grid { gap:1rem; border:0; }
.featured-grid a,.featured-grid a:nth-child(odd) { border:1px solid #dcc69f; padding:2.2rem; min-height:230px; background:linear-gradient(145deg,#fffdf8,#f4e8d2); }
.featured-grid a:nth-child(even) { padding-left:2.2rem; }
.package-preview { margin:0 2vw; overflow:hidden; border-radius:36px; grid-template-columns:.9fr 1.1fr; }
.package-preview-copy { background:linear-gradient(145deg,#7d5628,#24170d); }
.quote-section { margin:2vw; border-radius:36px; background:radial-gradient(circle at 50% 20%,#71502b,#1a110a 65%); }
.quote-section blockquote { color:#f8e8c9; }
.quote-leaf { border-color:rgba(226,183,105,.28); }
.expect-section { background:#f4e8d4; }
.financing { background:linear-gradient(130deg,#f2dfba,#fff8eb); border-top:1px solid #d6b677; border-bottom:1px solid #d6b677; }
.mini-label { color:#7d5522; border-color:#c8a466; }
.visit { background:#18100a; padding:2vw; }
.visit-card { background:linear-gradient(140deg,#fffaf0,#e8d1a9); max-width:none; border-radius:34px; }
footer { background:#17100b; }
.footer-column h2,.footer-book { color:#dcb76f; }
.footer-brand { gap:14px; }
.footer-brand .brand-mark {
  width:50px;
  height:50px;
  color:#fff2d6;
  border:2px solid #d6a955;
  background:rgba(210,164,79,.1);
  box-shadow:inset 0 0 0 5px #17100b,inset 0 0 0 6px rgba(232,191,112,.45),0 0 24px rgba(209,160,73,.13);
}
.footer-brand strong { color:#f3d695;font-size:24px;letter-spacing:.1em; }
.footer-brand small { color:#d0a65d;font-size:9px;font-weight:600; }
.page-hero::after { background:linear-gradient(90deg,rgba(26,16,8,.9),rgba(71,43,14,.25)); }
.page-hero.visit-hero { background:linear-gradient(125deg,#22150b,#aa7933); }
.notice,.values-section,.map-link { background:#f2e1c2; }
.guidance-section,.steps-section,.visit-plan,.treatment-section.body-menu { background:#f6eddf; }
.split-feature-copy,.info-band,.action-band { background:linear-gradient(140deg,#2a1b10,#7a5225); }
.current { border-color:#b47e2d; }

@media (max-width: 760px) {
  .site-header { height:82px; }
  .hero { height:auto; min-height:700px; margin:0; border-radius:0 0 22px 22px; }
  .hero-copy { left:8vw; }
  .hero-details { left:0; right:auto; border-radius:0 22px 0 0; }
  .services,.package-preview,.quote-section { margin:0; border-radius:0; }
  .section { padding-top:85px; padding-bottom:85px; }
  .service-image { aspect-ratio:4/3; border-radius:90px 90px 8px 8px; }
}
.cart-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(5,20,13,.55); opacity: 0; visibility: hidden; transition: opacity .28s ease, visibility .28s ease; }
.cart-drawer { position: fixed; z-index: 81; top: 0; right: 0; width: min(460px, 100vw); height: 100dvh; background: var(--paper); transform: translateX(100%); transition: transform .32s ease; display: grid; grid-template-rows: auto 1fr auto; box-shadow: -20px 0 50px rgba(0,0,0,.18); }
.cart-open { overflow: hidden; }
.cart-open .cart-overlay { opacity: 1; visibility: visible; }
.cart-open .cart-drawer { transform: translateX(0); }
.drawer-header { padding: 2rem; border-bottom: 1px solid #d5cfc2; display: flex; justify-content: space-between; align-items: flex-start; }
.drawer-header h2 { font-size: 38px; margin: .4rem 0 0; }
.drawer-header h2 small { font: 11px "DM Sans", sans-serif; vertical-align: middle; }
.drawer-close { border: 0; background: transparent; font: 32px/1 Italiana, serif; cursor: pointer; color: var(--ink); }
.drawer-items { overflow-y: auto; padding: 0 2rem; }
.drawer-item { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid #d5cfc2; }
.drawer-item span { color: #78847c; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.drawer-item h3 { font-size: 22px; margin: .5rem 0; }
.drawer-item button { border: 0; background: transparent; padding: 0; color: #865b4a; text-decoration: underline; cursor: pointer; font-size: 11px; }
.drawer-empty { text-align: center; padding: 5rem 1rem; color: #657168; }
.drawer-empty a { color: var(--forest); }
.drawer-footer { padding: 1.5rem 2rem 2rem; background: var(--cream); border-top: 1px solid #d5cfc2; }
.drawer-total { display: flex; justify-content: space-between; font-size: 15px; }
.drawer-footer > p { color: #6a756e; font-size: 10px; line-height: 1.6; }
.drawer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.drawer-actions .button { text-align: center; }
.drawer-view { border: 1px solid var(--forest); color: var(--forest); }
.cart-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5vw; }
.cart-items { border-top: 1px solid #cbc5b8; }
.cart-row { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid #cbc5b8; }
.cart-row h3 { font-size: 22px; margin: 0; }
.remove-item { border: 0; background: none; color: #825849; cursor: pointer; }
.cart-summary { background: var(--cream); padding: 2rem; align-self: start; }
.cart-total { display: flex; justify-content: space-between; border-top: 1px solid #cbc5b8; padding: 1.2rem 0; }
.checkout-form { max-width: 800px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { display: flex; flex-direction: column; gap: .5rem; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #bdb7aa; background: white; padding: 13px; font: inherit; margin-top: .5rem; }
.payment-choice, .checkout-confirmation { border: 1px solid #bdb7aa; padding: 1rem; margin: 1.5rem 0; }
.policy-hero { min-height: 350px; background: linear-gradient(125deg, var(--deep), #516b58); }
.policy-wrap { max-width: 900px; margin: auto; }
.policy-wrap h2 { font-size: 38px; margin: 3rem 0 1rem; }
.policy-wrap h2:first-of-type { margin-top: 0; }
.policy-wrap h3 { font-size: 25px; margin: 2rem 0 .6rem; }
.policy-wrap p, .policy-wrap li { color: #56645b; line-height: 1.8; }
.policy-wrap .updated { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #7b877e; margin-bottom: 3rem; }
.faq-list { max-width: 950px; margin: auto; border-top: 1px solid #cbc5b8; }
.faq-list details { border-bottom: 1px solid #cbc5b8; padding: 1.6rem 0; }
.faq-list summary { cursor: pointer; font: 25px Italiana, serif; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--gold); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p, .faq-list details ul { max-width: 780px; color: #57655c; line-height: 1.8; }

@media (max-width: 820px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 76px; inset-inline: 0; background: var(--paper); padding: 2rem; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { height: 760px; min-height: 0; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,35,23,.88), rgba(9,35,23,.35)); }
  .hero-copy { left: 7vw; top: 45%; }
  .hero-details { padding-inline: 7vw; flex-wrap: wrap; }
  .intro, .financing { grid-template-columns: 1fr; gap: 3rem; }
  .package-preview, .expect-section, .home-faq { grid-template-columns: 1fr; }
  .package-preview-image { min-height: 420px; }
  .intro-copy { padding-left: 1.5rem; }
  .section-heading { display: block; }
  .service-grid { grid-template-columns: 1fr; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-grid a, .featured-grid a:nth-child(even) { padding: 2rem 2.5rem 2rem 0; border-right: 0; }
  .service-grid article, .service-grid article + article { padding: 2rem 0 4rem; border-right: 0; border-bottom: 1px solid #cec7b7; min-height: 520px; }
  .visit-grid { grid-template-columns: 1fr; }
  .content-grid, .service-list { grid-template-columns: 1fr; }
  .three-cards { grid-template-columns: 1fr; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature-image { min-height: 420px; }
  .info-band { flex-direction: column; align-items: flex-start; }
  .cart-layout { grid-template-columns: 1fr; }
  .treatment-heading, .treatment-menu article { grid-template-columns: 1fr; gap: 2rem; }
  .facial-packages, .body-packages { grid-template-columns: repeat(2, 1fr); }
  .detail-list { grid-template-columns: 1fr; }
  .action-band { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .section { padding: 80px 7vw; }
  .brand strong { font-size: 19px; }
  h1 { font-size: 55px; }
  .hero-details i { display: none; }
  .hero-details { gap: .5rem; flex-direction: column; align-items: flex-start; }
  .visit { padding: 0; }
  .visit-card { padding: 4rem 7vw; }
  .footer-main { grid-template-columns: 1fr; gap: 2.7rem; }
  .facial-packages, .body-packages { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Secondary-page editorial layouts */
.services-page .page-hero,.about-page .page-hero,.finance-page .page-hero,.visit-page .page-hero,.faq-page .page-hero,.policy-page .page-hero,.cart-page .page-hero,.checkout-page .page-hero {
  min-height:560px;margin:0 2vw;border-radius:0 0 34px 34px;padding:8rem 7vw 5rem;
}
.services-page .page-hero-copy,.about-page .page-hero-copy,.finance-page .page-hero-copy,.visit-page .page-hero-copy,.faq-page .page-hero-copy,.policy-page .page-hero-copy,.cart-page .page-hero-copy,.checkout-page .page-hero-copy { max-width:900px; }
.page-hero-copy::before { content:"BEEBYTHEBAY  /  TARPON SPRINGS";display:block;color:#dfba73;font:600 10px "DM Sans",sans-serif;letter-spacing:.22em;margin-bottom:2rem; }
.page-hero h1 { font-size:clamp(62px,8vw,116px);line-height:.88; }

/* Services: staggered catalog and generous menu bands */
.services-page .page-intro { max-width:1100px;text-align:center;margin-inline:auto; }
.services-page .service-list { grid-template-columns:repeat(12,1fr);gap:2rem;background:transparent; }
.services-page .service-list article { grid-column:span 4;border:1px solid #ddc79d;background:#fffaf2;border-radius:180px 180px 12px 12px;overflow:hidden;box-shadow:0 20px 55px rgba(76,45,16,.08); }
.services-page .service-list article:nth-child(2) { transform:translateY(55px); }
.services-page .service-list img { aspect-ratio:4/5; }
.services-page .service-list .card-copy { padding:2.3rem; }
.services-page .treatment-section { margin:0 2vw;border-radius:34px; }
.services-page .treatment-section:not(.body-menu) { background:#21150d;color:#fff6e8; }
.services-page .treatment-section:not(.body-menu) .treatment-description p { color:#cbbba8; }
.services-page .treatment-section:not(.body-menu) .treatment-menu { border-color:#74532e; }
.services-page .treatment-section:not(.body-menu) .treatment-menu article { border-color:#74532e; }
.services-page .treatment-section:not(.body-menu) .treatment-meta { color:#d9ae63; }
.services-page .package-section { background:linear-gradient(135deg,#ead3a8,#fff7e8); }
.services-page .package-grid { gap:1rem;border:0;background:transparent; }
.services-page .package-grid article { border:1px solid #d8bc86;border-radius:12px;background:rgba(255,252,246,.82); }

/* Story: asymmetric editorial composition */
.about-page .content-grid { grid-template-columns:.85fr 1.15fr;position:relative; }
.about-page .content-grid>div:first-child { position:sticky;top:145px;align-self:start;padding:2.5rem;border:1px solid #d8bd8a;background:#f7ead2; }
.about-page .prose { font-size:17px;padding:0 4vw; }
.about-page .prose>p:first-child { font:38px/1.35 Italiana,serif;color:#352416; }
.about-page .values-section { margin:0 2vw;border-radius:34px;background:#21150d;color:white; }
.about-page .three-cards { background:transparent;border:0;gap:1rem; }
.about-page .three-cards article { background:#312014;color:white;border:1px solid #71512d;border-radius:12px; }
.about-page .three-cards p { color:#c8b7a3; }
.about-page .three-cards span { color:#dcb368; }

/* Financing: premium guide layout */
.finance-page .finance-hero { background-position:center 58%; }
.finance-page .content-grid { grid-template-columns:.7fr 1.3fr;background:#fffaf2; }
.finance-page .content-grid>div:first-child { border-top:1px solid #c89f5b;padding-top:2rem; }
.finance-page .notice { border:0;border-radius:14px;background:linear-gradient(135deg,#ead2a4,#fff5df);box-shadow:0 18px 50px rgba(96,59,17,.09); }
.finance-page .steps-section { margin:0 2vw;border-radius:34px;background:#21150d;color:white; }
.finance-page .three-cards { border:0;background:transparent;gap:1rem;counter-reset:steps; }
.finance-page .three-cards article { min-height:300px;border:1px solid #77552d;border-radius:160px 160px 12px 12px;background:#2d1d12;color:white;padding:4rem 2rem 2rem;text-align:center; }
.finance-page .three-cards p { color:#c7b5a0; }
.finance-page .three-cards h3 { color:#f4dbad; }

/* Visit: bento contact layout */
.visit-page .content-grid { grid-template-columns:.75fr 1.25fr;align-items:start; }
.visit-page .detail-list { grid-template-columns:repeat(2,1fr);gap:1rem;border:0;background:transparent;margin-top:0; }
.visit-page .detail-list>div { min-height:170px;border:1px solid #d9c195;border-radius:14px;background:linear-gradient(145deg,#fffdf8,#f3e3c6);padding:2rem; }
.visit-page .detail-list>div:first-child { grid-column:1/-1; }
.visit-page .visit-plan { background:#21150d;color:white;margin:0 2vw;border-radius:34px; }
.visit-page .three-cards { border:0;gap:1rem;background:transparent; }
.visit-page .three-cards article { background:#302015;border:1px solid #76532c;border-radius:12px; }
.visit-page .three-cards p { color:#c6b4a0; }
.visit-page .map-link { margin:2vw;border-radius:34px;background:linear-gradient(120deg,#d5ad68,#f6e6c6); }

/* FAQ: framed question journal */
.faq-page .page-hero { min-height:470px;background:linear-gradient(125deg,#1c120b,#8d632c); }
.faq-page main>.section { display:grid;grid-template-columns:.55fr 1.45fr;gap:7vw;align-items:start; }
.faq-page main>.section::before { content:"Everything worth knowing before your time by the bay.";font:42px/1.15 Italiana,serif;color:#3b2818;position:sticky;top:145px; }
.faq-page .faq-list { margin:0;max-width:none;border-top:1px solid #c69d5a; }
.faq-page .faq-list details { padding:2rem 0;border-color:#dcc8a3; }
.faq-page .faq-list summary { font-size:30px; }

/* Policies: readable two-column legal journal */
.policy-page .policy-hero { min-height:410px;background:linear-gradient(120deg,#1d130c,#765128); }
.policy-page .policy-wrap { max-width:1180px;display:grid;grid-template-columns:260px 1fr;column-gap:8vw; }
.policy-page .policy-wrap>.updated { grid-column:1;grid-row:1/span 20;position:sticky;top:145px;align-self:start;border-top:1px solid #c89c54;padding-top:1.5rem; }
.policy-page .policy-wrap>h2,.policy-page .policy-wrap>h3,.policy-page .policy-wrap>p:not(.updated),.policy-page .policy-wrap>ul { grid-column:2; }
.policy-page .policy-wrap h2 { padding-top:2.5rem;border-top:1px solid #dfcba6;margin-top:2.5rem; }
.policy-page .policy-wrap h2:first-of-type { padding-top:0;border-top:0; }

/* Cart and appointment request: split luxury panels */
.cart-page .policy-hero,.checkout-page .policy-hero { min-height:330px;background:linear-gradient(120deg,#1c120b,#95672b); }
.cart-page main>.section,.checkout-page main>.section { background:linear-gradient(135deg,#f1dfbd,#fffaf1); }
.cart-page .cart-layout { max-width:1180px;margin:auto;grid-template-columns:1.45fr .55fr; }
.cart-page .cart-summary { border-radius:16px;background:#23170f;color:white;position:sticky;top:130px;box-shadow:0 22px 60px rgba(50,29,10,.16); }
.cart-page .cart-summary .button { background:linear-gradient(135deg,#d8b16c,#9a6827); }
.checkout-page .checkout-form { max-width:1050px;margin:auto;background:#fffaf2;border:1px solid #d5b77f;border-radius:24px;padding:clamp(1.5rem,5vw,4rem);box-shadow:0 25px 70px rgba(75,43,14,.11); }
.checkout-page .form-field input,.checkout-page .form-field textarea { border:0;border-bottom:1px solid #c6a56c;background:#fffaf2; }
.checkout-page .payment-choice { border:1px solid #d4b477;background:#f4e5c9;border-radius:12px; }

@media(max-width:820px){
  .services-page .page-hero,.about-page .page-hero,.finance-page .page-hero,.visit-page .page-hero,.faq-page .page-hero,.policy-page .page-hero,.cart-page .page-hero,.checkout-page .page-hero { margin:0;min-height:430px;border-radius:0 0 22px 22px;padding:6rem 7vw 3rem; }
  .services-page .service-list { display:grid;grid-template-columns:1fr; }
  .services-page .service-list article { grid-column:auto;border-radius:110px 110px 12px 12px; }
  .services-page .service-list article:nth-child(2) { transform:none; }
  .about-page .content-grid,.finance-page .content-grid,.visit-page .content-grid,.faq-page main>.section,.policy-page .policy-wrap { grid-template-columns:1fr; }
  .about-page .content-grid>div:first-child,.faq-page main>.section::before,.policy-page .policy-wrap>.updated,.cart-page .cart-summary { position:static; }
  .policy-page .policy-wrap>.updated,.policy-page .policy-wrap>h2,.policy-page .policy-wrap>h3,.policy-page .policy-wrap>p:not(.updated),.policy-page .policy-wrap>ul { grid-column:1;grid-row:auto; }
  .visit-page .detail-list { grid-template-columns:1fr; }
  .visit-page .detail-list>div:first-child { grid-column:auto; }
  .cart-page .cart-layout { grid-template-columns:1fr; }
}

/* Services catalog: treatment and package card system */
.services-page .treatment-menu {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.25rem;
  border:0;
}
.services-page .treatment-menu article {
  display:flex;
  flex-direction:column;
  gap:1.25rem;
  min-height:360px;
  padding:2rem;
  border:1px solid #d8bd8c;
  border-radius:18px;
  background:linear-gradient(145deg,#fffdf8,#f3e3c6);
  box-shadow:0 14px 38px rgba(69,39,12,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.services-page .treatment-menu article:hover {
  transform:translateY(-5px);
  border-color:#b78235;
  box-shadow:0 22px 55px rgba(69,39,12,.13);
}
.services-page .treatment-name {
  display:block;
  border-bottom:1px solid #d9c49d;
  padding-bottom:1.25rem;
}
.services-page .treatment-name span {
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  padding:0;
  margin-bottom:1.4rem;
  border:1px solid #c69b57;
  border-radius:50%;
  color:#9a6928;
}
.services-page .treatment-name h3 { font-size:30px; }
.services-page .treatment-description { display:flex;flex-direction:column;flex:1; }
.services-page .treatment-description .treatment-meta { margin-top:auto;padding-top:1.5rem; }
.services-page .treatment-section:not(.body-menu) .treatment-menu article {
  background:linear-gradient(145deg,#342116,#21150d);
  border-color:#78542d;
  box-shadow:none;
}
.services-page .treatment-section:not(.body-menu) .treatment-name { border-color:#664725; }
.services-page .treatment-section:not(.body-menu) .treatment-name h3 { color:#f6e7cc; }
.services-page .treatment-section:not(.body-menu) .treatment-name span { color:#e0b66d;border-color:#91682f; }
.services-page .package-grid article {
  min-height:390px;
  padding:2.25rem;
  border-radius:18px;
  position:relative;
  overflow:hidden;
  box-shadow:0 14px 38px rgba(69,39,12,.07);
  transition:transform .22s ease,box-shadow .22s ease;
}
.services-page .package-grid article::before {
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,#8c5d22,#e2bd78,#a36e29);
}
.services-page .package-grid article:hover { transform:translateY(-5px);box-shadow:0 22px 55px rgba(69,39,12,.13); }
.services-page .package-tier { display:inline-block;align-self:flex-start;border:1px solid currentColor;border-radius:99px;padding:.45rem .7rem; }
.services-page .package-grid h4 { font-size:29px;margin-top:1.8rem; }
.services-page .package-price { font-size:30px;color:#8d5e23; }
.services-page .package-grid a { margin-top:1.4rem;border:0;background:#302016;color:white;padding:12px 15px;text-transform:uppercase;letter-spacing:.1em; }
.services-page .add-to-cart { width:100%;margin-top:.7rem;border-color:#a6742e;color:#84561f;border-radius:2px; }
.services-page .add-to-cart:hover,.services-page .add-to-cart.added { background:linear-gradient(135deg,#a87527,#d4ac61);border-color:#a87527; }

@media(max-width:1000px){
  .services-page .treatment-menu { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:620px){
  .services-page .treatment-menu { grid-template-columns:1fr; }
  .services-page .treatment-menu article { min-height:0; }
  .services-page .package-grid article { min-height:340px; }
}
