
:root{--cream:#fff8f3;--paper:#fffdfb;--blush:#f7e4e3;--rose:#ce3f66;--wine:#84233f;--deep:#2d1718;--sand:#f3ece6;--text:#40272c;--muted:#7b656a;--line:#ead4d1;--shadow:0 20px 55px rgba(59,18,28,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}img{display:block;width:100%}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;background:#fff8f3ee;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{height:58px;width:auto;max-width:230px}.desktop-nav{display:flex;gap:24px;color:var(--wine);font-weight:800}.header-actions{display:flex}.icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--wine);font-size:22px}.mobile-drawer{position:fixed;right:0;top:0;bottom:0;width:min(88vw,390px);z-index:80;background:var(--deep);color:#fff;padding:20px;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column;overflow:auto}.mobile-drawer.open{transform:none}.drawer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.drawer-top img{width:190px;background:var(--blush);border-radius:14px;padding:8px}.mobile-drawer a{font-family:Georgia,serif;font-size:24px;padding:13px 0;border-bottom:1px solid #ffffff22}.drawer-shade{position:fixed;inset:0;background:#28131599;z-index:70;opacity:0;pointer-events:none;transition:.2s}.drawer-shade.show{opacity:1;pointer-events:auto}.section,.page-hero{max-width:1260px;margin:auto;padding:76px 5vw}.page-hero{padding-top:64px;padding-bottom:42px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900;color:var(--rose)}h1,h2,h3{font-family:Georgia,serif;font-weight:400;letter-spacing:-.035em;color:var(--deep)}h1{font-size:clamp(46px,6vw,86px);line-height:.94;margin:10px 0 18px}h2{font-size:clamp(38px,4.5vw,64px);line-height:.98;margin:8px 0 15px}p.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}.btn{border-radius:999px;padding:14px 20px;border:0;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:var(--rose);color:#fff}.outline{border:1px solid var(--wine);background:transparent;color:var(--wine)}.full{width:100%}.home-hero{max-width:1360px;margin:auto;padding:48px 5vw 62px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.home-hero h1{font-size:clamp(52px,7vw,94px)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-image{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);min-height:580px}.hero-image img{height:100%;object-fit:cover}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.path-card{border-radius:28px;padding:30px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 32px rgba(0,0,0,.04)}.path-card:nth-child(2){background:var(--blush)}.path-card:nth-child(3){background:var(--deep);color:#fff}.path-card h3{font-size:34px;margin:14px 0 10px}.path-card:nth-child(3) h3{color:#fff}.path-card p{color:var(--muted);line-height:1.6}.path-card:nth-child(3) p{color:#ead7da}.featured-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.creation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.creation-card{display:block;background:#fff;border-radius:24px;overflow:hidden;border:1px solid #f0dcd9;box-shadow:0 14px 36px rgba(0,0,0,.05)}.creation-card img{aspect-ratio:4/5;object-fit:cover;background:#f5e5e3}.creation-copy{padding:15px}.creation-copy small{color:var(--rose);text-transform:uppercase;letter-spacing:.1em;font-weight:900;font-size:10px}.creation-copy h3{font-size:24px;line-height:1.05;margin:8px 0 15px}.creation-copy span{font-size:12px;font-weight:900;color:var(--wine)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.category-card{border-radius:26px;overflow:hidden;position:relative;min-height:300px;background:#ddd}.category-card img{position:absolute;inset:0;height:100%;object-fit:cover}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,#241014d5)}.category-card div{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff}.category-card h3{font-size:32px;color:#fff;margin:0}.category-card small{font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.split .visual{border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.split .visual img{height:100%;object-fit:cover;min-height:520px}.split .copy{padding:34px;background:#fff;border-radius:30px;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.instagram-band{background:var(--deep);color:#fff;border-radius:30px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.instagram-band h2{color:#fff}.instagram-band p{color:#e9d9dc}.searchbar{display:grid;grid-template-columns:1fr 220px;gap:10px;background:#fff;border:1px solid var(--line);padding:14px;border-radius:22px;margin:18px 0 28px}.searchbar input,.searchbar select,.form-card input,.form-card select,.form-card textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}.form-card{max-width:760px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.form-card label{display:block;margin:14px 0;color:var(--wine);font-weight:800;font-size:13px}.tool-result{background:var(--blush);border-radius:18px;padding:18px;margin:18px 0;line-height:1.6}.match-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.match-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.match-card img{aspect-ratio:1;object-fit:cover}.match-card div{padding:12px}.match-card h3{font-size:22px;margin:0 0 6px}.detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-gallery img{border-radius:20px;aspect-ratio:1;object-fit:cover}.detail-gallery img:first-child{grid-column:1/-1;aspect-ratio:4/3}.detail-copy{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;align-self:start;position:sticky;top:96px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.tag{background:var(--blush);color:var(--wine);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800}.planner-counter{display:grid;grid-template-columns:72px 1fr 72px;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin:18px 0}.planner-counter button{border:0;background:var(--blush);font-size:26px;color:var(--wine)}.planner-counter strong{display:grid;place-items:center;font-family:Georgia,serif;font-size:30px}.story-quote{font-family:Georgia,serif;font-size:30px;font-style:italic;color:var(--wine)}footer{background:var(--deep);color:#fff;text-align:center;padding:54px 20px 100px;margin-top:40px}footer img{width:250px;max-width:70vw;margin:auto;background:var(--blush);padding:8px;border-radius:16px}.footer-nav{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:24px 0;font-size:13px}.floating-wa{position:fixed;right:16px;bottom:16px;z-index:40;border:0;border-radius:999px;background:var(--rose);color:#fff;padding:15px 19px;font-weight:900;box-shadow:0 12px 30px #84233f44}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:20px}.breadcrumb a{color:var(--wine);font-weight:800}
@media(max-width:900px){.desktop-nav{display:none}.home-hero,.split,.detail-grid{grid-template-columns:1fr}.home-hero{padding:26px 18px 46px}.home-hero .hero-image{order:-1;min-height:410px}.section,.page-hero{padding-left:18px;padding-right:18px}.path-grid,.category-grid{grid-template-columns:1fr}.featured-row,.creation-grid{grid-template-columns:1fr 1fr}.instagram-band{grid-template-columns:1fr}.detail-copy{position:static}.searchbar{grid-template-columns:1fr}.split .visual img{min-height:420px}}
@media(max-width:560px){.site-header{padding:10px 14px}.brand img{height:50px;max-width:190px}.page-hero{padding-top:42px}.home-hero h1,h1{font-size:46px}.section{padding-top:58px;padding-bottom:58px}.featured-row{display:flex;overflow:auto;gap:12px;scroll-snap-type:x mandatory}.featured-row .creation-card{min-width:82vw;scroll-snap-align:start}.creation-grid{grid-template-columns:1fr}.category-card{min-height:250px}.match-grid{grid-template-columns:1fr}.detail-gallery{grid-template-columns:1fr}.detail-gallery img:first-child{grid-column:auto}.floating-wa{font-size:14px;padding:13px 16px}.path-card{padding:24px}.instagram-band{padding:26px}.form-card{padding:20px;border-radius:22px}}


/* V6.1 mobile-first curation fixes */
.creation-copy h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.1em}
.creation-copy{display:flex;flex-direction:column;min-height:126px}
.creation-copy span{margin-top:auto}
.detail-copy p.lead{font-size:16px}
@media(max-width:560px){
  body{background:#fffaf6}
  .site-header{height:72px;padding:8px 14px;background:rgba(255,250,246,.96)}
  .brand img{height:48px;max-width:175px}
  .header-actions .icon-btn{width:40px;height:40px}
  .home-hero{padding:18px 16px 34px;gap:22px}
  .home-hero .hero-image{min-height:0;height:54vh;max-height:430px;border-radius:24px}
  .home-hero h1,h1{font-size:39px;line-height:.98}
  h2{font-size:34px}
  p.lead{font-size:15px;line-height:1.62}
  .page-hero{padding:32px 16px 24px}
  .page-hero .breadcrumb{font-size:11px;margin-bottom:13px}
  .section{padding:42px 16px}
  .path-grid{gap:10px}
  .path-card{padding:20px;border-radius:20px}
  .path-card h3{font-size:28px;margin:8px 0}
  .featured-row{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:6px}
  .featured-row .creation-card{min-width:78vw;scroll-snap-align:start}
  .creation-grid{grid-template-columns:1fr;gap:14px}
  .creation-card{border-radius:20px;box-shadow:0 10px 26px rgba(59,18,28,.07)}
  .creation-card img{aspect-ratio:4/3;object-fit:cover}
  .creation-copy{padding:14px 15px 16px;min-height:112px}
  .creation-copy h3{font-size:26px;line-height:1.02;margin:7px 0 10px;min-height:2.05em}
  .creation-copy small{font-size:9px}
  .creation-copy span{font-size:12px}
  .category-grid{grid-template-columns:1fr;gap:12px}
  .category-card{min-height:205px;border-radius:22px}
  .category-card h3{font-size:30px}
  .split{gap:14px}
  .split .visual img{min-height:320px;max-height:430px}
  .split .copy{padding:22px;border-radius:22px}
  .instagram-band{padding:24px;border-radius:22px}
  .form-card{padding:18px 16px;border-radius:20px}
  .match-grid{grid-template-columns:1fr}
  .match-card{display:grid;grid-template-columns:100px 1fr;align-items:center}
  .match-card img{width:100px;height:100px;aspect-ratio:1}
  .match-card h3{font-size:20px}
  .detail-grid{gap:14px}
  .detail-gallery{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:4px}
  .detail-gallery img,.detail-gallery img:first-child{min-width:88vw;width:88vw;aspect-ratio:4/5;scroll-snap-align:center;border-radius:18px}
  .detail-copy{padding:22px;border-radius:22px}
  .detail-copy h1{font-size:38px!important}
  .tag-row{gap:6px}
  .tag{font-size:10px;padding:7px 9px}
  .floating-wa{right:12px;bottom:12px;padding:13px 16px;font-size:13px}
  footer{padding:44px 18px 90px}
  footer img{width:210px}
}


/* V6.2 mobile polish + integrated header + image lightbox */
body{background:linear-gradient(180deg,#fffaf7 0%,#fff8f3 55%,#fff7f4 100%)}
.site-header{background:linear-gradient(180deg,rgba(252,244,243,.98) 0%,rgba(250,240,238,.95) 100%);border-bottom:1px solid #efd7d6;box-shadow:0 6px 20px rgba(95,41,54,.05)}
.brand{display:inline-flex;align-items:center;padding:7px 10px;border-radius:18px;background:linear-gradient(180deg,rgba(255,245,247,.92),rgba(249,229,230,.88));box-shadow:inset 0 0 0 1px rgba(206,63,102,.08)}
.brand img{height:54px}
.desktop-nav{gap:20px;font-size:15px}
.icon-btn{background:rgba(255,255,255,.72)}
.creation-card,.path-card,.split .copy,.form-card,.detail-copy{box-shadow:0 14px 42px rgba(95,37,48,.06)}
.creation-card img,.detail-gallery img,.hero-image img,.split .visual img,.category-card img,.match-card img{cursor:zoom-in}
.hero-actions .btn,.form-card .btn,.instagram-band .btn,.floating-wa{letter-spacing:.01em}
.floating-wa{bottom:max(14px,env(safe-area-inset-bottom,0px) + 10px)}

.filter-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 18px}
.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 14px;font-weight:800;color:var(--wine)}
.filter-chip.active{background:var(--wine);border-color:var(--wine);color:#fff}
.inline-note{font-size:13px;color:var(--muted);margin:6px 0 0}
.custom-tools{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0 16px}
.custom-tools .btn{padding:12px 18px}
.select-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.card-tip{font-size:12px;color:var(--muted);margin-top:10px}

.image-lightbox{position:fixed;inset:0;z-index:120;background:rgba(27,10,15,.92);display:none;align-items:center;justify-content:center;padding:18px}
.image-lightbox.show{display:flex}
.image-lightbox__sheet{position:relative;width:min(100%,920px);display:grid;gap:14px}
.image-lightbox__frame{position:relative;background:#fff5f6;border-radius:26px;padding:12px;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.image-lightbox__img{width:100%;max-height:78vh;object-fit:contain;border-radius:18px;background:#fff}
.image-lightbox__caption{color:#fff;text-align:center;font-size:15px;line-height:1.5}
.lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:var(--wine);font-size:28px;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.lightbox-btn.prev{left:-10px}
.lightbox-btn.next{right:-10px}
.lightbox-close{position:absolute;top:-12px;right:-12px;width:48px;height:48px;border-radius:50%;border:0;background:var(--rose);color:#fff;font-size:28px;box-shadow:0 10px 30px rgba(0,0,0,.25)}

@media(max-width:560px){
  .site-header{padding:10px 12px;background:linear-gradient(180deg,rgba(254,246,246,.98) 0%,rgba(251,241,239,.96) 100%)}
  .brand{padding:6px 9px;border-radius:16px}
  .brand img{height:44px;max-width:172px}
  .desktop-nav{gap:14px}
  .page-hero{padding:28px 16px 18px}
  .section{padding:38px 16px}
  .home-hero{padding:16px 16px 30px;gap:18px}
  .hero-actions{gap:10px}
  .hero-actions .btn,.instagram-band .btn,.form-card .btn{width:100%}
  .path-card,.split .copy,.instagram-band,.detail-copy,.form-card{border-radius:20px}
  .featured-row .creation-card{min-width:84vw}
  .creation-card{border-radius:18px}
  .creation-card img{aspect-ratio:4/4.5}
  .creation-copy{padding:13px 14px 15px;min-height:106px}
  .creation-copy h3{font-size:24px;min-height:2.05em}
  .filter-toolbar{gap:8px;overflow:auto;padding-bottom:2px;flex-wrap:nowrap}
  .filter-chip{white-space:nowrap;padding:10px 13px;font-size:13px}
  .custom-tools{align-items:stretch}
  .custom-tools .btn{width:100%}
  .select-grid{grid-template-columns:1fr}
  .image-lightbox{padding:14px}
  .image-lightbox__frame{padding:10px;border-radius:20px}
  .image-lightbox__img{max-height:70vh;border-radius:14px}
  .lightbox-btn{top:auto;bottom:-58px;transform:none;width:42px;height:42px}
  .lightbox-btn.prev{left:calc(50% - 52px)}
  .lightbox-btn.next{right:calc(50% - 52px)}
  .lightbox-close{top:8px;right:8px;width:42px;height:42px;font-size:24px}
  .image-lightbox__caption{padding-top:8px;font-size:14px}
}


/* V6.3 Cake Explorer */
.explorer-wrap{display:grid;gap:18px}
.explorer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.explorer-grid .field{display:grid;gap:8px}
.explorer-grid label{display:block;color:var(--wine);font-weight:800;font-size:13px}
.explorer-grid select{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}
.explorer-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.explorer-summary{background:linear-gradient(180deg,#fff7f8,#f8e7e8);border:1px solid #efd6d9;border-radius:18px;padding:16px;line-height:1.65;color:var(--text)}
.explorer-summary strong{color:var(--wine)}
.explorer-rail{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
.explorer-rail::-webkit-scrollbar{display:none}
.explorer-card{min-width:290px;max-width:290px;display:block;position:relative;background:#fff;border-radius:22px;overflow:hidden;border:1px solid #eed8db;box-shadow:0 14px 36px rgba(0,0,0,.05);scroll-snap-align:start;flex:0 0 auto}
.explorer-card img{aspect-ratio:4/5;object-fit:cover;background:#f5e5e3}
.explorer-card .creation-copy{min-height:128px}
.explorer-badges{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0}
.explorer-badges span{background:var(--blush);color:var(--wine);padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}
.shortlist-btn{position:absolute;top:10px;right:10px;z-index:2;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.94);display:grid;place-items:center;color:var(--wine);font-size:20px;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.shortlist-btn.active{background:var(--rose);color:#fff}
.shortlist-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.shortlist-pill{background:var(--deep);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}
.explorer-empty{background:#fff;border:1px dashed var(--line);border-radius:18px;padding:18px;color:var(--muted)}
.explorer-note{font-size:13px;color:var(--muted)}
@media(max-width:900px){.explorer-grid{grid-template-columns:1fr}.explorer-card{min-width:250px;max-width:250px}}
@media(max-width:560px){.explorer-card{min-width:78vw;max-width:78vw}.explorer-actions .btn{width:100%}.explorer-summary{padding:14px}.explorer-grid select{padding:13px}}

/* V6.3.1 Cake Explorer rebuild */
.explorer-page{max-width:980px}
.explorer-builder{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}
.explorer-step{padding:20px 0;border-bottom:1px solid #f0dfdf}
.explorer-step:first-child{padding-top:0}
.explorer-step:last-of-type{border-bottom:0}
.explorer-step-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.explorer-step-num{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--blush);color:var(--wine);font-weight:900;font-size:12px;flex:0 0 auto}
.explorer-step h3{font-family:Inter,system-ui,sans-serif;font-size:15px;letter-spacing:0;margin:0;color:var(--wine);font-weight:900}
.choice-row{display:flex;gap:8px;flex-wrap:wrap}
.choice{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:10px 13px;font-size:13px;font-weight:800;transition:.18s}
.choice:hover{border-color:#d99aa9}
.choice.active{background:var(--wine);border-color:var(--wine);color:#fff}
.explorer-cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.explorer-cta-row .btn{flex:1;min-width:180px}
.explorer-summary-card{margin-top:18px;background:linear-gradient(135deg,#fae9eb,#fff8f6);border:1px solid #edd2d7;border-radius:18px;padding:16px}
.explorer-summary-card small{display:block;color:var(--rose);font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}
.explorer-summary-card p{margin:0;line-height:1.6;color:var(--text)}
.explorer-results-section{max-width:1180px;margin:0 auto;padding:34px 5vw 70px}
.explorer-results-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px}
.explorer-results-head h2{font-size:clamp(34px,4vw,52px);margin-bottom:4px}
.explorer-results-head p{margin:0;color:var(--muted)}
.explorer-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 14px;scrollbar-width:none}
.explorer-carousel::-webkit-scrollbar{display:none}
.explorer-result{position:relative;flex:0 0 300px;scroll-snap-align:start;background:#fff;border:1px solid #eddadb;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(70,25,35,.07)}
.explorer-result a{display:block}
.explorer-result img{aspect-ratio:4/5;object-fit:cover;background:#f7e6e4;cursor:zoom-in}
.explorer-result-copy{padding:14px 15px 16px}
.explorer-result-copy small{color:var(--rose);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}
.explorer-result-copy h3{font-size:25px;line-height:1.04;margin:7px 0 10px}
.explorer-result-copy .view{font-size:12px;font-weight:900;color:var(--wine)}
.explorer-heart{position:absolute;right:10px;top:10px;z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:var(--wine);font-size:22px;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.explorer-heart.active{background:var(--rose);color:#fff}
.shortlist-panel{margin-top:16px;display:none;background:var(--deep);color:#fff;border-radius:20px;padding:16px}
.shortlist-panel.show{display:block}
.shortlist-panel strong{font-family:Georgia,serif;font-size:22px;font-weight:400}
.shortlist-items{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.shortlist-items span{background:#ffffff18;border:1px solid #ffffff22;border-radius:999px;padding:7px 10px;font-size:12px}
.explorer-empty{padding:22px;background:#fff;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}
.explorer-mobile-note{font-size:12px;color:var(--muted);margin-top:8px}
@media(max-width:560px){
  .explorer-page{padding-bottom:16px}
  .explorer-builder{margin:0 14px;padding:18px 15px;border-radius:22px}
  .explorer-step{padding:17px 0}
  .choice-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .choice-row::-webkit-scrollbar{display:none}
  .choice{white-space:nowrap;padding:10px 12px;font-size:12px}
  .explorer-cta-row{display:grid;grid-template-columns:1fr}
  .explorer-cta-row .btn{width:100%;min-width:0}
  .explorer-results-section{padding:28px 14px 74px}
  .explorer-results-head{display:block}
  .explorer-results-head .btn{width:100%;margin-top:12px}
  .explorer-result{flex-basis:82vw}
  .explorer-result-copy h3{font-size:24px}
}

/* V6.3.2 Our Story mobile refinement */
.story-hero{max-width:1060px;margin:0 auto;padding:46px 5vw 24px}
.story-hero h1{max-width:760px}
.story-hero .lead{max-width:680px}
.story-founder{max-width:1060px;margin:0 auto;padding:18px 5vw 38px;display:grid;grid-template-columns:.82fr 1.18fr;gap:20px;align-items:stretch}
.story-founder-photo{border-radius:28px;overflow:hidden;background:#efd8d6;box-shadow:var(--shadow);min-height:520px}
.story-founder-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 38%;transform:scale(1.07)}
.story-founder-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 14px 42px rgba(95,37,48,.06)}
.story-founder-card h2{font-size:clamp(38px,4.6vw,58px);margin-bottom:14px}
.story-founder-card p{font-size:16px;line-height:1.72;color:var(--muted);margin:0 0 16px}
.story-name{font-family:Georgia,serif;font-size:28px;color:var(--wine);margin:0 0 8px}
.story-values{max-width:1060px;margin:0 auto;padding:22px 5vw 58px}
.story-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.story-value{background:linear-gradient(180deg,#fff,#fff8f6);border:1px solid var(--line);border-radius:22px;padding:22px}
.story-value small{display:block;color:var(--rose);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.story-value h3{font-size:27px;margin:0 0 8px}
.story-value p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}
.story-moments{max-width:1060px;margin:0 auto;padding:0 5vw 64px}
.story-moments-inner{background:var(--deep);color:#fff;border-radius:28px;padding:30px;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:center}
.story-moments-inner h2{color:#fff;font-size:clamp(34px,4.5vw,54px)}
.story-moments-inner p{color:#ead9dc;line-height:1.65}
.story-moment-images{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.story-moment-images img{aspect-ratio:1;object-fit:cover;border-radius:18px}
.story-moment-images img:first-child{grid-row:span 2;height:100%}
.story-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.story-cta .btn{min-width:190px}
.story-footer-compact footer{margin-top:0}

@media(max-width:900px){
  .story-founder,.story-moments-inner{grid-template-columns:1fr}
  .story-founder-photo{min-height:0;height:460px}
  .story-values-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .story-hero{padding:30px 16px 14px}
  .story-hero h1{font-size:42px;line-height:.98}
  .story-founder{padding:12px 16px 28px;grid-template-columns:1fr;gap:12px}
  .story-founder-photo{height:340px;border-radius:22px}
  .story-founder-photo img{object-position:50% 39%;transform:scale(1.14)}
  .story-founder-card{padding:22px 20px;border-radius:22px}
  .story-founder-card h2{font-size:35px}
  .story-name{font-size:24px}
  .story-values{padding:12px 16px 40px}
  .story-values-grid{gap:10px}
  .story-value{padding:18px;border-radius:18px}
  .story-value h3{font-size:24px}
  .story-moments{padding:0 16px 42px}
  .story-moments-inner{padding:22px 18px;border-radius:22px}
  .story-moment-images{order:-1}
  .story-cta{display:grid;grid-template-columns:1fr}
  .story-cta .btn{width:100%;min-width:0}
  footer{padding-top:38px}
}


/* V6.3.3 — mobile-only fixes, no redesign */
@media(max-width:560px){
  html,body{max-width:100%;overflow-x:hidden}
  main,section,.section,.page-hero,.story-hero,.story-founder,.story-values,.story-moments{min-width:0;max-width:100%}

  /* Founder artwork: preserve the full supplied graphic and all embedded text */
  .story-founder-photo{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:4/5;
    border-radius:22px;
    overflow:hidden;
    background:#d8c2a5;
  }
  .story-founder-photo img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
    transform:none;
    display:block;
  }

  /* Safer mobile typography / wrapping */
  .story-hero{padding:28px 16px 12px}
  .story-hero h1{font-size:40px;line-height:1;overflow-wrap:break-word;margin-bottom:16px}
  .story-hero .lead{font-size:15px;line-height:1.58;margin-bottom:0}
  .story-founder{padding:12px 16px 26px;gap:12px}
  .story-founder-card{min-width:0;padding:20px 18px 22px}
  .story-founder-card h2{font-size:32px;line-height:1.03;margin:8px 0 14px;overflow-wrap:break-word}
  .story-founder-card p{font-size:15px;line-height:1.62}
  .story-name{font-size:23px;line-height:1.15}

  /* Prevent cards/sections from pushing beyond the viewport */
  .story-values{padding:10px 16px 36px}
  .story-value{min-width:0}
  .story-moments{padding:0 16px 50px}
  .story-moments-inner{min-width:0;padding:20px 16px 26px;gap:16px;overflow:hidden}
  .story-moments-inner>div{min-width:0}
  .story-moments-inner h2{font-size:34px;line-height:1.02;overflow-wrap:break-word}
  .story-moments-inner p{font-size:15px;line-height:1.58;margin-bottom:0}
  .story-moment-images{width:100%;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
  .story-moment-images img{width:100%;min-width:0;max-width:100%;border-radius:16px}

  /* General mobile spacing/alignment cleanup */
  .section.split{gap:12px}
  .split .visual,.split .copy{min-width:0;width:100%}
  .split .visual img{width:100%;max-width:100%;min-height:0;height:auto;object-fit:cover}
  .featured-row{max-width:100%;padding-right:1px}
  .featured-row .creation-card{min-width:80vw;max-width:80vw}
  .creation-card,.category-card,.form-card,.detail-copy{min-width:0;max-width:100%}
  .creation-copy h3{overflow-wrap:break-word}

  /* Keep fixed WhatsApp usable without crowding content */
  .floating-wa{
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom,0px));
    padding:11px 14px;
    font-size:12px;
    line-height:1;
    max-width:calc(100vw - 24px);
  }
  footer{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}
}

/* V6.3.6 mobile polish */
.category-card img{object-position:center center}
.category-celebration img{object-position:center 42%}
.category-custom img{object-position:center 42%}
.category-macarons img{object-position:center 46%}
.category-kunafa img{object-position:center 28%}
.category-desserts img{object-position:center 34%}
.category-cookies img{object-position:center 72%}
.category-gifting img{object-position:center 46%}
.category-seasonal img{object-position:center 44%}

.story-moment-images .story-img-feature{object-position:center center}
.story-moment-images .story-img-berry{object-position:center 42%}
.story-moment-images .story-img-cheesecake{object-position:center 48%}

.pickup-number{font-size:clamp(34px,4.2vw,52px);line-height:1.02;letter-spacing:-.02em;display:flex;flex-wrap:wrap;gap:.38em;align-items:baseline}
.pickup-number span{font-size:.48em;letter-spacing:.14em;text-transform:uppercase;color:#ffb8c9;font-family:Inter,system-ui,sans-serif;font-weight:900}

@media(max-width:560px){
  .category-card{min-height:238px}
  .category-card div{left:16px;right:16px;bottom:16px}
  .category-card h3{font-size:30px;line-height:.96;max-width:78%}
  .category-card img{object-position:center 40%}
  .category-celebration img{object-position:center 36%}
  .category-custom img{object-position:center 36%}
  .category-macarons img{object-position:center 42%}
  .category-kunafa img{object-position:center 18%}
  .category-desserts img{object-position:center 30%}
  .category-cookies img{object-position:center 86%}
  .category-gifting img{object-position:center 38%}
  .category-seasonal img{object-position:center 36%}

  .story-moment-images{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}
  .story-moment-images img,
  .story-moment-images img:first-child{grid-row:auto;height:auto;aspect-ratio:.9;object-fit:cover;border-radius:16px}
  .story-moment-images .story-img-feature{object-position:center 48%}
  .story-moment-images .story-img-berry{object-position:center 42%}
  .story-moment-images .story-img-cheesecake{object-position:center 44%}

  .pickup-number{font-size:30px;gap:.28em}
}


/* V6.3.7 — micro image centering polish */
.creation-card img,
.featured-row .creation-card img,
.explorer-result img,
.match-card img,
.detail-gallery img,
.split .visual img,
.story-moment-images img{object-position:center center}

/* Use neutral centre crops across category cards for a more polished mobile feel */
.category-card img,
.category-celebration img,
.category-custom img,
.category-cheesecakes img,
.category-macarons img,
.category-kunafa img,
.category-desserts img,
.category-cookies img,
.category-brownies img,
.category-gifting img,
.category-seasonal img{object-position:center center}

.story-moment-images .story-img-feature,
.story-moment-images .story-img-berry,
.story-moment-images .story-img-cheesecake{object-position:center center}

@media(max-width:560px){
  .category-card{min-height:232px}
  .category-card h3{max-width:76%}
  .category-card img,
  .category-celebration img,
  .category-custom img,
  .category-cheesecakes img,
  .category-macarons img,
  .category-kunafa img,
  .category-desserts img,
  .category-cookies img,
  .category-brownies img,
  .category-gifting img,
  .category-seasonal img{object-position:center center !important}

  .story-moment-images{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .story-moment-images img,
  .story-moment-images img:first-child{aspect-ratio:.9;object-fit:cover;object-position:center center !important}
}


/* ================================================================
   V6.4 — Full Mobile Micro-Audit Polish
   Root-cause cleanup: image framing, mobile cards, WA overlap, spacing
   ================================================================ */

/* Consistent visual centering across website photography */
.creation-card img,
.category-card img,
.explorer-result img,
.match-card img,
.detail-gallery img,
.split .visual img,
.story-moment-images img,
.hero-image img{object-position:center center}

/* Category cards use curated clean photography; remove per-card drift. */
.category-card img{object-position:center center !important}

/* Avoid visible horizontal scrollbars in swipe areas. */
.featured-row,.explorer-carousel,.choice-row,.filter-toolbar{scrollbar-width:none;-ms-overflow-style:none}
.featured-row::-webkit-scrollbar,.explorer-carousel::-webkit-scrollbar,.choice-row::-webkit-scrollbar,.filter-toolbar::-webkit-scrollbar{display:none}

.pickup-number{font-size:clamp(34px,4.2vw,52px);line-height:1.02;letter-spacing:-.02em;display:flex;flex-wrap:wrap;gap:.34em;align-items:baseline}
.pickup-number span{font-family:Inter,system-ui,sans-serif;font-size:.44em;letter-spacing:.12em;font-weight:900;color:#ffb8c9}

@media(max-width:560px){
  /* Predictable page gutters on iPhone widths. */
  .section,.page-hero,.story-hero,.story-founder,.story-values,.story-moments,.explorer-results-section{padding-left:15px;padding-right:15px}
  .section{padding-top:38px;padding-bottom:38px}
  .page-hero{padding-top:28px;padding-bottom:22px}

  /* Category tiles: one centered hero subject, no directional drifting. */
  .category-card{min-height:218px;border-radius:20px}
  .category-card img{width:100%;height:100%;object-fit:cover;object-position:center center !important}
  .category-card div{left:15px;right:15px;bottom:14px}
  .category-card h3{font-size:28px;line-height:1;max-width:88%}

  /* Creation cards: consistent crop and comfortable phone proportions. */
  .creation-card{border-radius:18px}
  .creation-card img{aspect-ratio:4/4.35;object-fit:cover;object-position:center center !important}
  .creation-copy{padding:13px 14px 15px;min-height:112px}
  .creation-copy h3{font-size:23px;line-height:1.04}

  /* Homepage featured carousel: one clear card, clean swipe cue, no browser scrollbar. */
  .featured-row{gap:10px;padding:0 14px 4px 0;scroll-padding-left:0;overflow-x:auto;overscroll-behavior-inline:contain}
  .featured-row .creation-card{min-width:84vw;max-width:84vw;scroll-snap-align:start}

  /* Story image trio: equal, centered crops rather than one stretched tall slot. */
  .story-moment-images{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%}
  .story-moment-images img,
  .story-moment-images img:first-child{grid-row:auto;height:auto;aspect-ratio:.88;object-fit:cover;object-position:center center !important;border-radius:14px}

  /* Founder graphic should always show the complete supplied composition. */
  .story-founder-photo{height:auto;aspect-ratio:4/5;background:#d8c2a5}
  .story-founder-photo img{width:100%;height:100%;object-fit:contain;object-position:center center;transform:none}

  /* Compact floating WhatsApp so it does not cover form choices/cards. */
  .floating-wa{right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));padding:10px 12px;font-size:11px;line-height:1;box-shadow:0 8px 22px rgba(132,35,63,.28)}
  footer{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))}

  /* Slightly tighter mobile headings prevent awkward line breaks. */
  .home-hero h1,h1{font-size:38px;line-height:.99}
  h2{font-size:32px;line-height:1}
  p.lead{font-size:15px;line-height:1.58}

  /* Individual creation pages: cleaner single-column gallery framing. */
  .detail-gallery{gap:9px}
  .detail-gallery img,.detail-gallery img:first-child{width:100%;aspect-ratio:1.02;object-fit:cover;object-position:center center !important;border-radius:18px}
  .detail-copy{padding:22px 18px;border-radius:22px}
}

/* V6.6 photography and type refinement */
.site-header{background:#fff}
.brand img{height:58px;max-width:215px;object-fit:contain}
.drawer-top img{background:#fff}
h1{font-size:clamp(35px,4.5vw,64px);line-height:1.07}
h2{font-size:clamp(29px,3.35vw,48px);line-height:1.1}
.home-hero h1{font-size:clamp(38px,5.25vw,70px);line-height:1.04}
.path-card h3{font-size:26px;line-height:1.12}
.category-card h3{font-size:25px;line-height:1.1}
.creation-copy h3{font-size:20px;line-height:1.18}
.match-card h3{font-size:18px;line-height:1.18}
.story-quote{font-size:23px}
.pickup-number{font-size:clamp(28px,3.15vw,39px)}
.home-hero .hero-image{min-height:0;aspect-ratio:4/5;background:#f4e4e2}
.home-hero .hero-image img{width:100%;height:100%;object-fit:contain;object-position:center}
.category-card img{object-fit:cover;object-position:center center}
.creation-card img,.match-card img,.explorer-result img{object-fit:contain;background:#f4e4e2}
.detail-gallery img,.detail-gallery img:first-child{object-fit:contain;background:#f4e4e2}
/* Prevent product details from disappearing behind square crops. */
.split .visual img{object-fit:contain;background:#f4e4e2}
@media(max-width:900px){
 .home-hero .hero-image{width:min(100%,460px);height:auto;max-height:none;min-height:0;margin-inline:auto;order:-1}
 .home-hero{gap:23px}
}
@media(max-width:560px){
 .site-header{background:#fff}
 .brand img{height:44px;max-width:172px}
 .home-hero{padding:16px 16px 34px}
 .home-hero .hero-image{width:100%;height:auto;max-height:none;aspect-ratio:4/5;border-radius:22px}
 .home-hero h1,h1{font-size:clamp(30px,8vw,34px);line-height:1.08}
 h2{font-size:clamp(26px,7vw,30px);line-height:1.1}
 .story-hero h1{font-size:34px;line-height:1.08}
 .category-card h3{font-size:22px;line-height:1.12}
 .creation-copy h3{font-size:19px;line-height:1.17}
 .path-card h3{font-size:25px}
 .detail-gallery img,.detail-gallery img:first-child{object-fit:contain}
 .floating-wa{bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:40}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* V6.6.1 — restrained motion and spacing */
.site-header .brand,.home-hero .hero-image{transform-origin:center center}
.mobile-drawer{transition:transform .32s cubic-bezier(.22,1,.36,1)}
.drawer-shade{transition:opacity .32s ease}
.image-lightbox__img{transform-origin:center center}
.carousel-cue{display:none}
.section > h2,.story-founder-card h2,.kunafa-feature-copy h2{position:relative;padding-bottom:10px}
.section > h2::after,.story-founder-card h2::after,.kunafa-feature-copy h2::after{content:"";position:absolute;bottom:0;left:0;width:46px;height:2px;background:var(--rose);transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.22,1,.36,1)}
.section > h2.motion-arrived::after,.story-founder-card h2.motion-arrived::after,.kunafa-feature-copy h2.motion-arrived::after{transform:scaleX(1)}
.section{padding-top:58px;padding-bottom:58px}
.page-hero + .section{padding-top:18px}
.kunafa-feature{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:center;padding:18px 5vw 36px}
.kunafa-feature-photo{border-radius:28px;overflow:hidden;background:#f4e4e2;box-shadow:var(--shadow)}
.kunafa-feature-photo img{width:100%;height:auto;max-height:510px;object-fit:contain;object-position:center}
.kunafa-feature-copy{padding:32px 26px}
.kunafa-feature-copy h2{margin:10px 0 16px}
.kunafa-feature-copy p{font-size:17px;line-height:1.65;color:var(--muted);max-width:520px}
.kunafa-list{padding-top:12px}
.category-kunafa img{object-position:center center!important}
.celebration-planner .page-hero{padding-bottom:12px}
.celebration-planner .page-hero + .section{padding-top:10px}
.celebration-planner .form-card{max-width:800px;padding:32px}
.celebration-planner .form-card label{margin:0 0 20px;font-size:15px}
.celebration-planner .form-card select{margin-top:9px;min-height:52px}
.planner-guest-label{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-weight:800;color:var(--wine);font-size:15px}
.planner-guest-label small{font-size:12px;font-weight:500;color:var(--muted)}
.celebration-planner .planner-counter{grid-template-columns:72px minmax(0,1fr) 72px;min-height:78px;margin:12px 0 20px}
.celebration-planner .planner-counter button{font-size:32px;touch-action:manipulation}
.celebration-planner .planner-counter strong{font-size:36px}
.celebration-planner .tool-result{padding:24px;margin:0 0 22px;line-height:1.75}
.celebration-planner #planWa{min-height:52px}
@media(max-width:900px){
 .kunafa-feature{grid-template-columns:1fr;gap:18px;padding:16px 18px 22px}
 .kunafa-feature-photo{max-width:650px;width:100%;margin:auto}
 .kunafa-feature-copy{padding:4px 2px 8px}
}
@media(max-width:560px){
 .section{padding-top:30px;padding-bottom:30px}
 .page-hero + .section{padding-top:12px}
 .kunafa-feature{padding:10px 15px 22px;gap:16px}
 .kunafa-feature-photo{border-radius:21px}
 .kunafa-feature-photo img{max-height:none}
 .kunafa-feature-copy p{font-size:15px;line-height:1.58;margin:12px 0 14px}
 .kunafa-feature-copy .hero-actions{margin-top:16px}
 .kunafa-feature-copy .btn{flex:1;min-height:46px;font-size:13px;padding:12px 14px}
 .kunafa-list{padding-top:8px}
 .carousel-cue{display:flex;align-items:center;gap:8px;margin:9px 0 0;font-size:12px;letter-spacing:.05em;color:var(--wine)}
 .carousel-cue span{font-size:19px}
 .featured-row + .carousel-cue + div{margin-top:15px!important}
 .celebration-planner .page-hero{padding-bottom:4px}
 .celebration-planner .page-hero + .section{padding-top:8px}
 .celebration-planner .form-card{margin:0 auto;padding:24px 20px;border-radius:22px}
 .celebration-planner .form-card label{font-size:15px;margin-bottom:22px}
 .planner-guest-label{display:block}
 .planner-guest-label small{display:block;margin-top:4px}
 .celebration-planner .planner-counter{grid-template-columns:64px minmax(0,1fr) 64px;min-height:76px;margin:13px 0 18px}
 .celebration-planner .tool-result{padding:20px;margin-bottom:20px}
 .explorer-builder{margin:0 14px;padding:22px 18px}
 .explorer-step{padding:22px 0}
 .choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;overflow:visible}
 .choice{white-space:normal;min-height:48px;text-align:center;padding:10px 8px;font-size:13px;line-height:1.25}
 .explorer-step-head{margin-bottom:14px}
}
@media(prefers-reduced-motion:reduce){.section > h2::after,.story-founder-card h2::after,.kunafa-feature-copy h2::after{transform:scaleX(1);transition:none}}
#kunafa-creations{scroll-margin-top:84px}
