*{box-sizing:border-box;margin:0;padding:0}:root{--cream:#FBF3E7;--sand:#E8D5BE;--sand-soft:#F2E5D3;--terracotta:#B4573A;--terracotta-dark:#94422A;--terracotta-soft:#F5E2D8;--charcoal:#2A2522;--muted:#6B5D52;--line:#E3D3BE;--success:#4F7A54;--danger:#A8412F;--radius:14px;--shadow:0 1px 2px rgba(42,37,34,0.05),0 8px 24px rgba(42,37,34,0.06);--shadow-lift:0 2px 6px rgba(42,37,34,0.07),0 18px 44px rgba(42,37,34,0.11);--font-display:var(--font-fraunces),Georgia,"Times New Roman",serif;--font-body:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.container{max-width:1120px;margin:0 auto;padding:0 24px}.container-narrow{max-width:760px;margin:0 auto;padding:0 24px}.section{padding:76px 0}.section-tight{padding:44px 0}.stack>*+*{margin-top:16px}.row{gap:12px}.row,.row-between{display:flex;align-items:center}.row-between{justify-content:space-between;gap:16px}.grid{display:grid;grid-gap:26px;gap:26px}.grid-3{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.01em}h1{font-size:clamp(34px,5.4vw,56px)}h2{font-size:clamp(26px,3.4vw,36px)}h3{font-size:20px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta)}.lede{font-size:18px;max-width:56ch}.lede,.muted{color:var(--muted)}.small{font-size:14px}.tiny{font-size:12.5px}.price{font-family:var(--font-display);font-size:19px;font-weight:600}.center{text-align:center}.center .lede{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:999px;border:1px solid transparent;font-size:15px;font-weight:600;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--terracotta);color:var(--cream)}.btn-primary:hover:not(:disabled){background:var(--terracotta-dark);box-shadow:var(--shadow)}.btn-ghost{background:transparent;color:var(--charcoal);border-color:var(--line)}.btn-ghost:hover:not(:disabled){background:var(--sand-soft)}.btn-small{padding:9px 18px;font-size:14px}.btn-block{width:100%}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:24px}.panel{background:var(--sand-soft);border-radius:var(--radius);padding:26px}.divider{height:1px;background:var(--line);border:0}.badge{display:inline-block;padding:4px 11px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;background:var(--terracotta-soft);color:var(--terracotta-dark)}.badge-quiet{background:var(--sand);color:var(--muted)}.badge-good{background:#E2EDE3;color:var(--success)}.badge-warn{background:#F7E4DF;color:var(--danger)}.field{display:block;margin-bottom:16px}.field>span{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--charcoal)}.input,.select,.textarea{width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:15px}.input:focus,.select:focus,.textarea:focus{outline:2px solid var(--terracotta);outline-offset:-1px;border-color:transparent}.textarea{min-height:92px;resize:vertical}.form-error{background:#F7E4DF;color:var(--danger)}.form-error,.form-note{border-radius:10px;padding:11px 14px;font-size:14px;margin-bottom:16px}.form-note{background:var(--sand-soft);color:var(--muted)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(251,243,231,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header .inner{justify-content:space-between;height:74px}.site-header .inner,.site-nav{display:flex;align-items:center}.site-nav{gap:28px}.site-nav a{font-size:15px;font-weight:500;color:var(--muted)}.site-nav a.active,.site-nav a:hover{color:var(--terracotta)}.cart-pill{display:inline-flex;align-items:center;gap:7px;padding:9px 17px;border-radius:999px;color:var(--cream);font-size:14px;font-weight:600}.cart-pill,.site-footer{background:var(--charcoal)}.site-footer{padding:56px 0 34px;margin-top:80px}.site-footer,.site-footer a{color:var(--sand)}.site-footer a:hover{color:#fff}.site-footer h4{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#A79483;margin-bottom:12px}.hero{padding:64px 0 40px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.hero h1{margin:14px 0 18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-proof{display:grid;grid-template-columns:repeat(3,auto);grid-gap:18px 30px;gap:18px 30px;margin-top:34px;justify-content:start}@media (max-width:1080px) and (min-width:901px){.hero-proof{grid-template-columns:repeat(2,auto)}}.hero-proof div strong{display:block;font-family:var(--font-display);font-size:21px;white-space:nowrap}.hero-proof div span{font-size:13px;color:var(--muted)}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .16s ease,box-shadow .16s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift)}.product-thumb{aspect-ratio:4/3;background:var(--sand-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb img.placeholder{width:68px;height:auto;object-fit:contain;opacity:.3}.product-body{padding:20px;display:flex;flex-direction:column;gap:7px;flex:1 1}.product-body h3 a:hover{color:var(--terracotta)}.product-foot{margin-top:auto;padding-top:14px;display:flex;align-items:center;justify-content:space-between}.concierge{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lift);display:flex;flex-direction:column;height:560px;overflow:hidden}.concierge-head{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;background:var(--sand-soft)}.concierge-head img{width:38px}.concierge-head strong{display:block;font-family:var(--font-display);font-size:16px}.concierge-log{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px}.bubble{max-width:84%;padding:12px 16px;border-radius:16px;font-size:15px;white-space:pre-wrap}.bubble-bot{background:var(--sand-soft);border-bottom-left-radius:5px;align-self:flex-start}.bubble-me{background:var(--terracotta);color:var(--cream);border-bottom-right-radius:5px;align-self:flex-end}.bubble img{border-radius:10px;margin-bottom:8px;max-height:190px;width:auto}.bubble-status{align-self:flex-start;font-size:13px;color:var(--muted);font-style:italic}.concierge-form{border-top:1px solid var(--line);padding:14px 16px;background:#fff}.concierge-input-row{display:flex;gap:9px;align-items:flex-end}.concierge-input-row textarea{flex:1 1;border:1px solid var(--line);border-radius:12px;padding:11px 13px;font-size:15px;resize:none;max-height:120px}.concierge-input-row textarea:focus{outline:2px solid var(--terracotta);outline-offset:-1px}.icon-btn{width:42px;height:42px;flex:0 0 42px;border-radius:12px;border:1px solid var(--line);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-btn:hover:not(:disabled){background:var(--sand-soft)}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.send-btn{background:var(--terracotta);border-color:var(--terracotta);color:var(--cream)}.send-btn:hover:not(:disabled){background:var(--terracotta-dark)}.attach-preview{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;background:var(--sand-soft);border-radius:9px;padding:6px 11px;font-size:13px}.attach-preview img{width:34px;height:34px;object-fit:cover;border-radius:6px}.typing span{display:inline-block;width:6px;height:6px;margin-right:3px;border-radius:50%;background:var(--muted);animation:blink 1.3s infinite both}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14.5px}td,th{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line)}th{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:600}tbody tr:hover{background:var(--sand-soft)}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:18px;gap:18px}.stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.stat strong{display:block;font-family:var(--font-display);font-size:30px;line-height:1.1}.stat span{font-size:13px;color:var(--muted)}.backoffice-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.backoffice-nav a{padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;border:1px solid var(--line);color:var(--muted)}.backoffice-nav a.active{background:var(--charcoal);color:var(--cream);border-color:var(--charcoal)}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:34px}.section{padding:52px 0}.site-nav{gap:18px}.site-nav .hide-mobile{display:none}}@media (max-width:560px){.container,.container-narrow{padding:0 18px}.concierge{height:500px}.hero{padding:40px 0 24px}}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_d4d11e{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_d4d11e{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-inter:"Inter","Inter Fallback"}