:root{font-family:Aptos,Trebuchet MS,sans-serif;--store-bg: #f6f1e6;--store-surface: #fffaf3;--store-surface-soft: #f3eadc;--store-text: #4a2f22;--store-muted: #7a685b;--store-primary: #6f7f52;--store-primary-2: #3e4b3a;--store-accent: #c86b44;--store-accent-2: #eadcc6;--store-dark: #4a2f22;--store-border: rgba(111, 127, 82, .12);--store-shadow: 0 18px 40px rgba(74, 47, 34, .06);background:var(--store-bg);color:var(--store-text)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(217,162,125,.12),transparent 24%),radial-gradient(circle at top right,rgba(111,127,82,.08),transparent 20%),linear-gradient(180deg,#faf5ec,#f6f1e6)}a{color:inherit}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.surface{background:var(--store-surface);border:1px solid var(--store-border);border-radius:28px;padding:24px;box-shadow:var(--store-shadow)}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:28px;align-items:stretch;padding:34px;border-radius:36px;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.4),transparent 18%),linear-gradient(135deg,#f1e9d7,#ece2ca 38%,#dce6df 38%,#f6f3ec);border:1px solid rgba(25,44,36,.06);box-shadow:0 24px 54px #22312c14}.hero:after{content:"";position:absolute;inset:auto -10% -20% auto;width:320px;height:320px;border-radius:999px;background:#ffffff1f;filter:blur(10px)}.stack{display:grid;gap:22px}.cards{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pill{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:#ece5d6e6;color:#556357;font-weight:800;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.primary-btn,.outline-btn,.dark-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 18px;border-radius:999px;border:0;cursor:pointer;text-decoration:none;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-btn:hover,.outline-btn:hover,.dark-btn:hover{transform:translateY(-1px)}.primary-btn{background:linear-gradient(135deg,var(--store-primary),var(--store-primary-2));color:#fffdf5;box-shadow:0 16px 30px #0c3b2d2e}.dark-btn{background:var(--store-dark);color:#fffef8;box-shadow:0 14px 28px #11111129}.outline-btn{background:#ffffffbd;color:var(--store-text);border:1px solid rgba(17,17,17,.08)}.field-grid{display:grid;gap:12px}.field-grid input,.field-grid select,.field-grid textarea{width:100%;border:1px solid rgba(17,17,17,.09);border-radius:18px;padding:14px 16px;background:#fffefb}.muted{color:var(--store-muted);line-height:1.55}.section-title{display:flex;align-items:center;justify-content:space-between;gap:14px}.section-title h2,.section-title h3,.section-title p{margin:0}.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,245px);gap:18px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none}.product-rail::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;display:grid;gap:14px;min-height:100%;padding:18px;border-radius:28px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 18px 34px #1111110f}.product-image{position:relative;overflow:hidden;border-radius:24px;aspect-ratio:1/1;background:linear-gradient(140deg,#ffd328eb,#fff4baf0 48%,#11533a2e)}.product-image img{width:100%;height:100%;object-fit:cover}.product-fallback{width:100%;height:100%;display:grid;place-items:center;padding:18px;text-align:center;color:#174231;font-size:1.35rem;font-weight:900;line-height:1.1;white-space:pre-line}.price-tag{font-size:1.3rem;font-weight:900;letter-spacing:-.03em}.hero-copy,.hero-visual{position:relative;z-index:1}.hero-copy{display:grid;align-content:center;gap:16px}.hero-copy h1,.hero-copy p,.hero-visual h3,.hero-visual p{margin:0}.hero-copy h1{font-size:clamp(2.6rem,6vw,4.8rem);line-height:.94;letter-spacing:-.06em;max-width:620px}.hero-visual{display:grid;align-content:center}.hero-product-card{margin-left:auto;display:grid;gap:18px;width:min(100%,360px);padding:22px;border-radius:30px;background:#fffdf8f5;border:1px solid rgba(25,44,36,.08);box-shadow:0 18px 38px #1c292414}.hero-dots{display:flex;gap:8px;align-items:center}.hero-dots button,.rail-controls button{width:42px;height:42px;border-radius:999px;border:1px solid rgba(17,17,17,.08);background:#fff;cursor:pointer}.hero-dots button.is-active{background:var(--store-dark)}.hero-dots button.is-active:after{background:#fff}.hero-dots button:after{content:"";display:block;width:10px;height:10px;margin:auto;border-radius:999px;background:#111}.rail-controls{display:flex;gap:8px}.catalog-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.catalog-card{display:grid;gap:14px;padding:18px;border-radius:28px;background:#ffffffeb;border:1px solid rgba(17,17,17,.08);box-shadow:0 18px 34px #1111110d}.catalog-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:18px;border-radius:26px;background:#fffc;border:1px solid rgba(17,17,17,.08);box-shadow:0 18px 34px #1111110d}.detail-layout{display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.detail-gallery{overflow:hidden;border-radius:34px;background:linear-gradient(145deg,#ffd328f0,#fff5cbeb 48%,#0c3b2d38);min-height:520px}.detail-gallery img{width:100%;height:100%;object-fit:cover}.detail-placeholder{width:100%;min-height:520px;display:grid;place-items:center;padding:30px;font-size:clamp(2rem,5vw,3.6rem);font-weight:900;text-align:center;line-height:.92;color:#154534;white-space:pre-line}.packaging-grid{display:grid;gap:12px}.packaging-card{display:grid;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(17,17,17,.08);background:#fff}.minimal-card{display:grid;gap:10px;padding:28px;border-radius:30px;background:#fffffff0;border:1px solid rgba(17,17,17,.08);box-shadow:0 22px 44px #1111110f}.minimal-card h1,.minimal-card h2,.minimal-card h3,.minimal-card p{margin:0}.public-order-shell{padding-bottom:120px}.public-order-hero{min-height:0;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr)}.public-order-kpis{display:flex;gap:12px;flex-wrap:wrap}.public-order-kpis div{display:inline-grid;gap:4px;min-width:94px;padding:12px 14px;border-radius:20px;background:#fffdf8e6}.public-order-kpis strong{font-size:1.2rem}.public-order-sidecard h3,.public-order-sidecard p{margin:0}.public-order-step,.public-order-section,.public-order-success{display:grid;gap:16px}.public-order-state,.public-order-note{font-size:.9rem;font-weight:700;color:var(--store-primary)}.public-order-phone-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}.public-order-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.public-known-customer{display:grid;gap:10px;padding:18px;border-radius:22px;background:var(--store-surface-soft);border:1px solid rgba(33,73,56,.08)}.public-field{display:grid;gap:8px}.public-field span{font-size:.82rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--store-muted)}.public-field small{color:var(--store-muted)}.public-field input,.public-field textarea{width:100%;border:1px solid rgba(17,17,17,.09);border-radius:18px;padding:14px 16px;background:#fffefb}.public-inline-help,.public-inline-error{margin:0;font-size:.95rem}.public-inline-help{color:var(--store-muted)}.public-inline-error{color:#ad2f1f;font-weight:700}.public-product-list{display:grid;gap:12px}.public-product-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border-radius:24px;border:1px solid rgba(17,17,17,.08);background:#fffdf9}.public-product-copy{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}.public-product-media,.public-product-fallback{overflow:hidden;display:grid;place-items:center;width:72px;height:72px;border-radius:20px;background:linear-gradient(145deg,#ffd328eb,#fff5cbeb 48%,#0c3b2d29)}.public-product-media img{width:100%;height:100%;object-fit:cover}.public-product-fallback{padding:10px;text-align:center;color:#174231;font-size:.92rem;font-weight:900;line-height:1;white-space:pre-line}.public-product-text{display:grid;gap:4px}.public-product-text strong{font-size:1rem}.public-product-text span,.public-product-text small{color:var(--store-muted)}.public-stepper{display:inline-grid;grid-template-columns:42px minmax(36px,auto) 42px;align-items:center;justify-items:center;gap:6px;padding:6px;border-radius:999px;background:#1111110d}.public-stepper button{width:42px;height:42px;border:0;border-radius:999px;background:#fff;font-size:1.2rem;font-weight:900;cursor:pointer}.public-day-grid{display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr))}.public-day-chip{display:grid;gap:4px;padding:14px 12px;border:1px solid rgba(17,17,17,.08);border-radius:20px;background:#fffefb;text-align:left;cursor:pointer}.public-day-chip strong{font-size:1rem;text-transform:capitalize}.public-day-chip span{color:var(--store-muted)}.public-day-chip.is-active{background:#21493814;border-color:#21493838}.public-order-footer{position:sticky;bottom:14px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:22px;background:#0c3b2df5;color:#fffef8;box-shadow:0 22px 40px #0c3b2d38}.public-order-footer div{display:grid;gap:2px}.public-delivery-note{display:grid;gap:6px;padding:14px 16px;border-radius:18px;background:#2149380f;border:1px solid rgba(33,73,56,.08)}.public-order-footer small{color:#fffef8c7}.public-order-footer .primary-btn{min-width:190px;box-shadow:none}.public-order-success-grid{display:flex;gap:12px;flex-wrap:wrap}.public-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}@media (max-width: 960px){.hero,.detail-layout,.catalog-toolbar,.public-order-hero,.public-order-grid,.public-order-phone-row,.public-day-grid{grid-template-columns:1fr}.hero-copy h1{max-width:none}.hero-product-card{width:100%;margin-left:0}}@media (max-width: 640px){.surface,.hero,.minimal-card{padding:18px;border-radius:24px}.public-order-step,.public-order-section,.public-order-success{padding:18px}.product-rail{grid-auto-columns:minmax(210px,210px)}.detail-gallery,.detail-placeholder{min-height:340px}.public-product-card{grid-template-columns:1fr}.public-product-copy{grid-template-columns:64px minmax(0,1fr)}.public-order-footer{flex-direction:column;align-items:stretch;bottom:10px}.public-order-footer .primary-btn{width:100%;min-width:0}}.earth-order-page{--earth-brown: #4a2f22;--earth-terracotta: #c86b44;--earth-clay: #d9a27d;--earth-sand: #eadcc6;--earth-cream: #f6f1e6;--earth-cream-soft: #fffaf3;--earth-olive: #6f7f52;--earth-moss: #3e4b3a;--earth-muted: #816f60;display:grid;gap:1rem;width:min(100%,1200px);margin:0 auto;padding:1rem 0 7rem}.earth-hero-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(14rem,.62fr) minmax(18rem,.72fr);gap:1rem;padding:1.4rem;border-radius:2.15rem;background:#fffaf3;border:1px solid rgba(111,127,82,.12);box-shadow:0 14px 34px #4a2f220b}.earth-hero-copy,.earth-hero-side{display:grid;gap:1rem;align-content:start}.earth-hero-title{margin:0;color:var(--earth-brown);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.9rem,7vw,5.4rem);line-height:.92;letter-spacing:-.06em}.earth-hero-title span{display:block}.earth-hero-title .is-highlight{color:var(--earth-terracotta)}.earth-hero-description,.earth-hero-side p{margin:0;color:var(--earth-muted);line-height:1.65;font-size:1rem}.earth-hero-notes{display:grid;gap:.55rem}.earth-hero-notes p{margin:0;color:var(--earth-muted);line-height:1.55;font-size:.96rem}.earth-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.earth-hero-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:.4rem}.earth-hero-step{position:relative;display:grid;gap:.55rem}.earth-hero-step__line{position:absolute;top:1rem;left:3.2rem;right:.2rem;height:1px;background:#6f7f5238}.earth-hero-step__index{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#f0e4d3;color:var(--earth-brown);font-weight:800}.earth-hero-step:first-child .earth-hero-step__index{background:var(--earth-terracotta);color:#fffaf3}.earth-hero-step strong{color:var(--earth-brown);font-size:1rem}.earth-hero-visual{display:grid;place-items:center;min-height:100%}.earth-hero-logo-wrap{display:grid;gap:.9rem;justify-items:center;width:min(100%,20rem)}.earth-hero-logo{width:min(100%,18rem);height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(74,47,34,.08))}.earth-hero-logo-note{color:var(--earth-muted);font-size:.92rem;font-weight:700;text-align:center}.earth-hero-side{padding:1.35rem;border-radius:1.9rem;background:#f8f1e8;border:1px solid rgba(111,127,82,.08)}.earth-hero-side h2{margin:0;color:var(--earth-brown);font-size:2rem;line-height:1.1;letter-spacing:-.04em}.earth-phone-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end}.earth-step-feedback{display:grid;gap:.35rem}.earth-feedback,.earth-subtle{margin:0;line-height:1.55}.earth-feedback{color:var(--earth-muted)}.earth-feedback--error{color:#a45536}.earth-subtle{color:#806f61}.earth-known-tag{display:inline-flex;width:fit-content;padding:.4rem .7rem;border-radius:999px;background:#e9efdf;color:var(--earth-olive);font-weight:700}.earth-known-box{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:1.25rem;background:#f4ede2;border:1px solid rgba(111,127,82,.1)}.earth-known-box strong{display:block;color:var(--earth-brown);margin-bottom:.2rem}.earth-known-box p{margin:0;color:var(--earth-muted)}.earth-three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.earth-total-badge{color:var(--earth-brown);font-size:1.8rem;font-weight:900;letter-spacing:-.04em}.earth-product-list{display:grid;gap:.85rem}.earth-product-row{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;padding:.8rem;border-radius:1.45rem;border:1px solid rgba(111,127,82,.12);background:#fffdf8}.earth-product-media,.earth-product-fallback{width:4.75rem;height:4.75rem;border-radius:1.1rem;overflow:hidden;flex:0 0 auto}.earth-product-media{background:linear-gradient(180deg,#f8efde,#e7d2bf)}.earth-product-media img{width:100%;height:100%;object-fit:cover}.earth-product-fallback{display:grid;place-items:center;padding:.6rem;background:linear-gradient(180deg,#f4e4cf,#eadcc6);color:var(--earth-brown);font-weight:800;text-align:center;line-height:1.05;white-space:pre-line}.earth-product-copy{display:grid;gap:.18rem}.earth-product-copy strong{color:var(--earth-brown);font-size:1.25rem}.earth-product-copy span,.earth-product-copy small{color:var(--earth-muted)}.earth-day-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.earth-card-note{max-width:18rem;color:var(--earth-muted);font-size:.96rem;line-height:1.45;text-align:right}.earth-delivery-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.1rem;border-radius:1.3rem;background:#f4ede2;border:1px solid rgba(111,127,82,.1);color:var(--earth-brown)}.earth-delivery-option.is-selected{border-color:#6f7f5280;background:#eef2e5}.earth-delivery-option__copy{display:grid;gap:.25rem}.earth-delivery-option__copy p,.earth-delivery-option__copy small{margin:0;color:var(--earth-muted);line-height:1.5}.earth-delivery-option__copy small{color:var(--earth-olive-dark);font-weight:800}.earth-delivery-option__button{min-height:2.9rem;padding:0 1rem;border:1px solid rgba(111,127,82,.22);border-radius:1rem;background:#fffdf8;color:var(--earth-olive-dark);font-weight:800;cursor:pointer}.earth-delivery-option__button.is-selected{background:var(--earth-olive-dark);color:#fffaf3}.earth-payment-choice{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.1rem;border-radius:1.3rem;background:#fffdf8;border:1px solid rgba(200,107,68,.18);color:var(--earth-brown)}.earth-payment-choice.is-selected{background:#f8efe7;border-color:#c86b447a}.earth-payment-choice__copy{display:grid;gap:.45rem}.earth-payment-choice__copy h3,.earth-payment-choice__copy p{margin:0}.earth-payment-choice__copy h3{color:var(--earth-brown);font-family:Georgia,Times New Roman,serif;font-size:1.7rem;line-height:1.05;letter-spacing:-.04em}.earth-payment-choice__copy p{color:var(--earth-muted);line-height:1.55}.earth-payment-choice__copy strong{color:var(--earth-brown)}.earth-payment-choice__button{min-height:3rem;padding:0 1.05rem;border:1px solid rgba(200,107,68,.38);border-radius:1rem;background:#fffaf3;color:var(--earth-terracotta);font-weight:900;cursor:pointer}.earth-payment-choice__button.is-selected{background:var(--earth-terracotta);color:#fffaf3}.earth-payment-panel{display:grid;gap:.9rem;padding:1rem 1.1rem;border-radius:1.3rem;background:#f4ede2;border:1px solid rgba(111,127,82,.12)}.earth-payment-panel p{margin:0;color:var(--earth-muted);line-height:1.6}.earth-payment-panel__key{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:1.1rem;background:#fffdf8;border:1px solid rgba(111,127,82,.1)}.earth-payment-panel__key span{color:var(--earth-muted);font-weight:800;letter-spacing:.04em;text-transform:uppercase}.earth-payment-panel__key strong{color:var(--earth-brown);font-size:1.65rem;letter-spacing:-.03em}.earth-payment-panel__actions{display:flex;flex-wrap:wrap;gap:.75rem}.earth-sticky-space{height:8.6rem}.earth-mobile-final-summary{display:none}.earth-sticky-wrap{position:fixed;left:50%;bottom:1rem;z-index:25;width:min(100vw - 2rem,70rem);transform:translate(-50%)}.earth-submit-error{text-align:center;margin-top:-.35rem}.earth-order-honeypot{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.earth-order-success-view{padding-bottom:2rem}.earth-success-copy{display:grid;gap:.8rem}.earth-success-copy h2{margin:0;color:var(--earth-brown);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5vw,4rem);line-height:.95;letter-spacing:-.05em}.earth-success-copy p{margin:0;color:var(--earth-muted);line-height:1.6}.earth-success-payment{display:grid;gap:1rem;padding:1.1rem;border-radius:1.5rem;background:#f8f1e8;border:1px solid rgba(111,127,82,.08)}.earth-success-payment__head h3{margin:.65rem 0 0;color:var(--earth-brown);font-size:1.55rem;line-height:1.1}.earth-success-payment p{margin:0;color:var(--earth-muted);line-height:1.6}.earth-success-payment__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.earth-success-payment__box{display:grid;gap:.3rem;padding:.95rem 1rem;border-radius:1.2rem;background:#fffdf8;border:1px solid rgba(111,127,82,.1)}.earth-success-payment__box span,.earth-success-payment__box small{color:var(--earth-muted)}.earth-success-payment__box strong{color:var(--earth-brown);font-size:1.35rem}.earth-success-actions{display:flex;gap:.75rem;flex-wrap:wrap}.earth-success-next-steps{display:grid;gap:1.1rem}.earth-success-next-steps>p{margin:0;color:var(--earth-muted);line-height:1.6}.earth-success-action-group{display:grid;gap:.7rem;padding:1rem;border-radius:1.3rem;background:#fffdf8;border:1px solid rgba(111,127,82,.1)}.earth-success-action-group h3{margin:0;color:var(--earth-brown);font-size:1rem}.earth-success-action-item{display:grid;gap:.35rem;align-content:start}.earth-success-action-item small{color:var(--earth-muted);line-height:1.4}.earth-success-track{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:3.35rem;padding:.9rem 1.35rem;border-radius:1.2rem;background:var(--earth-terracotta);color:#fffaf3;font-weight:800;text-decoration:none;box-shadow:0 12px 24px #c86b442e}@media (max-width: 1080px){.earth-hero-card{grid-template-columns:1fr}.earth-hero-visual{order:2}.earth-hero-side{order:3}.earth-day-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 820px){.earth-order-page{padding:.8rem 0 5.8rem}.earth-phone-layout,.earth-product-row,.earth-known-box,.earth-delivery-option,.earth-payment-choice,.earth-success-payment__grid{grid-template-columns:1fr}.earth-product-row{align-items:start}.earth-three-grid,.earth-day-grid{grid-template-columns:1fr 1fr}.earth-card-note{text-align:left;max-width:none}.earth-sticky-space{height:4.9rem}.earth-sticky-wrap{width:calc(100vw - 1rem);bottom:.5rem}.earth-mobile-final-summary{display:grid;gap:.9rem;padding:1.1rem;border-radius:1.55rem;background:#fffaf3;border:1px solid rgba(111,127,82,.12);box-shadow:0 10px 28px #4a2f2209}.earth-mobile-final-summary__eyebrow{margin:0 0 .3rem;color:var(--earth-olive);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.earth-mobile-final-summary strong,.earth-mobile-final-summary span{display:block;color:var(--earth-brown)}.earth-mobile-final-summary strong{font-size:1.1rem}.earth-mobile-final-summary span{margin-top:.2rem;font-size:1.25rem;font-weight:900;letter-spacing:-.03em}.earth-mobile-final-summary p{margin:0;color:var(--earth-muted);line-height:1.55}.earth-mobile-final-summary app-primary-button{display:block}.earth-success-actions{display:grid;grid-template-columns:1fr}.earth-success-actions app-primary-button,.earth-success-actions app-secondary-button,.earth-success-track{width:100%}}@media (max-width: 560px){.earth-order-page{gap:.85rem}.earth-hero-card{padding:1rem;border-radius:1.7rem}.earth-hero-title{font-size:2.95rem}.earth-hero-steps{grid-template-columns:1fr}.earth-hero-step__line{display:none}.earth-three-grid,.earth-day-grid{grid-template-columns:1fr}}
