: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/vine-garden-spa-hero.png") 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/spa-packages.png") 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/facial-ritual.png") center 44%/cover; }
.page-hero.about-hero { background: url("assets/vine-garden-spa-hero.png") center/cover; }
.page-hero.finance-hero { background: url("assets/spa-packages.png") 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/facial-ritual.png"); }
.spa-room-image { background-image: url("assets/vine-garden-spa-hero.png"); }
.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; }
.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; } }
