.hp{--bg:#F7F1E7;--panel:#FFFDF8;--card:#F3E8D8;--ink:#2A1A14;--body:#6F6258;--muted:#9A8B7F;--accent:#B68A4A;--accent-s:#D8BE91;--accent-d:#8A6530;--line:rgba(42,26,20,0.12);--line-faint:rgba(42,26,20,0.07);color:var(--ink);font-family:var(--font-manrope),"Manrope",sans-serif;-webkit-font-smoothing:antialiased}.hp,.hp .hp-topnav{background:var(--bg)}.hp .hp-topnav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);height:68px;border-bottom:1px solid var(--line-faint);transition:background .3s,box-shadow .3s,border-color .3s}.hp .hp-topnav.scrolled{background:rgba(247,241,231,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--line);box-shadow:0 1px 0 var(--line-faint),0 8px 28px -10px rgba(42,26,20,.14)}.hp .hp-nav-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.hp .hp-nav-mark{width:30px;height:30px;flex:none}.hp .hp-nav-name{font-weight:700;letter-spacing:.22em;font-size:13px;color:var(--ink);text-transform:uppercase}.hp .hp-nav-links{display:flex;align-items:center;gap:4px}.hp .hp-nav-links a{color:var(--body);text-decoration:none;font-size:14px;font-weight:500;padding:8px 14px;border-radius:6px;transition:color .2s,background .2s}.hp .hp-nav-links a:hover{color:var(--ink);background:var(--card)}.hp .hp-nav-links a.active{color:var(--accent-d);font-weight:600}.hp .hp-nav-cta{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:var(--bg);font-weight:600;font-size:13.5px;padding:10px 20px;border-radius:4px;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;box-shadow:0 6px 20px -8px rgba(42,26,20,.5)}.hp .hp-nav-cta:hover{background:var(--accent-d);transform:translateY(-1px);box-shadow:0 10px 26px -8px rgba(42,26,20,.6);color:var(--bg)}.hp .hp-nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;color:var(--ink)}.hp .hp-nav-hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:all .25s}.hp .hp-nav-mobile{display:none;position:fixed;inset:0;z-index:49;background:var(--panel);padding:88px 28px 40px;flex-direction:column;gap:4px;overflow-y:auto}.hp .hp-nav-mobile.open{display:flex}.hp .hp-nav-mobile a{color:var(--body);text-decoration:none;font-size:15px;font-weight:500;padding:14px 16px;border-radius:8px;transition:background .2s,color .2s}.hp .hp-nav-mobile a:hover{background:var(--card);color:var(--ink)}.hp .hp-nav-mobile .mobile-cta{margin-top:16px;background:var(--ink);color:var(--bg);text-align:center;font-weight:700;padding:16px;border-radius:6px}.hp .hp-nav-mobile-close{position:fixed;top:20px;right:24px;z-index:51;background:none;border:none;cursor:pointer;color:var(--ink);font-size:24px;padding:8px}@media(max-width:900px){.hp .hp-nav-cta.desktop-only,.hp .hp-nav-links{display:none}.hp .hp-nav-hamburger{display:flex}}.pf-hero{position:relative;min-height:calc(100vh - 68px);display:flex;flex-direction:column;overflow:hidden}.pf-hero:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(/hero-bg.png);background-size:cover;background-position:100%;background-repeat:no-repeat;transform-origin:center center;animation:pf-breathe 8s ease-in-out infinite alternate}@keyframes pf-breathe{0%{transform:scale(1)}to{transform:scale(1.05)}}.pf-copy-wrap{flex:1;display:flex;align-items:center;padding:clamp(40px,6vw,64px) clamp(28px,6vw,80px) clamp(48px,7vw,80px)}.pf-copy{position:relative;z-index:2;max-width:600px}.pf-eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:28px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--body);font-weight:600}.pf-rule{display:block;width:30px;height:1px;background:var(--accent);flex:none}.pf-hero h1{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:clamp(46px,5.6vw,84px);line-height:1;letter-spacing:-.012em;color:var(--ink);margin:0}.pf-l2{display:block;margin-top:2px}.pf-accent{color:var(--accent-d);font-style:italic;font-weight:600}.pf-sub{margin:30px 0 0;max-width:44ch;font-size:clamp(15px,1.3vw,18px);line-height:1.64;color:var(--body)}.pf-cta-row{display:flex;gap:16px;margin-top:40px;flex-wrap:wrap}.pf-btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-manrope),"Manrope",sans-serif;font-weight:600;font-size:15px;padding:15px 28px;border-radius:3px;cursor:pointer;text-decoration:none;border:1.5px solid transparent;transition:transform .25s,box-shadow .3s,background .3s,color .3s,border-color .3s}.pf-arr{transition:transform .3s;display:inline-block}.pf-btn-primary{color:var(--bg);background:var(--ink);box-shadow:0 14px 30px -12px rgba(42,26,20,.55)}.pf-btn-primary:hover{transform:translateY(-2px);background:var(--accent-d);box-shadow:0 20px 40px -12px rgba(42,26,20,.68);color:var(--bg)}.pf-btn-primary:hover .pf-arr{transform:translateX(4px)}.pf-btn-ghost{color:var(--ink);border-color:var(--ink);background:transparent}.pf-btn-ghost:hover{background:var(--ink);color:var(--bg);transform:translateY(-2px)}.pf-stats{display:flex;flex-wrap:wrap;gap:clamp(28px,5vw,64px);margin-top:clamp(44px,5vw,64px)}.pf-stat-num{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:clamp(34px,3.6vw,48px);line-height:1;color:var(--ink);letter-spacing:.005em}.pf-stat-unit{font-size:.46em;letter-spacing:.04em;font-weight:600}.pf-stat-lbl{margin-top:8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:600}@media(max-width:880px){.pf-hero:before{background-position:bottom;background-size:140% auto}.pf-copy-wrap{align-items:flex-start}.pf-copy{background:linear-gradient(90deg,rgba(247,241,231,.94) 60%,rgba(247,241,231,0));padding:8px 0;border-radius:6px}}@media(prefers-reduced-motion:reduce){.pf-hero:before{animation:none}}.hp .section{max-width:1500px;margin:0 auto;width:100%;padding:clamp(64px,9vw,120px) clamp(28px,6vw,80px)}.hp .head{text-align:center;margin-bottom:clamp(56px,7vw,90px)}.hp .head-center{text-align:center;margin-bottom:clamp(48px,6vw,76px)}.hp .head-flex{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:clamp(40px,5vw,64px);flex-wrap:wrap}.hp .head-left{display:flex;flex-direction:column}.hp .sec-eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:22px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--accent-d);font-weight:700}.hp .sec-eyebrow .rule{width:30px;height:1px;background:var(--accent)}.hp h2{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:clamp(40px,5.4vw,72px);line-height:1.02;letter-spacing:-.012em;color:var(--ink);margin:0}.hp .sec-sub{margin:20px auto 0;max-width:54ch;font-size:clamp(15px,1.3vw,18px);line-height:1.6;color:var(--body)}.hp .see-all{display:inline-flex;align-items:center;gap:8px;color:var(--accent-d);text-decoration:none;font-weight:600;font-size:14.5px;letter-spacing:.01em;padding-bottom:8px;transition:gap .25s,color .25s}.hp .see-all .arr{transition:transform .25s}.hp .see-all:hover{color:var(--accent)}.hp .see-all:hover .arr{transform:translateX(4px)}.hp .hp-pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,1.6vw,24px)}@media(max-width:1100px){.hp .hp-pgrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.hp .hp-pgrid{grid-template-columns:1fr}}.hp .hp-pgcard{background:var(--panel);border:1.5px solid var(--line-faint);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s,border-color .3s}.hp .hp-pgcard:hover{transform:translateY(-6px);border-color:var(--accent-s);box-shadow:0 22px 44px -20px rgba(42,26,20,.22)}.hp .hp-pgcard-img{height:220px;overflow:hidden;background:var(--card)}.hp .hp-pgcard-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.hp .hp-pgcard:hover .hp-pgcard-img img{transform:scale(1.05)}.hp .hp-pgcard-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}.hp .hp-pgcard-cat{font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-d);font-weight:700;margin-bottom:8px}.hp .hp-pgcard-body h3{font-size:17px;font-weight:700;color:var(--ink);letter-spacing:-.01em;line-height:1.3;margin-bottom:8px}.hp .hp-pgcard-body p{font-size:13.5px;line-height:1.6;color:var(--body);flex:1;margin-bottom:18px;max-width:none}.hp .hp-pgcard-link{display:inline-flex;align-items:center;gap:7px;color:var(--accent-d);font-weight:700;font-size:13px;letter-spacing:.01em;transition:color .25s}.hp .hp-pgcard-link .arr{transition:transform .28s}.hp .hp-pgcard:hover .hp-pgcard-link{color:var(--accent)}.hp .hp-pgcard:hover .hp-pgcard-link .arr{transform:translateX(5px)}.hp .hp-pgrid-cta{text-align:center;margin-top:clamp(36px,4vw,56px)}.hp .fs-section{background:var(--panel);padding:clamp(64px,9vw,120px) clamp(28px,6vw,80px);border-top:1px solid var(--line-faint);border-bottom:1px solid var(--line-faint)}.hp .fs-inner{max-width:1500px;margin:0 auto}.hp .fs-header{margin-bottom:clamp(48px,6vw,80px)}.hp .fs-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:clamp(40px,5.4vw,72px);line-height:1.02;letter-spacing:-.012em;color:var(--ink);margin:0}.hp .fs-subtitle{margin-top:18px;font-size:clamp(15px,1.2vw,17px);line-height:1.64;color:var(--body);max-width:56ch}.hp .fs-layout{display:grid;grid-template-columns:46% 1fr;gap:clamp(32px,4vw,64px);align-items:stretch;min-height:540px}.hp .fs-photo-wrap{border-radius:14px;overflow:hidden;position:relative}.hp .fs-photo-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;min-height:520px}.hp .fs-cards{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,1.4vw,22px);align-content:stretch}.hp .fs-card{background:var(--bg);border:1.5px solid var(--line-faint);border-radius:10px;padding:clamp(24px,2.2vw,36px) clamp(22px,2vw,32px);display:flex;flex-direction:column;gap:12px;transition:border-color .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s,transform .28s}.hp .fs-card:hover{border-color:var(--accent-s);box-shadow:0 18px 40px -18px rgba(42,26,20,.14);transform:translateY(-4px)}.hp .fs-card-num{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(40px,4vw,60px);line-height:1;color:var(--accent)}.hp .fs-card h3,.hp .fs-card-num{font-weight:700;letter-spacing:-.01em}.hp .fs-card h3{font-size:clamp(17px,1.35vw,21px);color:var(--ink);margin:0;line-height:1.25}.hp .fs-card p{font-size:14px;line-height:1.65;color:var(--body);margin:0;max-width:none}.hp .fs-cta-wrap{margin-top:clamp(36px,4vw,52px);text-align:center}@media(max-width:1100px){.hp .fs-layout{grid-template-columns:1fr;min-height:auto}.hp .fs-photo-wrap{aspect-ratio:16/9;max-height:480px}.hp .fs-photo-wrap img{min-height:auto}}@media(max-width:600px){.hp .fs-cards{grid-template-columns:1fr}}.hp .cat-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:clamp(40px,5vw,60px);flex-wrap:wrap}.hp .cat-head-left{display:flex;flex-direction:column;max-width:760px}.hp .cat-lede{margin-top:18px;font-size:clamp(15px,1.2vw,17px);line-height:1.6;color:var(--body);max-width:52ch}.hp .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,1.6vw,26px)}@media(max-width:1180px){.hp .cat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:840px){.hp .cat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hp .cat-grid{grid-template-columns:1fr}}.hp .cat-card{position:relative;background:var(--panel);border:1.5px solid var(--line-faint);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit;transition:transform .32s cubic-bezier(.22,.61,.36,1),box-shadow .32s,border-color .32s}.hp .cat-card:hover{transform:translateY(-7px);border-color:var(--accent-s);box-shadow:0 26px 46px -24px rgba(42,26,20,.26)}.hp .cat-thumb{position:relative;aspect-ratio:1/1;background:var(--card);overflow:hidden}.hp .cat-thumb img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.hp .cat-card:hover .cat-thumb img{transform:scale(1.045)}.hp .cat-body{padding:clamp(20px,1.5vw,26px) clamp(20px,1.4vw,24px) clamp(22px,1.6vw,26px);display:flex;flex-direction:column;flex:1}.hp .cat-body h3{font-size:clamp(17px,1.4vw,20px);font-weight:700;letter-spacing:-.01em;color:var(--ink);margin-bottom:9px}.hp .cat-desc{font-size:13.5px;line-height:1.6;color:var(--body);flex:1}.hp .more{display:inline-flex;align-items:center;gap:7px;color:var(--accent-d);font-weight:700;font-size:13.5px;margin-top:20px;letter-spacing:.01em;transition:color .25s}.hp .more .arr{transition:transform .28s}.hp .cat-card:hover .more{color:var(--accent)}.hp .cat-card:hover .more .arr{transform:translateX(5px)}.hp .hp-print-section{background:var(--panel)}.hp .hp-print-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.4vw,20px)}@media(max-width:1100px){.hp .hp-print-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.hp .hp-print-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hp .hp-print-grid{grid-template-columns:1fr}}.hp .hp-print-card{background:var(--bg);border:1.5px solid var(--line-faint);border-radius:8px;padding:clamp(20px,2vw,28px);display:flex;flex-direction:column;gap:12px;transition:border-color .26s,box-shadow .26s,transform .26s}.hp .hp-print-card:hover{border-color:var(--accent-s);box-shadow:0 16px 36px -18px rgba(42,26,20,.16);transform:translateY(-3px)}.hp .hp-print-icon{width:40px;height:40px;border-radius:8px;background:var(--card);display:flex;align-items:center;justify-content:center;flex:none}.hp .hp-print-icon svg{width:22px;height:22px;stroke:var(--accent-d);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.hp .hp-print-card h3{font-size:clamp(15px,1.2vw,17px);font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0}.hp .hp-print-card p{font-size:13.5px;line-height:1.6;color:var(--body);margin:0;max-width:none}.hp .hp-print-cta{text-align:center;margin-top:clamp(36px,4vw,52px)}.hp .hp-sectors-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(14px,1.4vw,20px)}@media(max-width:1100px){.hp .hp-sectors-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.hp .hp-sectors-grid{grid-template-columns:repeat(2,1fr)}}.hp .hp-sector-card{background:var(--panel);border:1.5px solid var(--line-faint);border-radius:8px;padding:clamp(20px,2vw,28px) clamp(18px,1.6vw,24px);display:flex;flex-direction:column;gap:10px;text-align:center;align-items:center;transition:border-color .26s,box-shadow .26s,transform .26s}.hp .hp-sector-card:hover{border-color:var(--accent-s);box-shadow:0 14px 32px -16px rgba(42,26,20,.16);transform:translateY(-3px)}.hp .hp-sector-icon{width:48px;height:48px;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center}.hp .hp-sector-icon svg{width:24px;height:24px;stroke:var(--accent-d);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.hp .hp-sector-card h3{font-size:15px;font-weight:700;color:var(--ink);margin:0}.hp .hp-sector-card p{font-size:13px;line-height:1.55;color:var(--body);margin:0;max-width:none}.hp .nk-section{background:var(--bg);padding:clamp(64px,9vw,120px) 0;border-top:1px solid var(--line-faint);border-bottom:1px solid var(--line-faint)}.hp .nk-eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:20px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--accent-d);font-weight:700;font-family:var(--font-manrope),"Manrope",sans-serif}.hp .nk-eyebrow .rule{display:block;width:30px;height:1px;background:var(--accent);flex:none}.hp .nk-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.012em;color:var(--ink);margin:0}.hp .nk-subtitle{margin-top:20px;font-family:var(--font-manrope),"Manrope",sans-serif;font-size:clamp(15px,1.25vw,18px);line-height:1.64;color:var(--body);max-width:52ch}.hp .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(18px,1.6vw,26px)}@media(max-width:820px){.hp .grid-2{grid-template-columns:1fr}}.hp .card-feat{background:var(--card);border:1.5px solid transparent;border-radius:6px;padding:clamp(28px,2.4vw,40px);display:flex;gap:22px;align-items:flex-start;transition:transform .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s,border-color .3s,background .3s}.hp .card-feat:hover{transform:translateY(-5px);border-color:var(--accent-s);background:var(--panel);box-shadow:0 24px 44px -22px rgba(42,26,20,.18)}.hp .ic-box{flex:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.hp .ic-box svg{width:34px;height:34px;stroke:var(--accent-d);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.hp .feat-body h3{font-size:clamp(19px,1.5vw,23px);font-weight:700;letter-spacing:-.01em;color:var(--ink);margin-bottom:11px}.hp .feat-body p{font-size:14.5px;line-height:1.64;color:var(--body);max-width:40ch}.hp .checklist{margin-top:clamp(28px,2.6vw,40px);display:flex;flex-direction:column;gap:1px;border-radius:5px;overflow:hidden}.hp .check-item{display:flex;align-items:center;gap:18px;background:var(--card);padding:clamp(20px,1.8vw,26px) clamp(24px,2.4vw,36px);font-size:clamp(15px,1.2vw,17px);font-weight:500;color:var(--ink);transition:background .25s}.hp .check-item:hover{background:var(--panel)}.hp .tick{flex:none;width:30px;height:30px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center}.hp .tick svg{width:16px;height:16px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.hp .ts-section{background:var(--panel);padding:clamp(64px,9vw,120px) clamp(28px,6vw,80px);border-top:1px solid var(--line-faint)}.hp .ts-inner{max-width:1500px;margin:0 auto}.hp .ts-eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:22px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--accent-d);font-weight:700;font-family:var(--font-manrope),"Manrope",sans-serif}.hp .ts-eyebrow .rule{display:block;width:30px;height:1px;background:var(--accent);flex:none}.hp .ts-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.012em;color:var(--ink);margin:0}.hp .ts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2vw,28px)}@media(max-width:980px){.hp .ts-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}.hp .ts-card{background:var(--bg);border:1.5px solid var(--line-faint);border-radius:10px;padding:clamp(28px,2.6vw,40px) clamp(26px,2.2vw,34px) clamp(26px,2.2vw,32px);display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s,border-color .3s}.hp .ts-card:hover{transform:translateY(-5px);border-color:var(--accent-s);box-shadow:0 22px 44px -22px rgba(42,26,20,.18)}.hp .ts-stars{display:flex;gap:3px;margin-bottom:18px}.hp .ts-stars svg{width:16px;height:16px;fill:var(--accent)}.hp .ts-text{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;font-weight:500;font-size:clamp(18px,1.4vw,21px);line-height:1.5;color:var(--body);flex:1;margin-bottom:24px}.hp .ts-author{gap:14px;margin-top:auto}.hp .ts-author,.hp .ts-avatar{display:flex;align-items:center}.hp .ts-avatar{width:44px;height:44px;border-radius:50%;background:var(--card);justify-content:center;flex:none;font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;font-size:17px;color:var(--accent-d);border:1.5px solid var(--line-faint)}.hp .ts-name{font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.005em}.hp .ts-role{font-size:12.5px;color:var(--muted);font-weight:500;margin-top:2px}.hp .hp-faq-section{background:var(--bg)}.hp .hp-faq-list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:0;border-radius:10px;overflow:hidden;border:1.5px solid var(--line-faint)}.hp .hp-faq-item{border-bottom:1px solid var(--line-faint);background:var(--panel);transition:background .25s}.hp .hp-faq-item:last-child{border-bottom:none}.hp .hp-faq-item.open{background:var(--bg)}.hp .hp-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:clamp(18px,2vw,24px) clamp(24px,2.4vw,36px);background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-manrope),"Manrope",sans-serif;font-size:clamp(15px,1.2vw,17px);font-weight:600;color:var(--ink);transition:color .25s}.hp .hp-faq-icon,.hp .hp-faq-q:hover{color:var(--accent-d)}.hp .hp-faq-icon{flex:none;width:28px;height:28px;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;transition:background .25s,transform .3s;line-height:1}.hp .hp-faq-item.open .hp-faq-icon{background:var(--accent);color:#fff;transform:rotate(45deg)}.hp .hp-faq-a{padding:0 clamp(24px,2.4vw,36px) clamp(18px,2vw,24px);animation:faq-open .3s cubic-bezier(.22,.61,.36,1)}.hp .hp-faq-a p{font-size:clamp(14.5px,1.1vw,16px);line-height:1.66;color:var(--body);margin:0;max-width:none}@keyframes faq-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.hp .cta-wrap{position:relative;overflow:hidden;background:linear-gradient(135deg,#2A1A14,#3D2416 50%,#2A1A14);padding:clamp(72px,11vw,140px) clamp(28px,6vw,80px)}.hp .cta-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hp .cta-bg svg{position:absolute;overflow:visible}.hp .cta-inner{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center}.hp .cta-eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:24px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:rgba(214,190,145,.75);font-weight:700}.hp .cta-eyebrow .rule{width:30px;height:1px;background:rgba(214,190,145,.55)}.hp .cta-inner h2{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:700;color:#F7F1E7;font-size:clamp(42px,6.4vw,86px);line-height:1.02;letter-spacing:-.012em}.hp .cta-inner p{margin:24px auto 0;max-width:48ch;color:rgba(247,241,231,.8);font-size:clamp(16px,1.4vw,19px);line-height:1.6}.hp .cta-btn{display:inline-flex;align-items:center;gap:10px;margin-top:40px;background:var(--accent);color:#2A1A14;font-weight:700;font-size:16px;padding:17px 36px;border-radius:4px;text-decoration:none;box-shadow:0 20px 44px -16px rgba(0,0,0,.5);transition:transform .25s,box-shadow .3s,background .3s}.hp .cta-btn .arr{transition:transform .3s}.hp .cta-btn:hover{transform:translateY(-2px);background:var(--accent-s);box-shadow:0 28px 56px -16px rgba(0,0,0,.6);color:#2A1A14}.hp .cta-btn:hover .arr{transform:translateX(4px)}.hp footer{background:#1E1208;border-top:1px solid rgba(247,241,231,.06)}.hp .foot-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(32px,4vw,64px);padding:clamp(48px,7vw,88px) clamp(28px,6vw,80px) clamp(40px,5vw,64px);border-bottom:1px solid rgba(247,241,231,.06)}@media(max-width:1100px){.hp .foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.hp .foot-grid{grid-template-columns:1fr;gap:36px}}.hp .foot-brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.hp .foot-brand svg{width:28px;height:28px;flex:none}.hp .foot-brand span{font-weight:700;letter-spacing:.22em;font-size:12.5px;color:rgba(247,241,231,.92);text-transform:uppercase}.hp .foot-tagline{font-size:14px;line-height:1.65;color:rgba(247,241,231,.5);max-width:32ch}.hp .foot-col h4{font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(247,241,231,.4);font-weight:700;margin-bottom:18px}.hp .foot-col a{display:block;color:rgba(247,241,231,.6);text-decoration:none;font-size:14px;font-weight:500;padding:5px 0;transition:color .2s}.hp .foot-col a:hover{color:rgba(247,241,231,.92)}.hp .foot-col p{color:rgba(247,241,231,.6);font-size:14px;line-height:1.6;max-width:none}.hp .foot-bottom{max-width:1500px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:clamp(20px,2.4vw,28px) clamp(28px,6vw,80px)}.hp .foot-copy{font-size:13px;color:rgba(247,241,231,.32);font-weight:500}.hp .foot-legal{display:flex;align-items:center;gap:24px}.hp .foot-legal a{color:rgba(247,241,231,.32);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s}.hp .foot-legal a:hover{color:rgba(247,241,231,.64)}@media(max-width:640px){.hp .foot-bottom{flex-direction:column;text-align:center}.hp .foot-legal{flex-wrap:wrap;justify-content:center}}.hp .stage .rise{animation:hp-rise .85s cubic-bezier(.22,.61,.36,1) forwards}.hp .section .rise,.hp .stage .rise{opacity:0;transform:translateY(20px)}.hp .section .rise{animation:none;transition:none}.hp .section.section-visible .rise{animation:hp-rise .85s cubic-bezier(.22,.61,.36,1) forwards}.hp .d1{animation-delay:.05s}.hp .d2{animation-delay:.16s}.hp .d3{animation-delay:.28s}.hp .d4{animation-delay:.4s}.hp .d5{animation-delay:.52s}.hp .d6{animation-delay:.64s}.hp .d7{animation-delay:.72s}.hp .d8{animation-delay:.8s}.hp .d9{animation-delay:.88s}.hp .floatY{animation:hp-floatY 9s ease-in-out infinite}.hp .floatY2{animation:hp-floatY 11s ease-in-out 1.2s infinite}@keyframes hp-rise{to{opacity:1;transform:none}}@keyframes hp-floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media(prefers-reduced-motion:reduce){.hp .rise,.hp .section.section-visible .rise{animation:none;opacity:1;transform:none}.hp .pf-hero:before{animation:none}}.hp .fs-section .rise{opacity:0;transform:translateY(20px);animation:hp-rise .85s cubic-bezier(.22,.61,.36,1) forwards}