.product-hero{padding:clamp(24px,4vw,64px) 0 clamp(40px,6vw,96px);container-type:inline-size;overflow-x:clip;max-width:100%}.product-hero__grid{max-width:var(--container, 1480px);margin:0 auto;padding-inline:clamp(16px,4vw,48px);display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(24px,4vw,72px);align-items:start}.product-hero__copy,.product-hero__media{min-width:0}.product-hero__media{display:flex;flex-direction:column;gap:clamp(8px,1.2vw,14px);position:sticky;top:calc(var(--header-h, 56px) + 16px)}.product-hero__main{background:#fff;border-radius:8px;overflow:hidden;display:grid;place-items:center;position:relative;-webkit-user-select:none;user-select:none}.product-hero__main img{width:100%;height:auto;object-fit:contain;display:block;pointer-events:none;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0)}.product-hero__main:has(.product-hero__main-img--staging){aspect-ratio:1 / 1}.product-hero__main:has(.product-hero__main-img--staging) img{height:100%}@media(prefers-reduced-motion:reduce){.product-hero__main img{transition:none!important}}.product-hero__badge{position:absolute;top:16px;left:16px;background:#ffffffeb;color:var(--ink, #1B1C19);font-size:13px;font-weight:500;padding:8px 14px;border-radius:8px;z-index:5;pointer-events:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@media(max-width:880px){.product-hero__badge{top:14px;left:14px;font-size:11px;padding:7px 12px;border-radius:7px}}.product-hero__main--has-nav{cursor:none}.product-hero__main--has-nav .product-hero__nav-zone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-hero__nav-cursor{position:absolute;width:56px;height:56px;border-radius:50%;background:#fff;display:grid;place-items:center;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .15s;opacity:0;box-shadow:0 6px 16px #0000001f;z-index:3}.product-hero__nav-cursor svg{display:block;color:var(--ink, #1B1C19)}.product-hero__main:hover .product-hero__nav-cursor{opacity:1}@media(hover:none){.product-hero__main--has-nav{cursor:default}.product-hero__nav-cursor{display:none}}.product-hero__sticky{position:fixed;bottom:24px;left:24px;background:#fff;border-radius:18px;padding:14px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:18px;align-items:center;box-shadow:0 12px 32px #14141224;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;z-index:90;width:min(440px,calc(100vw - 48px))}.product-hero__sticky.is-visible{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s}.product-hero__sticky-media{width:72px;height:72px;border-radius:12px;background:var(--bg-alt, #ECE7DC);overflow:hidden}.product-hero__sticky-media img{width:100%;height:100%;object-fit:cover}.product-hero__sticky-info{min-width:0}.product-hero__sticky-eyebrow{font-size:13px;color:var(--ink-muted, #6B6961);margin:0 0 2px}.product-hero__sticky-title{font-size:18px;font-weight:500;color:var(--ink, #1B1C19);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-hero__sticky-price{font-size:15px;color:var(--ink, #1B1C19);margin:0}.product-hero__sticky-btn{background:var(--ink, #1B1C19);color:#fff;border:0;border-radius:999px;padding:14px 22px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .15s;white-space:nowrap}.product-hero__sticky-btn:hover{background:#000}.product-hero__sticky-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:880px){.product-hero__sticky{display:none}}.product-hero__mobile-cta{display:none;position:fixed;bottom:14px;left:16px;right:16px;z-index:100;pointer-events:none;opacity:0;transform:translateY(20px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;visibility:hidden;padding-bottom:env(safe-area-inset-bottom)}.product-hero__mobile-cta.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity .25s ease,transform .25s ease,visibility 0s}.product-hero__mobile-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 22px;min-height:52px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--bg, #fff);background:var(--ink, #1B1C19);border:1px solid var(--ink, #1B1C19);border-radius:10px;cursor:pointer;box-shadow:0 8px 24px -10px #14141252;transition:background .15s,color .15s}.product-hero__mobile-cta-btn:hover{background:#000;color:#fff}.product-hero__mobile-cta-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:880px){.product-hero__mobile-cta{display:block}body.cookie-banner-open .product-hero__mobile-cta{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(20px)}}.product-hero__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(56px,1fr));gap:8px;max-width:100%}.product-hero__thumb{position:relative;aspect-ratio:1 / 1;background:var(--bg-alt, #ECE7DC);border-radius:8px;border:1.5px solid transparent;cursor:pointer;overflow:visible;display:grid;place-items:center;padding:0;font-family:var(--font-mono, monospace);font-size:10px;color:var(--ink-muted, #6B6961)}.product-hero__thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.product-hero__thumb.is-active{border-color:transparent}.product-hero__thumb:after{content:"";position:absolute;left:12%;right:12%;bottom:-8px;height:2px;border-radius:2px;background:var(--ph-thumb-active, var(--accent, #C7553B));opacity:0;transform:scaleX(.4);transform-origin:center;transition:opacity .2s ease,transform .25s cubic-bezier(.2,.8,.2,1);pointer-events:none}.product-hero__thumb.is-active:after{opacity:1;transform:scaleX(1)}.product-hero__copy{display:flex;flex-direction:column;gap:clamp(16px,1.6vw,22px);padding-top:clamp(0px,1vw,8px)}.product-hero__eyebrow{font-family:var(--font-mono, monospace);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted, #6B6961);font-weight:500}.product-hero__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.product-hero__title{font-family:var(--font-display, "Fraunces", serif);font-weight:300;font-size:calc(clamp(48px,6.6vw,92px) * var(--ph-title-scale-desktop, var(--ph-title-scale, 1)));letter-spacing:-.04em;line-height:.92;margin:0;flex:1;min-width:0}.product-hero__stars{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-muted, #6B6961);white-space:nowrap;margin-top:8px}.product-hero__stars-icons{letter-spacing:.05em;color:var(--ink, #1B1C19);font-size:14px}.product-hero__tagline{font-family:var(--font-mono, monospace);font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;line-height:1.4;color:var(--ink, #1B1C19);margin:0}.product-hero__desc{font-size:clamp(15px,1.15vw,17px);line-height:1.65;color:var(--ink-muted, #6B6961);margin:0;max-width:60ch}.t-product--harmony-pot .product-hero__desc,.t-product--harmony-pot-devlayout .product-hero__desc,.t-product--calming-pot .product-hero__desc,.t-product--flow-pot .product-hero__desc,.t-product--prosperity-pot .product-hero__desc,.t-product--whisper-pot .product-hero__desc,.t-product--tea-pot .product-hero__desc,.t-product--accessory .product-hero__desc,.t-product--harmony-cup .product-hero__desc,.t-product--harmony-tray .product-hero__desc,.t-product--harmony-walnut-coasters .product-hero__desc,.t-product--petal-cup-set .product-hero__desc,.t-product--prosperity-cup .product-hero__desc,.t-product--prosperity-tea-jar .product-hero__desc,.t-product--butterfly-pea .product-hero__desc,.t-product--jasmine .product-hero__desc,.t-product--earl-grey .product-hero__desc,.t-product--tea-bundle .product-hero__desc,.t-product--tea .product-hero__desc{display:none}.product-hero__meta{font-size:var(--fs-base, 15px);color:var(--ink, #1B1C19);margin:0}.product-hero__form{display:flex;flex-direction:column;gap:clamp(16px,1.8vw,22px)}.product-hero__field{display:flex;flex-direction:column;gap:12px}.product-hero__field-label{font-size:13px;font-weight:400;color:var(--ink-muted, #6B6961)}.product-hero__field-label strong{color:var(--ink, #1B1C19);font-weight:500}.product-hero__swatches{display:flex;gap:12px;flex-wrap:wrap}.swatch{width:32px;height:32px;border-radius:50%;border:1.5px solid transparent;background-color:var(--swatch-color, #ccc);background-size:cover;background-position:center;cursor:pointer;padding:0;position:relative;transition:transform .15s,border-color .15s}.swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:1px solid transparent;transition:border-color .15s}.swatch:hover{transform:scale(1.05)}.swatch.is-active:after{border-color:var(--ink, #1B1C19)}.vs__group{display:flex;flex-direction:column;gap:12px}.vs__head{display:flex;align-items:baseline;gap:10px}.vs__label{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink, #1B1C19)}.vs__label small{font-family:var(--font-display, "Fraunces", serif);font-style:italic;font-size:15px;font-weight:300;letter-spacing:0;text-transform:none;color:var(--ink-muted, #6B6961);margin-left:6px}.vs__sizes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vs__sizes--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.vs__sizes--cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.vs__size{background:var(--bg, #fff);border:1.5px solid var(--line, #E5E0D5);border-radius:11px;padding:18px 18px 14px;text-align:left;display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:border-color .2s,background .2s;font-family:inherit;position:relative}.vs__sizes:has(.vs__size.has-badge){margin-top:14px}.vs__size:hover{border-color:var(--ink, #1B1C19)}.vs__size.is-active{background:var(--bg-alt, #F4F0E6);border-color:var(--ink, #1B1C19);border-width:2px;padding:17px 17px 13px}.vs__size-name{font-family:var(--font-display, "Fraunces", serif);font-weight:400;font-size:clamp(18px,1.8vw,22px);letter-spacing:-.01em;line-height:1;color:var(--ink, #1B1C19);text-transform:lowercase}.vs__size-sub{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:10px;letter-spacing:.04em;text-transform:lowercase;color:var(--ink-muted, #6B6961);margin-top:4px}.vs__size-price{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-weight:500;font-size:clamp(14px,1.2vw,16px);letter-spacing:0;line-height:1;color:var(--ink-muted, #6B6961);margin-top:6px;display:inline-flex;align-items:baseline;gap:5px}.vs__size-price-was{font-weight:400;font-size:.86em;color:#6b6961bf;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#6b69618c}.vs__size-price--sale .vs__size-price-now{color:var(--ink, #1B1C19);font-weight:600}.vs__size-meta{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:10px;letter-spacing:.02em;text-transform:lowercase;color:var(--ink-muted, #6B6961)}.vs__size--swatch{align-items:center;text-align:center;padding:16px 14px 14px}.vs__size--swatch.is-active{padding:15px 13px 13px}.vs__size-swatch{display:block;width:44px;height:44px;border-radius:50%;margin-bottom:10px;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 0 0 4px #ffffff2e;transition:transform .18s ease,box-shadow .18s ease}.vs__size--swatch:hover .vs__size-swatch{transform:scale(1.05)}.vs__size--swatch.is-active .vs__size-swatch{box-shadow:inset 0 0 0 4px #ffffff52,0 0 0 2px var(--accent, #C7553B)}.vs__size--swatch .vs__size-name{font-size:clamp(16px,1.4vw,19px);text-transform:capitalize}.vs__size--swatch .vs__size-sub,.vs__size--swatch .vs__size-price{text-align:center}@media(max-width:480px){.vs__size-swatch{width:38px;height:38px}}.vs__size-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent, #C7553B);color:#fff;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 12px color-mix(in srgb,var(--accent, #C7553B) 28%,transparent);pointer-events:none}@media(max-width:480px){.vs__size-badge{font-size:9.5px;padding:4px 10px;top:-10px}}.vs__gift-card{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:8px 0 0;padding:7px 8px;border-radius:10px;background:var(--free-gift-bg, #FAF3EC);color:var(--free-gift-text, var(--ink, #1B1C19));font-family:var(--font-sans, Inter, system-ui, sans-serif)}.vs__gift-sale{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-1px 0 1px;padding:5px 7px;border-radius:8px;background:color-mix(in srgb,var(--sale-bg, #F8E9E2) 74%,#fff);color:var(--sale-text, #B5533F);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--sale-text, #B5533F) 14%,transparent);min-width:0}.vs__gift-sale-label,.vs__gift-sale-meta{display:inline-flex;align-items:center;gap:6px;min-width:0;font-size:9.5px;font-weight:850;letter-spacing:.1em;line-height:1.15;text-transform:uppercase}.vs__gift-sale-label span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vs__gift-sale-meta{flex-shrink:0;color:color-mix(in srgb,var(--ink, #1B1C19) 78%,var(--sale-text, #B5533F));letter-spacing:.02em;text-transform:none;white-space:nowrap}.vs__gift-sale-dot{width:14px;height:14px;border-radius:999px;display:inline-grid;place-items:center;flex:0 0 14px;background:color-mix(in srgb,var(--sale-text, #B5533F) 9%,#fff);box-shadow:0 0 color-mix(in srgb,var(--sale-text, #B5533F) 28%,transparent);animation:ph-sale-pulse 1.7s ease-in-out infinite}.vs__gift-sale-dot:before{content:"";width:5px;height:5px;border-radius:inherit;background:currentColor}.vs__gift-card[data-state=upgrade]{background:linear-gradient(135deg,#c7553b1a,#c7553b0b),#fff7f2;box-shadow:inset 0 0 0 1px #c7553b29;cursor:pointer;-webkit-tap-highlight-color:transparent}.vs__gift-card[data-state=upgrade]:focus-visible{outline:2px solid rgba(199,85,59,.55);outline-offset:3px}.vs__gift-card[data-state=upgrade]:active{transform:translateY(1px)}.vs__gift-card[data-state=included]{background:linear-gradient(135deg,#4a6b3a21,#4a6b3a0b),#f1f7ee;box-shadow:inset 0 0 0 1px #4a6b3a33;cursor:default}.vs__gift-card[data-state=included] .vs__gift-sale{--sale-text: #4A6B3A;--sale-bg: #EEF7EA;background:color-mix(in srgb,#EEF7EA 82%,#fff);color:#4a6b3a;box-shadow:inset 0 0 0 1px #4a6b3a2e}.vs__gift-card[data-state=included] .vs__gift-sale-dot{background:#4a6b3a1f;box-shadow:0 0 #4a6b3a38;animation-name:ph-gift-included-pulse;animation-duration:2.35s}.vs__gift-card[data-state=included] .vs__gift-sale-dot:before{width:6px;height:6px;background:#4a6b3a}.vs__gift-card[data-state=included] .vs__gift-sale-meta{color:color-mix(in srgb,#1B1C19 72%,#4A6B3A)}.vs__gift-card[data-border=subtle]{border:1px solid color-mix(in srgb,var(--free-gift-text, #1B1C19) 10%,transparent)}.vs__gift-card[data-animation=true]{transition:background-color .18s ease,border-color .18s ease,opacity .18s ease}.vs__gift-card[data-state=included] .vs__gift-card-icon{background:#4a6b3a;color:#fff}.vs__gift-card-img{width:50px;height:50px;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px #1b1c190f}.vs__gift-card-img img{display:block;width:100%;height:100%;object-fit:cover}.vs__gift-card-copy{display:grid;grid-template-columns:22px 1fr;align-items:start;min-width:0;gap:7px}.vs__gift-card-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:color-mix(in srgb,#4A6B3A 12%,#fff);color:#4a6b3a;font-size:11px;font-weight:800;line-height:1}.vs__gift-card-text{display:flex;flex-direction:column;min-width:0;gap:2px}.vs__gift-card-title{color:var(--free-gift-text, var(--ink, #1B1C19));font-size:12px;font-weight:750;line-height:1.2}.vs__gift-message{color:var(--free-gift-text, var(--ink, #1B1C19));font-size:10.75px;font-weight:600;line-height:1.25;opacity:.78}.vs__gift-card-value{display:inline-flex;align-items:baseline;gap:5px;color:var(--ink-muted, #6B6961);font-size:10px;line-height:1.2}.vs__gift-card-value s{text-decoration-thickness:1px;text-decoration-color:#6b69618c}.vs__gift-card-value b{color:#4a6b3a;font-size:10.75px;font-weight:800;text-transform:uppercase}.vs__gift-countdown{display:inline-flex;align-items:center;gap:4px;margin:0 0 1px;color:#4a6b3a;font-size:12px;font-weight:900;line-height:1.2;letter-spacing:.02em}.vs__gift-countdown-icon{font-size:12px;line-height:1}@media(max-width:480px){.vs__gift-card{margin-top:7px;padding:6px 8px;gap:7px}.vs__gift-sale{padding:5px 6px;gap:5px}.vs__gift-sale-label,.vs__gift-sale-meta{font-size:8.2px;gap:3px}.vs__gift-sale-label{letter-spacing:.08em}.vs__gift-sale-meta{letter-spacing:0}.vs__gift-sale-dot{width:12px;height:12px;flex-basis:12px}.vs__gift-sale-dot:before{width:4px;height:4px}.vs__gift-card-img{width:48px;height:48px}.vs__gift-card-title{font-size:11.5px}.vs__gift-message{font-size:10.5px}}.vs__pairs{display:flex;flex-direction:column;gap:4px}.vs__pair{position:relative;background:var(--bg, #fff);border:1.5px solid var(--line, #E5E0D5);border-radius:12px;padding:18px 22px;cursor:pointer;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:16px;align-items:center;transition:border-color .2s,background .2s;font-family:inherit;text-align:left;width:100%;min-height:48px}.vs__pair.has-badge{margin-top:6px}.vs__pair:hover{border-color:var(--ink, #1B1C19)}.vs__pair.is-active{background:var(--bg-alt, #F4F0E6);border-color:var(--ink, #1B1C19);border-width:2px;padding:17px 21px}.vs__dot{width:18px;height:18px;border-radius:50%;background:var(--bg-alt, #ECE7DC);flex-shrink:0}.vs__dot.is-empty{background:transparent;border:1.5px solid var(--line-strong, #C9C2B2)}.vs__pair-name{font-family:var(--font-display, "Fraunces", serif);font-size:18px;font-weight:400;color:var(--ink, #1B1C19);line-height:1.1;letter-spacing:-.005em;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.vs__pair-text{font-style:normal}.vs__pair.is-addon .vs__pair-text{font-style:italic}.vs__pair-badge{position:absolute;top:0;right:18px;transform:translateY(-50%);display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:var(--accent-coral, #E8745C);color:var(--accent-coral-ink, #fff);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;line-height:1.3;font-style:normal;white-space:nowrap;z-index:1;box-shadow:0 1px 4px #1414121f}.vs__pair-meta{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:12px;letter-spacing:.04em;text-transform:lowercase;color:var(--ink-muted, #6B6961);text-align:right}@container (max-width: 600px){.vs__size-name{font-size:22px}.vs__size-price{font-size:14px}.vs__pair{padding:11px 14px;gap:12px}.vs__pair.is-active{padding:11px 14px;box-shadow:inset 0 0 0 .5px var(--ink, #1B1C19)}.vs__pair-name{font-size:15px}}@container (max-width: 380px){.vs__size{padding:12px 14px 10px}.vs__size.is-active{padding:11px 13px 9px}.vs__pair{padding:10px 12px;gap:10px}.vs__pair.is-active{padding:10px 12px;box-shadow:inset 0 0 0 .5px var(--ink, #1B1C19)}}.ph-image-swatches{display:flex;gap:12px;flex-wrap:wrap}.ph-image-swatch{width:56px;height:56px;border-radius:50%;border:0;padding:0;background:var(--bg-alt, #ECE7DC);cursor:pointer;overflow:hidden;position:relative;transition:transform .15s;flex-shrink:0}.ph-image-swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:1.5px solid transparent;pointer-events:none;transition:border-color .15s}.ph-image-swatch.is-active:after{border-color:var(--ink, #1B1C19)}.ph-image-swatch:hover{transform:scale(1.05)}.ph-image-swatch img{width:100%;height:100%;object-fit:cover;display:block}.size-group{display:flex;gap:8px;flex-wrap:wrap}.size-pill{padding:11px 18px;border:1px solid var(--line, #E5E0D5);border-radius:8px;background:var(--bg, #fff);color:var(--ink, #1B1C19);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s;white-space:nowrap}.size-pill:hover{border-color:var(--ink, #1B1C19)}.size-pill.is-active{border-color:var(--ink, #1B1C19);border-width:1.5px;padding:10.5px 17.5px}.product-hero__klarna{font-family:var(--font-sans, system-ui);font-size:13.5px;line-height:1.45;color:var(--ink, #1B1C19);opacity:.78;margin:0 0 12px;padding:10px 14px;background:color-mix(in srgb,var(--accent, #C7553B) 7%,var(--bg-alt, #F4EDE2));border-radius:8px;text-align:center}.product-hero__klarna strong{font-weight:600;color:var(--ink, #1B1C19)}.product-hero__klarna [data-klarna-price]{font-weight:600}.product-hero__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 22px;min-height:52px;margin-top:4px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--atc-text, var(--bg, #fff));background:var(--atc-bg, var(--ink, #1B1C19));border:1px solid var(--atc-bg, var(--ink, #1B1C19));border-radius:10px;cursor:pointer;transition:filter .15s ease}.product-hero__submit:hover{filter:brightness(.88)}.product-hero__submit:disabled{opacity:.4;cursor:not-allowed}.product-hero__submit-lock{flex-shrink:0;margin-right:4px;opacity:.85}.product-hero__dynamic-checkout{margin-top:calc(clamp(16px,1.8vw,22px)*-1 + 6px)}.product-hero__dynamic-checkout .shopify-payment-button,.product-hero__dynamic-checkout .shopify-payment-button>div,.product-hero__dynamic-checkout>shopify-accelerated-checkout,.product-hero__dynamic-checkout>shopify-accelerated-checkout-cart{margin:0!important;padding-top:0!important}.product-hero__dynamic-checkout .shopify-payment-button__button{min-height:52px;border-radius:10px;overflow:hidden}.product-hero__dynamic-checkout .shopify-payment-button__button--unbranded{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-hero__shop-pay-terms{font-size:12.5px;line-height:1.4;color:var(--ink, #1B1C19);opacity:.85}.product-hero__shop-pay-terms:has(shopify-payment-terms:empty){display:none}.product-hero__shop-pay-terms:not(:has(shopify-payment-terms:empty)){margin:4px 0 0}.ph-price-block .product-hero__shop-pay-terms{margin-top:4px;margin-bottom:0}.product-hero__shop-pay-terms-form{margin:0}.product-hero__shop-pay-terms shopify-payment-terms,.product-hero__shop-pay-terms a{font-family:var(--font-sans, system-ui);font-size:12.5px;color:var(--ink, #1B1C19)}.product-hero__shop-pay-terms a{text-underline-offset:3px;text-decoration:underline;text-decoration-color:#1b1c1966}.product-hero__shop-pay-terms a:hover{text-decoration-color:var(--ink, #1B1C19)}.product-hero__dynamic-checkout .shopify-payment-button__more-options{font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:none;text-decoration:none;color:var(--ink, #1B1C19);opacity:.7;padding:4px 0 0;transition:opacity .15s ease}.product-hero__dynamic-checkout .shopify-payment-button__more-options:hover{text-decoration:none;opacity:1}.ph-price-block{margin:0 0 6px;padding:0 0 8px;border-bottom:1px solid rgba(27,28,25,.08)}.ph-feature-list__rating--standalone+.ph-price-block{margin-top:-2px}.ph-price-block+.ph-feature-list{padding-top:0;margin-top:-2px}.ph-price-hero{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px;margin:0;padding:0;border:0;background:none;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif)}.ph-price-hero[hidden]{display:none}.ph-price-hero__was[hidden],.ph-price-hero__save[hidden]{display:none!important}.ph-price-hero__now{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(34px,4.2vw,46px);font-weight:500;line-height:1;color:var(--ink, #1B1C19);letter-spacing:-.022em}.ph-price-hero__was{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:20px;font-weight:500;color:#1b1c1973;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:#1b1c1966;line-height:1}.ph-price-hero__save{position:relative;display:inline-flex;align-items:center;padding:7px 13px 7px 11px;border-radius:999px;background:var(--accent, #C7553B);color:#fff;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.1;white-space:nowrap;box-shadow:0 2px 8px #c7553b47;overflow:hidden;isolation:isolate}.ph-price-hero__save:before{content:"";display:inline-block;width:13px;height:13px;margin-right:7px;flex-shrink:0;background:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 8.7V3a.5.5 0 0 1 .5-.5h5.7a1 1 0 0 1 .7.3l4.6 4.6a1 1 0 0 1 0 1.4l-5.7 5.7a1 1 0 0 1-1.4 0L2.8 9.4a1 1 0 0 1-.3-.7z'/%3E%3Ccircle cx='5.5' cy='5.5' r='.9' fill='%23fff' stroke='none'/%3E%3C/svg%3E") no-repeat center / contain;position:relative;z-index:2}.ph-price-hero__save:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.55) 50%,transparent 70%);transform:translate(-110%);animation:ph-price-shimmer 3.8s cubic-bezier(.45,0,.35,1) infinite;pointer-events:none;z-index:1}@keyframes ph-price-shimmer{0%{transform:translate(-110%)}55%{transform:translate(110%)}to{transform:translate(110%)}}@media(prefers-reduced-motion:reduce){.ph-price-hero__save:after{animation:none;display:none}}@media(max-width:480px){.ph-price-hero{gap:6px 10px}.ph-price-hero__was{font-size:17px}.ph-price-hero__now{font-size:32px}.ph-price-hero__save{padding:6px 11px 6px 10px;font-size:11px;letter-spacing:.06em}}.ph-delivery{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.4;color:var(--ink, #1B1C19);margin:4px 0 0}.ph-delivery svg{flex-shrink:0;color:var(--ink, #1B1C19)}.ph-delivery strong{font-weight:700}.ph-bundle-ladder{margin:14px 0 2px;padding:14px;border:1px solid rgba(27,28,25,.08);border-radius:14px;background:#fff}.ph-bundle-ladder h3{margin:0 0 10px;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--ink, #1B1C19)}.ph-bundle-ladder__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ph-bundle-ladder__card{position:relative;min-height:92px;padding:12px 10px;border:1px solid rgba(27,28,25,.08);border-radius:12px;background:var(--bg-alt, #F4EDE2)}.ph-bundle-ladder__card.is-featured{border-color:#c7553b4d;background:linear-gradient(135deg,#c7553b1a,#fff)}.ph-bundle-ladder__card span{display:inline-flex;margin-bottom:8px;padding:4px 7px 3px;border-radius:999px;background:var(--accent, #C7553B);color:#fff;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ph-bundle-ladder__card strong{display:block;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:13px;line-height:1.2;color:var(--ink, #1B1C19)}.ph-bundle-ladder__card p{margin:5px 0 0;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:11.5px;line-height:1.35;color:var(--ink-muted, #6B6961)}@media(max-width:640px){.ph-bundle-ladder__grid{grid-template-columns:1fr}.ph-bundle-ladder__card{min-height:0}}.product-hero__low-stock{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--lsa-text, #E89531);margin:4px 0 0}.product-hero__low-stock:before{content:"";width:16px;height:16px;border-radius:50%;background:var(--lsa-dot-fill, #FCE6C5);border:2px solid var(--lsa-dot-ring, var(--lsa-text, #E89531));flex-shrink:0;box-sizing:border-box;animation:ph-pulse 1.6s ease-in-out infinite}.product-hero__sale-countdown{width:100%;margin:0;padding:9px 10px;border-radius:13px;background:var(--sale-bg, #F8E9E2);color:var(--sale-text, #B5533F);font-family:var(--font-sans, Inter, system-ui, sans-serif)}.product-hero__sale-countdown[hidden]{display:none}.product-hero__sale-countdown-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.product-hero__sale-countdown-label,.product-hero__sale-countdown-save{display:inline-flex;align-items:center;gap:8px;min-width:0;font-size:10.5px;font-weight:850;letter-spacing:.13em;line-height:1.1;text-transform:uppercase}.product-hero__sale-countdown-save{color:color-mix(in srgb,var(--ink, #1B1C19) 78%,var(--sale-text, #B5533F));font-weight:760;letter-spacing:.04em;text-transform:none;white-space:nowrap}.product-hero__sale-countdown-dot{width:18px;height:18px;border-radius:999px;display:inline-grid;place-items:center;flex:0 0 18px;background:color-mix(in srgb,var(--sale-text, #B5533F) 9%,#fff);box-shadow:0 0 color-mix(in srgb,var(--sale-text, #B5533F) 28%,transparent);animation:ph-sale-pulse 1.7s ease-in-out infinite}.product-hero__sale-countdown-dot:before{content:"";width:6px;height:6px;border-radius:inherit;background:currentColor}.product-hero__sale-countdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.product-hero__sale-countdown-segment{display:grid;place-items:center;min-height:44px;padding:6px 6px 5px;border-radius:10px;background:color-mix(in srgb,#fff 76%,var(--bg, #F6F5F2));box-shadow:0 1px #1b1c190a}.product-hero__sale-countdown-segment strong{font-family:var(--font-display, Fraunces, serif);font-size:clamp(24px,4.2vw,34px);font-weight:500;letter-spacing:-.04em;line-height:.95;color:color-mix(in srgb,var(--sale-text, #B5533F) 82%,#5D3328)}.product-hero__sale-countdown-segment small{margin-top:4px;font-size:7.5px;font-weight:850;letter-spacing:.18em;line-height:1;color:color-mix(in srgb,var(--ink, #1B1C19) 76%,var(--sale-text, #B5533F));text-transform:uppercase}@keyframes ph-sale-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--sale-text, #B5533F) 30%,transparent)}50%{box-shadow:0 0 0 7px transparent}}@keyframes ph-gift-included-pulse{0%,to{box-shadow:0 0 #4a6b3a2e;transform:scale(1)}50%{box-shadow:0 0 0 5px #4a6b3a00;transform:scale(.94)}}@keyframes ph-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--lsa-dot-ring, var(--lsa-text, #E89531)) 50%,transparent)}50%{box-shadow:0 0 0 6px transparent}}@media(max-width:520px){.product-hero__sale-countdown{padding:8px;border-radius:12px}.product-hero__sale-countdown-head{gap:7px;margin-bottom:7px}.product-hero__sale-countdown-label{gap:7px;letter-spacing:.13em}.product-hero__sale-countdown-save{font-size:10px;letter-spacing:.04em}.product-hero__sale-countdown-dot{width:17px;height:17px;flex-basis:17px}.product-hero__sale-countdown-dot:before{width:5px;height:5px}.product-hero__sale-countdown-grid{gap:6px}.product-hero__sale-countdown-segment{min-height:40px;border-radius:9px}.product-hero__sale-countdown-segment strong{font-size:clamp(21px,8vw,30px)}.product-hero__sale-countdown-segment small{font-size:7px;letter-spacing:.15em}}.ph-sub{display:flex;flex-direction:column;gap:10px;margin:14px 0 4px}.ph-sub[hidden]{display:none}.ph-sub__head{font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink, #1B1C19);margin:0 0 2px}.ph-sub__cards{display:flex;flex-direction:column;gap:10px}.ph-sub__card{position:relative;appearance:none;-webkit-appearance:none;background:#fff;border:1.5px solid var(--line, #E5E0D5);border-radius:var(--radius-medium, 12px);padding:16px 18px;text-align:left;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease;font-family:inherit;color:inherit}.ph-sub__card:hover{border-color:var(--ink, #1B1C19)}.ph-sub__card.is-active{background:var(--bg-alt, #F4EDE2);border-color:var(--accent, #C7553B);border-width:2px;padding:15px 17px}.ph-sub__card:focus-visible{outline:2px solid var(--accent, #C7553B);outline-offset:3px}.ph-sub__card-row{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:14px}.ph-sub__card-radio{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--line, #E5E0D5);background:#fff;position:relative;flex-shrink:0;transition:border-color .18s ease,background-color .18s ease}.ph-sub__card.is-active .ph-sub__card-radio{border-color:var(--accent, #C7553B);border-width:2px}.ph-sub__card.is-active .ph-sub__card-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--accent, #C7553B)}.ph-sub__card-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.ph-sub__card-title{font-family:var(--font-display, serif);font-size:19px;font-weight:400;letter-spacing:-.01em;line-height:1.15;color:var(--ink, #1B1C19)}.ph-sub__card-meta{font-family:var(--font-sans, system-ui);font-size:12.5px;line-height:1.35;color:color-mix(in srgb,var(--ink, #1B1C19) 60%,transparent)}.ph-sub__card-savings{display:block;font-family:var(--font-sans, system-ui);font-size:11.5px;font-weight:600;letter-spacing:.01em;color:var(--accent, #C7553B);margin-top:4px}.ph-sub__card-price{font-family:var(--font-mono, ui-monospace, monospace);font-size:14px;font-weight:600;color:var(--ink, #1B1C19);text-align:right;display:inline-flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.ph-sub__card-price-strike{font-size:11.5px;font-weight:500;color:color-mix(in srgb,var(--ink, #1B1C19) 45%,transparent);text-decoration:line-through}.ph-sub__card-price-now{color:var(--accent, #C7553B);font-weight:700}.ph-sub__card-badge{position:absolute;top:-8px;right:14px;background:var(--accent, #C7553B);color:#fff;font-family:var(--font-sans, system-ui);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:999px;box-shadow:0 2px 6px color-mix(in srgb,var(--accent, #C7553B) 25%,transparent)}.ph-sub__perks{display:inline-flex;align-items:center;gap:8px;margin:4px 0 0;font-family:var(--font-sans, system-ui);font-size:12.5px;color:color-mix(in srgb,var(--ink, #1B1C19) 65%,transparent)}.ph-sub__perks svg{flex-shrink:0;color:var(--accent, #C7553B)}@media(max-width:480px){.ph-sub__card{padding:14px}.ph-sub__card.is-active{padding:13px}.ph-sub__card-row{gap:12px}.ph-sub__card-title{font-size:17px}.ph-sub__card-meta{font-size:12px}}@media(prefers-reduced-motion:reduce){.ph-sub__card{transition:none}}.ph-sub[data-sub-target=addon]{margin:10px 0 6px}.ph-sub[data-sub-target=addon] .ph-sub__head{font-size:10.5px;letter-spacing:.14em;margin-bottom:2px}.ph-sub[data-sub-target=addon] .ph-sub__cards{flex-direction:row;gap:8px}.ph-sub[data-sub-target=addon] .ph-sub__card{flex:1 1 0;min-width:0;padding:10px 14px}.ph-sub[data-sub-target=addon] .ph-sub__card.is-active{padding:9px 13px}.ph-sub[data-sub-target=addon] .ph-sub__card-row{grid-template-columns:16px 1fr;gap:10px}.ph-sub[data-sub-target=addon] .ph-sub__card-radio{width:14px;height:14px;border-width:1.4px}.ph-sub[data-sub-target=addon] .ph-sub__card.is-active .ph-sub__card-radio:after{top:2px;right:2px;bottom:2px;left:2px}.ph-sub[data-sub-target=addon] .ph-sub__card-copy{gap:1px}.ph-sub[data-sub-target=addon] .ph-sub__card-title{font-family:var(--font-sans, system-ui);font-size:14px;font-weight:600;letter-spacing:0;line-height:1.2}.ph-sub[data-sub-target=addon] .ph-sub__card-meta{font-size:11px;line-height:1.25}.ph-sub[data-sub-target=addon] .ph-sub__card-price{display:none}.ph-sub[data-sub-target=addon] .ph-sub__card-badge{top:-7px;right:10px;font-size:9.5px;padding:3px 7px;letter-spacing:.06em}.ph-sub[data-sub-target=addon] .ph-sub__perks{font-size:11.5px;margin-top:2px}.ph-sub[data-sub-target=addon] .ph-sub__perks svg{width:12px;height:12px}@media(max-width:420px){.ph-sub[data-sub-target=addon] .ph-sub__card{padding:9px 11px}.ph-sub[data-sub-target=addon] .ph-sub__card.is-active{padding:8px 10px}.ph-sub[data-sub-target=addon] .ph-sub__card-row{gap:8px;grid-template-columns:14px 1fr}.ph-sub[data-sub-target=addon] .ph-sub__card-title{font-size:13px}.ph-sub[data-sub-target=addon] .ph-sub__card-meta{font-size:10.5px}.ph-sub[data-sub-target=addon] .ph-sub__card-radio{width:12px;height:12px}}.product-hero__trust{display:inline-flex;align-items:center;justify-content:center;gap:7px;align-self:center;font-family:var(--font-sans, system-ui);font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--ink-muted, #6B6961);margin:-10px 0 0}.product-hero__trust svg{flex-shrink:0;color:var(--accent, #C7553B)}.ph-feature-list{display:flex;flex-direction:column;gap:16px;padding:4px 0}.ph-feature-list__rating{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:var(--ink, #1B1C19)}.ph-feature-list__rating--standalone{display:flex;margin:4px 0 2px}a.ph-feature-list__rating--link{text-decoration:none;color:inherit;cursor:pointer;transition:opacity .15s ease}a.ph-feature-list__rating--link:hover{opacity:.7}a.ph-feature-list__rating--link:hover>span:last-child{text-decoration:underline;text-underline-offset:4px}a.ph-feature-list__rating--link:focus-visible{outline:2px solid var(--accent, #C7553B);outline-offset:4px;border-radius:4px}#reviews-wall{scroll-margin-top:clamp(60px,8vh,110px)}html{scroll-behavior:smooth}.ph-feature-list__items--standalone{margin:8px 0 4px}.ph-feature-list__rating .stars{color:var(--accent, #C7553B);letter-spacing:.12em;font-size:16px}.ph-rating-stars{position:relative;display:inline-block;line-height:1;font-size:16px;letter-spacing:.12em}.ph-rating-stars__back{color:#1b1c192e}.ph-rating-stars__fore{position:absolute;top:0;left:0;width:var(--fill, 96%);overflow:hidden;white-space:nowrap;color:var(--accent, #C7553B);pointer-events:none}.ph-feature-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--feature-bullet-gap, 9px)}.ph-feature-list__item{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.55;color:var(--ink, #1B1C19)}.ph-feature-list__check{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.92),transparent 42%),color-mix(in srgb,var(--accent, #C7553B) 9%,#fff);border:1px solid color-mix(in srgb,var(--accent, #C7553B) 38%,var(--line, #E5E0D5));color:var(--accent, #C7553B);display:grid;place-items:center;margin-top:2px;box-shadow:inset 0 0 0 3px #ffffff6b}.ph-feature-list__check svg{width:11px;height:10px;display:block}.ph-help{display:inline-flex}.ph-help__btn{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border:0;border-radius:999px;background:transparent;color:var(--ink-muted, #6B6961);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:12px;font-weight:400;cursor:pointer}.ph-help--top{align-self:flex-start;margin-bottom:-28px}.ph-help--addon{align-self:flex-start;margin:0}.ph-help__plus{width:14px;height:14px;display:grid;place-items:center;background:var(--bg-alt, #F4F0E6);border-radius:3px;flex-shrink:0;transition:transform .35s ease;color:var(--ink, #1B1C19)}.ph-help__plus svg{width:9px;height:9px;display:block}.ph-help__btn:hover .ph-help__plus{transform:rotate(180deg)}.ph-help__label{position:relative;background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .35s ease;padding-bottom:1px}.ph-help__btn:hover .ph-help__label{background-size:100% 1px}.ph-modal{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;background:#1b1c1900;z-index:1000;align-items:center;justify-content:center;padding:16px;pointer-events:none;visibility:hidden;transition:background .25s ease,visibility 0s linear .35s}.ph-modal.is-open{background:#1b1c1966;pointer-events:auto;visibility:visible;transition:background .25s ease,visibility 0s linear 0s}.ph-modal__panel{background:var(--bg-alt, #F4F0E6);border-radius:12px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;transform:translateY(100%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.ph-modal__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:clamp(28px,4vw,56px) clamp(20px,3vw,48px) clamp(28px,4vw,56px);-webkit-overflow-scrolling:touch}.ph-modal.is-open .ph-modal__panel{transform:translateY(0)}.ph-modal__close{position:absolute;top:14px;right:14px;z-index:5;width:36px;height:36px;border:0;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:24px;line-height:1;cursor:pointer;color:var(--ink, #1B1C19);border-radius:50%;display:grid;place-items:center;box-shadow:0 4px 12px -6px #1b1c1933}.ph-modal__close:hover{background:#0000000f}.ph-compare{display:grid;grid-template-columns:minmax(140px,1.2fr) 1fr 1fr;gap:0;margin-top:8px}.ph-compare--3col{grid-template-columns:minmax(120px,1fr) 1fr 1fr 1fr}.ph-compare__cell{padding:24px 16px;border-bottom:1px solid var(--line, #E5E0D5);font-size:16px;line-height:1.5;color:var(--ink, #1B1C19)}.ph-compare__cell--head{padding-top:8px;padding-bottom:24px}.ph-compare__cell--label{font-weight:700}.ph-compare__col-title{font-size:clamp(18px,2vw,24px);font-weight:700;margin:0 0 4px;color:var(--ink, #1B1C19)}.ph-compare__col-sub{font-size:14px;color:var(--ink-muted, #6B6961);margin:0}.ph-help-table{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) repeat(3,minmax(0,1.4fr));column-gap:clamp(8px,1.2vw,16px);row-gap:0;margin-top:8px}.ph-help-table__rail-labels{position:absolute;grid-column:1 / 2;grid-row:2 / -1;top:0;bottom:0;left:-10px;right:-8px;background:var(--bg-alt, #F4EDE2);border-radius:18px;z-index:0;pointer-events:none}.ph-help-table__rail-featured{position:absolute;grid-column:var(--featured-start, 3) / var(--featured-end, 4);grid-row:1 / -1;top:0;bottom:0;left:-8px;right:-8px;background:linear-gradient(180deg,var(--pc-grad-top, #E8745C),var(--pc-grad-bottom, #F0A488));border-radius:22px;box-shadow:0 24px 48px -22px #c7553b66;z-index:0;pointer-events:none}.ph-help-table__head,.ph-help-table__cell{position:relative;z-index:1}.ph-help-table__head{padding:18px 12px 16px;text-align:center}.ph-help-table__head--tea .ph-help-table__tea-title{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(16px,1.4vw,19px);font-weight:400;letter-spacing:-.012em;line-height:1.1;margin:0;color:var(--ink, #1B1C19)}.ph-help-table__head--tea .ph-help-table__tea-sub{font-size:12.5px;line-height:1.35;margin:4px 0 0;color:var(--ink, #1B1C19);opacity:.65}.ph-help-table__head--tea.is-featured .ph-help-table__tea-title,.ph-help-table__head--tea.is-featured .ph-help-table__tea-sub{color:#fff}.ph-help-table__head--tea.is-featured .ph-help-table__tea-sub{opacity:.85}.ph-help-table__pill{display:inline-block;background:#fffffff5;color:var(--pc-grad-top, #E8745C);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:999px;margin-bottom:8px;box-shadow:0 4px 10px #c7553b4d}.ph-help-table__cell{padding:14px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13px;line-height:1.45;color:var(--ink, #1B1C19);text-align:center;border-top:1px solid rgba(27,28,25,.06)}.ph-help-table__cell--label{text-align:left;padding-left:16px;padding-right:8px;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--ink, #1B1C19);opacity:.55}.ph-help-table__cell--tea.is-featured{color:#fff;font-weight:500;border-top-color:#ffffff2e}.ph-help-table__cell--label:nth-of-type(1)~.ph-help-table__cell:nth-of-type(-n+5),.ph-help-table>.ph-help-table__cell--label:first-of-type,.ph-help-table>.ph-help-table__cell--label:first-of-type~.ph-help-table__cell--tea:nth-of-type(2),.ph-help-table>.ph-help-table__cell--label:first-of-type~.ph-help-table__cell--tea:nth-of-type(3),.ph-help-table>.ph-help-table__cell--label:first-of-type~.ph-help-table__cell--tea:nth-of-type(4){border-top:0}.ph-help-stack{display:flex;flex-direction:column;gap:clamp(28px,3.4vw,40px);margin-top:8px}.ph-help-tea__pill{display:inline-block;background:var(--accent, #C7553B);color:#fff;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:999px;margin-bottom:10px}.ph-help-tea.is-featured{background:linear-gradient(180deg,var(--pc-grad-top, #E8745C),var(--pc-grad-bottom, #F0A488));border-radius:22px;padding:22px 18px 24px;box-shadow:0 24px 48px -22px #c7553b66;color:#fff}.ph-help-tea.is-featured .ph-help-tea__head{border-bottom-color:#ffffff47;border-bottom-width:1px}.ph-help-tea.is-featured .ph-help-tea__title,.ph-help-tea.is-featured .ph-help-tea__sub{color:#fff}.ph-help-tea.is-featured .ph-help-tea__sub{opacity:.85}.ph-help-tea.is-featured .ph-help-tea__pill{background:#fffffff5;color:var(--pc-grad-top, #E8745C);box-shadow:0 4px 10px #c7553b4d}.ph-help-tea.is-featured .ph-help-tea__cell{background:#ffffff29;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ph-help-tea.is-featured .ph-help-tea__label{color:#fff;opacity:.72}.ph-help-tea.is-featured .ph-help-tea__value{color:#fff}@media(max-width:700px){.ph-help-table{display:none}}@media(min-width:701px){.ph-help-stack{display:none}}.ph-ingredients-trigger{margin:12px 0 4px}.ph-ingredients-btn{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:8px;background:var(--bg-alt, #F4EDE2);border:1.5px solid var(--line, #E5E0D5);border-radius:999px;padding:9px 16px 9px 12px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:12.5px;font-weight:600;letter-spacing:.02em;color:var(--ink, #1B1C19);cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.ph-ingredients-btn:hover{border-color:var(--ink, #1B1C19);transform:translateY(-1px)}.ph-ingredients-btn:focus-visible{outline:2px solid var(--accent, #C7553B);outline-offset:3px}.ph-ingredients-btn__icon{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent, #C7553B);color:#fff;flex-shrink:0;transition:transform .25s ease}.ph-ingredients-btn:hover .ph-ingredients-btn__icon{transform:rotate(45deg)}.ph-ingredients-panel{padding:0}.ph-ingredients__head{padding:clamp(28px,3.4vw,44px) clamp(24px,3vw,40px) clamp(16px,2vw,24px);border-bottom:1px solid var(--line, #E5E0D5)}.ph-ingredients__eyebrow{display:inline-block;font-family:var(--font-mono, ui-monospace, monospace);font-size:10.5px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent, #C7553B);margin-bottom:8px}.ph-ingredients__heading{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(24px,2.8vw,34px);font-weight:400;letter-spacing:-.015em;line-height:1.1;margin:0;color:var(--ink, #1B1C19)}.ph-ingredients__intro{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:14px;line-height:1.55;margin:12px 0 0;max-width:56ch;color:var(--ink, #1B1C19);opacity:.7}.ph-ingredients__list{list-style:none;margin:0;padding:clamp(20px,2vw,28px) clamp(24px,3vw,40px);display:flex;flex-direction:column;gap:0}.ph-ingredient{display:grid;grid-template-columns:56px 1fr;gap:clamp(14px,1.4vw,20px);padding:clamp(18px,2vw,24px) 0;border-top:1px solid var(--line, #E5E0D5)}.ph-ingredient:first-child{border-top:0;padding-top:0}.ph-ingredient__num{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(20px,2.2vw,28px);font-style:italic;font-weight:300;color:var(--accent, #C7553B);letter-spacing:-.01em;line-height:1}.ph-ingredient__name{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:clamp(15px,1.3vw,18px);font-weight:700;letter-spacing:-.005em;line-height:1.25;color:var(--ink, #1B1C19);margin:0}.ph-ingredient__desc{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13.5px;line-height:1.5;margin:6px 0 0;color:var(--ink, #1B1C19);opacity:.7;max-width:60ch}.ph-ingredients__footer{display:flex;align-items:center;gap:10px;padding:clamp(14px,1.6vw,18px) clamp(24px,3vw,40px);background:color-mix(in srgb,var(--accent, #C7553B) 8%,transparent);color:var(--ink, #1B1C19);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:12.5px;border-top:1px solid var(--line, #E5E0D5)}.ph-ingredients__footer svg{flex-shrink:0;color:var(--accent, #C7553B)}.ph-help-tea{display:flex;flex-direction:column;gap:14px}.ph-help-tea__head{border-bottom:1px solid var(--line, #E5E0D5);padding-bottom:12px}.ph-help-tea__title{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(18px,2vw,22px);font-weight:400;letter-spacing:-.015em;line-height:1.15;margin:0;color:var(--ink, #1B1C19)}.ph-help-tea__sub{font-size:13.5px;line-height:1.4;margin:4px 0 0;color:var(--ink, #1B1C19);opacity:.65}.ph-help-tea__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-help-tea__cell{background:var(--bg-alt, #F4EDE2);border-radius:var(--radius-medium, 12px);padding:14px 16px;min-width:0}.ph-help-tea__label{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--ink, #1B1C19);opacity:.55;margin-bottom:6px}.ph-help-tea__value{font-size:13.5px;line-height:1.5;color:var(--ink, #1B1C19)}@media(max-width:480px){.ph-help-tea__grid{grid-template-columns:1fr}}@media(max-width:700px){.ph-modal{padding:0;align-items:flex-end}.ph-modal__panel{border-radius:16px 16px 0 0;max-height:92vh;margin-top:auto;padding:28px 20px 32px}.ph-compare{grid-template-columns:1fr 1fr;gap:0 16px;margin-top:4px}.ph-compare>.ph-compare__cell--head:first-child{display:none}.ph-compare__cell{padding:14px 0;font-size:14px;line-height:1.45}.ph-compare__cell--head{padding:4px 0 16px;border-bottom:1px solid var(--line, #E5E0D5)}.ph-compare__cell--label{grid-column:1 / -1;border-bottom:0;padding:18px 0 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-muted, #6B6961)}.ph-compare__col-title{font-size:22px;line-height:1.15;font-weight:700}.ph-compare__col-sub{font-size:13px;margin-top:2px}}.ph-upsell{background:var(--bg-alt, #F4F0E6);border-radius:12px;padding:clamp(12px,1.8vw,16px);display:flex;flex-direction:column;gap:8px}.ph-upsell__toggle{margin-top:-1px}.ph-upsell__heading{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:clamp(16px,1.6vw,18px);font-weight:600;margin:0;color:var(--ink, #1B1C19);line-height:1.2}.ph-upsell__sub{font-size:12.5px;line-height:1.35;color:var(--ink, #1B1C19);margin:0;max-width:42em;opacity:.78}.ph-upsell__list{display:flex;flex-direction:column}.ph-upsell__card{background:var(--bg, #fff);border-radius:10px;padding:8px 10px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:6px;max-height:280px;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,margin-top .35s cubic-bezier(.4,0,.2,1),padding-top .35s cubic-bezier(.4,0,.2,1),padding-bottom .35s cubic-bezier(.4,0,.2,1)}.ph-upsell__card:first-child{margin-top:0}.ph-upsell__card--hidden{display:none}.ph-upsell.is-open .ph-upsell__card--hidden{display:grid}.ph-upsell__media{width:46px;height:46px;border-radius:8px;background:var(--bg-alt, #ECE7DC);overflow:hidden;flex-shrink:0;display:grid;place-items:center}.ph-upsell__media:has(img){background:transparent}.ph-upsell__media img{width:100%;height:100%;object-fit:cover}.ph-upsell__info{min-width:0;display:flex;flex-direction:column;gap:4px}.ph-upsell__name{font-size:13px;font-weight:600;margin:0;color:var(--ink, #1B1C19);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.ph-upsell__index,.ph-upsell__copy{display:none}.ph-upsell__meta{color:var(--ink-muted, #6B6961);font-weight:400}.ph-upsell__prices{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;font-size:12.5px;line-height:1.2}.ph-upsell__strike{text-decoration:line-through;color:var(--ink-muted, #999);font-size:11.5px}.ph-upsell__price{color:var(--ink, #1B1C19);font-weight:500}.ph-upsell__badge{align-self:flex-start;background:var(--accent-coral, #E8745C);color:var(--accent-coral-ink, #fff);font-size:8.5px;font-weight:700;padding:3px 6px;border-radius:4px;letter-spacing:.06em;text-transform:uppercase;line-height:1.1}.ph-upsell__add{background:var(--ink, #1B1C19);color:#fff;border:0;border-radius:50%;width:26px;height:26px;padding:0;display:inline-grid;place-items:center;cursor:pointer;transition:background .15s,transform .15s;flex-shrink:0;line-height:0}.ph-upsell__add-icon{display:block}.ph-upsell__add-icon{width:11px;height:11px}.ph-upsell__add:hover{background:#000;transform:scale(1.06)}.ph-upsell__add:active{transform:scale(.94)}.ph-upsell__add:disabled{opacity:.5;cursor:not-allowed;transform:none}.ph-upsell__add.is-loading{opacity:.7;cursor:wait;transform:none}.ph-upsell__add.is-added{background:#4a6b3a;opacity:1}.ph-upsell__add.is-added svg{display:block}.ph-upsell__add.is-added:hover{background:#3d5a2f;transform:scale(1.06)}.ph-upsell__add.is-error{width:auto;min-width:40px;height:40px;border-radius:999px;padding:0 14px;background:#b5483b}.ph-upsell__add-retry{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.ph-upsell__toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:#ffffff9e;border:1px solid color-mix(in srgb,var(--ink, #1B1C19) 12%,transparent);border-radius:999px;padding:6px 10px;text-align:center;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink, #1B1C19);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.ph-upsell__toggle:after{content:"+";display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--ink, #1B1C19);color:#fff;font-size:12px;line-height:1;letter-spacing:0}.ph-upsell.is-open .ph-upsell__toggle:after{content:"\2212"}.ph-upsell__toggle:hover{background:#fff;border-color:color-mix(in srgb,var(--ink, #1B1C19) 26%,transparent);transform:translateY(-1px)}.ph-upsell__card--skeleton{pointer-events:none}.ph-upsell__media--skeleton{background:transparent;border:1.5px dashed var(--line-strong, #C9C2B2);position:relative}.ph-upsell__num{position:absolute;top:8px;left:10px;font-family:var(--font-mono, monospace);font-size:10px;letter-spacing:.16em;color:var(--ink-muted, #6B6961)}.ph-upsell__skel{display:block;height:11px;border-radius:4px;background:linear-gradient(90deg,var(--bg-alt, #ECE7DC) 0%,#F4F0E6 50%,var(--bg-alt, #ECE7DC) 100%);background-size:200% 100%;animation:phUpsellShimmer 1.6s ease-in-out infinite}.ph-upsell__card--hidden .ph-upsell__skel{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.ph-upsell__skel{animation:none}.ph-upsell__card{transition:none}}.ph-upsell__skel--title{width:60%;height:14px}.ph-upsell__skel-badge{align-self:flex-start;font-size:10px;font-weight:700;padding:4px 9px;border-radius:4px;letter-spacing:.06em;text-transform:uppercase;background:transparent;border:1.5px dashed var(--line-strong, #C9C2B2);color:var(--ink-muted, #6B6961)}.ph-upsell__skel-pill{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1.5px dashed var(--line-strong, #C9C2B2);background:transparent;color:var(--ink-muted, #6B6961)}@keyframes phUpsellShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ph-upsell--refined-list,.ph-upsell--selectable-grid,.ph-upsell--ritual-flow,.ph-upsell--horizontal-scroll,.ph-upsell--hero-pick{--ritual-cream: #EFE6D8;--ritual-paper: #F6F0E4;--ritual-paper-soft: #FBF7EE;--ritual-ink-soft: #6A5B4A;--ritual-ink-faint: #9A8B78;--ritual-rust: #B8533A;--ritual-rust-tint: #FBEAE3;--ritual-line: #D9CDB8;background:var(--ritual-cream);border-radius:18px;padding:16px}.ph-upsell--refined-list .ph-upsell__heading,.ph-upsell--selectable-grid .ph-upsell__heading,.ph-upsell--ritual-flow .ph-upsell__heading,.ph-upsell--horizontal-scroll .ph-upsell__heading,.ph-upsell--hero-pick .ph-upsell__heading{font-size:clamp(18px,1.8vw,22px);font-weight:700;letter-spacing:-.01em}.ph-upsell--refined-list .ph-upsell__sub,.ph-upsell--selectable-grid .ph-upsell__sub,.ph-upsell--ritual-flow .ph-upsell__sub,.ph-upsell--horizontal-scroll .ph-upsell__sub,.ph-upsell--hero-pick .ph-upsell__sub{color:var(--ritual-ink-soft);font-size:13px;line-height:1.45;opacity:1}.ph-upsell--refined-list .ph-upsell__index,.ph-upsell--ritual-flow .ph-upsell__index{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono, monospace);font-size:10.5px;letter-spacing:.08em;color:var(--ritual-ink-faint)}.ph-upsell--refined-list .ph-upsell__copy,.ph-upsell--ritual-flow .ph-upsell__copy,.ph-upsell--hero-pick .ph-upsell__copy{display:-webkit-box;margin:2px 0 0;color:var(--ritual-ink-soft);font-size:12.5px;line-height:1.38;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ph-upsell--refined-list .ph-upsell__list{gap:8px}.ph-upsell--refined-list .ph-upsell__card{grid-template-columns:58px minmax(0,1fr) auto;gap:12px;margin-top:0;padding:12px;border-radius:14px;background:var(--ritual-paper-soft);border:1px solid transparent}.ph-upsell--refined-list .ph-upsell__card:has(.ph-upsell__add.is-added){background:var(--ritual-paper);border-color:var(--ritual-rust);box-shadow:0 0 0 3px #b8533a14}.ph-upsell--refined-list .ph-upsell__media{width:58px;height:58px;border-radius:10px}.ph-upsell--refined-list .ph-upsell__badge{border-radius:999px;background:var(--ritual-rust-tint);color:var(--ritual-rust);font-size:9px;padding:4px 8px}.ph-upsell--refined-list .ph-upsell__add{width:26px;height:26px;background:var(--ink, #1B1C19);border:0;color:var(--bg, #fff)}.ph-upsell--refined-list .ph-upsell__add svg{width:11px;height:11px}.ph-upsell--refined-list .ph-upsell__add:hover{background:#000}.ph-upsell--refined-list .ph-upsell__add.is-added{background:#4a6b3a;color:var(--bg, #fff)}.ph-upsell--selectable-grid .ph-upsell__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-upsell--selectable-grid .ph-upsell__card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:0;padding:12px;border-radius:14px;background:var(--ritual-paper-soft);border:1px solid transparent}.ph-upsell--selectable-grid .ph-upsell__card:has(.ph-upsell__add.is-added){background:var(--ritual-paper);border-color:var(--ink, #1B1C19);box-shadow:0 0 0 1px var(--ink, #1B1C19)}.ph-upsell--selectable-grid .ph-upsell__media{width:76px;height:76px;border-radius:12px}.ph-upsell--selectable-grid .ph-upsell__name{padding-right:30px}.ph-upsell--selectable-grid .ph-upsell__form{position:absolute;top:12px;right:12px}.ph-upsell--selectable-grid .ph-upsell__add{width:26px;height:26px;background:var(--ritual-paper-soft);border:1.5px solid var(--ritual-ink-faint);color:var(--ritual-ink-faint)}.ph-upsell--selectable-grid .ph-upsell__add.is-added,.ph-upsell--selectable-grid .ph-upsell__add:hover{background:var(--ink, #1B1C19);border-color:var(--ink, #1B1C19);color:var(--bg, #fff)}.ph-upsell--ritual-flow .ph-upsell__list{position:relative;gap:0}.ph-upsell--ritual-flow .ph-upsell__card{position:relative;grid-template-columns:32px 56px minmax(0,1fr) auto;gap:12px;margin-top:0;margin-bottom:8px;padding:12px;border-radius:12px;background:var(--ritual-paper-soft);border:1px solid transparent}.ph-upsell--ritual-flow .ph-upsell__card:after{content:"";position:absolute;left:27px;top:calc(100% - 3px);width:1.5px;height:14px;background:var(--ritual-line)}.ph-upsell--ritual-flow .ph-upsell__card:last-child:after{display:none}.ph-upsell--ritual-flow .ph-upsell__card:has(.ph-upsell__add.is-added){background:var(--ritual-paper);border-color:var(--ink, #1B1C19)}.ph-upsell--ritual-flow .ph-upsell__index{width:28px;height:28px;border-radius:50%;background:var(--ritual-paper-soft);border:1px solid var(--ritual-line);align-self:center}.ph-upsell--ritual-flow .ph-upsell__card:has(.ph-upsell__add.is-added) .ph-upsell__index{background:var(--ink, #1B1C19);border-color:var(--ink, #1B1C19);color:var(--bg, #fff)}.ph-upsell--ritual-flow .ph-upsell__media{width:56px;height:56px;border-radius:10px}.ph-upsell--horizontal-scroll .ph-upsell__list{display:flex;flex-direction:row;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;scroll-snap-type:x proximity}.ph-upsell--horizontal-scroll .ph-upsell__card{position:relative;flex:0 0 158px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:0;padding:8px;border-radius:12px;background:var(--ritual-paper-soft);border:1px solid transparent}.ph-upsell--horizontal-scroll .ph-upsell__card:has(.ph-upsell__add.is-added){background:var(--ritual-paper);border-color:var(--ink, #1B1C19)}.ph-upsell--horizontal-scroll .ph-upsell__media{width:100%;height:116px;border-radius:9px}.ph-upsell--horizontal-scroll .ph-upsell__name{font-size:12.5px}.ph-upsell--horizontal-scroll .ph-upsell__badge{position:absolute;top:12px;right:12px;background:var(--ritual-rust);color:var(--bg, #fff)}.ph-upsell--horizontal-scroll .ph-upsell__form{margin-top:auto}.ph-upsell--horizontal-scroll .ph-upsell__add{width:100%;height:34px;border-radius:8px;background:transparent;border:1px solid var(--ink, #1B1C19);color:var(--ink, #1B1C19)}.ph-upsell--horizontal-scroll .ph-upsell__add:hover,.ph-upsell--horizontal-scroll .ph-upsell__add.is-added{background:var(--ink, #1B1C19);color:var(--bg, #fff)}.ph-upsell--hero-pick .ph-upsell__card{margin-top:8px;overflow:visible}.ph-upsell--hero-pick .ph-upsell__list{gap:0}.ph-upsell--hero-pick .ph-upsell__card:first-child{position:relative;grid-template-columns:82px minmax(0,1fr) auto;gap:14px;padding:22px 14px 14px;border-radius:14px;background:var(--ritual-paper);border:1px solid var(--ink, #1B1C19);margin-top:16px;overflow:visible}.ph-upsell--hero-pick .ph-upsell__card:first-child:before{content:"Most paired";position:absolute;top:-11px;left:14px;padding:4px 12px;border-radius:999px;background:var(--ritual-rust);color:var(--bg, #fff);font-size:9px;font-weight:800;letter-spacing:.14em;line-height:1.1;text-transform:uppercase;box-shadow:0 2px #efe6d8f2;z-index:2}.ph-upsell--hero-pick .ph-upsell__card:first-child .ph-upsell__media{width:82px;height:82px;border-radius:12px}.ph-upsell--hero-pick .ph-upsell__card:first-child .ph-upsell__name{font-size:15px}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child){grid-template-columns:44px minmax(0,1fr) auto;gap:10px;padding:10px 4px;border-radius:0;border-bottom:1px solid var(--ritual-line);background:transparent;align-items:center}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__index{display:none}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__media{width:44px;height:44px}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__name{font-size:13px;-webkit-line-clamp:1}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__prices{margin-top:2px}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__copy,.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__badge{display:none}.ph-upsell--hero-pick .ph-upsell__card--skeleton:first-child .ph-upsell__media--skeleton{border-style:dashed}.ph-upsell--hero-pick .ph-upsell__card--skeleton:first-child .ph-upsell__skel-badge{width:fit-content}.ph-upsell--segmented{padding:12px;border-radius:18px;background:radial-gradient(circle at 12% 0%,rgba(232,116,92,.16),transparent 30%),linear-gradient(135deg,#faf3ec,#f6e5db);border:1px solid rgba(181,83,63,.14);box-shadow:0 14px 34px #4a2e1e14}.ph-upsell--segmented .ph-upsell__heading{font-size:clamp(15px,1.35vw,17px);letter-spacing:.01em}.ph-upsell--segmented .ph-upsell__sub{color:#5f5149;opacity:1}.ph-upsell--segmented .ph-upsell__card{grid-template-columns:52px minmax(0,1fr) auto;gap:11px;padding:10px;border-radius:14px;background:#fffcf6d1;border:1px solid rgba(181,83,63,.11);box-shadow:0 8px 18px #4a2e1e0f}.ph-upsell--segmented .ph-upsell__media{width:52px;height:52px;border-radius:12px;background:#ffffffa3}.ph-upsell--segmented .ph-upsell__name{font-size:13.5px}.ph-upsell--segmented .ph-upsell__badge{background:#b5533f1f;color:#a94732;border-radius:999px;padding:4px 7px}.ph-upsell--segmented .ph-upsell__add,.ph-upsell--segmented .ph-upsell__toggle:after{background:#b5533f;color:#fff}.ph-upsell--segmented .ph-upsell__toggle{background:#fffcf6b8;border-color:#b5533f2e}.ph-upsell--editorial{padding:0;gap:0;border-radius:18px;background:#fff;border:1px solid rgba(27,28,25,.1);overflow:hidden;box-shadow:0 12px 30px #1b1c190f}.ph-upsell--editorial .ph-upsell__heading,.ph-upsell--editorial .ph-upsell__sub{padding-inline:14px}.ph-upsell--editorial .ph-upsell__heading{padding-top:14px;font-family:var(--font-serif, Georgia, serif);font-size:clamp(20px,2vw,26px);font-weight:500;line-height:1.05}.ph-upsell--editorial .ph-upsell__sub{padding-bottom:10px;max-width:34em}.ph-upsell--editorial .ph-upsell__list{border-top:1px solid rgba(27,28,25,.08)}.ph-upsell--editorial .ph-upsell__card{grid-template-columns:64px minmax(0,1fr) auto;gap:12px;padding:12px 14px;margin-top:0;border-radius:0;background:#fff;border-bottom:1px solid rgba(27,28,25,.08)}.ph-upsell--editorial .ph-upsell__card:last-child{border-bottom:0}.ph-upsell--editorial .ph-upsell__media{width:64px;height:64px;border-radius:14px}.ph-upsell--editorial .ph-upsell__name{font-size:14px;font-weight:700}.ph-upsell--editorial .ph-upsell__price{font-weight:700}.ph-upsell--editorial .ph-upsell__badge{background:#1b1c19;color:#fff;border-radius:999px}.ph-upsell--editorial .ph-upsell__add{background:transparent;color:var(--ink, #1B1C19);border:1px solid rgba(27,28,25,.18)}.ph-upsell--editorial .ph-upsell__add:hover,.ph-upsell--editorial .ph-upsell__add.is-added{background:var(--ink, #1B1C19);color:#fff}.ph-upsell--editorial .ph-upsell__toggle{margin:12px 14px 14px;background:#f4f0e6}.ph-videos{display:flex;flex-direction:column;gap:14px;order:90}.fold-section-product-video-strip .ph-videos,.fold-section-product-accordions .product-hero__accordions--section{width:min(100% - 32px,var(--page-width, 1180px));margin-inline:auto}.fold-section-product-video-strip .ph-videos{padding-block:clamp(24px,4vw,54px)}.fold-section-product-accordions .product-hero__accordions--section{margin-block:clamp(30px,4vw,54px) clamp(24px,4vw,54px)}.ph-videos__proof{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.ph-videos__heading{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(22px,2.5vw,30px);font-weight:400;line-height:1.05;margin:0;color:var(--ink, #1B1C19);letter-spacing:-.02em}.ph-videos{position:relative}.ph-videos:after{content:"";position:absolute;top:0;right:0;bottom:8px;width:clamp(28px,6vw,56px);background:linear-gradient(to right,transparent 0%,var(--bg, #F8F6F0) 80%);pointer-events:none;z-index:2}.ph-videos__strip{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(140px,38vw,180px);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:4px;padding:2px 28px 8px 2px;margin-right:-16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ph-videos__strip::-webkit-scrollbar{display:none}.ph-videos__progress{position:relative;height:3px;background:var(--line, #E5E0D5);border-radius:999px;margin-top:-4px}.ph-videos__progress-bar{position:absolute;top:0;left:0;height:100%;width:33%;background:linear-gradient(90deg,#e8745c,#f2d9c7);border-radius:999px;transition:left .12s ease,width .12s ease}.ph-videos__tile{position:relative;aspect-ratio:9 / 14;border-radius:10px;overflow:hidden;background:var(--bg-alt, #ECE7DC);scroll-snap-align:start;text-decoration:none}.ph-videos__tile img,.ph-videos__tile .ph-videos__video{width:100%;height:100%;object-fit:cover;display:block}.ph-videos__video{background:#000}.ph-videos__tile--empty{background:transparent;border:1.5px dashed var(--line-strong, #C9C2B2);display:grid;place-items:center}.ph-videos__tile--empty .ph-videos__play{background:var(--bg-alt, #F4F0E6);border:1px solid var(--line, #E5E0D5)}.ph-videos__placeholder-label{position:absolute;top:12px;left:12px;font-family:var(--font-mono, monospace);font-size:10px;letter-spacing:.16em;color:var(--ink-muted, #6B6961)}.ph-videos__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#ffffffd9;display:grid;place-items:center;pointer-events:none}.ph-videos__play:before{content:"";width:0;height:0;border-left:11px solid var(--ink, #1B1C19);border-top:7px solid transparent;border-bottom:7px solid transparent;margin-left:3px}.ph-bundles{display:flex;flex-direction:column;gap:20px}.ph-bundles__head{display:flex;justify-content:space-between;align-items:center;gap:16px}.ph-bundles__heading{font-size:clamp(20px,2.2vw,26px);font-weight:600;margin:0;color:var(--ink, #1B1C19);letter-spacing:-.01em}.ph-bundles__nav{display:none;gap:8px}.ph-bundles__nav button{width:36px;height:36px;border-radius:50%;background:#f2d9c7;border:0;display:grid;place-items:center;cursor:pointer;color:var(--ink, #1B1C19);transition:background .15s}.ph-bundles__nav button:hover{background:#e8745c;color:#fff}.ph-bundles__nav button:disabled{opacity:.4;cursor:not-allowed}.ph-bundles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ph-bundle{display:flex;flex-direction:column;gap:12px;text-decoration:none}.ph-bundle__media{aspect-ratio:1 / 1;border-radius:12px;background:var(--bg-alt, #ECE7DC);overflow:hidden}.ph-bundle__media img{width:100%;height:100%;object-fit:cover}.ph-bundle__name{font-size:16px;color:var(--ink, #1B1C19);margin:0;font-weight:400}.ph-bundle__prices{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px}.ph-bundle__strike{text-decoration:line-through;color:var(--ink-faint, #999)}.ph-bundle__price{color:var(--ink, #1B1C19)}.ph-bundle__badge{background:#f2d9c7;color:var(--ink, #1B1C19);font-size:11px;font-weight:600;padding:3px 7px;border-radius:4px}.ph-bundle--skeleton{pointer-events:none}.ph-bundle__media--skeleton{background:transparent;border:1.5px dashed var(--line-strong, #C9C2B2);display:grid;place-items:center;position:relative}.ph-skeleton-label{font-family:var(--font-mono, monospace);font-size:11px;letter-spacing:.16em;color:var(--ink-muted, #6B6961);position:absolute;top:12px;left:12px}.ph-skeleton-line{display:block;height:12px;border-radius:4px;background:linear-gradient(90deg,var(--bg-alt, #ECE7DC) 0%,#F4F0E6 50%,var(--bg-alt, #ECE7DC) 100%);background-size:200% 100%;animation:ph-shimmer 1.6s ease-in-out infinite}.ph-skeleton-line--name{width:70%}.ph-skeleton-line--price{width:45%;height:10px}@keyframes ph-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@container (max-width: 880px){.ph-bundles__nav{display:flex}.ph-bundles__grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px}.ph-bundles__grid::-webkit-scrollbar{display:none}.ph-bundle{flex:0 0 calc((100% - 12px)/2);scroll-snap-align:start;min-width:0}}.product-hero__accordions{display:flex;flex-direction:column;order:80;margin-top:clamp(8px,1.5vw,16px);border-top:1px solid var(--line, #E5E0D5)}.product-hero__accordion{border-bottom:1px solid var(--line, #E5E0D5)}.product-hero__accordion-summary{display:flex;justify-content:space-between;align-items:center;width:100%;background:transparent;border:0;cursor:pointer;padding:14px 0;font-family:inherit;font-size:16px;font-weight:500;color:var(--ink, #1B1C19);gap:12px;text-align:left}.product-hero__accordion-label{display:inline-flex;align-items:center;gap:12px;flex:1;min-width:0}.product-hero__accordion-icon{flex-shrink:0;width:22px;height:22px;display:grid;place-items:center;color:var(--ink, #1B1C19)}.product-hero__accordion-icon svg{width:20px;height:20px}.product-hero__accordion-chevron{flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.product-hero__accordion.is-open .product-hero__accordion-chevron{transform:rotate(180deg)}.product-hero__accordion-body{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.product-hero__accordion-body-inner{padding:0 0 14px;font-size:var(--fs-base, 15px);line-height:1.65;color:var(--ink, #1B1C19)}.product-hero__accordion.is-open .product-hero__accordion-body{max-height:800px}.product-hero__accordion-body-inner strong{font-weight:700}.product-hero__accordion-body-inner a{color:var(--ink, #1B1C19);text-decoration:underline;text-underline-offset:3px}.product-hero__accordion-body-inner p{margin:0 0 10px}.product-hero__accordion-body-inner p:last-child{margin-bottom:0}.product-hero__accordion--box .product-hero__accordion-summary{padding-bottom:13px}.product-hero__accordion-body-inner--box{display:grid;gap:8px;padding-bottom:16px}.product-hero__accordion-body-inner--box p{position:relative;margin:0;padding:12px 13px 12px 42px;border:1px solid color-mix(in srgb,var(--line, #E5E0D5) 72%,transparent);border-radius:12px;background:linear-gradient(135deg,#ffffffb8,#ffffff4d),var(--bg-alt, #F4EDE2);color:var(--ink-muted, #6B6961);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13.5px;line-height:1.45}.product-hero__accordion-body-inner--box p:before{content:"";position:absolute;top:13px;left:13px;width:18px;height:18px;border-radius:50%;background:linear-gradient(var(--accent, #C7553B),var(--accent, #C7553B)) 50% 50% / 8px 1.5px no-repeat,linear-gradient(var(--accent, #C7553B),var(--accent, #C7553B)) 50% 50% / 1.5px 8px no-repeat,color-mix(in srgb,var(--accent, #C7553B) 13%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent, #C7553B) 22%,transparent)}.product-hero__accordion-body-inner--box strong{display:block;margin-bottom:3px;color:var(--ink, #1B1C19);font-size:14px;line-height:1.25;letter-spacing:-.01em}@media(max-width:480px){.product-hero__accordion-body-inner--box{gap:7px;padding-bottom:14px}.product-hero__accordion-body-inner--box p{padding:10px 11px 10px 37px;font-size:12.8px;line-height:1.42;border-radius:11px}.product-hero__accordion-body-inner--box p:before{top:11px;left:11px;width:17px;height:17px}.product-hero__accordion-body-inner--box strong{font-size:13.5px}}.ph-payment-methods{display:flex;flex-wrap:wrap;gap:7px;align-items:center;justify-content:center;margin:4px auto 0;max-width:310px}.ph-payment-methods__badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:30px;padding:5px 8px;background:#ffffffd1;border:1px solid rgba(27,28,25,.09);border-radius:9px;box-shadow:0 1px #1b1c1909,0 6px 16px #1b1c1909}.ph-payment-methods__icon{display:block;width:auto;max-width:35px;height:17px}.ph-info-card{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%;margin:0 auto}.ph-info-card__rows{list-style:none;margin:0;padding:16px 18px;background:var(--bg-alt, #F4EDE2);border-radius:12px;display:flex;flex-direction:column;gap:12px}.ph-info-card__row{display:flex;align-items:center;gap:14px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:14px;line-height:1.4;color:var(--ink, #1B1C19)}.ph-info-card__icon{flex-shrink:0;display:grid;place-items:center;width:22px;height:22px;color:var(--ink, #1B1C19)}.ph-info-card__icon svg{width:22px;height:22px;display:block}.ph-info-card__text{flex:1;min-width:0}.ph-info-card__callout{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:12px;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:13.5px;line-height:1.45;font-weight:500}.ph-info-card__callout-icon{flex-shrink:0;display:grid;place-items:center;width:22px;height:22px;color:var(--ink, #1B1C19);margin-top:1px}.ph-info-card__callout-icon svg{width:22px;height:22px;display:block}.ph-info-card__callout-text{flex:1;min-width:0}@container (max-width: 880px){.product-hero__grid{grid-template-columns:1fr;gap:clamp(20px,4vw,32px)}.product-hero__media{position:static}.product-hero__main{max-height:none}.product-hero__thumbs{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:8px;padding:2px 4px 12px;margin-inline:-4px;scroll-snap-type:x mandatory;scroll-padding-inline:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%)}.product-hero__thumbs::-webkit-scrollbar{display:none}.product-hero__thumb{flex:0 0 56px;height:56px;scroll-snap-align:start;border-radius:10px}.product-hero__thumb.is-active{border-width:2px;box-shadow:0 2px 8px #00000014}.product-hero__title{font-size:calc(clamp(36px,10vw,60px) * var(--ph-title-scale-mobile, var(--ph-title-scale, 1)))}.product-hero__title-row{flex-direction:column;align-items:flex-start;gap:12px}.ph-upsell{padding:12px;gap:8px;border-radius:12px}.ph-upsell__card{grid-template-columns:44px minmax(0,1fr) auto;gap:9px;padding:8px}.ph-upsell__media{width:44px;height:44px;border-radius:8px}.ph-upsell__name{font-size:12.5px;-webkit-line-clamp:1}.ph-upsell__prices{flex-direction:column;align-items:flex-start;gap:2px;font-size:12px}.ph-upsell__prices .ph-upsell__strike,.ph-upsell__prices .ph-upsell__price{line-height:1.1}.ph-upsell__badge{margin-top:2px;font-size:9px;padding:2px 5px}.ph-upsell__add{width:32px;height:32px;min-height:0;padding:0}.ph-upsell__toggle{padding:5px 9px;font-size:10px}.ph-upsell__toggle:after{width:15px;height:15px;font-size:11px}.ph-upsell--segmented{padding:10px;border-radius:15px}.ph-upsell--segmented .ph-upsell__card{grid-template-columns:46px minmax(0,1fr) auto;gap:9px;padding:8px;border-radius:12px}.ph-upsell--segmented .ph-upsell__media{width:46px;height:46px;border-radius:10px}.ph-upsell--editorial{border-radius:14px}.ph-upsell--editorial .ph-upsell__heading,.ph-upsell--editorial .ph-upsell__sub{padding-inline:12px}.ph-upsell--editorial .ph-upsell__heading{padding-top:12px;font-size:20px}.ph-upsell--editorial .ph-upsell__card{grid-template-columns:54px minmax(0,1fr) auto;gap:10px;padding:10px 12px}.ph-upsell--editorial .ph-upsell__media{width:54px;height:54px;border-radius:12px}.ph-upsell--editorial .ph-upsell__toggle{margin:10px 12px 12px}.ph-upsell--refined-list,.ph-upsell--selectable-grid,.ph-upsell--ritual-flow,.ph-upsell--horizontal-scroll,.ph-upsell--hero-pick{padding:12px;border-radius:14px}.ph-upsell--refined-list .ph-upsell__card{grid-template-columns:48px minmax(0,1fr) auto;gap:9px;padding:9px;border-radius:12px}.ph-upsell--refined-list .ph-upsell__media{width:48px;height:48px}.ph-upsell--refined-list .ph-upsell__copy,.ph-upsell--ritual-flow .ph-upsell__copy,.ph-upsell--hero-pick .ph-upsell__copy{font-size:11.5px;-webkit-line-clamp:2}.ph-upsell--selectable-grid .ph-upsell__list{gap:8px}.ph-upsell--selectable-grid .ph-upsell__card{padding:10px;border-radius:12px}.ph-upsell--selectable-grid .ph-upsell__media{width:58px;height:58px}.ph-upsell--ritual-flow .ph-upsell__card{grid-template-columns:48px minmax(0,1fr) auto;gap:9px;padding:9px}.ph-upsell--ritual-flow .ph-upsell__index{width:24px;height:24px;font-size:9px}.ph-upsell--ritual-flow .ph-upsell__card:after{left:21px}.ph-upsell--ritual-flow .ph-upsell__media{width:48px;height:48px}.ph-upsell--horizontal-scroll .ph-upsell__card{flex-basis:146px}.ph-upsell--horizontal-scroll .ph-upsell__media{height:98px}.ph-upsell--hero-pick .ph-upsell__card:first-child{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;padding:20px 10px 10px;margin-top:14px}.ph-upsell--hero-pick .ph-upsell__card:first-child .ph-upsell__media{width:64px;height:64px}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child){grid-template-columns:40px minmax(0,1fr) auto}.ph-upsell--hero-pick .ph-upsell__card:not(:first-child) .ph-upsell__prices{display:none}.ph-upsell__addons{padding:12px;font-size:13px}}.ph-trans{background:var(--bg-alt, #F4F0E6);border-radius:16px;padding:clamp(32px,4vw,56px) 0 clamp(28px,3vw,40px);margin-block:clamp(16px,2vw,32px);container-type:inline-size;overflow:hidden}.ph-trans__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 clamp(20px,3vw,48px) clamp(20px,2.4vw,32px);max-width:1040px;margin-inline:auto}.ph-trans__copy{min-width:0}.ph-trans__heading{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(22px,2.4vw,30px);font-weight:400;letter-spacing:-.02em;line-height:1.05;margin:0 0 8px;color:var(--ink, #1B1C19)}.ph-trans__sub{font-size:clamp(14px,1.1vw,16px);line-height:1.55;color:var(--ink-muted, #6B6961);margin:0;max-width:56ch}.ph-trans__strip{display:flex;gap:16px;padding:8px clamp(20px,3vw,48px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(20px,3vw,48px);scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:1040px;margin-inline:auto}.ph-trans__strip::-webkit-scrollbar{display:none}.ph-trans__step{flex:0 0 calc((100% - 32px) / 3);min-width:240px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;padding:clamp(20px,2vw,28px);background:var(--bg, #fff);border-radius:14px;scroll-snap-align:start;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;opacity:0;transform:translateY(18px)}.ph-trans__step:hover{transform:translateY(-3px);box-shadow:0 16px 32px -20px #1414122e}.ph-trans[data-trans-reveal].is-revealed .ph-trans__step{opacity:1;transform:translateY(0);transition:opacity .55s ease var(--reveal-delay, 0ms),transform .55s cubic-bezier(.4,0,.2,1) var(--reveal-delay, 0ms),box-shadow .35s ease}.ph-trans[data-trans-reveal].is-revealed .ph-trans__step:hover{transform:translateY(-3px)}.ph-trans__visual{position:relative;width:100%;aspect-ratio:4 / 3;margin-bottom:6px;border-radius:12px;overflow:hidden;background:var(--bg-alt, #F4F0E6);display:grid;place-items:center}.ph-trans__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ph-trans__icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#fff;color:var(--ink, #1B1C19);box-shadow:0 2px 12px #1414120f}.ph-trans__icon svg{width:26px;height:26px}.ph-trans__step-num{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(32px,4vw,52px);font-weight:300;letter-spacing:-.04em;line-height:1;color:var(--accent, #C7553B);margin-top:6px}.ph-trans__step-title{font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:clamp(17px,1.5vw,20px);font-weight:700;letter-spacing:-.005em;color:var(--ink, #1B1C19);margin:4px 0 0;line-height:1.25}.ph-trans__step-desc{font-size:clamp(13px,1vw,15px);line-height:1.55;color:var(--ink-muted, #6B6961);margin:0;max-width:28ch}@container (max-width: 880px){.ph-trans__step{flex-basis:calc((100% - 16px)/2 - 16px)}}@container (max-width: 600px){.ph-trans__head{flex-direction:column;align-items:flex-start}.ph-trans__step{flex-basis:82%;min-width:240px}.ph-trans__visual{aspect-ratio:16 / 10}}@media(prefers-reduced-motion:reduce){.ph-trans__step{opacity:1;transform:none;transition:box-shadow .2s ease}.ph-trans__step:hover{transform:none}}.ph-benefits{padding:clamp(40px,5vw,72px) 0;container-type:inline-size}.ph-benefits__head{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:0 clamp(20px,3vw,48px) clamp(32px,3.4vw,56px);max-width:1040px;margin-inline:auto}.ph-benefits__heading{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(32px,3.4vw,48px);font-weight:400;letter-spacing:-.02em;line-height:1.04;margin:0;color:var(--ink, #1B1C19);max-width:22ch}.ph-benefits__sub{font-size:clamp(14.5px,1.05vw,16px);line-height:1.55;margin:0;color:var(--ink, #1B1C19);opacity:.7;max-width:52ch}.ph-benefits__list{display:flex;flex-direction:column;gap:clamp(48px,5.5vw,88px);max-width:1040px;margin-inline:auto;padding-inline:clamp(20px,3vw,48px)}.ph-benefits__row{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,4.5vw,72px);align-items:center;opacity:0;transform:translateY(20px);transition:opacity .65s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms),transform .65s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms)}.ph-benefits[data-benefits-reveal].is-revealed .ph-benefits__row{opacity:1;transform:translateY(0)}.ph-benefits__row:nth-child(2n)>.ph-benefits__visual{order:2}.ph-benefits__visual{position:relative;aspect-ratio:5 / 4;background:var(--bg-alt, #F4EDE2);border-radius:12px;overflow:hidden;display:grid;place-items:center}.ph-benefits__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1}.ph-benefits__num{position:absolute;top:clamp(14px,1.6vw,22px);left:clamp(16px,1.8vw,24px);z-index:2;font-family:var(--font-display, "Fraunces", serif);font-style:italic;font-weight:300;font-size:clamp(28px,3.2vw,44px);line-height:1;color:var(--accent, #C7553B);letter-spacing:-.01em}.ph-benefits__icon{position:relative;z-index:1;width:clamp(120px,14vw,168px);height:clamp(120px,14vw,168px);display:grid;place-items:center;background:#fff;border-radius:999px;color:var(--ink, #1B1C19);box-shadow:0 24px 48px -28px #1b1c1959,0 8px 18px -12px #1b1c192e}.ph-benefits__icon svg{width:clamp(48px,5.6vw,64px);height:clamp(48px,5.6vw,64px);display:block}.ph-benefits__copy{min-width:0}.ph-benefits__title{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(22px,2.4vw,30px);font-weight:400;letter-spacing:-.015em;line-height:1.18;margin:0 0 clamp(14px,1.4vw,18px);color:var(--ink, #1B1C19);max-width:18ch}.ph-benefits__body{font-size:clamp(15px,1.05vw,16.5px);line-height:1.6;margin:0 0 clamp(14px,1.4vw,18px);color:var(--ink, #1B1C19);max-width:38ch}.ph-benefits__proof{font-size:clamp(13.5px,1vw,14.5px);line-height:1.55;margin:0;color:var(--ink, #1B1C19);opacity:.62;max-width:38ch;position:relative;padding-left:14px}.ph-benefits__proof:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:1px;background:currentColor}@container (max-width: 720px){.ph-benefits__row{grid-template-columns:1fr;gap:clamp(20px,3vw,28px)}.ph-benefits__row:nth-child(2n)>.ph-benefits__visual{order:0}.ph-benefits__visual{aspect-ratio:4 / 3}.ph-benefits__icon{width:72px;height:72px}.ph-benefits__icon svg{width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.ph-benefits__row{opacity:1;transform:none;transition:none}}.ph-benefits__math{margin:clamp(40px,4.5vw,64px) 0 0;padding:clamp(18px,2.4vw,32px) clamp(24px,3.2vw,48px);background:var(--bg-alt, #F4EDE2);border-radius:clamp(16px,1.8vw,22px);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(18px,2.6vw,40px);box-sizing:border-box}.ph-benefits__math-eyebrow{font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted, #6B6961);white-space:nowrap;padding-right:clamp(16px,2.4vw,32px);border-right:1px solid rgba(27,28,25,.14)}.ph-benefits__math-text{display:flex;flex-direction:column;gap:4px}.ph-benefits__math-heading{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(17px,1.5vw,21px);font-weight:400;letter-spacing:-.012em;line-height:1.2;margin:0;color:var(--ink, #1B1C19)}.ph-benefits__math-body{font-family:var(--font-sans, system-ui);font-size:clamp(13px,.95vw,14.5px);line-height:1.5;margin:0;color:var(--ink, #1B1C19);opacity:.72}@container (max-width: 720px){.ph-benefits__math{grid-template-columns:1fr;gap:6px;padding:14px 16px;margin:clamp(28px,5vw,40px) clamp(20px,3vw,48px) 0;border-radius:14px}.ph-benefits__math-eyebrow{padding-right:0;border-right:0;padding-bottom:0;border-bottom:0;font-size:10px}.ph-benefits__math-heading{font-size:15px;line-height:1.25}.ph-benefits__math-body{display:none}}.ph-features{padding:clamp(40px,5vw,72px) 0;container-type:inline-size}.ph-features__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:0 clamp(20px,3vw,48px) clamp(36px,4vw,56px);max-width:720px;margin-inline:auto}.ph-features__heading{font-family:var(--font-display, "Fraunces", serif);font-style:italic;font-size:clamp(28px,3vw,42px);font-weight:400;letter-spacing:-.015em;line-height:1.05;margin:0;color:var(--ink, #1B1C19)}.ph-features__sub{font-size:clamp(14.5px,1.05vw,16px);line-height:1.55;margin:0;color:var(--ink, #1B1C19);opacity:.7;max-width:50ch}.ph-features__rule{display:inline-flex;color:var(--ink, #1B1C19);opacity:.4;margin-top:4px}.ph-features__rule svg{display:block}.ph-features__grid{display:grid;grid-template-columns:1fr;column-gap:clamp(32px,4vw,64px);row-gap:clamp(28px,3.5vw,44px);max-width:1040px;margin-inline:auto;padding-inline:clamp(20px,3vw,48px)}@container (min-width: 640px){.ph-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ph-features__tile{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:clamp(14px,1.6vw,18px);padding-top:clamp(18px,2vw,24px);border-top:1px solid var(--line, #E5E0D5);opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms),transform .55s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms)}.ph-features[data-features-reveal].is-revealed .ph-features__tile{opacity:1;transform:translateY(0)}.ph-features__icon{width:56px;height:56px;display:grid;place-items:center;background:var(--bg-alt, #F4EDE2);border-radius:10px;color:var(--ink, #1B1C19);flex-shrink:0;overflow:hidden}.ph-features__icon svg{width:28px;height:28px;display:block}.ph-features__icon-img{width:100%;height:100%;object-fit:cover;display:block}.ph-features__copy{min-width:0}.ph-features__title{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(18px,1.8vw,22px);font-weight:400;letter-spacing:-.01em;line-height:1.2;margin:0 0 6px;color:var(--ink, #1B1C19);max-width:22ch}.ph-features__body{font-size:clamp(13.5px,1vw,15px);line-height:1.5;margin:0;color:var(--ink, #1B1C19);opacity:.7;max-width:38ch}@container (max-width: 480px){.ph-features__icon{width:48px;height:48px;border-radius:9px}.ph-features__icon svg{width:24px;height:24px}}@media(prefers-reduced-motion:reduce){.ph-features__tile{opacity:1;transform:none;transition:none}}.fold .product-hero__zoom,.product-hero__zoom{position:absolute;bottom:14px;right:14px;z-index:4;width:22px;height:22px;display:grid;place-items:center;background:#ffffffeb;border:1px solid var(--line, #E5E0D5);border-radius:999px;color:var(--ink, #1B1C19);cursor:pointer;padding:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 16px -8px #1b1c1940;transition:transform .15s ease,background .15s ease}.product-hero__zoom svg{width:11px;height:11px}.fold .product-hero__zoom:hover,.product-hero__zoom:hover{transform:scale(1.06);background:#fff}.ph-lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:none;align-items:center;justify-content:center;padding:clamp(16px,4vw,40px);opacity:0;transition:opacity .25s ease}.ph-lb.is-open{display:flex;opacity:1}.ph-lb__stage{display:flex;align-items:center;justify-content:center;margin:0;max-width:100%;max-height:100%}.ph-lb__img{max-width:min(94vw,1400px);max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:12px;background:#1a1a1a;box-shadow:0 30px 80px #00000080}.fold .ph-lb__close,.fold .ph-lb__nav,.ph-lb__close,.ph-lb__nav{-webkit-appearance:none;appearance:none;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);color:#fff;width:44px;height:44px;border-radius:999px;cursor:pointer;display:grid;place-items:center;position:absolute;padding:0;transition:background .15s ease,transform .15s ease,border-color .15s ease}.fold .ph-lb__close:hover,.fold .ph-lb__nav:hover,.ph-lb__close:hover,.ph-lb__nav:hover{background:#ffffff38;border-color:#fff6}.ph-lb__close{top:clamp(16px,2.5vw,28px);right:clamp(16px,2.5vw,28px)}.ph-lb__nav--prev{left:clamp(12px,2vw,24px);top:50%;transform:translateY(-50%)}.ph-lb__nav--next{right:clamp(12px,2vw,24px);top:50%;transform:translateY(-50%)}.fold .ph-lb__nav--prev:hover,.ph-lb__nav--prev:hover{transform:translateY(-50%) translate(-2px)}.fold .ph-lb__nav--next:hover,.ph-lb__nav--next:hover{transform:translateY(-50%) translate(2px)}.ph-lb__counter{position:absolute;bottom:clamp(20px,3vw,36px);left:50%;transform:translate(-50%);color:#ffffffd9;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;font-variant-numeric:tabular-nums;background:#0006;padding:8px 16px;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:600px){.ph-lb{padding:calc(16px + env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom))}.ph-lb__close{top:calc(16px + env(safe-area-inset-top));right:calc(16px + env(safe-area-inset-right))}.ph-lb__nav{width:44px;height:44px}.ph-lb__img{max-height:72vh}.product-hero__zoom{width:22px;height:22px;bottom:9px;right:9px}.product-hero__zoom svg{width:11px;height:11px}}@media(prefers-reduced-motion:reduce){.ph-lb{transition:none}}.ph-rawreviews{position:relative;margin:10px 0;padding:12px;border:1px solid var(--line, #E5E0D5);border-radius:12px;background:radial-gradient(120% 80% at 0% 0%,rgba(199,85,59,.04),transparent 55%),#fbf8f2;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif)}.ph-rawreviews__head{display:flex;flex-direction:column;gap:3px;margin:0 0 8px}.ph-rawreviews__kicker{font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent, #C7553B)}.ph-rawreviews__heading{margin:0;font-family:var(--font-serif, "Fraunces", serif);font-size:15px;font-weight:400;line-height:1.25;color:var(--ink, #1B1C19);letter-spacing:-.01em}.ph-rawreviews__viewport{position:relative;overflow:hidden}.ph-rawreviews__track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.ph-rawreviews__card{flex:0 0 100%;display:grid;grid-template-columns:48px 1fr;gap:12px;padding:0;min-width:0}.ph-rawreviews__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#efe7d6,#e4d6b8);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif, "Fraunces", serif);font-size:19px;font-weight:500;color:var(--ink, #1B1C19);flex-shrink:0}.ph-rawreviews__avatar img{width:100%;height:100%;object-fit:cover;display:block}.ph-rawreviews__body{display:flex;flex-direction:column;justify-content:flex-start;gap:5px;min-width:0}.ph-rawreviews__quote{font-family:var(--font-serif, "Fraunces", serif);font-size:14px;font-weight:400;line-height:1.4;color:var(--ink, #1B1C19);letter-spacing:-.005em}.ph-rawreviews__quote p{margin:0}.ph-rawreviews__quote p+p{margin-top:5px}.ph-rawreviews__meta{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 56px;padding-top:5px;border-top:1px solid rgba(27,28,25,.07)}.ph-rawreviews__name{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:11px;font-style:italic;color:#1b1c198c;letter-spacing:.005em}.ph-rawreviews__country{font-style:normal;margin-left:2px}.ph-rawreviews__stars{display:inline-flex;gap:1px;line-height:1;font-size:11px}.ph-rawreviews__star{color:#1b1c1926}.ph-rawreviews__star.is-filled{color:#e5a93b}.ph-rawreviews__nav{position:absolute;left:50%;bottom:9px;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px;min-height:22px;z-index:2}.ph-rawreviews__arrow{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:2px;line-height:0;color:#1b1c1966;cursor:pointer;border-radius:999px;transition:color .15s,background .15s,transform .15s}.ph-rawreviews__arrow svg{width:12px;height:12px}.ph-rawreviews__arrow:hover{color:var(--ink, #1B1C19);background:#1b1c190d}.ph-rawreviews__arrow:active{transform:scale(.92)}.ph-rawreviews__arrow:focus-visible{outline:2px solid var(--ink, #1B1C19);outline-offset:2px}.ph-rawreviews__dots{display:flex;align-items:center;gap:6px}.ph-rawreviews__dot{-webkit-appearance:none;appearance:none;background:#1b1c1929;border:0;width:5px;height:5px;border-radius:50%;padding:0;cursor:pointer;transition:background .2s,transform .2s,width .2s}.ph-rawreviews__dot:hover{background:#1b1c1966}.ph-rawreviews__dot.is-active{background:var(--ink, #1B1C19);width:15px;border-radius:3px}.ph-rawreviews__dot:focus-visible{outline:2px solid var(--ink, #1B1C19);outline-offset:2px}@media(max-width:480px){.ph-rawreviews{margin:8px 0;padding:10px}.ph-rawreviews__heading{font-size:14px}.ph-rawreviews__avatar{width:42px;height:42px;font-size:16px}.ph-rawreviews__card{grid-template-columns:42px 1fr;gap:10px}.ph-rawreviews__quote{font-size:13px}.ph-rawreviews__nav{bottom:7px;min-height:20px}}@media(prefers-reduced-motion:reduce){.ph-rawreviews__track{transition:none}}.ph-mini-reviews{margin:14px 0 0;padding:14px 16px 4px;border:1px solid rgba(199,85,59,.18);border-radius:14px;background:radial-gradient(120% 140% at 0% 0%,rgba(247,181,150,.16),transparent 55%),linear-gradient(180deg,#faf6ee,#f4ede2)}.ph-mini-reviews__viewport{position:relative;display:grid;overflow:hidden}.ph-mini-reviews__slide{grid-area:1 / 1;display:flex;flex-direction:column;gap:10px;opacity:0;transform:translate(18px);transition:opacity .32s ease,transform .42s cubic-bezier(.2,.8,.2,1);pointer-events:none}.ph-mini-reviews__slide.is-active{opacity:1;transform:translate(0);pointer-events:auto;z-index:1}.ph-mini-reviews[data-direction=prev] .ph-mini-reviews__slide:not(.is-active){transform:translate(-18px)}@media(prefers-reduced-motion:reduce){.ph-mini-reviews__slide{transition:opacity .2s ease;transform:none}.ph-mini-reviews[data-direction=prev] .ph-mini-reviews__slide:not(.is-active){transform:none}}.ph-mini-reviews__body{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center}.ph-mini-reviews__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--bg-alt, #F4EDE2);display:grid;place-items:center;font-family:var(--font-sans, system-ui);font-size:18px;font-weight:600;color:var(--ink, #1B1C19)}.ph-mini-reviews__avatar--empty{letter-spacing:0}.ph-mini-reviews__text{margin:0;font-family:var(--font-sans, system-ui);font-size:13.5px;line-height:1.45;color:var(--ink, #1B1C19)}.ph-mini-reviews__foot{display:flex;align-items:center;gap:10px;padding-top:8px;border-top:1px solid rgba(199,85,59,.16)}.ph-mini-reviews__name{font-family:var(--font-sans, system-ui);font-size:12.5px;font-style:italic;color:var(--ink-muted, #6B6961)}.ph-mini-reviews__stars{display:inline-flex;gap:1px;font-size:13px;line-height:1}.ph-mini-reviews__star{color:#1b1c192e}.ph-mini-reviews__star.is-full{color:#f4b740}.ph-mini-reviews__controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:6px}.ph-mini-reviews__nav{display:grid;place-items:center;width:26px;height:26px;background:transparent;border:0;padding:0;border-radius:50%;cursor:pointer;color:#1b1c198c;transition:color .15s ease,background .15s ease}.ph-mini-reviews__nav:hover{color:var(--ink, #1B1C19);background:#1b1c190a}.ph-mini-reviews__dots{display:inline-flex;gap:8px}.ph-mini-reviews__dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#1b1c1933;cursor:pointer;transition:background .15s ease,transform .15s ease}.ph-mini-reviews__dot:hover{background:#1b1c1973}.ph-mini-reviews__dot.is-active{background:var(--ink, #1B1C19);transform:scale(1.1)}.ph-howto{display:block;margin:-6px 0 -2px}.ph-howto__trigger{display:inline-flex;align-items:center;gap:7px;background:transparent;border:0;padding:0;cursor:pointer;font-family:var(--font-sans, system-ui);font-size:12.5px;font-weight:600;letter-spacing:.01em;color:var(--ink, #1B1C19);text-decoration:none;transition:color .15s ease}.ph-howto__label{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:#1b1c1959;transition:text-decoration-color .15s ease,color .15s ease}.ph-howto__trigger:hover{color:var(--accent, #C7553B)}.ph-howto__trigger:hover .ph-howto__label{text-decoration-color:var(--accent, #C7553B);color:var(--accent, #C7553B)}.ph-howto__plus{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--accent, #C7553B);color:#fff;font-family:var(--font-sans, system-ui);font-size:14px;line-height:1;font-weight:400;text-decoration:none;text-indent:0;padding-bottom:1px;transition:transform .55s cubic-bezier(.45,.05,.15,1),background .15s ease}.ph-howto__trigger:hover .ph-howto__plus{transform:rotate(360deg);background:var(--ink, #1B1C19)}@media(prefers-reduced-motion:reduce){.ph-howto__plus{transition:background .15s ease}.ph-howto__trigger:hover .ph-howto__plus{transform:none}}.ph-howto__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .22s ease}.ph-howto__overlay[hidden]{display:none}.ph-howto__overlay.is-open{opacity:1}.ph-howto__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1b1c198c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ph-howto__panel{position:relative;width:min(560px,100%);max-height:calc(100vh - 48px);overflow-y:auto;background:linear-gradient(180deg,#faf6ee,#f4ede2);border-radius:18px;padding:clamp(24px,3vw,36px);box-shadow:0 32px 64px -24px #1b1c1973;transform:translateY(8px);transition:transform .28s cubic-bezier(.2,.8,.2,1)}.ph-howto__overlay.is-open .ph-howto__panel{transform:translateY(0)}.ph-howto__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#1b1c190f;border:0;cursor:pointer;color:var(--ink, #1B1C19);transition:background .15s ease}.ph-howto__close:hover{background:#1b1c191f}.ph-howto__eyebrow{display:inline-block;font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent, #C7553B);margin-bottom:10px}.ph-howto__heading{font-family:var(--font-display, "Fraunces", serif);font-size:clamp(22px,2.4vw,30px);font-weight:400;letter-spacing:-.018em;line-height:1.15;margin:0;color:var(--ink, #1B1C19)}.ph-howto__sub{font-family:var(--font-sans, system-ui);font-size:14px;line-height:1.5;color:var(--ink, #1B1C19);opacity:.72;margin:8px 0 22px;max-width:44ch}.ph-howto__steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.ph-howto__step{display:grid;grid-template-columns:88px 1fr;gap:16px;align-items:center}.ph-howto__step-media{width:88px;height:88px;border-radius:14px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 18px -14px #1b1c1933}.ph-howto__step-img{width:100%;height:100%;object-fit:cover}.ph-howto__step-num{font-family:var(--font-display, "Fraunces", serif);font-style:italic;font-weight:300;font-size:38px;line-height:1;color:var(--accent, #C7553B)}.ph-howto__step-body{min-width:0}.ph-howto__step-label{display:block;font-family:var(--font-mono, ui-monospace, monospace);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted, #6B6961);margin-bottom:4px}.ph-howto__step-title{font-family:var(--font-display, "Fraunces", serif);font-size:17px;font-weight:400;letter-spacing:-.012em;margin:0 0 4px;color:var(--ink, #1B1C19)}.ph-howto__step-desc{font-family:var(--font-sans, system-ui);font-size:13.5px;line-height:1.5;color:var(--ink, #1B1C19);opacity:.78;margin:0}@media(max-width:520px){.ph-howto__step{grid-template-columns:64px 1fr;gap:14px}.ph-howto__step-media{width:64px;height:64px}.ph-howto__step-num{font-size:28px}.ph-howto__step-title{font-size:15.5px}.ph-howto__step-desc{font-size:13px}}@media(prefers-reduced-motion:reduce){.ph-howto__overlay,.ph-howto__panel{transition:none}}.vs__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 10px;padding:0 2px}.vs__header-eyebrow{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted, #6B6961)}.vs__header-value{font-family:var(--font-display, "Fraunces", serif);font-size:17px;font-weight:600;letter-spacing:-.005em;color:var(--ink, #1B1C19);text-transform:capitalize}.vs__size-check{position:absolute;right:12px;bottom:12px;width:22px;height:22px;border-radius:50%;background:#fff;border:1.5px solid var(--line-strong, #C9C2B2);display:grid;place-items:center;color:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.vs__size.is-active .vs__size-check{background:var(--ink, #1B1C19);border-color:var(--ink, #1B1C19);color:#fff}.vs__size-check svg{display:block}.t-product--prosperity-pot .vs__sizes--cards:has([data-option-value=gold]),.t-product--prosperity-pot .vs__sizes--cards:has([data-option-value=silver]){gap:14px;margin-top:4px;background:var(--bg-alt, #F4EDE2);padding:14px;border-radius:14px}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch{padding:0;background:#fff;border-radius:12px;align-items:stretch;text-align:left;overflow:hidden;gap:0;position:relative;display:grid;grid-template-rows:84px 42px}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch.is-active{padding:0;border-width:2px;background:#fff}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch .vs__size-swatch{display:block;width:100%;height:84px;border-radius:0;margin:0;border:0;box-shadow:none;position:relative;overflow:hidden}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch .vs__size-swatch:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 70% at 50% -10%,#ffffff6b,#fff0 55%),radial-gradient(ellipse 120% 60% at 50% 110%,#00000024,#0000 55%);pointer-events:none}.t-product--prosperity-pot .vs__sizes--cards [data-option-value=gold] .vs__size-swatch{background:linear-gradient(180deg,#efd78e,#d9b05a,#b0832f 70%,#c9a348)!important}.t-product--prosperity-pot .vs__sizes--cards [data-option-value=silver] .vs__size-swatch{background:linear-gradient(180deg,#f0f0f0,#c9c9c9,#999 70%,#b5b5b5)!important}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch:hover .vs__size-swatch{transform:none}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch.is-active .vs__size-swatch{box-shadow:inset 0 0 0 1px #0000000d}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch .vs__size-name{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:15px;font-weight:700;text-transform:capitalize;letter-spacing:-.005em;line-height:1.1;padding:0 44px 0 16px;text-align:left;align-self:center;justify-self:start}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch .vs__size-sub{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:12px;font-weight:400;text-transform:none;letter-spacing:0;color:var(--ink-muted, #6B6961);padding:2px 16px 0;text-align:left;margin-top:2px}.t-product--prosperity-pot .vs__sizes--cards .vs__size-check{position:absolute;right:14px;top:84px;bottom:0;margin:auto 0;height:22px}@media(max-width:480px){.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch{grid-template-rows:67px 32px}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch .vs__size-swatch{height:67px}.t-product--prosperity-pot .vs__sizes--cards .vs__size--swatch .vs__size-name{font-size:14px}.t-product--prosperity-pot .vs__sizes--cards .vs__size-check{top:67px;width:20px;height:20px}}.vs__group--segmented{background:var(--bg-alt, #F4EDE2);padding:14px;border-radius:14px;display:flex;flex-direction:column;gap:12px}.vs__group--segmented .vs__header{margin:0 6px;padding:0}.vs__sizes--segmented{display:flex!important;grid-template-columns:none!important;gap:4px;background:#ffffff8c;padding:5px;border-radius:999px;margin:0}.vs__sizes--segmented .vs__size{flex:1;border:0!important;background:transparent!important;padding:11px 18px!important;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:10px;text-align:center;position:relative;transition:background .15s ease,box-shadow .15s ease}.vs__sizes--segmented .vs__size:hover{background:#ffffffbf!important}.vs__sizes--segmented .vs__size.is-active{background:#fff!important;box-shadow:0 1px 2px #0000000a,0 2px 8px #0000000d}.vs__sizes--segmented .vs__size-swatch{width:18px!important;height:18px!important;border-radius:50%!important;margin:0!important;flex:0 0 18px;box-shadow:inset 0 -2px 4px #0003,inset 0 2px 3px #ffffff8c;border:0!important}.vs__sizes--segmented .vs__size-swatch:after{display:none!important}.vs__sizes--segmented .vs__size--swatch.is-active .vs__size-swatch{box-shadow:inset 0 -2px 4px #0003,inset 0 2px 3px #ffffff8c!important}.vs__sizes--segmented .vs__size-name{padding:0!important;font-family:var(--font-display, "Fraunces", serif);font-size:15.5px;font-weight:600;text-transform:capitalize;letter-spacing:-.005em;color:var(--ink, #1B1C19);height:auto}.vs__sizes--segmented .vs__size-check,.vs__sizes--segmented .vs__size-sub,.vs__sizes--segmented .vs__size-price{display:none!important}.t-product--prosperity-pot .vs__sizes--segmented [data-option-value=gold] .vs__size-swatch{background:linear-gradient(180deg,#efd78e,#d9b05a,#b0832f 70%,#c9a348)!important}.t-product--prosperity-pot .vs__sizes--segmented [data-option-value=silver] .vs__size-swatch{background:linear-gradient(180deg,#f0f0f0,#c9c9c9,#999 70%,#b5b5b5)!important}.t-product--prosperity-pot .vs__group--segmented .vs__sizes--cols-2{background:transparent;padding:0;margin-top:0}.vs__group--list{background:var(--bg-alt, #F4EDE2);padding:14px;border-radius:14px;display:flex;flex-direction:column;gap:12px}.vs__group--list .vs__header{margin:0 4px 4px;padding:0}.vs__sizes--list{display:flex!important;flex-direction:column;gap:8px;grid-template-columns:none!important;padding:0;margin:0;background:transparent}.vs__sizes--list .vs__size{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center;gap:12px;padding:8px 12px!important;border:1.5px solid transparent!important;border-radius:10px;background:#ffffff8c!important;text-align:left;position:relative;transition:background .15s ease,border-color .15s ease}.vs__sizes--list .vs__size:hover{background:#ffffffd9!important}.vs__sizes--list .vs__size.is-active{background:#fff!important;border-color:var(--ink, #1B1C19)!important;border-width:1.5px!important}.vs__sizes--list .vs__size-swatch{width:40px!important;height:40px!important;border-radius:8px!important;margin:0!important;flex:0 0 40px;box-shadow:inset 0 -3px 6px #0000002e,inset 0 2px 4px #ffffff8c!important;border:0!important;position:relative;overflow:hidden}.vs__sizes--list .vs__size-swatch:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 70% at 50% -10%,#fff6,#fff0 55%);pointer-events:none;display:block!important}.vs__sizes--list .vs__size-name{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:15px;font-weight:700;color:var(--ink, #1B1C19);padding:0!important;text-align:left;align-self:center;justify-self:start;text-transform:capitalize;letter-spacing:-.005em;line-height:1.15}.vs__sizes--list .vs__size-sub,.vs__sizes--list .vs__size-price{display:none!important}.vs__sizes--list .vs__size-check{position:relative!important;right:auto!important;top:auto!important;bottom:auto!important;margin:0!important;width:20px!important;height:20px!important;align-self:center;justify-self:end}.vs__sizes--list .vs__size--swatch.is-active .vs__size-swatch{box-shadow:inset 0 -3px 6px #0000002e,inset 0 2px 4px #ffffff8c!important}.t-product--prosperity-pot .vs__sizes--list [data-option-value=gold] .vs__size-swatch{background:linear-gradient(180deg,#efd78e,#d9b05a,#b0832f 70%,#c9a348)!important}.t-product--prosperity-pot .vs__sizes--list [data-option-value=silver] .vs__size-swatch{background:linear-gradient(180deg,#f0f0f0,#c9c9c9,#999 70%,#b5b5b5)!important}.vs__gift-feature{display:grid;grid-template-columns:80px 1fr;gap:12px;margin:14px 0 0;padding:10px;background:#b0832f1a;border:1px solid rgba(176,131,47,.22);border-radius:12px;position:relative}.vs__gift-feature-img{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#fff}.vs__gift-feature-img img{width:100%;height:100%;object-fit:cover;display:block}.vs__gift-feature-pill{position:absolute;top:0;right:18px;transform:translateY(-50%);font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:#8e661e;padding:2px 8px;border-radius:999px;line-height:1.3;white-space:nowrap;z-index:1;box-shadow:0 1px 4px #1414121f}.vs__gift-feature-body{display:flex;flex-direction:column;gap:2px;justify-content:center;min-width:0}.vs__gift-feature-eyebrow{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8e661e;line-height:1.2}.vs__gift-feature-title{margin:1px 0 0;font-family:var(--font-display, "Fraunces", serif);font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.15;color:var(--ink, #1B1C19)}.vs__gift-feature-worth{margin:2px 0 0;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:11.5px;font-weight:700;letter-spacing:.02em;color:#8e661e;line-height:1.2}.vs__gift-feature-text{margin:3px 0 0;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:11px;line-height:1.4;color:var(--ink-muted, #6B6961)}@media(max-width:480px){.vs__gift-feature{grid-template-columns:68px 1fr;gap:10px;padding:10px}.vs__gift-feature-img{width:68px;height:68px}.vs__gift-feature-title{font-size:15px}}.vs__gift-line{display:flex;align-items:flex-start;gap:10px;margin:0;padding:11px 14px;background:#b0832f1a;border:1px solid rgba(176,131,47,.22);border-radius:12px}.vs__gift-line-icon{flex-shrink:0;color:#8e661e;margin-top:1px;display:grid;place-items:center}.vs__gift-line-icon svg{display:block}.vs__gift-line-text{margin:0;font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:13px;font-weight:400;line-height:1.4;color:var(--ink, #1B1C19)}.vs__gift-line-text strong{color:#8e661e;font-weight:700}.vs__gift-pill{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;margin:22px 0 0;padding:12px;background:#c9a24a14;border:1px solid rgba(201,162,74,.18);border-radius:12px;position:relative}.vs__gift-pill-thumb{width:48px;height:48px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.06);overflow:hidden;display:grid;place-items:center}.vs__gift-pill-thumb img{width:100%;height:100%;object-fit:cover}.vs__gift-pill-floating-badge{position:absolute;top:0;right:18px;transform:translateY(-50%);font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:#8e661e;padding:2px 8px;border-radius:999px;line-height:1.3;white-space:nowrap;z-index:1;box-shadow:0 1px 4px #1414121f}.vs__gift-pill-text{display:flex;flex-direction:column;gap:1px;min-width:0}.vs__gift-pill-title{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:13.5px;font-weight:700;color:var(--ink, #1B1C19);line-height:1.25}.vs__gift-pill-worth{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:12px;font-weight:700;color:var(--ink, #1B1C19);line-height:1.3;margin-top:1px}.vs__gift-pill-note{font-family:var(--font-sans, "Work Sans", system-ui, sans-serif);font-size:11.5px;font-weight:400;color:var(--ink-muted, #6B6961);line-height:1.35;margin-top:1px}@media(max-width:480px){.vs__gift-pill{margin-top:14px;padding:10px}.vs__gift-pill-title{font-size:14.5px;color:#8e661e}.vs__gift-feature{margin-top:10px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/fold-product-hero.css.map */
