/* Tary Vanstone — palette drawn from her forest-green treatment room + watercolor washes */
:root {
  --pine: #1F3D36;      /* deep island pine: headings, dark section */
  --pine-soft: #2E5A50;
  --mist: #E4EEE9;      /* pale lake-mist tint sections */
  --paper: #FAFBF8;     /* page ground */
  --ink: #1B2422;       /* body text */
  --ink-muted: #4F5E5A;
  --wash: #9DBFC0;      /* watercolor lake blue */
  --merlot: #8A3B3B;    /* accent, used sparingly */
  --line: #CFDCD6;

  --display: "Young Serif", Georgia, "Times New Roman", serif;
  --body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 14px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }
a { color: var(--pine-soft); text-underline-offset: 3px; }
a:hover { color: var(--merlot); }
:focus-visible { outline: 3px solid var(--merlot); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3 { font-family: var(--display); font-weight: 400; color: var(--pine); line-height: 1.15; margin: 0 0 .6em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.25rem); letter-spacing: -.015em; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); letter-spacing: -.01em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 820px; }

.eyebrow {
  font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--merlot); margin-bottom: .9rem;
}

.skip { position: absolute; left: -999px; top: 0; background: var(--pine); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .75rem 1.4rem;
  background: var(--pine); color: #fff; border: 2px solid var(--pine);
  border-radius: 999px; font-weight: 600; text-decoration: none; line-height: 1.2;
  transition: background .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--merlot); border-color: var(--merlot); color: #fff; }
.btn-ghost { background: transparent; color: var(--pine); }
.btn-ghost:hover { background: var(--pine); border-color: var(--pine); color: #fff; }
.btn-small { min-height: 40px; padding: .5rem 1.05rem; font-size: .95rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 251, 248, .92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .8rem; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--display); font-size: 1.4rem; color: var(--pine); }
.brand-creds { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-muted); margin-top: .2rem; }
.nav { display: flex; align-items: center; gap: 1.35rem; }
.nav a:not(.btn) { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .96rem; }
.nav a:not(.btn):hover { color: var(--merlot); }
.nav a[aria-current="page"] { color: var(--merlot); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.menu-btn { display: none; }

@media (max-width: 1080px) {
  .menu-btn {
    display: inline-flex; min-height: 44px; padding: .5rem 1rem;
    background: transparent; border: 2px solid var(--pine); border-radius: 999px;
    font: 600 .95rem var(--body); color: var(--pine); cursor: pointer;
  }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: .5rem var(--gutter) 1.25rem;
  }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 1rem; }
}

/* Sections */
.section { padding-block: clamp(4rem, 9vw, 7rem); }
.section-tint { background: var(--mist); }
.section-head { max-width: 640px; margin-bottom: clamp(2rem, 4vw, 3.25rem); }

/* Hero */
.hero { padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 7vw, 6rem); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.lede { font-size: 1.2rem; color: var(--ink-muted); max-width: 34rem; margin-bottom: 2rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-art, .about-art { margin: 0; }
.painted { display: block; width: 100%; height: auto; }
.ink { fill: none; stroke: var(--pine); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 340px; margin-inline: auto; }
}

/* Services */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.service { border-top: 2px solid var(--pine); padding-top: 1.5rem; }
.service p { color: var(--ink-muted); margin: 0; }
.service-icon { width: 48px; height: 48px; margin-bottom: 1rem; fill: none; stroke: var(--merlot); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.benefits { margin-top: clamp(3rem, 6vw, 4.5rem); padding: clamp(1.5rem, 3vw, 2.25rem); background: var(--mist); border-radius: var(--radius); }
.benefits h3 { margin-bottom: 1rem; }
.benefits ul { list-style: none; margin: 0; padding: 0; columns: 4 200px; column-gap: 2rem; }
.benefits li { break-inside: avoid; padding: .3rem 0 .3rem 1.2rem; position: relative; }
.benefits li::before { content: ""; position: absolute; left: 0; top: .85em; width: 7px; height: 7px; border-radius: 50%; background: var(--wash); }

@media (max-width: 860px) { .services { grid-template-columns: 1fr; } }

/* Rates */
.rates { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.25rem, 3vw, 2rem); align-items: start; }
.rate-card { background: var(--paper); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: 0 1px 0 var(--line), 0 12px 30px -18px rgba(31, 61, 54, .35); }
.rate-card h3 { margin-bottom: .2rem; }
.rate-where { color: var(--ink-muted); font-size: .95rem; margin-bottom: 1.25rem; }
.price-list { margin: 0; }
.price-list div { display: flex; justify-content: space-between; align-items: baseline; padding: .8rem 0; border-top: 1px solid var(--line); }
.price-list dt { font-weight: 500; }
.price-list dd { margin: 0; font-family: var(--display); font-size: 1.6rem; color: var(--pine); }

.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { text-align: left; padding: .8rem .5rem .8rem 0; border-top: 1px solid var(--line); vertical-align: baseline; }
.price-table thead th { font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-muted); border-top: 0; white-space: nowrap; }
.price-table thead th:first-child { white-space: normal; }
.price-table tbody th { font-weight: 500; }
.price-table td { font-family: var(--display); font-size: 1.3rem; color: var(--pine); white-space: nowrap; }
.price-table td[colspan] { font-family: var(--body); font-size: 1rem; white-space: normal; }
.note { font-size: .95rem; color: var(--ink-muted); margin: 1rem 0 0; }

.gift {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
  border: 1.5px dashed var(--pine-soft); border-radius: var(--radius);
}
.gift h3 { margin-bottom: .3rem; }
.gift p { margin: 0; color: var(--ink-muted); max-width: 40rem; }

@media (max-width: 860px) { .rates { grid-template-columns: 1fr; } }

/* About */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.about-art figcaption { text-align: center; font-size: .9rem; font-style: italic; color: var(--ink-muted); margin-top: .5rem; }
.about-copy p { color: var(--ink-muted); }
.creds { list-style: none; padding: 0; margin: 1.75rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.creds li { font-size: .88rem; font-weight: 500; color: var(--pine); background: var(--mist); padding: .35rem .85rem; border-radius: 999px; }

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-art { max-width: 380px; margin-inline: auto; }
}

/* Testimonials */
.section-dark { background: var(--pine); color: #E4EEE9; }
.section-dark h2 { color: #fff; }
.section-dark .eyebrow { color: var(--wash); }
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.quotes blockquote { margin: 0; padding-left: 1.5rem; border-left: 2px solid var(--wash); }
.quotes p { font-family: var(--display); font-size: clamp(1.1rem, 1.6vw, 1.25rem); line-height: 1.5; color: #fff; margin-bottom: .9rem; }
.quotes footer { font-size: .9rem; font-weight: 600; letter-spacing: .06em; color: var(--wash); }
.record { margin: clamp(2.5rem, 5vw, 3.5rem) 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(157, 191, 192, .3); font-size: .98rem; color: #C9DAD3; max-width: 46rem; }
.record a { color: #fff; }
.record a:hover { color: var(--wash); }

@media (max-width: 760px) { .quotes { grid-template-columns: 1fr; } }

/* Hours */
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.hours { width: 100%; border-collapse: collapse; margin-top: .5rem; }
.hours th, .hours td { padding: .9rem 0; border-top: 1px solid var(--line); text-align: left; font-weight: 500; }
.hours td { text-align: right; font-family: var(--display); color: var(--pine); font-size: 1.15rem; font-weight: 400; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 1px solid var(--line); }
.hours .closed th, .hours .closed td { color: var(--ink-muted); }

.policies { background: var(--mist); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); }
.policies dl { margin: 0; }
.policies dt { font-weight: 600; color: var(--pine); margin-top: 1.1rem; }
.policies dt:first-child { margin-top: 0; }
.policies dd { margin: .2rem 0 0; color: var(--ink-muted); }

@media (max-width: 860px) { .hours-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq details { border-top: 1px solid #BFD0C9; }
.faq details:last-child { border-bottom: 1px solid #BFD0C9; }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 1.15rem 2.5rem 1.15rem 0;
  font-family: var(--display); font-size: 1.2rem; color: var(--pine);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%);
  font-family: var(--body); font-size: 1.6rem; font-weight: 400; color: var(--merlot); transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--ink-muted); padding-right: 2.5rem; margin: 0 0 1.25rem; }

/* Contact */
.contact { padding-block: clamp(4rem, 9vw, 7rem); text-align: center; background: var(--paper); }
.contact-inner { max-width: 760px; }
.contact p { color: var(--ink-muted); }
.contact-links { display: flex; flex-direction: column; align-items: center; gap: .4rem; margin: 2rem 0 1.5rem; }
.contact-big { font-family: var(--display); font-size: clamp(2.4rem, 7vw, 4rem); color: var(--pine); text-decoration: none; line-height: 1.1; }
.contact-big:hover { color: var(--merlot); }
.contact-mail { font-size: 1.15rem; font-weight: 500; word-break: break-word; }
.contact-addr a { color: var(--ink-muted); }

/* Footer */
.site-footer { background: var(--pine); color: #C9DAD3; font-size: .95rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--wash); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem 4rem; padding-block: clamp(3rem, 6vw, 4rem) 2rem; }
.footer-about p { margin: 0 0 .9rem; }
.footer-name { font-family: var(--display); font-size: 1.2rem; color: #fff; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; columns: 2 170px; column-gap: 2rem; }
.footer-nav li { padding: .3rem 0; break-inside: avoid; }
.footer-nav a { text-decoration: none; }
.footer-nav a[aria-current="page"] { color: var(--wash); }
.footer-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 2rem; padding-block: 1.25rem; border-top: 1px solid rgba(157, 191, 192, .25); font-size: .85rem; }
.footer-base p { margin: 0; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }

/* Shared helpers */
.h3 { font-size: 1.35rem; }
.muted { color: var(--ink-muted); }
.center { text-align: center; }
.section-slim { padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.split { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem 3rem; flex-wrap: wrap; }
.split > div:first-child { flex: 1 1 22rem; }
.split > .rate-card { flex: 0 1 380px; }
.split p:last-child { margin-bottom: 0; }
.more-link { margin: 2rem 0 0; font-weight: 600; }
.more-link a { text-decoration-thickness: 1.5px; }
.more-link a::after { content: " \2192"; }
.more-link-light { text-align: center; }
.more-link-light a { color: #fff; }
.more-link-light a:hover { color: var(--wash); }
.actions-spaced { margin-top: 2rem; }
.prose p { color: var(--ink-muted); }
.sign-off { font-family: var(--display); color: var(--pine); margin: 1.5rem 0 0; }

/* Inner page header */
.page-head { background: var(--mist); padding-block: clamp(3rem, 7vw, 5rem); overflow: hidden; }
.page-head-tall { padding-block: clamp(5rem, 12vw, 9rem); }
.page-head-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.page-head .lede { margin-bottom: 0; max-width: 42rem; }
.page-head .actions { margin-top: 2rem; }
.page-sprig { width: 120px; height: 240px; margin-bottom: -5.5rem; }
.page-illo { width: clamp(220px, 26vw, 320px); height: auto; align-self: center; margin-block: -1.5rem; }
@media (max-width: 760px) {
  .page-head-inner { grid-template-columns: 1fr; }
  .page-sprig { display: none; }
  .page-illo { width: 200px; margin: 0; order: -1; }
}

/* Photo beside text (FAQ, testimonials intro) */
.side-layout { display: grid; grid-template-columns: minmax(0, 360px) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.side-layout-small { grid-template-columns: minmax(0, 260px) minmax(0, 1fr); align-items: center; }
.side-art { margin: 0; position: sticky; top: 6rem; }
.side-copy p:last-child { margin-bottom: 0; }
@media (max-width: 860px) {
  .side-layout, .side-layout-small { grid-template-columns: 1fr; }
  .side-art { position: static; max-width: 300px; margin-inline: auto; }
}

/* Home feature quote */
.feature-quote { margin: 0; text-align: center; }
.feature-quote p { font-family: var(--display); font-size: clamp(1.4rem, 2.8vw, 2rem); line-height: 1.4; color: #fff; }
.feature-quote footer { color: var(--wash); font-weight: 600; letter-spacing: .04em; }

/* Client forms */
.form-list { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.form-list a {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem .5rem; border-top: 1px solid var(--line);
  color: var(--pine); text-decoration: none; font-family: var(--display); font-size: 1.2rem;
  transition: background .2s;
}
.form-list li:last-child a { border-bottom: 1px solid var(--line); }
.form-list a:hover { color: var(--merlot); background: var(--mist); }
.tag { flex: none; font-family: var(--body); font-size: .72rem; font-weight: 600; letter-spacing: .1em; color: var(--merlot); border: 1.5px solid currentColor; border-radius: 6px; padding: .1rem .45rem; }

/* Benefits */
.benefit-grid { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.benefit-block h2 { font-size: 1.2rem; line-height: 1.4; margin-bottom: 1.25rem; }
.dot-list { list-style: none; margin: 0; padding: 0; }
.dot-list li { break-inside: avoid; padding: .55rem 0 .55rem 1.3rem; position: relative; border-top: 1px solid var(--line); }
.dot-list li::before { content: ""; position: absolute; left: 0; top: 1.15em; width: 7px; height: 7px; border-radius: 50%; background: var(--wash); }
.dot-list-cols { columns: 2 260px; column-gap: 2.5rem; }
@media (max-width: 860px) { .benefit-grid { grid-template-columns: 1fr; } }

/* Contact page */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 2rem; }
.contact-card { display: flex; flex-direction: column; gap: .5rem; padding: 1.75rem; border-radius: var(--radius); background: var(--mist); text-decoration: none; color: var(--pine); transition: background .2s; }
.contact-card:hover { background: #D6E5DE; color: var(--pine); }
.contact-label { font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--merlot); }
.contact-value { font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.25; overflow-wrap: anywhere; }
.contact-value.contact-value-sm { font-size: 1.2rem; }
@media (max-width: 860px) { .contact-cards { grid-template-columns: 1fr; } }
