@charset "UTF-8";
:root{--ink:#101010;--paper:#f5f5f5;--gold:#e0b965;--muted:#5c5c5c;--line:#dedede;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.65 var(--sans)}a{color:inherit}button{font:inherit}[hidden]{display:none!important}img{max-width:100%;height:auto}h1,h2,h3,p{margin:0}.wrap{width:min(1160px,calc(100% - 80px));margin-inline:auto}.skip{position:absolute;top:-100px;left:1rem;z-index:2;background:white;color:var(--ink);padding:.8rem}.skip:focus{top:1rem}:focus-visible{outline:3px solid #b08027;outline-offset:5px}.masthead,.intro{background:var(--ink);color:#fff}.nav{display:flex;justify-content:space-between;align-items:center;padding-block:27px;border-bottom:1px solid #ffffff26}.wordmark{text-decoration:none;font-size:1.25rem;font-weight:800;letter-spacing:.06em;line-height:1.2}.wordmark span{font-weight:400;color:var(--gold)}.wordmark small{display:block;font-weight:400;font-size:.75rem;letter-spacing:.2em;margin-top:7px;color:#bdbdbd}nav{display:flex;gap:30px}nav a{text-decoration:none;font-size:.95rem;color:#ededed}nav a:hover{color:var(--gold)}.intro-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:90px;padding-block:66px 76px;align-items:end}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em}.intro .eyebrow{color:var(--gold);margin-bottom:22px}h1{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.08;letter-spacing:-.035em}h1 em{font-weight:400;color:var(--gold)}.lead{margin-top:24px;font-size:1.08rem;max-width:480px;color:#d3d3d3;line-height:1.7}.text-link{display:inline-flex;gap:24px;margin-top:23px;text-underline-offset:7px;text-decoration-thickness:1px;font-size:.95rem}.intro-note{border-left:1px solid #ffffff26;padding-left:35px;max-width:340px;margin-bottom:7px}.note-line{display:block;background:var(--gold);height:2px;width:32px;margin-bottom:22px}.intro-note p{font-family:var(--serif);font-size:1.9rem;line-height:1.25;margin-bottom:16px}.intro-note div{font-size:.95rem;color:#bfbfbf;line-height:1.7}.products{padding-block:59px 50px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-heading .eyebrow,.questions .eyebrow{color:#666666;margin-bottom:10px}h2{font:400 clamp(1.8rem,3vw,2.5rem)/1.2 var(--serif);letter-spacing:-.025em}.section-heading>p{font-size:.875rem;color:var(--muted);text-align:right;flex-shrink:0}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.product{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;min-width:0;display:flex;flex-direction:column}.product-visual{height:255px;background:#202020;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:37px 24px 12px}.complete .product-visual{background:#151515}.product-number{position:absolute;top:16px;left:24px;font-size:.75rem;letter-spacing:.1em;font-weight:700;color:#e0b965}.product-visual img{height:202px;width:auto;box-shadow:8px 10px 16px #00000066;transform:rotate(0);filter:grayscale(1);object-fit:contain}.complete .product-visual img{transform:rotate(0)}.product-copy{padding:30px;display:flex;flex-direction:column;flex:1}.product-copy>.eyebrow{font-size:.75rem;color:#76602f;letter-spacing:.1em}.title-price{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-top:9px}h3{font-family:var(--serif);font-size:2rem;font-weight:400;line-height:1.15;letter-spacing:-.03em}.price{font-size:2rem;font-weight:500;line-height:1.1;white-space:nowrap}.price span{display:block;text-align:right;font-size:.75rem;color:var(--muted);line-height:1.7;margin-top:4px;letter-spacing:.08em}.product-subtitle{font-size:.875rem;color:var(--muted);margin-top:4px}.product-copy>p:not(.eyebrow):not(.product-subtitle){margin-top:19px;color:var(--muted)}.included{padding:0;margin:22px 0 29px;list-style:none;font-size:.95rem}.included li{position:relative;padding-left:21px;margin-bottom:9px}.included li:before{content:'✓';position:absolute;left:0;color:#8a691e}.purchase{margin-top:auto}.button{display:flex;width:100%;justify-content:center;align-items:center;gap:12px;padding:14px 16px;min-height:54px;background:var(--gold);border:1px solid var(--gold);color:#101010;font-weight:700;font-size:.95rem;text-decoration:none;text-align:center;border-radius:6px;transition:background .15s}.button:hover{background:#e8c780}.button.unavailable{background:#eeeeee;color:#676767;border-color:#d8d8d8;cursor:not-allowed}.purchase p{font-size:.8rem;text-align:center;color:var(--muted);margin-top:10px}.overlap-note{text-align:center;font-size:.95rem;color:var(--muted);padding:25px 12px 0}.overlap-note strong{color:var(--ink)}.questions{border-top:1px solid var(--line);padding-block:50px 75px;display:grid;grid-template-columns:1fr 1.5fr;gap:75px}.questions>div>p:not(.eyebrow){margin-top:20px;color:var(--muted)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;position:relative;font-size:1rem;font-weight:600;padding:19px 30px 19px 0}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;top:15px;font-size:1.5rem;font-weight:400}details[open] summary:after{content:'−'}details>div{padding:0 25px 23px 0;color:var(--muted);font-size:.95rem}.footer{background:var(--ink);color:white;padding-block:28px}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:25px;flex-wrap:wrap}.footer .wordmark{font-size:1rem}.footer p,.footer small{font-size:.8rem;color:#c4c4c4}
@media(max-width:900px){.wrap{width:calc(100% - 48px)}.intro-grid{gap:40px;grid-template-columns:1.6fr 1fr}.intro-note{padding-left:24px}.product-copy{padding:24px}h3{font-size:1.7rem}.section-heading{display:block}.section-heading>p{text-align:left;margin-top:14px}.questions{gap:35px;grid-template-columns:1fr 1.4fr}}
@media(max-width:650px){.wrap{width:calc(100% - 36px)}.nav{padding-block:23px}.wordmark{font-size:1rem}.wordmark small{font-size:.65rem}nav{gap:17px}nav a{font-size:.875rem}.intro-grid{display:block;padding-block:43px 44px}.intro-note{display:none}.intro .eyebrow{font-size:.65rem;letter-spacing:.12em}.lead{font-size:1rem}.products{padding-block:38px}.product-grid{grid-template-columns:1fr;gap:24px}.product-visual{height:240px}.product-copy{padding:25px}.questions{display:block;padding-block:34px 47px}.questions>div>p:not(.eyebrow){display:none}.faq-list{margin-top:18px}.footer-inner{display:block}.footer p{margin-top:12px}.footer small{display:block;margin-top:8px}.overlap-note{font-size:.875rem}.title-price{gap:12px}h3{font-size:1.9rem}.section-heading>p{font-size:.875rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.brand-logo{display:block;width:270px;line-height:0}.brand-logo img{display:block;width:100%;height:auto}
@media(max-width:650px){.brand-logo{width:205px}}

.free-pack{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center;padding-block:48px;border-bottom:1px solid var(--line)}.free-pack .eyebrow{color:#76602f;margin-bottom:10px}.free-description{color:var(--muted);margin-top:16px;max-width:600px}.free-label{display:flex;justify-content:space-between;gap:16px;font-weight:700;margin-bottom:14px}.free-label strong{font-size:1.5rem;line-height:1}.free-download>p:last-child{font-size:.8rem;text-align:center;color:var(--muted);margin-top:10px}
@media(max-width:900px){.free-pack{gap:30px}}
@media(max-width:650px){.nav{flex-wrap:wrap;gap:20px}nav{flex-wrap:wrap}.free-pack{grid-template-columns:1fr;gap:24px;padding-block:34px}}
