/* ============================================================
   A&V's Cleaning Co. — site styles
   Ported from the Claude Design prototype (AVS Cleaning Site.dc.html).
   Values are intentionally literal so the build matches the design.
   ============================================================ */

:root {
  --teal: #2FA98A;
  --gold: #E5BF6F;
  --gold-deep: #B08D3E;
  --ink: #0E0E0C;
  --forest: #174E3E;
  --forest-dark: #0E3A2D;
  --cream: #F7F5F0;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', Helvetica, Arial, sans-serif;

  --maxw: 1220px;
  --gutter: clamp(20px, 4vw, 28px);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #F7F5F0;
  font-family: var(--sans);
  color: #1A1A18;
  -webkit-font-smoothing: antialiased;
}

a { color: #174E3E; text-decoration: none; }
a:hover { color: #2FA98A; }

input, select, textarea, button { font-family: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid #174E3E; outline-offset: 1px; }
:focus-visible { outline: 2px solid #174E3E; outline-offset: 2px; }

img { max-width: 100%; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

.page { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: #174E3E; color: #F7F5F0; padding: 12px 18px;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.skip-link:focus { left: 8px; top: 8px; color: #F7F5F0; }

/* ---------------- typography helpers ---------------- */

.eyebrow {
  font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 16px;
}
.eyebrow--onDark { color: var(--gold); margin-bottom: 20px; }
.eyebrow--hero { color: var(--gold); margin-bottom: 26px; }
.eyebrow--sm { font-size: 10.5px; letter-spacing: .24em; }
.eyebrow--legal { font-size: 11px; letter-spacing: .26em; margin-bottom: 14px; }

.label {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #9A9081;
}

h1, h2, h3 { text-wrap: pretty; }

.h-hero {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(38px, 7vw, 64px); line-height: 1.06; letter-spacing: -.01em;
  color: var(--gold); margin: 0 0 24px;
}
.h-page {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(34px, 6vw, 56px); line-height: 1.06;
  color: var(--gold); margin: 0 0 18px;
}
.h-page--last { margin-bottom: 0; }
.h-section {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px, 4.6vw, 44px); line-height: 1.1;
  margin: 0 0 14px; color: #14140F;
}
.h-section--tight { margin-bottom: 0; }
.h-section--spaced { margin-bottom: 48px; }

.lede-onDark {
  font-size: 17px; line-height: 1.66; color: #DCD8CF; margin: 0; font-weight: 300;
}
.lede {
  font-size: 16px; line-height: 1.6; color: #5C574C; font-weight: 300;
}

.measure-540 { max-width: 540px; }
.measure-560 { max-width: 560px; }
.measure-520 { max-width: 520px; }
.measure-800 { max-width: 800px; }
.measure-760 { max-width: 760px; }

/* ---------------- buttons ---------------- */

.btn {
  display: inline-block; cursor: pointer; border: none; border-radius: 2px;
  text-align: center; text-transform: uppercase; letter-spacing: .14em;
  font-size: 12.5px; font-weight: 500; transition: background .2s, transform .2s, color .2s;
}
.btn-gold {
  padding: 17px 30px; background: var(--gold); color: #0E0E0C; font-weight: 600;
}
.btn-gold:hover { transform: translateY(-2px); color: #0E0E0C; }
.btn-goldOutline {
  padding: 17px 30px; border: 1px solid rgba(229, 191, 111, .5); color: var(--gold);
}
.btn-goldOutline:hover { background: rgba(229, 191, 111, .1); color: var(--gold); }
.btn-forest {
  padding: 16px 28px; background: #174E3E; color: #F7F5F0; font-size: 12px;
}
.btn-forest:hover { background: var(--forest-dark); color: #F7F5F0; }
.btn-quiet {
  padding: 16px 28px; border: 1px solid #C9C2B2; color: #14140F; font-size: 12px; background: none;
}
.btn-quiet:hover { color: #14140F; border-color: #174E3E; }
.btn-sm { padding: 14px 24px; font-size: 11.5px; }
.btn-ink { padding: 15px 26px; background: #0E0E0C; color: var(--gold); font-size: 12px; }
.btn-ink:hover { color: #FFFFFF; }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------------- leaf motif ---------------- */

.leaf {
  position: absolute; display: block;
  border-radius: 0 100% 0 100%;
  background: #FFFFFF;
}
.leaf--teal { background: var(--teal); }

.leaves { position: absolute; pointer-events: none; }

.leaves--heroTop { top: 10px; left: 0; width: 460px; height: 72px; opacity: .9; }
.leaves--heroTop .leaf:nth-child(1) { top: 22px; left: 34px; width: 70px; height: 28px; transform: rotate(-18deg); }
.leaves--heroTop .leaf:nth-child(2) { top: 34px; left: 104px; width: 58px; height: 24px; transform: rotate(12deg); }
.leaves--heroTop .leaf:nth-child(3) { top: 6px; left: 150px; width: 54px; height: 22px; transform: rotate(30deg); opacity: .8; }
.leaves--heroTop .leaf:nth-child(4) { top: 38px; left: 212px; width: 48px; height: 20px; transform: rotate(-24deg); opacity: .7; }
.leaves--heroTop .leaf:nth-child(5) { top: 14px; left: 268px; width: 62px; height: 26px; transform: rotate(-6deg); opacity: .45; }

.leaves--ctaCorner { bottom: -24px; right: -30px; width: 300px; height: 190px; }
.leaves--ctaCorner .leaf:nth-child(1) { bottom: 40px; right: 50px; width: 74px; height: 32px; transform: rotate(22deg); opacity: .85; }
.leaves--ctaCorner .leaf:nth-child(2) { bottom: 78px; right: 110px; width: 60px; height: 26px; transform: rotate(-18deg); }
.leaves--ctaCorner .leaf:nth-child(3) { bottom: 16px; right: 130px; width: 54px; height: 24px; transform: rotate(-46deg); opacity: .5; }

.leaves--thanks { top: 26px; left: -6px; width: 280px; height: 170px; }
.leaves--thanks .leaf:nth-child(1) { top: 50px; left: 36px; width: 70px; height: 30px; transform: rotate(-26deg); opacity: .85; }
.leaves--thanks .leaf:nth-child(2) { top: 88px; left: 88px; width: 58px; height: 26px; transform: rotate(16deg); }
.leaves--thanks .leaf:nth-child(3) { top: 24px; left: 110px; width: 52px; height: 22px; transform: rotate(40deg); opacity: .5; }

.leaves--footer { top: 12px; left: 28px; width: 320px; height: 48px; opacity: .7; }
.leaves--footer .leaf:nth-child(1) { top: 14px; left: 0; width: 60px; height: 24px; transform: rotate(-16deg); opacity: .6; }
.leaves--footer .leaf:nth-child(2) { top: 20px; left: 64px; width: 50px; height: 21px; transform: rotate(14deg); }
.leaves--footer .leaf:nth-child(3) { top: 4px; left: 118px; width: 44px; height: 19px; transform: rotate(28deg); opacity: .4; }

.leaf-bullet {
  width: 18px; height: 8px; border-radius: 0 100% 0 100%;
  background: var(--teal); flex: 0 0 auto; margin-top: 6px;
}
.leaf-chip {
  width: 26px; height: 12px; border-radius: 0 100% 0 100%;
  background: var(--teal); flex: 0 0 auto;
}
.leaf-chip--sm { width: 20px; height: 9px; }
.leaf-chip--lg { width: 34px; height: 15px; background: var(--forest); }

/* ---------------- header ---------------- */

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 245, 240, .94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid #E3DED2;
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  height: 82px; display: flex; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand:hover { color: inherit; }
.brand img { width: 56px; height: 56px; object-fit: contain; mix-blend-mode: multiply; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--serif); font-size: 21px; letter-spacing: .02em; color: #174E3E; }
.brand-place { font-size: 9.5px; letter-spacing: .24em; text-transform: uppercase; color: #9A9081; }

.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.nav-link {
  padding: 9px 13px; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase;
  color: #5C574C; border-bottom: 1.5px solid transparent; transition: color .18s;
}
.nav-link:hover { color: #174E3E; }
.nav-link[aria-current="page"] { color: #174E3E; border-bottom-color: #E5BF6F; }
.nav-cta {
  margin-left: 14px; padding: 13px 22px; background: #174E3E; color: #F7F5F0;
  font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  border-radius: 2px; transition: background .2s;
}
.nav-cta:hover { background: var(--forest-dark); color: #F7F5F0; }

.burger {
  display: none; margin-left: auto; width: 48px; height: 48px;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  cursor: pointer; flex: 0 0 auto; background: none; border: none; padding: 0;
}
.burger span { width: 24px; height: 1.5px; background: #174E3E; display: block; }

.mobile-menu {
  display: none; border-top: 1px solid #E3DED2; padding: 8px 20px 22px;
  flex-direction: column;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a {
  padding: 16px 4px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  border-bottom: 1px solid #EFEBE1; color: #5C574C;
}
.mobile-menu a[aria-current="page"] { color: #174E3E; }
.mobile-menu .mm-cta {
  margin-top: 18px; padding: 18px; text-align: center; background: #174E3E;
  color: #F7F5F0; font-size: 12px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; border-radius: 2px; border-bottom: none;
}
.mobile-menu .mm-call {
  margin-top: 10px; padding: 16px; text-align: center; border: 1px solid #C9C2B2;
  color: #14140F; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  border-bottom: 1px solid #C9C2B2;
}

@media (max-width: 899px) {
  .main-nav { display: none; }
  .burger { display: flex; }
}

/* ---------------- sections ---------------- */

.sec-dark { position: relative; background: #0E0E0C; overflow: hidden; }
.sec-cream { background: var(--cream); }
.sec-white { background: #FFFFFF; }
.sec-forest { background: var(--forest); color: #EAE7DF; }

.page-hero { background: #0E0E0C; padding: clamp(48px, 6.5vw, 78px) 0 clamp(44px, 6vw, 72px); }

/* hero */
.hero-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(60px, 8vw, 110px) var(--gutter) clamp(56px, 7vw, 104px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 5vw, 64px); align-items: center; position: relative;
}
.hero-copy { animation: fadeUp .7s ease both; }
.hero-copy p {
  font-size: 17.5px; line-height: 1.66; color: #DCD8CF;
  max-width: 470px; margin: 0 0 38px; font-weight: 300;
}
.hero-photo {
  width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; display: block;
  border: 1px solid #2C2C26; background: #1A1A16;
}

/* trust strip */
.trust-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 34px var(--gutter);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px;
}
.trust-item { display: flex; flex-direction: column; gap: 7px; }
.trust-item h2, .trust-item .t {
  font-family: var(--serif); font-size: 20px; color: var(--gold); font-weight: 400; margin: 0;
}
.trust-item p { font-size: 13.5px; line-height: 1.55; color: #B9C7C0; font-weight: 300; margin: 0; }

/* services overview */
.sec-services { padding: clamp(60px, 8vw, 104px) 0; }
.sec-services .lede { max-width: 540px; margin: 0 0 54px; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 760px) { .card-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: #FFFFFF; border: 1px solid #E6E1D5; display: flex; flex-direction: column;
  transition: border-color .2s, transform .2s; color: inherit;
}
.svc-card:hover { border-color: #174E3E; transform: translateY(-3px); color: inherit; }
.svc-card-photo {
  width: 100%; height: clamp(180px, 17vw, 230px); background-color: #E3DED2;
  background-size: cover; background-position: center;
}
.svc-card-body { padding: 30px 36px 34px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.svc-flag-row { display: flex; align-items: center; gap: 12px; }
.svc-flag {
  font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: #7C7566;
}
.svc-flag--gold { color: var(--gold-deep); }
.svc-card h3 {
  font-family: var(--serif); font-weight: 500; font-size: 29px; margin: 0; color: #14140F;
}
.svc-card p { font-size: 15px; line-height: 1.65; color: #5C574C; margin: 0; font-weight: 300; }
.svc-card-more {
  margin-top: auto; padding-top: 8px; font-size: 11.5px; letter-spacing: .16em;
  text-transform: uppercase; color: #174E3E;
}

/* before & after */
.sec-ba {
  padding: clamp(58px, 7.5vw, 100px) 0;
  border-top: 1px solid #E6E1D5; border-bottom: 1px solid #E6E1D5;
}
.ba-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; margin-bottom: 38px;
}
.ba-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.ba-tab {
  cursor: pointer; padding: 10px 18px; font-size: 11.5px; letter-spacing: .14em;
  text-transform: uppercase; border: 1px solid #DED8CA; background: #FFFFFF;
  color: #5C574C; border-radius: 2px;
}
.ba-tab[aria-selected="true"] { background: #174E3E; color: #F7F5F0; border-color: #174E3E; }
.ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.ba-cap {
  font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase;
  color: #9A9081; margin-bottom: 10px;
}
.ba-cap--after { color: #174E3E; }
.ba-shot {
  width: 100%; aspect-ratio: 4/3; border: 1px solid #DED8CA; background-color: #E3DED2;
  background-size: cover; background-position: center;
}
.ba-shot--before { filter: saturate(.72) brightness(.96); }
.ba-shot--after { border-color: #CFDCD5; background-color: #E2EAE5; }

/* testimonials */
.sec-quotes { padding: clamp(58px, 7.5vw, 100px) 0; }
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.quote {
  background: #FFFFFF; border: 1px solid #E6E1D5; padding: 34px 32px;
  display: flex; flex-direction: column; gap: 18px; margin: 0;
}
.quote .mark { font-family: var(--serif); font-size: 34px; line-height: .6; color: var(--gold); }
.quote p {
  font-family: var(--serif); font-size: 20px; line-height: 1.5; color: #2A2A24;
  margin: 0; font-style: italic; font-weight: 300;
}
.quote figcaption {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #9A9081; margin-top: auto;
}

/* referral band */
.sec-referral { background: var(--gold); }
.referral-inner {
  max-width: var(--maxw); margin: 0 auto; padding: clamp(32px, 4vw, 44px) var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.referral-left { display: flex; align-items: center; gap: 20px; }
.referral-title {
  font-family: var(--serif); font-size: clamp(24px, 3.4vw, 32px); color: #14140F; line-height: 1.15;
}
.referral-sub { font-size: 14px; color: #4A4335; font-weight: 300; margin-top: 5px; }

/* service area */
.sec-area { padding: clamp(54px, 7vw, 88px) 0; }
.area-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 5vw, 60px); align-items: center;
}
.area-grid h2 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 4.2vw, 40px);
  line-height: 1.12; margin: 0 0 18px; color: #14140F;
}
.area-grid p { font-size: 16px; line-height: 1.68; color: #5C574C; margin: 0; font-weight: 300; }
.map-frame {
  position: relative; aspect-ratio: 16/10; border: 1px solid #DED8CA;
  overflow: hidden; background: #EDE9E0;
}
.map-frame iframe {
  width: 100%; height: 100%; border: 0; display: block;
  filter: saturate(.35) contrast(.95) sepia(.18);
}
.map-badge {
  position: absolute; left: 16px; bottom: 16px; background: rgba(14, 14, 12, .88);
  color: #E5BF6F; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; padding: 9px 14px;
}

/* closing CTA */
.cta-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) var(--gutter); text-align: center; position: relative;
}
.cta-inner h2 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(32px, 5.4vw, 50px);
  line-height: 1.1; color: var(--gold); margin: 0 0 18px;
}
.cta-inner p { font-size: 17px; color: #DCD8CF; font-weight: 300; margin: 0 0 34px; }
.cta-inner p a { color: #FFFFFF; border-bottom: 1px solid rgba(255, 255, 255, .3); }
.cta-inner p a:hover { color: var(--gold); }
.btn-gold--lg { padding: 18px 36px; }

/* ---------------- services page ---------------- */

.sec-serviceDetail { padding: clamp(54px, 7vw, 88px) 0 clamp(58px, 7.5vw, 100px); }
.svc-stack { display: flex; flex-direction: column; gap: 22px; }
.svc-detail {
  background: #FFFFFF; border: 1px solid #E6E1D5; border-left: 3px solid #174E3E;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 44px) clamp(28px, 4vw, 40px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 48px);
}
.svc-detail--flagship { border-left-color: #E5BF6F; }
.svc-detail .svc-flag { display: block; margin-bottom: 14px; }
.svc-detail h2 {
  font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3.6vw, 36px);
  margin: 0 0 16px; color: #14140F;
}
.svc-detail .blurb {
  font-size: 16px; line-height: 1.68; color: #5C574C; margin: 0 0 22px; font-weight: 300;
}
.svc-detail .ideal { font-size: 15px; line-height: 1.6; color: #2A2A24; margin: 0 0 26px; }
.svc-detail .label { margin-bottom: 8px; }
.incl-head { margin-bottom: 16px; }
.incl-list { display: flex; flex-direction: column; gap: 11px; list-style: none; margin: 0; padding: 0; }
.incl-list li { display: flex; gap: 12px; align-items: flex-start; }
.incl-list span { font-size: 15px; line-height: 1.55; color: #3A362E; font-weight: 300; }

.svc-footer-cta {
  background: var(--forest); padding: clamp(30px, 4vw, 46px);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.svc-footer-cta .t {
  font-family: var(--serif); font-size: 34px; color: var(--gold); line-height: 1.15;
}
.svc-footer-cta .s { font-size: 15px; color: #B9C7C0; font-weight: 300; margin-top: 6px; }
.btn-gold--band { padding: 16px 30px; font-size: 12px; }

/* ---------------- forms ---------------- */

.sec-form { padding: clamp(48px, 6vw, 72px) 0 clamp(56px, 7vw, 96px); }
.form-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: clamp(28px, 4vw, 44px); align-items: start;
}
.form-card { background: #FFFFFF; border: 1px solid #E6E1D5; padding: clamp(26px, 4vw, 44px); }
.form-card h2 {
  font-family: var(--serif); font-weight: 500; font-size: 30px; margin: 0 0 26px; color: #14140F;
}
.field-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field > span {
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: #7C7566;
}
.field > span .soft { text-transform: none; letter-spacing: 0; color: #A9A294; }
.field input, .field select, .field textarea {
  padding: 13px 14px; border: 1px solid #DED8CA; background: #FCFBF8;
  font-size: 15px; border-radius: 2px; color: #1A1A18; width: 100%;
}
.field input[type="date"] { padding: 12px 14px; }
.field textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-submit {
  margin-top: 28px; width: 100%; padding: 18px; background: #174E3E; color: #F7F5F0;
  border: none; font-size: 12.5px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; border-radius: 2px; cursor: pointer; transition: background .2s;
}
.form-submit:hover { background: var(--forest-dark); }
.form-submit[disabled] { opacity: .6; cursor: default; }
.form-submit--tight { margin-top: 26px; }
.form-note {
  font-size: 12.5px; color: #9A9081; margin: 16px 0 0; text-align: center; font-weight: 300;
}
.form-msg {
  margin: 16px 0 0; padding: 14px 16px; background: #EDF1EE; border: 1px solid #CFDCD5;
  font-size: 14px; color: #174E3E; text-align: center;
}
.form-msg--error { background: #FBF1EC; border-color: #E6CFC2; color: #8A4A22; }
.form-msg[hidden] { display: none; }

.aside-stack { display: flex; flex-direction: column; gap: 20px; }
.panel-dark { background: #0E0E0C; padding: 36px 32px; }
.panel-dark p { font-size: 15.5px; line-height: 1.6; color: #DCD8CF; margin: 0 0 22px; font-weight: 300; }
.panel-light { background: #FFFFFF; border: 1px solid #E6E1D5; padding: 32px; }
.panel-label {
  font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase;
  color: #7C7566; margin-bottom: 18px;
}
.panel-label--gold { color: var(--gold); margin-bottom: 14px; }
.expect-list { list-style: none; margin: 0; padding: 0; }
.expect-list li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; }
.expect-list span { font-size: 14.5px; line-height: 1.55; color: #3A362E; font-weight: 300; }

/* contact aside */
.contact-phone {
  display: block; font-family: var(--serif); font-size: 30px; color: #F2EFE8; margin-bottom: 6px;
}
.contact-phone:hover { color: var(--gold); }
.contact-textnote { font-size: 12.5px; color: var(--teal); letter-spacing: .06em; margin-bottom: 22px; }
.contact-email {
  display: block; font-size: 15.5px; color: #DCD8CF;
  border-bottom: 1px solid rgba(255, 255, 255, .2); padding-bottom: 2px; overflow-wrap: anywhere;
}
.contact-email:hover { color: var(--gold); }
.social-row { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }
.social-chip {
  padding: 9px 15px; border: 1px solid rgba(229, 191, 111, .35); color: var(--gold);
  font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
}
.social-chip:hover { color: #FFFFFF; border-color: rgba(229, 191, 111, .7); }
.hours-row {
  display: flex; justify-content: space-between; gap: 16px; padding: 8px 0;
  border-bottom: 1px solid #F0ECE2; font-size: 14.5px; color: #3A362E; font-weight: 300;
}
.hours-row span + span { color: #7C7566; }
.panel-light p { font-size: 15px; line-height: 1.65; color: #3A362E; margin: 0; font-weight: 300; }

/* ---------------- thank you ---------------- */

.thanks { background: #0E0E0C; position: relative; overflow: hidden; }
.thanks-inner {
  max-width: 760px; margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) var(--gutter) clamp(70px, 9vw, 130px);
  text-align: center; position: relative;
}
.thanks-logo {
  width: 104px; height: 104px; object-fit: cover; border-radius: 50%;
  margin-bottom: 32px; transform: scale(1.14);
}
.thanks-inner p.lead {
  font-size: 17.5px; line-height: 1.66; color: #DCD8CF; margin: 0 0 46px; font-weight: 300;
}
.thanks-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px; margin-bottom: 44px; text-align: left;
}
.thanks-card {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(229, 191, 111, .28);
  padding: 24px 22px; display: block; transition: background .2s;
}
.thanks-card:hover { background: rgba(229, 191, 111, .1); }
.thanks-card .k {
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.thanks-card .v { font-size: 16px; color: #F2EFE8; }
.thanks-refer { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 34px; }
.thanks-refer .t {
  font-family: var(--serif); font-size: 28px; color: #F2EFE8; margin-bottom: 8px;
}
.thanks-refer p { font-size: 15px; color: #A8A296; font-weight: 300; margin: 0; }
.thanks-refer .amt { color: var(--gold); }

/* ---------------- about ---------------- */

.sec-about { padding: clamp(54px, 7vw, 88px) 0; }
.about-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 5vw, 60px); align-items: start;
}
.about-photo {
  width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; display: block;
  border: 1px solid #DED8CA; background: #E3DED2;
}
.about-lead {
  font-family: var(--serif); font-size: clamp(21px, 2.6vw, 27px); line-height: 1.45;
  color: #14140F; margin: 0 0 26px; font-weight: 300;
}
.about-body {
  font-size: 16.5px; line-height: 1.72; color: #5C574C; margin: 0 0 18px; font-weight: 300;
}
.about-body:last-of-type { margin-bottom: 34px; }
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.value-card { background: #FFFFFF; border: 1px solid #E6E1D5; padding: 26px 24px; }
.value-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.value-head span:last-child {
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep);
}
.value-card p { font-size: 14.5px; line-height: 1.6; color: #5C574C; margin: 0; font-weight: 300; }

.about-cta { background: var(--forest); padding: 64px 0; }
.about-cta .inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.about-cta .t {
  font-family: var(--serif); font-size: clamp(26px, 3.6vw, 36px); color: var(--gold);
  line-height: 1.15; max-width: 560px;
}
.btn-gold--band2 { padding: 17px 32px; }

/* ---------------- faq ---------------- */

.faq-wrap { max-width: 880px; margin: 0 auto; padding: 0 var(--gutter); }
.faq-list { background: #FFFFFF; border: 1px solid #E6E1D5; }
.faq-item { border-bottom: 1px solid #EFEBE1; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 26px 32px; display: flex; align-items: center; gap: 20px; transition: background .18s;
}
.faq-q:hover { background: #FCFBF8; }
.faq-q .q {
  font-family: var(--serif); font-size: 22px; line-height: 1.35; color: #14140F; flex: 1;
}
.faq-q .ico { font-size: 22px; color: #B0A896; line-height: 1; flex: 0 0 auto; }
.faq-q[aria-expanded="true"] .ico { color: #174E3E; }
.faq-a { margin: 0; padding: 0 32px 30px; font-size: 16px; line-height: 1.72; color: #5C574C; max-width: 640px; font-weight: 300; }
.faq-a[hidden] { display: none; }
.faq-cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------------- legal ---------------- */

.legal { background: #FFFFFF; padding: clamp(48px, 6.5vw, 78px) 0 clamp(56px, 7vw, 96px); }
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }
.legal h1 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(29px, 4.4vw, 42px);
  line-height: 1.12; margin: 0 0 10px; color: #14140F;
}
.legal-updated { font-size: 13.5px; color: #9A9081; margin: 0 0 30px; }
.legal-notice {
  background: #FAF8F3; border: 1px solid #E6E1D5; padding: 20px 22px; margin-bottom: 44px;
  font-size: 14px; line-height: 1.65; color: #5C574C;
}
.legal-sec { margin-bottom: 34px; }
.legal-sec h2 {
  font-size: 15px; font-weight: 600; letter-spacing: .04em; margin: 0 0 12px; color: #14140F;
}
.legal-sec p, .legal-tail {
  font-size: 16px; line-height: 1.75; color: #3A362E; margin: 0; font-weight: 300;
}
.legal-tail { border-top: 1px solid #EFEBE1; padding-top: 28px; }

/* ---------------- footer ---------------- */

.site-footer { position: relative; background: #0E0E0C; overflow: hidden; }
.footer-grid {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) var(--gutter) 34px; position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: clamp(28px, 4vw, 44px);
}
.footer-brand {
  font-family: var(--serif); font-size: 26px; color: var(--gold);
  line-height: 1.2; margin-bottom: 12px;
}
.footer-blurb {
  font-size: 14.5px; line-height: 1.65; color: #A8A296; margin: 0 0 18px;
  font-weight: 300; max-width: 280px;
}
.footer-social { display: flex; gap: 9px; flex-wrap: wrap; }
.footer-social a {
  padding: 8px 13px; border: 1px solid rgba(229, 191, 111, .3); color: var(--gold);
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
}
.footer-social a:hover { color: #FFFFFF; border-color: rgba(229, 191, 111, .6); }
.footer-head {
  font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14.5px; color: #A8A296; font-weight: 300; transition: color .18s; }
.footer-links a:hover { color: #E5BF6F; }
.footer-contact {
  display: flex; flex-direction: column; gap: 10px;
  font-size: 14.5px; color: #A8A296; font-weight: 300;
}
.footer-contact a { color: #DCD8CF; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact .email { font-size: 13.5px; overflow-wrap: anywhere; }
.footer-contact .text-pref { color: var(--teal); font-size: 13px; }
.footer-refer { border: 1px solid rgba(229, 191, 111, .28); padding: 24px 22px; align-self: start; }
.footer-refer .t {
  font-family: var(--serif); font-size: 22px; color: var(--gold); line-height: 1.25; margin-bottom: 8px;
}
.footer-refer p { font-size: 13.5px; line-height: 1.6; color: #A8A296; margin: 0 0 16px; font-weight: 300; }
.footer-refer a {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #F2EFE8;
  border-bottom: 1px solid rgba(229, 191, 111, .5); padding-bottom: 3px;
}
.footer-refer a:hover { color: var(--gold); }
.footer-bar {
  max-width: var(--maxw); margin: 0 auto; padding: 22px var(--gutter) 34px;
  border-top: 1px solid rgba(255, 255, 255, .09); display: flex; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: #6E6A61; position: relative;
}
.footer-bar a { color: #6E6A61; }
.footer-bar a:hover { color: #E5BF6F; }

/* ---------------- mobile refinements ---------------- */

@media (max-width: 640px) {
  .header-inner { gap: 12px; }
  .brand img { width: 48px; height: 48px; }
  .brand-name { font-size: 19px; }
  .btn-row .btn { width: 100%; }
  .referral-inner .btn, .svc-footer-cta .btn, .about-cta .btn { width: 100%; }
  .referral-left { align-items: flex-start; }
  .leaf-chip--lg { margin-top: 8px; }
  .svc-card-body { padding: 26px 24px 30px; }
  .quote { padding: 28px 24px; }
  .faq-q { padding: 22px 20px; gap: 14px; }
  .faq-q .q { font-size: 20px; }
  .faq-a { padding: 0 20px 24px; }
  .panel-dark { padding: 30px 24px; }
  .panel-light { padding: 26px 22px; }
  .thanks-cards { text-align: left; }
  .ba-head { margin-bottom: 26px; }
  .leaves--heroTop { transform: scale(.72); transform-origin: top left; }
}
