:root{--navy:#10263e;--navy-2:#183851;--cream:#fbf8f1;--paper:#fffdfa;--gold:#c79a3b;--gold-light:#ead4a4;--sage:#70866b;--sage-dark:#53674f;--ink:#172536;--muted:#5f6b75;--line:#e2dbcf;--white:#fff;--shadow:0 14px 34px rgba(16,38,62,.11);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--cream);font-size:17px;line-height:1.65}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream)}img{max-width:100%;height:auto}a{color:var(--navy);text-underline-offset:.2em}h1,h2,h3{font-family:Georgia,Times New Roman,serif;color:var(--navy);line-height:1.16;font-weight:500}h1{font-size:clamp(2.5rem,5.1vw,4.8rem);margin:.2em 0 .45em}h2{font-size:clamp(1.8rem,3vw,2.55rem);margin:1.3em 0 .55em}h3{font-size:1.28rem;margin:1.25em 0 .35em}p,li{max-width:72ch}.shell{width:min(1280px,calc(100% - 3rem));margin-inline:auto}.narrow{width:min(820px,calc(100% - 2rem))}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.6rem;z-index:99}.site-header{background:#fffdfafa;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none}.brand-mark{display:block;width:64px;height:64px;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.brand-words strong{display:block;font:500 clamp(1.35rem,2.2vw,2rem) Georgia,serif;letter-spacing:.12em;text-transform:uppercase}.brand-words small{display:block;color:var(--sage);font:600 .69rem Georgia,serif;letter-spacing:.18em;text-transform:uppercase}.site-header ul{display:flex;list-style:none;gap:2.6rem;padding:0;margin:0}.site-header nav a{text-decoration:none;font-weight:600;padding:.6rem .05rem;border-bottom:2px solid transparent}.site-header nav a:hover,.site-header nav a.active{border-color:var(--gold)}.hero{background:#fffdfa;overflow:hidden}.hero-grid{min-height:341px;display:grid;grid-template-columns:39% 61%;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:2rem 2.5rem 2rem 0}.hero-copy h1{font-size:clamp(2.55rem,3.5vw,3.25rem);letter-spacing:-.025em}.hero-copy p{font-size:1.02rem;margin:.2rem 0 .75rem}.hero-copy .button{align-self:flex-start;margin-top:1rem}.hero-visual{margin:0;min-height:341px;overflow:hidden}.hero-visual img{width:100%;height:100%;min-height:341px;object-fit:cover;object-position:center;display:block;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:var(--navy);color:#fff;text-decoration:none;border:2px solid var(--navy);border-radius:5px;padding:.78rem 1.3rem;font-weight:750;cursor:pointer;font-size:.9rem;letter-spacing:.04em}.button:hover{background:var(--navy-2)}.button.secondary{background:transparent;color:var(--navy)}.button.gold{background:var(--gold);border-color:var(--gold);color:#10243b}.research-band{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:2.2rem 0}.research-grid{display:grid;grid-template-columns:31% 1fr;gap:4rem;align-items:start}.research-grid h2{font-size:clamp(1.75rem,2.7vw,2.4rem);margin:0;padding-right:2rem}.research-grid div{border-left:1px solid var(--gold-light);padding-left:3rem}.research-grid p{margin:0 0 .7rem}.explore-section{padding:clamp(3.5rem,7vw,6rem) 0;background:var(--paper);border-bottom:1px solid var(--line)}.section-heading h2{margin:0}.split-heading{display:grid;grid-template-columns:22% 1fr;gap:3rem;align-items:start;margin-bottom:2rem}.split-heading>div{border-left:1px solid var(--gold-light);padding-left:2.5rem}.split-heading p{margin:0 0 .6rem}.topics-kicker{max-width:none;margin:2.5rem 0 1.7rem;text-align:center;font-size:1.08rem}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.topic-card{padding:.25rem .7rem;text-align:center}.topic-icon{width:72px;height:72px;border-radius:50%;background:var(--sage);color:#fff;display:grid;place-items:center;margin:0 auto 1rem}.topic-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topic-card h3{margin:.2rem 0 .5rem}.topic-card p{margin:0 auto;font-size:.93rem}.featured-section{padding:clamp(3.5rem,7vw,6rem) 0;background:var(--cream)}.featured-section .section-heading{margin-bottom:1.8rem}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.featured-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:.65rem;box-shadow:var(--shadow);display:grid;grid-template-columns:46% 1fr;gap:1.3rem;align-items:stretch}.featured-card img{width:100%;height:100%;min-height:230px;aspect-ratio:3/2;object-fit:cover;border-radius:8px}.featured-card>div{padding:.65rem .65rem .65rem 0;display:flex;flex-direction:column;align-items:flex-start}.featured-card h3{margin:0 0 .5rem}.featured-card p{margin:0 0 .8rem;font-size:.95rem}.text-link{color:var(--sage-dark);font-weight:700;text-decoration:none;margin-top:auto}.text-link span{color:var(--gold);margin-left:.35rem}.products-hero{background:var(--paper);border-bottom:1px solid var(--line);overflow:hidden}.products-hero-grid{min-height:341px;display:grid;grid-template-columns:39% 61%;align-items:stretch}.products-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:2rem 2.5rem 2rem 0}.products-hero h1{font-size:clamp(2.35rem,3.4vw,3.2rem);margin:0 0 .8rem}.products-hero p{font-size:1rem;margin:.25rem 0 .75rem}.products-hero-visual{margin:0;min-height:341px;overflow:hidden}.products-hero-visual img{width:100%;height:100%;min-height:341px;object-fit:cover;display:block;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}.products-showcase{padding:clamp(3.5rem,7vw,6rem) 0;background:var(--cream)}.product-feature{display:grid;grid-template-columns:44% 56%;background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:3rem}.product-feature-image{min-height:100%;overflow:hidden}.product-feature-image img{width:100%;height:100%;object-fit:cover;display:block}.cover-stage{display:flex;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem);background:linear-gradient(145deg,#f7f2e8,#e9eee5)}.cover-stage>img{width:auto;height:auto;max-width:82%;max-height:470px;object-fit:contain;border-radius:5px;box-shadow:0 16px 34px #10263e38}.product-feature-copy{padding:clamp(2rem,4vw,3.7rem)}.product-feature-copy h2{margin:0 0 .45rem}.product-feature-copy h3{margin:.2rem 0 1.3rem;color:var(--sage-dark)}.product-feature.reverse{grid-template-columns:56% 44%}.product-feature.reverse .product-feature-image{order:2}.product-feature.reverse .product-feature-copy{order:1}.destination-list{columns:2;column-gap:2rem}.product-action{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.6rem;padding-top:1.3rem;border-top:1px solid var(--line)}.product-action .price{margin:0;white-space:nowrap}.bundle-showcase{padding-top:0}.bundle-feature{grid-template-columns:44% 56%;margin-bottom:0}.bundle-covers{flex-direction:row;padding-inline:2rem}.bundle-covers>img{width:45%;max-height:390px}.bundle-covers>img:first-child{transform:rotate(-6deg);margin-right:-5%;z-index:1}.bundle-covers>img:last-child{transform:rotate(6deg);margin-left:-5%}.products-more{max-width:none;margin:0;padding:clamp(3.5rem,7vw,6rem) 0;background:var(--paper)}.products-more>div{max-width:820px;text-align:center}.products-more h2{margin-top:0}.section{padding:clamp(3rem,7vw,6rem) 0}.section.alt{background:#f1eee5}.intro{text-align:center;max-width:820px;margin:0 auto 3rem}.intro p{margin-inline:auto}.products-intro h1{margin-bottom:.2rem}.products-intro h2{margin-top:.35rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:1.5rem;box-shadow:0 8px 26px #10243b0f}.card h2,.card h3{margin-top:0}.guide-card{display:grid;grid-template-columns:190px 1fr;gap:1.5rem;align-items:center}.guide-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:5px;box-shadow:0 8px 20px #0000002b}.product-overview{display:grid;grid-template-columns:minmax(220px,30%) 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:start;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:clamp(1.5rem,4vw,3rem);margin:2rem 0;box-shadow:var(--shadow)}.product-overview>img{width:100%;max-width:360px;border-radius:6px;box-shadow:0 12px 28px #10263e33}.product-overview h2{margin-top:0}.product-overview h3{color:var(--sage-dark)}.price{font:700 1.35rem Georgia,serif;color:var(--navy)}.bundle{background:var(--navy);color:#fff;border-radius:10px;padding:2rem}.bundle h2,.bundle h3{color:#fff}.bundle .price{color:var(--gold-light)}.product-bundle{margin-top:2rem}.more-blueprints{max-width:820px;margin:4rem auto 0;text-align:center}.more-blueprints p{margin-inline:auto}.pill{display:inline-block;background:#e9efe5;color:#33452f;border-radius:999px;padding:.2rem .7rem;font-size:.8rem;font-weight:700}.document{background:var(--paper);margin-block:3rem;padding:clamp(1.5rem,5vw,4rem);border:1px solid var(--line);box-shadow:var(--shadow)}.document h1:first-of-type{font-size:clamp(2.4rem,6vw,4.2rem)}.document-cover{display:block;max-height:580px;width:auto;margin:0 auto 2rem;border-radius:6px;box-shadow:var(--shadow)}.document-cover-transparent{border-radius:0;box-shadow:none;filter:drop-shadow(0 14px 18px rgba(16,38,62,.22))}.document hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}.document-faq-list{border-top:1px solid var(--line);margin:1.5rem 0 2.5rem}.document-faq-list details{border-bottom:1px solid var(--line);padding:0}.document-faq-list summary{cursor:pointer;list-style:none;padding:1.1rem 2.5rem 1.1rem 0;font-weight:700;color:var(--navy);position:relative}.document-faq-list summary::-webkit-details-marker{display:none}.document-faq-list summary:after{content:"+";position:absolute;right:.35rem;top:.85rem;font:700 1.6rem/1 Georgia,serif;color:var(--gold)}.document-faq-list details[open] summary:after{content:"−"}.document-faq-list details p{margin:.1rem 0 1.15rem}.document-assurance{margin:.75rem 0 0;font-size:.9rem;color:var(--muted)}.document-cta{margin-top:3rem;padding:1.5rem;background:#eef1e9;border-left:4px solid var(--sage);display:flex;align-items:center;justify-content:space-between;gap:1rem}.document-cta span{font-size:.85rem;color:var(--muted)}.site-footer{background:var(--navy);color:#e7edf2;padding:2.5rem 0}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.footer-brand{font:700 1.45rem Georgia,serif;color:#fff;text-decoration:none}.site-footer p{margin:.35rem 0}.site-footer nav{display:flex;flex-wrap:wrap;gap:1rem}.site-footer a,.link-button{color:#fff}.link-button{background:none;border:0;padding:0;font:inherit;text-decoration:underline;cursor:pointer}.copyright{grid-column:1/-1;font-size:.8rem;opacity:.75}.consent{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:50;margin:auto;max-width:1020px;background:#fff;border:2px solid var(--navy);box-shadow:0 12px 50px #00000047;padding:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.consent[hidden]{display:none}.consent h2{font-size:1.25rem;margin:0 0 .25rem}.consent p{margin:.25rem 0;font-size:.88rem}.consent-actions{display:flex;gap:.6rem;flex-shrink:0}.steps{counter-reset:step;display:grid;gap:1rem;margin:2rem 0}.step{counter-increment:step;display:grid;grid-template-columns:2.4rem 1fr;gap:1rem;align-items:start}.step:before{content:counter(step);display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--gold);color:var(--navy);font-weight:800}.screenshot{border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);margin:1rem 0 2rem}.legal-nav{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.error{text-align:center;padding:8rem 1rem}.error .code{font:700 6rem Georgia,serif;color:var(--gold)}@media(max-width:980px){.shell{width:min(100% - 2rem,880px)}.header-inner{min-height:96px}.site-header ul{gap:1.35rem}.hero-grid,.products-hero-grid{grid-template-columns:1fr}.hero-copy,.products-hero-copy{padding-right:0}.hero-visual,.hero-visual img,.products-hero-visual,.products-hero-visual img{min-height:360px}.hero-visual img,.products-hero-visual img{object-position:center;clip-path:none}.topic-grid{grid-template-columns:repeat(2,1fr);row-gap:2rem}.featured-card{grid-template-columns:1fr}.featured-card>div{padding:.65rem}.featured-card img{min-height:0}.product-feature,.product-feature.reverse{grid-template-columns:1fr}.product-feature.reverse .product-feature-image,.product-feature.reverse .product-feature-copy{order:initial}.product-feature-image{max-height:none}.cover-stage{min-height:480px}.product-action{align-items:flex-start;flex-direction:column}}@media(max-width:720px){:root{font-size:16px}.header-inner{align-items:flex-start;padding:1rem 0;flex-direction:column;gap:.65rem}.site-header{position:static}.site-header ul{gap:1rem;flex-wrap:wrap}.research-grid,.split-heading,.featured-grid,.products-hero-grid,.bundle-band-grid,.grid-2,.grid-3,.footer-grid,.product-overview{grid-template-columns:1fr}.research-grid,.products-hero-grid,.bundle-band-grid{gap:1.4rem}.research-grid div,.split-heading>div{border-left:0;padding-left:0}.topic-grid{grid-template-columns:1fr}.topic-card{max-width:520px;margin:auto}.guide-card{grid-template-columns:130px 1fr}.product-overview>img{max-width:260px;margin:auto}.destination-list{columns:1}.document-cta,.consent{align-items:stretch;flex-direction:column}.consent-actions{flex-direction:column}.copyright{grid-column:auto}}@media(max-width:520px){.brand-mark{width:48px;height:48px}.brand-words strong{font-size:1.22rem}.brand-words small{font-size:.58rem}.site-header ul{font-size:.9rem}.guide-card{grid-template-columns:1fr}.guide-card img{max-width:220px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.gg-footer-compass{display:block;width:88px;height:88px;object-fit:contain;margin:2rem auto 0}.products-more>div{text-align:left}.products-more p{margin-inline:0}.transparent-cover-stage>img,.bundle-covers>img{box-shadow:none;border-radius:0;filter:drop-shadow(0 12px 14px rgba(16,38,62,.18))}.gateway-feature-cover>img{transform:scale(1.34)}.bundle-covers>img:first-child{transform:rotate(-6deg) scale(1.42);transform-origin:center;z-index:2}.bundle-covers>img:last-child{z-index:1}.about-mike-heading{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.about-mike-heading h1{margin:0}.about-mike-heading img{width:clamp(120px,16vw,170px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;border:3px solid var(--gold);box-shadow:var(--shadow);flex:0 0 auto}@media(max-width:720px){.gateway-feature-cover>img{transform:scale(1.5)}}@media(max-width:520px){.about-mike-heading{align-items:flex-start;gap:1rem}.about-mike-heading img{width:108px}}@media(max-width:520px){.bundle-covers>img:first-child{transform:rotate(-6deg) scale(1.34)}}
