/* ============================================================
   BRIGHT MOVES WITH YVONNE — STYLES
   Mobile-first. Five sections. Design language unchanged.
   ============================================================ */

:root{
  --ivory:#F6F2EA;
  --paper:#FDFBF7;
  --stone:#EAE9DF;
  --espresso:#211C16;
  --camel:#B3906A;
  --camel-deep:#8E6E48;
  --line:rgba(33,28,22,.14);
  --muted:rgba(33,28,22,.72);
  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --sans:'Instrument Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --gut:22px;
  --max:1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--sans);
  font-size:17px;
  line-height:1.62;
  color:var(--espresso);
  background:var(--ivory);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
h1,h2{font-family:var(--serif);font-weight:300;line-height:1.1;letter-spacing:-.012em;margin:0}
p{margin:0}
a{color:inherit}

.eyebrow{
  font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;
  color:var(--camel-deep);margin:0 0 12px;
}
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--espresso);color:var(--ivory);padding:12px 20px}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid var(--camel-deep);outline-offset:4px;border-radius:2px}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block;font-family:var(--sans);font-size:13.5px;font-weight:700;
  letter-spacing:.055em;text-transform:uppercase;text-decoration:none;text-align:center;
  padding:18px 32px;border-radius:999px;min-height:54px;
  transition:background .25s ease,color .25s ease,border-color .25s ease;
}
.btn-primary{background:var(--espresso);color:var(--ivory)}
.btn-primary:hover{background:var(--camel-deep)}
.btn-outline{border:1px solid var(--espresso);color:var(--espresso)}
.btn-outline:hover{background:var(--espresso);color:var(--ivory)}
[aria-disabled="true"]{opacity:.55;cursor:not-allowed}

/* ---------- Masthead ---------- */
.masthead{padding:26px var(--gut) 0;max-width:var(--max);margin:0 auto}
.logo{
  display:inline-block;font-family:var(--serif);font-size:17px;font-weight:500;
  line-height:1;letter-spacing:.05em;text-decoration:none;
}
.logo span{
  display:block;font-family:var(--sans);font-size:10px;font-weight:400;
  letter-spacing:.16em;color:var(--camel-deep);margin-top:5px;
}
@media (min-width:960px){.masthead{padding-top:36px}.logo{font-size:19px}}

/* ---------- 1. Hero ---------- */
.hero{padding:36px 0 36px}
.hero-grid{display:grid;gap:38px;max-width:var(--max);margin:0 auto;padding-inline:var(--gut)}
.hero-who{font-size:11.5px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;margin:0 0 20px}
.hero-who b{color:var(--camel-deep);font-weight:600}
.hero h1{font-size:clamp(42px,11vw,84px)}
.hero h1 em{font-style:italic;font-weight:300}
.hero-lede{font-size:17px;max-width:42ch;margin:24px 0 34px;color:var(--muted)}
.hero-photo img{
  width:100%;height:60vh;min-height:400px;max-height:640px;
  object-fit:cover;object-position:center 30%;
  border-radius:200px 200px 14px 14px;background:var(--stone);
}
@media (min-width:960px){
  .hero{padding:60px 0 88px}
  .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}
  .hero-lede{font-size:19px;margin-bottom:38px}
  .hero-photo img{height:min(74vh,700px);border-radius:280px 280px 18px 18px}
}

/* ---------- 2. Buyer / Seller Experience ---------- */
.xp-set{max-width:var(--max);margin:0 auto;padding:0 var(--gut)}

.xp{display:grid;grid-template-columns:1fr;gap:22px;padding:40px 0}

.xp-figure{margin:0}
.xp-figure img{
  width:100%;aspect-ratio:3/2;object-fit:cover;
  border-radius:14px;background:rgba(33,28,22,.06);
}

.xp-body .eyebrow{margin-bottom:14px}
.xp-title{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(25px,6vw,34px);line-height:1.18;letter-spacing:-.012em;
  max-width:22ch;margin:0 0 16px;
}
.xp-copy{color:var(--muted);max-width:52ch;margin:0 0 22px}
a.xp-cue{
  display:inline-block;font-family:var(--sans);font-size:14px;font-weight:700;
  letter-spacing:.03em;text-decoration:none;color:var(--espresso);
  border-bottom:1px solid var(--espresso);padding-bottom:4px;
  transition:color .25s ease,border-color .25s ease;
}
a.xp-cue::after{content:" \2192"}
a.xp-cue:hover{color:var(--camel-deep);border-color:var(--camel)}

@media (min-width:900px){
  .xp-set{padding-top:24px}
  .xp{
    grid-template-columns:1fr 1fr;
    gap:76px;
    padding:96px 0;
    align-items:center;
  }
  /* Seller alternates: copy left, image right */
  .xp-reverse .xp-figure{order:2}
  .xp-reverse .xp-body{order:1}
  .xp-title{font-size:clamp(28px,2.7vw,36px)}
}
@media (min-width:1180px){
  .xp{gap:92px;padding:112px 0}
}

/* ---------- 4. Client quote ---------- */
.quote{max-width:var(--max);margin:0 auto;padding:4px var(--gut)}
.quote figure{margin:0}
.quote blockquote{
  margin:0;font-family:var(--serif);font-weight:300;font-style:italic;
  font-size:clamp(27px,6.6vw,42px);line-height:1.24;letter-spacing:-.012em;
  max-width:13em;
}
.quote figcaption{
  margin-top:26px;font-family:var(--sans);font-size:12px;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;color:var(--camel-deep);
}
@media (min-width:860px){
  .quote{padding:24px var(--gut) 16px}
  .quote figure{margin-left:248px}
}

/* ---------- 5. The Bright List ---------- */
.brightlist{background:var(--stone);margin-top:24px;padding:60px var(--gut)}
.brightlist-inner{max-width:var(--max);margin:0 auto}
.brightlist h2{
  font-size:clamp(24px,5.6vw,36px);line-height:1.18;
  max-width:22ch;margin-bottom:28px;
}
@media (min-width:860px){
  .brightlist{padding:120px var(--gut)}
  .brightlist h2{font-size:clamp(26px,3vw,38px);margin-bottom:36px}
}

/* ---------- 4. About ---------- */
.about{padding:56px 0}
.about-grid{max-width:var(--max);margin:0 auto;padding-inline:var(--gut);display:grid;gap:28px}
.about .eyebrow{margin-bottom:14px}
.about img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 22%;border-radius:14px;background:var(--stone)}
.about h2{font-size:clamp(27px,6.6vw,42px);margin-bottom:24px}
.about p{color:var(--muted);max-width:48ch;margin-bottom:18px}
.about p:last-child{margin-bottom:0}
.about-close{
  font-family:var(--serif);font-style:italic;font-weight:300;
  font-size:19px;line-height:1.4;color:var(--espresso);margin-top:26px;
}
@media (min-width:860px){
  .about{padding:132px 0}
  .about-grid{grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center}
  .about-close{font-size:21px}
}

/* ---------- 6. Book a consultation ---------- */
.book{max-width:var(--max);margin:0 auto;padding:0 var(--gut) 64px}
@media (min-width:860px){
  .book{padding-bottom:120px}
}

/* ---------- 5. Footer ---------- */
.site-footer{background:var(--espresso);color:rgba(246,242,234,.74);padding:52px 0 40px;font-size:14.5px}
.foot{max-width:var(--max);margin:0 auto;padding-inline:var(--gut);display:grid;gap:28px}
.foot .logo{color:var(--ivory)}
.foot a{text-decoration:none;transition:color .25s ease}
.foot a:hover{color:var(--camel)}
.foot-contact{margin-top:20px;line-height:1.95}
.foot-links{display:flex;flex-direction:column;gap:12px}
.foot-links a{font-size:14.5px}
.foot-legal{
  max-width:var(--max);margin:34px auto 0;padding:26px var(--gut) 0;
  font-size:11.5px;line-height:1.75;color:rgba(246,242,234,.42);
  border-top:1px solid rgba(246,242,234,.13);
}
.foot-legal p{margin-bottom:11px;max-width:82ch}
.foot-legal p:last-child{margin-bottom:0}
@media (min-width:760px){
  .foot{grid-template-columns:1.6fr 1fr}
  .foot-links{align-items:flex-end;text-align:right}
}

/* ---------- Thank you / 404 ---------- */
.thanks{min-height:70vh;display:grid;place-items:center;text-align:center;padding:96px var(--gut)}
.thanks h1{font-family:var(--serif);font-weight:300;font-size:clamp(34px,9vw,58px);line-height:1.1;margin-bottom:22px}
.thanks p{max-width:42ch;margin:0 auto 34px;color:var(--muted);font-size:17.5px}
.textlink{
  display:inline-block;font-size:14px;font-weight:700;letter-spacing:.04em;
  text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px;
  transition:color .25s ease;
}
.textlink:hover{color:var(--camel-deep)}

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