:root{--ivory:#f5f1e8;--linen:#ece4d7;--paper:#fffdf8;--ink:#171714;--taupe:#8b8174;--forest:#1f352c;--sage:#dce3dc;--gold:#b49a68;--line:rgba(23,23,20,.12);--shadow:0 24px 70px rgba(31,53,44,.1);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--ivory);line-height:1.6}h1,h2,h3,.brand,.section-title{font-family:Georgia,Times New Roman,serif;letter-spacing:-.025em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1240px,calc(100% - 40px));margin:auto}.promo{padding:10px 20px;text-align:center;background:var(--forest);color:#efe5ce;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}header{position:sticky;top:0;z-index:50;background:#f5f1e8eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-size:1.35rem;font-weight:600;display:flex;align-items:center;gap:12px}.brand-mark,.mark{width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-size:.88rem;color:var(--forest)}.nav-links{display:flex;gap:28px;align-items:center;font-size:.9rem}.account-link{display:inline-flex;align-items:center;gap:8px}.account-dot{width:8px;height:8px;border-radius:50%;background:var(--gold)}.account-dot.signed-in{background:#4f8a62}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:14px 24px;font-weight:700;cursor:pointer;transition:.2s;font-size:.95rem}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--forest);color:#fff}.btn-secondary{background:transparent;border:1px solid var(--line)}.wide{width:100%}.hero{min-height:780px;display:grid;align-items:center;background:radial-gradient(circle at 78% 20%,rgba(180,154,104,.18),transparent 22%),linear-gradient(135deg,#f6f1e8,#fbf9f3 56%,#e6ebe5);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;padding:84px 0}.hero-kicker,.eyebrow{display:inline-block;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:800}.hero h1{font-size:clamp(4rem,8vw,7.6rem);line-height:.9;margin:20px 0 28px;max-width:760px;font-weight:500}.hero p{font-size:1.12rem;max-width:620px;color:var(--taupe)}.hero-actions,.auth-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-note{margin-top:18px}.hero-card{min-height:590px;border-radius:40px;padding:44px;background:#213a30;color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}.monogram{width:74px;height:74px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:1.6rem;color:#e2c58d}.hero-card h2{font-size:3rem;line-height:1.05;margin:22px 0 12px}.hero-card p{color:#ffffffb8}.hero-grid-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hero-grid-mini div{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d}.hero-grid-mini strong{display:block;font-family:Georgia,serif;margin-bottom:4px}section{padding:110px 0}.section-head{max-width:780px;margin-bottom:48px}.section-head h2{font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.02;margin:12px 0 18px;font-weight:500}.section-head p,.muted,.note,.meta,.small{color:var(--taupe)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.panel,.auth-card{background:#fffdf8d1;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 10px 30px #1717140a}.icon{width:48px;height:48px;border-radius:50%;background:var(--sage);display:grid;place-items:center;font-size:1.2rem}.products-preview{background:var(--paper)}.preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.preview-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.preview-image{height:260px;background:#eeeae2}.preview-image img{width:100%;height:100%;object-fit:contain}.preview-body{padding:22px}.section-action{margin-top:32px}.membership-card{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px;padding:34px;border-radius:28px;background:var(--forest);color:#fff}.price{font-family:Georgia,serif;font-size:3rem}.price span{font-size:1rem;color:#ffffffb3}.signup-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}.signup-info{border-radius:34px;padding:46px;background:var(--forest);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.signup-info p{color:#ffffffb8}form{background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:36px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.full{grid-column:1/-1}label{font-size:.88rem;font-weight:700}input,select,textarea{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:#fff;font:inherit;color:var(--ink);outline:none}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:auto;margin-top:5px}.notice{margin-top:16px;padding:14px;border-radius:14px;background:#eaf4eb;color:#20552c;font-weight:700}.notice.error{background:#fdecec;color:#8a2020}footer{padding:46px 0;border-top:1px solid var(--line);background:#17271f;color:#fff}.footer-grid{display:flex;justify-content:space-between;align-items:center}.shop-page{background:#fbfaf7}.shop-hero{text-align:center;padding:38px 0 26px}.shop-hero .mark{margin:auto}.shop-hero h1{letter-spacing:.26em}.tagline{letter-spacing:.3em;font-size:.67rem;text-transform:uppercase}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding:12px 0 80px}.toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}.filter{border:1px solid var(--line);background:#fff;padding:9px 14px;border-radius:999px;cursor:pointer}.filter.active{background:var(--forest);color:#fff}.catalog-section{padding:0;margin-bottom:26px}.section-title{font-size:1rem;letter-spacing:.22em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.product-card{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}.product-visual{aspect-ratio:7/10;background:#eeeae2}.product-visual img{width:100%;height:100%;object-fit:contain}.product-body{padding:12px 12px 14px}.product-body h3{font-size:1rem;line-height:1.16;min-height:37px}.meta{font-size:.76rem;min-height:37px}.size{font-size:.75rem}.row,.cart-top,.total{display:flex;justify-content:space-between;align-items:center}.product-price{font-family:Georgia,serif;font-size:1.08rem}.add{background:var(--forest);color:#fff;border:0;border-radius:999px;padding:8px 12px;font-weight:750}.cart{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;height:max-content;box-shadow:var(--shadow)}.membership{margin:14px 0;padding:12px;border-radius:14px;background:#e6ece7}.cart-item{padding:11px 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:8px}.qty button{width:27px;height:27px;border-radius:50%;border:1px solid var(--line);background:#fff}.total{font-weight:800;padding:15px 0}.empty{color:var(--taupe);padding:16px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;z-index:100;padding:20px}.checkout-modal{position:relative;max-width:650px;width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:26px}.close{position:absolute;right:20px;top:12px;border:0;background:none;font-size:2rem}.account-page{min-height:70vh;padding:70px 0}.account-page h1{font-size:clamp(3rem,7vw,5.5rem);line-height:.95}.auth-card{max-width:690px;margin-top:32px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.profile-head{display:flex;align-items:center;gap:18px}.avatar{width:68px;height:68px;border-radius:50%;background:var(--forest);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:1.6rem}.panel h2{margin:5px 0 16px}.google{background:#fff;border:1px solid var(--line)}@media(max-width:1000px){.shop-layout{grid-template-columns:1fr}.cart{position:static}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hero-grid,.signup-wrap,.membership-card{grid-template-columns:1fr}.features,.preview-grid{grid-template-columns:1fr 1fr}.nav-links{gap:12px;font-size:.8rem}.account-grid{grid-template-columns:1fr}}@media(max-width:650px){.nav-links a:not(.account-link):not(.btn){display:none}.product-grid,.preview-grid,.form-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:3.5rem}.hero-grid{padding:55px 0}.hero-card{min-height:auto}.full{grid-column:1/-1}}@media(max-width:430px){.product-grid,.preview-grid,.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.container{width:min(100% - 24px,1240px)}.nav-links .btn{display:none}}.membership-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}.remember-login{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.remember-login input{width:18px;height:18px;margin:3px 0 0;accent-color:var(--forest)}.remember-login span{display:flex;flex-direction:column;line-height:1.35}.remember-login strong{font-size:.9rem}.remember-login small{color:var(--taupe);font-weight:500}.owner-heading-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:650px){.owner-heading-actions{justify-content:flex-start}}.plan-card{position:relative;display:flex;flex-direction:column;min-height:560px;padding:34px 30px 30px;border:1px solid var(--line);border-radius:28px;background:#fffdf8eb;box-shadow:0 18px 50px #1f352c12}.plan-featured{background:var(--forest);color:#fff;border-color:transparent;transform:translateY(-12px);box-shadow:0 28px 70px #1f352c38}.plan-top{min-height:245px}.plan-label{display:inline-block;margin-bottom:16px;color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.plan-card h3{margin:0 0 18px;font-size:2rem;line-height:1.05;font-weight:500}.plan-price{margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:3rem;line-height:1}.plan-price span{margin-left:4px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.9rem;color:var(--taupe)}.plan-featured .plan-price span,.plan-featured p,.plan-featured li{color:#ffffffb8}.plan-card p{margin:0;color:var(--taupe)}.plan-card ul{display:grid;gap:12px;margin:26px 0 30px;padding:0;list-style:none}.plan-card li{position:relative;padding-left:24px;color:var(--taupe);font-size:.94rem}.plan-card li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:800}.plan-card .btn{margin-top:auto}.plan-badge{position:absolute;top:18px;right:18px;padding:7px 12px;border-radius:999px;background:var(--gold);color:var(--forest);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.plan-badge-flex{background:#d9c08c}.plan-button-light{background:#f7f1e4;color:var(--forest)}@media(max-width:1050px){.membership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-featured{transform:none}}@media(max-width:650px){.membership-grid{grid-template-columns:1fr}.plan-card{min-height:auto}}.owner-page{min-height:75vh;padding:64px 0 100px;background:linear-gradient(180deg,#f5f1e8,#fbfaf7 42%,#eef1ec)}.owner-login{max-width:760px;padding:72px 0}.owner-login h1,.owner-heading h1{font-size:clamp(3rem,7vw,6rem);line-height:.92;margin:12px 0 18px;font-weight:500}.owner-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.owner-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0 0 28px}.metric-card{display:flex;flex-direction:column;min-height:180px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fffdf8e6;box-shadow:0 14px 40px #1f352c0f}.metric-card span{color:var(--taupe);font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.metric-card strong{margin:auto 0 3px;font-family:Georgia,Times New Roman,serif;font-size:2.7rem;font-weight:500;line-height:1}.metric-card small{color:var(--taupe)}.metric-card.accent{background:var(--forest);color:#fff}.metric-card.accent span,.metric-card.accent small{color:#ffffffad}.owner-table-panel{padding:0;border:1px solid var(--line);border-radius:28px;background:#fffdf8f0;box-shadow:var(--shadow);overflow:hidden}.owner-table-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px}.owner-table-head h2{font-size:2rem;margin:5px 0 0}.owner-search{max-width:330px;background:#fff}.owner-table-wrap{overflow:auto;border-top:1px solid var(--line)}.owner-table{width:100%;border-collapse:collapse;min-width:920px}.owner-table th{padding:13px 20px;background:#f0ece3;color:var(--taupe);font-size:.7rem;letter-spacing:.12em;text-align:left;text-transform:uppercase}.owner-table td{padding:18px 20px;border-top:1px solid var(--line);vertical-align:top}.owner-table tbody tr:first-child td{border-top:0}.owner-table td strong,.owner-table td span{display:block}.owner-table td span{max-width:300px;color:var(--taupe);font-size:.82rem}.status-pill{display:inline-block!important;width:max-content;padding:6px 10px;border-radius:999px;background:#e8e8e3!important;color:#57574f!important;font-size:.7rem!important;font-weight:800;text-transform:capitalize}.status-pill.active,.status-pill.trialing{background:#e3f0e6!important;color:#28613b!important}.status-pill.past_due{background:#fff0d8!important;color:#865a15!important}.status-pill.canceled,.status-pill.unpaid{background:#f8dfdf!important;color:#8a2c2c!important}.owner-empty,.owner-loading{padding:42px;text-align:center;color:var(--taupe)}.owner-error{margin-bottom:24px}@media(max-width:1000px){.owner-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.owner-heading,.owner-table-head{align-items:stretch;flex-direction:column}.owner-search{max-width:none}.owner-metrics{grid-template-columns:1fr 1fr}.metric-card{min-height:145px}.metric-card strong{font-size:2.1rem}}@media(max-width:430px){.owner-metrics{grid-template-columns:1fr}}.merchant-auth{margin-top:24px}.merchant-google{gap:11px;background:#fff;color:#202124;border:1px solid rgba(23,23,20,.18);box-shadow:0 3px 12px #1717140f}.merchant-google:hover{border-color:var(--gold);transform:translateY(-1px)}.google-mark{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;font-family:Arial,sans-serif;font-size:1rem;font-weight:800;color:#4285f4}.auth-divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:var(--taupe);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;border-radius:999px;background:var(--linen)}.auth-tabs button{border:0;border-radius:999px;padding:10px 16px;background:transparent;color:var(--taupe);font:inherit;font-weight:800;cursor:pointer}.auth-tabs button.active{background:var(--forest);color:#fff;box-shadow:0 5px 14px #1f352c26}.merchant-auth-form{display:grid;gap:16px;margin-top:18px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.merchant-auth-form .btn{margin-top:2px}.auth-text-button{justify-self:center;border:0;background:transparent;color:var(--forest);font:inherit;font-size:.86rem;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.auth-text-button:disabled{opacity:.5;cursor:not-allowed}.owner-auth-card{max-width:560px;margin-top:28px}.owner-auth-card .merchant-auth{margin-top:0}.plan-feature-list{margin:22px 0;padding-left:22px;display:grid;gap:10px;line-height:1.5}.plan-feature-list li::marker{color:#b69a59}.plan-note{margin-top:auto;padding:14px 16px;border-radius:12px;background:#b69a591a;font-size:.92rem;line-height:1.5}.plan-card.plan-monthly{grid-column:1 / -1;position:relative;overflow:hidden;background:#183c32;color:#fff;border:2px solid #c5a866;box-shadow:0 22px 50px #183c3238}.plan-monthly h3,.plan-monthly .plan-price,.plan-monthly .plan-label{color:#fff}.plan-monthly .plan-price span,.plan-monthly p{color:#ffffffd1}.plan-monthly .plan-badge{background:#c5a866;color:#183c32}.plan-monthly .plan-feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-monthly .plan-feature-list li::marker{color:#d9bf7b}.plan-monthly .plan-note{color:#fff;background:#ffffff1a}.plan-monthly .btn{background:#d1b36a;border-color:#d1b36a;color:#183c32}.plan-monthly .btn:hover{background:#e0c784;border-color:#e0c784}@media(max-width:760px){.plan-monthly .plan-feature-list{grid-template-columns:1fr}}.mobile-basket-bar,.mobile-basket-backdrop{display:none}@media(max-width:760px){.shop-page{padding-bottom:110px}.mobile-basket-bar{position:fixed;z-index:900;right:14px;bottom:14px;left:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px 13px 18px;border:1px solid rgba(255,255,255,.14);border-radius:18px;color:#fff;background:#183c32;box-shadow:0 14px 35px #122f274d}.mobile-basket-bar>div{display:flex;flex-direction:column;gap:3px}.mobile-basket-bar strong{font-size:.92rem}.mobile-basket-bar span{color:#d9bf7b;font-size:1.05rem;font-weight:700}.mobile-basket-bar button{min-height:46px;padding:0 20px;border:0;border-radius:999px;color:#183c32;background:#d1b36a;font:inherit;font-weight:700;cursor:pointer}.mobile-basket-backdrop{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-top:60px;background:#0a191594}.mobile-basket-drawer{width:100%;max-height:calc(100vh - 60px);overflow-y:auto;padding:22px 18px calc(24px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#faf7ef;box-shadow:0 -18px 45px #0003}.mobile-basket-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.mobile-basket-heading h2{margin:5px 0 0}.mobile-basket-close{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(24,60,50,.18);border-radius:50%;color:#183c32;background:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.mobile-basket-products{display:grid;gap:10px}.mobile-basket-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px;border:1px solid rgba(24,60,50,.12);border-radius:15px;background:#fff}.mobile-basket-item>div:first-child{display:grid;gap:4px}.mobile-basket-item span{color:#746e63}.mobile-quantity{display:flex;align-items:center;gap:12px}.mobile-quantity button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:50%;color:#fff;background:#183c32;font-size:1.2rem;cursor:pointer}.mobile-quantity span{min-width:18px;color:#183c32;text-align:center;font-weight:700}.mobile-basket-total{display:flex;justify-content:space-between;margin-top:18px;padding:18px 0;border-top:1px solid rgba(24,60,50,.15);font-size:1.1rem}.mobile-basket-note{margin:0 0 18px;color:#746e63;font-size:.9rem;line-height:1.5}}.product-card>img,.product-card .product-image,.product-card .product-image img{width:100%;height:330px;object-fit:cover;object-position:center;display:block;image-rendering:auto;filter:contrast(1.08) saturate(1.04) brightness(1.02);transform:scale(1.16);transform-origin:center}.product-card{overflow:hidden}@media(max-width:700px){.product-card>img,.product-card .product-image,.product-card .product-image img{height:290px;transform:scale(1.12)}}@media(max-width:430px){.container{width:calc(100% - 12px)!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.catalog-section{margin-bottom:18px}.section-title{font-size:.85rem;margin:8px 0}.product-card{min-width:0}.product-visual{aspect-ratio:4 / 5;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important;filter:contrast(1.03)!important;image-rendering:auto}.product-body{padding:8px}.product-body h3{font-size:.82rem;line-height:1.08;min-height:35px;margin:5px 0}.product-body .meta{display:none}.size{font-size:.68rem}.product-price{font-size:.9rem}.add{padding:6px 9px;font-size:.72rem}.shop-layout{padding-bottom:45px}.preview-grid,.form-grid{grid-template-columns:1fr}}@media(max-width:430px){section{padding:42px 0}.container{width:calc(100% - 12px)!important}.promo{padding:6px 8px;font-size:.58rem;letter-spacing:.08em}nav{height:64px;gap:8px}.brand{font-size:1rem;gap:7px}.brand-mark,.mark{width:34px;height:34px;font-size:.72rem}.nav-links{gap:7px;font-size:.72rem}.hero{min-height:auto}.hero-grid{padding:35px 0;gap:24px}.hero h1{font-size:2.75rem;margin:12px 0 16px;line-height:.92}.hero p{font-size:.9rem;line-height:1.45}.hero-actions{margin-top:16px}.btn{padding:10px 15px;font-size:.78rem}.hero-card{padding:22px;border-radius:24px}.hero-card h2{font-size:2rem;margin:14px 0 8px}.monogram{width:52px;height:52px;font-size:1.1rem}.hero-grid-mini{grid-template-columns:repeat(2,1fr);gap:7px}.hero-grid-mini div{padding:10px;font-size:.75rem}.section-head{margin-bottom:22px}.section-head h2{font-size:2.15rem;margin:8px 0 12px}.section-head p{font-size:.84rem}.features{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.card,.panel,.auth-card{padding:15px;border-radius:16px}.card h3{font-size:.92rem}.card p{font-size:.75rem}.icon{width:38px;height:38px}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.preview-image{height:180px}.preview-body{padding:12px}.membership-card{padding:20px;gap:14px}.price{font-size:2rem}form{padding:18px;border-radius:20px}.signup-info{padding:22px;border-radius:22px}input,select,textarea{padding:10px 11px;font-size:.82rem}.shop-hero{padding:20px 0 12px}.shop-hero h1{margin:8px 0;font-size:1.75rem}.toolbar{gap:5px;margin-bottom:14px}.filter{padding:6px 9px;font-size:.68rem}.cart{padding:15px;border-radius:16px}footer{padding:25px 0}.footer-grid{gap:12px;font-size:.75rem}}.plan-selector{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 24px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fffdf8;box-shadow:0 10px 30px #1717140a}.plan-selector h2{margin:4px 0 0}.plan-selector p{margin:3px 0 0;color:var(--taupe)}.plan-selector-buttons{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.plan-selector-buttons button{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.plan-selector-buttons button.active{background:var(--forest);color:#fff}.allowance-progress{display:flex;justify-content:space-between;gap:12px;margin:14px 0;padding:12px 14px;border-radius:14px;background:#edf2ed;color:var(--forest)}.allowance-progress span{color:var(--taupe);font-size:.78rem}.basket-status{display:flex;gap:7px;margin:6px 0}.included-pill,.extra-pill{display:inline-flex;padding:3px 8px;border-radius:999px;font-size:.68rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.included-pill{background:#e3f0e6;color:#28613b}.extra-pill{background:#fff0d8;color:#865a15}.fixed-inclusions{display:grid;gap:5px;margin:14px 0;padding:13px;border-radius:14px;background:#f4f0e7}.fixed-inclusions span{font-size:.8rem;color:var(--taupe)}.schedule-preview{display:grid;gap:8px;padding:16px;border-radius:16px;background:#eef2ee}.schedule-preview>div,.saved-schedule>div{display:grid;grid-template-columns:100px 1fr;gap:12px;padding-top:8px;border-top:1px solid var(--line)}.schedule-preview span,.saved-schedule span{color:var(--taupe);font-size:.85rem}.saved-order-head,.saved-order-footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.saved-order-head h2{margin:5px 0}.saved-schedule{display:grid;gap:8px;margin:20px 0}.saved-order-footer{margin:20px 0;color:var(--taupe)}.recurring-order-panel>.btn{width:max-content}@media(max-width:760px){.plan-selector{align-items:stretch;flex-direction:column}.plan-selector-buttons{justify-content:flex-start}.schedule-preview>div,.saved-schedule>div{grid-template-columns:1fr;gap:3px}.saved-order-head,.saved-order-footer{align-items:flex-start;flex-direction:column}}.day-builder{display:grid;gap:16px}.day-builder-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.day-builder-heading span{color:var(--taupe);font-size:.78rem}.delivery-day-card{padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}.delivery-day-title{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;background:var(--forest);color:#fff}.delivery-day-title span{display:block;color:#d5c08b;font-size:.68rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.delivery-day-title h3{margin:1px 0 0;font-size:1.35rem}.delivery-day-title small{color:#ffffffb8}.delivery-day-items{display:grid}.delivery-day-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border-top:1px solid var(--line)}.delivery-day-item:first-child{border-top:0}.delivery-day-item>div:first-child{display:grid}.delivery-day-item span{color:var(--taupe);font-size:.72rem}.day-quantity{display:grid;grid-template-columns:30px 28px 30px;align-items:center;text-align:center}.day-quantity button{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--forest);font-size:1rem;cursor:pointer}.day-quantity button:disabled{opacity:.3;cursor:not-allowed}.day-quantity b{font-size:.9rem}.owner-order-schedule,.owner-next-payments{display:grid;gap:8px;min-width:220px}.owner-order-schedule>div,.owner-next-payments>div{padding-bottom:7px;border-bottom:1px solid var(--line)}.owner-order-schedule>div:last-child,.owner-next-payments>div:last-child{padding-bottom:0;border-bottom:0}.owner-order-schedule strong,.owner-next-payments strong{font-size:.78rem}.owner-order-schedule span,.owner-next-payments span{font-size:.76rem!important;line-height:1.35}@media(max-width:650px){.day-builder-heading{align-items:flex-start;flex-direction:column;gap:3px}.delivery-day-item{align-items:flex-start}.delivery-day-item>div:first-child{max-width:65%}.checkout-modal{padding:22px 14px}.day-quantity{grid-template-columns:28px 24px 28px}.day-quantity button{width:28px;height:28px}}.delivery-platform-page{min-height:100vh;padding:54px 0 90px;background:linear-gradient(180deg,#f5f1e8 0,#edf2ed)}.delivery-platform-container{max-width:1220px}.delivery-platform-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.delivery-platform-head h1{margin:5px 0 8px;font-size:clamp(2.6rem,6vw,5.4rem);line-height:.92}.delivery-platform-head p{margin:0;color:var(--taupe)}.delivery-platform-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:24px;align-items:start}.delivery-completion-form,.delivery-history{padding:26px;border:1px solid var(--line);border-radius:26px;background:#fffdf8;box-shadow:0 18px 46px #17171412}.delivery-completion-form{display:grid;gap:18px}.delivery-completion-form label{display:grid;gap:8px;font-weight:800}.delivery-customer-card{display:grid;gap:4px;padding:16px;border-radius:16px;background:#eef2ee}.delivery-customer-card strong{font-family:Georgia,serif;font-size:1.3rem}.delivery-customer-card span{color:var(--taupe);font-size:.82rem}.delivery-items-card{display:grid;gap:8px;padding:18px;border-radius:18px;background:var(--forest);color:#fff}.delivery-items-card>span{color:#d5c08b;font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.delivery-items-card>div{padding-top:8px;border-top:1px solid rgba(255,255,255,.16)}.delivery-items-card p{margin:5px 0;color:#ffffffb8}.delivery-photo-preview{display:block;width:100%;max-height:380px;object-fit:cover;border-radius:18px;border:1px solid var(--line)}.delivery-submit{width:100%;min-height:52px}.delivery-history h2{margin:5px 0 20px}.delivery-history-list{display:grid;gap:10px}.delivery-history-list article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff}.delivery-history-list article>div{display:grid;gap:3px}.delivery-history-list span,.delivery-history-list small{color:var(--taupe);font-size:.74rem}.delivery-history-list button{flex:none;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest);font-weight:800;cursor:pointer}@media(max-width:860px){.delivery-platform-page{padding:25px 0 60px}.delivery-platform-head{align-items:flex-start;flex-direction:column}.delivery-platform-head .owner-heading-actions{width:100%}.delivery-platform-head .owner-heading-actions .btn{flex:1}.delivery-platform-grid{grid-template-columns:1fr}.delivery-history{order:2}}@media(max-width:520px){.delivery-platform-page .container{width:min(100% - 20px,1220px)}.delivery-platform-head h1{font-size:2.65rem}.delivery-platform-head .owner-heading-actions{display:grid;grid-template-columns:1fr 1fr}.delivery-platform-head .owner-heading-actions .btn:first-child{grid-column:1/-1}.delivery-completion-form,.delivery-history{padding:16px;border-radius:20px}.delivery-history-list article{align-items:flex-start;flex-direction:column}.delivery-history-list button{width:100%}}.delivery-proof-input{display:block;width:100%;padding:12px;border:1px dashed #9b927f;border-radius:14px;background:#f7f3ea;cursor:pointer}.delivery-proof-input::file-selector-button{margin-right:12px;padding:10px 16px;border:0;border-radius:999px;background:var(--forest);color:#fff;font:inherit;font-weight:800;cursor:pointer}.delivery-proof-help{color:var(--taupe);font-size:.72rem;font-weight:500;line-height:1.45}.area-hero{padding:90px 0;background:radial-gradient(circle at 82% 15%,rgba(180,154,104,.2),transparent 25%),linear-gradient(135deg,#f6f1e8,#e7ece6)}.area-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.area-hero h1{max-width:760px;margin:18px 0 24px;font-size:clamp(3.4rem,7vw,6.6rem);font-weight:500;line-height:.94}.area-hero>p,.area-hero-grid>div>p{max-width:680px;color:var(--taupe);font-size:1.08rem}.area-summary{padding:42px;border-radius:34px;background:var(--forest);color:#fff;box-shadow:var(--shadow)}.area-summary h2{font-size:2.6rem;line-height:1.05}.area-summary ul{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none}.area-summary li{padding-top:13px;border-top:1px solid rgba(255,255,255,.16);color:#ffffffc7}.area-copy-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.area-copy-grid article{padding:38px;border:1px solid var(--line);border-radius:28px;background:var(--paper)}.area-copy-grid h2{margin:10px 0 14px;font-size:2.5rem}.area-steps{padding-top:35px;background:var(--paper)}.area-step-number{color:var(--gold);font:700 1.2rem Georgia,serif}.area-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.footer-areas{display:grid;grid-template-columns:repeat(2,auto);gap:4px 18px;font-size:.78rem}.footer-areas strong{grid-column:1/-1;color:#d8c28f;text-transform:uppercase;letter-spacing:.1em}.footer-areas a{color:#ffffffb8}.footer-areas a:hover{color:#fff}@media(max-width:900px){.area-hero-grid,.area-copy-grid{grid-template-columns:1fr}.footer-grid{align-items:flex-start;flex-wrap:wrap}.footer-areas{order:3;width:100%}}@media(max-width:520px){.area-hero{padding:48px 0}.area-hero h1{font-size:3rem}.area-summary,.area-copy-grid article{padding:24px}.area-summary h2,.area-copy-grid h2{font-size:2rem}}.postcode-checker{max-width:620px;margin-top:26px;padding:20px;border:1px solid rgba(31,53,44,.15);border-radius:22px;background:#fffdf8b8;box-shadow:0 14px 35px #1f352c12}.postcode-checker form{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.postcode-check-form>label,.waitlist-form>label{display:block;margin-bottom:9px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.postcode-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.postcode-row .btn{white-space:nowrap}.postcode-message{margin:13px 0 0;color:var(--taupe);font-size:.84rem;font-weight:700;line-height:1.45}.postcode-success{color:#28613b}.postcode-unavailable{color:#7b5922}.postcode-action{margin-top:14px}.waitlist-form{margin-top:15px;padding-top:15px!important;border-top:1px solid var(--line)!important}.waitlist-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:520px){.postcode-checker{padding:15px}.postcode-row{grid-template-columns:1fr}.postcode-row .btn{width:100%}}.confirmation-modal{max-width:620px;padding:34px}.order-confirmation{text-align:center}.confirmation-mark{width:62px;height:62px;margin:2px auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:#fff;font-size:1.7rem;font-weight:800;box-shadow:0 10px 25px #1f3d312e}.order-confirmation h2{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1;margin:10px 0 12px;font-weight:500}.confirmation-lead{font-size:1.05rem;margin:0 0 8px}.order-confirmation>.note{max-width:500px;margin:0 auto 24px;line-height:1.6}.confirmation-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0;text-align:left}.confirmation-steps>div{border:1px solid var(--line);background:#fbfaf7;border-radius:18px;padding:15px}.confirmation-steps span{width:27px;height:27px;border-radius:50%;background:var(--sage);display:grid;place-items:center;font-weight:800;margin-bottom:12px}.confirmation-steps strong,.confirmation-steps small{display:block}.confirmation-steps strong{font-size:.87rem;line-height:1.25}.confirmation-steps small{color:var(--taupe);font-size:.72rem;line-height:1.4;margin-top:5px}.confirmation-summary{text-align:left;border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px;margin:0 0 20px}.confirmation-summary-head,.confirmation-line{display:flex;justify-content:space-between;gap:16px}.confirmation-summary-head{font-size:1.02rem;padding-bottom:12px;border-bottom:1px solid var(--line)}.confirmation-line{font-size:.86rem;padding:10px 0;border-bottom:1px solid var(--line)}.confirmation-address{display:grid;gap:3px;padding-top:12px}.confirmation-address span{font-size:.72rem;color:var(--taupe);text-transform:uppercase;letter-spacing:.08em}.confirmation-address strong{font-size:.88rem;line-height:1.45}.confirmation-footnote{font-size:.78rem;color:var(--taupe);margin:14px 0 0}@media(max-width:650px){.confirmation-modal{padding:28px 16px}.confirmation-steps{grid-template-columns:1fr}.confirmation-steps>div{display:grid;grid-template-columns:32px 1fr;column-gap:10px}.confirmation-steps span{grid-row:1/3;margin:0}.confirmation-steps small{grid-column:2}.order-confirmation h2{font-size:2.4rem}}.checkout-order-summary{position:static;width:100%;margin:18px 0 20px;padding:20px 22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px #1717140a}.checkout-order-summary .cart-item{padding:10px 0}.checkout-order-summary .total{padding:15px 0 0}.checkout-modal form{margin-top:0}@media(max-width:650px){.checkout-order-summary{padding:16px;margin:14px 0 16px;border-radius:16px}}:focus-visible{outline:3px solid rgba(180,154,104,.65);outline-offset:3px}.btn,.filter,.qty button,.add{min-height:44px}.btn:hover{transform:translateY(-1px)}.nav-links a{padding:8px 2px}.trust-inline{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:18px;color:var(--taupe);font-size:.78rem;font-weight:750}.trust-inline span{display:inline-flex;align-items:center;gap:7px}.trust-inline span:before{content:"✓";color:var(--forest);font-weight:900}.start-section{padding:85px 0;background:var(--paper)}.start-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:center;padding:48px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(135deg,#f7f2e9,#edf1ec);box-shadow:var(--shadow)}.start-panel h2{margin:8px 0 12px;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1}.start-panel p{max-width:680px;color:var(--taupe)}.start-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.start-benefits span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#ffffffa6;font-size:.78rem;font-weight:750}.start-actions{display:grid;gap:10px;min-width:190px}.start-actions .btn{width:100%}.account-shortcuts{display:grid!important;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px!important}.account-shortcuts a{display:grid;gap:2px;padding:18px;border-radius:18px;background:#f6f2e9;border:1px solid transparent;transition:.2s}.account-shortcuts a:hover{border-color:var(--gold);background:#fff}.account-shortcuts strong{font-family:Georgia,serif;font-size:1.08rem}.account-shortcuts span,.field-help{color:var(--taupe);font-size:.76rem}.checkout-modal input,.checkout-modal select,.checkout-modal textarea{min-height:48px}.checkout-modal textarea{min-height:100px}.checkout-order-summary{position:static!important;top:auto!important}.mobile-basket-bar button{min-height:48px}@media(max-width:900px){.start-panel{grid-template-columns:1fr}.start-actions{display:flex;min-width:0}.start-actions .btn{width:auto}.account-shortcuts{grid-template-columns:1fr}}@media(max-width:650px){nav{height:74px}.brand{font-size:1.08rem}.brand-mark{width:36px;height:36px}.nav-links .account-link{font-size:0}.nav-links .account-link .account-dot{width:10px;height:10px}.start-panel{padding:28px 22px}.start-actions{display:grid}.start-actions .btn{width:100%}.hero{min-height:auto}.hero-grid{gap:36px}.promo{font-size:.64rem;letter-spacing:.08em;padding:8px 12px}.toolbar{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;scrollbar-width:none}.toolbar::-webkit-scrollbar{display:none}.filter{flex:none}.qty button{width:36px;height:36px}.add{min-width:44px}.checkout-modal{max-height:94vh;border-radius:22px 22px 0 0;align-self:end}.modal-backdrop{padding:0;align-items:end}}#how-it-works,#collection,#membership,#faq,#signup{scroll-margin-top:124px}.faq-section{padding:90px 0;background:#fbfaf7}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-grid details{border:1px solid var(--line);border-radius:20px;background:var(--paper);padding:20px 22px}.faq-grid summary{cursor:pointer;font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:1.08rem;list-style:none;padding-right:28px;position:relative}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";position:absolute;right:0;top:-3px;font-family:Inter,sans-serif;font-size:1.4rem;color:var(--forest)}.faq-grid details[open] summary:after{content:"−"}.faq-grid details p{margin:12px 0 0;color:var(--taupe)}.mobile-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#ffffffa6;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.mobile-menu-toggle span{display:block;width:18px;height:2px;background:var(--forest);border-radius:999px}@media(max-width:760px){nav{position:relative}.mobile-menu-toggle{display:flex;margin-left:auto}.nav-links{display:none;position:absolute;left:0;right:0;top:calc(100% + 1px);padding:14px;background:#f5f1e8fa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--line);border-top:0;border-radius:0 0 20px 20px;box-shadow:0 20px 45px #1f352c1f;flex-direction:column;align-items:stretch;gap:4px}.nav-links.open{display:flex}.nav-links a,.nav-links .account-link{display:flex!important;font-size:.95rem!important;padding:11px 10px!important}.nav-links .btn{display:flex!important;width:100%;margin-top:4px}.nav-links .account-link .account-dot{width:8px;height:8px}.faq-grid{grid-template-columns:1fr}}.account-status-box{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#f6f2e9}.account-status-box span{color:var(--taupe);font-size:.78rem;text-align:right}.pause-request-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}.pause-request-card{display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#f8f5ee}.pause-request-card h3{margin:5px 0 6px;font-size:1.25rem}.pause-request-card p{margin:0;font-size:.86rem}.pause-request-card .btn{width:100%}.owner-pause-panel{margin-bottom:24px;border:1px solid var(--line);border-radius:28px;background:#fffdf8f0;box-shadow:var(--shadow);overflow:hidden}.pause-approval-list{border-top:1px solid var(--line)}.pause-approval-row{display:grid;grid-template-columns:1.1fr 1fr auto;gap:18px;align-items:center;padding:18px 28px;border-top:1px solid var(--line)}.pause-approval-row:first-child{border-top:0}.pause-approval-row strong,.pause-approval-row span{display:block}.pause-approval-row span{color:var(--taupe);font-size:.8rem}@media(max-width:800px){.pause-request-grid,.pause-approval-row{grid-template-columns:1fr}.pause-approval-row .btn{width:100%}.account-status-box{align-items:flex-start;flex-direction:column}.account-status-box span{text-align:left}}.owner-route-panel{margin-bottom:24px;border:1px solid var(--line);border-radius:28px;background:#fffdf8f5;box-shadow:var(--shadow);overflow:hidden;padding-bottom:26px}.owner-route-panel>.owner-table-head{padding:26px 28px}.owner-route-panel .owner-table-head p{max-width:760px;margin:7px 0 0}.route-toolbar{display:grid;grid-template-columns:220px 200px 1fr;gap:12px;padding:0 28px 18px}.route-toolbar label,.route-day-badge{display:grid;gap:7px}.route-toolbar label>span,.route-day-badge>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--taupe);font-weight:800}.route-day-badge{align-content:center;padding:12px 15px;border:1px solid var(--line);border-radius:15px;background:#f6f2e9}.route-day-badge strong{font-family:Georgia,serif;font-size:1.15rem}.driver-assignment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;padding:0 28px 20px}.driver-assignment-card{display:grid;gap:9px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#faf8f3}.driver-assignment-card input{background:#fff}.route-stop-picker{margin:0 28px 18px;border:1px solid var(--line);border-radius:19px;overflow:hidden}.route-picker-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#f5f1e8}.route-picker-head>div:first-child{display:grid}.route-picker-head span{font-size:.75rem;color:var(--taupe)}.route-picker-actions{display:flex;gap:14px}.text-button{border:0;background:transparent;color:var(--forest);font-weight:800;cursor:pointer}.route-stop-list{max-height:320px;overflow:auto}.route-stop-row{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:13px 16px;border-top:1px solid var(--line);cursor:pointer}.route-stop-row:first-child{border-top:0}.route-stop-row input{width:18px;height:18px}.route-stop-row span{display:grid}.route-stop-row small{color:var(--taupe);font-size:.76rem}.route-actions{display:flex;gap:10px;flex-wrap:wrap;padding:0 28px 16px}.owner-route-panel>.notice{margin:0 28px 14px}.planned-route-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;padding:4px 28px 20px}.planned-route-card{position:relative;padding:18px;border:1px solid var(--line);border-radius:20px;background:#f9f6f0}.planned-route-card>div:first-child{display:flex;gap:10px;align-items:center}.planned-route-card>div:first-child>div{display:grid}.planned-route-card small{color:var(--taupe)}.route-number{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:#fff;font-weight:900}.planned-route-card ol{margin:14px 0 8px;padding-left:22px;font-size:.82rem}.planned-route-card li{padding:3px 0}.planned-route-card li span{float:right;color:var(--taupe)}.route-total{display:block;margin-top:10px}.published-routes{margin:0 28px;padding-top:8px;border-top:1px solid var(--line)}.published-route-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}.published-route-row>div{display:grid}.published-route-row span{font-size:.76rem;color:var(--taupe)}.driver-shell{min-height:100vh;background:#eef1ed;color:#17241f;font-family:Inter,Arial,sans-serif;padding-bottom:calc(24px + env(safe-area-inset-bottom));overflow-x:hidden}.driver-topbar{position:sticky;top:0;z-index:1200;display:flex;justify-content:space-between;align-items:center;padding:calc(10px + env(safe-area-inset-top)) 15px 10px;background:#1f352c;color:#fff;box-shadow:0 8px 25px #00000026}.driver-topbar>div{display:flex;align-items:center;gap:10px}.driver-topbar>div>div:last-child{display:grid}.driver-topbar span{font-size:.72rem;color:#d8c6a0}.driver-mini-logo,.driver-logo{display:grid;place-items:center;background:#f5f1e8;color:#1f352c;font-family:Georgia,serif;font-weight:900}.driver-mini-logo{width:38px;height:38px;border-radius:12px}.driver-logo{width:68px;height:68px;border-radius:20px;font-size:1.4rem;margin:0 auto 18px}.driver-icon-button{width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;color:#fff;font-size:1.35rem;cursor:pointer}.driver-progress{padding:12px 15px;background:#fff;border-bottom:1px solid #dfe5e0}.driver-progress>div:first-child{display:flex;justify-content:space-between;font-size:.78rem}.driver-progress-track{height:6px;margin-top:8px;background:#e7ebe8;border-radius:99px;overflow:hidden}.driver-progress-track i{display:block;height:100%;background:#1f352c;border-radius:99px;transition:width .3s}.driver-map{height:min(47vh,430px);width:100%;background:#dbe2dc;z-index:1}.driver-stop-sheet{position:relative;z-index:3;margin:-18px 10px 0;padding:20px 16px 16px;background:#fff;border-radius:24px;box-shadow:0 -4px 28px #13271e24}.driver-stop-head{display:flex;justify-content:space-between;gap:16px}.driver-stop-head h1{font-family:Georgia,serif;font-size:1.7rem;margin:5px 0;line-height:1}.driver-stop-head p{margin:0;color:#68756f;font-size:.86rem;line-height:1.45}.driver-stop-number{font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;color:#8a7959;font-weight:900}.driver-stop-count{flex:none;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#f3efe6;font-weight:900}.driver-stop-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0}.driver-stop-info>div{display:grid;gap:4px;padding:12px;border-radius:14px;background:#f5f7f5}.driver-stop-info span{font-size:.67rem;text-transform:uppercase;letter-spacing:.07em;color:#829089}.driver-stop-info strong{font-size:.81rem}.driver-nav-hint{padding:11px 13px;margin-bottom:12px;border-radius:13px;background:#eaf2ff;color:#244f91;font-size:.78rem;line-height:1.4}.driver-proof-upload{display:grid;text-align:center;padding:17px;border:2px dashed #c9d1ca;border-radius:16px;background:#f7f9f7;cursor:pointer}.driver-proof-upload input{display:none}.driver-proof-upload span{font-weight:900}.driver-proof-upload small{color:#7c8982;margin-top:4px}.driver-proof-upload.has-proof{border-style:solid;border-color:#82ab8f;background:#eff7f1}.driver-note{width:100%;margin:10px 0;resize:none;border-radius:14px}.driver-complete-button{width:100%;min-height:58px;border:0;border-radius:17px;background:#1f352c;color:#fff;font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #1f352c2e}.driver-complete-button:disabled{opacity:.45;cursor:not-allowed}.driver-stop-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.driver-stop-nav button{min-height:44px;border:1px solid #d5ddd7;border-radius:13px;background:#fff;font-weight:800}.driver-stop-nav button:disabled{opacity:.35}.driver-login,.driver-centre{display:grid;place-items:center;padding:24px}.driver-login-card{width:min(100%,430px);padding:30px 24px;border-radius:26px;background:#fff;text-align:center;box-shadow:0 20px 50px #1f352c1f}.driver-login-card h1{font-family:Georgia,serif;font-size:2.2rem;margin:10px 0}.driver-login-card .btn{width:100%;margin-top:9px}.driver-complete-card{margin:30px 14px;padding:34px 22px;border-radius:26px;background:#fff;text-align:center;box-shadow:0 18px 44px #1f352c1a}.driver-complete-mark{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:#1f352c;color:#fff;font-size:2rem}.driver-complete-card h1{font-family:Georgia,serif;font-size:2rem;margin:0 0 8px}.leaflet-control-attribution{font-size:8px!important}@media(max-width:800px){.route-toolbar{grid-template-columns:1fr 1fr;padding:0 18px 14px}.route-day-badge{grid-column:1/-1}.owner-route-panel>.owner-table-head{padding:20px 18px}.driver-assignment-grid,.planned-route-grid{padding-left:18px;padding-right:18px}.route-stop-picker{margin-left:18px;margin-right:18px}.route-actions{padding-left:18px;padding-right:18px}.owner-route-panel>.notice,.published-routes{margin-left:18px;margin-right:18px}.published-route-row{grid-template-columns:1fr auto}.published-route-row>.status-pill{grid-column:1/-1;justify-self:start}}@media(max-width:540px){.route-toolbar{grid-template-columns:1fr}.route-day-badge{grid-column:auto}.driver-stop-info{grid-template-columns:1fr}.driver-map{height:43vh}.driver-stop-sheet{margin-left:6px;margin-right:6px}.route-picker-head{align-items:flex-start;flex-direction:column}}.test-delivery-panel{margin:0 28px 18px;padding:18px;border:1px solid #d7c8a8;border-radius:20px;background:linear-gradient(135deg,#fbf7ed,#f4efe4);display:grid;gap:14px}.test-delivery-copy{display:grid;gap:4px}.test-delivery-copy>strong{font-family:Georgia,serif;font-size:1.2rem}.test-delivery-copy>span,.test-delivery-panel>small{color:var(--taupe);font-size:.78rem;line-height:1.45}.test-delivery-fields{display:grid;grid-template-columns:minmax(220px,1fr) minmax(140px,.45fr) auto;gap:10px;align-items:center}.test-delivery-fields input{background:#fff;min-width:0}.test-delivery-fields .btn{white-space:nowrap}@media(max-width:800px){.test-delivery-panel{margin-left:18px;margin-right:18px}.test-delivery-fields{grid-template-columns:1fr 140px}.test-delivery-fields .btn{grid-column:1/-1;width:100%}}@media(max-width:540px){.test-delivery-fields{grid-template-columns:1fr}.test-delivery-fields .btn{grid-column:auto}}.random-test-divider{height:1px;background:#dfd5c1;margin:2px 0}.random-test-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.random-test-row>div{display:grid;gap:5px}.random-test-row strong{font-family:Georgia,serif;font-size:1.04rem}.random-test-row span{color:var(--taupe);font-size:.78rem;line-height:1.45}.random-test-row .btn{white-space:nowrap}.driver-numbered-marker-wrap{background:transparent!important;border:0!important}.driver-numbered-marker{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#1f352c;color:#fff;border:3px solid #fff;box-shadow:0 2px 8px #00000054;font:900 11px/1 Inter,Arial,sans-serif}.driver-numbered-marker.active{width:38px;height:38px;margin:-3px;background:#2474ff;font-size:13px;box-shadow:0 0 0 4px #2474ff38,0 3px 12px #0000005c}.driver-numbered-marker.delivered{background:#789087;opacity:.72}.driver-numbered-marker.active.delivered{background:#2474ff;opacity:1}@media(max-width:700px){.random-test-row{grid-template-columns:1fr}.random-test-row .btn{width:100%}}.driver-map-wrap{position:relative;width:100%}.driver-map-expand{position:absolute;right:14px;bottom:14px;z-index:700;width:50px;height:50px;border:0;border-radius:16px;background:#1f352cf0;color:#fff;font-size:1.55rem;font-weight:900;box-shadow:0 8px 20px #0003;cursor:pointer}.driver-map-wrap.is-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:#dbe2dc;padding:0;margin:0}.driver-map-wrap.is-fullscreen .driver-map{height:100dvh!important;min-height:100vh;width:100vw;cursor:grab}.driver-map-wrap.is-fullscreen .driver-map:active{cursor:grabbing}.driver-map-close{position:absolute;top:calc(14px + env(safe-area-inset-top));left:14px;z-index:5100;width:54px;height:54px;border:0;border-radius:50%;background:#fffffff5;color:#1f352c;font-size:2rem;line-height:1;box-shadow:0 8px 24px #0003;cursor:pointer}.driver-fullscreen-address{position:absolute;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:5100;display:grid;gap:4px;padding:14px 18px 16px;border-radius:20px;background:#fffffff7;box-shadow:0 10px 30px #00000040;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.driver-fullscreen-address span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#8a7959;font-weight:900}.driver-fullscreen-address strong{font-family:Georgia,serif;font-size:1.25rem;color:#17241f;line-height:1.2}.driver-fullscreen-address small{font-size:.92rem;color:#5f6e67;font-weight:800}.driver-map-wrap.is-fullscreen .leaflet-top.leaflet-right{top:calc(14px + env(safe-area-inset-top));right:10px}.driver-map-wrap.is-fullscreen .leaflet-control-zoom{border:0!important;border-radius:16px!important;overflow:hidden;box-shadow:0 8px 24px #00000038!important}.driver-map-wrap.is-fullscreen .leaflet-control-zoom a{width:54px!important;height:54px!important;line-height:52px!important;font-size:30px!important;font-weight:700!important;color:#1f352c!important;background:#fffffff7!important}.driver-map-wrap.is-fullscreen .leaflet-control-zoom a:first-child{border-bottom:1px solid #d9dedb!important}.driver-map-wrap:not(.is-fullscreen) .leaflet-control-zoom a{width:40px!important;height:40px!important;line-height:38px!important;font-size:24px!important}@media(max-width:540px){.driver-map-expand{width:48px;height:48px;border-radius:15px}.driver-fullscreen-address{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));padding:13px 16px 15px}.driver-fullscreen-address strong{font-size:1.18rem}}:root{--nph-cream:#f1ecdf;--nph-ink:#172018;--nph-green:#1d2c22;--nph-deep:#111914;--nph-gold:#b39a64;--nph-stone:#d8d0c0;--nph-wine:#49352d}.nph-home{background:var(--nph-cream);color:var(--nph-ink)}.nph-promo{background:#121a15;color:#d8c8a6;font-size:.63rem;letter-spacing:.22em;padding:8px}.nph-header{background:#f1ecdff0;border-color:#17201826}.nph-header nav{height:92px}.nph-brand{font-family:Georgia,serif;font-size:.84rem;line-height:1.05;letter-spacing:.08em}.nph-mark{width:46px;height:46px;font-size:.68rem;border-color:#8d7951}.nph-nav{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.nph-nav-enter{border-bottom:1px solid #8d7951;padding-bottom:5px}.nph-hero{height:min(880px,calc(100vh - 126px));min-height:680px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#19241d}.nph-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 74% 50%,rgba(203,160,91,.28),transparent 24%),radial-gradient(circle at 72% 80%,#8a4e2c 0 5%,transparent 6%),radial-gradient(circle at 84% 75%,#b9913e 0 3%,transparent 4%),linear-gradient(115deg,#142019 0,#142019 48%,#2e3827 62%,#6b5a39);transform:scale(1.02)}.nph-hero-image:after{content:"";position:absolute;width:42%;height:68%;right:6%;bottom:-12%;border-radius:50% 50% 18% 18%;background:radial-gradient(circle at 50% 22%,#e6d2a2 0 2%,transparent 3%),radial-gradient(circle at 35% 32%,#6f412d 0 4%,transparent 4.5%),radial-gradient(circle at 64% 36%,#bc994b 0 4%,transparent 4.5%),radial-gradient(circle at 45% 50%,#2c452d 0 5%,transparent 5.5%),radial-gradient(circle at 67% 58%,#783d2d 0 4%,transparent 4.5%),#b39a64;filter:saturate(.8);opacity:.8}.nph-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#090e0be6,#090e0ba3 47%,#090e0b14 82%),linear-gradient(0deg,rgba(8,12,9,.45),transparent 50%)}.nph-hero-content{position:relative;z-index:2;color:#f7f2e8;padding-bottom:105px}.nph-kicker,.nph-overline{text-transform:uppercase;letter-spacing:.24em;font-size:.68rem;font-weight:700;color:var(--nph-gold)}.nph-hero h1{font-size:clamp(4.6rem,9vw,8.6rem);line-height:.82;font-weight:400;letter-spacing:-.055em;margin:22px 0 30px;max-width:900px}.nph-home em{font-weight:400;color:#c8ae77}.nph-lead{font-family:Georgia,serif;font-size:1.32rem!important;color:#f0e7d7!important;margin-bottom:10px}.nph-intro{max-width:580px;color:#ffffffad!important;font-size:.96rem!important}.nph-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.nph-btn{display:inline-flex;padding:15px 25px;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;font-weight:800}.nph-btn-light{background:#eee6d6;color:#172018}.nph-btn-dark{background:#1b291f;color:#f7f2e8}.nph-text-link{color:#eee6d6;border-bottom:1px solid rgba(238,230,214,.45);padding-bottom:4px;font-size:.82rem}.nph-text-link.dark{color:#172018;border-color:#8c8069}.nph-scroll{position:absolute;right:32px;bottom:34px;z-index:2;color:#ffffff8c;font-size:.58rem;letter-spacing:.2em;writing-mode:vertical-rl}.nph-manifesto{padding:150px 0;text-align:center}.nph-narrow{max-width:980px}.nph-manifesto h2,.nph-section-head h2,.nph-water h2,.nph-mix h2,.nph-origin h2,.nph-circle h2,.nph-letter h2{font-size:clamp(3.1rem,6vw,6.2rem);line-height:.96;font-weight:400;letter-spacing:-.045em;margin:20px 0 30px}.nph-manifesto p{max-width:720px;margin:auto;color:#6d6a61;font-size:1.05rem}.nph-world{padding:120px 0;background:#e5ded0}.nph-section-head{max-width:800px;margin-bottom:58px}.nph-section-head>p{color:#6d6a61}.nph-world-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:360px 360px;gap:18px}.nph-feature{position:relative;overflow:hidden;padding:44px;color:#f5eee0;display:flex;align-items:flex-end;background:#263329}.nph-feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.65}.nph-feature>div{position:relative;z-index:1;max-width:520px}.nph-feature-large{grid-row:1/3}.nph-feature span,.nph-edit-copy>span{font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;color:#cfb47a}.nph-feature h3{font-size:2.5rem;line-height:1.02;font-weight:400;margin:12px 0}.nph-feature p{color:#ffffffab;font-size:.88rem}.nph-feature a,.nph-edit-card a{font-size:.74rem;border-bottom:1px solid currentColor;padding-bottom:3px}.nph-pantry:before{background:radial-gradient(circle at 65% 25%,#ad7a3f 0 6%,transparent 7%),radial-gradient(circle at 75% 35%,#76502f 0 8%,transparent 9%),linear-gradient(145deg,#1a281f,#4a5135)}.nph-makes:before{background:radial-gradient(circle at 75% 40%,#5b2e23 0 12%,transparent 13%),linear-gradient(145deg,#271a16,#5c4436)}.nph-finds:before{background:radial-gradient(circle at 76% 35%,#9c7c39 0 7%,transparent 8%),linear-gradient(145deg,#263329,#526348)}.nph-edits{padding:140px 0}.nph-head-row{max-width:none;display:grid;grid-template-columns:1fr .6fr;gap:80px;align-items:end}.nph-head-row p{padding-bottom:20px}.nph-edit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.nph-edit-card{height:520px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;color:#f4eddf;position:relative;overflow:hidden;background:#28362c}.nph-edit-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.75}.nph-edit-card>*{position:relative}.nph-edit-number{font-family:Georgia,serif;font-size:1rem;color:#d4bc89}.nph-edit-copy h3{font-size:2.1rem;line-height:1;margin:12px 0}.nph-edit-copy p{font-size:.82rem;color:#ffffffad;min-height:70px}.nph-edit-card.water:before{background:radial-gradient(circle at 60% 25%,#d4c267 0 8%,transparent 9%),linear-gradient(#395443,#1b2b22)}.nph-edit-card.morning:before{background:radial-gradient(circle at 55% 30%,#c79e56 0 10%,transparent 11%),linear-gradient(#66563c,#28231b)}.nph-edit-card.mix:before{background:radial-gradient(circle at 45% 25%,#a2593f 0 7%,transparent 8%),radial-gradient(circle at 65% 33%,#b89b48 0 5%,transparent 6%),linear-gradient(#473329,#211b17)}.nph-edit-card.seasonal:before{background:radial-gradient(circle at 55% 30%,#9c563c 0 8%,transparent 9%),linear-gradient(#536343,#263226)}.nph-water{padding:140px 0;background:#d8d0bd}.nph-water-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.nph-water-visual{height:650px;display:grid;place-items:center;background:radial-gradient(circle,#c9b56f 0 18%,transparent 19%),radial-gradient(circle at 35% 65%,#d8c657 0 8%,transparent 9%),linear-gradient(145deg,#7c8a65,#d9d1b8)}.nph-bottle{height:500px;width:170px;border:2px solid rgba(255,255,255,.6);border-radius:28px 28px 36px 36px;background:linear-gradient(90deg,#ffffff80,#cddabd73);box-shadow:inset 0 0 30px #ffffff80,0 35px 70px #232c1c40;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#263326}.nph-bottle span{font-family:Georgia,serif;border:1px solid #465644;border-radius:50%;width:52px;height:52px;display:grid;place-items:center;font-size:.72rem;margin-bottom:34px}.nph-bottle b{font-family:Georgia,serif;font-weight:400;font-size:1.35rem;line-height:1.05}.nph-bottle small{font-size:.5rem;letter-spacing:.12em;margin-top:18px}.nph-water-copy{max-width:560px}.nph-water-copy p,.nph-origin p,.nph-letter p{color:#68665e;max-width:520px;margin-bottom:30px}.nph-mix{padding:140px 0;background:#172119;color:#f4ecdc}.nph-mix-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.nph-mix p{color:#ffffff9e;max-width:500px}.nph-ingredients{height:600px;position:relative;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 20% 20%,#9a7440 0 5%,transparent 5.5%),radial-gradient(circle at 68% 18%,#b65f46 0 7%,transparent 7.5%),radial-gradient(circle at 35% 65%,#62402d 0 8%,transparent 8.5%),radial-gradient(circle at 78% 72%,#b49a51 0 6%,transparent 6.5%),#202c22}.nph-ingredients>span{position:absolute;font-size:.58rem;letter-spacing:.18em;color:#d9c698}.nph-ingredients>span:nth-child(1){left:8%;top:9%}.nph-ingredients>span:nth-child(2){right:10%;top:14%}.nph-ingredients>span:nth-child(3){left:12%;bottom:16%}.nph-ingredients>span:nth-child(4){right:7%;bottom:12%}.nph-ingredients>span:nth-child(5){left:48%;top:45%}.nph-ingredients>span:nth-child(6){right:18%;top:40%}.nph-mix-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;border:1px solid #b9a16d;display:grid;place-items:center;text-align:center;font-family:Georgia,serif;font-size:2.1rem;line-height:.9;background:#172119}.nph-origin{padding:150px 0}.nph-origin-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.nph-origin-art{height:650px;background:linear-gradient(#14201726,#1420174d),radial-gradient(circle at 50% 30%,#a9b177 0 14%,transparent 15%),linear-gradient(145deg,#71805a,#283d2d);display:flex;align-items:flex-end;padding:45px;color:#f1e8d8;font-family:Georgia,serif;font-size:5rem;line-height:.82}.nph-small{font-size:.78rem!important;letter-spacing:.04em}.nph-circle{padding:150px 0;background:#49382f;color:#f6edde;text-align:center}.nph-circle-inner{max-width:850px}.nph-circle p{max-width:620px;margin:0 auto 34px;color:#ffffffa6}.nph-letter{padding:130px 0;background:#e2dbce}.nph-letter-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}.nph-letter h2{font-size:clamp(2.8rem,5vw,5rem)}.nph-email{display:flex;border-bottom:1px solid #6d685d;margin-top:40px}.nph-email input{flex:1;border:0;background:transparent;padding:16px 0;font:inherit;outline:0}.nph-email button{border:0;background:transparent;font:inherit;font-size:.75rem;font-weight:700;cursor:pointer}.nph-letter small{display:block;margin-top:12px;color:#7d786e}.nph-home+footer{background:#111914;color:#e9e1d3}.nph-home+footer .brand-mark{border-color:#a58d60}.nph-home+footer .small{color:#a9a297}@media(max-width:900px){.nph-world-grid,.nph-water-grid,.nph-mix-grid,.nph-origin-grid,.nph-letter-grid,.nph-head-row{grid-template-columns:1fr}.nph-world-grid{grid-template-rows:none}.nph-feature-large{grid-row:auto;min-height:520px}.nph-feature{min-height:360px}.nph-edit-grid{grid-template-columns:1fr 1fr}.nph-head-row{gap:10px}.nph-water-grid,.nph-mix-grid,.nph-origin-grid,.nph-letter-grid{gap:50px}.nph-water-copy{padding-bottom:20px}.nph-hero h1{font-size:clamp(4rem,12vw,7rem)}}@media(max-width:650px){.nph-hero{min-height:720px}.nph-hero-content{padding-bottom:72px}.nph-hero h1{font-size:3.9rem}.nph-lead{font-size:1.08rem!important}.nph-actions{align-items:flex-start;flex-direction:column}.nph-scroll{display:none}.nph-manifesto,.nph-world,.nph-edits,.nph-water,.nph-mix,.nph-origin,.nph-circle,.nph-letter{padding:90px 0}.nph-manifesto h2,.nph-section-head h2,.nph-water h2,.nph-mix h2,.nph-origin h2,.nph-circle h2{font-size:3.3rem}.nph-edit-grid{grid-template-columns:1fr}.nph-edit-card{height:430px}.nph-water-visual,.nph-origin-art,.nph-ingredients{height:500px}.nph-origin-art{font-size:3.8rem}.nph-nav{background:#f1ecdf!important}}.lux-home{background:#f7f4ed;color:#13291f}.lux-top{height:31px;background:#173527;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 36px;font-size:10px;letter-spacing:.13em}.lux-top strong{font-weight:500}.lux-header{position:relative;top:auto;background:#f9f7f1;border:0}.lux-nav{height:126px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.lux-nav-side{display:flex;gap:34px;align-items:center;font-size:11px;letter-spacing:.13em}.lux-nav-side.right{justify-content:flex-end}.lux-logo{text-align:center;display:flex;flex-direction:column;align-items:center;font-family:Georgia,serif}.lux-logo b{font-size:34px;line-height:.9;font-weight:500}.lux-logo span{font-size:16px;letter-spacing:.12em;margin-top:7px}.lux-logo em{font-size:10px;font-weight:400;margin-top:3px}.lux-hero{min-height:560px;background:linear-gradient(90deg,#0c1912e6,#0c19129e 35%,#0c191214 67%),url(/assets/nph/hero-editorial.jpg) center 56%/cover no-repeat;color:#fff}.lux-hero-inner{min-height:560px;display:flex;align-items:center}.lux-hero-copy{max-width:590px;padding:55px 0}.lux-kicker{font-size:12px;letter-spacing:.22em;margin-bottom:18px}.lux-hero h1{font-size:72px;line-height:.92;font-weight:400;margin:0 0 20px;letter-spacing:-.04em}.lux-hero h2{font-size:22px;line-height:1.35;font-weight:400;margin:0 0 22px}.lux-hero p{font-family:Georgia,serif;font-size:16px;line-height:1.55;margin:0 0 26px}.lux-outline{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;border:1px solid #8e968f;padding:13px 22px;font-size:10px;letter-spacing:.14em}.lux-outline.light{border-color:#ffffffa6;color:#fff}.lux-pillars{background:#faf8f2;border-bottom:1px solid #dedbd2}.lux-pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:23px 0}.lux-pillar-grid>div{text-align:center;display:flex;flex-direction:column}.lux-pillar-grid b{font-size:21px;font-weight:400}.lux-pillar-grid strong{font-size:10px;letter-spacing:.14em;margin:4px 0}.lux-pillar-grid em{font-family:Georgia,serif;font-size:12px;font-weight:400}.lux-edits{padding:44px 0 0}.lux-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.lux-section-head span{font-size:11px;letter-spacing:.18em}.lux-section-head h2{font-size:42px;font-weight:400;margin:2px 0}.lux-section-head p{font-family:Georgia,serif;font-size:15px;line-height:1.4;margin:0}.lux-edit-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid #e1ddd3}.lux-edit{border-right:1px solid #e1ddd3;background:#faf8f3}.lux-edit:first-child{border-left:1px solid #e1ddd3}.lux-edit img{width:100%;aspect-ratio:1.05;object-fit:cover}.lux-edit-body{padding:14px 14px 20px;min-height:190px;display:flex;flex-direction:column}.lux-edit small{font-size:9px;letter-spacing:.12em}.lux-edit h3{font-family:Georgia,serif;font-size:15px;line-height:1.1;font-weight:400;letter-spacing:.01em;margin:7px 0}.lux-edit p{font-family:Georgia,serif;font-size:12px;line-height:1.35;margin:0 0 15px}.lux-edit a{margin-top:auto;font-size:9px;letter-spacing:.13em}.lux-story{display:grid;grid-template-columns:1.15fr .9fr .95fr;min-height:440px}.lux-story-dark{background:#123426;color:#fff;display:flex;align-items:center;justify-content:center;padding:55px}.lux-story-dark>div,.lux-story-light>div{max-width:390px}.lux-story small{font-size:10px;letter-spacing:.16em}.lux-story h2{font-size:37px;line-height:1.05;font-weight:400;margin:14px 0}.lux-story p{font-family:Georgia,serif;font-size:14px;line-height:1.55;margin:0 0 22px}.lux-story-photo{background:url(/assets/nph/olive-branch.jpg) center/cover no-repeat}.lux-story-light{background:#f7f4ed;display:flex;align-items:center;justify-content:center;padding:50px}.lux-story-light strong{display:block;font-size:11px;letter-spacing:.17em;line-height:1.7;margin-bottom:18px}.lux-letter{border-top:1px solid #ddd8cc;background:#fbf9f4;padding:22px 0}.lux-letter-inner{display:grid;grid-template-columns:1.1fr 1.6fr .55fr;align-items:center;gap:36px}.lux-letter h2{font-size:25px;font-weight:400;margin:0}.lux-letter p{font-family:Georgia,serif;font-size:12px;line-height:1.4;margin:4px 0 0}.lux-letter form{display:flex}.lux-letter input{flex:1;border:1px solid #a9aaa4;background:#fff;padding:14px 18px;font-family:Georgia,serif}.lux-letter button{border:0;background:#173527;color:#fff;padding:0 32px;font-size:10px;letter-spacing:.12em}.lux-script{font-family:cursive;font-size:24px;line-height:1.05;transform:rotate(-5deg);text-align:center}.lux-mobile{display:none}@media(max-width:900px){.lux-top span{display:none}.lux-top{justify-content:center;text-align:center}.lux-nav{height:92px;grid-template-columns:1fr auto}.lux-nav-side{display:none}.lux-logo{justify-self:start}.lux-logo b{font-size:26px}.lux-logo span{font-size:12px}.lux-logo em{display:none}.lux-header .mobile-menu-toggle{display:flex;justify-self:end}.lux-mobile{display:flex;position:absolute;left:0;right:0;top:92px;background:#f9f7f1;padding:22px;flex-direction:column;gap:18px;z-index:80;border-top:1px solid #ddd}.lux-hero h1{font-size:54px}.lux-edit-grid{grid-template-columns:repeat(3,1fr)}.lux-story{grid-template-columns:1fr}.lux-story-photo{min-height:420px}.lux-letter-inner{grid-template-columns:1fr}.lux-script{display:none}}@media(max-width:600px){.lux-top{font-size:8px;padding:0 10px}.lux-hero,.lux-hero-inner{min-height:610px}.lux-hero{background-position:58% center}.lux-hero-copy{padding-top:160px}.lux-hero h1{font-size:47px}.lux-hero h2{font-size:18px}.lux-pillar-grid{grid-template-columns:1fr 1fr;gap:22px}.lux-section-head{align-items:flex-start;flex-direction:column;gap:18px}.lux-section-head h2{font-size:36px}.lux-edit-grid{grid-template-columns:1fr 1fr}.lux-story-dark,.lux-story-light{padding:44px 24px}.lux-letter form{flex-direction:column}.lux-letter button{padding:14px}.lux-nav{width:calc(100% - 28px)}}.lux-home section{padding:0}.lux-home .container,.lux-header .container{width:min(1440px,calc(100% - 48px));margin-left:auto;margin-right:auto}.lux-top{height:28px;padding:0 34px;font-size:9px}.lux-nav{height:82px}.lux-logo b{font-size:31px}.lux-logo span{font-size:15px;margin-top:5px}.lux-logo em{font-size:9px;margin-top:1px}.lux-nav-side{gap:38px;font-size:10px}.lux-hero,.lux-hero-inner{min-height:420px}.lux-hero{background-position:center 55%}.lux-hero-copy{max-width:500px;padding:38px 0}.lux-kicker{font-size:10px;margin-bottom:13px}.lux-hero h1{font-size:58px;line-height:.92;margin:0 0 15px}.lux-hero h2{font-size:18px;line-height:1.28;margin:0 0 16px}.lux-hero p{font-size:14px;line-height:1.45;margin:0 0 20px}.lux-outline{padding:10px 18px;font-size:9px}.lux-pillar-grid{padding:16px 0}.lux-pillar-grid b{font-size:18px}.lux-pillar-grid strong{font-size:9px;margin:2px 0}.lux-pillar-grid em{font-size:11px}.lux-edits{padding:28px 0 0!important}.lux-section-head{margin-bottom:15px}.lux-section-head h2{font-size:37px;line-height:1;margin:3px 0 5px}.lux-section-head p{font-size:13px}.lux-edit img{aspect-ratio:1.34}.lux-edit-body{padding:10px 11px 14px;min-height:160px}.lux-edit h3{font-size:14px;margin:5px 0}.lux-edit p{font-size:11px;margin-bottom:10px}.lux-story{min-height:330px}.lux-story-dark,.lux-story-light{padding:38px}.lux-story h2{font-size:32px;margin:10px 0}.lux-story p{font-size:12px;line-height:1.45;margin-bottom:16px}.lux-letter{padding:15px 0!important}.lux-letter form{display:flex;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.lux-letter input,.lux-letter button{border-radius:0}.lux-letter h2{font-size:21px}.lux-letter p{font-size:10px}footer{padding:28px 0}@media(max-width:900px){.lux-home .container,.lux-header .container{width:calc(100% - 32px)}.lux-nav{height:92px}.lux-hero,.lux-hero-inner{min-height:560px}.lux-hero h1{font-size:52px}.lux-edit-grid{grid-template-columns:repeat(3,1fr)}.lux-story{grid-template-columns:1fr}}@media(max-width:600px){.lux-home .container,.lux-header .container{width:calc(100% - 28px)}.lux-hero,.lux-hero-inner{min-height:610px}.lux-hero-copy{padding-top:155px}.lux-hero h1{font-size:47px}.lux-edit-grid{grid-template-columns:1fr 1fr}}@media(min-width:901px){.lux-top{height:27px!important;padding:0 38px!important;font-size:8px!important;line-height:27px!important}.lux-header{position:relative!important;top:auto!important;height:82px!important;background:#fbf9f3!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important}.lux-header .container{width:100%!important;max-width:none!important;padding:0 38px!important}.lux-nav{height:82px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important}.lux-nav-side{gap:34px!important;font-size:9px!important;letter-spacing:.15em!important;white-space:nowrap!important}.lux-logo b{font-size:31px!important;line-height:.82!important}.lux-logo span{font-size:14px!important;letter-spacing:.11em!important;margin-top:6px!important}.lux-logo em{font-size:8px!important;margin-top:1px!important}.lux-home section{padding:0!important}.lux-home .container{width:100%!important;max-width:none!important;padding-left:66px!important;padding-right:66px!important}.lux-hero{height:394px!important;min-height:394px!important;background-image:linear-gradient(90deg,#0b1a12e0,#0b1a1294 31%,#0b1a1214 57%,#0b1a1200 75%),url(/assets/nph/hero-clean.jpg)!important;background-position:center center!important;background-size:cover!important}.lux-hero-inner{height:394px!important;min-height:394px!important;align-items:center!important}.lux-hero-copy{width:440px!important;max-width:440px!important;padding:0!important;margin-top:-2px!important}.lux-kicker{font-size:8px!important;letter-spacing:.22em!important;margin-bottom:10px!important}.lux-hero h1{font-size:52px!important;line-height:.91!important;letter-spacing:-.035em!important;margin:0 0 13px!important}.lux-hero h2{font-size:16px!important;line-height:1.28!important;margin:0 0 15px!important}.lux-hero p{font-size:12px!important;line-height:1.42!important;margin:0 0 17px!important}.lux-outline{min-height:33px!important;padding:8px 17px!important;font-size:8px!important;letter-spacing:.14em!important}.lux-pillars{height:86px!important}.lux-pillar-grid{height:86px!important;padding:12px 50px!important;align-items:center!important}.lux-pillar-grid>div{border-right:1px solid #e2ded4!important}.lux-pillar-grid>div:last-child{border-right:0!important}.lux-pillar-grid b{font-size:17px!important;line-height:1!important}.lux-pillar-grid strong{font-size:8px!important;margin:4px 0 1px!important}.lux-pillar-grid em{font-size:10px!important;line-height:1.1!important}.lux-edits{padding:22px 0 0!important;background:#f8f6f0!important}.lux-edits>.container{padding-left:20px!important;padding-right:20px!important}.lux-section-head{margin:0 47px 15px!important;align-items:end!important}.lux-section-head span{font-size:8px!important}.lux-section-head h2{font-size:35px!important;line-height:.98!important;margin:2px 0 4px!important}.lux-section-head p{font-size:11px!important;line-height:1.25!important}.lux-edit-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.lux-edit img{height:123px!important;aspect-ratio:auto!important;object-fit:cover!important}.lux-edit-body{padding:8px 10px 12px!important;min-height:132px!important}.lux-edit small{font-size:7px!important}.lux-edit h3{font-size:12px!important;line-height:1.05!important;margin:4px 0!important}.lux-edit p{font-size:9px!important;line-height:1.18!important;margin-bottom:7px!important}.lux-edit a{font-size:7px!important}.lux-story{height:310px!important;min-height:310px!important;grid-template-columns:1.08fr .92fr .96fr!important}.lux-story-dark,.lux-story-light{padding:35px 50px!important}.lux-story small{font-size:8px!important}.lux-story h2{font-size:29px!important;line-height:1.02!important;margin:8px 0!important}.lux-story p{font-size:10px!important;line-height:1.35!important;margin-bottom:13px!important}.lux-story-light strong{font-size:8px!important;line-height:1.45!important;margin-bottom:12px!important}.lux-letter{padding:10px 0!important;min-height:74px!important}.lux-letter-inner{grid-template-columns:1.05fr 1.7fr .45fr!important;gap:28px!important;padding-left:66px!important;padding-right:66px!important}.lux-letter h2{font-size:18px!important;line-height:1!important}.lux-letter p{font-size:8px!important;line-height:1.25!important}.lux-letter form{height:37px!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.lux-letter input{padding:8px 14px!important;font-size:9px!important;border-radius:0!important}.lux-letter button{padding:0 30px!important;font-size:8px!important;border-radius:0!important}.lux-script{font-size:19px!important}}@media(min-width:1000px){html,body,#root{margin:0!important;padding:0!important;width:100%!important;overflow-x:hidden!important}.lux-top{box-sizing:border-box!important;width:100%!important;height:32px!important;min-height:32px!important;padding:0 44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:#143525!important;color:#f4efe4!important;font-size:8px!important;letter-spacing:.13em!important;line-height:1!important;position:relative!important;z-index:100!important}.lux-top strong{font-size:8px!important;letter-spacing:.19em!important;font-weight:500!important}.lux-header{box-sizing:border-box!important;width:100%!important;height:96px!important;min-height:96px!important;margin:0!important;padding:0!important;position:relative!important;top:0!important;background:#fbf9f3!important;border:0!important;box-shadow:none!important;z-index:99!important}.lux-header .container,.lux-nav{box-sizing:border-box!important;width:100%!important;max-width:none!important;height:96px!important;min-height:96px!important;margin:0!important;padding:0 44px!important}.lux-nav{display:grid!important;grid-template-columns:1fr 420px 1fr!important;align-items:center!important;gap:20px!important}.lux-nav-side{display:flex!important;align-items:center!important;gap:44px!important;font-size:9px!important;letter-spacing:.16em!important;line-height:1!important;white-space:nowrap!important}.lux-nav-side.left{justify-self:start!important}.lux-nav-side.right{justify-self:end!important}.lux-logo{width:420px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#173426!important;line-height:1!important}.lux-logo b{font-family:Georgia,Times New Roman,serif!important;font-size:36px!important;font-weight:400!important;letter-spacing:-.11em!important;line-height:.75!important;margin:0 0 7px!important}.lux-logo span{font-family:Georgia,Times New Roman,serif!important;font-size:16px!important;font-weight:400!important;letter-spacing:.1em!important;line-height:1!important;margin:0!important}.lux-logo em{font-family:Georgia,Times New Roman,serif!important;font-size:9px!important;font-weight:400!important;letter-spacing:0!important;line-height:1!important;margin:5px 0 0!important;color:#443e34!important}.lux-home{margin:0!important;padding:0!important;background:#f8f6f0!important}.lux-home section{box-sizing:border-box!important;margin:0!important}.lux-home .container{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important}.lux-hero{box-sizing:border-box!important;width:100%!important;height:455px!important;min-height:455px!important;max-height:455px!important;margin:0!important;padding:0!important;background-image:linear-gradient(90deg,#091911e6,#091911ab 28%,#0919112e 52%,#09191100 72%),url(/assets/nph/hero-clean.jpg)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow:hidden!important}.lux-hero-inner{box-sizing:border-box!important;width:100%!important;height:455px!important;min-height:455px!important;max-height:455px!important;padding:0 118px!important;display:flex!important;align-items:center!important}.lux-hero-copy{box-sizing:border-box!important;width:470px!important;max-width:470px!important;margin:0!important;padding:0 0 2px!important;color:#fff!important}.lux-kicker{margin:0 0 13px!important;color:#fff!important;font-size:9px!important;font-weight:600!important;letter-spacing:.22em!important;line-height:1!important}.lux-hero h1{font-family:Georgia,Times New Roman,serif!important;font-size:58px!important;font-weight:400!important;letter-spacing:-.035em!important;line-height:.91!important;margin:0 0 16px!important;color:#fff!important}.lux-hero h2{font-family:Georgia,Times New Roman,serif!important;font-size:18px!important;font-weight:400!important;line-height:1.26!important;margin:0 0 18px!important;color:#fff!important}.lux-hero p{font-family:Georgia,Times New Roman,serif!important;font-size:14px!important;line-height:1.45!important;margin:0 0 23px!important;color:#fff!important}.lux-outline{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:34px!important;min-width:194px!important;min-height:39px!important;padding:10px 17px!important;border:1px solid #7b817b!important;border-radius:0!important;background:transparent!important;font-size:8px!important;font-weight:600!important;letter-spacing:.15em!important;line-height:1!important;box-shadow:none!important}.lux-outline.light{border-color:#ffffffb8!important;color:#fff!important}.lux-pillars{box-sizing:border-box!important;width:100%!important;height:100px!important;min-height:100px!important;background:#f8f5ed!important;border:0!important}.lux-pillar-grid{box-sizing:border-box!important;width:100%!important;height:100px!important;padding:14px 90px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:center!important}.lux-pillar-grid>div{height:68px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-right:1px solid #ddd8cc!important}.lux-pillar-grid>div:last-child{border-right:0!important}.lux-pillar-grid b{font-size:20px!important;font-weight:400!important;line-height:1!important;margin:0 0 6px!important;color:#173426!important}.lux-pillar-grid strong{font-size:8px!important;letter-spacing:.15em!important;line-height:1!important;margin:0 0 5px!important;color:#173426!important}.lux-pillar-grid em{font-family:Georgia,Times New Roman,serif!important;font-size:11px!important;line-height:1!important;color:#302d28!important}.lux-edits{box-sizing:border-box!important;width:100%!important;padding:24px 20px 0!important;background:#faf8f2!important}.lux-edits>.container{padding:0!important}.lux-section-head{box-sizing:border-box!important;min-height:84px!important;margin:0 58px 16px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:30px!important}.lux-section-head span{font-size:8px!important;letter-spacing:.18em!important;line-height:1!important}.lux-section-head h2{font-family:Georgia,Times New Roman,serif!important;font-size:38px!important;font-weight:400!important;letter-spacing:-.025em!important;line-height:.98!important;margin:5px 0 6px!important}.lux-section-head p{font-family:Georgia,Times New Roman,serif!important;font-size:12px!important;line-height:1.25!important;margin:0!important}.lux-section-head .lux-outline{margin-bottom:7px!important;color:#173426!important;border-color:#888b86!important;min-width:178px!important}.lux-edit-grid{box-sizing:border-box!important;width:100%!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;margin:0!important}.lux-edit{min-width:0!important;background:#fbf9f4!important}.lux-edit img{display:block!important;width:100%!important;height:151px!important;aspect-ratio:auto!important;object-fit:cover!important;margin:0!important}.lux-edit-body{box-sizing:border-box!important;height:150px!important;min-height:150px!important;padding:10px 12px 12px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}.lux-edit small{font-size:7px!important;letter-spacing:.15em!important;line-height:1!important;margin:0 0 6px!important}.lux-edit h3{font-family:Georgia,Times New Roman,serif!important;font-size:13px!important;font-weight:400!important;line-height:1.05!important;margin:0 0 6px!important;min-height:27px!important}.lux-edit p{font-family:Georgia,Times New Roman,serif!important;font-size:9px!important;line-height:1.18!important;margin:0 0 auto!important;min-height:0!important;color:#2e2b26!important}.lux-edit a{font-size:7px!important;letter-spacing:.14em!important;line-height:1!important;margin-top:9px!important;color:#173426!important}.lux-story{box-sizing:border-box!important;width:100%!important;height:330px!important;min-height:330px!important;display:grid!important;grid-template-columns:1.07fr .92fr .96fr!important;margin:0!important;padding:0!important}.lux-story-dark,.lux-story-light{box-sizing:border-box!important;height:330px!important;padding:45px 55px!important;display:flex!important;align-items:center!important}.lux-story-dark{background:#143525!important}.lux-story-photo{height:330px!important;background:url(/assets/nph/olive-branch.jpg) center/cover no-repeat!important}.lux-story-light{background:#f8f5ed!important}.lux-story small{font-size:8px!important;letter-spacing:.17em!important;line-height:1!important}.lux-story h2{font-family:Georgia,Times New Roman,serif!important;font-size:32px!important;font-weight:400!important;letter-spacing:-.025em!important;line-height:1.02!important;margin:10px 0 11px!important}.lux-story p{font-family:Georgia,Times New Roman,serif!important;font-size:11px!important;line-height:1.42!important;margin:0 0 16px!important;max-width:340px!important}.lux-story-light strong{display:block!important;font-size:8px!important;letter-spacing:.17em!important;line-height:1.45!important;margin:0 0 13px!important}.lux-story .lux-outline{min-width:140px!important;min-height:32px!important;padding:8px 14px!important}.lux-letter{box-sizing:border-box!important;width:100%!important;height:90px!important;min-height:90px!important;padding:0!important;background:#fbf9f4!important;border-top:1px solid #ddd8cc!important}.lux-letter-inner{box-sizing:border-box!important;width:100%!important;height:90px!important;padding:0 72px!important;display:grid!important;grid-template-columns:1.05fr 1.65fr .45fr!important;gap:34px!important;align-items:center!important}.lux-letter h2{font-family:Georgia,Times New Roman,serif!important;font-size:21px!important;font-weight:400!important;line-height:1!important;margin:0 0 5px!important}.lux-letter p{font-family:Georgia,Times New Roman,serif!important;font-size:9px!important;line-height:1.28!important;margin:0!important}.lux-letter form{box-sizing:border-box!important;height:40px!important;display:flex!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.lux-letter input{box-sizing:border-box!important;height:40px!important;flex:1!important;margin:0!important;padding:0 15px!important;border:1px solid #aaa9a2!important;border-radius:0!important;background:#fff!important;font-family:Georgia,Times New Roman,serif!important;font-size:9px!important;box-shadow:none!important}.lux-letter button{box-sizing:border-box!important;height:40px!important;min-width:180px!important;margin:0!important;padding:0 24px!important;border:0!important;border-radius:0!important;background:#143525!important;color:#fff!important;font-size:8px!important;letter-spacing:.14em!important;box-shadow:none!important}.lux-script{font-family:cursive!important;font-size:20px!important;line-height:1.05!important;text-align:center!important;transform:rotate(-5deg)!important}.lux-home+footer{display:none!important}}@media(min-width:1000px){.lux-top{height:27px;padding:0 42px;font-size:8px;letter-spacing:.18em}.lux-nav{height:100px;grid-template-columns:1fr 430px 1fr}.lux-nav-side{gap:38px;font-size:9px;letter-spacing:.18em}.lux-logo b{font-size:30px;line-height:.82}.lux-logo span{font-size:15px;letter-spacing:.13em;margin-top:7px}.lux-logo em{font-size:9px;margin-top:3px}.lux-home .container,.lux-header .container{width:min(1380px,calc(100% - 72px))}.lux-hero,.lux-hero-inner{min-height:430px;height:430px}.lux-hero{background-image:linear-gradient(90deg,#08160fd1,#08160f8c 29%,#08160f1f 57%,#08160f05),url(/assets/nph/hero-clean.jpg);background-position:center 52%;background-size:cover}.lux-hero-copy{max-width:520px;padding:38px 0 34px}.lux-kicker{font-size:9px;letter-spacing:.24em;margin-bottom:14px}.lux-hero h1{font-size:58px;line-height:.9;letter-spacing:-.045em;margin:0 0 17px}.lux-hero h2{font-size:17px;line-height:1.32;margin:0 0 17px}.lux-hero p{font-size:13px;line-height:1.48;margin:0 0 21px}.lux-outline{padding:11px 18px;font-size:8px;letter-spacing:.16em;gap:30px}.lux-pillar-grid{padding:18px 0}.lux-pillar-grid b{font-size:18px}.lux-pillar-grid strong{font-size:8px;letter-spacing:.17em;margin:3px 0}.lux-pillar-grid em{font-size:10px}.lux-edits{padding:34px 0 0}.lux-section-head{margin-bottom:18px}.lux-section-head span{font-size:9px;letter-spacing:.2em}.lux-section-head h2{font-size:37px;margin:2px 0}.lux-section-head p{font-size:12px}.lux-edit img{aspect-ratio:1.28;display:block}.lux-edit-body{padding:11px 12px 15px;min-height:154px}.lux-edit small{font-size:7px;letter-spacing:.15em}.lux-edit h3{font-size:13px;margin:5px 0}.lux-edit p{font-size:10px;line-height:1.3;margin-bottom:10px}.lux-edit a{font-size:7px;letter-spacing:.15em}.lux-story{min-height:360px}.lux-story-dark,.lux-story-light{padding:42px}.lux-story small{font-size:8px}.lux-story h2{font-size:32px;margin:11px 0}.lux-story p{font-size:12px;line-height:1.48;margin-bottom:18px}.lux-story-light strong{font-size:9px;margin-bottom:14px}.lux-letter{padding:17px 0}.lux-letter-inner{gap:30px}.lux-letter h2{font-size:22px}.lux-letter p{font-size:10px}.lux-letter input{padding:11px 15px;font-size:11px}.lux-letter button{padding:0 27px;font-size:8px}.lux-script{font-size:21px}}@media(min-width:901px){html{scroll-behavior:smooth}body{background:#f4f1e9;color:#15271f}.lux-home{background:#f5f2e9;font-family:Georgia,Times New Roman,serif;overflow:hidden}.lux-home .container,.lux-header .container,.lux-top>*{box-sizing:border-box}.lux-top{height:34px!important;min-height:34px!important;background:#123126!important;color:#fff!important;display:grid!important;grid-template-columns:1fr 2fr 1fr!important;align-items:center!important;padding:0 6.5vw!important;font:500 9px/1 Arial,sans-serif!important;letter-spacing:.14em!important;text-transform:none!important;border:0!important}.lux-top strong{text-align:center!important;font-size:9px!important;letter-spacing:.2em!important;font-weight:500!important}.lux-top span:last-child{text-align:right!important;font-family:Georgia,serif!important;letter-spacing:0!important;font-size:10px!important}.lux-header{height:78px!important;min-height:78px!important;background:#f8f5ee!important;border:0!important;position:relative!important;z-index:20!important;box-shadow:none!important}.lux-nav{height:78px!important;min-height:78px!important;max-width:none!important;width:100%!important;padding:0 6.5vw!important;display:grid!important;grid-template-columns:1fr 360px 1fr!important;align-items:center!important;gap:24px!important}.lux-nav-side{display:flex!important;align-items:center!important;gap:40px!important}.lux-nav-side.right{justify-content:flex-end!important;gap:34px!important}.lux-nav-side a{font:600 9px/1 Arial,sans-serif!important;letter-spacing:.22em!important;color:#17271f!important;text-decoration:none!important;white-space:nowrap!important}.lux-logo{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:#173126!important;transform:none!important}.lux-logo b{font:400 31px/.8 Georgia,serif!important;letter-spacing:-.06em!important;margin:0 0 6px!important}.lux-logo span{font:400 16px/1 Georgia,serif!important;letter-spacing:.04em!important}.lux-logo em{font:italic 8px/1.3 Georgia,serif!important;margin-top:4px!important;color:#5e5b51!important}.mobile-menu-toggle{display:none!important}.lux-hero{height:305px!important;min-height:305px!important;max-height:305px!important;margin:0!important;padding:0!important;background-image:linear-gradient(90deg,#071912c4,#07191280,#0719120d 60%,#07191205),url(/assets/nph/hero-clean.jpg)!important;background-size:cover!important;background-position:center 56%!important;background-repeat:no-repeat!important;display:block!important}.lux-hero-inner{height:305px!important;min-height:305px!important;max-width:none!important;width:100%!important;padding:0 8.3vw!important;display:flex!important;align-items:center!important;margin:0!important}.lux-hero-copy{width:410px!important;max-width:410px!important;padding:0!important;margin:0!important;color:#fff!important}.lux-kicker{font:600 9px/1 Arial,sans-serif!important;letter-spacing:.24em!important;margin:0 0 14px!important}.lux-hero h1{font:400 48px/.91 Georgia,serif!important;letter-spacing:-.035em!important;margin:0 0 14px!important;color:#fff!important}.lux-hero h2{font:400 15px/1.18 Georgia,serif!important;margin:0 0 17px!important;color:#fff!important}.lux-hero p{display:none!important}.lux-outline{height:34px!important;min-height:34px!important;padding:0 18px!important;border:1px solid #6e746f!important;border-radius:0!important;background:transparent!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:35px!important;font:600 8px/1 Arial,sans-serif!important;letter-spacing:.18em!important;text-decoration:none!important;color:#193026!important}.lux-outline.light{color:#fff!important;border-color:#ffffffb8!important}.lux-outline span{font-size:12px!important}.lux-pillars{height:88px!important;min-height:88px!important;background:#f8f5ed!important;border-bottom:1px solid #ddd8cc!important;margin:0!important;padding:0!important}.lux-pillar-grid{height:88px!important;max-width:none!important;width:100%!important;padding:0 8.5vw!important;margin:0!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:center!important}.lux-pillar-grid>div{height:54px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-right:1px solid #d9d3c7!important}.lux-pillar-grid>div:last-child{border:0!important}.lux-pillar-grid b{font:400 18px/1 Georgia,serif!important;margin:0 0 5px!important}.lux-pillar-grid strong{font:600 8px/1 Arial,sans-serif!important;letter-spacing:.2em!important;margin:0 0 5px!important}.lux-pillar-grid em{font:italic 10px/1 Georgia,serif!important;color:#45463f!important}.lux-edits{padding:25px 5.2vw 24px!important;margin:0!important;background:#f7f4ec!important}.lux-edits>.container{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}.lux-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;margin:0 0 13px!important}.lux-section-head span{font:600 8px/1 Arial,sans-serif!important;letter-spacing:.22em!important}.lux-section-head h2{font:400 29px/.98 Georgia,serif!important;letter-spacing:-.025em!important;margin:4px 0 2px!important}.lux-section-head p{font:400 11px/1.2 Georgia,serif!important;margin:0!important}.lux-section-head .lux-outline{margin-bottom:3px!important}.lux-edit-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.lux-edit{background:transparent!important;border:0!important;box-shadow:none!important;min-width:0!important}.lux-edit img{display:block!important;width:100%!important;height:90px!important;aspect-ratio:auto!important;object-fit:cover!important;margin:0!important}.lux-edit-body{padding:8px 8px 0!important;min-height:96px!important;background:transparent!important}.lux-edit small{font:600 7px/1 Arial,sans-serif!important;letter-spacing:.16em!important;text-transform:uppercase!important}.lux-edit h3{font:400 11px/1.05 Georgia,serif!important;letter-spacing:.03em!important;margin:6px 0 4px!important}.lux-edit p{font:italic 9px/1.15 Georgia,serif!important;margin:0!important;color:#45463f!important}.lux-edit-body>a{display:none!important}.lux-story{height:195px!important;min-height:195px!important;display:grid!important;grid-template-columns:36% 28% 36%!important;margin:0!important;padding:0!important;background:#f8f5ed!important}.lux-story-dark,.lux-story-photo,.lux-story-light{height:195px!important;min-height:195px!important;margin:0!important}.lux-story-dark{background:#123126!important;color:#fff!important;padding:0 8.2vw!important;display:flex!important;align-items:center!important}.lux-story-dark>div{max-width:360px!important}.lux-story-dark small{font:600 7px/1 Arial,sans-serif!important;letter-spacing:.23em!important}.lux-story-dark h2{font:400 28px/.95 Georgia,serif!important;margin:8px 0!important}.lux-story-dark p{font:400 10px/1.25 Georgia,serif!important;margin:0 0 10px!important}.lux-story-dark .lux-outline{height:29px!important;min-height:29px!important}.lux-story-photo{background:url(/assets/nph/olive-branch.jpg) center/cover no-repeat!important}.lux-story-light{padding:0 5.5vw!important;display:flex!important;align-items:center!important;background:#f8f5ed!important}.lux-story-light>div{max-width:340px!important}.lux-story-light h2{font:400 27px/1 Georgia,serif!important;margin:0 0 8px!important}.lux-story-light strong{font:600 8px/1.25 Arial,sans-serif!important;letter-spacing:.19em!important}.lux-story-light p{font:400 10px/1.25 Georgia,serif!important;margin:10px 0!important}.lux-story-light .lux-outline{height:29px!important;min-height:29px!important}.lux-letter{height:58px!important;min-height:58px!important;padding:0!important;background:#f8f5ed!important;border-top:1px solid #ddd8cc!important}.lux-letter-inner{height:58px!important;max-width:none!important;width:100%!important;padding:0 8.2vw!important;display:grid!important;grid-template-columns:1.1fr 1.4fr .55fr!important;align-items:center!important;gap:28px!important}.lux-letter h2{font:400 18px/1 Georgia,serif!important;margin:0 0 3px!important}.lux-letter p{font:400 8px/1.15 Georgia,serif!important;margin:0!important}.lux-letter form{height:31px!important;display:grid!important;grid-template-columns:1.4fr .8fr!important;margin:0!important}.lux-letter input{height:31px!important;border:1px solid #c8c2b7!important;border-radius:0!important;background:#fbf9f4!important;padding:0 12px!important;font:10px Georgia,serif!important}.lux-letter button{height:31px!important;border:0!important;border-radius:0!important;background:#123126!important;color:#fff!important;font:600 8px Arial,sans-serif!important;letter-spacing:.16em!important}.lux-script{font:italic 14px/1.05 Georgia,serif!important;text-align:center!important;transform:rotate(-5deg)!important;color:#25362e!important}}@media(min-width:901px){.lux-top{height:30px!important;min-height:30px!important;padding:0 5.3vw!important;grid-template-columns:1fr 2.25fr 1fr!important;font-size:8px!important}.lux-top strong{font-size:8px!important}.lux-header,.lux-nav{height:72px!important;min-height:72px!important}.lux-nav{padding:0 5.3vw!important;grid-template-columns:1fr 350px 1fr!important}.lux-nav-side{gap:38px!important}.lux-nav-side.right{gap:31px!important}.lux-nav-side a{font-size:8px!important;letter-spacing:.21em!important}.lux-logo b{font-size:29px!important;margin-bottom:5px!important}.lux-logo span{font-size:15px!important}.lux-logo em{font-size:7px!important;margin-top:3px!important}.lux-hero{height:292px!important;min-height:292px!important;max-height:292px!important;background-image:linear-gradient(90deg,#071912cc,#07191287 28%,#0719121a 51%,#07191200 69%),url(/assets/nph/hero-panorama.jpg)!important;background-size:cover!important;background-position:center center!important}.lux-hero-inner{height:292px!important;min-height:292px!important;max-height:292px!important;padding:0 9.1vw!important}.lux-hero-copy{width:390px!important;max-width:390px!important}.lux-kicker{font-size:8px!important;margin-bottom:12px!important}.lux-hero h1{font-size:46px!important;line-height:.92!important;margin-bottom:13px!important}.lux-hero h2{font-size:14px!important;line-height:1.2!important;margin-bottom:15px!important}.lux-outline{height:32px!important;min-height:32px!important;font-size:7px!important;padding:0 17px!important}.lux-pillars,.lux-pillar-grid{height:76px!important;min-height:76px!important}.lux-pillar-grid{padding:0 8.3vw!important}.lux-pillar-grid>div{height:48px!important}.lux-pillar-grid b{font-size:17px!important;margin-bottom:4px!important}.lux-pillar-grid strong{font-size:7px!important;margin-bottom:4px!important}.lux-pillar-grid em{font-size:9px!important}.lux-edits{padding:18px 4.9vw 17px!important}.lux-section-head{margin-bottom:10px!important}.lux-section-head span{font-size:7px!important}.lux-section-head h2{font-size:27px!important;margin:3px 0 2px!important}.lux-section-head p{font-size:10px!important}.lux-edit-grid{gap:9px!important}.lux-edit img{height:88px!important}.lux-edit-body{padding:7px 7px 0!important;min-height:91px!important}.lux-edit small{font-size:6.5px!important}.lux-edit h3{font-size:10px!important;margin:5px 0 3px!important}.lux-edit p{font-size:8.5px!important}.lux-story,.lux-story-dark,.lux-story-photo,.lux-story-light{height:184px!important;min-height:184px!important}.lux-story-dark{padding:0 7.2vw!important}.lux-story-dark h2{font-size:26px!important}.lux-story-dark p{font-size:9px!important}.lux-story-light{padding:0 4.8vw!important}.lux-story-light h2{font-size:25px!important}.lux-story-light p{font-size:9px!important}.lux-letter,.lux-letter-inner{height:54px!important;min-height:54px!important}.lux-letter-inner{padding:0 7.2vw!important}.lux-letter h2{font-size:17px!important}.lux-letter p{font-size:7.5px!important}}@media(min-width:1000px){.lux-hero{height:410px!important;min-height:410px!important;background:#f3efe5!important;background-image:none!important;border-top:1px solid #ded8cb!important;border-bottom:1px solid #ded8cb!important;color:#153427!important}.lux-hero-inner{height:410px!important;min-height:410px!important;width:min(1380px,calc(100% - 144px))!important;display:flex!important;align-items:center!important;position:relative!important}.lux-hero-inner:after{content:"THE HOUSE · EST. 2026";position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%) rotate(90deg)!important;transform-origin:center!important;font-size:8px!important;letter-spacing:.32em!important;color:#7d796f!important}.lux-hero-copy{width:650px!important;max-width:650px!important;padding:0!important;color:#153427!important}.lux-kicker{color:#6f6b62!important;font-size:9px!important;letter-spacing:.26em!important;margin:0 0 22px!important}.lux-hero h1{color:#153427!important;font-size:70px!important;line-height:.92!important;letter-spacing:-.05em!important;margin:0 0 22px!important;font-weight:400!important}.lux-hero h2{color:#2d332e!important;font-size:18px!important;line-height:1.35!important;margin:0 0 18px!important;font-weight:400!important}.lux-hero p{color:#625e56!important;font-size:13px!important;line-height:1.55!important;margin:0 0 27px!important}.lux-outline.light{color:#153427!important;border-color:#153427!important;background:transparent!important}.lux-outline.light:hover{background:#153427!important;color:#fff!important}.lux-pillar-grid{background:#fbf9f3!important}}@media(max-width:999px){.lux-hero{background:#f3efe5!important;background-image:none!important;color:#153427!important;min-height:520px!important}.lux-hero-copy,.lux-kicker,.lux-hero h1,.lux-hero h2,.lux-hero p{color:#153427!important}.lux-outline.light{color:#153427!important;border-color:#153427!important}}:root{--house-cream:#f3eee4;--house-paper:#fbf8f1;--house-ink:#172019;--house-green:#18362b;--house-moss:#5f6f5d;--house-stone:#d9d0c1;--house-brass:#a98d5d}.house-top{min-height:34px;padding:8px 24px;background:#142d25;color:#efe8d9;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.16em}.house-header{position:sticky;top:0;z-index:60;background:#fbf8f1f5;border-bottom:1px solid rgba(23,32,25,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.house-nav{height:112px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px}.house-nav-side{display:flex;gap:24px;font-size:10px;font-weight:700;letter-spacing:.12em}.house-nav-side.right{justify-content:flex-end}.house-logo{text-align:center;display:flex;flex-direction:column;align-items:center;line-height:1}.house-logo b{font-family:Georgia,serif;font-size:26px;font-weight:400;letter-spacing:.16em}.house-logo span{font-family:Georgia,serif;font-size:12px;letter-spacing:.13em;margin-top:7px}.house-logo em{font-style:normal;font-size:7px;letter-spacing:.12em;margin-top:6px;color:#766f63}.house-mobile{position:absolute;top:112px;left:0;right:0;background:var(--house-paper);padding:24px;display:grid;gap:18px;border-top:1px solid var(--line);box-shadow:0 30px 60px #00000014}.house-header .mobile-menu-toggle{display:none}.house-hero{min-height:680px;background:linear-gradient(90deg,#0e261df5,#0e261dc7 47%,#0e261d38),url(/assets/nph/hero.jpg) center/cover;color:#f5efe3;display:flex;align-items:center}.house-hero-copy{padding:110px 0}.house-overline{font-size:10px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;margin-bottom:22px}.house-hero h1{font-size:clamp(64px,8vw,112px);font-weight:400;line-height:.84;margin:0 0 32px;letter-spacing:-.05em}.house-manifesto{font-family:Georgia,serif;font-size:20px;line-height:1.45}.house-philosophy{max-width:540px;color:#ffffffb8;font-size:14px}.house-actions{display:flex;gap:24px;align-items:center;margin-top:36px}.house-button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 24px;border:1px solid var(--house-green);background:var(--house-green);color:#fff;font-size:10px;font-weight:800;letter-spacing:.15em}.house-button.light{border-color:#ffffffa6;background:transparent}.house-text-link{font-size:10px;font-weight:800;letter-spacing:.14em;border-bottom:1px solid currentColor;padding-bottom:5px}.house-text-link.light{color:#fff}.house-loop{background:#e5ddcf;border-bottom:1px solid rgba(23,32,25,.1)}.house-loop .container{min-height:70px;display:flex;justify-content:space-between;align-items:center;font-family:Georgia,serif;font-size:15px}.house-loop strong{color:var(--house-green)}.house-intro,.house-bespoke,.house-editorial,.founding{padding:120px 0;background:var(--house-paper)}.house-split{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center}.house-split h2,.house-section-head h2,.founding h2,.house-letter h2{font-size:clamp(42px,5vw,72px);line-height:.95;font-weight:400;margin:0}.house-split p,.house-section-head p,.founding p{color:#6d695f;max-width:580px}.house-portals{padding:110px 0;background:#e7e0d3}.house-section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:520px}.portal-card{padding:36px;display:flex;flex-direction:column;justify-content:space-between}.portal-card small{font-size:11px;letter-spacing:.2em}.portal-card span,.editorial-grid span{font-size:10px;font-weight:800;letter-spacing:.18em}.portal-card h3{font-size:42px;font-weight:400;line-height:1;margin:16px 0}.portal-card p{font-size:14px;max-width:310px;opacity:.72}.portal-card b,.editorial-grid b{font-size:10px;letter-spacing:.14em}.portal-card.dark{background:#17342a;color:#f4eee1}.portal-card.warm{background:#bda982;color:#172019}.portal-card.pale{background:#f8f4eb;color:#172019}.house-edits{padding:120px 0;background:#f7f2e9}.edit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #aaa292}.edit-card{min-height:380px;padding:28px 24px;border-right:1px solid #aaa292;display:flex;flex-direction:column}.edit-card:first-child{border-left:1px solid #aaa292}.edit-number{font-family:Georgia,serif;font-size:30px;color:#9a907e}.edit-meta{margin-top:auto;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.edit-card h3{font-size:31px;font-weight:400;margin:14px 0}.edit-card p{font-size:13px;color:#6c675d}.edit-card a{font-size:10px;font-weight:800;letter-spacing:.12em;margin-top:20px}.house-drop{padding:120px 0;background:#122d24;color:#f3ecde}.house-drop-inner{display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:70px}.house-drop h2,.house-earth h2{font-size:clamp(52px,7vw,92px);font-weight:400;line-height:.9;margin:0 0 30px}.house-drop p{max-width:600px;color:#ffffffad}.vault-stamp{aspect-ratio:1;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vault-stamp span,.vault-stamp em{font-size:9px;letter-spacing:.2em;font-style:normal}.vault-stamp strong{font-family:Georgia,serif;font-size:38px;line-height:.9;margin:14px 0}.profiler-card{background:#e1d8c8;padding:54px}.profiler-card>span{font-size:9px;font-weight:800;letter-spacing:.2em}.profiler-card h3{font-size:45px;font-weight:400;line-height:1;margin:20px 0 35px}.profile-lines{display:grid}.profile-lines i{font-style:normal;padding:15px 0;border-top:1px solid rgba(0,0,0,.15);font-size:12px}.profiler-card>a{display:inline-block;margin-top:28px;font-size:10px;font-weight:800;letter-spacing:.15em}.house-editorial{background:#d8d0c2}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#aaa292}.editorial-grid a{min-height:330px;background:#f7f2e9;padding:32px;display:flex;flex-direction:column}.editorial-grid h3{font-size:29px;font-weight:400;line-height:1.12;margin:20px 0}.editorial-grid b{margin-top:auto}.house-earth{padding:120px 0;background:#263b30;color:#f3ecde}.house-earth-inner{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.house-earth p{color:#ffffffad}.earth-points{margin-top:35px;display:grid}.earth-points span{padding:18px 0;border-top:1px solid rgba(255,255,255,.2);font-size:12px}.earth-points b{display:block;font-size:9px;letter-spacing:.15em;margin-bottom:6px}.founding-inner,.house-letter-inner{display:flex;justify-content:space-between;align-items:end;gap:50px}.house-letter{padding:90px 0;background:#c6b696}.house-letter form{display:flex;min-width:min(500px,45vw);border-bottom:1px solid #172019}.house-letter input{flex:1;border:0;background:transparent;padding:18px 0;outline:0}.house-letter button{border:0;background:transparent;font-size:9px;font-weight:800;letter-spacing:.15em}.story-page,.profiler-page{background:var(--house-paper);min-height:70vh}.story-hero{padding:140px 0 110px;background:#e7e0d3}.story-hero h1,.profiler-wrap h1{font-size:clamp(60px,8vw,110px);line-height:.88;font-weight:400;margin:0 0 30px}.story-hero p{max-width:680px;font-size:18px;color:#5f5b53}.story-quote{padding:110px 0}.story-quote blockquote{font-family:Georgia,serif;font-size:clamp(35px,5vw,70px);line-height:1;margin:0 0 50px;max-width:900px}.profiler-wrap{padding:120px 0;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.profiler-form{display:grid;gap:22px;background:#e7e0d3;padding:45px}.profiler-form label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.profiler-form input,.profiler-form select,.profiler-form textarea{display:block;width:100%;margin-top:8px;border:0;border-bottom:1px solid #918a7d;background:transparent;padding:12px 0;font:inherit;text-transform:none;letter-spacing:0;outline:0}.profiler-two{display:grid;grid-template-columns:1fr 1fr;gap:25px}.profiler-success{font-size:12px;padding:14px;background:#d8e0d7}.shop-hero .mark{width:52px;height:52px;font-size:11px}@media(max-width:950px){.house-nav{grid-template-columns:auto 1fr auto;height:86px}.house-nav-side{display:none}.house-header .mobile-menu-toggle{display:grid}.house-logo em{display:none}.house-mobile{top:86px}.portal-grid,.edit-grid,.editorial-grid{grid-template-columns:1fr 1fr}.house-loop .container{gap:18px;overflow:auto;white-space:nowrap}.house-split,.house-drop-inner,.house-earth-inner,.profiler-wrap{grid-template-columns:1fr}.vault-stamp{max-width:380px}.founding-inner,.house-letter-inner{align-items:flex-start;flex-direction:column}.house-letter form{min-width:100%}}@media(max-width:600px){.house-top span:last-child{display:none}.house-nav{height:78px}.house-logo span{font-size:9px}.house-mobile{top:78px}.house-hero{min-height:610px}.house-hero-copy{padding:75px 0}.house-hero h1{font-size:58px}.house-actions{align-items:flex-start;flex-direction:column}.house-intro,.house-bespoke,.house-editorial,.founding,.house-edits,.house-portals,.house-drop,.house-earth{padding:78px 0}.portal-grid,.edit-grid,.editorial-grid{grid-template-columns:1fr}.portal-card{min-height:360px}.edit-card{min-height:300px;border-left:1px solid #aaa292;border-bottom:1px solid #aaa292}.house-section-head{align-items:flex-start;flex-direction:column}.profiler-form{padding:28px}.profiler-two{grid-template-columns:1fr}.house-letter{padding:70px 0}}
