:root {
  --ink: #343836;
  --forest: #263c36;
  --sage: #b9826f;
  --mist: #eee4dc;
  --cream: #f4efe7;
  --paper: #faf7f2;
  --clay: #b9826f;
  --gold: #b9826f;
  --line: rgba(52, 56, 54, 0.16);
  --display: "Metamorphous", Georgia, serif;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--ink); color: white; padding: .65rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 243, 234, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-family: var(--serif); font-size: 1.22rem; line-height: 1.05; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; display: inline-block; background: url("images/brand-mark.svg") center / contain no-repeat; }
.nav-links { display: flex; align-items: center; gap: 1.55rem; list-style: none; margin: 0; padding: 0; font-size: .9rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--clay); }
.menu-button { display: none; border: 0; border-radius: 999px; background: none; font-family: var(--serif); font-size: inherit; text-transform: uppercase; letter-spacing: .06em; color: inherit; padding: .5rem .85rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.25rem; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: white; text-decoration: none; font-family: var(--serif); font-weight: 400; font-size: .95rem; text-transform: uppercase; letter-spacing: .07em; transition: .2s ease; }
.button:hover { background: var(--ink); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--forest); }
.button.secondary:hover { background: var(--mist); }
.eyebrow { margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .17em; font-size: .74rem; font-weight: 750; color: var(--clay); }
h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.08; margin: 0 0 1rem; }
h1 { font-family: var(--display); font-size: clamp(2.7rem, 6.4vw, 5.8rem); letter-spacing: -.045em; }
h2, h3, h4, h5, h6 { font-family: var(--serif); }
h2 { text-transform: uppercase; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.025em; }
h3 { font-size: 1.45rem; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.3rem); max-width: 650px; color: #4d5b55; }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }

.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; position: relative; background: radial-gradient(circle at 76% 38%, rgba(168,184,164,.75) 0 15%, transparent 15.2%), linear-gradient(112deg, var(--paper) 0 59%, var(--mist) 59%); }
.hero::after { content: ""; position: absolute; width: 380px; height: 520px; right: 7%; top: 15%; border: 1px solid rgba(52,83,72,.35); border-radius: 52% 48% 46% 54%; transform: rotate(12deg); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding: 7rem 0; }
.hero h1 span { color: var(--clay); font-style: italic; }
.hero-note { position: absolute; right: 7%; bottom: 8%; width: 220px; z-index: 2; font-family: var(--serif); font-size: 1.1rem; }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section.tight { padding-block: 4rem; }
.section.green { background: var(--forest); color: white; }
.section.paper { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-head p { max-width: 520px; margin: 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { background: var(--paper); padding: clamp(1.6rem, 3vw, 2.7rem); }
.card-number { font-family: var(--serif); color: var(--clay); font-size: 1.1rem; }
.card p { color: #59665f; }
.text-link { text-underline-offset: .25rem; font-weight: 700; }
.quote { padding: clamp(2.5rem, 5vw, 5rem); border-left: 1px solid var(--gold); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.25; }
.botanical { min-height: 520px; position: relative; overflow: hidden; background: var(--sage); border-radius: 46% 54% 51% 49% / 35% 43% 57% 65%; }
.botanical::before, .botanical::after { content: ""; position: absolute; left: 50%; bottom: -10%; width: 2px; height: 90%; background: var(--forest); transform-origin: bottom; }
.botanical::before { transform: rotate(-25deg); box-shadow: -80px -90px 0 -1px var(--forest), 85px -175px 0 -1px var(--forest); }
.botanical::after { transform: rotate(28deg); }
.leaf { position: absolute; width: 120px; height: 52px; border: 2px solid var(--forest); border-radius: 100% 0 100% 0; background: rgba(232,238,231,.35); }
.leaf.one { left: 20%; top: 30%; transform: rotate(20deg); }.leaf.two { right: 18%; top: 42%; transform: rotate(150deg); }.leaf.three { left: 38%; top: 60%; transform: rotate(-22deg); }

.page-hero { padding: clamp(6rem, 11vw, 10rem) 0 5rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; }
.page-hero .lead { margin-left: auto; }
.service-row { display: grid; grid-template-columns: .18fr 1fr .36fr; gap: 2rem; padding: 2.5rem 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-meta { font-size: .85rem; text-align: right; }
.service-meta strong { display: block; color: var(--clay); font-size: 1.1rem; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.step { counter-increment: steps; padding-top: 1rem; border-top: 1px solid currentColor; }
.step::before { content: "0" counter(steps); font-family: var(--serif); color: var(--gold); }
.bio-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.fact { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.fact strong { display: block; font-family: var(--serif); font-size: 1.3rem; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-list { list-style: none; padding: 0; margin: 2rem 0; }
.contact-list li { padding: 1rem 0; border-top: 1px solid var(--line); }
.contact-list small { display: block; color: #68746f; }
form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
label { font-size: .82rem; font-weight: 700; }
input, textarea, select { width: 100%; margin-top: .45rem; padding: .95rem; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font: inherit; border-radius: 0; }
textarea { min-height: 160px; resize: vertical; }
.full { grid-column: 1 / -1; }
.notice { padding: 1rem; background: var(--mist); font-size: .88rem; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 3.5rem; font-size: 2rem; }
.prose h3 { margin-top: 2rem; }
.prose li { margin-bottom: .5rem; }
.callout { padding: 2rem; background: var(--mist); border-left: 3px solid var(--clay); }

.cta { text-align: center; background: var(--clay); color: white; }
.cta p { max-width: 570px; margin: 0 auto; }
.cta .actions { justify-content: center; }
.site-footer { padding: 4rem 0 2rem; background: var(--ink); color: #eef3ef; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(2, .7fr); gap: 3rem; }
.footer-grid h3 { font-size: 1rem; font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: .55rem 0; }
.footer-links a { color: #cbd5cf; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .78rem; color: #aebcb4; }

@media (max-width: 760px) {
  .shell { width: min(100% - 1.5rem, 1160px); }
  .nav { min-height: 68px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 1.5rem; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { min-height: 650px; background: linear-gradient(155deg, var(--paper) 0 65%, var(--mist) 65%); }
  .hero::after { opacity: .35; right: -180px; }
  .hero-note { display: none; }
  .grid-2, .grid-3, .steps, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .service-row { grid-template-columns: 42px 1fr; gap: 1rem; }
  .service-meta { grid-column: 2; text-align: left; }
  form { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .footer-bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* Homepage video layout */
.home-page { position: relative; isolation: isolate; background: var(--forest); }
.home-video { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100vh; object-fit: cover; object-position: center; }
.home-video-overlay { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(38,60,54,.64), rgba(38,60,54,.26) 52%, rgba(52,56,54,.18)); }
.home-header { background: #b9826f; border: 0; color: #f4efe7; backdrop-filter: none; }
.home-header .bg-body-tertiary { background-color: transparent !important; }
.home-header .navbar-toggler { border: 1px solid rgba(244,239,231,.65); border-radius: 12px; box-shadow: none; }
.home-header .navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(244,239,231,.28); }
.home-header .navbar-toggler-icon { filter: brightness(0) invert(1); }
.home-nav { min-height: 86px; }
.home-logo { display: block; width: 76px; height: 70px; flex: 0 0 76px; overflow: hidden; }
.home-logo img { width: 100%; height: 100%; object-fit: contain; }
.home-header .nav-links { flex: 1; justify-content: flex-end; gap: clamp(1rem,2.6vw,2.8rem); text-transform: uppercase; letter-spacing: .08em; }
.home-header .nav-links a:not(.button) { color: #f4efe7; }
.home-header .nav-links a:hover, .home-header .nav-links a[aria-current="page"] { color: #263c36; }
.home-nav-cta { border-color: #f4efe7; background: #f4efe7; color: #263c36; white-space: nowrap; }
.home-nav-cta:hover { background: #263c36; border-color: #263c36; color: #f4efe7; }
.home-header .nav-links .home-nav-cta:hover { color: #f4efe7; }
.home-content { position: relative; z-index: 2; color: #f4efe7; }
.home-hero { min-height: calc(100vh - 86px); display: grid; align-items: center; }
.home-hero-inner { padding-top: 7vh; padding-bottom: 9vh; }
.home-hero .eyebrow { color: #f4efe7; }
.home-hero-logo { width: clamp(270px,36vw,480px); height: auto; margin: 0 0 2rem; padding-bottom: 20px; border-radius: 32px; }
.home-hero h1 { max-width: 780px; font-family: var(--serif); font-size: clamp(3.5rem,7.4vw,7.2rem); line-height: .98; letter-spacing: -.025em; text-shadow: 0 2px 24px rgba(38,60,54,.3); }
.home-hero-copy { max-width: 560px; margin: 1.5rem 0 2rem; font-size: clamp(1rem,1.7vw,1.25rem); text-shadow: 0 1px 12px rgba(38,60,54,.55); }
.home-hero-cta { border-color: #f4efe7; background: #b9826f; color: #f4efe7; text-transform: uppercase; letter-spacing: .08em; }
.home-hero-cta:hover { background: #263c36; border-color: #f4efe7; }
.home-features { min-height: 100vh; padding: clamp(5rem,9vw,8rem) 0; display: grid; align-items: center; }
.home-features-inner { display: grid; gap: clamp(4rem,8vw,7rem); }
.home-feature { display: grid; grid-template-columns: 255px minmax(0,560px); gap: clamp(1.5rem,4vw,3.5rem); align-items: center; width: min(100%,845px); }
.home-feature-services { grid-template-columns: minmax(0,560px) 255px; margin-left: auto; text-align: right; }
.home-feature-icon { width: 100%; max-height: 420px; object-fit: contain; filter: drop-shadow(0 2px 14px rgba(38,60,54,.15)); }
.home-feature-copy h1 { margin-bottom: .5rem; font-family: var(--display); font-size: clamp(1.75rem,3.2vw,3.3rem); line-height: 1.08; letter-spacing: -.02em; text-shadow: 0 2px 20px rgba(38,60,54,.45); }
.home-feature-copy h2 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(1.2rem,1.9vw,1.75rem); line-height: 1.2; letter-spacing: .03em; }
.home-feature-copy p { margin: 0 0 1.25rem; font-size: clamp(.98rem,1.3vw,1.08rem); line-height: 1.55; text-shadow: 0 1px 12px rgba(38,60,54,.55); }
.home-feature-button { min-width: 245px; border-color: #f4efe7; border-radius: 999px; background: #b9826f; color: #f4efe7; text-transform: uppercase; letter-spacing: .08em; }
.home-feature-button:hover { border-color: #f4efe7; background: #263c36; }
.home-panel { padding: clamp(5rem,10vw,9rem) 0; color: #343836; background: rgba(244,239,231,.93); backdrop-filter: blur(6px); }
.home-panel-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,9vw,9rem); align-items: center; }
.home-panel .lead { color: #343836; }
.home-panel-dark { color: #f4efe7; background: rgba(38,60,54,.93); }
.home-panel-dark .lead { color: #f4efe7; }
.home-outline-button { margin-top: 1.25rem; border-color: #f4efe7; color: #f4efe7; background: transparent; }
.home-outline-button:hover { background: #b9826f; }
.home-spacer { min-height: 70vh; display: grid; place-items: center; padding: 3rem 1.5rem; }
.home-spacer p { max-width: 720px; margin: 0; text-align: center; font-family: var(--serif); font-size: clamp(2.2rem,5vw,5rem); line-height: 1.1; text-shadow: 0 2px 24px rgba(38,60,54,.7); }
.home-final-cta { padding: clamp(6rem,12vw,11rem) 0; text-align: center; background: rgba(185,130,111,.88); backdrop-filter: blur(4px); }
.home-final-cta p { max-width: 580px; margin-left: auto; margin-right: auto; }
.home-final-cta .eyebrow { color: #263c36; }
.home-final-cta .button { margin-top: 1.5rem; }
.home-reviews { min-height: 80vh; padding: clamp(5rem,9vw,8rem) 0; display: grid; align-items: center; }
.home-reviews h2 { margin-bottom: clamp(2rem,5vw,4rem); text-align: center; font-size: clamp(2.7rem,5vw,5rem); text-shadow: 0 2px 20px rgba(38,60,54,.55); }
.home-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,3vw,2.3rem); align-items: center; }
.home-review { margin: 0; padding: clamp(1.5rem,3vw,2.2rem); border-radius: 14px; background: rgba(185,130,111,.94); color: #f4efe7; text-align: center; box-shadow: 0 14px 38px rgba(38,60,54,.15); }
.home-review:nth-child(2) { transform: translateY(1.5rem); }
.home-review p { margin: 0 0 .75rem; line-height: 1.55; }
.home-review cite { font-style: normal; }
.home-quick-links { position: relative; z-index: 2; padding: clamp(3rem,6vw,5rem) 0; background: #f4efe7; color: #263c36; }
.home-quick-links-inner { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: clamp(2rem,6vw,6rem); align-items: center; }
.home-footer-logo { display: block; justify-self: start; width: min(100%,280px); }
.home-footer-logo img { width: 100%; height: auto; }
.home-footer-nav { text-align: center; }
.home-footer-nav h2 { margin-bottom: 1rem; font-size: clamp(2.2rem,4vw,3.7rem); text-transform: uppercase; }
.home-footer-nav ul { margin: 0; padding: 0; list-style: none; }
.home-footer-nav li { margin: .35rem 0; }
.home-footer-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-size: .9rem; }
.home-footer-nav a:hover { color: #b9826f; }
.home-quick-cta { justify-self: end; min-width: 245px; border-color: #b9826f; border-radius: 999px; background: #b9826f; color: #f4efe7; text-transform: uppercase; letter-spacing: .07em; }
.home-footer { position: relative; z-index: 2; padding: 1.4rem; background: #b9826f; color: #343836; text-align: center; }
.home-footer p { margin: 0; font-size: .78rem; letter-spacing: .04em; }

@media (max-width: 760px) {
  .home-nav { min-height: 72px; }
  .home-logo { width: 62px; height: 58px; flex-basis: 62px; }
  .home-header .menu-button { color: #f4efe7; }
  .home-header .nav-links { top: 72px; background: #b9826f; border-color: rgba(244,239,231,.35); }
  .home-hero { min-height: calc(100vh - 72px); }
  .home-hero h1 { font-size: clamp(3rem,14vw,5rem); }
  .home-features { padding-block: 5rem; }
  .home-feature, .home-feature-services { grid-template-columns: 114px 1fr; gap: 1.1rem; width: 100%; margin: 0; text-align: left; }
  .home-feature-services .home-feature-copy { order: 2; }
  .home-feature-services .home-feature-icon { order: 1; }
  .home-feature-icon { align-self: start; max-height: 255px; }
  .home-feature-copy h1 { font-size: clamp(2rem,10vw,3.2rem); }
  .home-feature-button { min-width: 0; width: 100%; }
  .home-panel-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .home-spacer { min-height: 58vh; }
  .home-review-grid { grid-template-columns: 1fr; }
  .home-review:nth-child(2) { transform: none; }
  .home-quick-links-inner { grid-template-columns: 1fr; text-align: center; }
  .home-footer-logo, .home-quick-cta { justify-self: center; }
  .home-footer-logo { width: min(76vw,260px); }
}

@media (prefers-reduced-motion: reduce) {
  .home-video { display: none; }
  .home-page { background: #263c36 url("images/Massage%20therapy.jpg") center / cover fixed no-repeat; }
}

/* Services & rates page */
.services-page { background: #f4efe7 url("images/Aly%20Background.png") center top / cover fixed no-repeat; }
.services-main { padding: clamp(4rem,8vw,7rem) 0 clamp(6rem,10vw,9rem); }
.services-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,7vw,7rem); align-items: center; margin-bottom: clamp(4rem,8vw,7rem); }
.services-hero h1 { color: #263c36; font-size: clamp(3rem,7vw,6.5rem); }
.services-image-frame { position: relative; padding: clamp(.6rem,1.2vw,1rem); border: 1px solid #b9826f; border-radius: 48% 48% 18px 18px; background: rgba(244,239,231,.76); box-shadow: 18px 18px 0 rgba(185,130,111,.42); overflow: hidden; }
.services-image-frame::before { content: ""; position: absolute; inset: .55rem; z-index: 1; border: 1px solid rgba(244,239,231,.72); border-radius: inherit; pointer-events: none; }
.services-image-frame img { width: 100%; aspect-ratio: 4 / 3; border-radius: 48% 48% 12px 12px; object-fit: cover; }
.services-list { display: grid; gap: clamp(2rem,5vw,4rem); }
.service-container { display: grid; grid-template-columns: 54px minmax(0,1fr) minmax(190px,.38fr); gap: clamp(1rem,4vw,3.5rem); padding: clamp(2rem,5vw,4rem); border: 1px solid rgba(38,60,54,.18); border-radius: 36px 8px 36px 8px; background: rgba(244,239,231,.9); color: #343836; box-shadow: 0 18px 48px rgba(38,60,54,.09); backdrop-filter: blur(8px); }
.service-container:nth-child(even) { border-radius: 8px 36px 8px 36px; background: rgba(185,130,111,.9); color: #f4efe7; }
.service-container-number { font-family: var(--serif); font-size: 1.25rem; color: #b9826f; }
.service-container:nth-child(even) .service-container-number { color: #263c36; }
.service-container h2 { margin-bottom: 1.25rem; color: inherit; font-size: clamp(2rem,4vw,3.5rem); }
.service-container-copy p { max-width: 720px; }
.service-rates { align-self: stretch; margin: 0; padding: 0; list-style: none; border-top: 1px solid currentColor; }
.service-rates li { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid currentColor; }
.service-rates strong { font-family: var(--serif); font-size: 1.2rem; }
.service-container-wide { grid-template-columns: 54px minmax(0,1fr); }
.services-button { margin-top: 1.25rem; }
.services-rate-note { margin-top: clamp(2rem,5vw,4rem); padding: 1.25rem 1.5rem; border: 1px solid rgba(38,60,54,.18); border-radius: 18px; background: rgba(244,239,231,.9); color: #343836; text-align: center; backdrop-filter: blur(8px); }
.services-rate-note p { margin: 0; }

@media (max-width: 760px) {
  .services-page { background-attachment: scroll; }
  .services-hero { grid-template-columns: 1fr; }
  .services-image-frame { width: min(92%,520px); margin-inline: auto; }
  .service-container, .service-container-wide { grid-template-columns: 36px 1fr; gap: 1rem; padding: 1.5rem; border-radius: 24px 6px 24px 6px; }
  .service-container:nth-child(even) { border-radius: 6px 24px 6px 24px; }
  .service-rates { grid-column: 2; }
}

/* About page */
.about-page { background: #f4efe7 url("images/Aly%20Background.png") center top / cover fixed no-repeat; }
.about-main { min-height: calc(100vh - 86px); padding: clamp(5rem,9vw,8rem) 0; display: grid; align-items: center; }
.about-layout { display: grid; grid-template-columns: minmax(300px,.95fr) minmax(360px,.85fr); gap: clamp(3rem,10vw,10rem); align-items: center; }
.about-image-frame { position: relative; width: min(100%,520px); justify-self: center; padding: clamp(.65rem,1.2vw,1rem); border: 1px solid rgba(185,130,111,.7); border-radius: 48% 48% 20px 20px; background: rgba(244,239,231,.82); box-shadow: -18px 18px 0 rgba(185,130,111,.34); overflow: hidden; }
.about-image-frame::before { content: ""; position: absolute; inset: .55rem; z-index: 1; border: 1px solid rgba(244,239,231,.72); border-radius: inherit; pointer-events: none; }
.about-image-frame img { width: 100%; aspect-ratio: 3 / 4; border-radius: 48% 48% 14px 14px; object-fit: cover; object-position: center top; filter: grayscale(100%); }
.about-content h1 { margin-bottom: 1.5rem; color: #263c36; font-family: var(--display); font-size: clamp(2.8rem,5vw,5rem); text-align: center; }
.about-copy-card { padding: clamp(2rem,4.5vw,4rem); border-radius: 28px 8px 28px 8px; background: rgba(185,130,111,.94); color: #f4efe7; box-shadow: 0 18px 48px rgba(38,60,54,.12); }
.about-copy-card p:first-child { margin-top: 0; }
.about-copy-card p { line-height: 1.65; }
.about-copy-card p:last-of-type { margin-bottom: 1.75rem; }
.about-cta { border-color: #f4efe7; background: #263c36; color: #f4efe7; }
.about-cta:hover { background: #f4efe7; color: #263c36; }

@media (max-width: 760px) {
  .about-page { background-attachment: scroll; }
  .about-main { min-height: auto; }
  .about-layout { grid-template-columns: 1fr; gap: 3rem; }
  .about-image-frame { width: min(88%,420px); }
  .about-content h1 { text-align: left; }
  .about-copy-card { padding: 1.5rem; border-radius: 22px 6px 22px 6px; }
  .about-cta { width: 100%; }
}

/* Contact page */
.contact-page { background: #f4efe7 url("images/Aly%20Background.png") center top / cover fixed no-repeat; }
.contact-main { padding: clamp(3.5rem,7vw,6rem) 0 clamp(5rem,9vw,8rem); }
.contact-form-section { width: min(760px,calc(100% - 2.5rem)); }
.contact-intro { margin-bottom: 1.75rem; text-align: center; }
.contact-intro h1 { margin: 0; color: #263c36; font-family: var(--serif); font-size: clamp(2.7rem,5vw,4.7rem); line-height: 1; text-transform: uppercase; }
.appointment-form { padding: clamp(2rem,5vw,4rem); border: 0; border-radius: 18px; background: rgba(185,130,111,.96); color: #f4efe7; box-shadow: 0 18px 48px rgba(38,60,54,.1); }
.appointment-form label { color: #f4efe7; font-family: var(--sans); font-size: .98rem; font-weight: 400; }
.appointment-form input, .appointment-form textarea, .appointment-form select { border: 1px solid rgba(244,239,231,.58); border-radius: 9px; background: rgba(244,239,231,.96); color: #343836; font-family: var(--sans); }
.appointment-form input:focus, .appointment-form textarea:focus, .appointment-form select:focus { outline: 2px solid #b9826f; outline-offset: 2px; border-color: #b9826f; }
.contact-form-note { margin: .25rem 0 0; color: #f4efe7; font-family: var(--sans); font-size: .78rem; line-height: 1.45; }
.appointment-form-submit { text-align: center; }
.appointment-form-submit .button { min-width: 220px; border-color: #f4efe7; background: #263c36; color: #f4efe7; }
.appointment-form-submit .button:hover { background: #f4efe7; color: #263c36; }

@media (max-width: 760px) {
  .contact-page { background-attachment: scroll; }
  .contact-form-section { width: min(100% - 1.5rem,760px); }
  .appointment-form { padding: 1.5rem; border-radius: 14px; }
  .appointment-form-submit .button { width: 100%; }
}

/* Policies page */
.policies-page { background: #f4efe7 url("images/Aly%20Background.png") center top / cover fixed no-repeat; }
.policies-main { min-height: calc(100vh - 86px); padding: clamp(5rem,9vw,8rem) 0; display: grid; align-items: center; }
.policies-layout { display: grid; grid-template-columns: minmax(300px,.95fr) minmax(360px,.85fr); gap: clamp(3rem,10vw,10rem); align-items: center; }
.policies-image-frame { position: relative; width: min(100%,520px); justify-self: center; padding: clamp(.65rem,1.2vw,1rem); border: 1px solid rgba(185,130,111,.7); border-radius: 48% 48% 20px 20px; background: rgba(244,239,231,.82); box-shadow: -18px 18px 0 rgba(185,130,111,.34); overflow: hidden; }
.policies-image-frame::before { content: ""; position: absolute; inset: .55rem; z-index: 1; border: 1px solid rgba(244,239,231,.72); border-radius: inherit; pointer-events: none; }
.policies-image-frame img { width: 100%; aspect-ratio: 3 / 4; border-radius: 48% 48% 14px 14px; object-fit: cover; }
.policies-content h1 { margin-bottom: 1.5rem; color: #263c36; font-family: var(--display); font-size: clamp(2.8rem,5vw,5rem); text-align: center; }
.policies-card { padding: clamp(2rem,4.5vw,4rem); border-radius: 28px 8px 28px 8px; background: rgba(185,130,111,.94); color: #f4efe7; box-shadow: 0 18px 48px rgba(38,60,54,.12); }
.policies-card ul { margin: 0 0 2rem; padding-left: 1.25rem; }
.policies-card li { margin-bottom: 1.15rem; padding-left: .35rem; line-height: 1.6; }
.policies-card li::marker { color: #263c36; }
.policies-cta { border-color: #f4efe7; background: #263c36; color: #f4efe7; }
.policies-cta:hover { background: #f4efe7; color: #263c36; }

@media (max-width: 760px) {
  .policies-page { background-attachment: scroll; }
  .policies-main { min-height: auto; }
  .policies-layout { grid-template-columns: 1fr; gap: 3rem; }
  .policies-image-frame { width: min(88%,420px); }
  .policies-content h1 { text-align: left; }
  .policies-card { padding: 1.5rem; border-radius: 22px 6px 22px 6px; }
  .policies-cta { width: 100%; }
}

/* Privacy and accessibility page */
.legal-page { background: #f4efe7 url("images/Aly%20Background.png") center top / cover fixed no-repeat; }
.legal-main { padding: clamp(4rem,8vw,7rem) 0 clamp(6rem,10vw,9rem); }
.legal-intro { margin-bottom: clamp(3rem,6vw,5rem); text-align: center; }
.legal-intro h1 { color: #263c36; font-family: var(--display); font-size: clamp(2.8rem,6vw,5.6rem); }
.legal-sections { display: grid; gap: clamp(2.5rem,6vw,5rem); }
.thanks-message { width: min(800px, calc(100% - 2.5rem)); }
.legal-card { display: grid; grid-template-columns: minmax(0,1fr); padding: clamp(2rem,5vw,4.5rem); border-radius: 36px 8px 36px 8px; background: rgba(185,130,111,.94); color: #f4efe7; box-shadow: 0 18px 48px rgba(38,60,54,.12); }
.legal-card-accessibility { border-radius: 8px 36px 8px 36px; background: rgba(244,239,231,.94); color: #343836; }
.legal-card-content { max-width: 840px; }
.legal-card h2 { margin-bottom: 1.5rem; font-size: clamp(2.3rem,4vw,4rem); }
.legal-card h3 { margin-top: 2.25rem; font-size: clamp(1.5rem,2.4vw,2.2rem); }
.legal-card p, .legal-card li { line-height: 1.7; }
.legal-card li { margin-bottom: .45rem; }
.legal-updated { font-size: .92rem; letter-spacing: .03em; }
.legal-card address { margin-top: 1.5rem; font-style: normal; }
.legal-card a { text-underline-offset: .22rem; }

@media (max-width: 760px) {
  .legal-page { background-attachment: scroll; }
  .legal-card, .legal-card-accessibility { grid-template-columns: 1fr; padding: 1.5rem; border-radius: 22px 6px 22px 6px; }
}

@media (max-width: 991.98px) {
  .home-header .navbar-collapse { padding: 1rem 0 1.35rem; }
  .home-header .navbar-collapse .nav-links { display: flex; position: static; padding: 0; border: 0; background: transparent; flex-direction: column; align-items: stretch; gap: .35rem; }
  .home-header .navbar-collapse .nav-links .nav-link { padding: .65rem .25rem; }
  .home-header .navbar-collapse .home-nav-cta { width: 100%; margin-top: .5rem; }
}
