:root{--blue:#006bb5;--primary:#00528d;--yellow:#fdc412;--surface:#fcf9f8;--low:#f6f3f2;--line:#c0c7d3;--text:#1c1b1b;--muted:#414751}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--text);font:16px/1.5 'Open Sans',Arial,sans-serif}.stitch-container{width:min(1280px,calc(100% - 128px));margin:auto}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,4.8vw,48px);line-height:1.16;letter-spacing:-.02em}h2{font-size:clamp(24px,3vw,32px);color:var(--primary)}h3{font-size:20px}a{text-decoration:none;color:inherit}main{padding-top:88px}.site-header{position:fixed;inset:0 0 auto;z-index:20;padding:0 64px}.stitch-nav{height:88px;max-width:1280px;margin:auto;padding:24px 64px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:800}.brand img{width:40px;height:40px;object-fit:contain}.site-nav{display:flex;gap:48px;font-size:14px;font-weight:600}.site-nav .active{border-bottom:2px solid var(--yellow);padding-bottom:4px}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:700}.nav-cta,.btn-yellow{background:var(--yellow);color:#6d5200}.nav-toggle{display:none;background:none;border:0}.hero-slider{height:700px;overflow:hidden;position:relative}.hero-slider .stitch-container{transform:translateY(72px)}.slider-track{display:flex;height:100%;transition:transform .55s ease}.slide{min-width:100%;height:100%;position:relative}.slide picture,.slide picture img{display:block;width:100%;height:100%}.slide picture img{object-fit:cover}.slide-overlay{position:absolute;inset:0;background:#0000000d;display:flex;align-items:center}.hero-copy{max-width:672px;color:#fff}.hero-copy h1,.hero-copy h2{color:#fff;margin-bottom:24px}.hero-copy h2{font-size:48px}.hero-copy p{font-size:18px;line-height:28px;margin-bottom:48px;text-shadow:0 2px 8px #0004}.hero-copy.dark{color:var(--text)}.hero-copy.dark h2,.hero-copy.dark span{color:var(--primary)}.hero-copy.dark p{color:var(--muted);text-shadow:none}.hero-copy.dark span{font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.hero-actions{display:flex;gap:12px}.btn-primary{background:var(--blue);color:#fff}.btn-outline{border:2px solid #fff;color:#fff}.blue-outline{border-color:var(--primary);color:var(--primary)}.product-slide{background:var(--low)}.product-slide-art{position:absolute;inset:0 0 0 48%;background:#e5e2e1;display:grid;place-items:center}.product-slide-art img{max-width:78%;max-height:78%;object-fit:contain}.slider-arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);border:0;width:48px;height:48px;border-radius:50%;background:#0002;color:#fff}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slide-dots{position:absolute;z-index:2;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:12px}.slide-dots button{border:0;width:12px;height:12px;border-radius:50%;background:#fff8}.slide-dots .active{background:#fff}.section{padding:80px 64px}.about-grid,.product-hero-grid,.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-grid p,.details-grid>div>p{font-size:18px;line-height:28px;color:var(--muted)}.about-image{height:400px;overflow:hidden;border-radius:12px;background:var(--low)}.about-image img{width:100%;height:100%;object-fit:cover}.section-title{text-align:center;margin-bottom:48px}.section-title .overline{display:block;font-size:clamp(34px,4vw,44px);line-height:1.12;letter-spacing:-.02em;text-transform:none;margin-bottom:12px}.section-title h2{font-size:clamp(20px,2.4vw,28px);line-height:1.22}.section-title p{color:var(--muted)}.why-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card,.product-card,.analysis-card,.ingredient-card,.feed-card,.related-grid a{background:#fff;border:1px solid #c0c7d34d;border-radius:12px;box-shadow:0 10px 30px #00528d14}.why-card{min-height:176px;padding:24px;text-align:center}.why-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#d2e4ff;color:var(--primary)}.why-icon img{width:42px;height:42px;object-fit:contain}.why-card h3{font-size:14px;color:var(--primary)}.why-card p{color:var(--muted);font-size:14px}.product-range,.details-section{background:var(--low)}.product-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px}.product-heading p{color:var(--muted);margin:4px 0 0}.range-arrows button{border:1px solid var(--line);background:#fff;border-radius:50%;width:40px;height:40px;margin-left:8px;color:var(--primary)}.product-card{overflow:hidden}.packshot{display:block;aspect-ratio:1;padding:48px;background:#e5e2e166}.packshot img{width:100%;height:100%;object-fit:contain}.product-info{padding:24px}.card-head{display:flex;justify-content:space-between}.card-head h3{margin-bottom:4px;color:var(--primary)}.card-head p{font-size:14px;color:var(--muted)}.card-head>span{height:max-content;background:var(--yellow);padding:3px 8px;border-radius:9px;font-size:12px;font-weight:700}.product-info ul{list-style:none;padding:0;color:var(--muted)}.product-info li{margin:8px 0;display:flex;gap:8px}.product-info li span{color:var(--primary);font-size:18px}.details-btn{display:flex;justify-content:center;border:1px solid var(--primary);color:var(--primary);border-radius:8px;padding:12px;font-weight:700;font-size:14px}.quality-section{background:var(--surface)}.cert-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center}.cert-grid>div{color:var(--primary);font-size:11px;font-weight:700}.cert-placeholder{width:88px;height:88px;margin:0 auto 12px;border:2px solid var(--primary);border-radius:50%;position:relative}.cert-placeholder:after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;font-size:32px}.product-hero{padding:80px 64px;background:var(--surface)}.product-copy .breadcrumb,.product-copy .lead{color:var(--muted)}.product-copy .lead{font-size:18px;line-height:28px}.product-meta{font-weight:700;color:var(--primary)}.product-visual{aspect-ratio:1;background:var(--low);border-radius:32px;display:grid;place-items:center}.product-visual img{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 18px 18px #0002)}.product-benefits{background:#fff}.why-grid.three .why-card{text-align:left}.details-grid{align-items:start}.ingredient-card,.analysis-card{padding:24px}.ingredient-card h3,.analysis-card h3{color:var(--primary)}.analysis-card{border-left:4px solid var(--primary)}.analysis-card div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #c0c7d34d}.analysis-card span{color:var(--muted)}.feeding-section{background:#fff}.feeding-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feed-card{overflow:hidden}.feed-card h3{margin:0;padding:16px 24px;background:var(--primary);color:#fff}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px 24px;border-bottom:1px solid #c0c7d34d}th{background:#e5e2e1;color:var(--muted);font-size:14px}td:last-child,th:last-child{text-align:right}.day-grid{display:grid;grid-template-columns:repeat(2,1fr);padding:24px;gap:12px}.day-grid span{background:#d2e4ff;color:var(--primary);padding:12px;border-radius:8px;font-weight:700}.day-grid small{display:block;font-weight:400;margin-top:4px}.feed-card>p{padding:0 24px;color:var(--muted)}.related-section{background:var(--surface)}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.related-grid a{padding:24px;color:var(--primary);font-weight:700;display:flex;justify-content:space-between}.site-footer{background:var(--blue);color:#fff;padding:80px 64px 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.footer-logo{width:48px;height:48px;object-fit:contain}.site-footer h3{font-size:14px;text-transform:uppercase}.site-footer p,.site-footer a{color:#ffffffcc}.site-footer a{display:block;margin:10px 0}.social-row{display:flex;gap:12px}.social-row a{width:32px;height:32px;border:1px solid #fff8;border-radius:50%;display:grid;place-items:center;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.social-row a:hover,.social-row a:focus-visible{transform:translateY(-2px);box-shadow:0 8px 18px #0002;outline:none}.social-row .social-facebook:hover,.social-row .social-facebook:focus-visible{background:#1877f2;border-color:#1877f2}.social-row .social-instagram:hover,.social-row .social-instagram:focus-visible{background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 75%,#515bd4 100%);border-color:#dd2a7b}.social-row .social-tiktok:hover,.social-row .social-tiktok:focus-visible{background:#000;border-color:#25f4ee;box-shadow:3px 3px 0 #fe2c55,-3px -3px 0 #25f4ee}.social-row .social-shopee:hover,.social-row .social-shopee:focus-visible{background:#ee4d2d;border-color:#ee4d2d}.social-row img,.social-row svg{width:16px;height:16px;display:block;filter:brightness(0) invert(1);transition:transform .2s ease}.social-row a:hover img,.social-row a:focus-visible img,.social-row a:hover svg,.social-row a:focus-visible svg{transform:scale(1.08)}.copyright{border-top:1px solid #fff4;margin-top:48px;padding-top:24px;color:#ffffffbf;font-size:14px}
@media(max-width:760px){.stitch-container{width:min(100% - 32px,600px)}main{padding-top:60px}.site-header{padding:0}.stitch-nav{height:60px;padding:12px 16px}.brand{font-size:18px}.brand img{width:36px;height:36px}.nav-toggle{display:block}.nav-toggle span{display:block;width:22px;height:2px;margin:4px;background:#fff}.site-nav{display:none;position:absolute;top:60px;left:16px;right:16px;background:var(--blue);padding:16px;flex-direction:column;gap:16px;border-radius:0 0 12px 12px}.site-nav.open{display:flex}.nav-cta{padding:9px 12px;font-size:12px}.hero-slider{height:600px}.hero-slider .stitch-container{transform:none}.hero-copy h1,.hero-copy h2{font-size:36px;line-height:42px;margin-bottom:16px}.hero-copy p{font-size:16px;line-height:24px;margin-bottom:24px}.hero-actions{flex-direction:column}.slider-arrow{display:none}.product-slide-art{inset:0;opacity:.25}.hero-copy.dark h2,.hero-copy.dark span,.hero-copy.dark p{color:#fff;text-shadow:0 2px 8px #0008}.section,.product-hero,.site-footer{padding:64px 16px}.about-grid,.product-hero-grid,.details-grid,.feeding-grid{grid-template-columns:1fr;gap:32px}.about-image{height:300px}.why-grid{grid-template-columns:repeat(2,1fr);gap:12px}.why-card{min-height:150px;padding:16px}.why-card p{display:none}.why-icon{width:52px;height:52px;margin-bottom:10px}.product-grid,.related-grid,.footer-grid{grid-template-columns:1fr}.product-heading{display:block;margin-bottom:36px}.range-arrows{margin-top:16px}.cert-grid{grid-template-columns:repeat(3,1fr)}.cert-placeholder{width:64px;height:64px}.product-copy{order:2}.product-visual{order:1;border-radius:20px}.why-grid.three .why-card{text-align:center}.site-footer{padding-bottom:24px}}

/* Product page: direct Stitch yellow-variant rebuild */
body:not(.seeheart-home) .site-header{position:sticky;background:#fcf9f8;padding:0;backdrop-filter:none}body:not(.seeheart-home) main{padding-top:0}body:not(.seeheart-home) .stitch-nav{background:#fcf9f8;color:#1c1b1b}body:not(.seeheart-home) .brand{color:#00528d}body:not(.seeheart-home) .site-nav a{color:#414751}body:not(.seeheart-home) .site-nav a.active{color:#00528d;border-color:#00528d}body:not(.seeheart-home) .nav-toggle span{background:#00528d}.stitch-product-hero{background:#fcf9f8;padding:80px 0}.stitch-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.stitch-pack-wrap{position:relative}.pack-glow{position:absolute;inset:10%;background:rgba(0,107,181,.06);border-radius:999px;filter:blur(48px);transition:.5s}.stitch-pack-wrap:hover .pack-glow{transform:scale(1.1)}.stitch-pack-card{position:relative;aspect-ratio:1;border-radius:32px;padding:48px;background:rgba(255,255,255,.72);border:1px solid rgba(192,199,211,.45);box-shadow:0 24px 60px rgba(0,82,141,.14);display:grid;place-items:center;overflow:hidden}.stitch-pack-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(255,255,255,.9),transparent 28%);opacity:.35}.stitch-pack-card img{position:relative;z-index:1;max-width:85%;max-height:85%;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(0,0,0,.18));transition:.5s}.stitch-pack-card:hover img{transform:scale(1.05)}.stitch-product-copy{display:flex;flex-direction:column;gap:24px}.overline{color:#00528d;font-size:12px;line-height:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.stitch-product-copy h1{font-size:48px;line-height:56px;margin:0;color:#1c1b1b}.chip-row{display:flex;gap:12px}.chip{display:inline-flex;border-radius:12px;padding:4px 12px;font-size:12px;line-height:16px;font-weight:800}.chip.yellow{background:#fdc412;color:#6d5200}.chip.grey{background:#e5e2e1;color:#414751}.feature-list{display:flex;flex-direction:column;gap:12px}.feature-list div{display:flex;align-items:flex-start;gap:12px}.feature-list span{color:#006bb5;font-variation-settings:'FILL' 1}.feature-list p{margin:0;color:#414751;font-size:18px;line-height:28px}.shop-row{display:flex;gap:24px;margin-top:24px}.shop-btn{flex:1;display:flex;justify-content:center;align-items:center;min-height:56px;border-radius:8px;padding:16px 32px;font-size:14px;font-weight:800}.shop-btn.tiktok{background:#f5bd00;color:#251a00;box-shadow:0 14px 28px rgba(0,82,141,.12)}.shop-btn.shopee{background:#fdc412;color:#251a00}.stitch-bento{background:#f6f3f2;padding:80px 0}.bento-grid{display:grid;grid-template-columns:1fr 2fr;gap:24px}.analysis-bento,.ingredient-bento{position:relative;background:rgba(255,255,255,.8);border:1px solid rgba(192,199,211,.5);border-radius:12px;padding:48px;box-shadow:0 12px 32px rgba(0,82,141,.08);overflow:hidden}.analysis-bento{border-left:4px solid #00528d}.analysis-bento h3,.ingredient-bento h3{display:flex;align-items:center;gap:12px;color:#00528d;margin-bottom:24px}.analysis-bento ul{list-style:none;margin:0;padding:0}.analysis-bento li{display:flex;justify-content:space-between;gap:24px;padding:12px 0;border-top:1px solid rgba(192,199,211,.35)}.analysis-bento span{color:#414751}.ingredient-bento .ghost-icon{position:absolute;right:-48px;top:-56px;font-size:160px;color:#e5e2e1;opacity:.45;transform:rotate(12deg)}.ingredient-chips{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px}.ingredient-chips span{border:1px solid rgba(0,82,141,.2);background:rgba(0,82,141,.05);color:#00528d;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700}.ingredient-chips span.highlight{background:rgba(253,196,18,.22);border-color:#ffdf98;color:#5a4300}.ingredient-bento p{position:relative;z-index:1;margin:48px 0 0;padding-top:24px;border-top:1px solid rgba(192,199,211,.35);color:#414751}.stitch-feeding{background:#fcf9f8;padding:80px 0}.feeding-two{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feeding-table-card{background:#fff;border:1px solid rgba(192,199,211,.45);border-radius:12px;box-shadow:0 14px 34px rgba(0,82,141,.1);overflow:hidden}.table-head{display:flex;align-items:center;gap:12px;background:#00528d;color:#fff;padding:24px}.table-head h3{margin:0;color:#fff}.feeding-table-card p{background:#fff;color:#414751;font-style:italic;font-size:12px;margin:0;padding:16px 24px}.switching h2{color:#1c1b1b;margin-bottom:24px}.switching>p{font-size:18px;line-height:28px;color:#414751;margin-bottom:48px}.progress-step{margin-bottom:24px}.progress-step div{display:flex;justify-content:space-between;gap:24px;margin-bottom:4px;font-size:14px}.progress-step:nth-last-child(1) strong,.progress-step:nth-last-child(1) span{color:#00528d}.progress-step i{display:block;height:12px;background:#e5e2e1;border-radius:999px;overflow:hidden}.progress-step b{display:block;height:100%;background:#00528d;border-radius:999px}.stitch-related{background:#fcf9f8;padding:80px 0}.stitch-related h2{color:#1c1b1b;margin-bottom:48px}.routine-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.routine-card{display:flex;align-items:center;gap:24px;background:rgba(255,255,255,.82);border:1px solid rgba(192,199,211,.45);border-radius:12px;padding:24px;box-shadow:0 12px 32px rgba(0,82,141,.08)}.routine-card>div{width:33%;aspect-ratio:1;background:#fff;border-radius:8px;padding:12px;display:grid;place-items:center}.routine-card img{width:100%;height:100%;object-fit:contain}.routine-card span{font-size:12px;color:#00528d;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.routine-card h3{color:#1c1b1b;margin:4px 0}.routine-card p{color:#414751;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.routine-card b{display:flex;align-items:center;gap:4px;color:#00528d;font-size:14px}@media(max-width:760px){body:not(.seeheart-home) .site-nav.open{background:#fcf9f8}.stitch-product-hero,.stitch-bento,.stitch-feeding,.stitch-related{padding:64px 0}.stitch-product-grid,.bento-grid,.feeding-two,.routine-grid{grid-template-columns:1fr;gap:32px}.stitch-pack-wrap{order:1}.stitch-product-copy{order:2}.stitch-pack-card{border-radius:24px;padding:32px}.shop-row{flex-direction:column;gap:12px}.analysis-bento,.ingredient-bento{padding:24px}.routine-card{align-items:flex-start}.routine-card>div{width:38%;flex-shrink:0}.stitch-product-copy h1{font-size:36px;line-height:42px}.feature-list p,.switching>p{font-size:16px;line-height:24px}}

/* Mobile Stitch pass: home + product */
@media(max-width:760px){
  body{font-size:16px;line-height:24px;background:#fcf9f8;overflow-x:hidden}
  .stitch-container{width:calc(100% - 32px);max-width:480px}
  h1{font-size:36px;line-height:42px;letter-spacing:-.02em}
  h2{font-size:24px;line-height:32px}
  .site-header{position:fixed;inset:0 0 auto 0;padding:0;background:transparent;z-index:60}
  body:not(.seeheart-home) .site-header{position:sticky;background:#fcf9f8}
  .stitch-nav{height:64px;padding:12px 16px;width:100%;max-width:none;border-radius:0;background:#006bb5;color:#fff}
  body:not(.seeheart-home) .stitch-nav{background:#fcf9f8;color:#00528d;border-bottom:1px solid rgba(192,199,211,.35)}
  .brand{gap:8px;font-size:18px}.brand img{width:36px;height:36px}.nav-cta{display:none}
  .nav-toggle{display:block;margin-left:auto}.nav-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:#fff;border-radius:99px}
  body:not(.seeheart-home) .nav-toggle span{background:#00528d}
  .site-nav{display:none;position:absolute;top:64px;left:16px;right:16px;padding:16px;background:#006bb5;border-radius:0 0 12px 12px;box-shadow:0 16px 36px rgba(0,0,0,.18);flex-direction:column;align-items:flex-start;gap:16px}
  .site-nav.open{display:flex}
  body:not(.seeheart-home) .site-nav{background:#fff;color:#414751}.site-nav a{font-size:14px}
  main{padding-top:64px}body:not(.seeheart-home) main{padding-top:0}

  .hero-slider{height:600px;margin-top:0}.hero-slider .stitch-container{transform:none}.slide picture img{object-fit:cover;object-position:center}.slide-overlay{align-items:flex-end;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.24))}.hero-copy{padding:0 0 40px;max-width:100%}.hero-copy h1,.hero-copy h2{font-size:36px!important;line-height:42px!important;margin-bottom:16px;color:#fff}.hero-copy p{font-size:16px;line-height:24px;margin-bottom:24px;color:rgba(255,255,255,.92)}.hero-actions{display:flex;flex-direction:column;gap:12px}.btn{width:100%;min-height:48px;padding:12px 20px}.slider-arrow{display:none}.slide-dots{bottom:24px}.slide-dots button{width:10px;height:10px}

  .section{padding:64px 0}.about-grid{grid-template-columns:1fr;gap:32px}.about-grid p{font-size:16px;line-height:24px}.about-image{height:300px;border-radius:12px;order:-1}.section-title{margin-bottom:32px}.section-title .overline{font-size:30px;line-height:36px}.section-title h2{font-size:22px;line-height:30px}.why-grid{grid-template-columns:repeat(2,1fr);gap:12px}.why-card{min-height:132px;padding:16px 10px}.why-icon{width:52px;height:52px;margin-bottom:12px}.why-card h3{font-size:13px;line-height:18px}.why-card p{display:none}.product-range{padding-top:64px}.product-heading{display:block;margin-bottom:32px}.range-arrows{display:none}.product-grid{grid-template-columns:1fr;gap:20px}.packshot{padding:32px}.product-info{padding:20px}.cert-grid{grid-template-columns:repeat(2,1fr);gap:20px}.cert-placeholder{width:72px;height:72px}.footer-grid{grid-template-columns:1fr;gap:32px}.site-footer{padding:48px 0 24px}.copyright{margin-top:32px}

  .stitch-product-hero{padding:40px 0 64px;background:#fcf9f8}.stitch-product-grid{grid-template-columns:1fr;gap:32px}.stitch-pack-wrap{order:1}.stitch-product-copy{order:2;gap:16px}.stitch-pack-card{border-radius:28px;padding:28px;box-shadow:0 18px 44px rgba(0,82,141,.13)}.stitch-pack-card img{max-width:88%;max-height:88%}.pack-glow{inset:6%;filter:blur(36px)}.overline{font-size:11px;line-height:16px;letter-spacing:.1em}.stitch-product-copy h1{font-size:36px;line-height:42px}.chip-row{gap:8px;flex-wrap:wrap}.feature-list{gap:10px}.feature-list div{gap:10px}.feature-list p{font-size:16px;line-height:24px}.shop-row{display:flex;flex-direction:column;gap:12px;margin-top:8px}.shop-btn{width:100%;min-height:52px;padding:14px 20px}.stitch-bento,.stitch-feeding,.stitch-related{padding:64px 0}.bento-grid,.feeding-two,.routine-grid{grid-template-columns:1fr;gap:24px}.analysis-bento,.ingredient-bento{padding:24px;border-radius:12px}.ingredient-bento .ghost-icon{font-size:112px;right:-36px;top:-36px}.ingredient-chips{gap:8px}.ingredient-chips span{font-size:11px;line-height:16px}.ingredient-bento p{margin-top:28px;padding-top:20px;font-size:14px;line-height:22px}.feeding-table-card{border-radius:12px}.table-head{padding:16px}.table-head h3{font-size:18px}.feeding-table-card th,.feeding-table-card td{padding:10px 14px;font-size:14px}.switching h2{font-size:24px;line-height:32px}.switching>p{font-size:16px;line-height:24px;margin-bottom:32px}.progress-step div{font-size:13px;gap:12px}.routine-card{gap:16px;padding:16px;align-items:center}.routine-card>div{width:38%;min-width:112px}.routine-card h3{font-size:17px;line-height:24px}.routine-card p{font-size:14px;line-height:20px;margin-bottom:8px}.routine-card b{font-size:13px}
}
@media(max-width:380px){.why-grid{grid-template-columns:1fr}.routine-card{align-items:flex-start}.routine-card>div{width:42%;min-width:96px}.brand span{font-size:16px}.stitch-container{width:calc(100% - 24px)}}

/* Requested: full-width navbar + anchored sections */
.site-header{padding:0!important;width:100%;left:0;right:0}.stitch-nav{width:100%!important;max-width:none!important;margin:0!important;padding-left:max(64px,calc((100vw - 1280px)/2 + 64px))!important;padding-right:max(64px,calc((100vw - 1280px)/2 + 64px))!important}.hero-slider,.section,.stitch-product-hero,.stitch-bento,.stitch-feeding,.stitch-related{scroll-margin-top:96px}@media(max-width:760px){.stitch-nav{padding-left:16px!important;padding-right:16px!important}.hero-slider,.section,.stitch-product-hero,.stitch-bento,.stitch-feeding,.stitch-related{scroll-margin-top:72px}}

/* Animation pass: lightweight Stitch-style motion */
@keyframes shFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes shSoftScale{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}.js-reveal .hero-copy>*,.js-reveal .about-image,.js-reveal .stitch-pack-card,.js-reveal .section-title,.js-reveal .about-grid>*,.js-reveal .why-card,.js-reveal .product-card,.js-reveal .cert-grid>div,.js-reveal .analysis-bento,.js-reveal .ingredient-bento,.js-reveal .feeding-table-card,.js-reveal .switching,.js-reveal .routine-card{opacity:0;transform:translateY(24px)}.slide.is-active picture img{transform:scale(1.02);transition:transform 1.1s cubic-bezier(.2,.8,.2,1)}.is-visible.hero-copy>*,.is-visible .hero-copy>*,.is-visible.about-image,.is-visible.stitch-pack-card,.is-visible.section-title,.about-grid>*.is-visible,.is-visible.why-card,.is-visible.product-card,.is-visible .cert-grid>div,.is-visible.analysis-bento,.is-visible.ingredient-bento,.is-visible.feeding-table-card,.is-visible.switching,.is-visible.routine-card{animation:shFadeUp .72s cubic-bezier(.2,.8,.2,1) both}.is-visible .hero-copy>*:nth-child(2),.about-grid>*.is-visible:nth-child(2),.is-visible.product-card:nth-child(2),.is-visible.why-card:nth-child(2),.is-visible .cert-grid>div:nth-child(2),.is-visible.routine-card:nth-child(2){animation-delay:.08s}.is-visible .hero-copy>*:nth-child(3),.is-visible.product-card:nth-child(3),.is-visible.why-card:nth-child(3),.is-visible .cert-grid>div:nth-child(3){animation-delay:.16s}.is-visible .hero-copy>*:nth-child(4),.is-visible.why-card:nth-child(4),.is-visible .cert-grid>div:nth-child(4){animation-delay:.24s}.is-visible.why-card:nth-child(5),.is-visible .cert-grid>div:nth-child(5){animation-delay:.32s}.is-visible.why-card:nth-child(6),.is-visible .cert-grid>div:nth-child(6){animation-delay:.4s}.why-card,.product-card,.analysis-bento,.ingredient-bento,.feeding-table-card,.routine-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.why-card:hover,.product-card:hover,.analysis-bento:hover,.ingredient-bento:hover,.feeding-table-card:hover,.routine-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(0,82,141,.16);border-color:rgba(0,82,141,.22)}.btn,.nav-cta,.shop-btn,.details-btn{transition:transform .18s ease,box-shadow .22s ease,opacity .18s ease,background-color .18s ease,color .18s ease}.btn:hover,.nav-cta:hover,.shop-btn:hover,.details-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,82,141,.16)}.btn:active,.nav-cta:active,.shop-btn:active,.details-btn:active{transform:translateY(0) scale(.98)}.brand img{transition:transform .25s ease}.brand:hover img{transform:rotate(-3deg) scale(1.04)}.site-nav a{transition:color .18s ease,opacity .18s ease}.site-nav a:hover{opacity:.78}.site-nav.open{animation:shFadeUp .22s ease both}.is-visible.stitch-pack-card img,.is-visible .stitch-pack-card img{animation:shFloat 4.5s ease-in-out infinite}.is-visible .pack-glow{animation:shFloat 5.5s ease-in-out infinite reverse}.progress-step b{transform-origin:left}.js-reveal .progress-step b{transform:scaleX(0)}.is-visible .progress-step b{animation:shProgress .9s cubic-bezier(.2,.8,.2,1) both}.is-visible .progress-step:nth-child(3) b{animation-delay:.1s}.is-visible .progress-step:nth-child(4) b{animation-delay:.2s}.is-visible .progress-step:nth-child(5) b{animation-delay:.3s}.ingredient-chips span{transition:transform .18s ease,background-color .18s ease}.ingredient-chips span:hover{transform:translateY(-2px)}.packshot img,.routine-card img{transition:transform .35s ease}.product-card:hover .packshot img,.routine-card:hover img{transform:scale(1.06)}.slider-track{will-change:transform}.stitch-pack-card,.product-card,.why-card,.routine-card{will-change:transform}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.stitch-pack-card img,.pack-glow{animation:none!important}}@media(max-width:760px){.why-card:hover,.product-card:hover,.analysis-bento:hover,.ingredient-bento:hover,.feeding-table-card:hover,.routine-card:hover{transform:none;box-shadow:0 10px 30px rgba(0,82,141,.08)}.btn:hover,.nav-cta:hover,.shop-btn:hover,.details-btn:hover{transform:none}.is-visible.stitch-pack-card img,.is-visible .stitch-pack-card img{animation:shFloat 6s ease-in-out infinite}}

/* Product page: stitch-product-copy reveal */
.js-reveal .stitch-product-copy{opacity:0;transform:translateY(24px)}
.is-visible.stitch-product-copy{animation:shFadeUp .72s cubic-bezier(.2,.8,.2,1) .12s both}

/* Nav link underline sweep */
.stitch-nav .site-nav a{position:relative}
.stitch-nav .site-nav a:not(.active)::after{content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .22s cubic-bezier(.2,.8,.2,1);border-radius:1px;pointer-events:none}
.stitch-nav .site-nav a:not(.active):hover::after{transform:scaleX(1)}
.site-nav a:hover{opacity:1}
body:not(.seeheart-home) .stitch-nav .site-nav a:not(.active)::after{background:var(--primary)}

/* Pack-card: smooth box-shadow on tilt + glow bump */
.stitch-pack-card{transition:box-shadow .3s ease;transform-style:preserve-3d}
.stitch-pack-card:hover{box-shadow:0 32px 72px rgba(0,82,141,.22)}

/* details-btn fill on hover */
.details-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}

/* btn-outline subtle hover */
.btn-outline:hover{background:rgba(255,255,255,.14)}

/* stitch-pack-card: no forced transform reset on reduce-motion */
@media(prefers-reduced-motion:reduce){.stitch-pack-card{transform:none!important;transition:none}}

/* See Heart supplied assets: homepage icons + certification badges */
.why-icon{background:transparent;border:0;box-shadow:none;overflow:visible}
.why-icon img{width:44px;height:44px;object-fit:contain}
.cert-badge{width:104px;height:104px;margin:0 auto 12px;display:grid;place-items:center}
.cert-badge img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,82,141,.1))}
@media(max-width:760px){.cert-badge{width:82px;height:82px}.why-icon img{width:38px;height:38px}}

.gallery-hero{background:var(--primary);color:#fff;text-align:center;padding:96px 64px 88px}.gallery-hero .overline{display:block;color:#ffdf98;margin-bottom:12px}.gallery-hero h1{color:#fff;font-size:clamp(42px,5vw,56px);line-height:1.08;margin-bottom:16px}.gallery-hero p{max-width:760px;margin:0 auto;color:#ffffffe6;font-size:18px;line-height:28px}.gallery-section{background:var(--surface)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 24px}.gallery-card{min-width:0}.gallery-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:12px;background:var(--surface-container-highest,#e5e2e1);border:1px solid #c0c7d34d;box-shadow:0 10px 30px #00528d14}.gallery-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.gallery-media:hover img,.gallery-media:focus-visible img{transform:scale(1.06)}.gallery-zoom{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,82,141,.22);color:#fff;opacity:0;transition:opacity .25s ease}.gallery-media:hover .gallery-zoom,.gallery-media:focus-visible .gallery-zoom{opacity:1}.gallery-zoom .material-symbols-outlined{font-size:42px}.gallery-copy{text-align:center;margin-top:24px}.gallery-copy h2{font-size:20px;line-height:28px;margin:0 0 4px;color:var(--primary)}.gallery-copy p{margin:0;color:var(--muted);font-size:12px;line-height:16px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.fancybox__container{--fancybox-bg:rgba(28,27,27,.92);z-index:1000}.fancybox__caption{font-family:'Open Sans',Arial,sans-serif;font-weight:700}
@media(max-width:980px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.gallery-hero{padding:72px 16px 64px}.gallery-hero h1{font-size:36px;line-height:42px}.gallery-hero p{font-size:16px;line-height:24px}.gallery-grid{grid-template-columns:1fr;gap:36px}.gallery-copy{margin-top:16px}.gallery-copy h2{font-size:18px;line-height:26px}}

.gallery-count{position:absolute;right:12px;bottom:12px;border-radius:999px;background:rgba(0,82,141,.9);color:#fff;padding:5px 10px;font-size:12px;font-weight:800;line-height:16px}.gallery-hidden{display:none}

/* Mobile hero copy position: lower headline and CTAs without changing desktop */
@media(max-width:760px){.slide-overlay{align-items:flex-end}.slide-overlay>.stitch-container{position:absolute!important;left:16px;right:16px;bottom:42px;width:auto!important;max-width:none!important;margin:0!important;transform:none!important}.hero-copy{padding-bottom:0;margin-bottom:0}.slide-dots{bottom:16px}}
