:root{
  --navy:#15356f;
  --ink:#10264f;
  --blue:#3157b8;
  --line:rgba(21,53,111,.14);
  --muted:#606b7d;
  --paper:#fbfbfa;
  --soft:#f2f4f8;
  --gold:#b8914d;
  --teal:#17636c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--paper);color:var(--ink)}
/* Accent palette sampled from the enamel colours on the right watch face. */
body.guide-buy{--guide-accent:#685594;--guide-accent-dark:#40365f;--guide-tint:#f2eff8}
body.guide-sell{--guide-accent:#2d7e82;--guide-accent-dark:#28545a;--guide-tint:#edf6f5}
body.guide-franchise{--guide-accent:#936381;--guide-accent-dark:#5c405a;--guide-tint:#f7eff5}
a{color:inherit}
.topnav{height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2.4rem;background:#fff;border-bottom:1px solid rgba(21,53,111,.1);position:relative;z-index:30}
.brand{text-decoration:none;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:1.65rem;font-weight:700;font-variant:small-caps;letter-spacing:.02em;color:var(--navy);white-space:nowrap}
.topnav-menu{display:flex;align-items:center;gap:2.1rem}
.topnav-item{text-decoration:none;font-family:Arial,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.105em;text-transform:uppercase;color:var(--navy);white-space:nowrap;padding:.7rem 0;position:relative}
.topnav-item::after{content:'';position:absolute;left:0;right:0;bottom:.25rem;height:1px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.topnav-item:hover::after,.topnav-item.active::after{transform:scaleX(1)}
.topnav-right{justify-self:end;display:flex;align-items:center;gap:.8rem;font-family:Arial,sans-serif}
.nav-signin,.nav-join{text-decoration:none;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--navy)}
.nav-join{padding:.72rem 1.25rem;border-radius:5px;background:linear-gradient(180deg,#3458b5,#1b397f);color:#fff;box-shadow:0 10px 22px -14px rgba(21,53,111,.8)}
body:is(.guide-buy,.guide-sell,.guide-franchise) .topnav .nav-join,
body:is(.guide-buy,.guide-sell,.guide-franchise) .topnav .nav-join:hover,
body:is(.guide-buy,.guide-sell,.guide-franchise) .topnav .nav-join.is-active{
  background:var(--navy)!important;
  border-color:var(--navy)!important;
  box-shadow:0 7px 18px rgba(21,53,111,.2)!important;
}
body:is(.guide-buy,.guide-sell,.guide-franchise) .gdb-mobile-actions .gdb-mobile-join{
  background:var(--navy)!important;
  border-color:var(--navy)!important;
}

.guide-hero{min-height:620px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);border-bottom:1px solid var(--line)}
.guide-hero-main{padding:7rem max(3rem,calc((100vw - 1180px)/2)) 5.5rem;display:flex;flex-direction:column;justify-content:center;background:#fff}
.guide-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem;font-family:Arial,sans-serif;font-size:.66rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#607193}
.guide-eyebrow::before{content:'';width:42px;height:1px;background:var(--guide-accent)}
.guide-hero h1{max-width:720px;margin:0;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:clamp(3.35rem,5.9vw,6.6rem);line-height:.91;font-weight:500;letter-spacing:-.025em;color:var(--navy)}
.guide-lede{max-width:640px;margin:2rem 0 0;font-family:Arial,sans-serif;font-size:1rem;line-height:1.75;color:#4d586b}
.guide-actions{display:flex;align-items:center;gap:1.1rem;margin-top:2.4rem}
.guide-btn{display:inline-flex;align-items:center;gap:.9rem;padding:1rem 1.35rem;border:1px solid var(--navy);border-radius:6px;text-decoration:none;font-family:Arial,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--navy)}
.guide-btn.primary{background:var(--guide-accent);border-color:var(--guide-accent);color:#fff;box-shadow:0 14px 28px -18px rgba(21,53,111,.9)}
.guide-btn span{font-size:1rem}
.guide-hero-aside{padding:6.5rem 3.6rem 5rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(150deg,var(--guide-accent),var(--guide-accent-dark));color:#fff;position:relative;overflow:hidden}
.guide-hero-aside::before{content:'';position:absolute;inset:-20%;background:radial-gradient(circle at 75% 20%,rgba(255,255,255,.16),transparent 34%);pointer-events:none}
.guide-hero-aside-label{font-family:Arial,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.68)}
.guide-hero-aside h2{margin:1.15rem 0 2.2rem;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:2rem;line-height:1.08;font-weight:500}
.fit-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.2)}
.fit-list li{display:grid;grid-template-columns:28px 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid rgba(255,255,255,.17);font-family:Arial,sans-serif;font-size:.86rem;line-height:1.55;color:rgba(255,255,255,.88)}
.fit-list span{font-size:.6rem;font-weight:700;letter-spacing:.12em;color:#d6bd84}

.guide-section{padding:6rem 0;background:#fff}
.guide-section.soft{background:linear-gradient(180deg,var(--guide-tint),#f7f8fa)}
.guide-inner{width:min(1120px,calc(100% - 3rem));margin:0 auto}
.section-heading{display:grid;grid-template-columns:.68fr 1.42fr .9fr;gap:3.2rem;align-items:start;margin-bottom:4.2rem}
.section-label{font-family:Arial,sans-serif;font-size:.64rem;font-weight:700;letter-spacing:.21em;text-transform:uppercase;color:#637392}
.section-heading h2{margin:0;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:clamp(2.35rem,3.7vw,3.9rem);line-height:1.02;font-weight:500;color:var(--navy)}
.section-heading h2::after{content:'';display:block;width:34px;height:2px;margin-top:1.25rem;border-radius:2px;background:linear-gradient(90deg,var(--guide-accent),rgba(182,138,66,.65))}
.section-heading p{margin:0;font-family:Arial,sans-serif;font-size:.9rem;line-height:1.72;color:var(--muted)}

.prep-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.prep-card{padding:2rem 1.7rem 2.2rem;border:1px solid rgba(21,53,111,.07);border-radius:18px;background:var(--guide-tint)}
.prep-card:nth-child(even){background:#fff;box-shadow:0 16px 34px -31px rgba(13,35,79,.65)}
.prep-num{margin-bottom:2rem;font-family:Arial,sans-serif;font-size:.61rem;font-weight:700;letter-spacing:.14em;color:#8a96ac}
.prep-card h3{margin:0 0 .8rem;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--navy)}
.prep-card p{margin:0;font-family:Arial,sans-serif;font-size:.82rem;line-height:1.65;color:#5b6679}

.journey-list{counter-reset:journey;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.journey-step{counter-increment:journey;min-height:210px;padding:1.4rem 1.35rem 1.5rem;border-radius:18px;background:#fff;border:1px solid rgba(21,53,111,.09);border-top:3px solid var(--guide-accent);display:flex;flex-direction:column;box-shadow:0 15px 34px -30px rgba(13,35,79,.55)}
.journey-step:nth-child(even){background:var(--guide-tint)}
.journey-step::before{content:'0' counter(journey);display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--guide-tint);font-family:Arial,sans-serif;font-size:.61rem;font-weight:700;letter-spacing:.1em;color:var(--guide-accent)}
.journey-step h3{margin:2rem 0 .7rem;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:1.32rem;line-height:1.1;font-weight:500;color:var(--navy)}
.journey-step p{margin:0;font-family:Arial,sans-serif;font-size:.78rem;line-height:1.6;color:#5a6578}

.questions{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:transparent;border:0}
.question{background:#fff;padding:1.8rem 2rem;border:1px solid rgba(21,53,111,.09);border-radius:18px;box-shadow:0 16px 34px -32px rgba(13,35,79,.65)}
.question:nth-child(2),.question:nth-child(3){background:var(--guide-tint)}
.question h3{margin:0 0 .65rem;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--navy)}
.question p{margin:0;font-family:Arial,sans-serif;font-size:.83rem;line-height:1.65;color:#5d687a}

.guide-cta{padding:4.5rem 1.5rem 5.5rem;background:#fff;color:#fff}
.guide-cta-inner{width:min(1120px,100%);margin:0 auto;padding:3.2rem 3.5rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;border-radius:28px;background:linear-gradient(135deg,var(--guide-accent),var(--guide-accent-dark));box-shadow:0 28px 65px -42px var(--guide-accent-dark)}
.guide-cta h2{max-width:700px;margin:0;font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1;font-weight:500}
.guide-cta .guide-btn{border-color:rgba(255,255,255,.7);color:#fff;white-space:nowrap}

body.guide-franchise .guide-hero-aside{background:linear-gradient(150deg,#a76f95,var(--guide-accent-dark))}
body.guide-franchise .guide-btn.primary{background:var(--guide-accent);border-color:var(--guide-accent);color:#fff}
.guide-note{max-width:620px;margin:1.15rem 0 0;padding-left:1rem;border-left:2px solid var(--guide-accent);font-size:.78rem;line-height:1.55;color:#667287}

@media(max-width:1050px){
  .topnav{grid-template-columns:1fr auto;padding:0 1.5rem}.topnav-menu{display:none}
  .guide-hero{grid-template-columns:1fr .62fr}.guide-hero-main{padding:5.5rem 3rem 4.8rem}.guide-hero-aside{padding-left:2.4rem;padding-right:2.4rem}
  .section-heading{grid-template-columns:.55fr 1.2fr .8fr;gap:2rem}
  .journey-list{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .topnav{height:70px;padding:0 1rem}.brand{font-size:1.12rem}.nav-signin{display:none}.nav-join{padding:.62rem .9rem}.member-trigger span:nth-child(2){display:none}.member-trigger{padding:.48rem .65rem!important}
  .guide-hero{display:block}.guide-hero-main{padding:4.4rem 1.25rem 3.7rem}.guide-hero h1{font-size:clamp(3rem,15vw,4.35rem)}.guide-lede{font-size:.94rem}.guide-actions{align-items:stretch;flex-direction:column}.guide-btn{justify-content:center}
  .guide-hero-aside{padding:3.4rem 1.25rem 3.8rem}
  .guide-section{padding:4.2rem 0}.guide-inner{width:calc(100% - 2rem)}
  .section-heading{grid-template-columns:1fr;gap:1.35rem;margin-bottom:2.8rem}.section-heading h2{font-size:2.6rem}
  .prep-grid{grid-template-columns:1fr}.prep-card,.prep-card:first-child,.prep-card:last-child{padding:1.55rem 1.4rem}.prep-num{margin-bottom:.8rem}
  .journey-list{grid-template-columns:1fr}.journey-step{min-height:220px}
  .questions{grid-template-columns:1fr}.question{padding:1.65rem 1.4rem}
  .guide-cta{padding:3.5rem 1rem 4.5rem}.guide-cta-inner{width:100%;padding:2.6rem 1.4rem;align-items:flex-start;flex-direction:column;border-radius:22px}.guide-cta .guide-btn{width:100%;justify-content:center}
}

/* Shared neutral typography for Buy, Sell and Franchise guides */
:root{--guide-font:-apple-system,'SF Pro Display','Helvetica Neue',Arial,sans-serif}
body,body *{font-family:var(--guide-font)!important}
body .brand,body .footer-logo{font-family:'Didot','Bodoni 72','Playfair Display',Georgia,serif!important}
.guide-hero h1{line-height:.94;letter-spacing:-.05em}
.guide-hero-aside h2,.section-heading h2,.guide-cta h2{letter-spacing:-.04em}
.prep-card h3,.journey-step h3,.question h3{letter-spacing:-.025em}
