
:root{--ink:#171714;--muted:#6f6b64;--line:#e9e4dc;--paper:#fbfaf7;--card:#fff;--gold:#a88d5d;--green:#3d503c;--shadow:0 12px 32px rgba(32,26,18,.08);--r:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#eeece7;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;line-height:1.4}a{color:inherit;text-decoration:none}.serif{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif}.shell{max-width:760px;min-height:100vh;margin:auto;background:var(--paper);box-shadow:0 0 60px rgba(0,0,0,.1)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line);background:rgba(251,250,247,.92);backdrop-filter:blur(18px);position:sticky;top:0;z-index:5}.wordmark{font:600 18px/1 Iowan Old Style,Georgia,serif;letter-spacing:.08em}.nav{display:flex;gap:8px}.nav a{font-size:12px;padding:8px 12px;border-radius:999px}.nav a.active{background:var(--ink);color:white}.content{padding:30px 24px 50px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-weight:800}.hero-title{font-size:52px;line-height:1.02;letter-spacing:-.04em;margin:10px 0}.lead{font-size:18px;color:var(--muted);max-width:620px}.card{background:white;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}.opportunity{padding:25px;margin:26px 0}.opportunity h2{font:600 34px/1.08 Iowan Old Style,Georgia,serif;margin:8px 0}.money{font-size:54px;letter-spacing:-.05em;color:var(--green);font-weight:750}.rate-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.rate{padding:17px;background:#f8f6f1;border-radius:16px}.rate strong{font-size:24px;display:block}.evidence{padding:0;margin:18px 0 0;list-style:none}.evidence li{padding:10px 0;border-top:1px solid var(--line);color:var(--muted)}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-block;padding:13px 17px;border-radius:999px;background:var(--ink);color:white;font-weight:700;border:0}.btn.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.quiet{color:var(--muted);font-size:13px}.form{padding:26px;margin-top:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:block}.field.full{grid-column:1/-1}.field span{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field small{color:var(--muted)}input{width:100%;padding:14px;border:1px solid var(--line);border-radius:14px;background:white;color:var(--ink);font-size:16px}.check{display:flex;align-items:center;gap:8px}.check input{width:auto}.preview-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.preview-row a{padding:18px;background:white;border:1px solid var(--line);border-radius:18px;text-align:center;font-weight:700}.footer{text-align:center;color:#999;font-size:11px;padding:28px}@media(max-width:600px){.nav{display:none}.content{padding:24px 18px 42px}.hero-title{font-size:44px}.form-grid,.rate-grid,.preview-row{grid-template-columns:1fr}.field.full{grid-column:auto}.money{font-size:48px}}

/* Story 2 — Host Today */
.today-content{padding-top:42px}.today-intro{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:36px;align-items:end;padding-bottom:34px;border-bottom:1px solid var(--line)}.today-intro .hero-title{margin-bottom:8px}.value-lockup{text-align:right}.value-lockup span,.value-lockup small{display:block;color:var(--muted);font-size:12px}.value-lockup strong{display:block;color:var(--green);font-size:42px;letter-spacing:-.05em;line-height:1.05;margin:6px 0}.advantage-list{margin:8px 0 34px}.advantage-item{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:28px 0;border-bottom:1px solid var(--line)}.advantage-number{font:500 22px/1 Iowan Old Style,Georgia,serif;color:#a49f96}.advantage-main h2{font-size:34px;line-height:1.05;margin:7px 0 10px}.advantage-main>p{color:var(--muted);font-size:16px;max-width:620px}.recommendation-line{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;margin-top:16px;border-top:1px solid var(--line);font-weight:700}.recommendation-line strong{color:var(--green);white-space:nowrap}.advantage-item details{margin-top:5px}.advantage-item summary{cursor:pointer;font-size:13px;font-weight:750;color:var(--green);list-style:none}.advantage-item summary::-webkit-details-marker{display:none}.under-control{display:grid;grid-template-columns:1fr 1.25fr;gap:28px;background:#f4f1ea;border-radius:24px;padding:26px;margin:34px 0}.under-control h2{font-size:31px;margin:8px 0}.quiet-list{display:grid}.quiet-row{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.07)}.quiet-row:last-child{border-bottom:0}.quiet-row>span{color:var(--green);font-weight:800}.quiet-row strong,.quiet-row small{display:block}.quiet-row small{color:var(--muted);margin-top:3px}.running-value{text-align:center;padding:34px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.running-value span,.running-value small{display:block;color:var(--muted)}.running-value strong{display:block;font-size:46px;color:var(--green);letter-spacing:-.05em;margin:6px 0}.running-value small{font-size:12px}@media(max-width:650px){.today-intro{grid-template-columns:1fr;gap:18px}.value-lockup{text-align:left}.value-lockup strong{font-size:38px}.advantage-item{grid-template-columns:34px 1fr;gap:10px}.advantage-main h2{font-size:29px}.recommendation-line{align-items:flex-start;flex-direction:column;gap:5px}.under-control{grid-template-columns:1fr}.running-value strong{font-size:39px}}


/* Story 2: property-first Wandering Whiskers brand */
:root{
  --brand-olive:#46562e;
  --brand-olive-dark:#303d21;
  --brand-rust:#b86d4c;
  --brand-cream:#f4ecdf;
  --brand-paper:#fbf8f1;
  --brand-brown:#5a3a24;
}
body{background:#eee8df;color:#2f291f}
.shell{background:var(--brand-paper)}
.property-topbar{min-height:96px;padding-top:8px;padding-bottom:8px}
.property-brand{display:flex;align-items:center;gap:12px;min-width:0}
.property-brand img{width:82px;height:76px;object-fit:contain;flex:0 0 auto}
.property-brand-copy{display:block;min-width:0}
.property-brand-copy strong{
  display:block;
  font:600 19px/1.05 Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
  color:var(--brand-brown);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.property-brand-copy small{
  display:block;margin-top:5px;color:var(--muted);font-size:10px;
  text-transform:uppercase;letter-spacing:.1em;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.nav a.active,.brand-btn{background:var(--brand-olive-dark)!important}
.eyebrow,.value-lockup strong,.recommendation-line strong,.running-value strong{color:var(--brand-olive)}
.today-intro{position:relative}
.today-intro:after{
  content:"";position:absolute;right:0;bottom:-1px;width:120px;height:3px;
  background:linear-gradient(90deg,var(--brand-rust),transparent);
}
.advantage-item.featured{
  background:linear-gradient(135deg,rgba(244,236,223,.82),rgba(251,248,241,0));
  margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px;border-radius:22px;
}
.under-control{background:var(--brand-cream)}
.property-output-brand{
  display:flex;align-items:center;justify-content:center;gap:12px;
  padding:14px 18px;background:var(--brand-paper);
  border-bottom:1px solid var(--line);text-align:left;
}
.property-output-brand img{width:72px;height:66px;object-fit:contain}
.property-output-brand strong{
  display:block;font:600 18px/1.05 Iowan Old Style,Georgia,serif;color:var(--brand-brown)
}
.property-output-brand small{
  display:block;margin-top:4px;color:var(--muted);font-size:10px;
  text-transform:uppercase;letter-spacing:.1em
}
@media(max-width:600px){
  .property-topbar{min-height:78px}
  .property-brand img{width:62px;height:58px}
  .property-brand-copy strong{font-size:16px}
  .property-brand-copy small{display:none}
}

/* Story 2 logo sizing refinement */
.property-brand img{
  width:46px;
  height:46px;
}

.property-output-brand img{
  width:44px;
  height:44px;
}

.property-topbar{
  min-height:68px;
}

@media(max-width:600px){
  .property-brand img{
    width:40px;
    height:40px;
  }

  .property-output-brand img{
    width:38px;
    height:38px;
  }

  .property-topbar{
    min-height:62px;
  }
}

/* Story 2 logo sizing refinement */
.property-brand img{
  width:46px;
  height:46px;
}

.property-output-brand img{
  width:44px;
  height:44px;
}

.property-topbar{
  min-height:68px;
}

@media(max-width:600px){
  .property-brand img{
    width:40px;
    height:40px;
  }

  .property-output-brand img{
    width:38px;
    height:38px;
  }

  .property-topbar{
    min-height:62px;
  }
}

/* Story 2 logo sizing refinement */
.property-brand img{
  width:46px;
  height:46px;
}

.property-output-brand img{
  width:44px;
  height:44px;
}

.property-topbar{
  min-height:68px;
}

@media(max-width:600px){
  .property-brand img{
    width:40px;
    height:40px;
  }

  .property-output-brand img{
    width:38px;
    height:38px;
  }

  .property-topbar{
    min-height:62px;
  }
}

/* Story 2 approved aligned property header */
.property-header{
  background:#fbf8f1;
  border-bottom:1px solid rgba(70,86,46,.14);
  padding:18px 28px 14px;
}
.property-header-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-width:0;
}
.property-identity{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.property-mark{
  width:88px!important;
  height:88px!important;
  max-width:88px!important;
  max-height:88px!important;
  object-fit:contain!important;
  flex:0 0 88px!important;
  display:block!important;
  margin:0!important;
}
.property-identity-copy{min-width:0}
.property-identity-copy strong{
  display:block;
  color:#405029;
  font:600 34px/1.02 Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
  letter-spacing:-.025em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.property-identity-copy small{
  display:block;
  margin-top:5px;
  color:#746d63;
  font-size:17px;
  line-height:1.2;
}
.property-powered{
  color:#746d63;
  font-size:15px;
  white-space:nowrap;
}
.property-powered strong{color:#405029}
.property-header-nav{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(70,86,46,.12);
  overflow-x:auto;
  scrollbar-width:none;
}
.property-header-nav::-webkit-scrollbar{display:none}
.property-header-nav a{
  flex:0 0 auto;
  padding:10px 18px;
  border-radius:999px;
  color:#2f291f;
  font-weight:700;
  font-size:14px;
}
.property-header-nav a.active{
  background:#405029;
  color:#fff;
}
.property-header-nav a:hover{background:#ece5d8}
.property-header-nav a.active:hover{background:#405029}
@media(max-width:650px){
  .property-header{padding:12px 15px 10px}
  .property-header-main{gap:12px}
  .property-identity{gap:10px}
  .property-mark{
    width:58px!important;height:58px!important;
    max-width:58px!important;max-height:58px!important;
    flex-basis:58px!important;
  }
  .property-identity-copy strong{font-size:22px}
  .property-identity-copy small{font-size:13px}
  .property-powered{display:none}
  .property-header-nav{margin-top:10px;padding-top:10px;gap:6px}
  .property-header-nav a{font-size:12px;padding:8px 12px}
}



/* Story 2 clean guest layout */
:root{
  --north-brand-olive:#405029;
  --north-brand-brown:#5a3a24;
  --north-brand-paper:#fbf8f1;
  --north-brand-line:rgba(70,86,46,.14);
  --north-brand-muted:#746d63;
  --north-brand-cream:#f4ecdf;
}
.guest-page{background:#eee8df}
.guest-shell{
  width:min(1180px,100%);
  margin:0 auto;
  background:var(--north-brand-paper);
  min-height:100vh;
  box-shadow:0 0 60px rgba(57,43,27,.10);
}
.property-header{
  width:100%;
  background:var(--north-brand-paper);
  border-bottom:1px solid var(--north-brand-line);
  padding:18px 28px 14px;
}
.property-header-main{
  display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:0;
}
.property-identity{display:flex;align-items:center;gap:16px;min-width:0}
.property-mark{
  width:84px!important;height:84px!important;min-width:84px!important;
  max-width:84px!important;max-height:84px!important;object-fit:contain!important;
  flex:0 0 84px!important;display:block!important;margin:0!important;
}
.property-identity-copy{display:block;min-width:0}
.property-identity-copy strong{
  display:block;color:var(--north-brand-olive);
  font:600 34px/1.02 Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
  letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.property-identity-copy small{
  display:block;margin-top:5px;color:var(--north-brand-muted);font-size:17px;line-height:1.2;
}
.property-powered{color:var(--north-brand-muted);font-size:15px;white-space:nowrap}
.property-powered strong{color:var(--north-brand-olive)}
.property-header-nav{
  display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:14px;
  border-top:1px solid var(--north-brand-line);overflow-x:auto;scrollbar-width:none;
}
.property-header-nav::-webkit-scrollbar{display:none}
.property-header-nav a{
  flex:0 0 auto;padding:10px 18px;border-radius:999px;color:#2f291f;font-weight:700;font-size:14px;
}
.property-header-nav a.active{background:var(--north-brand-olive);color:#fff}
.property-header-nav a:not(.active):hover{background:#eee7da}
.guest-hero-image{
  width:100%;height:min(62vw,620px);min-height:430px;
  background:url('/static/hero.jpeg') center/cover no-repeat;
}
.guest-intro{padding:38px 54px 34px}
.guest-intro .welcome{color:var(--north-brand-olive);font-size:15px}
.guest-intro h1{
  color:#171714;font-size:64px;line-height:.98;letter-spacing:-.045em;margin:5px 0 16px;
}
.guest-intro>p{color:var(--north-brand-muted);font-size:19px;max-width:760px}
.guest-features{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.guest-features span{
  background:#fff;border:1px solid var(--north-brand-line);padding:10px 14px;border-radius:999px;font-size:13px;
}
.guest-section{padding:26px 54px 46px}
.guest-section-heading h2{font-size:44px;line-height:1;margin:7px 0 10px;color:var(--north-brand-brown)}
.guest-section-heading p{color:var(--north-brand-muted);font-size:16px}
.guest-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.guest-card{
  background:#fff;border:1px solid var(--north-brand-line);border-radius:24px;overflow:hidden;
  box-shadow:0 12px 32px rgba(57,43,27,.07);
}
.guest-card-image{height:220px;background-size:cover;background-position:center}
.guest-card-copy{padding:18px}
.guest-card-copy span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--north-brand-olive);font-weight:800}
.guest-card-copy h3{font-size:25px;line-height:1.08;margin:6px 0;color:var(--north-brand-brown)}
.guest-contact{
  margin:8px 54px 46px;padding:28px;border-radius:24px;background:linear-gradient(135deg,var(--north-brand-cream),#fff);
  border:1px solid var(--north-brand-line);display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.guest-contact h2{font-size:34px;margin:6px 0 8px;color:var(--north-brand-brown)}
.guest-contact p{color:var(--north-brand-muted);max-width:680px}
.brand-btn{background:var(--north-brand-olive)!important;border-radius:13px!important;white-space:nowrap}
.guest-footer{
  display:flex;justify-content:space-between;gap:20px;padding:24px 54px;border-top:1px solid var(--north-brand-line);
  color:var(--north-brand-muted);font-size:12px;
}
.guest-footer strong{color:var(--north-brand-olive)}
@media(max-width:850px){
  .guest-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .guest-shell{box-shadow:none}
  .property-header{padding:12px 15px 10px}
  .property-header-main{gap:12px}
  .property-identity{gap:10px}
  .property-mark{
    width:56px!important;height:56px!important;min-width:56px!important;
    max-width:56px!important;max-height:56px!important;flex-basis:56px!important;
  }
  .property-identity-copy strong{font-size:22px}
  .property-identity-copy small{font-size:13px}
  .property-powered{display:none}
  .property-header-nav{margin-top:10px;padding-top:10px;gap:6px}
  .property-header-nav a{font-size:12px;padding:8px 12px}
  .guest-hero-image{height:46vh;min-height:300px}
  .guest-intro,.guest-section{padding-left:20px;padding-right:20px}
  .guest-intro h1{font-size:46px}
  .guest-intro>p{font-size:16px}
  .guest-card-grid{grid-template-columns:1fr}
  .guest-card-image{height:210px}
  .guest-contact{margin:8px 20px 34px;flex-direction:column;align-items:stretch}
  .guest-footer{padding:22px 20px;flex-direction:column}
}



/* Story 2 visual polish — calm, spacious, premium */
:root{
  --north-bg:#f3efe8;
  --north-paper:#f8f5ef;
  --north-surface:#fdfbf7;
  --north-ink:#241f1a;
  --north-muted:#746d63;
  --north-olive:#405029;
  --north-olive-soft:#e8ecdf;
  --north-rust:#b86d4c;
  --north-line:rgba(64,80,41,.10);
  --north-shadow:0 18px 55px rgba(59,45,28,.08);
  --north-shadow-hover:0 24px 70px rgba(59,45,28,.13);
  --north-radius-lg:30px;
  --north-radius-md:22px;
}

html{background:var(--north-bg)}
body{
  background:var(--north-bg)!important;
  color:var(--north-ink)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.shell,.guest-shell{
  background:var(--north-paper)!important;
  box-shadow:0 0 80px rgba(57,43,27,.08)!important;
}

/* Header: property first, quieter North */
.property-header{
  padding:22px 38px 18px!important;
  background:rgba(248,245,239,.94)!important;
  backdrop-filter:blur(22px);
  border-bottom:1px solid var(--north-line)!important;
}
.property-header-main{gap:30px!important}
.property-identity{gap:18px!important}
.property-mark{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  max-height:72px!important;
  flex-basis:72px!important;
}
.property-identity-copy strong{
  font-size:38px!important;
  color:var(--north-olive)!important;
  letter-spacing:-.035em!important;
}
.property-identity-copy small{
  margin-top:7px!important;
  color:var(--north-muted)!important;
  font-size:16px!important;
}
.property-powered{
  font-size:12px!important;
  opacity:.72;
}
.property-header-nav{
  gap:10px!important;
  margin-top:18px!important;
  padding-top:16px!important;
  border-top:0!important;
}
.property-header-nav a{
  padding:10px 17px!important;
  border-radius:999px!important;
  color:#3d372f!important;
  font-size:13px!important;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.property-header-nav a:hover{transform:translateY(-1px)}
.property-header-nav a.active{
  background:var(--north-olive)!important;
  color:white!important;
  box-shadow:0 7px 18px rgba(64,80,41,.16);
}

/* Guest hero: immersive and editorial */
.guest-hero{position:relative;overflow:hidden}
.guest-hero-image{
  min-height:520px!important;
  height:min(64vw,680px)!important;
  background-position:center 48%!important;
  transform:scale(1.001);
}
.guest-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(transparent,rgba(36,31,26,.16));
  pointer-events:none;
}
.guest-intro{
  padding:56px 66px 50px!important;
  max-width:980px;
}
.guest-intro .welcome{
  color:var(--north-muted)!important;
  font-size:15px!important;
}
.guest-intro h1{
  margin:7px 0 20px!important;
  font-size:72px!important;
  line-height:.95!important;
  color:var(--north-ink)!important;
}
.guest-intro>p{
  max-width:760px!important;
  color:var(--north-muted)!important;
  font-size:18px!important;
  line-height:1.65!important;
}
.guest-features{
  gap:9px!important;
  margin-top:26px!important;
}
.guest-features span{
  background:transparent!important;
  border:0!important;
  padding:8px 12px!important;
  color:#4b453c!important;
  font-size:13px!important;
}
.guest-features span:first-child{padding-left:0!important}

/* Section hierarchy */
.guest-section{
  padding:42px 66px 72px!important;
}
.guest-section-heading .eyebrow{
  color:var(--north-muted)!important;
}
.guest-section-heading h2{
  margin:10px 0 14px!important;
  font-size:52px!important;
  letter-spacing:-.035em;
  color:var(--north-ink)!important;
}
.guest-section-heading p{
  max-width:680px;
  color:var(--north-muted)!important;
  font-size:16px!important;
  line-height:1.55;
}

/* Cards: image-led, quiet chrome */
.guest-card-grid{
  gap:24px!important;
  margin-top:34px!important;
}
.guest-card{
  border:0!important;
  border-radius:var(--north-radius-lg)!important;
  overflow:hidden;
  background:var(--north-surface)!important;
  box-shadow:var(--north-shadow)!important;
  transition:transform .28s ease,box-shadow .28s ease;
}
.guest-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--north-shadow-hover)!important;
}
.guest-card-image{
  height:270px!important;
  transition:transform .45s ease;
}
.guest-card:hover .guest-card-image{transform:scale(1.025)}
.guest-card-copy{
  padding:24px 24px 27px!important;
}
.guest-card-copy span{
  color:var(--north-muted)!important;
  font-size:10px!important;
}
.guest-card-copy h3{
  margin:9px 0 0!important;
  font-size:29px!important;
  color:var(--north-ink)!important;
}

/* Contact card */
.guest-contact{
  margin:0 66px 70px!important;
  padding:36px!important;
  border:0!important;
  border-radius:var(--north-radius-lg)!important;
  background:linear-gradient(145deg,#eee8dc,var(--north-surface))!important;
  box-shadow:var(--north-shadow)!important;
}
.guest-contact h2{
  margin:8px 0 12px!important;
  font-size:39px!important;
  color:var(--north-ink)!important;
}
.guest-contact p{line-height:1.6}
.brand-btn,.btn{
  background:var(--north-olive)!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(64,80,41,.16);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.brand-btn:hover,.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(64,80,41,.22);
  filter:brightness(1.04);
}

/* Footer */
.guest-footer{
  padding:30px 66px!important;
  border-top:1px solid var(--north-line)!important;
  color:var(--north-muted)!important;
}

/* Host Today: less dashboard, more briefing */
.today-content{padding:64px 58px 76px!important}
.today-intro{
  gap:50px!important;
  padding-bottom:48px!important;
  border-bottom:1px solid var(--north-line)!important;
}
.today-intro .hero-title{
  font-size:68px!important;
  margin:12px 0 16px!important;
}
.today-intro .lead{
  max-width:620px;
  font-size:18px!important;
  line-height:1.6;
}
.value-lockup strong{
  margin:9px 0!important;
  font-size:50px!important;
}
.advantage-list{margin-top:24px!important}
.advantage-item{
  padding:42px 0!important;
  border-bottom:1px solid var(--north-line)!important;
}
.advantage-item.featured{
  margin:18px -28px 0!important;
  padding:38px 28px!important;
  border-radius:var(--north-radius-lg)!important;
  background:linear-gradient(145deg,#eee8dc,var(--north-paper))!important;
}
.advantage-main h2{
  margin:10px 0 14px!important;
  font-size:42px!important;
  color:var(--north-ink)!important;
}
.advantage-main>p{line-height:1.62}
.recommendation-line{
  padding-top:20px!important;
  margin-top:23px!important;
  border-top:1px solid var(--north-line)!important;
}
.under-control{
  margin:52px 0!important;
  padding:36px!important;
  border-radius:var(--north-radius-lg)!important;
  background:#eee8dc!important;
}
.running-value{
  padding:48px 24px!important;
  border-color:var(--north-line)!important;
}
.running-value strong{font-size:54px!important}
.preview-row{gap:16px!important;margin-top:34px!important}
.preview-row a{
  border:0!important;
  background:var(--north-surface)!important;
  border-radius:var(--north-radius-md)!important;
  box-shadow:var(--north-shadow)!important;
  transition:transform .2s ease,box-shadow .2s ease;
}
.preview-row a:hover{
  transform:translateY(-3px);
  box-shadow:var(--north-shadow-hover)!important;
}

/* Setup */
.content{padding-top:52px}
.form{
  margin-top:30px!important;
  padding:34px!important;
  border:0!important;
  border-radius:var(--north-radius-lg)!important;
  box-shadow:var(--north-shadow)!important;
  background:var(--north-surface)!important;
}
input{
  border:1px solid rgba(64,80,41,.12)!important;
  background:#fffefa!important;
  border-radius:15px!important;
}
input:focus{
  outline:0;
  border-color:rgba(64,80,41,.45)!important;
  box-shadow:0 0 0 4px rgba(64,80,41,.08);
}

/* Gentle entrance motion */
@media(prefers-reduced-motion:no-preference){
  .guest-intro,.guest-section,.today-intro,.advantage-item,.under-control{
    animation:north-rise .55s ease both;
  }
  .advantage-item:nth-child(2){animation-delay:.06s}
  .advantage-item:nth-child(3){animation-delay:.12s}
  @keyframes north-rise{
    from{opacity:0;transform:translateY(10px)}
    to{opacity:1;transform:none}
  }
}

@media(max-width:850px){
  .guest-intro,.guest-section{padding-left:34px!important;padding-right:34px!important}
  .guest-contact{margin-left:34px!important;margin-right:34px!important}
  .guest-footer{padding-left:34px!important;padding-right:34px!important}
}

@media(max-width:650px){
  .property-header{padding:13px 16px 11px!important}
  .property-mark{
    width:54px!important;height:54px!important;
    min-width:54px!important;max-width:54px!important;
    max-height:54px!important;flex-basis:54px!important;
  }
  .property-identity-copy strong{font-size:23px!important}
  .property-identity-copy small{font-size:12px!important}
  .property-header-nav{margin-top:11px!important;padding-top:9px!important}
  .property-header-nav a{padding:8px 12px!important;font-size:12px!important}

  .guest-hero-image{height:47vh!important;min-height:310px!important}
  .guest-intro{padding:34px 21px 38px!important}
  .guest-intro h1{font-size:49px!important}
  .guest-intro>p{font-size:16px!important}
  .guest-section{padding:30px 21px 50px!important}
  .guest-section-heading h2{font-size:40px!important}
  .guest-card-grid{gap:18px!important}
  .guest-card-image{height:230px!important}
  .guest-contact{
    margin:0 21px 45px!important;
    padding:27px!important;
  }
  .guest-contact h2{font-size:32px!important}
  .guest-footer{padding:25px 21px!important}

  .today-content{padding:42px 20px 58px!important}
  .today-intro .hero-title{font-size:50px!important}
  .value-lockup strong{font-size:40px!important}
  .advantage-item.featured{margin-left:-8px!important;margin-right:-8px!important;padding:30px 18px!important}
  .advantage-main h2{font-size:32px!important}
  .under-control{padding:28px!important}
  .running-value strong{font-size:42px!important}
}

/* Story 3 — Build My Property pipeline */
.build-page{min-height:100vh;background:var(--north-bg,#f3efe8);padding:32px 18px;color:var(--north-ink,#241f1a)}
.build-shell{width:min(720px,100%);margin:0 auto;background:var(--north-paper,#f8f5ef);border-radius:34px;padding:54px;box-shadow:0 24px 80px rgba(57,43,27,.10)}
.build-brand{font:600 16px/1 Iowan Old Style,Georgia,serif;letter-spacing:.09em;color:var(--north-olive,#405029);margin-bottom:54px}
.build-shell h1{font-size:58px;line-height:.98;letter-spacing:-.05em;margin:10px 0 15px}
.build-message{font-size:18px;color:var(--north-muted,#746d63);margin-bottom:34px}
.build-progress{height:8px;background:#e6dfd3;border-radius:999px;overflow:hidden}
.build-progress-bar{height:100%;background:var(--north-olive,#405029);border-radius:999px;transition:width .35s ease}
.build-percent{text-align:right;margin-top:8px;color:var(--north-muted,#746d63);font-size:12px}
.build-steps{list-style:none;padding:0;margin:32px 0;display:grid;gap:3px}
.build-steps li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:15px 0;border-bottom:1px solid rgba(64,80,41,.09);color:#8a8378}
.build-steps li:last-child{border-bottom:0}
.build-step-icon{width:20px;height:20px;border:1.5px solid #b5aea4;border-radius:50%;margin-top:1px;position:relative}
.build-steps li.running{color:var(--north-ink,#241f1a)}
.build-steps li.running .build-step-icon{border-color:var(--north-olive,#405029);border-top-color:transparent;animation:north-spin .8s linear infinite}
.build-steps li.complete{color:var(--north-ink,#241f1a)}
.build-steps li.complete .build-step-icon{background:var(--north-olive,#405029);border-color:var(--north-olive,#405029)}
.build-steps li.complete .build-step-icon:after{content:'✓';position:absolute;inset:-1px 0 0;color:#fff;font-size:13px;text-align:center;font-weight:800}
.build-steps li.failed .build-step-icon{background:#a74635;border-color:#a74635}
.build-steps strong,.build-steps small{display:block}.build-steps small{margin-top:4px;color:var(--north-muted,#746d63);font-size:12px}
.build-value{margin:30px 0;padding:27px;text-align:center;background:#eee8dc;border-radius:26px}
.build-value span,.build-value strong{display:block}.build-value span{color:var(--north-muted,#746d63);font-size:13px}.build-value strong{color:var(--north-olive,#405029);font-size:46px;letter-spacing:-.05em;margin-top:5px}
.build-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.build-actions .btn{grid-column:1/-1;text-align:center}.build-link{padding:15px;text-align:center;background:#fff;border-radius:16px;font-weight:700;box-shadow:0 12px 30px rgba(57,43,27,.06)}
.build-error{padding:20px;background:#f5e5e1;border-radius:18px;color:#7b3024;margin:25px 0}
.ready-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}.ready-grid a{padding:22px;background:#fff;border-radius:20px;box-shadow:0 12px 32px rgba(57,43,27,.07)}.ready-grid strong,.ready-grid span{display:block}.ready-grid span{color:var(--north-muted,#746d63);font-size:12px;margin-top:7px;line-height:1.4}
@keyframes north-spin{to{transform:rotate(360deg)}}
@media(max-width:650px){.build-page{padding:0}.build-shell{min-height:100vh;border-radius:0;padding:38px 21px}.build-brand{margin-bottom:42px}.build-shell h1{font-size:47px}.build-actions,.ready-grid{grid-template-columns:1fr}.build-actions .btn{grid-column:auto}.build-value strong{font-size:39px}}

/* Story 4 — Preview and Publish */
.publish-shell{width:min(760px,100%)}
.publish-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:36px}
.status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em}
.status-pill:before{content:'';width:8px;height:8px;border-radius:50%;background:currentColor}
.status-pill.live{background:#e2ead8;color:#405029}.status-pill.draft{background:#eee8dc;color:#77694d}
.published-time{font-size:12px;color:var(--north-muted,#746d63)}
.publish-message{margin:22px 0;padding:15px 18px;border-radius:16px;background:#e2ead8;color:#405029;font-weight:700}
.publish-card{margin:30px 0;padding:29px;border-radius:26px;background:#fff;box-shadow:0 14px 38px rgba(57,43,27,.07);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.publish-card-label{display:block;color:var(--north-muted,#746d63);font-size:12px;margin-bottom:7px}.publish-card strong{font:600 31px/1.05 Iowan Old Style,Georgia,serif}.publish-card p{max-width:450px;color:var(--north-muted,#746d63);line-height:1.55;margin:11px 0 0}
.publish-links{display:grid;gap:10px;min-width:180px}.publish-links .build-link{white-space:nowrap}
.publish-actions{display:flex;align-items:center;gap:20px;margin-top:25px}.publish-actions form{margin:0}.publish-actions .btn{border:0;cursor:pointer}.publish-actions .btn:disabled{opacity:.42;cursor:not-allowed;transform:none}
.text-button{border:0;background:transparent;color:#7b3024;font:700 13px/1 inherit;cursor:pointer;padding:12px}
.ready-publish{margin-top:25px;padding:22px 24px;border-radius:22px;background:#eee8dc;display:flex;align-items:center;justify-content:space-between;gap:18px}.ready-publish span,.ready-publish strong{display:block}.ready-publish span{font-size:12px;color:var(--north-muted,#746d63);margin-bottom:4px}.ready-publish strong{font-size:20px}.ready-publish .btn{white-space:nowrap}
@media(max-width:650px){.publish-status-row,.publish-card,.ready-publish{display:grid;grid-template-columns:1fr}.publish-links{min-width:0}.publish-actions{align-items:stretch;flex-direction:column}.publish-actions form,.publish-actions .btn{width:100%}.published-time{margin-top:-7px}.ready-publish .btn{text-align:center}}


/* Story 4.5 — working guest links and map */
.guest-map-section{padding:18px 66px 58px}
.guest-map-copy{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px}
.guest-map-copy h2{font-size:48px;line-height:1;margin:8px 0 12px;letter-spacing:-.035em}
.guest-map-copy p{margin:0;color:var(--north-muted);font-size:15px}
.map-directions{white-space:nowrap;background:transparent!important;color:var(--north-olive)!important;border:1px solid var(--north-line)!important;box-shadow:none!important}
.guest-map-frame{height:430px;border-radius:30px;overflow:hidden;background:#e9e4dc;box-shadow:var(--north-shadow)}
.guest-map-frame iframe{width:100%;height:100%;border:0;display:block}
.guest-card-primary{display:block}
.guest-card-copy p{margin:10px 0 0;color:var(--north-muted);font-size:13px}
.guest-card-actions{display:flex;gap:8px;padding:0 24px 22px}
.guest-card-actions a{flex:1;padding:11px 12px;border-radius:12px;background:var(--north-olive-soft);color:var(--north-olive);font-size:13px;font-weight:800;text-align:center}
.guest-card-actions a:hover{filter:brightness(.97)}
@media(max-width:650px){
  .guest-map-section{padding:10px 20px 42px}
  .guest-map-copy{align-items:stretch;flex-direction:column;gap:16px}
  .guest-map-copy h2{font-size:38px}
  .map-directions{text-align:center}
  .guest-map-frame{height:330px;border-radius:22px}
}

/* Story 5 — Opportunity Intelligence */
.opportunity-timeline{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:34px 0 48px}
.timeline-day{min-width:0;padding:17px 14px;border:1px solid rgba(64,80,41,.10);border-radius:19px;background:rgba(255,255,255,.55)}
.timeline-day>span,.timeline-day>small,.timeline-day>strong,.timeline-day>em{display:block}
.timeline-day>span{font-weight:800;font-size:13px}.timeline-day>small{color:var(--north-muted);font-size:11px;margin:3px 0 14px}
.timeline-day>strong{font-size:17px;letter-spacing:-.025em;color:var(--north-olive)}.timeline-day>em{font-style:normal;color:var(--north-muted);font-size:10px;margin-top:5px}
.timeline-day.has-opportunity{background:var(--north-olive-soft);border-color:rgba(64,80,41,.18)}.timeline-day .no-change{color:var(--north-muted);font-size:14px}
.recommendation-meta{display:flex;align-items:center;justify-content:space-between;gap:18px}
.confidence-badge{white-space:nowrap;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;background:#eee8dc;color:#77694d}
.confidence-badge.high{background:#e2ead8;color:#405029}.confidence-badge.low{background:#f3e5df;color:#8a4637}
.recommendation-action{display:inline-block;margin:3px 0 10px;padding:7px 11px;border-radius:10px;background:var(--north-olive-soft);color:var(--north-olive);font-size:12px;font-weight:800}
.explainability-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:24px;margin-top:18px}.explainability-grid h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--north-muted)}
.no-action-card{padding:42px;border-radius:28px;background:#fff;box-shadow:var(--north-shadow)}.no-action-card h2{font-size:40px;margin:10px 0}
@media(max-width:900px){.opportunity-timeline{grid-template-columns:repeat(4,1fr)}.explainability-grid{grid-template-columns:1fr}}
@media(max-width:650px){.opportunity-timeline{display:flex;overflow-x:auto;padding-bottom:8px}.timeline-day{min-width:128px}.recommendation-meta{align-items:flex-start;flex-direction:column;gap:8px}.confidence-badge{white-space:normal}}

/* Sprint 1 RC1 — reliability overrides */
input,select,textarea{
  background:#fff!important;
  color:var(--north-ink,#241f1a)!important;
  -webkit-text-fill-color:var(--north-ink,#241f1a)!important;
  opacity:1!important;
}
input::placeholder,textarea::placeholder{color:#8a8378!important;-webkit-text-fill-color:#8a8378!important;opacity:1}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{
  -webkit-text-fill-color:var(--north-ink,#241f1a)!important;
  box-shadow:0 0 0 1000px #fff inset!important;
}
.property-header-nav{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none}
.property-header-nav a{flex:0 0 auto!important}
.guest-card-image{background-color:#e8e2d8;background-image:linear-gradient(135deg,#eee9e0,#ddd6ca)}
.guest-card-image[style*="url('')"],.guest-card-image[style*='url("")']{background-image:linear-gradient(135deg,#eee9e0,#ddd6ca)!important}
.diagnostics-page{padding-bottom:70px}.diagnostic-summary{margin:28px 0;padding:22px 24px;border-radius:22px;display:flex;justify-content:space-between;gap:18px;align-items:center}.diagnostic-summary strong,.diagnostic-summary span{display:block}.diagnostic-summary.healthy{background:#e2ead8;color:#405029}.diagnostic-summary.attention{background:#f3e5df;color:#8a4637}.diagnostic-summary span{font-size:13px}.diagnostic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.diagnostic-card{background:#fff;border:1px solid var(--north-line,#ded7cb);border-radius:18px;padding:18px;display:flex;align-items:center;gap:13px}.diagnostic-card strong,.diagnostic-card small{display:block}.diagnostic-card small{margin-top:3px;color:var(--north-muted,#746d63)}.diagnostic-indicator{width:11px;height:11px;border-radius:50%;flex:none}.diagnostic-indicator.pass{background:#5f7544;box-shadow:0 0 0 5px #e2ead8}.diagnostic-indicator.fail{background:#a74635;box-shadow:0 0 0 5px #f3e5df}.diagnostic-detail{padding:25px;margin-top:18px}.diagnostic-detail h2{margin-top:0}.diagnostic-list>div{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid var(--north-line,#ded7cb);font-size:13px}.diagnostic-list span{overflow-wrap:anywhere;color:var(--north-muted,#746d63)}
@media(max-width:650px){.diagnostic-summary{align-items:flex-start;flex-direction:column}.diagnostic-grid{grid-template-columns:1fr}}

/* Story 1.1 — diagnostics dashboard */
.diagnostic-summary{border:1px solid transparent;box-shadow:0 12px 35px rgba(39,35,29,.06)}
.diagnostic-summary.healthy{background:#edf7ed;border-color:#cce8cc;color:#285b2e}
.diagnostic-summary.warning{background:#fff8e5;border-color:#f0dfa7;color:#755b0d}
.diagnostic-summary.error{background:#fff0ee;border-color:#edcbc5;color:#8a3428}
.diagnostic-kicker{font-size:11px!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.72;margin-bottom:5px}
.diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.diagnostic-card{display:block;border-top:4px solid #4f8a52;border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(39,35,29,.05)}
.diagnostic-card.warning{border-top-color:#d2a827}.diagnostic-card.error{border-top-color:#c84f3b}
.diagnostic-card-heading{display:flex;align-items:center;gap:13px}
.diagnostic-card p{color:#5f5a52;font-size:14px;line-height:1.5;margin:15px 0 12px}
.diagnostic-card code{display:block;padding:9px 11px;border-radius:10px;background:#f6f4f0;color:#635e56;font-size:11px;overflow-wrap:anywhere;white-space:normal}
.diagnostic-indicator.healthy{background:#4f8a52;box-shadow:0 0 0 5px #e4f2e4}
.diagnostic-indicator.warning{background:#d2a827;box-shadow:0 0 0 5px #fff3ca}
.diagnostic-indicator.error{background:#c84f3b;box-shadow:0 0 0 5px #f9dfda}
.diagnostic-fix{margin-top:14px;padding:12px 13px;border-radius:12px;background:#faf8f4;font-size:12px;line-height:1.45}
.diagnostic-fix strong{margin-bottom:3px}
@media(max-width:700px){.diagnostic-grid{grid-template-columns:1fr}.diagnostic-card{padding:18px}.diagnostic-list>div{align-items:flex-start;flex-direction:column;gap:4px}}

/* Pilot operations */
.pilot-status{margin:22px 0;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pilot-status h2{margin:5px 0}.pilot-status p{margin:6px 0;color:var(--north-muted)}.pilot-actions{display:flex;align-items:center;gap:16px}.pilot-actions form{margin:0}.pilot-error,.publish-error{color:#8a3428!important}.run-history{padding:22px 24px;margin-bottom:22px}.run-history h2{margin-top:0}.run-history>div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid var(--north-line);font-size:13px}.run-success{color:#285b2e}.run-failed{color:#8a3428}.run-skipped{color:#755b0d}@media(max-width:650px){.pilot-status{align-items:flex-start;flex-direction:column}.pilot-actions{width:100%;justify-content:space-between}}

/* Premium guest experience */
.premium-guest{margin:0;background:#f5f3ef;color:#171715;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.premium-guest *{box-sizing:border-box}.premium-shell{max-width:1480px;margin:auto;overflow:hidden;background:#faf9f6}.premium-nav{position:sticky;top:0;z-index:20;height:76px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(250,249,246,.86);backdrop-filter:blur(22px) saturate(160%);border-bottom:1px solid rgba(20,20,18,.06)}.premium-brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.premium-brand img{width:38px;height:38px;object-fit:contain}.premium-brand span{display:grid}.premium-brand strong{font-size:14px;letter-spacing:-.01em}.premium-brand small{font-size:11px;color:#787871}.premium-nav nav{display:flex;gap:28px}.premium-nav nav a{color:#464641;text-decoration:none;font-size:13px;font-weight:600}.premium-hero{min-height:680px;display:grid;grid-template-columns:1.15fr .85fr;margin:18px clamp(18px,3vw,46px) 0;border-radius:36px;overflow:hidden;background:#e8e3da}.premium-hero-photo{min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ded9cf}.premium-hero-photo img{display:block;width:100%;height:100%;min-height:620px;object-fit:contain;background:#ded9cf}.premium-hero-copy{padding:clamp(48px,7vw,104px);display:flex;flex-direction:column;justify-content:center}.premium-kicker{margin:0 0 14px!important;color:#6f7369!important;text-transform:uppercase;font-size:11px!important;line-height:1.2!important;font-weight:750;letter-spacing:.14em}.premium-hero h1{font-size:clamp(46px,5vw,78px);line-height:.99;letter-spacing:-.055em;margin:0 0 28px;font-weight:650}.premium-hero-copy>p:not(.premium-kicker){font-size:18px;line-height:1.5;color:#5f605a;max-width:460px}.premium-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.premium-pills span{padding:10px 14px;border-radius:100px;background:rgba(255,255,255,.68);font-size:12px;font-weight:650}.premium-section{padding:clamp(72px,9vw,128px) clamp(22px,6vw,92px) 0}.premium-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:28px}.premium-heading h2,.stay-section h2{font-size:clamp(38px,4.5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:0;font-weight:630}.premium-heading>p{max-width:360px;margin:0;color:#73736d;line-height:1.5}.premium-heading>a{color:#27684d;text-decoration:none;font-size:14px;font-weight:700}.card-rail{display:flex;gap:18px;overflow-x:auto;padding:2px 2px 20px;scroll-snap-type:x mandatory;scrollbar-width:none}.card-rail::-webkit-scrollbar{display:none}.place-card{min-width:0;display:block;overflow:hidden;border-radius:24px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 2px 12px rgba(29,29,26,.04),0 18px 45px rgba(29,29,26,.05);transition:transform .28s ease,box-shadow .28s ease}.place-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(29,29,26,.12)}.rail-card{flex:0 0 min(340px,82vw);scroll-snap-align:start}.place-art{height:190px;position:relative;display:flex;align-items:flex-end;padding:18px;background:linear-gradient(145deg,#8d9a88,#d9cfbd)}.place-art img,.event-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.place-art:after,.event-art:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.35));pointer-events:none}.place-art span{z-index:1;color:#fff;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.art-eat-drink{background:linear-gradient(145deg,#ae7658,#e6c5a1)}.art-nearby{background:linear-gradient(145deg,#496b56,#a9b99a)}.art-pets{background:linear-gradient(145deg,#6f7966,#c2b69f)}.art-essentials{background:linear-gradient(145deg,#5e7182,#c1ccd1)}.place-copy{padding:22px}.place-copy h3,.event-card h3{font-size:19px;line-height:1.18;letter-spacing:-.025em;margin:0 0 9px}.place-copy p,.event-card p{color:#70706a;font-size:13px;line-height:1.45;margin:0 0 16px}.place-copy small{color:#4b725e;font-weight:700}.event-section{background:#181a18;margin-top:110px;padding-bottom:100px;color:#f7f5ef}.event-section .premium-kicker,.event-section .event-card p{color:#aeb4aa!important}.event-section .premium-heading>a{color:#b9ddc8}.event-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.event-card{color:inherit;text-decoration:none}.event-art{height:220px;position:relative;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#3f5548,#806f5e);margin-bottom:20px}.event-card>div:last-child>span{font-size:11px;color:#b9ddc8;font-weight:750;text-transform:uppercase;letter-spacing:.09em}.preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.preview-grid .place-art{height:170px}.category-section:nth-of-type(even) .place-card{background:#f0eee9}.stay-section{margin:120px clamp(18px,3vw,46px) 40px;padding:clamp(34px,5vw,72px);display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;border-radius:36px;background:#dfe5df}.stay-section>div>p:not(.premium-kicker){color:#596159}.stay-actions{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.stay-actions a{padding:13px 18px;border-radius:100px;background:#fff;color:#253d31;text-decoration:none;font-size:13px;font-weight:700}.stay-map{height:400px;border-radius:25px;overflow:hidden;background:#ced5ce}.stay-map iframe{width:100%;height:100%;border:0}.premium-footer{padding:38px clamp(22px,6vw,92px) 50px;display:flex;justify-content:space-between;color:#76766f;font-size:12px}.premium-footer strong{color:#252521}.premium-guest a:focus-visible{outline:3px solid #23805a;outline-offset:3px}
@media(max-width:1000px){.premium-hero{grid-template-columns:1fr;min-height:0}.premium-hero-photo{height:min(62vw,480px);min-height:0}.premium-hero-photo img{height:100%;min-height:0;object-fit:contain}.premium-hero-copy{padding:50px}.preview-grid{grid-template-columns:repeat(3,1fr)}.event-grid{grid-template-columns:repeat(2,1fr)}.stay-section{grid-template-columns:1fr}}
@media(max-width:640px){.premium-nav{height:66px;padding:0 18px}.premium-nav nav{gap:16px}.premium-nav nav a:nth-child(2){display:none}.premium-brand small{display:none}.premium-hero{margin:10px;border-radius:26px}.premium-hero-photo{height:clamp(240px,72vw,340px);min-height:0}.premium-hero-photo img{height:100%;min-height:0;object-fit:contain}.premium-hero-copy{padding:34px 24px 40px}.premium-hero h1{font-size:43px}.premium-section{padding:74px 18px 0}.premium-heading{align-items:flex-end}.premium-heading>p{display:none}.premium-heading h2{font-size:38px}.event-section{margin-top:78px;padding-bottom:76px}.event-grid,.preview-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px}.event-card,.preview-grid .place-card{flex:0 0 82vw;scroll-snap-align:start}.stay-section{margin:78px 10px 20px;padding:34px 22px;border-radius:26px;gap:34px}.stay-map{height:300px}.premium-footer{padding:30px 20px 90px}.place-card:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.place-card{transition:none}.card-rail,.preview-grid,.event-grid{scroll-behavior:auto}}
.category-page{padding-top:80px!important;padding-bottom:100px}.category-page .premium-heading h1{font-size:clamp(48px,7vw,86px);letter-spacing:-.055em;margin:0}.filter-row{display:flex;gap:8px;overflow:auto;margin:32px 0;padding-bottom:4px}.filter-row button{border:0;border-radius:100px;padding:11px 16px;background:#ebe9e3;color:#53534e;font:700 12px inherit;white-space:nowrap;cursor:pointer}.filter-row button.active{background:#1d3026;color:#fff}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-place address{font-style:normal;font-size:11px;line-height:1.4;color:#92928b;margin-top:14px}.category-map{height:460px;margin:34px 0}.category-place[hidden]{display:none}@media(max-width:1000px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.category-page{padding-top:52px!important}.category-grid{grid-template-columns:1fr}.category-page .premium-heading h1{font-size:48px}.category-map{height:330px}}
.photo-attribution{position:absolute;z-index:2;right:9px;top:9px;max-width:80%;padding:4px 7px;border-radius:8px;background:rgba(0,0,0,.68);color:#fff;font-size:9px;line-height:1.25;text-align:right}


/* Host dashboard */
.host-page{margin:0;background:#f3f5f2;color:#1b211e;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.host-page *{box-sizing:border-box}.host-nav{position:sticky;top:0;z-index:30;min-height:72px;padding:12px clamp(18px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-bottom:1px solid #e5e9e4}.host-brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none}.host-brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#183d2d;color:#fff;font-weight:800}.host-brand>span:last-child{display:grid}.host-brand strong{font-size:16px}.host-brand small{font-size:11px;color:#747c77}.host-nav nav{display:flex;align-items:center;gap:22px}.host-nav nav a{color:#315744;text-decoration:none;font-size:13px;font-weight:700}.host-shell{width:min(1080px,calc(100% - 36px));margin:0 auto;padding:42px 0 90px}.host-welcome{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.host-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:#718078}.host-welcome h1,.host-editor-heading h2{margin:0;letter-spacing:-.045em;line-height:1.02}.host-welcome h1{font-size:clamp(38px,6vw,64px)}.host-welcome>div>p:last-child{margin:10px 0 0;color:#6a746e}.host-status{padding:9px 13px;border-radius:999px;background:#e9ece9;color:#59615d;font-size:12px;font-weight:800}.host-status.live{background:#dff2e8;color:#17613f}.host-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:34px}.host-actions a{padding:22px;border-radius:20px;background:#fff;border:1px solid #e3e8e3;color:inherit;text-decoration:none;box-shadow:0 8px 28px rgba(27,43,34,.04)}.host-actions strong,.host-actions span{display:block}.host-actions strong{font-size:15px;margin-bottom:7px}.host-actions span{color:#707a74;font-size:12px;line-height:1.4}.host-editor{overflow:hidden;border:1px solid #dfe5df;border-radius:28px;background:#fff;box-shadow:0 18px 60px rgba(27,43,34,.06)}.host-editor-heading{padding:30px 32px;display:flex;justify-content:space-between;align-items:end;gap:30px;border-bottom:1px solid #e8ece8}.host-editor-heading h2{font-size:32px}.host-editor-heading>p{max-width:390px;margin:0;color:#707a74;font-size:13px;line-height:1.5}.host-form fieldset{margin:0;padding:32px;border:0;border-bottom:1px solid #e8ece8}.host-form legend{padding:0;font-size:18px;font-weight:780;letter-spacing:-.02em}.host-help{margin:8px 0 23px;color:#737c77;font-size:12px;line-height:1.45}.host-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.host-form .field{margin:0}.host-form .field span,.host-upload>span{font-size:12px;font-weight:750;color:#39463f}.host-form input:not([type=checkbox]):not([type=file]){width:100%;margin-top:8px;padding:13px 14px;border:1px solid #d9dfda;border-radius:12px;background:#fbfcfb;font:inherit}.host-form .field small,.host-upload small{display:block;margin-top:7px;color:#7a827d;font-size:11px;line-height:1.4}.host-upload{min-width:0;padding:16px;border:1px solid #dde3de;border-radius:17px;background:#f8faf8}.host-upload img{display:block;width:100%;height:150px;object-fit:contain;margin:12px 0;border-radius:12px;background:#e9ece8}.host-upload img.logo-preview{height:100px}.host-upload input{display:block;width:100%;margin-top:12px;font-size:12px}.host-save{padding:28px 32px;display:flex;align-items:center;gap:22px}.host-save p{margin:0;color:#717a75;font-size:12px;line-height:1.45}.host-save .btn{flex:0 0 auto}
@media(max-width:720px){.host-nav{align-items:flex-start}.host-nav nav{gap:13px;flex-wrap:wrap;justify-content:flex-end}.host-nav nav a{font-size:11px}.host-shell{width:min(100% - 24px,1080px);padding-top:26px}.host-welcome{align-items:flex-start}.host-welcome h1{font-size:38px}.host-actions{grid-template-columns:1fr}.host-editor{border-radius:22px}.host-editor-heading{padding:24px;display:block}.host-editor-heading>p{margin-top:12px}.host-form fieldset{padding:26px 22px}.host-form-grid{grid-template-columns:1fr}.host-form .full{grid-column:auto}.host-save{padding:24px 22px;display:block}.host-save .btn{width:100%;margin-bottom:12px}.host-status{white-space:nowrap}}


/* Owner accounts and multi-property portfolio */
.account-page{min-height:100vh;background:linear-gradient(145deg,#f7f3ec,#eef2ec);display:grid;place-items:center;padding:24px}
.account-shell{width:min(100%,520px)}
.account-logo{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;margin:0 0 18px 8px}
.account-logo span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--ink);color:#fff;font-weight:800}
.account-logo strong{font-size:1.2rem}
.account-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(24px,6vw,42px);box-shadow:var(--shadow)}
.account-card h1{font-size:clamp(2rem,8vw,3.4rem);line-height:.98;margin:.25rem 0 1rem}
.account-form{display:grid;gap:16px;margin:26px 0 18px}
.account-form .btn{width:100%;justify-content:center;margin-top:4px}
.account-message{padding:12px 14px;border-radius:12px;background:#f4ead7;color:#624e2d;margin:18px 0}
.account-switch{text-align:center;color:var(--muted)}
.property-list{display:grid;gap:18px;margin:26px 0 60px}
.property-choice{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}
.property-choice h2{margin:.2rem 0;font-size:1.55rem}
.property-choice p{margin:.2rem 0;color:var(--muted)}
.property-choice .host-status{display:inline-flex;margin-top:12px}
.property-choice.empty{display:block;text-align:center;padding:50px 24px}
.property-choice.empty .btn{margin-top:18px}
@media(max-width:680px){.property-choice{align-items:flex-start;flex-direction:column}.property-choice form,.property-choice .btn{width:100%}.host-nav nav span{display:none}}

.property-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.property-actions form{margin:0}
@media(max-width:680px){.property-actions{width:100%;flex-direction:column}.property-actions form{width:100%}}

.intelligence-list{display:grid;gap:18px;margin-top:24px}
.intelligence-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.intelligence-card.immediate{border-color:#e3a89f;box-shadow:0 18px 45px rgba(160,55,42,.10)}
.intelligence-card h2{margin:12px 0 8px;font-size:1.45rem}
.intelligence-card>p{color:var(--muted);line-height:1.65}
.intelligence-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:.82rem}
.intelligence-note{background:var(--surface-soft,#f6f5f2);border-radius:16px;padding:14px 16px;margin-top:14px}
.intelligence-note p{margin:5px 0 0;line-height:1.55;color:var(--muted)}
.intelligence-source{font-size:.9rem;margin-top:18px!important}

.forecast-section{overflow:hidden}
.forecast-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:12px;overflow-x:auto;padding:6px 2px 14px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
.forecast-card{scroll-snap-align:start;display:flex;min-height:205px;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#fff 0%,#f4f1e9 100%);border:1px solid rgba(42,59,35,.12);border-radius:22px;padding:18px 14px;box-shadow:0 12px 28px rgba(44,54,38,.08)}
.forecast-date{font-size:.82rem;color:var(--muted);font-weight:700}
.forecast-icon{font-size:2.4rem;line-height:1.2;margin:12px 0 8px}
.forecast-card strong{font-size:.92rem;min-height:2.2em}
.forecast-temps{display:flex;gap:10px;align-items:baseline;margin:10px 0 4px}
.forecast-temps b{font-size:1.35rem}
.forecast-temps span{color:var(--muted)}
.forecast-card small{color:var(--muted);font-size:.76rem}
.forecast-credit{margin:8px 2px 0;color:var(--muted);font-size:.78rem}
.owner-forecast{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;margin-top:24px;box-shadow:var(--shadow)}
.owner-forecast .forecast-rail{grid-auto-columns:150px}
@media(max-width:680px){.forecast-rail{grid-auto-columns:138px}.forecast-card{min-height:190px;padding:15px 10px}.owner-forecast{padding:20px 16px}}


/* Property intelligence clarity pass */
.intelligence-hero{margin-bottom:18px}
.north-watch-message{border-left:4px solid #4d8b58;background:#f4f8f1;padding:16px 18px;border-radius:4px 16px 16px 4px}
.intelligence-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0 34px}
.intelligence-overview article{display:flex;flex-direction:column;min-height:150px;padding:22px;background:#fff;border:1px solid rgba(70,86,46,.13);border-radius:22px;box-shadow:0 12px 30px rgba(49,57,38,.06)}
.intelligence-overview strong{font-size:18px;margin-top:auto}
.intelligence-overview small{color:#75766f;margin-top:5px}
.overview-number,.overview-check{display:block;color:#405b31;font-size:38px;font-weight:750;line-height:1}
.intelligence-section{margin:38px 0}
.section-heading{max-width:680px;margin-bottom:18px}
.section-heading h2{font-size:34px;line-height:1.05;letter-spacing:-.035em;margin:5px 0 8px}
.section-heading>p:last-child{color:#74766f}
.intelligence-card.immediate{border-top:5px solid #a85f3d}
.intelligence-card.digest{border-top:5px solid #70936a}
.intelligence-meta{gap:7px!important}
.intelligence-meta>span{background:#f2f2ee;border-radius:999px;padding:6px 9px}
.road-impact{display:flex;justify-content:space-between;gap:12px;margin:18px 0;padding:14px 16px;border-radius:15px;background:#f4f4f0}
.road-impact strong,.road-impact span{display:block}
.road-impact span{color:#74766f;font-size:12px;text-align:right}
.road-impact.likely{background:#fff0e8;color:#713b22}
.action-note{background:#f3f6ef!important;border:1px solid rgba(70,86,46,.12)}
.intelligence-source{display:flex;align-items:center;justify-content:space-between;gap:12px!important}
.source-button{display:inline-flex;padding:10px 14px;background:#253f29;color:#fff!important;border-radius:999px;font-weight:750;text-decoration:none!important}
.intelligence-source span{color:#85867f;font-size:12px}
.calm-empty{text-align:left!important}
.calm-empty .overview-check{margin-bottom:18px}
.watching-quietly{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:42px 0 18px;padding:28px;background:linear-gradient(135deg,#eaf0e5,#fff);border:1px solid rgba(70,86,46,.13);border-radius:24px}
.watching-quietly h2{font-size:30px;line-height:1.08;margin:6px 0 8px}
.watching-quietly p:last-child{color:#6f746b;max-width:650px}
.watching-status{white-space:nowrap;font-size:13px;font-weight:750;color:#37503a;background:#fff;padding:11px 14px;border-radius:999px;box-shadow:0 7px 20px rgba(40,60,40,.08)}
.watching-status i{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#4f965b;box-shadow:0 0 0 4px rgba(79,150,91,.12)}
@media(max-width:700px){
  .intelligence-overview{grid-template-columns:1fr}
  .intelligence-overview article{min-height:112px}
  .road-impact,.intelligence-source,.watching-quietly{align-items:flex-start;flex-direction:column}
  .road-impact span{text-align:left}
  .section-heading h2{font-size:29px}
  .watching-quietly h2{font-size:27px}
}

.briefing-group{margin:22px 0 34px}
.briefing-group-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}
.briefing-group-heading h3{font-size:22px;margin:0}
.briefing-group-heading span{color:#6f746b;font-size:12px;font-weight:750;background:#eef2e9;padding:7px 10px;border-radius:999px}
.briefing-group-intro{color:#73766f;margin:-3px 0 15px}
.event-brief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.event-brief{display:flex;flex-direction:column;min-height:210px;padding:20px;background:#fff;border:1px solid rgba(70,86,46,.13);border-radius:19px;box-shadow:0 9px 24px rgba(49,57,38,.05)}
.event-brief>div{display:flex;justify-content:space-between;gap:8px;color:#63705f;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}
.event-brief h3{font-size:21px;line-height:1.12;margin:14px 0 8px}
.event-brief p{color:#6f716b;font-size:13px;margin:0 0 16px}
.event-brief a{color:#315a45;font-size:13px;font-weight:750;margin-top:auto}
@media(max-width:650px){
  .event-brief-grid{grid-template-columns:1fr}
  .event-brief{min-height:180px}
  .briefing-group-heading{align-items:flex-start}
}

/* Automatically fresh, positive guest events */
.fresh-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:23px}
.fresh-event-card{display:grid;grid-template-columns:76px 1fr;gap:18px;padding:22px;background:#fff;border:1px solid var(--north-brand-line);border-radius:22px;box-shadow:0 12px 30px rgba(57,43,27,.06)}
.fresh-event-date{display:grid;place-items:center;align-self:start;min-height:68px;padding:10px;border-radius:17px;background:var(--north-brand-cream);color:var(--north-brand-olive);font-size:14px;font-weight:850;text-align:center}
.fresh-event-copy h3{font-size:23px;line-height:1.1;margin:2px 0 8px;color:var(--north-brand-brown)}
.fresh-event-copy>p{color:var(--north-brand-muted);font-size:13px;line-height:1.5;margin:0 0 13px}
.fresh-event-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:15px}
.fresh-event-meta span{padding:6px 8px;background:#f3f3ef;border-radius:999px;color:#646a61;font-size:10px;font-weight:750}
.fresh-event-actions{display:flex;gap:8px;flex-wrap:wrap}
.fresh-event-actions a{padding:9px 12px;border-radius:999px;background:var(--north-brand-olive);color:#fff;font-size:12px;font-weight:800}
.fresh-event-actions a+ a{background:#fff;color:var(--north-brand-olive);border:1px solid var(--north-brand-line)}
@media(max-width:820px){.fresh-event-grid{grid-template-columns:1fr}}
@media(max-width:520px){.fresh-event-card{grid-template-columns:62px 1fr;gap:13px;padding:17px}.fresh-event-date{min-height:58px;font-size:12px}.fresh-event-copy h3{font-size:20px}}

/* Automatic monitoring: no host configuration homework */
.automatic-settings{overflow:hidden}
.automatic-monitoring-card{display:flex;align-items:center;gap:22px;margin:24px 0;padding:26px;background:linear-gradient(135deg,#eaf1e6,#fff);border:1px solid rgba(70,86,46,.14);border-radius:24px}
.automatic-monitoring-card h2{font-size:30px;margin:5px 0 7px}
.automatic-monitoring-card p:last-child{color:#687166;margin:0}
.monitoring-orbit{display:grid;place-items:center;width:62px;height:62px;flex:0 0 62px;border-radius:50%;background:#fff;box-shadow:0 10px 25px rgba(54,76,50,.10)}
.monitoring-orbit i{width:17px;height:17px;border-radius:50%;background:#4d8c59;box-shadow:0 0 0 8px rgba(77,140,89,.13)}
.simple-notifications{margin-top:18px}
.simple-notifications fieldset>p{color:#73766f;margin-top:-5px}
.automatic-note{margin:24px 0 0;padding:17px 18px;background:#f5f3ee;border-radius:16px;color:#74766f;font-size:13px;line-height:1.55}
.automatic-onboarding-note{display:flex;gap:14px;align-items:flex-start;margin:20px 0;padding:19px;background:#eef3e9;border:1px solid rgba(70,86,46,.13);border-radius:18px}
.automatic-onboarding-note .overview-check{font-size:25px}
.automatic-onboarding-note strong{display:block;font-size:16px}
.automatic-onboarding-note p{color:#6c736a;font-size:13px;margin:5px 0 0}
@media(max-width:600px){.automatic-monitoring-card{align-items:flex-start;padding:20px}.monitoring-orbit{width:50px;height:50px;flex-basis:50px}.automatic-monitoring-card h2{font-size:25px}}

/* MVP trust and health */
.portfolio-statuses{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.host-status.needs-attention{background:#f8e4df;color:#8a3428}
.north-legal-footer{display:flex;justify-content:center;gap:22px;padding:18px;color:#727a75;font-size:12px}
.north-legal-footer a,.guest-legal-links a{color:inherit;text-decoration:none}
.guest-legal-links{display:flex;gap:14px}
.legal-shell{width:min(720px,calc(100% - 36px));margin:0 auto;padding:70px 0 100px}
.legal-shell h1{font-size:clamp(42px,8vw,72px);letter-spacing:-.05em;margin:0 0 36px}
.legal-shell h2{margin:34px 0 8px;font-size:21px}
.legal-shell p{color:#58615c;line-height:1.75}
.legal-shell a{color:#24563f}
.legal-updated{margin-top:48px;font-size:12px}
@media(max-width:680px){.premium-footer{gap:12px;flex-wrap:wrap}.guest-legal-links{width:100%}}

.portfolio-health-detail{max-width:520px;margin-top:14px;padding:14px 16px;border-radius:14px;background:#fbefeb;border:1px solid #efd4cb}
.portfolio-health-detail strong{font-size:12px;color:#7a3427}
.portfolio-health-detail p{margin:5px 0!important;color:#5f4a44!important;font-size:13px;line-height:1.45}
.portfolio-health-detail small{color:#7a645e;font-size:11px}
