/* ==========================================================================
   Prosper & Co. Estate Sales
   Old money · Southern charm · country club · Ralph Lauren green
   ========================================================================== */

@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300;font-display:swap;src:url('../fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:300;font-display:swap;src:url('../fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/cinzel-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/cinzel-latin-500-normal.woff2') format('woff2');}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/cinzel-latin-600-normal.woff2') format('woff2');}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/cinzel-latin-700-normal.woff2') format('woff2');}
@font-face{font-family:'Italiana';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/italiana-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Pinyon Script';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/pinyon-script-latin-400-normal.woff2') format('woff2');}

:root{
  /* brighter, lighter green system */
  --green:      #6B8A52;   /* brighter primary */
  --green-mid:  #59714A;   /* logo green, for text on light */
  --green-deep: #4A6440;   /* lighter dark sections */
  --green-dark: #374B30;   /* footer */
  --mist:       #EFF3EA;   /* pale green tint */
  --mist-deep:  #E3EADB;
  --ivory:      #F8F7F2;
  --cream:      #FDFCFA;
  --white:      #FFFFFF;
  --brass:      #6B8A52;
  --brass-lt:   #DCE6D2;
  --ink:        #262B23;
  --ink-soft:   #5E6657;
  --rule:       rgba(107,138,82,.22);

  --serif:  'Cormorant Garamond', Georgia, serif;
  --display:'Cinzel', 'Trajan Pro', Georgia, serif;
  --sans:   'Cinzel', Georgia, serif;
  --script: 'Pinyon Script', 'Snell Roundhand', cursive;
  /* "The Seasons" stand-in — elegant light serif for softer headings */
  --seasons:'Italiana', 'Didot', Georgia, serif;
  /* small lowercase supporting lines */
  --times:  'Times New Roman', Times, serif;

  --wrap: 1220px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --sprig: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 20'%3E%3Cpath fill='%23000' d='M32 1 L37.5 10 L32 19 L26.5 10 Z'/%3E%3Ccircle fill='%23000' cx='15' cy='10' r='1.9'/%3E%3Ccircle fill='%23000' cx='49' cy='10' r='1.9'/%3E%3Cg stroke='%23000' stroke-width='1.1' stroke-linecap='round'%3E%3Cpath d='M2 10 H9'/%3E%3Cpath d='M55 10 H62'/%3E%3C/g%3E%3C/svg%3E");
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }

body{
  margin:0; background:var(--white); color:var(--ink);
  font-family:var(--serif); font-size:19px; line-height:1.75;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

.wrap{ width:min(var(--wrap), calc(100% - 3rem)); margin-inline:auto; }
.wrap-narrow{ width:min(900px, calc(100% - 3rem)); margin-inline:auto; }

/* ---------- Type ---------------------------------------------------------- */

h1,h2,h3,h4{ font-family:var(--display); font-weight:500; letter-spacing:.03em; margin:0; }

.eyebrow{
  font-family:var(--sans); font-size:.7rem; letter-spacing:.22em;
  text-transform:uppercase; font-weight:600; color:var(--green); margin:0 0 .9rem;
}
.eyebrow.on-green{ color:var(--brass-lt); }

.section-title{ font-size:clamp(2rem,4vw,3.1rem); line-height:1.15; margin-bottom:1.1rem; }
.section-title em{ font-family:var(--script); font-style:normal; font-size:1.3em; font-weight:400; color:var(--green); letter-spacing:0; }
.page-hero h1 em, .sec-white .section-title em, .sec-mist .section-title em{ color:var(--green); }.sec-green .section-title em, .sec-olive .section-title em, .reviews .section-title em{ color:var(--brass-lt); }

.lede{ font-size:1.16rem; color:var(--ink-soft); line-height:1.85; max-width:64ch; }.sec-green .lede, .sec-olive .lede, .reviews .lede{ color:rgba(247,244,238,.8); }

.divider{ display:flex; align-items:center; justify-content:center; margin:1.4rem 0 1.9rem; }
.divider::before{
  content:''; height:2px; width:70px; background:var(--green); opacity:.85;
}
.divider::after{ content:none; }
.divider span{ display:none; }
.divider.on-green::before{ background:var(--ivory); opacity:.7; }

.divider.start{ justify-content:flex-start; }

/* ---------- Buttons ------------------------------------------------------- */

.btn{
  display:inline-block; font-family:var(--sans); font-size:.7rem;
  letter-spacing:.24em; text-transform:uppercase; font-weight:500;
  padding:1.05rem 2.3rem; border:1px solid var(--green); color:var(--green);
  background:transparent; cursor:pointer;
  transition:background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
}
.btn:hover{ background:var(--green); color:var(--ivory); }
.btn-solid{ background:var(--green); color:var(--ivory); }
.btn-solid:hover{ background:var(--green-deep); border-color:var(--green-deep); }
.btn-light{ border-color:rgba(247,244,238,.65); color:var(--ivory); }
.btn-light:hover{ background:var(--ivory); color:var(--green-deep); border-color:var(--ivory); }
.btn-brass{ border-color:var(--brass-lt); color:var(--brass-lt); }
.btn-brass:hover{ background:var(--brass-lt); color:var(--green-dark); }
.btn-sm{ padding:.8rem 1.7rem; font-size:.63rem; }

/* ---------- Header -------------------------------------------------------- */

.site-header{
  position:fixed; inset:0 0 auto 0; z-index:60; padding:1.05rem 0;
  transition:background .5s var(--ease), padding .5s var(--ease), box-shadow .5s var(--ease);
}
.site-header .bar{ display:flex; align-items:center; justify-content:space-between; gap:1.6rem; }
.site-header .brand{ display:flex; align-items:center; gap:.75rem; flex:0 0 auto; }
.site-header .brand img{ height:42px; width:auto; transition:height .5s var(--ease); }
.site-header .brand .name{
  font-family:var(--display); font-size:.9rem; letter-spacing:.19em;
  text-transform:uppercase; color:var(--ivory); line-height:1.25; transition:color .5s var(--ease);
}
.site-header .brand .name small{
  display:block; font-family:var(--sans); font-size:.53rem;
  letter-spacing:.32em; opacity:.82; margin-top:.22rem;
}

.nav{ display:flex; align-items:center; gap:1.9rem; }
.nav a{
  font-family:var(--sans); font-size:.67rem; letter-spacing:.2em; text-transform:uppercase;
  color:var(--ivory); position:relative; padding-bottom:.3rem; white-space:nowrap;
  transition:color .5s var(--ease);
}
.nav a::after{
  content:''; position:absolute; left:0; bottom:0; height:1px; width:0;
  background:currentColor; transition:width .45s var(--ease);
}
.nav a:hover::after,.nav a[aria-current="page"]::after{ width:100%; }
.nav a[aria-current="page"]{ color:var(--brass-lt); }
.nav .nav-cta{ padding:.72rem 1.35rem; border:1px solid rgba(247,244,238,.6); }
.nav .nav-cta::after{ display:none; }
.nav .nav-cta:hover{ background:var(--ivory); color:var(--green-deep); border-color:var(--ivory); }

.site-header.solid,.site-header.on-light{ background:var(--ivory); box-shadow:0 1px 0 var(--rule); }
.site-header.solid{ padding:.65rem 0; }
.site-header.solid .brand img{ height:36px; }
.site-header.solid .brand .name,.site-header.on-light .brand .name{ color:var(--green-deep); }
.site-header.solid .nav a,.site-header.on-light .nav a{ color:var(--green-deep); }
.site-header.solid .nav a[aria-current="page"],.site-header.on-light .nav a[aria-current="page"]{ color:var(--brass); }
.site-header.solid .nav .nav-cta,.site-header.on-light .nav .nav-cta{ border-color:var(--green); color:var(--green); }
.site-header.solid .nav .nav-cta:hover,.site-header.on-light .nav .nav-cta:hover{ background:var(--green); color:var(--ivory); }
.site-header.solid .burger span,.site-header.on-light .burger span{ background:var(--green-deep); }

.burger{ display:none; flex-direction:column; gap:5px; background:none; border:0; padding:.5rem; cursor:pointer; }
.burger span{ display:block; width:26px; height:1.5px; background:var(--ivory); transition:background .4s var(--ease), transform .4s var(--ease), opacity .3s; }
.burger.open span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }

.mobile-nav{
  position:fixed; inset:0; z-index:55; background:var(--green-deep);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1.7rem;
  opacity:0; pointer-events:none; transition:opacity .5s var(--ease);
}
.mobile-nav.open{ opacity:1; pointer-events:auto; }
.mobile-nav a{ font-family:var(--display); font-size:1.7rem; color:var(--ivory); letter-spacing:.05em; }
.mobile-nav a:hover{ color:var(--brass-lt); }

/* ---------- HERO: fogged photo behind the logo --------------------------- */

.hero{
  position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center;
  overflow:hidden; text-align:center; background:var(--green-dark);
}
.hero-fog{ position:absolute; inset:0; }
.hero-fog .frame{
  position:absolute; inset:-2%;
  background-size:cover; background-position:center;
  opacity:0; transform:scale(1.04);
  /* the fog: soft focus + lifted, desaturated tone */
  filter:blur(3px) saturate(.78) brightness(1.16) contrast(.96);
  transition:opacity 3.4s var(--ease);
}
.hero-fog .frame.active{ opacity:1; }

/* green wash layers — see-through, not opaque */
.hero-wash{
  position:absolute; inset:0;
  background:
    /* top scrim so the nav always reads */
    linear-gradient(180deg, rgba(48,66,41,.54) 0%, rgba(48,66,41,.14) 18%, transparent 30%),
    /* pool of shade behind the logo — edges stay bright and airy */
    radial-gradient(ellipse 56% 44% at 50% 45%, rgba(45,62,38,.42) 0%, transparent 72%),
    linear-gradient(180deg, rgba(74,100,64,.16) 0%, rgba(107,138,82,.12) 45%, rgba(55,75,48,.42) 100%),
    rgba(122,152,94,.13);
}
.hero-vignette{
  position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse at center, transparent 42%, rgba(40,55,34,.34) 100%);
}

.hero-inner{ position:relative; z-index:3; padding:7rem 1.5rem 6rem; }
.hero-logo{
  width:min(370px,66vw); margin:0 auto 2rem;
  filter:drop-shadow(0 8px 34px rgba(0,0,0,.4));
  animation:fadeUp 1.7s var(--ease) both;
}
.hero-tag{
  font-family:var(--script); color:var(--ivory);
  font-size:clamp(1.9rem,4.4vw,3.1rem); line-height:1.25; margin:0;
  text-shadow:0 3px 26px rgba(20,28,19,.5);
  animation:fadeUp 1.7s .35s var(--ease) both;
}
.hero-rule{ width:64px; height:1px; background:var(--brass-lt); margin:1.9rem auto; animation:fadeUp 1.7s .5s var(--ease) both; }
.hero-sub{
  font-family:var(--sans); font-size:.68rem; letter-spacing:.32em; text-transform:uppercase;
  font-weight:400; color:rgba(247,244,238,.96); margin:0 auto 2.4rem;
  text-shadow:0 2px 14px rgba(28,38,25,.5);
  animation:fadeUp 1.7s .62s var(--ease) both;
}
.hero-cta{ display:flex; gap:.9rem; justify-content:center; flex-wrap:wrap; animation:fadeUp 1.7s .78s var(--ease) both; }

.scroll-cue{
  position:absolute; bottom:2rem; left:50%; transform:translateX(-50%); z-index:4;
  font-family:var(--sans); font-size:.54rem; letter-spacing:.3em; text-transform:uppercase;
  color:rgba(247,244,238,.6); display:flex; flex-direction:column; align-items:center; gap:.6rem;
}
.scroll-cue::after{ content:''; width:1px; height:34px; background:linear-gradient(rgba(247,244,238,.6),transparent); animation:cue 2.6s ease-in-out infinite; }
@keyframes cue{ 0%,100%{ transform:scaleY(.5); opacity:.4; } 50%{ transform:scaleY(1); opacity:1; } }
@keyframes fadeUp{ from{ opacity:0; transform:translateY(26px); } to{ opacity:1; transform:none; } }

/* Interior page hero */
.page-hero{ padding:11rem 0 4.2rem; background:var(--ivory); border-bottom:1px solid var(--rule); text-align:center; }
.page-hero h1{ font-size:clamp(2.3rem,5.2vw,3.9rem); line-height:1.12; }
.page-hero h1 em{ font-family:var(--script); font-style:normal; color:var(--green); font-size:1.12em; }
.page-hero .lede{ margin:1.3rem auto 0; }

/* ---------- Sections ------------------------------------------------------ */

section{ padding:clamp(3.6rem,7vw,6rem) 0; }
.sec-ivory{ background:var(--ivory); }
.sec-white{ background:var(--white); }
.sec-mist{ background:var(--mist); }
.sec-cream{ background:var(--cream); }.sec-green, .sec-olive{ background:var(--green-deep); color:var(--ivory); }.sec-green .section-title, .sec-olive .section-title, .sec-green h3, .sec-olive h3{ color:var(--ivory); }

.head-c{ text-align:center; max-width:44rem; margin:0 auto 2.8rem; }

.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2.4rem,5.5vw,5rem); align-items:center; }
.two-col.narrow-left{ grid-template-columns:.82fr 1.18fr; }

.frame-img{ position:relative; }
.frame-img img{ width:100%; height:100%; object-fit:cover; }
/* keep image columns the same visual weight as the text beside them */
.two-col .frame-img{ aspect-ratio:5/4; }
.two-col.narrow-left .frame-img{ aspect-ratio:3/4; }
.frame-img::after{ content:''; position:absolute; inset:13px; border:1px solid rgba(247,244,238,.5); pointer-events:none; }
.frame-img.dark::after{ border-color:var(--rule); }

/* ---------- Upcoming sales ------------------------------------------------ */

.sale-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:clamp(1.4rem,3vw,2.2rem); }

.sale{
  background:var(--white); border:1px solid var(--rule); display:flex; flex-direction:column;
  transition:transform .6s var(--ease), box-shadow .6s var(--ease);
}
.sale:hover{ transform:translateY(-5px); box-shadow:0 24px 48px -30px rgba(42,46,39,.4); }
.sale .ph{ position:relative; aspect-ratio:4/3; overflow:hidden; }
.sale .ph img{ width:100%; height:100%; object-fit:cover; transition:transform 1.3s var(--ease); }
.sale:hover .ph img{ transform:scale(1.06); }
.sale .flag{
  position:absolute; top:1rem; left:1rem; background:var(--green-deep); color:var(--ivory);
  font-family:var(--sans); font-size:.55rem; letter-spacing:.22em; text-transform:uppercase;
  padding:.5rem .9rem;
}
.sale .flag.soon{ background:var(--brass); color:#fff; }
.sale .body{ padding:1.7rem 1.6rem 1.9rem; display:flex; flex-direction:column; flex:1; }
.sale .when{
  font-family:var(--sans); font-size:.6rem; letter-spacing:.24em; text-transform:uppercase;
  color:var(--brass); margin:0 0 .7rem;
}
.sale h3{ font-size:1.42rem; line-height:1.25; margin-bottom:.5rem; }
.sale .where{ font-family:var(--serif); font-style:italic; color:var(--ink-soft); font-size:1rem; margin:0 0 1rem; }
.sale ul{ list-style:none; margin:0 0 1.4rem; padding:0; display:grid; gap:.35rem; }
.sale li{
  font-family:var(--sans); font-size:.72rem; letter-spacing:.07em; color:var(--ink-soft);
  padding-left:1.2rem; position:relative;
}
.sale li::before{ content:'\2014'; position:absolute; left:0; color:var(--brass); }
.sale .foot{ margin-top:auto; }

.empty-note{
  text-align:center; border:1px dashed var(--rule); padding:2.6rem 1.6rem;
  font-family:var(--serif); font-style:italic; color:var(--ink-soft);
}

/* ---------- Process steps ------------------------------------------------- */

.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.6rem,3.4vw,3rem); }
.step{ position:relative; text-align:center; padding:2.2rem 1.5rem 2rem; background:var(--white); border:1px solid var(--rule); }.sec-green .step, .sec-olive .step{ background:rgba(247,244,238,.055); border-color:rgba(247,244,238,.17); }
.step .num{
  font-family:var(--display); font-size:2.5rem; line-height:1; color:var(--brass); margin-bottom:1rem;
}.sec-green .step .num, .sec-olive .step .num{ color:var(--brass-lt); }
.step h3{ font-size:1.55rem; margin-bottom:.7rem; }
.step p{ font-size:1rem; color:var(--ink-soft); margin:0 0 1rem; line-height:1.8; }.sec-green .step p, .sec-olive .step p{ color:rgba(247,244,238,.78); }
.step ul{ list-style:none; margin:0; padding:0; display:grid; gap:.4rem; text-align:left; }
.step li{
  font-family:var(--sans); font-size:.71rem; letter-spacing:.07em; color:var(--ink-soft);
  padding-left:1.15rem; position:relative;
}.sec-green .step li, .sec-olive .step li{ color:rgba(247,244,238,.72); }
.step li::before{ content:'\2014'; position:absolute; left:0; color:var(--brass); }.sec-green .step li::before, .sec-olive .step li::before{ color:var(--brass-lt); }

/* complimentary callout */
.compliment{
  margin-top:clamp(2rem,4vw,3rem); display:grid; grid-template-columns:1fr 1fr;
  gap:clamp(1.2rem,2.6vw,2rem);
}
.comp-card{
  border:1px solid var(--brass); padding:1.9rem 1.8rem; background:rgba(169,138,84,.06);
  display:flex; gap:1.1rem; align-items:flex-start;
}.sec-green .comp-card, .sec-olive .comp-card{ border-color:var(--brass-lt); background:rgba(201,172,124,.1); }
.comp-card .tick{ color:var(--brass); font-size:1.15rem; line-height:1.5; flex:0 0 auto; }.sec-green .comp-card .tick, .sec-olive .comp-card .tick{ color:var(--brass-lt); }
.comp-card .t{
  font-family:var(--sans); font-size:.63rem; letter-spacing:.24em; text-transform:uppercase;
  color:var(--brass); margin:0 0 .45rem;
}.sec-green .comp-card .t, .sec-olive .comp-card .t{ color:var(--brass-lt); }
.comp-card p{ margin:0; font-size:1rem; color:var(--ink-soft); line-height:1.75; }.sec-green .comp-card p, .sec-olive .comp-card p{ color:rgba(247,244,238,.82); }

/* ---------- Reviews ------------------------------------------------------- */

.reviews{ background:var(--green-deep); color:var(--ivory); overflow:hidden; }
.reviews .section-title{ color:var(--ivory); }
.rev-wrap{ position:relative; overflow:hidden; }
.rev-wrap::before,.rev-wrap::after{
  content:''; position:absolute; top:0; bottom:0; width:clamp(36px,9vw,150px); z-index:2; pointer-events:none;
}
.rev-wrap::before{ left:0; background:linear-gradient(90deg,var(--green-deep),transparent); }
.rev-wrap::after{ right:0; background:linear-gradient(270deg,var(--green-deep),transparent); }

.rev-track{ display:flex; gap:1.5rem; width:max-content; animation:marquee 72s linear infinite; }
.rev-wrap:hover .rev-track{ animation-play-state:paused; }
@keyframes marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

.rev{
  width:min(400px,80vw); flex:0 0 auto; background:rgba(247,244,238,.06);
  border:1px solid rgba(247,244,238,.16); padding:2.2rem 2rem;
  display:flex; flex-direction:column; justify-content:space-between;
}
.rev .stars{ color:var(--brass-lt); letter-spacing:.26em; font-size:.82rem; margin-bottom:1.1rem; }
.rev p{ font-family:var(--serif); font-style:italic; font-size:1.06rem; line-height:1.85; color:rgba(247,244,238,.93); margin:0 0 1.5rem; }
.rev .who{ font-family:var(--sans); font-size:.62rem; letter-spacing:.24em; text-transform:uppercase; color:var(--brass-lt); }
.rev .who small{ display:block; color:rgba(247,244,238,.5); letter-spacing:.14em; margin-top:.32rem; text-transform:none; font-size:.66rem; }

.rev-foot{ text-align:center; margin-top:3rem; }
.rev-score{
  display:inline-flex; align-items:center; gap:1rem; padding:1rem 1.9rem;
  border:1px solid rgba(247,244,238,.24);
}
.rev-score .big{ font-family:var(--display); font-size:2rem; line-height:1; color:var(--ivory); }
.rev-score .lbl{ font-family:var(--sans); font-size:.58rem; letter-spacing:.22em; text-transform:uppercase; color:rgba(247,244,238,.62); text-align:left; }
.rev-score .lbl b{ display:block; color:var(--brass-lt); font-weight:500; margin-bottom:.2rem; }

/* ---------- Split promise (estate sales + real estate) ------------------- */

.duo{ display:grid; grid-template-columns:1fr 1fr; gap:0; border:1px solid var(--rule); }
.duo > div{ padding:clamp(2.2rem,4.5vw,3.4rem); }
.duo > div + div{ border-left:1px solid var(--rule); }
.duo .hat{
  font-family:var(--sans); font-size:.6rem; letter-spacing:.26em; text-transform:uppercase;
  color:var(--brass); margin:0 0 1rem;
}
.duo h3{ font-size:clamp(1.5rem,2.6vw,2rem); margin-bottom:.8rem; }
.duo p{ margin:0; color:var(--ink-soft); font-size:1.04rem; }
.duo-seal{
  text-align:center; margin-top:2.4rem; font-family:var(--script);
  font-size:clamp(1.7rem,3.4vw,2.5rem); color:var(--green);
}

/* ---------- Service detail list ----------------------------------------- */

.svc-list{ display:grid; border-top:1px solid var(--rule); }
.svc{
  display:grid; grid-template-columns:auto 1fr; gap:clamp(1.4rem,4vw,3.6rem);
  padding:clamp(2rem,4vw,3rem) 0; border-bottom:1px solid var(--rule); align-items:start;
}
.svc .idx{ font-family:var(--display); font-size:clamp(1.9rem,3.6vw,2.8rem); color:var(--brass); line-height:1; min-width:2.4ch; }
.svc h3{ font-size:clamp(1.5rem,2.6vw,2rem); margin-bottom:.55rem; }
.svc .kicker{ font-family:var(--serif); font-style:italic; color:var(--brass); font-size:1rem; margin:0 0 .9rem; }
.svc p{ margin:0 0 1.1rem; color:var(--ink-soft); font-size:1.03rem; }
.svc ul{ margin:0; padding:0; list-style:none; display:grid; gap:.42rem; }
.svc li{ font-family:var(--sans); font-size:.74rem; letter-spacing:.08em; color:var(--ink-soft); padding-left:1.35rem; position:relative; }
.svc li::before{ content:'\2014'; position:absolute; left:0; color:var(--brass); }

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

.card{
  background:#fff; border:1px solid var(--rule); padding:clamp(2rem,4vw,3rem);
  box-shadow:0 1px 2px rgba(42,46,39,.04), 0 18px 40px -26px rgba(42,46,39,.26);
}
.card.green{ background:var(--green-deep); border-color:transparent; color:var(--ivory); box-shadow:0 18px 44px -26px rgba(28,38,27,.5); }
.card.green h2,.card.green h3{ color:var(--ivory); }

.grid-2{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(2.2rem,4.6vw,4rem); align-items:start; }

.field{ margin-bottom:1.25rem; }
.field.row2{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-bottom:0; }
.field label{
  display:block; font-family:var(--sans); font-size:.61rem; letter-spacing:.24em;
  text-transform:uppercase; margin-bottom:.5rem; color:var(--ink-soft);
}
.card.green .field label{ color:rgba(247,244,238,.7); }
.field input,.field select,.field textarea{
  width:100%; padding:.85rem 1rem; font-family:var(--serif); font-size:1rem; color:var(--ink);
  background:#fff; border:1px solid var(--rule); border-radius:0;
  transition:border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.field textarea{ min-height:130px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none; border-color:var(--green); box-shadow:0 0 0 3px rgba(89,113,74,.12);
}
.card.green .field input,.card.green .field select,.card.green .field textarea{ background:rgba(247,244,238,.95); }
.form-msg{ display:none; margin-top:1.2rem; font-family:var(--serif); font-style:italic; }
.note{ font-family:var(--sans); font-size:.62rem; letter-spacing:.1em; color:var(--ink-soft); opacity:.78; margin-top:1rem; line-height:1.7; }
.card.green .note{ color:rgba(247,244,238,.58); }

.lines{ list-style:none; margin:0; padding:0; }
.lines li{ display:flex; gap:1rem; align-items:flex-start; padding:1.15rem 0; border-bottom:1px solid rgba(247,244,238,.15); }
.lines li:last-child{ border-bottom:0; }
.lines .ico{ color:var(--brass-lt); font-size:1.05rem; line-height:1.6; width:1.35rem; flex:0 0 auto; text-align:center; }
.lines .lbl{ font-family:var(--sans); font-size:.58rem; letter-spacing:.26em; text-transform:uppercase; color:rgba(247,244,238,.6); display:block; margin-bottom:.18rem; }
.lines .val{ font-size:1.04rem; color:var(--ivory); }
.lines a.val:hover{ color:var(--brass-lt); }

/* social tiles */
.social{ display:grid; grid-template-columns:1fr 1fr; gap:1.3rem; }
.tile{ text-align:center; padding:1.7rem 1.2rem; background:rgba(247,244,238,.07); border:1px solid rgba(247,244,238,.18); }
.tile .qr{
  width:108px; height:108px; margin:0 auto .9rem; background:rgba(247,244,238,.1);
  border:1px dashed rgba(247,244,238,.4); display:flex; align-items:center; justify-content:center;
  font-family:var(--sans); font-size:.5rem; letter-spacing:.16em; color:rgba(247,244,238,.6);
  text-transform:uppercase; text-align:center; padding:.5rem;
}
.tile .ttl{ font-family:var(--sans); font-size:.62rem; letter-spacing:.24em; text-transform:uppercase; color:var(--brass-lt); }
.tile .sub{ font-size:.9rem; color:rgba(247,244,238,.62); margin-top:.35rem; line-height:1.55; }

/* what to expect list on schedule page */
.expect{ list-style:none; margin:1.6rem 0 0; padding:0; display:grid; gap:1.2rem; }
.expect li{ display:flex; gap:1rem; }
.expect .n{
  font-family:var(--display); color:var(--brass-lt); font-size:1.05rem; line-height:1.6;
  width:1.9rem; flex:0 0 auto;
}
.expect b{ display:block; font-family:var(--display); font-weight:400; font-size:1.15rem; color:var(--ivory); margin-bottom:.2rem; }
.expect span.d{ font-size:.98rem; color:rgba(247,244,238,.72); line-height:1.7; }

/* ---------- CTA band ----------------------------------------------------- */

.cta-band{ position:relative; text-align:center; color:var(--ivory); background-size:cover; background-position:center; }
.cta-band::before{
  content:''; position:absolute; inset:0;
  background:linear-gradient(rgba(58,79,49,.72),rgba(45,62,38,.80)), rgba(107,138,82,.22);
}
.cta-band .wrap{ position:relative; z-index:2; }
.cta-band h2{ color:var(--ivory); }
.cta-band .lede{ color:rgba(247,244,238,.82); margin:0 auto 2.3rem; text-align:center; }

/* ---------- Footer ------------------------------------------------------- */

.site-footer{ background:var(--green-dark); color:rgba(247,244,238,.72); padding:4.2rem 0 1.9rem; }
.foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.3fr; gap:2.4rem; padding-bottom:2.8rem; border-bottom:1px solid rgba(247,244,238,.14); }
.site-footer img.flogo{ width:175px; margin-bottom:1.2rem; }
.site-footer h4{ font-family:var(--sans); font-size:.6rem; letter-spacing:.28em; text-transform:uppercase; color:var(--brass-lt); margin-bottom:1.1rem; }
.site-footer ul{ list-style:none; margin:0; padding:0; display:grid; gap:.55rem; }
.site-footer a:hover{ color:var(--ivory); }
.site-footer p{ font-size:.96rem; line-height:1.8; margin:0; }
.foot-bottom{
  display:flex; justify-content:space-between; align-items:center; gap:1.4rem; padding-top:1.7rem; flex-wrap:wrap;
  font-family:var(--sans); font-size:.58rem; letter-spacing:.19em; text-transform:uppercase; color:rgba(247,244,238,.45);
}

/* ---------- Reveal ------------------------------------------------------- */

.reveal{ opacity:0; transform:translateY(32px); transition:opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.in{ opacity:1; transform:none; }

/* ---------- Responsive -------------------------------------------------- */

@media (max-width:1080px){
  .nav{ gap:1.3rem; }
  .nav a{ font-size:.63rem; letter-spacing:.16em; }
}
@media (max-width:1000px){
  .foot-grid{ grid-template-columns:1fr 1fr; }
  .steps{ grid-template-columns:1fr; }
  .grid-2{ grid-template-columns:1fr; }
  .duo{ grid-template-columns:1fr; }
  .duo > div + div{ border-left:0; border-top:1px solid var(--rule); }
  .compliment{ grid-template-columns:1fr; }
}
@media (max-width:900px){
  .nav{ display:none; }
  .burger{ display:flex; }
  .two-col,.two-col.narrow-left{ grid-template-columns:1fr; }
  .two-col .frame-img{ order:-1; }
  .svc{ grid-template-columns:1fr; gap:.5rem; }
  .svc .idx{ font-size:1.5rem; }
  .page-hero{ padding:8.5rem 0 3.4rem; }
  body{ font-size:18px; }
}
@media (max-width:560px){
  .foot-grid{ grid-template-columns:1fr; }
  .social{ grid-template-columns:1fr; }
  .field.row2{ grid-template-columns:1fr; gap:0; }
  .hero-cta{ flex-direction:column; align-items:center; }
  .hero-cta .btn{ width:100%; max-width:300px; }
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  html{ scroll-behavior:auto; }
}

/* ---------- Stat row (bright, modern) ------------------------------------ */

.stat-row{
  display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
  margin-top:clamp(1.6rem,3vw,2.4rem);
  background:var(--rule); border:1px solid var(--rule);
}
.stat{ background:var(--mist); padding:1.8rem 1.4rem; text-align:center; }
.stat b{
  display:block; font-family:var(--display); font-weight:400;
  font-size:clamp(1.25rem,2.2vw,1.6rem); color:var(--green-mid); margin-bottom:.35rem;
}
.stat span{
  display:block; font-family:var(--sans); font-size:.66rem; letter-spacing:.13em;
  text-transform:uppercase; color:var(--ink-soft); line-height:1.7;
}
@media (max-width:820px){ .stat-row{ grid-template-columns:1fr; } }

/* duo reads lighter and more modern */
.duo{ background:var(--white); }
.duo .hat{ color:var(--green); }

/* ---------- Reviews, light variant (brighter + modern) ------------------- */

.reviews.light{ background:var(--mist); color:var(--ink); }
.reviews.light .section-title{ color:var(--ink); }
.reviews.light .section-title em{ color:var(--green); }
.reviews.light .eyebrow{ color:var(--green); }
.reviews.light .lede{ color:var(--ink-soft); }
.reviews.light .divider::before,.reviews.light .divider::after{
  background:linear-gradient(90deg,transparent,var(--rule),transparent);
}
.reviews.light .divider span{ background-color:var(--brass); }
.reviews.light .rev-wrap::before{ background:linear-gradient(90deg,var(--mist),transparent); }
.reviews.light .rev-wrap::after{ background:linear-gradient(270deg,var(--mist),transparent); }
.reviews.light .rev{
  background:var(--white); border:1px solid var(--rule);
  box-shadow:0 14px 34px -26px rgba(38,43,35,.35);
}
.reviews.light .rev .stars{ color:var(--brass); }
.reviews.light .rev p{ color:var(--ink); }
.reviews.light .rev .who{ color:var(--green); }
.reviews.light .rev .who small{ color:var(--ink-soft); }

/* =========================================================================
   MODERN LAYER — pill nav / pill buttons / rounded tiles / editorial blocks
   ========================================================================= */

/* ---------- Pill buttons ------------------------------------------------- */
.btn-pill{
  border-radius:999px; padding:.78rem 2rem; font-size:.6rem; letter-spacing:.2em;
  background:var(--ivory); color:var(--green-deep); border:1px solid var(--ivory);
}
.btn-pill:hover{ background:transparent; color:var(--ivory); border-color:rgba(247,244,238,.8); }
.btn-pill.dark{ background:var(--green); color:#fff; border-color:var(--green); }
.btn-pill.dark:hover{ background:var(--green-deep); border-color:var(--green-deep); color:#fff; }
.btn-pill.ghost{ background:transparent; color:var(--green); border-color:var(--rule); }
.btn-pill.ghost:hover{ background:var(--green); color:#fff; border-color:var(--green); }

/* ---------- Nav inside a translucent pill -------------------------------- */
.nav.pill{
  background:rgba(247,244,238,.15);
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
  border:1px solid rgba(247,244,238,.24);
  border-radius:999px; padding:.6rem 1.5rem; gap:1.5rem;
}
.nav.pill a{ padding-bottom:0; }
.nav.pill a::after{ bottom:-4px; }
.site-header.solid .nav.pill,.site-header.on-light .nav.pill{
  background:var(--mist); border-color:var(--rule);
}
.nav-cta.pill-cta{
  border-radius:999px; padding:.78rem 1.5rem;
  border:1px solid rgba(247,244,238,.6);
}
.site-header.solid .nav-cta.pill-cta,.site-header.on-light .nav-cta.pill-cta{
  background:var(--green); color:#fff; border-color:var(--green);
}
.site-header.solid .nav-cta.pill-cta:hover,.site-header.on-light .nav-cta.pill-cta:hover{
  background:var(--green-deep); border-color:var(--green-deep); color:#fff;
}

/* ---------- Display headings (reference-style) --------------------------- */
.display-lg{
  font-family:var(--display); font-weight:400; text-align:center;
  font-size:clamp(1.8rem,4.2vw,3rem); letter-spacing:.14em; text-transform:uppercase;
  font-weight:600; line-height:1.24; margin:0;
}
.display-xl{
  font-family:var(--display); font-weight:400; text-align:center;
  font-size:clamp(2rem,5.2vw,3.7rem); letter-spacing:.06em; text-transform:uppercase;
  font-weight:600; line-height:1.16; margin:0; color:var(--green);
}
.center-copy{
  text-align:center; max-width:44ch; margin:1.6rem auto 0;
  font-size:1.02rem; line-height:1.85;
}

/* ---------- Olive band -------------------------------------------------- */
.sec-olive{ background:var(--green-deep); color:var(--ivory); }
.sec-olive .display-lg{ color:var(--ivory); }
.sec-olive .center-copy{ color:rgba(247,244,238,.84); }

/* ---------- Rounded image tiles with arrow badge ------------------------ */
.tile-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(.9rem,1.8vw,1.4rem); }
.tile-card{
  position:relative; display:block; aspect-ratio:16/11; overflow:hidden; border-radius:16px;
}
.tile-card img{ width:100%; height:100%; object-fit:cover; transition:transform 1.3s var(--ease); }
.tile-card:hover img{ transform:scale(1.07); }
.tile-card::after{
  content:''; position:absolute; inset:auto 0 0 0; height:58%;
  background:linear-gradient(transparent, rgba(30,42,26,.68));
}
.tile-card .lab{
  position:absolute; left:1.05rem; bottom:1rem; z-index:2; max-width:62%;
  color:#fff; font-family:var(--sans); font-size:.7rem; letter-spacing:.06em;
  line-height:1.45; font-weight:400;
}
.tile-card .arrow{
  position:absolute; right:.9rem; bottom:.9rem; z-index:2;
  width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,.92);
  display:flex; align-items:center; justify-content:center;
  transition:background .4s var(--ease), transform .4s var(--ease);
}
.tile-card .arrow svg{ width:13px; height:13px; stroke:var(--green-mid); }
.tile-card:hover .arrow{ background:#fff; transform:translate(2px,-2px); }

/* ---------- Icon feature grid ------------------------------------------- */
.icon-grid{
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:clamp(2.2rem,4.4vw,3.6rem) clamp(1.4rem,3vw,2.6rem);
  margin-top:clamp(2.4rem,5vw,3.8rem);
}
.icon-item{ text-align:center; }
.icon-item .ic{
  width:46px; height:46px; margin:0 auto .95rem; display:block;
  stroke:var(--green-mid); fill:none; stroke-width:1.5;
  stroke-linecap:round; stroke-linejoin:round;
}
.icon-item span{
  display:block; font-family:var(--sans); font-size:.62rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--ink-soft); line-height:1.65;
}

/* ---------- Meet the Founder (editorial framed block) ------------------- */
.founder{
  border:1px solid var(--rule); background:var(--cream);
  padding:clamp(1.6rem,3.2vw,2.6rem);
}
.founder-inner{
  display:grid; grid-template-columns:1.08fr .92fr;
  gap:clamp(2rem,5vw,4.4rem); align-items:center;
}
.founder .pre{
  font-family:var(--script); font-weight:400; color:var(--green);
  font-size:clamp(2.1rem,4.6vw,3.5rem); line-height:.95; margin:0 0 .1em;
}
.founder h2{
  font-family:var(--display); font-weight:400; color:var(--ink);
  font-size:clamp(1.7rem,3.6vw,2.9rem); letter-spacing:.12em;
  text-transform:uppercase; line-height:1.1; margin:0 0 1.6rem;
}
.founder p{
  font-size:1rem; line-height:1.95; color:var(--ink-soft); margin:0 0 1rem; max-width:52ch;
}
.founder p:last-of-type{ margin-bottom:0; }
.founder .inline{
  color:var(--green); font-style:italic; border-bottom:1px solid currentColor;
}
.founder-photo{ position:relative; aspect-ratio:4/5; overflow:hidden; }
.founder-photo img{ width:100%; height:100%; object-fit:cover; object-position:center 22%; }
.founder-credit{
  margin-top:1.7rem; padding-top:1.3rem; border-top:1px solid var(--rule);
  font-family:var(--sans); font-size:.6rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--ink-soft); line-height:2;
}
.founder-credit b{ display:block; color:var(--green); font-weight:500; }

@media (max-width:900px){
  .tile-grid{ grid-template-columns:1fr; }
  .icon-grid{ grid-template-columns:repeat(2,1fr); }
  .founder-inner{ grid-template-columns:1fr; }
  .founder-photo{ order:-1; aspect-ratio:5/4; }
  .nav.pill{ display:none; }
}
@media (max-width:520px){
  .icon-grid{ grid-template-columns:repeat(2,1fr); }
}

/* the header CTA lives outside .nav, so it needs its own type rules */
.site-header .nav-cta.pill-cta{
  font-family:var(--sans); font-size:.63rem; letter-spacing:.18em;
  text-transform:uppercase; font-weight:500; color:var(--ivory);
  white-space:nowrap; flex:0 0 auto;
  transition:background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
}
.site-header .nav-cta.pill-cta:hover{ background:var(--ivory); color:var(--green-deep); border-color:var(--ivory); }
@media (max-width:900px){ .site-header .nav-cta.pill-cta{ display:none; } }

/* a touch more presence for the icon row and tile labels */
.icon-item .ic{ width:52px; height:52px; }
.icon-item span{ font-size:.64rem; }
.tile-card .lab{ font-size:.74rem; letter-spacing:.05em; }

/* step cards sitting inside the olive band need the dark-section treatment */
.sec-olive .step{ background:rgba(247,244,238,.06); border-color:rgba(247,244,238,.18); }
.sec-olive .step h3{ color:var(--ivory); }
.sec-olive .step .num{ color:var(--brass-lt); }
.sec-olive .step p{ color:rgba(247,244,238,.8); }
.sec-olive .step li{ color:rgba(247,244,238,.74); }
.sec-olive .step li::before{ color:var(--brass-lt); }

/* photo fills the frame height beside the text, like the reference */
.founder-inner{ align-items:stretch; }
.founder-photo{ aspect-ratio:auto; min-height:420px; }
@media (max-width:900px){ .founder-photo{ min-height:0; aspect-ratio:5/4; } }

/* =========================================================================
   INTERIOR PAGE HERO — same language as the home hero, shorter
   ========================================================================= */

.page-hero.photo{
  position:relative; overflow:hidden; text-align:center;
  min-height:60svh; display:flex; align-items:center; justify-content:center;
  padding:9rem 0 5rem; border-bottom:0; background:var(--green-dark);
}
.page-hero.photo .ph-bg{
  position:absolute; inset:-2%; background-size:cover; background-position:center;
  filter:blur(3px) saturate(.78) brightness(1.16) contrast(.96);
}
.page-hero.photo .ph-wash{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(48,66,41,.56) 0%, rgba(48,66,41,.14) 20%, transparent 34%),
    radial-gradient(ellipse 62% 52% at 50% 50%, rgba(45,62,38,.38) 0%, transparent 74%),
    linear-gradient(180deg, rgba(74,100,64,.28) 0%, rgba(107,138,82,.24) 50%, rgba(55,75,48,.52) 100%),
    rgba(122,152,94,.22);
}
.page-hero.photo .inner{ position:relative; z-index:3; padding-inline:1.5rem; }
.page-hero.photo .eyebrow{ color:var(--brass-lt); }
.page-hero.photo .display-lg{
  color:var(--ivory); text-shadow:0 3px 26px rgba(20,28,19,.42);
  animation:fadeUp 1.5s var(--ease) both;
}
.page-hero.photo .ph-script{
  font-family:var(--script); color:var(--ivory); margin:.7rem 0 0;
  font-size:clamp(1.6rem,3.6vw,2.6rem); line-height:1.3;
  text-shadow:0 3px 22px rgba(20,28,19,.45);
  animation:fadeUp 1.5s .28s var(--ease) both;
}
.page-hero.photo .ph-copy{
  font-family:var(--serif); color:rgba(247,244,238,.9); font-size:1.06rem;
  line-height:1.85; max-width:52ch; margin:1.5rem auto 0;
  animation:fadeUp 1.5s .42s var(--ease) both;
}
.page-hero.photo .ph-cta{ margin:2.1rem 0 0; animation:fadeUp 1.5s .58s var(--ease) both; }
.page-hero.photo .divider span{ background-color:var(--brass-lt); }
.page-hero.photo .divider::before,.page-hero.photo .divider::after{
  background:linear-gradient(90deg,transparent,rgba(247,244,238,.42),transparent);
}

/* photos read rounded site-wide now; editorial text frames stay square */
.frame-img{ border-radius:16px; overflow:hidden; }
.frame-img::after{ border-radius:10px; }
.sale{ border-radius:16px; overflow:hidden; }
.sale .ph{ border-radius:0; }
.founder-photo{ border-radius:14px; }
.cta-band{ overflow:hidden; }

/* =========================================================================
   HERO — FLIPPED COLORWAY: cream translucent wash, green logo
   ========================================================================= */

.hero.cream{ background:var(--ivory); }

.hero.cream .hero-fog .frame{
  filter:blur(3px) saturate(.74) brightness(1.10) contrast(.95);
}
.hero.cream .hero-wash{
  background:
    /* soft veil so the nav reads */
    linear-gradient(180deg, rgba(248,247,242,.80) 0%, rgba(248,247,242,.42) 16%, rgba(248,247,242,.24) 34%),
    /* pool of cream behind the logo */
    radial-gradient(ellipse 56% 44% at 50% 46%, rgba(250,249,245,.76) 0%, rgba(248,247,242,.30) 66%, transparent 82%),
    linear-gradient(180deg, rgba(248,247,242,.22) 0%, rgba(243,241,234,.28) 60%, rgba(233,239,226,.58) 100%),
    rgba(248,247,242,.18);
}
.hero.cream .hero-vignette{
  background:radial-gradient(ellipse at center, transparent 46%, rgba(107,138,82,.16) 100%);
}
.hero.cream .hero-logo{ filter:drop-shadow(0 6px 26px rgba(107,138,82,.18)); }
.hero.cream .hero-tag{
  color:var(--green-mid); text-shadow:none;
}
.hero.cream .hero-rule{ background:var(--brass); }
.hero.cream .hero-sub{
  color:var(--green-mid); text-shadow:none; opacity:.9;
}
.hero.cream .scroll-cue{ color:rgba(89,113,74,.6); }
.hero.cream .scroll-cue::after{ background:linear-gradient(rgba(89,113,74,.6),transparent); }

/* header sits on cream: dark type from the start */
.site-header.on-cream .brand .name{ color:var(--green-deep); }
.site-header.on-cream .nav.pill{
  background:rgba(255,255,255,.5); border-color:var(--rule);
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
}
.site-header.on-cream .nav a{ color:var(--green-deep); }
.site-header.on-cream .nav a[aria-current="page"]{ color:var(--brass); }
.site-header.on-cream .nav-cta.pill-cta{
  background:var(--green); color:#fff; border-color:var(--green);
}
.site-header.on-cream .nav-cta.pill-cta:hover{
  background:var(--green-deep); border-color:var(--green-deep); color:#fff;
}
.site-header.on-cream .burger span{ background:var(--green-deep); }
.site-header.on-cream.solid{ background:var(--ivory); box-shadow:0 1px 0 var(--rule); }

/* the hero CTA on cream */
.hero.cream .btn-pill{
  background:var(--green); color:#fff; border-color:var(--green);
}
.hero.cream .btn-pill:hover{ background:var(--green-deep); border-color:var(--green-deep); color:#fff; }

/* ---------- "She does both" split ---------------------------------------- */

.both-grid{
  display:grid; grid-template-columns:1fr auto 1fr; align-items:stretch;
  gap:clamp(1.2rem,2.6vw,2.2rem); margin-top:clamp(2.2rem,4.5vw,3.2rem);
}
.both-card{
  background:var(--mist); border:1px solid var(--rule); border-radius:16px;
  padding:clamp(1.8rem,3.4vw,2.6rem); display:flex; flex-direction:column;
}
.both-num{
  font-family:var(--sans); font-size:.62rem; letter-spacing:.28em;
  color:var(--brass); display:block; margin-bottom:.9rem;
}
.both-card h3{ font-size:clamp(1.5rem,2.8vw,2.05rem); margin-bottom:.6rem; }
.both-lede{ font-size:1.04rem; color:var(--ink-soft); margin:0 0 1.2rem; line-height:1.8; }
.both-card ul{ list-style:none; margin:0 0 1.4rem; padding:0; display:grid; gap:.5rem; }
.both-card li{
  font-family:var(--sans); font-size:.73rem; letter-spacing:.06em; color:var(--ink-soft);
  padding-left:1.3rem; position:relative; line-height:1.6;
}
.both-card li::before{ content:'\2014'; position:absolute; left:0; color:var(--green); }
.both-link{
  margin-top:auto; font-family:var(--sans); font-size:.64rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--green); border-bottom:1px solid var(--rule);
  align-self:flex-start; padding-bottom:.25rem; transition:color .4s var(--ease), border-color .4s var(--ease);
}
.both-link:hover{ color:var(--green-deep); border-color:var(--green); }
.both-mid{ display:flex; align-items:center; justify-content:center; }
.both-mid span{
  font-family:var(--script); font-size:clamp(2.4rem,5vw,3.6rem); color:var(--brass); line-height:1;
}
.both-note{
  text-align:center; font-family:var(--serif); font-style:italic; color:var(--ink-soft);
  margin:clamp(1.6rem,3vw,2.2rem) auto 0; max-width:60ch; font-size:1.02rem;
}

/* ---------- "Every listing includes" two-column list --------------------- */

.incl-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.4rem,3vw,3rem);
  max-width:960px; margin:clamp(2.2rem,4.5vw,3.2rem) auto 0;
}
.incl-hd{
  font-family:var(--sans); font-size:.62rem; letter-spacing:.26em; text-transform:uppercase;
  color:var(--brass-lt); margin:0 0 1rem;
}
.incl-col ul{ list-style:none; margin:0; padding:0; display:grid; gap:.7rem; }
.incl-col li{
  font-family:var(--sans); font-size:.75rem; letter-spacing:.06em; line-height:1.65;
  color:rgba(247,244,238,.86); padding-left:1.4rem; position:relative;
}
.incl-col li::before{ content:'\2713'; position:absolute; left:0; color:var(--brass-lt); }

.svc-note{
  font-family:var(--sans); font-size:.68rem; letter-spacing:.1em; color:var(--ink-soft);
  margin-top:1.1rem !important; opacity:.85;
}

/* ---------- Simple bio block (Brenna) ------------------------------------ */

.bio{
  border:1px solid var(--rule); border-radius:16px; background:var(--cream);
  padding:clamp(2rem,4vw,3rem); text-align:center;
}
.bio .pre{
  font-family:var(--script); color:var(--green); font-size:clamp(1.9rem,4vw,2.9rem);
  line-height:.95; margin:0 0 .05em;
}
.bio h2{
  font-family:var(--display); font-size:clamp(1.6rem,3.2vw,2.5rem);
  letter-spacing:.12em; text-transform:uppercase; margin:0 0 .5rem;
}
.bio-role{
  font-family:var(--sans); font-size:.62rem; letter-spacing:.26em; text-transform:uppercase;
  color:var(--brass); margin:0 0 1.6rem;
}
.bio p{ font-size:1rem; line-height:1.95; color:var(--ink-soft); margin:0 auto 1rem; max-width:62ch; }
.bio p:last-child{ margin-bottom:0; }

@media (max-width:900px){
  .both-grid{ grid-template-columns:1fr; }
  .both-mid span{ font-size:2.2rem; }
  .incl-grid{ grid-template-columns:1fr; }
  .incl-col:last-child .incl-hd{ display:none; }
}

/* =========================================================================
   TYPE REFINEMENT — Cinzel + Pinyon Script, no gold, bolder and clearer
   ========================================================================= */

/* Cinzel is all-caps by design: micro labels need a touch more size */
.eyebrow{ font-weight:600; }
.nav a, .nav-cta.pill-cta, .btn{ font-family:var(--sans); font-weight:600; }
.btn{ letter-spacing:.16em; font-size:.68rem; }
.btn-pill{ letter-spacing:.14em; font-size:.66rem; padding:.85rem 2.1rem; }
.btn-sm{ font-size:.6rem; padding:.72rem 1.5rem; }
.nav a{ font-size:.66rem; letter-spacing:.13em; font-weight:600; }
.site-header .brand .name{ font-weight:600; letter-spacing:.14em; }
.site-header .brand .name small{ font-family:var(--sans); letter-spacing:.2em; font-weight:500; }

/* ---- Hero tagline: the cursive, bigger and confident ---- */
.hero-tag{
  font-family:var(--script); font-size:clamp(2.1rem,5vw,3.6rem);
  line-height:1.3; letter-spacing:.01em;
}
.hero-sub{
  font-family:var(--sans); font-weight:600; font-size:.66rem; letter-spacing:.2em;
}
.ph-script{ font-family:var(--script); letter-spacing:.01em; }

/* ---- "What makes us different" icon row: bolder, catches the eye ---- */
.icon-grid{ gap:clamp(2.6rem,5vw,4rem) clamp(1.6rem,3vw,2.8rem); }
.icon-item{
  padding:1.9rem 1.1rem 1.7rem; background:var(--white);
  border:1px solid var(--rule); border-radius:14px;
  transition:transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.icon-item:hover{
  transform:translateY(-4px); border-color:var(--green);
  box-shadow:0 20px 40px -28px rgba(38,50,32,.45);
}
.icon-item .ic{ width:56px; height:56px; stroke:var(--green); stroke-width:1.9; margin-bottom:1.1rem; }
.icon-item span{
  font-family:var(--sans); font-size:.7rem; letter-spacing:.11em; font-weight:600;
  color:var(--green-deep); line-height:1.7;
}

/* ---- Founder credit: readable, not a whisper ---- */
.founder-credit{
  border-top:2px solid var(--green); padding-top:1.4rem; margin-top:1.9rem;
  font-family:var(--sans); font-size:.78rem; letter-spacing:.1em; font-weight:600;
  color:var(--green-deep); line-height:1.9; text-transform:uppercase;
}
.founder-credit b{ color:var(--green); font-weight:600; font-size:.72rem; letter-spacing:.09em; }

/* ---- Founder / Brenna portraits: oval ---- */
.founder-photo{ border-radius:50% / 42%; overflow:hidden; }
.founder-photo img{ object-position:center 26%; }

/* ---- "Both services" cards: bolder, no gold ---- */
.both-card{
  background:var(--white); border:2px solid var(--green); border-radius:18px;
  box-shadow:0 22px 46px -34px rgba(38,50,32,.5);
  transition:transform .5s var(--ease), box-shadow .5s var(--ease);
}
.both-card:hover{ transform:translateY(-5px); box-shadow:0 28px 56px -32px rgba(38,50,32,.55); }
.both-num{
  font-family:var(--sans); font-size:1.4rem; font-weight:700; letter-spacing:.06em;
  color:var(--green); margin-bottom:.7rem;
}
.both-card h3{ font-size:clamp(1.3rem,2.4vw,1.75rem); font-weight:600; letter-spacing:.05em; }
.both-card li::before{ content:'\2014'; color:var(--green); }
.both-card li{ font-family:var(--serif); font-size:1rem; letter-spacing:0; }
.both-link{
  font-family:var(--sans); font-weight:600; font-size:.62rem; letter-spacing:.14em;
  color:var(--green); border-bottom:2px solid var(--green);
}
.both-mid span{ color:var(--green); font-size:clamp(2.6rem,5vw,4rem); }

/* ---- Duo blocks on the home page: bolder too ---- */
.duo{ border:2px solid var(--green); border-radius:18px; overflow:hidden; }
.duo > div + div{ border-left:2px solid var(--green); }
.duo .hat{ font-family:var(--sans); font-weight:600; font-size:.64rem; letter-spacing:.16em; color:var(--green); }
.duo h3{ font-weight:600; letter-spacing:.04em; }
@media (max-width:1000px){ .duo > div + div{ border-left:0; border-top:2px solid var(--green); } }

/* ---- How it works I / II / III: eye-catching numerals ---- */
.svc{ align-items:start; }
.svc .idx{
  font-family:var(--sans); font-weight:700; color:#fff; background:var(--green);
  width:clamp(52px,6vw,68px); height:clamp(52px,6vw,68px); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:clamp(1.05rem,2vw,1.4rem); letter-spacing:0; min-width:0;
  box-shadow:0 12px 26px -16px rgba(38,50,32,.6);
}
.svc h3{ font-size:clamp(1.5rem,2.8vw,2.1rem); font-weight:600; letter-spacing:.05em; }
.svc .kicker{
  font-family:var(--serif); font-style:italic; color:var(--green); font-size:1.08rem; font-weight:500;
}
.svc li::before{ color:var(--green); }
.svc li{ font-family:var(--serif); font-size:1.02rem; letter-spacing:0; }
.svc-note{ font-family:var(--serif); font-style:italic; font-size:1rem; letter-spacing:0; opacity:1; color:var(--green); }

/* step cards (sale days, etc) */
.step .num{ font-family:var(--sans); font-weight:700; font-size:2rem; color:var(--green); }
.sec-olive .step .num, .sec-green .step .num{ color:var(--ivory); }
.step h3{ font-weight:600; letter-spacing:.05em; }
.step li{ font-family:var(--serif); font-size:1rem; letter-spacing:0; }
.step li::before{ color:var(--green); }
.sec-olive .step li::before, .sec-green .step li::before{ color:var(--ivory); }

/* misc small-caps bits that used the old sans */
.sale .when, .sale li, .rev .who, .lines .lbl, .tile .ttl, .incl-hd, .incl-col li,
.field label, .note, .foot-bottom, .site-footer h4, .tile-card .lab, .bio-role,
.stat span, .qr .ttl, .expect .n{ font-family:var(--sans); }
.sale li, .incl-col li{ font-family:var(--serif); font-size:1rem; letter-spacing:0; }
.sale li::before, .incl-col li::before{ color:var(--green); }
.sec-olive .incl-col li::before{ color:var(--ivory); }
.sale .when{ color:var(--green); font-weight:600; letter-spacing:.16em; }
.sale .flag.soon{ background:var(--green); }
.rev .stars, .reviews.light .rev .stars{ color:var(--green); }
.rev .who{ color:var(--green); font-weight:600; }
.reviews.light .rev .who{ color:var(--green); }
.comp-card{ border:2px solid var(--green); background:rgba(107,138,82,.06); border-radius:14px; }
.comp-card .tick{ color:var(--green); font-size:1.3rem; font-weight:700; }
.comp-card .t{ font-family:var(--sans); font-weight:600; color:var(--green); letter-spacing:.13em; font-size:.68rem; }
.sec-olive .comp-card,.sec-green .comp-card{ border-color:var(--ivory); background:rgba(247,244,238,.09); }
.sec-olive .comp-card .tick,.sec-green .comp-card .tick,
.sec-olive .comp-card .t,.sec-green .comp-card .t{ color:var(--ivory); }
.duo-seal{ font-family:var(--script); letter-spacing:0; }
.expect b{ font-family:var(--display); font-weight:600; letter-spacing:.04em; }
.expect .n{ font-weight:700; color:var(--ivory); }
.hero-rule{ background:var(--green); height:2px; width:56px; }
.hero.cream .hero-rule{ background:var(--green); }
.scroll-cue{ font-family:var(--sans); font-weight:600; }

/* ---------- Simple home footer ------------------------------------------ */

.site-footer.simple{ text-align:center; padding:clamp(3.4rem,7vw,5.4rem) 0 2.2rem; }
.site-footer.simple .flogo{ width:190px; margin:0 auto 1.6rem; }
.site-footer.simple .foot-tag{
  font-family:var(--script); font-size:clamp(1.7rem,3.6vw,2.5rem);
  color:var(--ivory); margin:0 0 1.8rem; line-height:1.3;
}
.site-footer.simple .foot-q{
  font-family:var(--sans); font-weight:600; font-size:clamp(.72rem,1.5vw,.85rem);
  letter-spacing:.18em; text-transform:uppercase; color:var(--ivory); margin:0 0 1.5rem;
}
.site-footer.simple .foot-mini{
  font-family:var(--sans); font-size:.58rem; letter-spacing:.18em; text-transform:uppercase;
  color:rgba(247,244,238,.45); margin:2.6rem 0 0;
}

/* ---------- Brenna block mirrors the founder layout ---------------------- */

.founder-inner.flip{ grid-template-columns:.92fr 1.08fr; }
@media (max-width:900px){
  .founder-inner.flip{ grid-template-columns:1fr; }
  .founder-inner.flip .founder-photo{ order:-1; }
}

/* ---------- Icon feature cards: bolder, higher contrast ------------------ */
.icon-item{
  padding:2.4rem 1.2rem 2.1rem; background:var(--white);
  border:2px solid var(--green); border-radius:16px;
  box-shadow:0 18px 38px -30px rgba(38,50,32,.5);
}
.icon-item:hover{
  transform:translateY(-5px); background:var(--mist);
  box-shadow:0 26px 50px -30px rgba(38,50,32,.55);
}
.icon-item .ic{ width:68px; height:68px; stroke-width:2.1; margin-bottom:1.3rem; }
.icon-item span{
  font-size:.82rem; letter-spacing:.1em; font-weight:700; color:var(--green-deep);
  line-height:1.6;
}
.icon-grid{ gap:clamp(1.4rem,2.6vw,2rem); }

/* hero sub-line: readable */
.hero.cream .hero-sub{ color:var(--green-deep); opacity:1; }
.hero-sub{ opacity:1; }

/* home duo: bolder headings to match */
.duo h3{ font-size:clamp(1.35rem,2.5vw,1.85rem); }
.duo p{ font-size:1.04rem; }

/* oval portraits keep a pleasing proportion regardless of text length */
.founder-inner{ align-items:center; }
.founder-photo{
  aspect-ratio:4/5; max-height:600px; align-self:center; width:100%;
  margin-inline:auto; border-radius:50% / 42%;
}
@media (max-width:900px){ .founder-photo{ max-height:460px; max-width:400px; } }

/* ---------- Contact: three ways to reach us ------------------------------ */

.reach-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.2rem,2.4vw,1.8rem);
  margin-top:clamp(2.2rem,4.5vw,3.2rem);
}
.reach{
  display:block; text-align:center; padding:2.4rem 1.4rem 2.1rem;
  background:var(--white); border:2px solid var(--green); border-radius:16px;
  box-shadow:0 18px 38px -30px rgba(38,50,32,.5);
  transition:transform .5s var(--ease), background .5s var(--ease), box-shadow .5s var(--ease);
}
.reach:hover{ transform:translateY(-5px); background:var(--mist); box-shadow:0 26px 50px -30px rgba(38,50,32,.55); }
.reach .ic{
  width:58px; height:58px; margin:0 auto 1.2rem; display:block;
  stroke:var(--green); fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;
}
.reach .rl{
  display:block; font-family:var(--sans); font-size:.64rem; letter-spacing:.2em;
  text-transform:uppercase; font-weight:600; color:var(--green); margin-bottom:.7rem;
}
.reach strong{
  display:block; font-family:var(--display); font-weight:600; letter-spacing:.03em;
  font-size:clamp(1rem,1.9vw,1.3rem); color:var(--green-deep); line-height:1.4;
  word-break:break-word;
}
.reach em{
  display:block; font-family:var(--serif); font-style:italic; color:var(--ink-soft);
  font-size:.98rem; margin-top:.6rem;
}

.social-row{ display:flex; gap:.8rem; flex-wrap:wrap; }
.soc{
  flex:1 1 auto; text-align:center; padding:.9rem 1.2rem;
  border:2px solid var(--green); border-radius:999px;
  font-family:var(--sans); font-size:.64rem; letter-spacing:.16em; font-weight:600;
  text-transform:uppercase; color:var(--green);
  transition:background .4s var(--ease), color .4s var(--ease);
}
.soc:hover{ background:var(--green); color:#fff; }

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

/* small print reads better in the serif than in all-caps Cinzel */
.note{
  font-family:var(--serif); font-style:italic; font-size:.95rem; letter-spacing:0;
  text-transform:none; opacity:.85; line-height:1.7;
}
.reach em, .both-note, .svc-note{ text-transform:none; }
.foot-bottom{ font-size:.55rem; letter-spacing:.14em; }
.site-footer p{ font-family:var(--serif); }
.tile-card .lab{ font-family:var(--sans); font-weight:600; font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; }
/* the ampersand between the two service cards reads better in the display face */
.both-mid span{
  font-family:var(--display); font-weight:600; font-size:clamp(1.8rem,3.4vw,2.6rem);
  color:var(--green); opacity:.55;
}

/* =========================================================================
   TYPE BALANCE — Cinzel for the headline act only; Italiana + Times below
   ========================================================================= */

/* --- Softer big heading: Italiana, sentence case, airy --- */
.display-xl{
  font-family:var(--seasons); font-weight:400; text-transform:none;
  font-size:clamp(2.3rem,5.6vw,4.1rem); letter-spacing:.02em; line-height:1.14;
  color:var(--green);
}
/* the one place a bold caps line is still wanted */
.display-xl.caps{
  font-family:var(--display); font-weight:600; text-transform:uppercase;
  font-size:clamp(2rem,5.2vw,3.7rem); letter-spacing:.06em; line-height:1.16;
}
/* mixed line: caps above, cursive below */
.display-xl .cursive{
  display:block; font-family:var(--script); font-weight:400; text-transform:none;
  font-size:1.15em; letter-spacing:0; line-height:1.15; margin-top:.08em;
}
.display-xl.caps .cursive{ font-size:1.24em; }

/* --- Card and step headings move to Italiana so caps don't stack --- */
.both-card h3, .duo h3, .step h3, .svc h3, .sale h3, .bio h2,
.reach strong, .card h2, .card h3, .expect b{
  font-family:var(--seasons); font-weight:400; letter-spacing:.02em;
  text-transform:none;
}
.both-card h3{ font-size:clamp(1.6rem,3vw,2.15rem); }
.duo h3{ font-size:clamp(1.6rem,2.9vw,2.15rem); }
.svc h3{ font-size:clamp(1.8rem,3.2vw,2.5rem); letter-spacing:.03em; }
.step h3{ font-size:clamp(1.5rem,2.6vw,1.95rem); }
.sale h3{ font-size:clamp(1.5rem,2.6vw,1.85rem); }
.bio h2{ font-size:clamp(2rem,4vw,3rem); letter-spacing:.04em; }
.reach strong{ font-size:clamp(1.15rem,2.1vw,1.5rem); letter-spacing:.01em; }
.expect b{ font-size:1.25rem; }

/* founder / brenna names stay Cinzel — they are the headline of that block */
.founder h2{ font-family:var(--display); }

/* --- Times New Roman italic for the small lowercase supporting lines --- */
.svc .kicker, .note, .both-note, .svc-note, .empty-note, .reach em,
.sale .where, .rev p, .bio-role, .center-copy, .tile .sub, .lede{
  font-family:var(--times); font-style:italic;
}
.center-copy{ font-size:1.12rem; line-height:1.8; letter-spacing:.005em; }
.lede{ font-size:1.14rem; line-height:1.8; }
.svc .kicker{ font-size:1.15rem; font-weight:400; }
.rev p{ font-size:1.1rem; line-height:1.75; }
.note{ font-size:.98rem; }
.both-note, .empty-note, .svc-note{ font-size:1.05rem; }
.reach em{ font-size:1rem; }
.sale .where{ font-size:1.05rem; }
.bio-role{ font-style:italic; text-transform:none; letter-spacing:.02em; font-size:1.05rem; color:var(--green); }

/* body list items read better in the Garamond than in Times */
.svc li, .both-card li, .step li, .sale li, .incl-col li{ font-family:var(--serif); font-style:normal; }

/* founder portrait gets more presence now that the bio is tighter */
.founder-inner{ grid-template-columns:1fr 1fr; }
.founder-photo{ max-height:none; aspect-ratio:4/5; }
@media (max-width:900px){ .founder-photo{ aspect-ratio:4/5; max-width:420px; } }

/* ---------- Duo block, centered ------------------------------------------ */
.duo.centered > div{ text-align:center; }
.duo.centered .hat{ margin-bottom:1.1rem; }
.duo.centered h3{ margin-bottom:.9rem; }
.duo.centered p{ margin-inline:auto; max-width:44ch; }

/* honeypot field — hidden from people, visible to spam bots */
.hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
/* the confirmation line */
.form-msg{ font-family:var(--times); font-style:italic; font-size:1.05rem; line-height:1.6; }

/* thanks page has two contact cards, not three */
.reach-grid:has(> .reach:nth-child(2):last-child){ grid-template-columns:repeat(2,1fr); }
