:root{
  --orange:#C65A1E;
  --orange-bright:#E4681B;
  --black:#050505;
  --black-2:#090909;
  --panel:#0e0e0e;
  --panel-2:#151515;
  --line:#2b2b2b;
  --line-soft:#1c1c1c;
  --white:#fff;
  --text:#f1f1f1;
  --muted:#a9a9a9;
  --success:#6ea96f;
  --shadow:0 20px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#050505;color:var(--text);font-family:"Roboto",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.app-shell{min-height:100vh;background:linear-gradient(180deg,#050505 0%,#080808 44%,#050505 100%)}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(4,4,4,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:155px;height:auto;filter:brightness(0) invert(1)}
.nav-links{display:flex;align-items:center;gap:28px;font-family:"Roboto Condensed",sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.nav-links a{color:#d8d8d8}.nav-links a:hover,.nav-links a.active{color:var(--orange-bright)}
.nav-right{display:flex;align-items:center;gap:14px}
.menu-button{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;padding:0}
.menu-button span,.menu-button span:before,.menu-button span:after{display:block;width:24px;height:2px;background:white;position:relative}
.menu-button span:before,.menu-button span:after{content:"";position:absolute;left:0}.menu-button span:before{top:-8px}.menu-button span:after{top:8px}
.mobile-nav{display:none;padding:0 0 18px}.mobile-nav.open{display:grid;gap:8px}.mobile-nav a{padding:12px 0;border-bottom:1px solid var(--line-soft);font-family:"Roboto Condensed";text-transform:uppercase;font-weight:700}

/* shared type */
.eyebrow{font-family:"Roboto Condensed",sans-serif;text-transform:uppercase;color:var(--orange-bright);font-weight:800;letter-spacing:.08em;font-size:13px}
h1,h2,h3,h4{font-family:"Roboto Condensed",sans-serif;text-transform:uppercase;margin:0;line-height:.95}
h1{font-size:clamp(52px,7vw,94px);font-weight:900;letter-spacing:-.025em}
h2{font-size:clamp(38px,5vw,62px);font-weight:900;letter-spacing:-.015em}
h3{font-size:30px;font-weight:800}
h4{font-size:20px;font-weight:800}
p{line-height:1.6;color:#c2c2c2}
.orange{color:var(--orange-bright)}
.section-title{text-align:center;margin-bottom:38px}.section-title p{max-width:700px;margin:10px auto 0}
.rule{width:54px;height:3px;background:var(--orange);margin:12px auto 0}

/* buttons */
.btn{min-height:46px;border-radius:3px;padding:0 22px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;font-family:"Roboto Condensed";font-weight:800;letter-spacing:.02em;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(#e66c1c,#bf4f12);color:white;border-color:#f17a2b;box-shadow:0 10px 24px rgba(198,90,30,.17)}
.btn-primary:hover{filter:brightness(1.08)}
.btn-outline{background:transparent;border-color:#454545;color:#fff}.btn-outline:hover{border-color:var(--orange);color:var(--orange-bright)}
.btn-dark{background:#0c0c0c;border-color:#262626;color:#fff}

/* home */
.hero{position:relative;min-height:570px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #2b2b2b;background:
 linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.17) 38%,rgba(0,0,0,.83) 73%,rgba(0,0,0,.96)),
 linear-gradient(0deg,rgba(0,0,0,.8),transparent 36%),
 url('https://images.unsplash.com/photo-1511497584788-876760111969?auto=format&fit=crop&w=2200&q=88') center/cover}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 55%,rgba(198,90,30,.11),transparent 35%)}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;min-height:570px;align-items:center}.hero-copy{grid-column:2;max-width:610px;padding:62px 0 72px}
.hero-copy .small-head{font-family:"Roboto Condensed";font-size:38px;text-transform:uppercase;font-weight:900;line-height:1;margin-bottom:3px}
.hero-copy h1{font-size:clamp(52px,6vw,82px);color:var(--orange-bright)}
.hero-copy .lead{font-size:19px;margin:14px 0 4px;color:#eee}.hero-copy .tagline{font-size:21px;font-weight:700;color:white;margin:0 0 24px}.hero-copy .tagline span{color:var(--orange-bright)}
.hero-hog{position:absolute;left:6%;bottom:0;width:min(42vw,620px);height:86%;background:
 radial-gradient(ellipse at 55% 73%,rgba(0,0,0,.1),rgba(0,0,0,.55) 58%,transparent 60%),
 url('https://images.unsplash.com/photo-1609859682240-a317dd3f7943?auto=format&fit=crop&w=1200&q=88') center 55%/cover;border-radius:50% 50% 0 0;filter:saturate(.75) contrast(1.1);opacity:.72;mix-blend-mode:screen}

.quote-strip{position:relative;padding:46px 0 42px;text-align:center;background:
 linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.75),rgba(0,0,0,.95)),
 url('https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=1800&q=80') center/cover;border-bottom:1px solid #222}
.quote-strip .mark{font-family:Georgia,serif;color:var(--orange);font-size:68px;line-height:.5}.quote-strip h2{font-size:clamp(28px,3.3vw,45px);max-width:760px;margin:8px auto 0}.quote-strip .sub{font-family:"Roboto Condensed";text-transform:uppercase;font-weight:900;font-size:24px;color:#fff;margin-top:18px}.quote-strip .sub span{color:var(--orange-bright)}

.section{padding:78px 0}.section-tight{padding:54px 0}.section-dark{background:#070707}.section-black{background:#030303}.section-border{border-top:1px solid #191919;border-bottom:1px solid #191919}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.how-card{min-height:315px;position:relative;overflow:hidden;border:1px solid #1c1c1c;background:#0b0b0b;padding:0 24px 24px;display:flex;align-items:end}
.how-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 34%,rgba(0,0,0,.96) 79%),var(--bg) center/cover;filter:saturate(.75)}
.how-card>*{position:relative;z-index:2}.how-number{font-family:"Roboto Condensed";font-size:64px;font-weight:900;color:var(--orange-bright);line-height:1;margin-right:12px}.how-bottom{display:flex;align-items:flex-start}.how-card h3{font-size:26px}.how-card p{font-size:13px;margin:8px 0 0;color:#b9b9b9}

.membership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:900px;margin:auto}.plan-card{position:relative;overflow:hidden;border:1px solid #4a2a19;background:linear-gradient(145deg,#111,#080808);padding:28px;border-radius:12px;box-shadow:inset 0 0 60px rgba(198,90,30,.025)}
.plan-card:before{content:"";position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=900&q=55') center/cover;opacity:.07;filter:grayscale(1)}
.plan-card>*{position:relative}.plan-name{text-align:center;font-family:"Roboto Condensed";font-size:27px;font-weight:900;text-transform:uppercase}.plan-days{text-align:center;font-family:"Roboto Condensed";font-weight:800;font-size:19px;margin-top:4px}.plan-price{text-align:center;color:var(--orange-bright);font-family:"Roboto Condensed";font-size:48px;font-weight:900;margin:16px 0 0}.plan-price small{font-size:15px;color:#bbb;font-weight:500}.plan-note{text-align:center;font-size:12px;color:#aaa;margin:0 0 18px}.plan-features{display:grid;gap:11px;margin:20px 0 24px;padding:0;list-style:none}.plan-features li{font-size:14px}.plan-features li:before{content:"✓";color:var(--orange-bright);font-weight:900;margin-right:9px}.plan-card .btn{width:100%}

.property-preview-grid,.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.property-card{background:#0c0c0c;border:1px solid #252525;transition:.2s;overflow:hidden;border-radius:7px}.property-card:hover{border-color:#6d3216;transform:translateY(-3px);box-shadow:var(--shadow)}.property-image{height:220px;position:relative;overflow:hidden;background:#151515}.property-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05);transition:.25s}.property-card:hover img{transform:scale(1.03)}
.property-pill{position:absolute;left:12px;top:12px;background:rgba(0,0,0,.85);border:1px solid rgba(255,255,255,.18);padding:6px 9px;border-radius:3px;font-family:"Roboto Condensed";text-transform:uppercase;font-weight:700;font-size:11px}.property-pill.orange{background:var(--orange);border-color:var(--orange)}
.property-body{padding:18px}.property-location{font-size:12px;color:#8f8f8f;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.property-body h3{font-size:27px}.property-body p{font-size:13px;margin:8px 0 14px}.property-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid #242424;padding-top:13px}.property-meta strong{display:block;font-size:13px}.property-meta span{font-size:10px;color:#8f8f8f;text-transform:uppercase}.property-cta-row{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:14px}.availability{font-size:11px;color:#a9c8a6}.availability:before{content:"";display:inline-block;width:7px;height:7px;background:#6d9c69;border-radius:50%;margin-right:6px}

.referral-band{background:#050505}.ref-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:20px;max-width:980px;margin:auto}.ref-step{text-align:center}.ref-step .num{color:var(--orange-bright);font-family:"Roboto Condensed";font-size:17px;font-weight:900;text-transform:uppercase}.ref-step h4{margin-top:6px}.ref-step p{font-size:13px;margin:8px auto;max-width:220px}.ref-arrow{font-size:40px;color:var(--orange)}

/* browse */
.page-hero{padding:62px 0 42px;border-bottom:1px solid #222;background:linear-gradient(180deg,#0c0c0c,#060606)}.page-hero h1{font-size:clamp(46px,6vw,78px)}.page-hero p{max-width:650px;margin-bottom:0}
.filters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;margin-bottom:28px}.field-control{min-height:44px;background:#101010;border:1px solid #2b2b2b;color:#eee;padding:0 13px;border-radius:3px}.field-control::placeholder{color:#727272}.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.filter-count{color:#999;font-size:13px}.empty-state{grid-column:1/-1;padding:40px;text-align:center;border:1px solid #262626;color:#aaa}

/* detail */
.detail-top{padding:34px 0}.back-link{font-family:"Roboto Condensed";font-weight:700;text-transform:uppercase;font-size:12px;color:#aaa}.detail-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin:16px 0 20px}.detail-head h1{font-size:56px}.detail-head .location{color:#9f9f9f;margin-top:7px}.detail-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:8px;border-radius:8px;overflow:hidden}.detail-gallery .main{grid-row:1/3}.detail-gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(.78)}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;padding:38px 0 70px}.detail-section{padding:26px 0;border-bottom:1px solid #252525}.detail-section:first-child{padding-top:0}.detail-section h3{font-size:26px;margin-bottom:12px}.feature-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 10px;border:1px solid #2c2c2c;border-radius:3px;color:#ccc;font-size:12px}.booking-card{position:sticky;top:94px;border:1px solid #3a271c;background:linear-gradient(145deg,#101010,#080808);padding:22px;border-radius:7px;height:max-content}.booking-card h3{font-size:29px}.booking-card .hunt-day{font-size:13px;color:#aaa;border-bottom:1px solid #292929;padding-bottom:16px;margin-bottom:18px}.booking-card label{font-size:12px;text-transform:uppercase;color:#aaa;font-weight:700}.booking-card input,.booking-card select{width:100%;margin-top:6px;margin-bottom:14px;min-height:43px;background:#0b0b0b;border:1px solid #303030;color:white;padding:0 12px}.booking-summary{display:grid;gap:8px;padding:14px 0;border-top:1px solid #292929;border-bottom:1px solid #292929;margin:8px 0 16px}.booking-summary div{display:flex;justify-content:space-between;font-size:13px}.booking-card .btn{width:100%}.private-box{background:#0d0d0d;border:1px solid #2b2b2b;border-left:3px solid var(--orange);padding:14px;font-size:12px;color:#aaa;line-height:1.5}

/* memberships */
.compare-table{width:100%;border-collapse:collapse;margin-top:34px}.compare-table th,.compare-table td{padding:15px 14px;border-bottom:1px solid #242424;text-align:left}.compare-table th{font-family:"Roboto Condensed";text-transform:uppercase;color:#fff}.compare-table td{color:#b7b7b7}.compare-table td:not(:first-child),.compare-table th:not(:first-child){text-align:center}.check{color:var(--orange-bright);font-weight:900}

/* dashboard */
.dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.dash-card{background:#0c0c0c;border:1px solid #252525;border-radius:7px;padding:22px}.dash-card h3{font-size:25px}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.dash-stat{background:#090909;border:1px solid #232323;padding:16px}.dash-stat .value{font-family:"Roboto Condensed";font-size:35px;font-weight:900;color:var(--orange-bright)}.dash-stat .label{font-size:11px;text-transform:uppercase;color:#888}.next-hunt{margin-top:18px;display:grid;grid-template-columns:140px 1fr;gap:18px}.next-hunt img{width:140px;height:110px;object-fit:cover}.status-line{display:flex;align-items:center;gap:8px;font-size:12px;color:#aaa;margin-top:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#6fa76f}.timeline{display:grid;gap:0;margin-top:16px}.timeline-item{display:grid;grid-template-columns:20px 1fr;gap:10px;padding-bottom:16px}.timeline-item:before{content:"";width:8px;height:8px;background:var(--orange);border-radius:50%;margin-top:6px}.timeline-item strong{font-size:13px}.timeline-item span{display:block;color:#888;font-size:12px;margin-top:3px}

/* landowners */
.landowner-hero{min-height:470px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.65),rgba(0,0,0,.3)),url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2200&q=86') center/cover}.landowner-copy{max-width:670px;padding:70px 0}.landowner-copy h1{font-size:clamp(52px,7vw,88px)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit{border:1px solid #262626;background:#0a0a0a;padding:24px}.benefit .icon{width:40px;height:40px;border:1px solid var(--orange);display:grid;place-items:center;color:var(--orange);border-radius:50%;font-weight:900;margin-bottom:18px}.benefit p{font-size:13px}
.form-card{max-width:760px;margin:auto;background:#0b0b0b;border:1px solid #292929;padding:28px;border-radius:7px}.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:20px}.progress span{height:3px;background:#262626}.progress span.active{background:var(--orange)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field.full{grid-column:1/-1}.field label{display:block;font-size:11px;text-transform:uppercase;color:#9d9d9d;font-weight:700;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;background:#080808;border:1px solid #2c2c2c;color:#fff;padding:12px}.field textarea{min-height:110px;resize:vertical}.form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.range-wrap{padding:22px 0}.range-wrap input{width:100%;accent-color:var(--orange)}

/* footer */
.footer{border-top:1px solid #1f1f1f;padding:34px 0 28px;background:#030303}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:35px}.footer-logo{width:170px;filter:brightness(0) invert(1);margin-bottom:8px}.footer-tag{font-family:"Roboto Condensed";font-weight:700}.footer-tag span{color:var(--orange-bright)}.footer h4{font-size:13px;margin-bottom:10px}.footer a{display:block;color:#9d9d9d;font-size:12px;margin:7px 0}.footer-copy{border-top:1px solid #171717;margin-top:26px;padding-top:16px;color:#666;font-size:11px}

/* overlays */
.modal-backdrop{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.78);display:grid;place-items:center;padding:18px}.modal{width:min(480px,100%);background:#0b0b0b;border:1px solid #343434;box-shadow:var(--shadow);padding:28px;position:relative}.modal h3{font-size:34px;margin:8px 0 12px}.modal-close{position:absolute;right:12px;top:9px;border:0;background:transparent;color:#aaa;font-size:27px}.success-icon{width:50px;height:50px;border-radius:50%;border:2px solid var(--orange);color:var(--orange);display:grid;place-items:center;font-weight:900;font-size:22px}.toast{position:fixed;right:20px;bottom:20px;background:#161616;border:1px solid #333;border-left:3px solid var(--orange);padding:14px 18px;z-index:120;box-shadow:var(--shadow);font-size:13px}

@media(max-width:980px){
  .nav-links{display:none}.hero-content{grid-template-columns:1fr}.hero-copy{grid-column:1;max-width:620px;padding-left:40%;}.hero-hog{left:-12%;width:58vw}.how-grid,.property-preview-grid,.property-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr 1fr}.filters input{grid-column:1/-1}.detail-layout{grid-template-columns:1fr}.booking-card{position:static}.dashboard-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.detail-gallery{grid-template-columns:2fr 1fr;grid-template-rows:200px 200px}.detail-gallery>*:nth-child(4),.detail-gallery>*:nth-child(5){display:none}
}
@media(max-width:700px){
  .container{width:min(100% - 26px,1180px)}.nav{height:66px}.brand img{width:132px}.nav-right .desktop-link{display:none}.hero{min-height:560px;background-position:60% center}.hero-content{min-height:560px}.hero-copy{padding:210px 0 50px;max-width:none}.hero-hog{display:none}.hero-copy .small-head{font-size:29px}.hero-copy h1{font-size:51px}.hero-copy .lead{font-size:16px}.section{padding:58px 0}.how-grid,.membership-grid,.property-preview-grid,.property-grid,.benefit-grid,.form-grid{grid-template-columns:1fr}.ref-grid{grid-template-columns:1fr}.ref-arrow{transform:rotate(90deg)}.filters{grid-template-columns:1fr}.filters input{grid-column:auto}.detail-head{display:block}.detail-gallery{grid-template-columns:1fr;grid-template-rows:290px}.detail-gallery .main{grid-row:auto}.detail-gallery>*:not(.main){display:none}.detail-layout{padding-top:20px}.dash-stats{grid-template-columns:1fr}.next-hunt{grid-template-columns:1fr}.next-hunt img{width:100%;height:180px}.footer-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer{padding-bottom:22px}
}


/* precise home-page rebuild */
.site-header.home-header{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom:none;backdrop-filter:none}
.home-nav{height:88px}
.nav-right .desktop-link{font:700 12px "Roboto Condensed",sans-serif;text-transform:uppercase;color:#ddd;letter-spacing:.03em}
.home-header .nav-right .desktop-link{color:#fff}
.home-header .menu-button span,.home-header .menu-button span:before,.home-header .menu-button span:after{background:#fff}
.precise-hero{min-height:705px;border-bottom:1px solid #252525;background:linear-gradient(90deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.1) 42%,rgba(0,0,0,.72) 61%,rgba(0,0,0,.86) 100%),linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.58) 100%),url('./assets/hero-hog.png') center center/cover no-repeat}
.precise-hero:before,.hero-hog{display:none}
.precise-hero-content{min-height:705px;grid-template-columns:1fr 1fr;align-items:center}
.precise-hero-copy{grid-column:2;max-width:540px;padding:150px 0 80px}
.precise-hero-copy .small-head{font-size:58px;color:#fff;letter-spacing:.01em}
.precise-hero-copy h1{font-size:92px;line-height:.88;color:var(--orange-bright);margin-bottom:16px}
.precise-hero-copy .lead{font-size:21px;line-height:1.4;margin:0 0 4px;color:#ededed}
.precise-hero-copy .tagline{font-size:21px;font-weight:700;margin:0 0 28px}
.hero-btn{min-width:235px;font-size:20px;min-height:62px;border-radius:4px}
.precise-quote{padding:42px 0 34px;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.78),rgba(0,0,0,.92)),url('./assets/hero-hog.png') center 62%/cover no-repeat;border-bottom:1px solid #1f1f1f}
.precise-quote .mark{font-size:72px;color:var(--orange-bright)}
.precise-quote h2{font-size:clamp(28px,3.4vw,52px);line-height:1.1;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;max-width:830px}
.quote-line{width:180px;height:4px;background:var(--orange);margin:18px auto 16px;border-radius:30px}
.precise-quote .sub{font-size:28px}
.precise-section{padding-top:52px}
.precise-title h2{font-size:64px;line-height:.95}
.precise-how-grid{gap:20px}
.precise-how-card{min-height:340px;border-color:#1f1f1f}
.precise-how-card:before{background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.78) 74%,rgba(0,0,0,.95) 100%),var(--bg) center/cover no-repeat;filter:saturate(.85)}
.how-icon{position:absolute;left:24px;bottom:124px;width:54px;height:54px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:22px;z-index:2}
.precise-how-card h3{font-size:24px;line-height:.95;margin-bottom:10px}
.precise-how-card p{max-width:210px}
.precise-memberships{padding-top:42px}
.precise-membership-grid{gap:26px;max-width:980px}
.precise-plan-card{padding:26px 28px 30px;border-radius:18px;border:1px solid #514235;background:linear-gradient(180deg,rgba(11,11,11,.98),rgba(6,6,6,1));box-shadow:none}
.precise-plan-card:before{background:url('./assets/hero-hog.png') center/cover no-repeat;opacity:.12;filter:grayscale(.35)}
.precise-plan-card .plan-name{font-size:24px}
.precise-plan-card .plan-days{font-size:30px;line-height:1.02;margin-top:8px;text-transform:uppercase}
.precise-plan-card .plan-price{font-size:54px;line-height:1;margin-top:18px}
.precise-plan-card .plan-note{text-transform:lowercase;font-size:15px}
.reserved-band{margin:18px auto 0;max-width:980px;border:1px solid #51311f;border-radius:9px;min-height:84px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(90deg,rgba(10,10,10,.98),rgba(19,19,19,.92),rgba(22,22,22,.88));font-family:"Roboto Condensed",sans-serif;text-transform:uppercase}
.reserved-left{display:flex;align-items:center;gap:18px;font-size:28px;line-height:1.1}
.lock-dot{width:42px;height:42px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange)}
.reserved-band a{font-size:20px;color:var(--orange-bright);font-weight:800}
.precise-browse{padding-top:54px}
.precise-referrals{padding-top:34px}
.precise-ref-grid{max-width:1080px}
.precise-referrals .section-title h2{margin-bottom:10px}
.precise-referrals .ref-step .num{font-size:32px;color:var(--orange-bright);margin-bottom:10px}
.precise-referrals .ref-step h4{font-size:26px}
.precise-referrals .ref-step p{font-size:14px}

@media(max-width:1100px){
  .precise-hero-copy .small-head{font-size:46px}
  .precise-hero-copy h1{font-size:74px}
  .reserved-left{font-size:21px}
  .reserved-band a{font-size:17px}
}
@media(max-width:980px){
  .site-header.home-header{background:rgba(3,3,3,.75);backdrop-filter:blur(6px)}
  .precise-hero{min-height:620px;background-position:34% center}
  .precise-hero-content{grid-template-columns:1fr}
  .precise-hero-copy{grid-column:1;max-width:520px;margin-left:auto;padding:170px 0 60px}
  .precise-hero-copy .small-head{font-size:42px}
  .precise-hero-copy h1{font-size:68px}
  .reserved-band{padding:18px 22px;display:block;text-align:center}
  .reserved-left{justify-content:center;margin-bottom:12px}
}
@media(max-width:700px){
  .precise-hero{min-height:560px;background-position:28% center}
  .home-nav{height:74px}
  .precise-hero-copy{padding:160px 0 44px;max-width:none}
  .precise-hero-copy .small-head{font-size:32px}
  .precise-hero-copy h1{font-size:52px}
  .precise-hero-copy .lead,.precise-hero-copy .tagline{font-size:18px}
  .hero-btn{width:100%;min-height:56px;font-size:18px}
  .precise-title h2{font-size:46px}
  .quote-line{width:130px}
  .precise-quote .sub{font-size:22px}
  .how-icon{bottom:140px}
  .reserved-left{font-size:16px}
}

/* post-update overrides */
.precise-quote{background:linear-gradient(180deg,rgba(0,0,0,.98),rgba(0,0,0,.92) 52%,rgba(0,0,0,1) 100%);}
.reserved-left{gap:0}
.detail-hero-image{border-radius:8px;overflow:hidden;border:1px solid #1f1f1f;background:#0c0c0c}
.detail-hero-image img{width:100%;height:420px;object-fit:cover;filter:saturate(.82) contrast(1.03)}
.next-hunt-copy{margin-top:18px}
.auth-grid,.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.auth-card,.about-panel{background:#0c0c0c;border:1px solid #252525;border-radius:8px;padding:24px}
.auth-card h3,.about-panel h3{margin:6px 0 12px}
.auth-links a{display:inline-block;color:var(--orange-bright);font-size:12px;margin-top:6px}
.about-panel p{margin-bottom:0}
@media(max-width:980px){
  .auth-grid,.about-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .detail-hero-image img{height:280px}
}
.plan-card:before,
.precise-plan-card:before{background:radial-gradient(circle at top right,rgba(228,104,27,.18),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.03));opacity:1;filter:none}


.precise-quote{background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.98) 38%,rgba(0,0,0,.88) 63%,rgba(0,0,0,.58) 82%,rgba(0,0,0,.28) 100%),url('./assets/hero-hog.png') right center/cover no-repeat !important;}
.precise-quote h2{margin-bottom:0}
.precise-quote .quote-extra{margin:2px 0 16px;font-family:"Roboto Condensed",sans-serif;text-transform:uppercase;font-weight:800;font-size:32px;letter-spacing:.01em;color:#f0f0f0}
.precise-quote .quote-extra span{color:var(--orange-bright)}
@media(max-width:700px){
  .precise-quote .quote-extra{font-size:22px;line-height:1.2;padding:0 8px}
}
