:root{
  --navy:#06182b;
  --navy-2:#0a2742;
  --navy-3:#0f3558;
  --ink:#082039;
  --gold:#d8aa4f;
  --gold-2:#efc66d;
  --cream:#f5f0e6;
  --paper:#fbf8f0;
  --muted:#c9d2db;
  --white:#fff;
  --line:rgba(216,170,79,.42);
  --shadow:0 18px 45px rgba(0,0,0,.20);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.serif{font-family:'Cormorant Garamond',Georgia,serif}
.eyebrow{font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--gold-2)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;border:0;border-radius:999px;padding:14px 24px;font-weight:800;letter-spacing:.02em;cursor:pointer;transition:.2s transform,.2s filter;background:linear-gradient(180deg,var(--gold-2),var(--gold));color:#071523;box-shadow:0 10px 24px rgba(216,170,79,.22)}
.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.btn.secondary{background:transparent;color:white;border:1px solid rgba(255,255,255,.6);box-shadow:none}
.btn.ghost{background:transparent;color:var(--ink);box-shadow:none;border:1px solid rgba(8,32,57,.22)}

.site-header{position:absolute;z-index:20;left:0;right:0;top:0;color:white}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(255,255,255,.12)}
.brand{display:flex;align-items:center;min-width:270px}
.brand img{width:262px;height:auto}
.nav-links{display:flex;align-items:center;gap:24px;font-size:.92rem}
.nav-links a{opacity:.92}
.nav-links a:hover{opacity:1;color:var(--gold-2)}
.nav-cta{padding:11px 18px;font-size:.82rem}
.mobile-toggle{display:none;background:none;border:0;color:white;font-size:1.7rem}

.hero{min-height:560px;background-color:#06182b;background-image:linear-gradient(90deg,#06182b 0%,#06182b 38%,rgba(6,24,43,.92) 51%,rgba(6,24,43,.20) 76%,rgba(6,24,43,.02) 100%),url('hero-right.jpg');background-position:right center;background-repeat:no-repeat;background-size:auto 100%;color:white;display:flex;align-items:center;padding:118px 0 65px;overflow:hidden}
.hero-copy{max-width:630px}
.hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(3.1rem,5.8vw,5.8rem);line-height:.88;margin:0 0 18px;font-weight:600;letter-spacing:-.025em}
.hero .lede{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.65rem;line-height:1.08;margin:0 0 12px}
.hero p{max-width:620px;font-size:1.03rem;color:#ecf0f4;margin:0 0 26px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.handwritten{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;transform:rotate(-3deg);font-size:1.65rem;line-height:1.02;color:#173b5b}

.positioning{background:var(--cream);padding:50px 0 46px;border-bottom:1px solid #e0d7c7}
.positioning-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:44px;align-items:center}
.positioning h2,.section-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:3.1rem;line-height:.92;margin:0 0 16px;font-weight:600}
.positioning p{margin:0;max-width:630px}
.flow{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;text-align:center;border-left:1px solid #d2b985;border-right:1px solid #d2b985;padding:18px 26px}
.flow b{font-size:.84rem;letter-spacing:.08em}
.flow .compass-pill{display:flex;align-items:center;justify-content:center;gap:8px;color:#92702f;font-weight:800}
.flow .star{font-size:2rem}

.compass-teaser{background:radial-gradient(circle at 72% 52%,rgba(201,153,54,.18),transparent 20%),linear-gradient(135deg,#07182b,#0a2845);color:white;padding:52px 0 48px}
.compass-teaser h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:3rem;line-height:.95;margin:6px 0 8px;font-weight:600}
.compass-teaser .sub{color:#e7edf2;margin:0 0 20px}
.teaser-row{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;align-items:stretch}
.teaser-card{position:relative;height:126px;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:7px;background:#0f3558}
.teaser-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.95)}
.teaser-card span{position:absolute;left:0;right:0;bottom:0;padding:24px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,.8));font-family:'Cormorant Garamond',Georgia,serif;font-size:1.25rem;text-align:center}
.teaser-cta{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:235px}
.teaser-cta small{color:#d3dbe2}

.shows{padding:40px 0 20px;background:var(--paper)}
.shows h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.75rem;font-weight:600;margin:0 0 18px}
.show-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.show-card{position:relative;aspect-ratio:2.75/1;border-radius:5px;overflow:hidden;background:#06182b;box-shadow:0 1px 0 rgba(0,0,0,.15)}
.show-card img{width:100%;height:100%;object-fit:cover;transition:.2s transform}
.show-card:hover img{transform:scale(1.025)}
.show-card .status{position:absolute;left:8px;bottom:5px;font-size:.60rem;color:white;background:rgba(0,0,0,.55);padding:3px 6px;border-radius:4px}

.match-strip{margin-top:18px;background:linear-gradient(90deg,#06182b,#082842);color:white}
.match-grid{display:grid;grid-template-columns:1.15fr .9fr 1.05fr .85fr;align-items:stretch;min-height:205px}
.match-grid>div{padding:28px 24px;border-right:1px solid rgba(255,255,255,.35)}
.match-grid>div:last-child{border-right:0}
.match-grid h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.8rem;line-height:1;margin:0 0 10px;font-weight:600}
.match-photo{padding:14px!important}
.match-photo img{width:100%;height:100%;min-height:176px;object-fit:cover;border-radius:5px}
.match-score strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:2rem;color:var(--gold-2)}
.checklist{list-style:none;padding:0;margin:12px 0 18px}
.checklist li{margin:6px 0;color:#f1f4f6}.checklist li::before{content:'✓';color:var(--gold-2);font-weight:900;margin-right:8px}
.compass-mark{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.compass-mark .giant{font-size:5rem;color:var(--gold-2)}

.experience{padding:40px 0;background:var(--paper)}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:14px}
.section-head h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.2rem;margin:0;line-height:1}
.section-head p{margin:5px 0 0}
.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.experience-card{height:148px;position:relative;overflow:hidden;border-radius:5px;background:#123}
.experience-card img{width:100%;height:100%;object-fit:cover}
.experience-card .label{position:absolute;left:0;right:0;bottom:0;padding:28px 10px 10px;color:white;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.experience-card .label strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem}

.editorial{padding:0 0 38px;background:var(--paper)}
.editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.guide-card{display:grid;grid-template-columns:92px 1fr;min-height:98px;border:1px solid #d6cec1;border-radius:6px;overflow:hidden;background:#fbf8f0}
.guide-card img{width:100%;height:100%;object-fit:cover}
.guide-card div{padding:11px 12px}.guide-card strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.15rem;line-height:1;display:block;margin-bottom:6px}.guide-card p{font-size:.78rem;line-height:1.3;margin:0}

.final-cta{min-height:205px;background:linear-gradient(90deg,rgba(6,24,43,.85),rgba(6,24,43,.58)),url('footer-skyline.jpg') center/cover;color:white;display:flex;align-items:center;text-align:center}
.final-cta h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.6rem;line-height:1;margin:0 0 16px;font-weight:600}
.site-footer{background:#041425;color:#dbe3e9;padding:22px 0}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}
.footer-row .brand img{width:210px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:.78rem;color:#cbd5dc}

/* Internal pages */
.subpage-header{position:relative;background:#06182b;color:white}
.subpage-header .site-header{position:relative}
.page-hero{background:linear-gradient(135deg,#07182b,#0b2d4d);color:white;padding:70px 0 58px}
.page-hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:4rem;line-height:.95;margin:0 0 14px;font-weight:600}
.page-hero p{max-width:720px;color:#dae3e9;font-size:1.05rem}
.content{padding:46px 0 70px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{background:white;border:1px solid #e2d9cb;border-radius:12px;padding:24px;box-shadow:0 12px 30px rgba(9,34,56,.06)}
.info-card h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.6rem;margin:0 0 8px}

/* Compass */
.compass-shell{min-height:calc(100vh - 78px);background:radial-gradient(circle at 50% 20%,rgba(216,170,79,.09),transparent 24%),linear-gradient(145deg,#06172a,#082845);color:white;padding:28px 0 46px}
.compass-panel{width:min(860px,calc(100% - 32px));margin:0 auto}
.progress{height:5px;background:rgba(255,255,255,.20);border-radius:99px;overflow:hidden;margin:8px 0 34px}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#efc66d,#d8aa4f);width:0;transition:width .25s ease}
.compass-step{display:none}.compass-step.active{display:block}
.compass-step h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:3.25rem;line-height:.98;margin:0 0 24px;font-weight:600}
.question-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.option{background:linear-gradient(180deg,rgba(22,54,84,.98),rgba(7,29,51,.98));color:white;border:1px solid rgba(201,211,222,.42);border-radius:9px;padding:18px;min-height:112px;display:flex;gap:14px;align-items:center;text-align:left;cursor:pointer;transition:.18s;border-color:.18s,transform .18s}
.option:hover{transform:translateY(-1px);border-color:rgba(239,198,109,.75)}
.option.selected{border-color:var(--gold-2);box-shadow:0 0 0 2px rgba(239,198,109,.16) inset;background:linear-gradient(180deg,#193f67,#0b2948)}
.option .icon{font-size:2.05rem;min-width:42px;text-align:center;color:var(--gold-2)}
.option strong{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.35rem;line-height:1.05}.option small{display:block;color:#cdd8e1;margin-top:5px;line-height:1.25}
.compass-extra{margin:16px 0 0;padding:18px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.04)}
.compass-extra label{display:block;margin-bottom:8px;color:#dbe4ea}.compass-extra input,.compass-extra select{width:100%;padding:13px;border-radius:7px;border:1px solid #8ea1b1;background:#f2f0e8;color:#13283c}
.compass-nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.compass-nav .btn{min-width:150px}
.helper{color:#bfcbd4;font-size:.84rem;margin-top:12px}
.intro-card{text-align:center;padding:70px 0 40px}.intro-compass{font-size:8rem;line-height:1;color:var(--gold-2);filter:drop-shadow(0 10px 22px rgba(216,170,79,.18))}.intro-card h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:4rem;line-height:.92;margin:12px auto;max-width:720px}.intro-card p{max-width:660px;margin:0 auto 26px;color:#d8e2e9}
.result-card{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;background:rgba(4,19,34,.55);border:1px solid rgba(239,198,109,.35);border-radius:14px;padding:26px;box-shadow:var(--shadow)}
.result-card h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:3rem;line-height:.92;margin:8px 0}.result-score{display:inline-flex;align-items:center;gap:8px;background:#e8bf65;color:#142439;padding:8px 12px;border-radius:7px;font-weight:900}.result-card img{width:100%;height:100%;min-height:370px;object-fit:cover;border-radius:8px}.result-note{color:#f0c873;font-weight:700;margin:16px 0 4px}.alt-list{display:grid;gap:9px;margin-top:18px}.alt{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:12px 14px;background:rgba(255,255,255,.04)}

@media(max-width:980px){
  .nav-links{display:none}.mobile-toggle{display:block}.brand{min-width:0}.brand img{width:230px}.nav-cta{display:none}
  .hero{min-height:620px;background-image:linear-gradient(90deg,#06182b 0%,rgba(6,24,43,.96) 52%,rgba(6,24,43,.25) 100%),url('hero-right.jpg');background-position:right center;background-size:auto 100%}.hero-copy{max-width:600px}
  .positioning-grid{grid-template-columns:1fr;gap:25px}.flow{border-left:0;border-right:0;border-top:1px solid #d2b985;border-bottom:1px solid #d2b985}
  .teaser-row{grid-template-columns:repeat(2,1fr)}.teaser-cta{grid-column:1/-1;min-width:0;padding-top:10px}
  .show-grid{grid-template-columns:repeat(4,1fr)}
  .match-grid{grid-template-columns:1fr 1fr}.match-grid>div:nth-child(2){border-right:0}.match-grid>div{border-bottom:1px solid rgba(255,255,255,.25)}
  .experience-grid,.editorial-grid{grid-template-columns:repeat(2,1fr)}
  .cards-3{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 26px,1180px)}
  .nav{height:66px}.brand img{width:190px}
  .hero{min-height:650px;padding-top:96px;background-image:linear-gradient(180deg,rgba(6,24,43,.25),#06182b 65%),url('hero-right.jpg');background-size:auto 52%;background-position:top right}.hero h1{font-size:3.4rem}.hero .lede{font-size:1.35rem}.hero p{font-size:.92rem}.btn{width:100%}.hero-actions{align-items:stretch}
  .positioning h2,.section-title{font-size:2.55rem}.positioning-grid{gap:20px}.handwritten{text-align:center}
  .teaser-row{grid-template-columns:1fr 1fr}.teaser-card{height:112px}.compass-teaser h2{font-size:2.5rem}
  .show-grid{grid-template-columns:repeat(2,1fr);gap:6px}.shows h2{font-size:1.45rem}
  .match-grid{grid-template-columns:1fr}.match-grid>div{border-right:0}.match-photo img{min-height:210px}
  .section-head{align-items:flex-start;flex-direction:column}.experience-grid,.editorial-grid{grid-template-columns:1fr 1fr}.experience-card{height:132px}.guide-card{grid-template-columns:70px 1fr}.guide-card p{display:none}
  .footer-row{flex-direction:column;align-items:flex-start}
  .page-hero h1{font-size:3rem}.cards-3{grid-template-columns:1fr}
  .question-grid{grid-template-columns:1fr 1fr;gap:9px}.option{min-height:136px;flex-direction:column;justify-content:center;text-align:center;padding:13px 9px}.option .icon{font-size:1.8rem}.option strong{font-size:1.08rem}.option small{font-size:.74rem}.compass-step h1{font-size:2.55rem}.compass-nav{flex-direction:column-reverse}.compass-nav .btn{width:100%}.intro-card{padding-top:42px}.intro-card h1{font-size:3.1rem}.intro-compass{font-size:6.2rem}.result-card{grid-template-columns:1fr}.result-card img{min-height:280px;order:-1}
}

/* V02 precision pass — bring proportions and density closer to the approved homepage master.
   Copy/IA stays unchanged; this only corrects scale, spacing and image crop. */
@media (min-width:981px){
  .site-header .nav{height:52px;gap:18px}
  .site-header .brand{min-width:235px}
  .site-header .brand img{width:225px}
  .nav-links{gap:20px;font-size:.72rem}
  .nav-cta{padding:9px 16px;font-size:.68rem}

  .hero{min-height:322px;padding:75px 0 28px;
    background-image:linear-gradient(90deg,#06182b 0%,#06182b 33%,rgba(6,24,43,.92) 44%,rgba(6,24,43,.42) 66%,rgba(6,24,43,.04) 100%),url('hero-scene-master.jpg');
    background-position:right center;background-size:auto 100%;}
  .hero-copy{max-width:510px}
  .hero h1{font-size:3.25rem;line-height:.91;margin:0 0 9px;letter-spacing:-.018em}
  .hero .lede{font-size:1.23rem;line-height:1.08;margin-bottom:7px}
  .hero p{font-size:.75rem;line-height:1.42;max-width:500px;margin-bottom:15px}
  .hero .eyebrow{display:none}
  .hero .btn{padding:10px 19px;font-size:.68rem}
  .hero-actions{gap:15px}

  .positioning{padding:24px 0 22px}
  .positioning-grid{grid-template-columns:1.45fr 1fr .92fr;gap:28px}
  .positioning h2{font-size:2.45rem;line-height:.88;margin-bottom:9px}
  .positioning p{font-size:.72rem;line-height:1.38;max-width:510px}
  .flow{padding:10px 18px;gap:9px}
  .flow b{font-size:.68rem}
  .flow .compass-pill{font-size:.72rem}
  .flow .star{font-size:1.5rem}
  .handwritten{font-size:1.33rem;line-height:1.02}

  .compass-teaser{padding:24px 0 22px}
  .compass-teaser h2{font-size:2.35rem;margin:3px 0 2px}
  .compass-teaser .sub{font-size:.72rem;margin-bottom:10px}
  .teaser-row{gap:8px;grid-template-columns:repeat(4,1fr) 190px}
  .teaser-card{height:86px}
  .teaser-card span{padding:17px 8px 6px;font-size:1rem}
  .teaser-cta{min-width:190px;gap:5px}
  .teaser-cta .btn{padding:9px 14px;font-size:.65rem}
  .teaser-cta small{font-size:.64rem}

  .shows{padding:16px 0 0}
  .shows h2{font-size:1.16rem;margin-bottom:8px;line-height:1.2}
  .show-grid{gap:5px}
  .show-card{aspect-ratio:3.02/1}
  .show-card .status{font-size:.52rem;left:6px;bottom:4px}
  .match-strip{margin-top:10px}
  .match-grid{min-height:150px;grid-template-columns:1.08fr .82fr 1.05fr .85fr}
  .match-grid>div{padding:18px 18px}
  .match-grid h3{font-size:1.4rem;margin-bottom:7px}
  .match-grid p{font-size:.72rem;line-height:1.35}
  .match-grid .btn{padding:8px 14px;font-size:.63rem}
  .match-photo{padding:10px!important}
  .match-photo img{min-height:130px}
  .match-score strong{font-size:1.5rem}
  .checklist{font-size:.68rem;margin:7px 0 10px}
  .checklist li{margin:3px 0}
  .compass-mark .giant{font-size:3.8rem}
  .compass-mark h3{font-size:1.4rem;max-width:150px}
  .compass-mark span{font-size:.66rem}

  .experience{padding:18px 0 14px}
  .section-head{margin-bottom:8px;align-items:center}
  .section-head h2{font-size:1.52rem;line-height:.98}
  .section-head p{font-size:.68rem;margin-top:2px}
  .section-head .btn{padding:8px 15px;font-size:.63rem}
  .experience-grid{gap:7px}
  .experience-card{height:94px}
  .experience-card .label{padding:18px 8px 6px}
  .experience-card .label strong{font-size:.95rem}
  .experience-card .label small{font-size:.61rem}

  .editorial{padding:0 0 16px}
  .editorial .section-head{margin-top:5px}
  .editorial-grid{gap:7px}
  .guide-card{grid-template-columns:70px 1fr;min-height:70px}
  .guide-card div{padding:7px 8px}
  .guide-card strong{font-size:.9rem;margin-bottom:3px}
  .guide-card p{font-size:.61rem;line-height:1.25}
  .editorial .section-head a{font-size:.66rem}

  .final-cta{min-height:135px}
  .final-cta h2{font-size:1.85rem;margin-bottom:10px}
  .final-cta .btn{padding:9px 18px;font-size:.68rem}
  .site-footer{padding:12px 0}
  .footer-row .brand img{width:165px}
  .footer-links{font-size:.62rem;gap:13px}
}

/* V03 — locked corrections + functional Compass + editorial show detail */
.teaser-card{appearance:none;-webkit-appearance:none;color:white;padding:0;cursor:pointer;font:inherit;width:100%}
.teaser-card:focus-visible{outline:3px solid var(--gold-2);outline-offset:3px}
.positioning-quote{font-family:'Cormorant Garamond',Georgia,serif;font-style:normal;transform:none;font-size:1.55rem;line-height:1.03;color:#173b5b;font-weight:600}
.flow-windrose{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.08))}
.flow .compass-pill{display:flex;align-items:center;justify-content:center}
.card-arrow{position:absolute;right:6px;bottom:2px;color:white;font-size:1.05rem;text-shadow:0 2px 8px #000}
.match-badge{position:absolute;left:6px;top:6px;background:rgba(6,24,43,.88);color:#f0c873;border:1px solid rgba(240,200,115,.7);font-size:.55rem;font-weight:800;padding:4px 6px;border-radius:999px;z-index:2}
.btn:disabled{opacity:.38;cursor:not-allowed;filter:grayscale(.4);box-shadow:none}
.mini-grid{grid-template-columns:repeat(3,1fr)!important}
.why-details{margin:14px 0;padding:12px 14px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.04)}
.why-details summary{cursor:pointer;font-weight:800;color:#f0c873}.why-details p{font-size:.86rem;color:#d7e0e7;margin:9px 0 0}
.alt-heading{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.55rem;margin:20px 0 8px}
.alt-list .alt{color:white;text-decoration:none;transition:.15s transform,.15s border-color}
.alt-list .alt:hover{transform:translateY(-1px);border-color:#e9c56f}.alt small{color:#f0c873}.all-shows-btn{margin-top:14px;width:100%;justify-content:center}

.show-hero-editorial{background:linear-gradient(125deg,#06182b 0%,#082846 100%);color:white;padding:46px 0 34px}
.show-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}
.show-hero-copy h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:5.1rem;line-height:.88;margin:6px 0 18px;font-weight:600}
.show-hero-copy>p{font-size:1.1rem;line-height:1.55;max-width:720px;color:#dde6ec}
.show-hero-art{min-height:410px;overflow:hidden;border-radius:14px;border:1px solid rgba(240,200,115,.36);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.show-hero-art img{width:100%;height:100%;min-height:410px;object-fit:cover}
.show-editorial{background:#f5f0e7;padding:32px 0 70px;color:#09233c}
.personal-match-box{display:grid;grid-template-columns:1fr auto;gap:12px 24px;align-items:center;padding:22px 26px;margin-bottom:24px;background:#082844;color:white;border-radius:12px;border:1px solid rgba(240,200,115,.38)}
.personal-match-box .eyebrow{grid-column:1/-1}.personal-match-box p{margin:0;color:#dce5eb}.personal-score{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.7rem;color:#f0c873;font-weight:700}
.text-link{color:#f0c873;text-decoration:underline;font-weight:700}
.editorial-section{background:#fff;border:1px solid #dfd4c4;border-radius:14px;padding:32px;margin-top:22px;box-shadow:0 10px 28px rgba(9,34,56,.045)}
.editorial-section.two-col{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:start}
.editorial-section h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.55rem;line-height:.98;margin:5px 0 12px}
.editorial-section h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.7rem;line-height:1;margin:6px 0 10px}
.editorial-section p{line-height:1.6;margin:0}.section-kicker{font-size:.74rem;letter-spacing:.18em;font-weight:900;color:#9e7427}
.dna-panel{display:grid;gap:10px}.dna-row{display:grid;grid-template-columns:110px 1fr 38px;gap:12px;align-items:center;font-size:.82rem;font-weight:800}.dna-track{height:9px;background:#e6ded2;border-radius:99px;overflow:hidden}.dna-track i{display:block;height:100%;background:linear-gradient(90deg,#173f64,#e3b755);border-radius:99px}.dna-row b{text-align:right}
.editorial-section.reading{max-width:900px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0;overflow:hidden}.feature-grid article{padding:28px}.feature-grid article+article{border-left:1px solid #e6dccf}
.ticket-section{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;background:#071f37;color:white;border-radius:14px;padding:28px 30px;margin-top:22px;border:1px solid rgba(240,200,115,.36)}
.ticket-section h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.45rem;line-height:1;margin:5px 0 8px}.ticket-section p{color:#d9e3e9;margin:0;max-width:760px;line-height:1.5}.ticket-section .btn{white-space:nowrap}
.editorial-section details{border-top:1px solid #ded4c5;padding:13px 0}.editorial-section details:first-of-type{margin-top:14px}.editorial-section summary{font-weight:800;cursor:pointer}

@media(min-width:981px){
  .site-header .brand{min-width:285px}
  .site-header .brand img{width:275px}
  .nav-links{gap:18px}
  .hero .eyebrow{display:block;font-size:.82rem;letter-spacing:.17em;margin-bottom:8px;color:#f0c873;text-shadow:none}
  .hero{padding-top:68px}
  .positioning-grid{grid-template-columns:1.36fr 1.08fr .95fr}
  .flow{grid-template-columns:auto auto 1fr auto;gap:12px}
  .flow-windrose{width:44px;height:44px}
  .positioning-quote{font-size:1.35rem}
}
@media(max-width:980px){
  .positioning-quote{text-align:center}.flow-windrose{width:42px;height:42px}
  .show-hero-grid{grid-template-columns:1fr}.show-hero-art{min-height:300px}.show-hero-art img{min-height:300px}.show-hero-copy h1{font-size:4.2rem}.feature-grid{grid-template-columns:1fr}.feature-grid article+article{border-left:0;border-top:1px solid #e6dccf}.editorial-section.two-col{grid-template-columns:1fr}.ticket-section{grid-template-columns:1fr}.personal-match-box{grid-template-columns:1fr}
}
@media(max-width:640px){
  .mini-grid{grid-template-columns:1fr!important}.show-hero-editorial{padding-top:30px}.show-hero-copy h1{font-size:3.4rem}.show-hero-art{min-height:230px}.show-hero-art img{min-height:230px}.editorial-section{padding:22px}.dna-row{grid-template-columns:90px 1fr 34px}.personal-score{font-size:2.2rem}
}


/* === V04 locked corrections + V7 functional build === */
.site-header{background:linear-gradient(90deg,rgba(2,12,27,.96),rgba(5,24,43,.90),rgba(5,24,43,.72))}
.site-header .nav{height:96px}
.site-header .brand{min-width:340px;overflow:visible}
.site-header .brand img{width:330px;max-width:none;mix-blend-mode:screen;filter:contrast(1.08) brightness(1.06)}
.subpage-header{background:#05182b}
.hero{padding-top:120px}
.hero .eyebrow{font-size:.92rem!important;letter-spacing:.19em!important;font-weight:800;text-rendering:geometricPrecision}
.image-card{display:block!important;padding:0!important;overflow:hidden}
.experience-card.image-card{height:auto;aspect-ratio:2.75/1}
.experience-card.image-card img,.guide-card.image-card img{width:100%;height:100%;object-fit:cover}
.guide-card.image-card{display:block;min-height:0;aspect-ratio:2.72/1;background:transparent}
.guide-card.image-card img{display:block}
.flow-windrose{object-fit:contain;filter:none}
.positioning-quote{font-style:normal!important;transform:none!important}
.mobile-open{display:flex!important;position:absolute;top:88px;left:20px;right:20px;padding:20px;background:#06182b;flex-direction:column;align-items:flex-start;border:1px solid rgba(255,255,255,.15);border-radius:10px;z-index:100}
.show-grid-overview{margin-top:8px}
.step-count{font-size:.72rem;letter-spacing:.2em;color:#efc66d;font-weight:800;margin-bottom:10px}
.text-button{margin-top:10px;background:none;border:0;color:#efc66d;font-weight:700;cursor:pointer;padding:4px 0}
.child-row{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-bottom:8px}.remove-child{border:1px solid rgba(255,255,255,.25);background:transparent;color:white;border-radius:7px;font-size:1.3rem}.compass-extra small{display:block;color:#becbd5;margin-top:8px}
.result-editorial{padding-bottom:40px}.result-main{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;background:#f5f0e6;color:#082039;border-radius:16px;overflow:hidden}.result-main>div{padding:34px}.result-main>img{width:100%;height:100%;min-height:560px;object-fit:cover}.result-main h1{font-size:4.8rem;margin:4px 0 8px}.result-score{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.4rem;color:#9a6d16;font-weight:700}.result-score span{font-family:Inter,Arial,sans-serif;font-size:.85rem;letter-spacing:.12em;color:#082039}.result-lead{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.55rem;line-height:1.15}.result-main h2,.result-section-title,.surprise-block h2,.result-browse h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2rem;line-height:1;margin:24px 0 10px}.why-score{margin:20px 0;padding:15px 18px;border:1px solid #d5c7af;border-radius:10px;background:#fff}.why-score summary{font-weight:800;cursor:pointer}.not-perfect{margin:18px 0;padding:16px 18px;border-left:4px solid #d8aa4f;background:#fff}.not-perfect span{font-weight:800;color:#9a6d16}.micro{font-size:.76rem;color:#5c6872}.result-warning{padding:12px 14px;background:#fff2ce;border-radius:8px}.result-alt-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.result-alt-card{display:grid;grid-template-columns:170px 1fr;background:#f5f0e6;color:#082039;border-radius:12px;overflow:hidden}.result-alt-card img{width:100%;height:100%;object-fit:cover}.result-alt-card div{padding:18px}.result-alt-card strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.4rem}.result-alt-card p{font-size:.88rem}.result-alt-card span{font-weight:800;color:#9a6d16}.surprise-block{margin-top:18px;padding:26px;background:#0a2742;border:1px solid rgba(239,198,109,.45);border-radius:14px}.surprise-block a{color:#efc66d;font-weight:800}.result-browse{margin-top:18px;padding:28px;background:#f5f0e6;color:#082039;border-radius:14px;text-align:center}.result-browse .btn.ghost{border-color:#082039}
.editorial-fit-box{margin:36px 0;background:#0b2e4c;color:white;border-radius:16px;padding:30px}.editorial-fit-box h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.2rem;line-height:1;margin:8px 0 12px}.fit-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.fit-split>div{padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.04)}
.personal-match-box{margin:36px 0;display:grid;grid-template-columns:1.25fr .75fr;gap:18px;background:#0b2e4c;color:white;border-radius:16px;padding:28px}.personal-score{font-family:'Cormorant Garamond',Georgia,serif;font-size:3rem;color:#efc66d}.personal-reasons{padding-left:20px}.personal-caveat{border-left:1px solid rgba(255,255,255,.25);padding-left:20px}
.show-hero-tagline{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem!important;line-height:1.15!important}.show-hero-art img{object-fit:cover}
.alt-show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.alt-show-card{border:1px solid #dfd3c1;border-radius:12px;overflow:hidden;background:#fff}.alt-show-card img{width:100%;aspect-ratio:2.2/1;object-fit:cover}.alt-show-card div{padding:14px}.alt-show-card strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.35rem;display:block;margin-bottom:6px}.alt-show-card p{font-size:.8rem}.alt-show-card>div>span:last-child{font-weight:800;color:#9a6d16}.mini-match{display:inline-block;font-size:.68rem;background:#082039;color:#efc66d;border-radius:999px;padding:4px 7px;margin-bottom:6px}.all-shows-detail{margin-top:4px}.all-shows-detail.btn.ghost,.detail-final .btn.ghost{border-color:#082039;color:#082039}
.around-grid article p{min-height:95px}.faq-section details{padding:13px 0;border-top:1px solid #dfd3c1}.faq-section summary{font-size:1.05rem}.detail-final{margin:24px 0 60px;padding:34px;background:#f5f0e6;border-radius:16px;text-align:center}.detail-final h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.4rem;line-height:1;margin:0 0 8px}.detail-final>div{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
@media(max-width:980px){.site-header .nav{height:78px}.site-header .brand{min-width:260px}.site-header .brand img{width:255px}.result-main{grid-template-columns:1fr}.result-main>img{min-height:300px;order:-1}.result-main h1{font-size:3.6rem}.result-alt-grid,.alt-show-grid{grid-template-columns:1fr}.personal-match-box,.fit-split{grid-template-columns:1fr}.personal-caveat{border-left:0;border-top:1px solid rgba(255,255,255,.25);padding-left:0;padding-top:16px}.mobile-open{top:72px}}
@media(max-width:640px){.site-header .brand img{width:220px}.site-header .brand{min-width:220px}.result-alt-card{grid-template-columns:110px 1fr}.result-main>div{padding:24px}.result-main h1{font-size:3rem}.guide-card.image-card{aspect-ratio:2.72/1}.experience-card.image-card{aspect-ratio:2.75/1}}

/* === V05 calm typography + simplified homepage hierarchy === */
:root{
  --home-h1:clamp(3.4rem,5.2vw,4.9rem);
  --home-h2:clamp(2.15rem,3.2vw,2.75rem);
  --home-body:1rem;
}
.site-header{background:rgba(3,17,32,.94);backdrop-filter:blur(8px)}
.site-header .nav{height:86px}
.site-header .brand{min-width:300px}
.site-header .brand img{width:300px;max-width:none;mix-blend-mode:normal;filter:none}
.nav-links{font-size:.9rem;gap:22px}
.nav-cta{padding:10px 18px;font-size:.76rem}
.hero{min-height:500px;padding:128px 0 70px;background-image:linear-gradient(90deg,#06182b 0%,#06182b 37%,rgba(6,24,43,.93) 51%,rgba(6,24,43,.25) 76%,rgba(6,24,43,.04) 100%),url('hero-right.jpg')}
.hero-copy{max-width:610px}
.hero h1{font-size:var(--home-h1);line-height:.94;margin:0 0 20px;letter-spacing:-.02em}
.hero .eyebrow,.hero .lede{display:none!important}
.hero-subline{font-size:1.08rem!important;line-height:1.5!important;max-width:560px!important;color:#eef2f5!important;margin:0 0 28px!important}
.hero-actions{gap:18px}
.hero-actions .btn{padding:13px 22px;font-size:.78rem}
.hero-text-link{display:inline-flex;align-items:center;color:#fff;font-size:.88rem;font-weight:650;border-bottom:1px solid rgba(255,255,255,.52);padding:11px 0 5px}
.hero-text-link:hover{color:var(--gold-2);border-bottom-color:var(--gold-2)}
.positioning{padding:42px 0 40px}
.positioning-grid{grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;gap:70px!important;align-items:center}
.positioning h2{font-size:var(--home-h2);line-height:.98;margin:0 0 12px}
.positioning p{font-size:var(--home-body);line-height:1.55;max-width:520px}
.flow{grid-template-columns:auto auto minmax(100px,1fr) auto!important;gap:16px!important;padding:14px 22px!important;border-left:1px solid #d2b985;border-right:0!important}
.flow b{font-size:.76rem;letter-spacing:.075em;white-space:nowrap}
.flow-windrose{width:42px!important;height:42px!important}
.flow .compass-pill{font-size:.8rem;line-height:1.12}
.positioning-quote{display:none!important}
.compass-teaser{padding:46px 0 44px}
.compass-teaser h2{font-size:var(--home-h2);line-height:.98;margin:6px 0 8px}
.compass-teaser .sub{font-size:.94rem}
.teaser-card span{font-size:1.08rem}
.shows h2{font-size:1.55rem;line-height:1.12}
.match-grid h3{font-size:1.65rem}
.section-head h2{font-size:2rem;line-height:1.02}
.final-cta h2{font-size:2.25rem;line-height:1.04}
@media(min-width:981px){
  .site-header .brand{min-width:300px}
  .site-header .brand img{width:300px}
  .hero{padding-top:122px}
}
@media(max-width:980px){
  .site-header .nav{height:78px}
  .site-header .brand{min-width:245px}
  .site-header .brand img{width:245px}
  .positioning-grid{grid-template-columns:1fr!important;gap:28px!important}
  .flow{border-left:0!important;border-top:1px solid #d2b985;border-bottom:1px solid #d2b985;padding:18px 0!important}
}
@media(max-width:640px){
  .site-header .brand{min-width:205px}
  .site-header .brand img{width:205px}
  .hero{min-height:450px;padding:108px 0 54px}
  .hero h1{font-size:3.35rem}
  .hero-subline{font-size:1rem!important}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:8px}
  .positioning{padding:34px 0}
  .positioning h2{font-size:2.2rem}
  .flow{grid-template-columns:auto auto 1fr!important;row-gap:10px!important}
  .flow>b:last-child{grid-column:1/-1}
}


/* === V06 consolidated calm + editorial + matching corrections === */
body{font-size:16px}
.site-header .brand img{width:300px}
.hero{background-image:linear-gradient(90deg,#06182b 0%,#06182b 39%,rgba(6,24,43,.92) 54%,rgba(6,24,43,.24) 78%,rgba(6,24,43,.04) 100%),url('hero-v06.jpg')}
.shows{padding-top:30px}
.shows-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:16px}
.shows-head h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.15rem;line-height:1;margin:0}
.shows-head p{margin:0;color:#51606d;font-size:.88rem}
.match-strip-v06{padding:34px 0;margin-top:24px}
.match-example-v06{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}
.match-example-copy h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.6rem;line-height:.96;margin:6px 0 10px}
.match-example-copy p{max-width:520px;color:#dbe5ec;margin:0 0 20px}
.match-example-card{background:#f5f0e6;color:#082039;border-radius:16px;padding:24px;display:grid;grid-template-columns:184px 1fr;gap:24px;align-items:center;box-shadow:0 14px 34px rgba(0,0,0,.18)}
.match-example-card img{width:184px;height:134px;object-fit:cover;border-radius:9px}
.match-example-card strong{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:2rem;line-height:1;margin:3px 0 8px}
.match-example-card p{margin:0;line-height:1.5;font-size:.92rem}
.match-example-score{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9a6d16}
.calm-head{align-items:center;margin-bottom:18px}
.calm-head h2{font-size:1.95rem}
.calm-head p{font-size:.86rem;color:#51606d}
.quiet-link{font-weight:700;font-size:.82rem;border-bottom:1px solid currentColor;padding-bottom:2px}
.experience{padding:34px 0 30px}
.experience-grid-v06{gap:14px}
.experience-card-v06{border:1px solid #ded4c5;border-radius:12px;background:#fff;overflow:hidden;min-width:0;transition:.18s transform,.18s box-shadow}
.experience-card-v06:hover,.guide-card-v06:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(9,34,56,.08)}
.card-image-crop{height:112px;overflow:hidden;background:#0a2742}
.card-image-crop img{width:100%;height:100%;object-fit:cover}
.experience-card-v06>div:last-child{padding:15px 16px 17px}
.experience-card-v06 span{font-size:.64rem;letter-spacing:.18em;font-weight:900;color:#9a6d16}
.experience-card-v06 strong{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.27rem;line-height:1.02;margin:5px 0 7px}
.experience-card-v06 p{font-size:.78rem;line-height:1.42;color:#52606c;margin:0}
.editorial{padding:30px 0 36px}
.editorial-grid-v06{grid-template-columns:repeat(3,1fr);gap:14px}
.guide-card-v06{display:grid;grid-template-columns:112px 1fr;border:1px solid #ded4c5;border-radius:12px;background:#fff;overflow:hidden;min-height:138px;transition:.18s transform,.18s box-shadow}
.guide-card-v06 img{width:112px;height:100%;object-fit:cover}
.guide-card-v06 div{padding:17px 18px}
.guide-card-v06 strong{font-family:'Cormorant Garamond',Georgia,serif;display:block;font-size:1.35rem;line-height:1.03;margin-bottom:8px}
.guide-card-v06 p{font-size:.79rem;line-height:1.4;color:#52606c;margin:0 0 9px}
.guide-card-v06 span{font-size:.72rem;font-weight:800;color:#9a6d16}

/* Detail hero: compact, no stretched low-resolution art */
.show-hero-v06{padding:118px 0 38px}
.show-hero-v06 .show-hero-grid{grid-template-columns:1.18fr .82fr;gap:54px}
.show-hero-v06 .show-hero-copy h1{font-size:clamp(3.6rem,5.3vw,4.7rem);line-height:.9;margin:8px 0 16px}
.show-hero-v06 .show-hero-tagline{font-size:1.32rem!important;max-width:680px!important;line-height:1.2!important}
.show-hero-v06 .hero-actions{margin-top:24px;align-items:center}
.show-hero-v06 .hero-actions .btn{padding:12px 20px;font-size:.78rem}
.detail-fit-link{font-size:.84rem;color:#f2f5f7;border-bottom:1px solid rgba(255,255,255,.55);padding:8px 0 4px}
.show-hero-art-v06{min-height:285px!important;height:285px!important;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,rgba(239,198,109,.10),transparent 34%),linear-gradient(145deg,#071b30,#0a2b49);border:1px solid rgba(239,198,109,.30);box-shadow:none}
.show-hero-art-v06 img{width:min(78%,360px)!important;height:auto!important;min-height:0!important;max-height:160px!important;object-fit:contain!important;border-radius:7px;box-shadow:0 10px 28px rgba(0,0,0,.28)}

/* quieter detail modules */
.editorial-section{box-shadow:none}
.alternatives-v06{padding:30px}
.alt-show-grid{grid-template-columns:repeat(3,1fr);gap:12px}
.alt-show-card-v06{border:1px solid #ded4c5;border-radius:12px;background:#fff;min-height:180px;display:block}
.alt-show-card-v06 div{padding:20px!important}
.alt-show-card-v06 strong{font-size:1.55rem!important;line-height:1!important}
.alt-show-card-v06 p{font-size:.84rem!important;line-height:1.45;color:#52606c}
.alt-show-card-v06>div>span:last-child{display:inline-block;margin-top:8px;font-size:.74rem}
.mini-match{background:transparent;color:#9a6d16;padding:0;margin-bottom:8px;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}
.around-editorial-v06{margin-top:24px;padding:30px 0;border-top:1px solid #dfd4c4;border-bottom:1px solid #dfd4c4}
.around-editorial-v06>h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.45rem;line-height:1;margin:6px 0 20px}
.around-grid-v06{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.around-grid-v06 article{padding-right:28px;border-right:1px solid #dfd4c4}
.around-grid-v06 article:last-child{border-right:0;padding-right:0}
.around-grid-v06 span{font-size:.68rem;letter-spacing:.18em;font-weight:900;color:#9a6d16}
.around-grid-v06 h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.7rem;line-height:1.04;margin:8px 0 10px}
.around-grid-v06 p{font-size:.88rem;line-height:1.58;color:#334a5d;margin:0}

/* Result: editorial hierarchy, dynamic reasons, restrained imagery */
.result-main-v06{grid-template-columns:1.18fr .62fr!important;gap:0!important}
.result-main-v06>div:first-child{padding:34px 38px}
.result-keyart-safe{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:linear-gradient(145deg,#071b30,#0a2b49);min-height:480px;padding:32px}
.result-keyart-safe img{width:min(92%,360px);height:auto;max-height:170px;object-fit:contain;border-radius:8px;box-shadow:0 10px 28px rgba(0,0,0,.22)}
.result-keyart-safe span{font-family:'Cormorant Garamond',Georgia,serif;color:#fff;font-size:2rem;text-align:center}
.result-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.quiet-save{background:none;border:0;border-bottom:1px solid #9a6d16;color:#9a6d16;font-weight:750;cursor:pointer;padding:5px 0}
.quiet-save:disabled{opacity:.65;cursor:default}
.result-alt-grid-v06{grid-template-columns:1fr 1fr;gap:12px}
.result-alt-card-v06{display:block!important;min-height:178px;border:1px solid #ded4c5;background:#fff!important}
.result-alt-card-v06>div{padding:22px!important}
.alt-heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin-bottom:12px}
.alt-heading strong{font-size:1.7rem!important;line-height:1!important}
.alt-heading span{font-size:.82rem!important;color:#9a6d16!important;white-space:nowrap}
.result-alt-card-v06 p{font-size:.86rem!important;line-height:1.5;color:#405565;margin:0 0 12px}
.result-alt-card-v06 em{font-style:normal;font-size:.75rem;font-weight:800;color:#9a6d16}
.surprise-block h2 span{font-family:Inter,Arial,sans-serif;font-size:.8rem;color:#efc66d;margin-left:8px;letter-spacing:.06em}

@media(max-width:980px){
 .match-example-v06{grid-template-columns:1fr;gap:24px}.match-example-card{max-width:700px}
 .experience-grid-v06{grid-template-columns:repeat(2,1fr)}
 .editorial-grid-v06{grid-template-columns:1fr}
 .guide-card-v06{grid-template-columns:130px 1fr}
 .show-hero-v06{padding-top:100px}.show-hero-v06 .show-hero-grid{grid-template-columns:1fr}.show-hero-art-v06{height:235px!important;min-height:235px!important}
 .around-grid-v06{grid-template-columns:1fr;gap:0}.around-grid-v06 article{border-right:0;border-bottom:1px solid #dfd4c4;padding:18px 0}.around-grid-v06 article:last-child{border-bottom:0}
 .result-main-v06{grid-template-columns:1fr!important}.result-keyart-safe{min-height:230px;order:-1}.result-alt-grid-v06{grid-template-columns:1fr}
}
@media(max-width:640px){
 .shows-head{display:block}.shows-head p{margin-top:8px}
 .match-example-card{grid-template-columns:1fr}.match-example-card img{width:184px;justify-self:start}
 .experience-grid-v06{grid-template-columns:1fr}
 .guide-card-v06{grid-template-columns:95px 1fr;min-height:125px}.guide-card-v06 img{width:95px}
 .show-hero-v06 .show-hero-copy h1{font-size:3.35rem}.show-hero-art-v06{height:200px!important;min-height:200px!important}.show-hero-art-v06 img{max-width:260px!important;max-height:125px!important}
 .around-editorial-v06>h2{font-size:2rem}
}


/* ===== V07 LOCKED CLEANUP ===== */
:root{--serif:Georgia,'Times New Roman',serif;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif}
body{font-family:var(--sans)}
.hero h1,.positioning h2,.section-title,.match-example-copy h3,.experience-card-v06 strong,.guide-card-v06 strong,.show-hero-copy h1,.editorial-section h2,.editorial-section h3,.page-hero h1,.legal-copy h2,.legal-copy h3,.guide-article h1,.guide-article h2,.plan-show h1{font-family:var(--serif)}
.site-header .brand{min-width:395px}
.site-header .brand img{width:385px;max-width:100%;height:auto;filter:none!important;mix-blend-mode:normal!important;opacity:1;image-rendering:auto}
.footer-row .brand img{width:270px;filter:none!important;mix-blend-mode:normal!important;opacity:1}

/* editorial cream separator */
.positioning{background:var(--cream);padding:50px 0 48px}
.positioning-editorial{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:82px;align-items:center}
.positioning-copy{padding-right:45px;border-right:1px solid rgba(154,109,22,.35)}
.positioning h2{font-size:clamp(2.45rem,3.45vw,3.75rem);line-height:.96;margin:0 0 14px}
.positioning-tagline{font-family:var(--serif);font-size:1.2rem!important;line-height:1.2!important;color:#9a6d16;font-weight:700;margin:0!important}
.positioning-value{display:grid;grid-template-columns:58px 1fr;gap:24px;align-items:start}
.positioning-value img{width:58px;height:58px;object-fit:contain}
.positioning-value p{font-size:1rem!important;line-height:1.62!important;max-width:610px!important;margin:0!important;color:#21384e}
.flow{display:none!important}

/* all-show grid with evening-plan secondary action after Compass */
.show-card-wrap{display:flex;flex-direction:column;min-width:0}
.show-card-wrap .show-card{flex:1}
.show-card-plan{display:flex;justify-content:center;align-items:center;margin-top:8px;padding:8px 7px;border-radius:999px;border:1px solid rgba(8,32,57,.16);font-size:.68rem;font-weight:800;color:#76520e;background:#fff;transition:.15s}
.show-card-plan:hover{border-color:#b7872d;transform:translateY(-1px)}

/* calm legal footer */
.site-footer{padding:36px 0 26px}
.footer-row{align-items:flex-start!important;gap:36px}
.footer-meta{border-top:1px solid rgba(255,255,255,.11);margin-top:24px;padding-top:17px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.68rem;color:#aebbc6}
.footer-links{line-height:1.9}
.footer-links a:hover{color:var(--gold-2)}

/* Legal + guides */
.legal-wrap,.guide-wrap{max-width:900px;margin:0 auto}
.legal-copy,.guide-article{background:#fff;border:1px solid #ded4c5;border-radius:14px;padding:38px 44px}
.legal-copy h2,.guide-article h2{font-size:2rem;line-height:1.05;margin:32px 0 10px;color:var(--ink)}
.legal-copy h3{font-size:1.35rem;margin:25px 0 8px}
.legal-copy p,.legal-copy li,.guide-article p,.guide-article li{font-size:.95rem;line-height:1.68;color:#294157}
.legal-copy ul,.guide-article ul{padding-left:22px}
.legal-note{padding:14px 16px;background:#f8f1df;border-left:3px solid var(--gold);border-radius:6px}
.contact-form{display:grid;gap:15px;max-width:700px}
.contact-form label{font-weight:750;font-size:.83rem}
.contact-form input,.contact-form textarea{width:100%;padding:13px 14px;border:1px solid #cfc7ba;border-radius:8px;background:#fff}
.contact-form textarea{min-height:170px;resize:vertical}

.guides-list-v07{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.guides-list-v07 .guide-card-v06{grid-template-columns:1fr;min-height:0}
.guides-list-v07 .guide-card-v06 img{width:100%;height:155px}
.guide-article .guide-points{display:grid;gap:10px;margin:20px 0 28px}
.guide-point{padding:17px 18px;background:#fbf8f0;border:1px solid #e2d8c8;border-radius:10px}
.guide-point strong{display:block;margin-bottom:5px;color:var(--ink)}
.guide-point p{margin:0}

/* show-specific evening planning */
.plan-show{background:#fff;border:1px solid #ded4c5;border-radius:14px;padding:30px 34px;margin-bottom:22px}
.plan-show h1{font-size:3.2rem;line-height:.96;margin:5px 0 10px}
.plan-show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.plan-show-card{border:1px solid #ded4c5;border-radius:12px;background:#fff;padding:22px}
.plan-show-card span{font-size:.66rem;letter-spacing:.18em;font-weight:900;color:#9a6d16}
.plan-show-card h3{font-family:var(--serif);font-size:1.55rem;line-height:1.05;margin:7px 0 9px}
.plan-show-card p{font-size:.87rem;line-height:1.55;color:#405565;margin:0}
.plan-next{margin-top:20px;font-size:.78rem;color:#6b7781}

@media(max-width:900px){
 .site-header .brand{min-width:285px}.site-header .brand img{width:290px}
 .positioning-editorial{grid-template-columns:1fr;gap:28px}.positioning-copy{padding-right:0;padding-bottom:25px;border-right:0;border-bottom:1px solid rgba(154,109,22,.35)}
 .guides-list-v07,.plan-show-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
 .site-header .brand{min-width:220px}.site-header .brand img{width:225px}
 .positioning-value{grid-template-columns:44px 1fr;gap:15px}.positioning-value img{width:44px;height:44px}
 .legal-copy,.guide-article{padding:25px 20px}.page-hero{padding-bottom:30px}
 .footer-row{flex-direction:column}.footer-row .brand img{width:215px}
}

/* V07 accessibility + brand precision */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #efc66d;outline-offset:3px}
.positioning-value img{filter:none!important;opacity:1}
.site-footer .brand{min-width:0}
.footer-meta span:first-child{font-weight:700;color:#d7e1e8}


/* ===== V08 typography, brand and Compass refinement ===== */
:root{--brand-blue:#bfe7f4;--brand-blue-2:#8fc9df}
/* One coherent live-text brand lockup: original windrose + sharp wordmark; edition stays live text */
.brand-lockup{display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center;min-width:390px!important;line-height:1;color:var(--brand-blue);overflow:visible}
.brand-main{display:flex;align-items:center;gap:13px;white-space:nowrap}
.brand-windrose{width:66px!important;height:66px!important;object-fit:contain;flex:0 0 66px;filter:none!important;opacity:1!important;mix-blend-mode:normal!important}
.brand-wordmark{font-family:Palatino,'Palatino Linotype','Book Antiqua',Georgia,serif;font-size:2.12rem;line-height:.92;letter-spacing:.055em;text-transform:uppercase;color:var(--brand-blue);font-weight:500;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.brand-edition{margin-left:80px;margin-top:5px;font-family:var(--sans);font-size:.67rem;font-weight:750;letter-spacing:.20em;text-transform:uppercase;color:#d9edf5;white-space:nowrap;-webkit-font-smoothing:antialiased}
.site-header .nav{height:100px}
.site-header .brand img,.footer-row .brand img{width:auto!important}
.site-footer .brand-lockup{min-width:335px!important}.site-footer .brand-windrose{width:55px!important;height:55px!important;flex-basis:55px}.site-footer .brand-wordmark{font-size:1.7rem}.site-footer .brand-edition{margin-left:68px;font-size:.58rem}
.hero{padding-top:145px}
/* original windrose gets more presence in the cream editorial strip */
.positioning-value{grid-template-columns:82px 1fr;gap:28px}.positioning-value img{width:82px!important;height:82px!important}
/* Compass icon system */
.option .icon{width:42px;height:42px;display:grid;place-items:center;color:var(--gold-2);flex:0 0 42px}
.option .icon svg{width:34px;height:34px;display:block}
.option strong{line-height:1.16}
.option .icon+strong{margin-left:2px}
.next.auto-hidden{display:none!important}
.compass-step h1{font-size:clamp(3rem,5.1vw,5.25rem);line-height:.96;max-width:1200px}
.question-grid{gap:14px}.option{min-height:142px}
/* Result hierarchy: crisp live text, stronger kicker */
.result-kicker{font-size:1.02rem!important;letter-spacing:.20em!important;margin-bottom:6px}
.result-main h1{font-size:clamp(4.6rem,7.5vw,7.6rem)!important;line-height:.86!important}
.result-lead{font-family:var(--serif);font-size:1.55rem!important;line-height:1.16!important;max-width:780px}
.result-score span{letter-spacing:.08em}
/* Planning language and 4 useful modules */
.plan-show-grid-v08{grid-template-columns:repeat(4,1fr)}
.plan-show-card h3{font-size:1.38rem}
/* Homepage planning cards: compact but warm */
.experience-card-v06 strong{font-size:1.22rem}
@media(max-width:1050px){.brand-lockup{min-width:300px!important}.brand-windrose{width:56px!important;height:56px!important;flex-basis:56px}.brand-wordmark{font-size:1.67rem}.brand-edition{margin-left:69px;font-size:.56rem}.plan-show-grid-v08{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header .nav{height:84px}.brand-lockup{min-width:220px!important}.brand-windrose{width:44px!important;height:44px!important;flex-basis:44px}.brand-wordmark{font-size:1.28rem;letter-spacing:.035em}.brand-edition{margin-left:57px;font-size:.46rem;letter-spacing:.13em}.hero{padding-top:120px}.positioning-value{grid-template-columns:62px 1fr}.positioning-value img{width:62px!important;height:62px!important}.plan-show-grid-v08{grid-template-columns:1fr}.option .icon{width:34px;height:34px;flex-basis:34px}.option .icon svg{width:29px;height:29px}}
@media(max-width:500px){.brand-lockup{min-width:190px!important}.brand-windrose{width:38px!important;height:38px!important;flex-basis:38px}.brand-wordmark{font-size:1.06rem}.brand-edition{margin-left:50px;font-size:.40rem}.compass-step h1{font-size:2.55rem}.question-grid{grid-template-columns:1fr}.option{min-height:102px;flex-direction:row;text-align:left;justify-content:flex-start}}


/* ===== V08.1 release fix: full master logo + cache-safe assets ===== */
.brand{display:flex!important;align-items:center!important;min-width:300px!important;overflow:visible!important}
.brand.brand-lockup{display:flex!important;min-width:300px!important}
.brand-logo-full{display:block!important;width:300px!important;height:auto!important;max-width:100%!important;object-fit:contain!important;filter:none!important;opacity:1!important}
.site-footer .brand{min-width:260px!important}
.site-footer .brand-logo-full{width:260px!important}
@media(max-width:1050px){.brand{min-width:260px!important}.brand-logo-full{width:260px!important}}
@media(max-width:760px){.brand{min-width:205px!important}.brand-logo-full{width:205px!important}.site-footer .brand-logo-full{width:220px!important}}
@media(max-width:500px){.brand{min-width:180px!important}.brand-logo-full{width:180px!important}}


/* V08.2 — crisp vector/HTML brand lockup. No raster logo. */
:root{--brand-turquoise:#9EDFEB;--brand-turquoise-soft:#B8EDF4}
.site-header .brand.brand-v083,.footer-row .brand.brand-v083{
  display:inline-flex;align-items:center;gap:16px;min-width:0;text-decoration:none;color:var(--brand-turquoise);
  flex:0 0 auto;overflow:visible
}
.site-header .brand.brand-v083 .brand-mark-v083,.footer-row .brand.brand-v083 .brand-mark-v083{
  width:68px!important;height:68px!important;max-width:none!important;object-fit:contain;display:block;flex:0 0 68px;
  filter:none!important;mix-blend-mode:normal!important;opacity:1!important;image-rendering:auto
}
.brand-copy-v083{display:flex;flex-direction:column;justify-content:center;line-height:1;white-space:nowrap}
.brand-name-v083{
  font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:400;line-height:.96;
  letter-spacing:.105em;color:var(--brand-turquoise);text-transform:uppercase;
  text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased
}
.brand-edition-v083{
  margin-top:11px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:11px;font-weight:600;line-height:1;letter-spacing:.265em;color:var(--brand-turquoise-soft);text-transform:uppercase;
  -webkit-font-smoothing:antialiased
}
.site-header .nav{min-height:96px;height:auto;padding-top:8px;padding-bottom:8px}
.site-header .brand.brand-v083{min-width:390px}
.footer-row .brand.brand-v083{min-width:310px;gap:12px}
.footer-row .brand.brand-v083 .brand-mark-v083{width:54px!important;height:54px!important;flex-basis:54px}
.footer-row .brand-name-v083{font-size:23px}
.footer-row .brand-edition-v083{font-size:9px;margin-top:8px;letter-spacing:.22em}
.positioning-value img[src$="compass-rose-v083.svg"]{image-rendering:auto;filter:none}
@media(max-width:1100px){
  .site-header .brand.brand-v083{min-width:300px;gap:12px}
  .site-header .brand.brand-v083 .brand-mark-v083{width:58px!important;height:58px!important;flex-basis:58px}
  .brand-name-v083{font-size:24px}.brand-edition-v083{font-size:9px;margin-top:8px;letter-spacing:.22em}
}
@media(max-width:760px){
  .site-header .brand.brand-v083{min-width:0;gap:9px}
  .site-header .brand.brand-v083 .brand-mark-v083{width:48px!important;height:48px!important;flex-basis:48px}
  .brand-name-v083{font-size:19px;letter-spacing:.075em}.brand-edition-v083{font-size:7px;margin-top:6px;letter-spacing:.15em}
  .site-header .nav{min-height:72px;padding-top:6px;padding-bottom:6px}
}
@media(max-width:420px){
  .site-header .brand.brand-v083 .brand-mark-v083{width:42px!important;height:42px!important;flex-basis:42px}
  .brand-name-v083{font-size:16px}.brand-edition-v083{font-size:6.5px;letter-spacing:.1em}
}


/* V08.3 — refined vector windrose system across all placements */
:root{--brand-turquoise:#9EDFEB;--brand-turquoise-soft:#C8F4FA}
.site-header .brand.brand-v083,.footer-row .brand.brand-v083{gap:16px;align-items:center}
.site-header .brand.brand-v083 .brand-mark-v083,.footer-row .brand.brand-v083 .brand-mark-v083{display:block;flex:0 0 auto;width:70px!important;height:70px!important;object-fit:contain;filter:none!important;transform:translateY(1px)}
.footer-row .brand.brand-v083 .brand-mark-v083{width:56px!important;height:56px!important}
.brand-copy-v083{display:flex;flex-direction:column;justify-content:center;white-space:nowrap;line-height:1}
.brand-name-v083{font-family:Georgia,"Times New Roman",serif;font-size:30px;letter-spacing:.1em;color:var(--brand-turquoise);text-transform:uppercase}
.brand-edition-v083{margin-top:11px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.27em;color:var(--brand-turquoise-soft);text-transform:uppercase}
.positioning-value img[src$="compass-rose-v083.svg"]{width:74px!important;height:74px!important;display:block;filter:none!important;object-fit:contain}
@media(max-width:1100px){.site-header .brand.brand-v083 .brand-mark-v083{width:60px!important;height:60px!important}.brand-name-v083{font-size:25px}.brand-edition-v083{font-size:9px;margin-top:8px;letter-spacing:.22em}.positioning-value img[src$="compass-rose-v083.svg"]{width:62px!important;height:62px!important}}
@media(max-width:760px){.site-header .brand.brand-v083 .brand-mark-v083{width:48px!important;height:48px!important}.footer-row .brand.brand-v083 .brand-mark-v083{width:46px!important;height:46px!important}.brand-name-v083{font-size:19px;letter-spacing:.075em}.brand-edition-v083{font-size:7px;margin-top:6px;letter-spacing:.15em}.positioning-value img[src$="compass-rose-v083.svg"]{width:48px!important;height:48px!important}}
@media(max-width:420px){.site-header .brand.brand-v083 .brand-mark-v083{width:42px!important;height:42px!important}.brand-name-v083{font-size:16px}.brand-edition-v083{font-size:6.5px;letter-spacing:.1em}.positioning-value img[src$="compass-rose-v083.svg"]{width:42px!important;height:42px!important}}


/* V08.4 — integrated generated transparent logo across header and footer */
.brand.brand-v084{display:flex!important;align-items:center!important;min-width:430px!important;overflow:visible!important}
.brand-logo-v084{display:block!important;width:420px!important;max-width:100%!important;height:auto!important;object-fit:contain!important;filter:none!important;mix-blend-mode:normal!important;opacity:1!important;image-rendering:auto!important}
.site-header .nav{min-height:98px;height:auto;padding-top:8px;padding-bottom:8px}
.site-header .brand.brand-v084{min-width:430px!important}
.site-footer .brand.brand-v084{min-width:320px!important}
.site-footer .brand-logo-v084{width:300px!important}
@media(max-width:1180px){.site-header .brand.brand-v084{min-width:360px!important}.brand-logo-v084{width:360px!important}.site-footer .brand-logo-v084{width:270px!important}}
@media(max-width:980px){.site-header .nav{min-height:84px}.site-header .brand.brand-v084{min-width:295px!important}.brand-logo-v084{width:295px!important}.site-footer .brand-logo-v084{width:245px!important}}
@media(max-width:760px){.site-header .nav{min-height:74px;padding-top:6px;padding-bottom:6px}.site-header .brand.brand-v084{min-width:230px!important}.brand-logo-v084{width:230px!important}.site-footer .brand-logo-v084{width:220px!important}}
@media(max-width:500px){.site-header .brand.brand-v084{min-width:190px!important}.brand-logo-v084{width:190px!important}.site-footer .brand-logo-v084{width:190px!important}}

/* ===== V08.6 — final approved logo + compact header correction ===== */
/* The approved final logo is a wide 2048×684 transparent PNG. Keep the
   header subordinate to the hero and prevent the logo from increasing the
   header's intrinsic height. */
@media (min-width:981px){
  .site-header .nav{
    min-height:88px!important;
    height:88px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    gap:24px!important;
  }
  .site-header .brand.brand-v084{
    min-width:275px!important;
    width:275px!important;
    flex:0 0 275px!important;
    overflow:visible!important;
  }
  .site-header .brand-logo-v084{
    width:270px!important;
    max-width:270px!important;
    max-height:84px!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .site-header .nav-links{
    gap:21px!important;
    font-size:.82rem!important;
  }
  .site-header .nav-cta{
    padding:10px 16px!important;
    font-size:.72rem!important;
    line-height:1.15!important;
    text-align:center!important;
    white-space:normal!important;
    max-width:150px!important;
  }
  /* 88px header + comfortable breathing room: no overlap with the first
     line of the hero headline. */
  .hero{padding-top:118px!important;}
}

/* Intermediate width: navigation becomes the mobile menu at <=980px, but
   keep the logo compact and the header from growing vertically. */
@media (max-width:980px) and (min-width:641px){
  .site-header .nav{
    min-height:78px!important;
    height:78px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .site-header .brand.brand-v084{
    min-width:232px!important;
    width:232px!important;
    flex:0 0 232px!important;
  }
  .site-header .brand-logo-v084{
    width:228px!important;
    max-width:228px!important;
    max-height:74px!important;
  }
  .hero{padding-top:108px!important;}
}

@media (max-width:640px){
  .site-header .nav{
    min-height:68px!important;
    height:68px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .site-header .brand.brand-v084{
    min-width:188px!important;
    width:188px!important;
    flex:0 0 188px!important;
  }
  .site-header .brand-logo-v084{
    width:184px!important;
    max-width:184px!important;
    max-height:64px!important;
  }
  .hero{padding-top:94px!important;}
}

/* Footer may show the same approved logo at a calmer scale. */
.site-footer .brand.brand-v084{min-width:270px!important;}
.site-footer .brand-logo-v084{width:270px!important;max-width:270px!important;height:auto!important;}
@media (max-width:640px){
  .site-footer .brand.brand-v084{min-width:218px!important;}
  .site-footer .brand-logo-v084{width:218px!important;max-width:218px!important;}
}


/* ===== V08.8 — approved final logo, visibly larger without a tall header ===== */
/* The PNG is the user's exact final artwork with transparent outer margins removed only. */
@media (min-width:981px){
  .site-header .nav{
    min-height:94px!important;
    height:94px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    gap:24px!important;
  }
  .site-header .brand.brand-v084{
    min-width:292px!important;
    width:292px!important;
    flex:0 0 292px!important;
    overflow:visible!important;
  }
  .site-header .brand-logo-v084{
    width:286px!important;
    max-width:286px!important;
    max-height:89px!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .site-header .nav-links{gap:21px!important;font-size:.82rem!important;}
  .site-header .nav-cta{padding:10px 16px!important;font-size:.72rem!important;line-height:1.15!important;text-align:center!important;white-space:normal!important;max-width:150px!important;}
  .hero{padding-top:124px!important;}
}
@media (max-width:980px) and (min-width:641px){
  .site-header .nav{min-height:80px!important;height:80px!important;padding-top:0!important;padding-bottom:0!important;}
  .site-header .brand.brand-v084{min-width:238px!important;width:238px!important;flex:0 0 238px!important;}
  .site-header .brand-logo-v084{width:234px!important;max-width:234px!important;max-height:76px!important;}
  .hero{padding-top:110px!important;}
}
@media (max-width:640px){
  .site-header .nav{min-height:70px!important;height:70px!important;padding-top:0!important;padding-bottom:0!important;}
  .site-header .brand.brand-v084{min-width:194px!important;width:194px!important;flex:0 0 194px!important;}
  .site-header .brand-logo-v084{width:190px!important;max-width:190px!important;max-height:66px!important;}
  .hero{padding-top:96px!important;}
}
.site-footer .brand.brand-v084{min-width:275px!important;}
.site-footer .brand-logo-v084{width:275px!important;max-width:275px!important;height:auto!important;}
@media (max-width:640px){
  .site-footer .brand.brand-v084{min-width:220px!important;}
  .site-footer .brand-logo-v084{width:220px!important;max-width:220px!important;}
}


/* ===== V08.9 — exact final logo without derived export =====
   Use the user's original attached PNG unchanged. The wordmark must remain
   uniformly turquoise; do not crop, recolor, tint or stylize the file.
   The header may be a little taller so the logo keeps its intended presence. */
@media (min-width:981px){
  .site-header .nav{min-height:110px!important;height:110px!important;padding-top:0!important;padding-bottom:0!important;gap:26px!important;}
  .site-header .brand.brand-v084{min-width:322px!important;width:322px!important;flex:0 0 322px!important;overflow:visible!important;}
  .site-header .brand-logo-v084{width:318px!important;max-width:318px!important;max-height:104px!important;height:auto!important;object-fit:contain!important;object-position:left center!important;filter:none!important;mix-blend-mode:normal!important;opacity:1!important;background:transparent!important;}
  .site-header .nav-links{gap:22px!important;font-size:.82rem!important;}
  .site-header .nav-cta{padding:10px 16px!important;font-size:.72rem!important;line-height:1.15!important;max-width:150px!important;}
  .hero{padding-top:140px!important;}
}
@media (max-width:980px) and (min-width:641px){
  .site-header .nav{min-height:88px!important;height:88px!important;padding-top:0!important;padding-bottom:0!important;}
  .site-header .brand.brand-v084{min-width:260px!important;width:260px!important;flex:0 0 260px!important;}
  .site-header .brand-logo-v084{width:256px!important;max-width:256px!important;max-height:82px!important;height:auto!important;filter:none!important;mix-blend-mode:normal!important;}
  .hero{padding-top:118px!important;}
}
@media (max-width:640px){
  .site-header .nav{min-height:72px!important;height:72px!important;padding-top:0!important;padding-bottom:0!important;}
  .site-header .brand.brand-v084{min-width:200px!important;width:200px!important;flex:0 0 200px!important;}
  .site-header .brand-logo-v084{width:196px!important;max-width:196px!important;max-height:68px!important;height:auto!important;filter:none!important;mix-blend-mode:normal!important;}
  .hero{padding-top:98px!important;}
}
.site-footer .brand.brand-v084{min-width:285px!important;}
.site-footer .brand-logo-v084{width:285px!important;max-width:285px!important;height:auto!important;filter:none!important;mix-blend-mode:normal!important;}
@media (max-width:640px){
  .site-footer .brand.brand-v084{min-width:226px!important;}
  .site-footer .brand-logo-v084{width:226px!important;max-width:226px!important;}
}


/* FINAL CHECKED OVERRIDE — exact user logo, no visual transformation */
.site-header .brand-logo-v084, .site-footer .brand-logo-v084{
 filter:none!important; mix-blend-mode:normal!important; opacity:1!important; background:transparent!important;
 image-rendering:auto!important; object-fit:contain!important;
}
@media (min-width:981px){
 .site-header .nav{min-height:112px!important;height:112px!important;}
 .site-header .brand.brand-v084{min-width:345px!important;width:345px!important;flex:0 0 345px!important;}
 .site-header .brand-logo-v084{width:338px!important;max-width:338px!important;max-height:106px!important;height:auto!important;}
 .hero{padding-top:142px!important;}
}

/* MC master-prompt change: homepage positioning block uses the exact header windrose only. */
.positioning-value img.positioning-header-windrose{width:118px!important;height:118px!important;object-fit:contain!important;display:block;filter:none!important;opacity:1!important;mix-blend-mode:normal!important;background:transparent!important}
@media(max-width:760px){.positioning-value img.positioning-header-windrose{width:86px!important;height:86px!important}}
