:root{--black:#111;--gold:#c79b5b;--gold-light:#e2bf88;--paper:#f7f5f2;--white:#fff;--muted:#6f6961}*{box-sizing:border-box}body{background:var(--paper);color:var(--black);margin:0;font-family:Inter,Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.hero{background:linear-gradient(135deg,#faf8f4,#eee7dc);grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;min-height:100vh;padding:7vw;display:grid}h1{letter-spacing:-.055em;max-width:850px;margin:12px 0 22px;font-size:clamp(52px,7vw,104px);line-height:.98}.lead{max-width:760px;color:var(--muted);font-size:20px;line-height:1.6}.eyebrow{color:#916a35;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:800}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border-radius:14px;padding:14px 18px;font-weight:800}.primary{background:var(--gold)}.secondary{background:var(--white);border:1px solid #d8d0c5}.flow{background:var(--black);color:var(--white);border-radius:28px;padding:28px;box-shadow:0 34px 90px #0000003d}.flowItem{background:#1d1d20;border:1px solid #343438;border-radius:15px;align-items:center;gap:12px;margin-top:11px;padding:15px;display:flex}.flowItem span{background:var(--gold);border-radius:999px;width:10px;height:10px}.page{max-width:1320px;margin:0 auto;padding:72px 24px}.backLink{color:var(--muted);align-items:center;gap:8px;margin-bottom:28px;font-size:13px;font-weight:700;display:inline-flex}.backLink:hover{color:var(--black)}.chatGrid{grid-template-columns:1fr 360px;gap:18px;margin-top:32px;display:grid}.card{background:var(--white);border:1px solid #e0d8ce;border-radius:20px;padding:22px}.chat{min-height:520px}.message{border-radius:16px;max-width:76%;margin:10px 0;padding:13px 15px;line-height:1.5}.message.max{background:#f0ece6}.message.user{background:var(--black);color:var(--white);margin-left:auto}dl{grid-template-columns:1fr 1fr;gap:12px;display:grid}dt{color:var(--muted)}dd{margin:0;font-weight:800}@media (max-width:900px){.hero,.chatGrid{grid-template-columns:1fr}.hero{padding:42px 20px}}.demoGrid{grid-template-columns:minmax(0,1fr) 420px;gap:18px;margin-top:32px;display:grid}.demoStep{border-bottom:1px solid #ece6de;justify-content:space-between;align-items:center;gap:16px;padding:15px 0;display:flex}.demoStep:first-child{padding-top:0}.demoStep button:disabled{cursor:not-allowed;opacity:.45}.result{color:#fff;background:#111;border-radius:16px;gap:8px;margin-top:20px;padding:18px;display:grid}.result span{color:#b8b1a7}.result b{color:#e2bf88;font-size:25px}.demoLog{max-height:460px;overflow:auto}.demoLog p{border-bottom:1px solid #ece6de;padding-bottom:10px;line-height:1.45}@media (max-width:900px){.demoGrid{grid-template-columns:1fr}.demoStep{flex-direction:column;align-items:stretch}}.loginPanel{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;margin-top:28px;display:grid}.maxStartPanel{background:linear-gradient(135deg,#fff 0%,#f5efe6 100%);justify-content:space-between;align-items:center;gap:28px;margin-top:32px;display:flex}.maxStartPanel h2{letter-spacing:-.05em;margin:9px 0 8px;font-size:clamp(28px,4vw,44px)}.maxStartPanel p,.maxChatTop p{color:var(--muted);margin:0;line-height:1.5}.maxStartKicker{color:#9f743f;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.maxChatCard{margin-top:32px}.maxChatTop{border-bottom:1px solid #ece5db;justify-content:space-between;align-items:center;gap:18px;padding-bottom:18px;display:flex}.button.ghost{color:var(--black);background:0 0;border:1px solid #d7cec2}.button.ghost:hover{background:#f2ece4}.maxSuggestions{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.suggestionButton{color:#5e554b;cursor:pointer;font:inherit;background:#fbf8f3;border:1px solid #d7cec2;border-radius:999px;padding:9px 13px;font-size:12px}.suggestionButton:hover{background:#f3e6d6;border-color:#b99365}.maxComposerHint{color:var(--muted);margin:9px 0 0;font-size:11px}.field{color:#111;background:#fff;border:1px solid #dcd4c9;border-radius:13px;width:100%;padding:12px 13px}.systemMessage{border-left:3px solid var(--gold);background:#eee7dc;border-radius:8px;margin:14px 0;padding:11px 14px}.offerList{gap:13px;margin-top:18px;display:grid}.offerCard{grid-template-columns:minmax(0,1fr) auto;gap:18px;display:grid}.offerCard aside{align-content:start;justify-items:end;gap:8px;display:grid}.matchPercent{color:#966d34;font-size:32px}.statusPill{color:#625c54;background:#eee8df;border-radius:999px;width:max-content;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.offerActions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}@media (max-width:900px){.loginPanel{grid-template-columns:1fr}.maxStartPanel,.maxChatTop{flex-direction:column;align-items:stretch}.offerCard{grid-template-columns:1fr}.offerCard aside{justify-items:start}}.trustGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.trustScore{color:#966d34;margin:12px 0 2px;font-size:58px;line-height:1;display:block}.trustList{gap:8px;display:grid}.trustRow{border-top:1px solid #e2dbd1;justify-content:space-between;gap:14px;padding-top:10px;display:flex}.pillRow{flex-wrap:wrap;gap:6px;display:flex}@media (max-width:800px){.trustGrid{grid-template-columns:1fr}}.jsonPanel{color:#f7f5f2;background:#111;border-radius:14px;max-height:520px;padding:18px;font-size:12px;line-height:1.55;overflow:auto}.chatList{gap:12px;min-height:260px;margin-bottom:16px;display:grid}.chatMessage{border-radius:16px;max-width:78%;padding:13px 15px}.chatMessage p{margin:6px 0 0}.chatMessage.user{color:#fff;background:#111;justify-self:end}.chatMessage.max{color:#111;background:#eee8de;justify-self:start}.chatComposer{grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}.chatComposer textarea{resize:vertical;min-height:92px}@media (max-width:700px){.chatComposer{grid-template-columns:1fr}.chatMessage{max-width:94%}}.landing{--ink:#181817;--line:#deded8;--cream:#f2f1eb;--lime:#d9ff4c;color:var(--ink);background:#fcfcfa;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.landingHeader{z-index:3;justify-content:space-between;align-items:center;max-width:1480px;margin:auto;padding:28px 48px;display:flex;position:absolute;top:0;left:0;right:0}.brand{letter-spacing:-.08em;font-size:19px;font-weight:900}.brand span{color:#a9d720}.landingHeader nav{gap:30px;font-size:13px;display:flex}.landingHeader nav a:hover,.landingFooter a:hover{opacity:.55}.headerLogin{border-bottom:1px solid var(--ink);padding-bottom:4px;font-size:13px}.headerLogin span{margin-left:5px}.landingHero{isolation:isolate;background:#edede8;min-height:760px;padding:190px max(48px,50vw - 640px) 90px;position:relative}.landingHero>:not(.heroOrb){z-index:1;position:relative}.landingKicker{color:#74746f;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:10px;font-weight:700}.landing h1,.landing h2,.landing h3{margin:0;font-weight:500}.landing h1{letter-spacing:-.085em;max-width:900px;font-size:clamp(64px,8.6vw,132px);line-height:.88}.landing em{color:#8eb400;font-family:Georgia,serif;font-weight:400}.heroCopy{color:#5e5e58;max-width:440px;margin:36px 0 0;font-size:16px;line-height:1.55}.landingActions{gap:10px;margin-top:32px;display:flex}.landingButton{border-radius:99px;align-items:center;gap:28px;padding:15px 19px;font-size:13px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.landingButton:hover{transform:translateY(-2px)}.landingButtonDark{background:var(--ink);color:#fff}.landingButtonLight{background:#f7f7f3;border:1px solid #c8c8c1}.landingButton span{font-size:18px;font-weight:400}.heroHint{color:#6e6e69;align-items:center;gap:8px;margin-top:76px;font-size:12px;display:flex}.heroHint i{background:#9fc625;border-radius:50%;width:7px;height:7px;display:block}.heroOrb{z-index:-1;filter:blur(1px);border-radius:50%;position:absolute}.orbOne{background:radial-gradient(circle at 34% 32%,#efffbe,#b6df20 58%,#729400);width:min(40vw,570px);height:min(40vw,570px);top:110px;right:8%;box-shadow:0 20px 120px #a4bd4670}.orbTwo{opacity:.55;background:#d6ff47;width:310px;height:310px;bottom:-180px;right:31%}.maxIntro{color:#fff;background:#1b1b19;max-width:1184px;margin:-1px auto 0;padding:78px 48px}.maxIntroHead{grid-template-columns:86px 1fr auto;align-items:center;gap:20px;display:grid}.maxIntroHead .landingKicker{color:#979790;margin-bottom:6px}.maxIntro h2{letter-spacing:-.06em;font-size:44px}.maxIntroHead>p{color:#adada5;margin:0;font-size:13px;line-height:1.5}.maxMark{background:var(--lime);width:56px;height:56px;color:var(--ink);border-radius:16px;place-items:center;font-size:23px;font-weight:800;display:grid}.maxMark span{font-size:14px}.maxPrompt{color:#9d9d96;border-bottom:1px solid #55554e;justify-content:space-between;align-items:center;margin-top:55px;padding:0 0 17px;font-size:20px;display:flex}.maxPrompt p{margin:0}.maxPrompt a{background:var(--lime);width:42px;height:42px;color:var(--ink);border-radius:50%;place-items:center;font-size:21px;display:grid}.suggestions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.suggestions span{color:#b5b5ae;border:1px solid #45453f;border-radius:99px;padding:8px 12px;font-size:11px}.contentSection,.categoriesSection,.trustSection,.mastersSection,.providerCta{max-width:1280px;margin:auto;padding:150px 48px}.sectionIntro h2,.categoriesSection h2,.trustSection h2,.mastersSection h2,.providerCta h2{letter-spacing:-.075em;font-size:clamp(47px,5.2vw,78px);line-height:.94}.howSection{grid-template-columns:.9fr 1.1fr;gap:50px;display:grid}.stepsGrid{grid-template-columns:repeat(3,1fr);align-self:end;gap:12px;display:grid}.stepCard{background:var(--cream);min-height:255px;padding:18px}.stepCard>span{color:#8d8d87;font-size:11px}.stepLine{background:#cecec7;width:100%;height:1px;margin:63px 0 16px}.stepCard h3{letter-spacing:-.04em;font-size:21px}.stepCard p,.trustCopy>p:last-child,.providerCta>p:last-of-type{color:#6f6f69;font-size:13px;line-height:1.55}.categoriesSection{border-top:1px solid var(--line);grid-template-columns:.9fr 1.1fr;gap:80px;display:grid}.categoriesList{border-top:1px solid #cfcfc9}.categoriesList a{letter-spacing:-.04em;border-bottom:1px solid #cfcfc9;grid-template-columns:44px 1fr auto;align-items:center;padding:19px 0;font-size:19px;display:grid}.categoriesList span{color:#85857f;font-size:11px}.categoriesList b{font-size:17px;font-weight:400}.trustSection{background:#f3f3ee;grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.trustCopy>p:last-child{max-width:400px;margin:30px 0 0}.trustPanel{background:#fff;padding:28px;box-shadow:0 18px 45px #45454012}.trustPanelTop,.trustProgress{justify-content:space-between;align-items:center;display:flex}.trustPanelTop{letter-spacing:.08em;border-bottom:1px solid #e4e4de;padding-bottom:22px;font-size:10px;font-weight:700}.trustPanelTop i{color:#668000;background:#effac8;border-radius:50px;padding:7px 9px;font-size:9px;font-style:normal}.trustProgress{justify-content:flex-start;gap:18px;padding:28px 0}.trustProgress>span{color:#9bbb19;letter-spacing:-.07em;font-size:47px}.trustProgress div{flex:1}.trustProgress p{margin:0 0 10px;font-size:14px;font-weight:700}.trustProgress b{background:#e7e7e1;border-radius:6px;height:5px;display:block;overflow:hidden}.trustProgress b i{background:#bde332;width:60%;height:100%;display:block}.trustProgress small{color:#85857f;margin-top:8px;font-size:10px;display:block}.trustChecks{border-top:1px solid #e4e4de;gap:10px;padding-top:19px;display:grid}.trustChecks p{margin:0;font-size:12px}.trustChecks i{color:#537200;background:#def68c;border-radius:50%;place-items:center;width:17px;height:17px;margin-right:8px;font-size:10px;font-style:normal;display:inline-grid}.mastersSection{padding-bottom:110px}.masterCards{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:60px;display:grid}.masterCard{color:#fff;background-position:50%;background-size:cover;align-items:flex-end;min-height:420px;padding:22px;display:flex}.masterCard div{width:100%}.masterCard span{letter-spacing:.13em;font-size:9px;font-weight:700}.masterCard h3{letter-spacing:-.06em;margin-top:12px;font-size:29px;line-height:.95}.masterOne{background-image:linear-gradient(#00000012,#0000008c),linear-gradient(135deg,#b5a798,#55443b)}.masterTwo{background-image:linear-gradient(#00000012,#0000008c),linear-gradient(135deg,#b4b0a5,#595951)}.masterThree{background-image:linear-gradient(#00000012,#0000008c),linear-gradient(135deg,#d2c28d,#74664a)}.textLink{border-bottom:1px solid var(--ink);margin-top:35px;padding-bottom:5px;font-size:13px;font-weight:700;display:inline-block}.textLink span{margin-left:20px}.providerCta{background:var(--lime);text-align:center;max-width:none}.providerCta h2{max-width:780px;margin:auto}.providerCta>p:last-of-type{color:#526016;max-width:490px;margin:28px auto}.providerCta .landingButton{margin-top:10px}.landingFooter{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:20px;padding:35px 48px;display:grid}.landingFooter p,.landingFooter small{color:#9d9d96;margin:0;font-size:11px}.landingFooter div{gap:22px;font-size:11px;display:flex}@media (max-width:760px){.landingHeader{padding:23px 20px}.landingHeader nav{display:none}.landingHero{min-height:680px;padding:160px 20px 50px}.orbOne{width:350px;height:350px;top:280px;right:-105px}.maxIntro,.contentSection,.categoriesSection,.trustSection,.mastersSection,.providerCta{padding:72px 20px}.maxIntroHead{grid-template-columns:56px 1fr}.maxIntroHead>p{grid-column:1/-1;margin-top:12px}.howSection,.categoriesSection,.trustSection{grid-template-columns:1fr;gap:42px}.stepsGrid{grid-template-columns:1fr}.stepCard{min-height:185px}.stepLine{margin-top:35px}.masterCards{grid-template-columns:1fr;margin-top:38px}.masterCard{min-height:320px}.landingFooter{grid-template-columns:1fr 1fr;padding:30px 20px}.landingFooter div{grid-column:1/-1}.landingFooter small{text-align:right}}.landing{--ink:#211e1a;--line:#ded2c3;--cream:#f2e9dc;--paper:#fbf8f3;--gold:#c9965a;--clay:#b6794d;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.landingHeader{padding-top:22px;position:absolute}.brand{letter-spacing:0;align-items:center;gap:9px;display:inline-flex}.brandEmblem{object-fit:contain;mix-blend-mode:multiply;width:34px;height:34px}.brandWord{letter-spacing:.12em;font-size:17px;font-weight:700;color:var(--ink)!important}.landingHeader nav{gap:27px;font-size:12px}.headerLogin{border:1px solid #c9b9a7;border-radius:999px;padding:9px 14px}.landingHero{background:linear-gradient(90deg,#f7f0e6 0% 40%,#eadac6 68%,#c9a98a 100%);min-height:690px;padding-top:170px}.heroCopyColumn{z-index:2;max-width:570px;position:relative}.landingKicker{color:#8e755e}.heroBrandName{letter-spacing:-.07em;margin:0 0 18px;font-family:Georgia,serif;font-size:clamp(58px,7vw,100px);line-height:.9}.landing h1{letter-spacing:-.055em;max-width:570px;font-family:Georgia,serif;font-size:clamp(38px,4.2vw,62px);line-height:.98}.landing em{color:var(--clay);font-family:Georgia,serif}.heroCopy{color:#716354;max-width:390px;margin-top:25px;font-size:15px}.heroHint{color:#7d6955;margin-top:56px}.heroHint i{background:var(--gold)}.heroOrb{display:none}.heroScene{background:linear-gradient(145deg,#e8d6c0 0%,#b18b68 100%);width:min(54vw,700px);height:535px;top:74px;right:max(24px,50vw - 700px);overflow:hidden;box-shadow:0 28px 60px #5338232e;z-index:1!important;position:absolute!important}.heroInterior{background:linear-gradient(90deg,#e8d6c0 0%,#0000 42%),linear-gradient(#3e2a1d33,#0000 40%),repeating-linear-gradient(90deg,#5b3d254d 0 3px,#0000 3px 110px);position:absolute;inset:0}.heroInterior:after{content:"";background:linear-gradient(135deg,#c7b196,#8c6b4f);height:28%;position:absolute;bottom:0;left:12%;right:10%;box-shadow:0 -15px 32px #36221533}.heroEmblem{z-index:2;mix-blend-mode:multiply;filter:drop-shadow(0 26px 22px #2e1c113d);width:64%;height:auto;position:absolute;top:6%;right:9%}.heroSceneLabel{z-index:3;color:#f7ede0;letter-spacing:.16em;font-size:9px;font-weight:700;position:absolute;bottom:5%;right:6%}.maxIntro{max-width:1184px;color:var(--ink);background:#f0e6d7;padding:56px 48px}.maxIntroHead{grid-template-columns:160px 1fr auto}.maxIntroHead .landingKicker{color:#9a795d}.maxIntroHead>p{color:#705f50}.maxMark{color:var(--ink);background:#d7b184}.maxPrompt{color:#6c5a49;border-color:#cbb8a2}.maxPrompt a{background:var(--ink);color:#fff}.suggestions span{color:#745f4b;border-color:#cdbba7}.howSection{padding-top:110px}.stepCard{background:var(--cream)}.stepCard>span{color:#a17f63}.stepLine{background:#d7c8b8}.stepCard p,.trustCopy>p:last-child,.providerCta>p:last-of-type{color:#75685c}.materialsSection{border-top:1px solid var(--line);grid-template-columns:.82fr 1.18fr;gap:70px;max-width:1280px;margin:auto;padding:110px 48px;display:grid}.materialsSection h2{letter-spacing:-.065em;margin:0;font-family:Georgia,serif;font-size:clamp(43px,5vw,70px);line-height:.96}.materialsSection>div:first-child>p:last-child{color:#75685c;max-width:360px;margin-top:25px;font-size:13px;line-height:1.55}.materialSwatches{grid-template-columns:repeat(5,1fr);align-items:end;gap:12px;display:grid}.materialSwatches article{color:#786654;gap:10px;font-size:10px;display:grid}.swatch{aspect-ratio:.72;border-radius:2px;display:block;box-shadow:inset 0 0 0 1px #48301d14}.swatchOak{background:repeating-linear-gradient(87deg,#a77a4d 0 2px,#c49a6b 2px 6px,#987044 6px 8px)}.swatchLinen{background:repeating-linear-gradient(45deg,#ddd5c9 0 2px,#eee9e1 2px 5px)}.swatchStone{background:radial-gradient(circle at 25% 35%,#d7c5aa 0 2px,#0000 3px),#c9b293}.swatchWalnut{background:repeating-linear-gradient(88deg,#5d3926 0 3px,#805638 3px 7px)}.swatchClay{background:#b96f4b}.categoriesSection{border-top:1px solid var(--line)}.categoriesList{border-color:#cfc0af}.categoriesList a{border-color:#d8cbbb}.trustSection{background:#f1e8dc}.trustPanel{background:#fffaf4;box-shadow:0 18px 45px #7d604012}.trustPanelTop,.trustChecks{border-color:#eadfd2}.trustPanelTop i{color:#946a3a;background:#f3e3c9}.trustProgress>span{color:var(--clay)}.trustProgress b{background:#eee3d6}.trustProgress b i{background:var(--gold)}.trustChecks i{color:#895e32;background:#ead3b3}.providerCta{background:#d7b184}.providerCta .landingKicker{color:#765337}.providerCta>p:last-of-type{color:#634b37}@media (min-width:761px) and (max-width:1100px){.landingHero{padding-left:40px;padding-right:40px}.heroCopyColumn{max-width:47%}.heroBrandName{font-size:clamp(54px,6vw,78px)}.landing h1{font-size:clamp(36px,4vw,50px)}.heroCopy{max-width:330px}.heroScene{width:43vw;height:445px;top:100px;right:20px}.landingActions{z-index:3;position:relative}}@media (max-width:760px){.landingHero{min-height:830px;padding-top:145px}.landingHeader nav{display:none}.heroCopyColumn{max-width:100%}.heroBrandName{font-size:68px}.landing h1{font-size:45px}.heroScene{width:420px;height:330px;top:470px;right:-40px}.heroEmblem{width:67%;top:2%;right:6%}.maxIntro,.contentSection,.categoriesSection,.trustSection,.mastersSection,.providerCta{padding:72px 20px}.maxIntroHead{grid-template-columns:56px 1fr}.maxIntroHead>p{grid-column:1/-1;margin-top:12px}.materialsSection{grid-template-columns:1fr;gap:38px;padding:72px 20px}.materialSwatches{gap:7px}.materialSwatches article{font-size:8px}.howSection,.categoriesSection,.trustSection{grid-template-columns:1fr;gap:42px}.stepsGrid{grid-template-columns:1fr}}.landing{--ink:#211d18;--paper:#f7f0e6;--warm-white:#fffaf3;--line:#d8c9b7;--gold:#c89451;--clay:#a96f45;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.landingHeader{max-width:1500px;padding:22px 52px}.landingHeader nav{color:#3c342b;gap:30px;font-size:13px}.landingHeader nav a{white-space:nowrap}.headerTools{align-items:center;gap:20px;display:flex}.headerSearch{place-items:center;width:24px;height:24px;display:grid}.headerSearch svg{fill:none;width:19px;height:19px;stroke:var(--ink);stroke-linecap:round;stroke-width:1.6px}.headerLogin{text-align:center;border:1px solid #c7b4a0;min-width:86px;padding:10px 20px}.landingHero{background:linear-gradient(90deg,#f7f0e6 0% 37%,#ead9c4 65%,#b28d6b 100%);min-height:590px;padding-top:145px;padding-bottom:72px}.landingHero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 48%,#fffaf23d 72%,#0000);position:absolute;inset:0}.heroCopyColumn{max-width:565px}.heroBrandName{margin-bottom:22px;font-size:clamp(64px,7vw,104px)}.landing h1{font-size:clamp(42px,4.8vw,68px)}.heroCopy{margin-top:23px;font-size:16px}.landingActions{margin-top:30px}.landingButtonDark{background:#1f1c18}.landingButtonLight{background:#fffaf39e;border-color:#b9a38b}.heroTrust{color:#816d57;gap:42px;margin-top:55px;font-size:11px;line-height:1.25;display:flex}.heroTrust span{align-items:center;gap:9px;display:flex}.heroTrust i{width:28px;height:28px;color:var(--gold);border:1px solid #b79a7a;border-radius:50%;place-items:center;font-size:15px;font-style:normal;display:grid}.heroScene{width:min(56vw,760px);height:525px;box-shadow:none;background:linear-gradient(140deg,#dfc8aa,#8d694d);top:67px;right:max(20px,50vw - 740px);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 19% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 19% 100%)}.heroInterior{background:linear-gradient(90deg,#e8d9c6 0%,#0000 34%),linear-gradient(#3c271747,#0000 38%),repeating-linear-gradient(90deg,#5b3d2552 0 3px,#0000 3px 112px)}.heroInterior:after{background:linear-gradient(135deg,#c6ad91,#89674b);height:27%;left:16%;right:7%}.heroEmblem{width:67%;top:8%;right:7%}.maxHowCard{background:var(--warm-white);border:1px solid #e6d9ca;border-radius:24px;grid-template-columns:.86fr 1.14fr;max-width:1380px;margin:-1px auto 0;display:grid;overflow:hidden;box-shadow:0 16px 38px #52351a17}.maxHowCard .maxIntro{max-width:none;min-height:230px;color:var(--ink);background:#eadcc8;border-radius:0;align-items:flex-end;gap:20px;margin:0;padding:24px 28px 0;display:flex}.maxPortrait{background:linear-gradient(150deg,#d3ae84,#856044);border-radius:92px 92px 0 0;align-self:end;width:175px;min-width:175px;height:225px;position:relative;overflow:hidden}.maxPortrait:before{content:"";background:#b8794d;border-radius:50% 50% 42% 42%;width:75px;height:82px;position:absolute;top:26px;left:51px;box-shadow:8px 8px #5f3b28}.maxPortraitHead{z-index:1;background:#3d2a1e;border-radius:55% 55% 25% 25%;width:88px;height:35px;position:absolute;top:18px;left:44px}.maxPortraitBody{background:#6e492f;border-radius:50% 50% 0 0;width:130px;height:135px;position:absolute;bottom:-32px;left:26px;box-shadow:inset 0 0 0 15px #a3714b}.maxIntroCopy{padding-bottom:27px}.maxIntroCopy .landingKicker{margin-bottom:10px}.maxIntroCopy h2{letter-spacing:-.035em;font-family:Georgia,serif;font-size:23px;line-height:1.08}.maxIntroCopy>p{color:#75614d;max-width:270px;margin:13px 0 14px;font-size:11px;line-height:1.4}.maxAskButton{color:#fffaf3;background:#25211c;border-radius:999px;align-items:center;gap:8px;padding:9px 15px;font-size:11px;display:inline-flex}.maxAskButton span{color:#d2a465}.howMini{padding:26px 32px 24px}.howMini>.landingKicker{color:#7f6a53;margin-bottom:14px}.howMiniGrid{grid-template-columns:repeat(3,1fr);display:grid}.howMiniGrid article{border-left:1px solid #eadfd3;min-height:145px;padding:7px 25px 0;position:relative}.howMiniGrid article:first-child{border-left:0}.howMiniNumber{color:var(--gold);font-family:Georgia,serif;font-size:22px}.howMiniIcon{float:right;color:#9c876e;font-size:24px}.howMiniGrid h3{clear:both;margin:19px 0 9px;font-family:Georgia,serif;font-size:15px}.howMiniGrid p{color:#766653;margin:0;font-size:11px;line-height:1.4}.materialsSection{background:#f1e6d5;border:1px solid #eadfd2;border-radius:24px;max-width:1380px;margin-top:22px;padding:36px 30px}.materialsSection h2{font-size:clamp(32px,3.6vw,50px)}.landingStats{gap:0;margin-top:25px;display:flex}.landingStats span{color:#786653;border-right:1px solid #d9c9b7;gap:5px;min-width:115px;margin-right:18px;padding-right:18px;font-size:10px;display:grid}.landingStats span:last-child{border-right:0}.landingStats b{color:var(--ink);font-size:19px;font-weight:500}.materialSwatches{gap:10px}.swatch{aspect-ratio:.78}.trustSection{background:#efe4d5;border:1px solid #eadfd2;border-radius:24px;max-width:1380px;margin-top:22px}.sectionAnchor{height:1px;display:block}.landingFooter{background:#28221d}@media (max-width:1100px){.landingHeader{padding-left:28px;padding-right:28px}.landingHeader nav{gap:16px;font-size:11px}.heroScene{width:56vw;right:-4%}.heroTrust{gap:20px}}@media (max-width:760px){.landingHeader{padding:18px 20px}.headerTools{gap:10px}.landingHero{min-height:820px;padding-top:125px}.heroScene{width:500px;height:330px;top:465px;right:-60px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 20% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 20% 100%)}.heroTrust{flex-direction:column;gap:12px;margin-top:30px}.maxHowCard{border-radius:18px;grid-template-columns:1fr}.maxHowCard .maxIntro{min-height:245px;padding-right:18px}.maxPortrait{width:125px;min-width:125px;height:190px}.maxPortrait:before{left:33px}.maxPortraitHead{left:27px}.maxPortraitBody{left:8px}.howMini{padding:24px 18px}.howMiniGrid{grid-template-columns:1fr;gap:14px}.howMiniGrid article{border-top:1px solid #eadfd3;border-left:0;min-height:auto;padding:13px 0 13px 18px}.howMiniGrid article:first-child{border-top:0}.landingStats{flex-wrap:wrap;gap:14px 0}.landingStats span{min-width:50%;margin-right:0}.materialsSection{margin:18px 20px 0;padding:28px 20px}}.providerJoinHero{max-width:900px;padding:clamp(64px,10vw,128px) 0 56px}.providerJoinHero h1{max-width:820px}.providerJoinActions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.providerJoinGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.providerJoinCard span{color:var(--gold,#a97932);letter-spacing:.14em;font-size:.84rem}.providerJoinCard h2{margin:18px 0 10px}.providerJoinNotice{color:var(--muted,#6f675d);background:#fffcf6b8;border:1px solid #70532d2e;border-radius:18px;margin-top:18px;padding:20px 24px}@media (max-width:760px){.providerJoinGrid{grid-template-columns:1fr}}
