
:root{
 --cream:#fbf8f3;--ivory:#f5efe7;--sand:#e6d9c9;--taupe:#b9a895;
 --brown:#5c4c40;--rose:#d8b6b1;--sage:#b8c2ad;--ink:#4a4039;--white:#fffdf9
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:#6d625a;font-family:Montserrat,Arial,sans-serif;line-height:1.7}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;color:var(--ink);font-weight:400;line-height:1.12}
h1{font-size:clamp(48px,7vw,82px);margin:0 0 22px}
h2{font-size:clamp(32px,4vw,52px);margin:0 0 16px}
h3{font-size:25px}
.topbar{background:var(--brown);color:#fff;text-align:center;padding:8px 20px;font-size:11px;letter-spacing:.17em;text-transform:uppercase}
.header{position:sticky;top:0;z-index:50;background:rgba(251,248,243,.96);border-bottom:1px solid #e8dfd5;backdrop-filter:blur(10px)}
.nav{max-width:1280px;margin:auto;padding:17px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-family:Georgia,serif;color:var(--ink);font-size:25px;letter-spacing:.08em}
.logo span{display:block;color:var(--rose);font-family:cursive;font-size:18px;margin-top:-8px}
.menu{display:flex;gap:23px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}
.menu a:hover{color:var(--rose)}
.mobile-menu{display:none}
.btn{display:inline-block;padding:13px 24px;background:var(--brown);border:1px solid var(--brown);color:#fff;border-radius:3px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:11px;margin:8px 8px 8px 0}
.btn.secondary{background:transparent;color:var(--brown)}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(74,64,57,.12)}
.section{max-width:1280px;margin:auto;padding:82px 28px}
.center{text-align:center}
.mini-kicker,.kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;color:#9e8776;margin-bottom:12px}
.script{font-family:cursive;color:var(--rose);font-size:.78em}
.hero{max-width:1280px;margin:auto;padding:42px 28px 58px;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;min-height:670px}
.hero-copy p{font-size:18px;max-width:560px}
.hero-image{min-height:570px;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(76,62,52,.13)}
.hero-image img{width:100%;height:100%;object-fit:cover}
.brand-line{padding:30px;text-align:center;background:var(--ivory);font-family:Georgia,serif;color:var(--ink);font-size:21px}
.section-intro{max-width:820px;margin:0 auto 38px;text-align:center}
.grid{display:grid;gap:24px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.category-card,.product-card,.review-card,.promise-card{background:var(--white);border:1px solid #eadfd5;border-radius:14px;overflow:hidden;transition:.25s ease}
.category-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(79,64,53,.10)}
.card-photo{height:340px;background:var(--ivory);overflow:hidden}
.card-photo img{width:100%;height:100%;object-fit:cover}
.card-body{padding:22px}
.card-title{font-family:Georgia,serif;color:var(--ink);font-size:21px}
.card-copy{font-size:14px}
.card-link{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--brown)}
.editorial{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.editorial-photo{height:520px;border-radius:16px;overflow:hidden}
.editorial-photo img{width:100%;height:100%;object-fit:cover}
.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.promise-card{padding:28px;text-align:center}
.promise-card strong{display:block;color:var(--ink);font-family:Georgia,serif;font-size:20px;margin-bottom:7px}
.soft{background:var(--ivory)}
.feature-banner{position:relative;min-height:530px;overflow:hidden}
.feature-banner img{width:100%;height:530px;object-fit:cover}
.feature-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(63,51,43,.63),rgba(63,51,43,.05));display:flex;align-items:center}
.feature-overlay>div{max-width:1280px;width:100%;margin:auto;padding:40px 28px;color:#fff}
.feature-overlay h2{color:#fff;max-width:650px}
.feature-overlay p{max-width:520px}
.reviews{background:var(--ivory)}
.review-card{padding:30px}
.stars{letter-spacing:.08em;color:#a8876f;font-size:13px}
.cta{background:var(--brown);color:#fff;text-align:center;padding:70px 28px}
.cta h2{color:#fff}
.footer{background:#eee6dc;padding:54px 28px 20px}
.footer-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}
.footer h4{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--ink)}
.footer a{display:block;margin:8px 0;font-size:14px}
.copy{text-align:center;border-top:1px solid #dbcec1;padding-top:18px;margin-top:30px;font-size:11px}
.shop-hero{max-width:960px;margin:auto;text-align:center;padding:80px 28px 40px}
.filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:20px 0 0}
.filter-btn{background:transparent;border:1px solid #cdbdaf;padding:9px 14px;border-radius:99px;cursor:pointer;color:var(--brown)}
.filter-btn.active{background:var(--brown);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card .card-photo{height:315px}
.product-meta{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9b8a7c}
.price{font-weight:800;color:var(--ink)}
.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}
.gallery-main{height:620px;background:var(--ivory);border-radius:14px;overflow:hidden;cursor:zoom-in}
.gallery-main img{width:100%;height:100%;object-fit:contain}
.thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:10px;margin-top:12px}
.thumb{height:95px;border:2px solid transparent;border-radius:7px;overflow:hidden;cursor:pointer;background:var(--ivory)}
.thumb.active,.thumb:hover{border-color:var(--rose)}
.thumb img{width:100%;height:100%;object-fit:cover}
.product-info{position:sticky;top:110px}
.product-info h1{font-size:clamp(38px,5vw,62px)}
.note{background:var(--ivory);border-left:3px solid var(--rose);padding:16px;border-radius:4px}
.badges{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}
.badge{padding:7px 11px;background:var(--white);border:1px solid #ddd1c5;border-radius:99px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.details{display:grid;grid-template-columns:1fr 1fr;gap:40px}
details{padding:14px 0;border-bottom:1px solid #dfd4c9}
summary{font-weight:700;cursor:pointer;color:var(--ink)}
.form-box{max-width:860px;margin:auto;background:var(--white);padding:34px;border:1px solid #e2d7cc;border-radius:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.full{grid-column:1/-1}
label{font-weight:700;font-size:13px;color:var(--ink)}
input,select,textarea{width:100%;padding:13px;margin-top:6px;border:1px solid #d9cec3;border-radius:5px;background:#fff;font:inherit}
textarea{min-height:140px}
.lightbox{display:none;position:fixed;inset:0;background:rgba(30,25,22,.9);z-index:999;align-items:center;justify-content:center;padding:25px}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:87vh;border-radius:8px}
.lightbox button{position:absolute;border:0;border-radius:50%;width:44px;height:44px;font-size:24px;background:#fff;cursor:pointer}
.lb-close{right:25px;top:25px}.lb-prev{left:25px}.lb-next{right:25px}
.admin-wrap{max-width:980px;margin:auto;padding:60px 28px}
.admin-panel{background:var(--white);border:1px solid #e2d7cc;border-radius:14px;padding:30px;margin-bottom:22px}
@media(max-width:1000px){
 .grid-4,.product-grid{grid-template-columns:repeat(2,1fr)}
 .promise-grid{grid-template-columns:repeat(2,1fr)}
 .menu{display:none}.mobile-menu{display:block}
}
@media(max-width:760px){
 .hero,.editorial,.product-layout,.details,.form-grid,.footer-grid{grid-template-columns:1fr}
 .hero{min-height:auto}.hero-image{min-height:420px}.editorial-photo{height:420px}
 .grid-4,.grid-3,.grid-2,.product-grid,.promise-grid{grid-template-columns:1fr}
 .product-info{position:static}.gallery-main{height:440px}
}


.custom-mobile-panel{max-width:1180px;margin:12px auto 36px;padding:42px;display:grid;grid-template-columns:1.15fr .85fr;gap:38px;align-items:center;background:linear-gradient(110deg,#fffaf5,#fffdf9);border:1px solid #eadfd5;border-radius:18px;box-shadow:0 12px 34px rgba(81,60,45,.07)}
.custom-mobile-panel[hidden]{display:none}
.custom-mobile-copy h2{font-size:clamp(42px,6vw,68px);margin:4px 0 12px}
.custom-mobile-copy>p{max-width:620px}
.custom-mobile-features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.custom-mobile-features div{text-align:center}
.custom-mobile-features strong,.custom-mobile-features small{display:block}
.custom-mobile-features strong{font-size:12px;margin-top:8px}
.custom-mobile-features small{font-size:10px;line-height:1.45;margin-top:4px}
.feature-icon{display:block;font-size:28px;color:#e9a3a3;line-height:1}
.custom-mobile-card{min-height:310px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;padding:26px;border:1px dashed #e9a3a3;border-radius:16px;background:#fff}
.custom-mobile-card-copy h3{font-size:27px;color:#e98f91;margin:0 0 12px}
.custom-mobile-card-copy p{font-size:12px;line-height:1.7;margin-bottom:18px}
.custom-mobile-card-copy .btn{font-size:11px;padding:12px 18px}
.mobile-frame{position:relative;height:230px;min-width:190px}
.mobile-hook{position:absolute;top:3px;left:50%;width:8px;height:8px;border-radius:50%;background:#b48a5b;transform:translateX(-50%)}
.mobile-line{position:absolute;top:10px;width:1px;background:#d8c9bc;transform-origin:top}
.mobile-line-left{left:50%;height:78px;transform:rotate(32deg)}
.mobile-line-right{left:50%;height:78px;transform:rotate(-32deg)}
.mobile-line-centre{left:50%;height:82px}
.mobile-ring{position:absolute;top:76px;left:50%;width:150px;height:24px;border:5px solid #b9915f;border-radius:50%;transform:translateX(-50%);box-shadow:0 2px 4px rgba(0,0,0,.12)}
.mobile-drop{position:absolute;top:99px;width:1px;height:103px;background:#ddd0c5}
.drop-one{left:28%}.drop-two{left:43%}.drop-three{left:58%}.drop-four{left:73%}
@media(max-width:900px){.custom-mobile-panel{grid-template-columns:1fr;padding:28px}.custom-mobile-features{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.custom-mobile-panel{margin:8px 14px 28px;padding:22px}.custom-mobile-card{grid-template-columns:1fr;text-align:center}.custom-mobile-features{grid-template-columns:1fr 1fr}.mobile-frame{height:205px}}


/* Final brand polish */
.logo-image-link{display:flex;align-items:center;line-height:0}
.brand-logo{display:block;width:235px;max-height:82px;object-fit:contain;mix-blend-mode:multiply}
.footer .brand-logo{width:255px;margin-bottom:12px}
.premium-photo img{filter:saturate(1.02);object-position:center}
.promise-letter{padding:82px 24px;background:linear-gradient(180deg,#fffaf6,#f8eee8);text-align:center}
.promise-letter-inner{max-width:880px;margin:auto}
.promise-letter h2{font-size:clamp(42px,6vw,66px);margin:10px 0 24px}
.promise-letter p{max-width:760px;margin:0 auto 17px;line-height:1.9}
.promise-divider{font-size:30px;color:#d8a5a1;margin-bottom:12px}
.promise-highlight{font-family:Georgia,serif;font-size:22px;color:#5d4c43;margin-top:25px!important}
.promise-points{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:30px 0}
.promise-points span{padding:11px 15px;border:1px solid #decfc4;border-radius:999px;background:rgba(255,255,255,.7);font-size:12px;font-weight:700}
.signature{font-family:Georgia,serif;font-size:18px;margin-top:34px!important}
.signature strong{font-size:25px}
.signature small{font-family:Montserrat,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:760px){
  .brand-logo{width:185px;max-height:68px}
  .footer .brand-logo{width:210px}
  .promise-letter{padding:58px 20px}
  .promise-highlight{font-size:19px}
}

/* Correct transparent PNG branding */
.brand-logo{
  width:270px;
  max-width:34vw;
  max-height:92px;
  object-fit:contain;
  mix-blend-mode:normal;
}
.footer .brand-logo{
  width:300px;
  max-width:100%;
  max-height:125px;
}
.promise-brand-logo{
  display:block;
  width:min(520px,90%);
  max-height:180px;
  object-fit:contain;
  margin:0 auto 18px;
}
@media(max-width:760px){
  .brand-logo{width:205px;max-width:62vw;max-height:72px}
  .footer .brand-logo{width:245px}
  .promise-brand-logo{width:min(390px,95%)}
}

/* Complete FAQ page */
.faq-hero{text-align:center;padding:76px 24px 38px}
.faq-hero p{max-width:680px;margin:16px auto 0}
.faq-page{padding-top:24px}
.faq-layout{max-width:1120px;margin:0 auto}
.faq-group{margin:0 0 54px}
.faq-group h2{font-size:clamp(28px,4vw,42px);margin:0 0 18px;color:#51463f}
.faq-item{border-top:1px solid #dfd1c6;background:transparent}
.faq-item:last-child{border-bottom:1px solid #dfd1c6}
.faq-item summary{cursor:pointer;list-style:none;padding:23px 42px 23px 4px;font-size:19px;font-weight:700;position:relative;color:#3f3833}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:28px;font-weight:400;color:#b98982}
.faq-item[open] summary:after{content:"–"}
.faq-answer{padding:0 46px 22px 4px}
.faq-answer p{margin:0;line-height:1.8;color:#645951}
.faq-contact{background:linear-gradient(180deg,#fbf3ee,#f5e7df);padding:72px 24px;text-align:center}
.faq-contact>div{max-width:760px;margin:auto}
.faq-contact h2{font-size:clamp(38px,5vw,58px);margin:8px 0 18px}
.faq-contact p{max-width:650px;margin:0 auto 28px;line-height:1.8}
@media(max-width:700px){
.faq-group{margin-bottom:42px}
.faq-item summary{font-size:17px;padding:19px 38px 19px 2px}
.faq-answer{padding:0 34px 18px 2px}
.faq-contact .btn{display:block;max-width:320px;margin:10px auto}
}


/* Design Studio V11 */
.design-hero{text-align:center;padding-bottom:42px}
.design-hero p{max-width:720px;margin:16px auto 0}
.design-studio-section{padding-top:18px}
.design-studio-layout{max-width:1120px;margin:0 auto}
.design-request-form{display:grid;gap:28px}
.form-step{background:#fffdfa;border:1px solid #eadbd1;border-radius:24px;padding:34px;box-shadow:0 18px 50px rgba(78,60,49,.06)}
.step-heading{display:flex;gap:18px;align-items:flex-start;margin-bottom:28px}
.step-heading h2{margin:4px 0 0;font-size:clamp(27px,4vw,40px);color:#4e433c}
.step-number{width:46px;height:46px;border-radius:50%;background:#efc6c2;color:#fff;display:grid;place-items:center;font-weight:800;font-size:18px;flex:0 0 auto}
.full-field{display:block;font-weight:700;color:#413831}
.dynamic-fields{margin-top:22px;padding:24px;border-radius:18px;background:#fbf3ee}
.upload-zone{border:2px dashed #ddb8b2;border-radius:22px;padding:44px 24px;text-align:center;background:#fffaf7;transition:.2s ease}
.upload-zone.dragover{background:#f8e9e4;border-color:#c78982;transform:translateY(-2px)}
.upload-zone h3{margin:8px 0 4px;font-size:24px}
.upload-zone p{margin:0 0 20px;color:#75675e}
.upload-icon{font-size:48px;color:#d69993;line-height:1}
.upload-help{margin-top:15px;font-size:13px;color:#8a7a70}
.inspiration-examples{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}
.inspiration-examples span{background:#f8eee9;border-radius:99px;padding:9px 14px;font-size:13px;color:#695b53}
.image-preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.preview-card{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:1;background:#f4ebe6;border:1px solid #e6d5ca}
.preview-card img{width:100%;height:100%;object-fit:cover}
.preview-card button{position:absolute;right:7px;top:7px;border:0;background:rgba(47,39,34,.78);color:white;width:27px;height:27px;border-radius:50%;cursor:pointer}
.reassurance-note{margin-top:20px;padding:20px 22px;border-radius:16px;background:#f3e2dd;color:#5e4e46;line-height:1.7}
.reassurance-note strong{display:block;color:#443831}
.what-next{text-align:center;background:linear-gradient(145deg,#f8ece7,#fffaf7);border-radius:25px;padding:45px 28px;border:1px solid #ead8ce}
.what-next h2{font-size:clamp(30px,4vw,44px);margin:8px 0 28px}
.next-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:30px}
.next-steps div{background:white;border-radius:16px;padding:18px 10px;display:grid;gap:9px;border:1px solid #eadbd1}
.next-steps strong{margin:auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dba39d;color:white}
.next-steps span{font-size:13px;font-weight:700;color:#5f524a}
.form-note{max-width:720px;margin:20px auto 0;font-size:13px;color:#7a6d65;line-height:1.6}
.upload-button{margin-top:4px}
@media(max-width:780px){
  .form-step{padding:24px 18px}
  .image-preview-grid{grid-template-columns:repeat(2,1fr)}
  .next-steps{grid-template-columns:1fr}
  .step-heading{gap:12px}
}

/* Premium product badges */
.product-card .card-photo{position:relative}
.product-badge-stack{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;z-index:2}
.product-badge{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:rgba(255,250,246,.94);border:1px solid rgba(207,171,157,.65);box-shadow:0 5px 16px rgba(75,57,45,.10);color:#684f40;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(6px)}
.product-badge:first-child{background:#6a5547;color:#fff;border-color:#6a5547}
.product-trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 20px}
.product-trust-badges span{padding:7px 11px;border-radius:999px;background:#f7eee8;border:1px solid #e8d7cc;color:#6a5547;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
@media(max-width:640px){
 .product-badge-stack{top:10px;left:10px}
 .product-badge{font-size:9px;padding:5px 8px}
}


/* Enhanced Our Story page */
.about-hero{position:relative;max-width:1440px;margin:0 auto;min-height:620px;overflow:hidden}
.about-hero>img{width:100%;height:620px;object-fit:cover;display:block}
.about-hero-overlay{position:absolute;left:5%;bottom:7%;max-width:560px;padding:34px 38px;border-radius:18px;background:rgba(255,250,246,.91);box-shadow:0 20px 55px rgba(64,48,39,.14);backdrop-filter:blur(8px)}
.about-hero-overlay h1{font-size:clamp(44px,5vw,72px);line-height:1.03;margin:7px 0 18px}
.about-hero-overlay p{font-size:17px;margin:0}
.about-intro-grid{display:grid;grid-template-columns:1.7fr .8fr;gap:60px;align-items:center;max-width:1120px;margin:auto}
.about-intro-grid h2{font-size:clamp(42px,5vw,62px)}
.maker-signature{font-family:cursive;font-size:27px;color:#b98f7f;text-align:right;margin-top:25px}
.about-note{background:linear-gradient(180deg,#f9efea,#fff9f5);border:1px solid #ead9cf;border-radius:18px;padding:38px 28px;display:grid;gap:14px;text-align:center;box-shadow:0 15px 45px rgba(82,62,50,.08)}
.about-note span{font-size:31px;color:#c99c90}
.about-note strong{font-family:Georgia,serif;font-size:20px;font-weight:400;color:#55463e;padding-bottom:17px;border-bottom:1px solid #ead9cf}
.about-note strong:last-child{border-bottom:0;padding-bottom:0}
.section-heading{text-align:center;max-width:850px;margin:0 auto 38px}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1160px;margin:auto}
.about-values-grid article{background:#fff;border:1px solid #eadfd5;border-radius:15px;padding:30px;text-align:center}
.about-values-grid article span{font-size:30px}
.about-values-grid h3{font-family:Georgia,serif;font-size:21px;margin:12px 0 8px}
.story-panel{max-width:900px;text-align:center}
.story-panel>p{font-size:18px;line-height:1.9}
.order-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:1240px;margin:auto}
.order-steps article{background:#fff;border:1px solid #eadfd5;border-radius:15px;padding:25px 18px;text-align:center}
.order-steps b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;margin:0 auto 15px;background:#6a5547;color:white;font-size:17px}
.order-steps h3{font-size:18px}
.about-thankyou{padding:85px 28px;background:linear-gradient(135deg,#6a5547,#846d5e);color:#fff;text-align:center}
.about-thankyou>div{max-width:870px;margin:auto}
.about-thankyou h2{color:#fff;font-size:clamp(38px,5vw,58px)}
.about-thankyou p{font-size:17px;line-height:1.9}
.about-quote{font-family:Georgia,serif;font-style:italic;font-size:23px!important}
.about-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.about-thankyou .btn{background:#fff;color:#604c40}
.about-thankyou .btn.secondary{background:transparent;color:#fff;border-color:#fff}
.floating-whatsapp{position:fixed;right:24px;bottom:24px;background:#25D366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.2);z-index:9999}
@media(max-width:960px){
 .about-intro-grid{grid-template-columns:1fr}
 .about-values-grid{grid-template-columns:repeat(2,1fr)}
 .order-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .about-hero{min-height:auto}
 .about-hero>img{height:420px}
 .about-hero-overlay{position:relative;left:auto;bottom:auto;margin:-70px 16px 0;padding:25px}
 .about-hero-overlay h1{font-size:40px}
 .about-values-grid,.order-steps{grid-template-columns:1fr}
}


/* Homepage trust and handcrafted process */
.homepage-trust{padding-top:88px;padding-bottom:88px}
.homepage-trust .section-heading p,
.homepage-process .section-heading p{max-width:720px;margin:12px auto 0}
.homepage-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1160px;margin:40px auto 0}
.homepage-trust-grid article{background:#fff;border:1px solid #eadfd5;border-radius:16px;padding:30px 26px;text-align:center;box-shadow:0 12px 35px rgba(79,64,53,.06)}
.homepage-trust-grid span{display:block;font-size:31px;margin-bottom:12px}
.homepage-trust-grid h3{font-family:Georgia,serif;font-size:21px;margin:0 0 8px}
.homepage-trust-grid p{margin:0;line-height:1.7}

.homepage-process{padding-top:88px;padding-bottom:88px}
.homepage-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1180px;margin:42px auto 0}
.homepage-process-grid article{position:relative;background:#fff;border:1px solid #eadfd5;border-radius:16px;padding:34px 24px 28px;text-align:center}
.homepage-process-grid b{position:absolute;top:14px;left:14px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#6a5547;color:#fff;font-size:13px}
.homepage-process-grid span{display:block;font-size:34px;margin-bottom:13px}
.homepage-process-grid h3{font-family:Georgia,serif;font-size:21px;margin:0 0 10px}
.homepage-process-grid p{margin:0;line-height:1.7}
.homepage-process-action{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}

@media(max-width:960px){
  .homepage-trust-grid{grid-template-columns:repeat(2,1fr)}
  .homepage-process-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .homepage-trust,.homepage-process{padding-top:60px;padding-bottom:60px}
  .homepage-trust-grid,.homepage-process-grid{grid-template-columns:1fr}
}


/* Handmade turnaround section */
.turnaround-section{padding:34px 28px;background:#f4e9e3}
.turnaround-inner{max-width:1080px;margin:auto;display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:30px 36px;border:1px solid #e1cfc5;border-radius:18px;background:rgba(255,250,247,.88);box-shadow:0 12px 36px rgba(78,61,49,.06)}
.turnaround-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#fff;color:#c8958f;font-size:28px;border:1px solid #ead8cf}
.turnaround-inner h2{font-size:clamp(30px,4vw,46px);margin:5px 0 12px}
.turnaround-inner p{margin:7px 0;line-height:1.75}
.turnaround-highlight{font-family:Georgia,serif;font-size:20px;color:#6b5345}
.turnaround-inner a{font-weight:700;color:#6b5345;text-decoration:underline;text-underline-offset:3px}
@media(max-width:700px){
 .turnaround-section{padding:24px 16px}
 .turnaround-inner{grid-template-columns:1fr;text-align:center;padding:26px 22px}
 .turnaround-icon{margin:auto}
}


/* Turnaround messaging across the customer journey */
.turnaround-assurance{font-size:13px;color:#77685f;border-top:1px solid #e6d6cd;padding-top:12px;margin-top:14px!important}
.mobile-turnaround-strip{max-width:1180px;margin:0 auto 26px;padding:22px 28px;border-radius:16px;background:#f8eee9;border:1px solid #e4d0c6}
.mobile-turnaround-strip[hidden]{display:none}
.mobile-turnaround-strip>div:first-child{display:flex;align-items:center;gap:15px}
.mobile-turnaround-strip .timing-icon{font-size:30px}
.mobile-turnaround-strip strong{font-family:Georgia,serif;font-size:21px;color:#59483f}
.mobile-turnaround-strip p{margin:3px 0 0}
.timing-points{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:15px;font-size:12px;font-weight:700;color:#6a5547}

.custom-timing-panel{max-width:1050px;margin:0 auto 18px;padding:34px 38px;border-radius:20px;background:linear-gradient(135deg,#f8ece7,#fffaf7);border:1px solid #e5d3c9;text-align:center}
.custom-timing-panel h2{font-size:clamp(30px,4vw,45px);margin:6px 0 15px}
.custom-timing-panel>p{max-width:820px;margin:0 auto 18px;line-height:1.8}
.custom-timing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px;max-width:800px;margin:22px auto;text-align:left}
.custom-timing-grid span{background:#fff;padding:13px 15px;border-radius:10px;border:1px solid #eadbd2;font-size:13px;font-weight:700}
.custom-timing-rush{padding-top:16px;border-top:1px solid #e4d2c8}
.product-turnaround-card{display:grid;grid-template-columns:auto 1fr;gap:14px;margin:22px 0;padding:17px 18px;border-radius:12px;background:#f8eee9;border:1px solid #e5d4ca}
.product-turnaround-icon{font-size:24px}
.product-turnaround-card strong{display:block;color:#57473f;font-family:Georgia,serif;font-size:18px}
.product-turnaround-card p{margin:5px 0 4px;font-size:13px;line-height:1.6}
.product-turnaround-card small{color:#8a766a;font-weight:700}
@media(max-width:700px){
 .mobile-turnaround-strip{margin-left:14px;margin-right:14px;padding:20px}
 .mobile-turnaround-strip>div:first-child{align-items:flex-start}
 .custom-timing-panel{margin-left:16px;margin-right:16px;padding:28px 20px}
 .custom-timing-grid{grid-template-columns:1fr}
}


/* Milestone Discs collection */
.milestone-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center}
.milestone-hero h1{font-size:clamp(54px,7vw,88px);margin-bottom:4px}
.milestone-script{font-size:clamp(30px,4vw,48px);color:#c2958a;margin:0 0 20px}
.milestone-hero-image{border-radius:18px;overflow:hidden;box-shadow:0 22px 60px rgba(74,57,47,.12)}
.milestone-hero-image img{width:100%;display:block}
.milestone-hero-actions,.milestone-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.milestone-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:auto}
.milestone-collection-card{position:relative;background:#fff;border:1px solid #eadfd5;border-radius:15px;overflow:hidden}
.milestone-collection-card img{width:100%;height:245px;object-fit:cover}
.milestone-collection-card>div{padding:22px}
.milestone-collection-card h3{font-family:Georgia,serif;font-size:23px;margin:7px 0}
.inspiration-ribbon{display:inline-block;padding:5px 9px;border-radius:999px;background:#f2ded8;color:#71594c;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.milestone-example-note{text-align:center;max-width:760px;margin:28px auto 0}
.milestone-material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.milestone-material-grid article,.milestone-info-grid article{border:1px solid #eadfd5;background:#fff;border-radius:15px;padding:27px}
.milestone-material-grid span{font-size:31px}
.milestone-material-grid h3,.milestone-info-grid h3{font-family:Georgia,serif;font-size:21px}
.milestone-colours{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}
.milestone-colours>div{padding:24px;border-radius:15px;background:#f8eee9}
.colour-pills{display:flex;flex-wrap:wrap;gap:8px}
.colour-pills span{padding:8px 12px;border:1px solid #decfc5;background:#fff;border-radius:999px;font-size:12px}
.milestone-form{max-width:1050px;margin:auto;background:#fff;border:1px solid #eadfd5;border-radius:20px;padding:38px}
.milestone-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.milestone-form label{display:grid;gap:7px;font-weight:700;color:#55463e;font-size:13px}
.milestone-form input,.milestone-form select,.milestone-form textarea{width:100%;padding:14px;border:1px solid #dccdc4;border-radius:10px;background:#fff;font:inherit}
.milestone-form .full-field{margin-top:18px}
.milestone-upload{margin:22px 0;padding:25px;border:1px dashed #d4bdb2;border-radius:14px;background:#fffaf7}
.milestone-addons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px;margin:22px 0;padding:24px;border:1px solid #e3d2c8;border-radius:14px}
.milestone-addons legend{font-family:Georgia,serif;font-size:22px;padding:0 8px}
.milestone-addons label{display:flex;align-items:center;gap:10px;font-weight:500}
.milestone-addons input{width:auto}
.milestone-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:960px){
 .milestone-hero{grid-template-columns:1fr}
 .milestone-collection-grid{grid-template-columns:repeat(2,1fr)}
 .milestone-material-grid,.milestone-info-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .milestone-collection-grid,.milestone-material-grid,.milestone-info-grid,.milestone-form-grid,.milestone-colours,.milestone-addons{grid-template-columns:1fr}
 .milestone-form{padding:25px 18px}
}


/* Expanded milestone inspiration gallery */
.milestone-full-gallery{padding-top:82px;padding-bottom:82px}
.milestone-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:38px auto 0}
.milestone-gallery-item{position:relative;padding:0;border:1px solid #eadfd5;border-radius:15px;overflow:hidden;background:#fff;cursor:zoom-in;text-align:left;box-shadow:0 10px 30px rgba(78,61,49,.06);transition:.22s ease}
.milestone-gallery-item:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(78,61,49,.12)}
.milestone-gallery-item img{display:block;width:100%;height:250px;object-fit:cover}
.milestone-gallery-item span{display:block;padding:14px 16px;font-family:Georgia,serif;font-size:17px;color:#55463e}
.milestone-lightbox{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;background:rgba(33,27,24,.92);padding:30px}
.milestone-lightbox.open{display:flex}
.milestone-lightbox img{max-width:min(1100px,88vw);max-height:86vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.milestone-lightbox button{position:absolute;border:0;background:rgba(255,255,255,.9);color:#4e4038;width:48px;height:48px;border-radius:50%;font-size:30px;cursor:pointer}
.milestone-lightbox-close{top:22px;right:22px}
.milestone-lightbox-prev{left:22px;top:50%;transform:translateY(-50%)}
.milestone-lightbox-next{right:22px;top:50%;transform:translateY(-50%)}
@media(max-width:980px){.milestone-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){
 .milestone-gallery-grid{grid-template-columns:1fr}
 .milestone-gallery-item img{height:290px}
 .milestone-lightbox{padding:16px}
 .milestone-lightbox button{width:42px;height:42px}
 .milestone-lightbox-prev{left:8px}.milestone-lightbox-next{right:8px}
}


/* Felt Banners and Garlands */
.felt-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center}
.felt-hero h1{font-size:clamp(50px,6.5vw,82px);margin-bottom:4px}
.felt-script{font-size:clamp(29px,4vw,46px);color:#c2958a;margin:0 0 20px}
.felt-hero-image{border-radius:18px;overflow:hidden;box-shadow:0 22px 60px rgba(74,57,47,.12)}
.felt-hero-image img{width:100%;display:block}
.felt-hero-actions,.felt-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.felt-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:38px auto 0}
.felt-gallery-item{padding:0;border:1px solid #eadfd5;border-radius:15px;overflow:hidden;background:#fff;cursor:zoom-in;text-align:left;box-shadow:0 10px 30px rgba(78,61,49,.06);transition:.22s ease}
.felt-gallery-item:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(78,61,49,.12)}
.felt-gallery-item img{display:block;width:100%;height:260px;object-fit:cover}
.felt-gallery-item span{display:block;padding:14px 16px;font-family:Georgia,serif;font-size:17px;color:#55463e}
.felt-example-note{text-align:center;max-width:760px;margin:28px auto 0}
.felt-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.felt-options-grid article,.felt-types-grid article,.felt-info-grid article{border:1px solid #eadfd5;background:#fff;border-radius:15px;padding:27px}
.felt-options-grid span{font-size:30px}
.felt-options-grid h3,.felt-types-grid h3,.felt-info-grid h3{font-family:Georgia,serif;font-size:21px}
.felt-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.felt-form{max-width:1050px;margin:auto;background:#fff;border:1px solid #eadfd5;border-radius:20px;padding:38px}
.felt-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.felt-form label{display:grid;gap:7px;font-weight:700;color:#55463e;font-size:13px}
.felt-form input,.felt-form select,.felt-form textarea{width:100%;padding:14px;border:1px solid #dccdc4;border-radius:10px;background:#fff;font:inherit}
.felt-form .full-field{margin-top:18px}
.felt-upload{margin:22px 0;padding:25px;border:1px dashed #d4bdb2;border-radius:14px;background:#fffaf7}
.felt-addons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px;margin:22px 0;padding:24px;border:1px solid #e3d2c8;border-radius:14px}
.felt-addons legend{font-family:Georgia,serif;font-size:22px;padding:0 8px}
.felt-addons label{display:flex;align-items:center;gap:10px;font-weight:500}
.felt-addons input{width:auto}
.felt-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.felt-lightbox{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;background:rgba(33,27,24,.92);padding:30px}
.felt-lightbox.open{display:flex}
.felt-lightbox img{max-width:min(1200px,88vw);max-height:86vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.felt-lightbox button{position:absolute;border:0;background:rgba(255,255,255,.9);color:#4e4038;width:48px;height:48px;border-radius:50%;font-size:30px;cursor:pointer}
.felt-lightbox-close{top:22px;right:22px}.felt-lightbox-prev{left:22px;top:50%;transform:translateY(-50%)}.felt-lightbox-next{right:22px;top:50%;transform:translateY(-50%)}
@media(max-width:960px){
 .felt-hero{grid-template-columns:1fr}
 .felt-gallery-grid,.felt-options-grid{grid-template-columns:repeat(2,1fr)}
 .felt-types-grid,.felt-info-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .felt-gallery-grid,.felt-options-grid,.felt-types-grid,.felt-info-grid,.felt-form-grid,.felt-addons{grid-template-columns:1fr}
 .felt-form{padding:25px 18px}
 .felt-gallery-item img{height:290px}
 .felt-lightbox{padding:16px}
}


/* Personalised Felt Baby Caddies */
.caddy-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center}
.caddy-hero h1{font-size:clamp(48px,6vw,80px);margin-bottom:4px}
.caddy-script{font-size:clamp(28px,4vw,45px);color:#c2958a;margin:0 0 20px}
.caddy-hero-image{border-radius:18px;overflow:hidden;box-shadow:0 22px 60px rgba(74,57,47,.12)}
.caddy-hero-image img{width:100%;display:block}
.caddy-hero-actions,.caddy-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.caddy-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:38px auto 0}
.caddy-gallery-item{padding:0;border:1px solid #eadfd5;border-radius:15px;overflow:hidden;background:#fff;cursor:zoom-in;text-align:left}
.caddy-gallery-item img{display:block;width:100%;height:290px;object-fit:cover}
.caddy-gallery-item span{display:block;padding:14px 16px;font-family:Georgia,serif;font-size:17px;color:#55463e}
.caddy-example-note{text-align:center;max-width:760px;margin:28px auto 0}
.caddy-options-grid,.caddy-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.caddy-options-grid article,.caddy-info-grid article{border:1px solid #eadfd5;background:#fff;border-radius:15px;padding:27px}
.caddy-options-grid span{font-size:30px}
.caddy-options-grid h3,.caddy-info-grid h3{font-family:Georgia,serif;font-size:21px}
.caddy-form{max-width:1050px;margin:auto;background:#fff;border:1px solid #eadfd5;border-radius:20px;padding:38px}
.caddy-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.caddy-form label{display:grid;gap:7px;font-weight:700;color:#55463e;font-size:13px}
.caddy-form input,.caddy-form select,.caddy-form textarea{width:100%;padding:14px;border:1px solid #dccdc4;border-radius:10px;background:#fff;font:inherit}
.caddy-form .full-field{margin-top:18px}
.caddy-upload{margin:22px 0;padding:25px;border:1px dashed #d4bdb2;border-radius:14px;background:#fffaf7}
.caddy-addons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px;margin:22px 0;padding:24px;border:1px solid #e3d2c8;border-radius:14px}
.caddy-addons legend{font-family:Georgia,serif;font-size:22px;padding:0 8px}
.caddy-addons label{display:flex;align-items:center;gap:10px;font-weight:500}
.caddy-addons input{width:auto}
.caddy-lightbox{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;background:rgba(33,27,24,.92);padding:30px}
.caddy-lightbox.open{display:flex}
.caddy-lightbox img{max-width:min(1200px,88vw);max-height:86vh;object-fit:contain;border-radius:10px}
.caddy-lightbox button{position:absolute;border:0;background:rgba(255,255,255,.9);color:#4e4038;width:48px;height:48px;border-radius:50%;font-size:30px;cursor:pointer}
.caddy-lightbox-close{top:22px;right:22px}.caddy-lightbox-prev{left:22px;top:50%;transform:translateY(-50%)}.caddy-lightbox-next{right:22px;top:50%;transform:translateY(-50%)}
@media(max-width:960px){
 .caddy-hero{grid-template-columns:1fr}
 .caddy-gallery-grid{grid-template-columns:repeat(2,1fr)}
 .caddy-options-grid,.caddy-info-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .caddy-gallery-grid,.caddy-options-grid,.caddy-info-grid,.caddy-form-grid,.caddy-addons{grid-template-columns:1fr}
 .caddy-form{padding:25px 18px}
 .caddy-gallery-item img{height:300px}
}


/* Under the Sea gift set feature */
.undersea-gift-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.undersea-gift-feature-image{border-radius:18px;overflow:hidden;box-shadow:0 20px 54px rgba(74,57,47,.1)}
.undersea-gift-feature-image img{display:block;width:100%;max-height:620px;object-fit:cover}
.undersea-gift-feature-copy h2{font-size:clamp(38px,5vw,62px);margin:7px 0 18px}
.undersea-gift-note{padding:14px 16px;border-left:3px solid #d8b2a7;background:#faf2ee;font-weight:600}
@media(max-width:820px){.undersea-gift-feature{grid-template-columns:1fr}}


/* Premium product page refinement */
.premium-product-description{font-size:17px;line-height:1.8}
.premium-product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.premium-personalisation-section,.premium-included-section,.complete-nursery-section,.premium-review-ready{padding-top:82px;padding-bottom:82px}
.premium-icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:38px auto 0}
.premium-icon-grid article{display:flex;align-items:center;gap:14px;padding:23px;border:1px solid #eadfd5;border-radius:14px;background:#fff}
.premium-icon-grid span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f7ebe6;font-size:21px}
.premium-icon-grid strong{font-family:Georgia,serif;font-size:18px;color:#55463e}
.premium-two-column{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;max-width:1100px;margin:auto}
.premium-two-column h2{font-size:clamp(38px,5vw,58px)}
.premium-included-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.premium-included-list>div{display:flex;gap:11px;align-items:center;padding:16px;border-radius:12px;background:#f8eee9;border:1px solid #e6d5cb}
.premium-included-list span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#6a5547;color:#fff;font-weight:700}
.premium-included-list p{margin:0;font-weight:700;font-size:13px}
.premium-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1180px;margin:38px auto 0}
.premium-related-card{overflow:hidden;border:1px solid #eadfd5;border-radius:15px;background:#fff;text-decoration:none;transition:.22s ease}
.premium-related-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(79,64,53,.1)}
.premium-related-card img{width:100%;height:220px;object-fit:cover;display:block}
.premium-related-card div{padding:17px}
.premium-related-card span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#9a7e70}
.premium-related-card strong{display:block;font-family:Georgia,serif;font-size:18px;color:#55463e;margin:7px 0}
.premium-related-card small{color:#6a5547;font-weight:700}
.premium-review-ready{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.premium-review-ready>div{max-width:720px}
.premium-review-ready h2{font-size:clamp(36px,5vw,56px);margin:6px 0 12px}
@media(max-width:900px){
 .premium-icon-grid{grid-template-columns:repeat(2,1fr)}
 .premium-two-column{grid-template-columns:1fr}
 .premium-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .premium-icon-grid,.premium-included-list,.premium-related-grid{grid-template-columns:1fr}
 .premium-review-ready{display:block}
 .premium-review-ready .btn{margin-top:18px}
}


/* Isolated Under the Sea product-page preview */
.preview-product-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:start}
.preview-main-image{height:620px;border-radius:18px;overflow:hidden;background:#f7f0ec}
.preview-main-image img{width:100%;height:100%;object-fit:cover}
.preview-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.preview-thumbs img{width:100%;height:105px;object-fit:cover;border-radius:10px;border:1px solid #eadfd5}
.preview-product-copy h1{font-size:clamp(48px,6vw,76px);line-height:1.02}
.preview-trust-pills{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 20px}
.preview-trust-pills span{padding:7px 11px;border-radius:999px;background:#f8eee9;border:1px solid #e2d1c7;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.preview-lead{font-size:17px;line-height:1.8}
.preview-reassurance{margin:24px 0;padding:22px;border-radius:14px;background:#fff8f4;border:1px solid #ead9cf}
.preview-reassurance>strong{display:block;font-family:Georgia,serif;font-size:21px;margin-bottom:13px}
.preview-reassurance>div{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.preview-reassurance span{font-size:12px;font-weight:700}
.preview-actions{display:flex;gap:10px;flex-wrap:wrap}
.preview-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.preview-feature-grid article{padding:28px;border-radius:15px;background:#fff;border:1px solid #eadfd5;text-align:center}
.preview-feature-grid span{font-size:31px}
.preview-feature-grid h3{font-family:Georgia,serif;font-size:21px}
.preview-included-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center;max-width:1100px;margin:auto}
.preview-check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.preview-check-list div{display:flex;gap:10px;align-items:center;padding:16px;border-radius:12px;background:#f8eee9;border:1px solid #e4d3c9;font-weight:700;font-size:13px}
.preview-check-list span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#6a5547;color:#fff}
.preview-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.preview-related-grid a{overflow:hidden;border-radius:15px;background:#fff;border:1px solid #eadfd5;text-decoration:none}
.preview-related-grid img{width:100%;height:220px;object-fit:cover;display:block}
.preview-related-grid div{padding:16px}
.preview-related-grid span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#987d70}
.preview-related-grid strong{display:block;margin-top:7px;font-family:Georgia,serif;font-size:18px;color:#55463e}
.preview-review-note{max-width:900px;text-align:center}
@media(max-width:900px){
 .preview-product-hero,.preview-included-layout{grid-template-columns:1fr}
 .preview-feature-grid,.preview-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .preview-main-image{height:440px}
 .preview-feature-grid,.preview-related-grid,.preview-check-list{grid-template-columns:1fr}
 .preview-reassurance>div{grid-template-columns:1fr}
}


/* Launch refinements: consistent, premium action buttons without changing layout */
.btn{min-height:44px;box-sizing:border-box;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}
.btn:hover{background:#5b493f;border-color:#5b493f;color:#fff}
.btn.secondary:hover{background:var(--brown);color:#fff}
.btn:focus-visible,.filter-btn:focus-visible{outline:3px solid rgba(106,85,71,.28);outline-offset:3px}
.premium-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}
.premium-product-actions .btn{margin:0;min-width:210px}
.product-description-heading{font-size:clamp(22px,2.4vw,31px);line-height:1.2;margin:26px 0 10px;color:var(--brown)}
.product-signature-line{margin:14px 0 4px;font-weight:600;line-height:1.7;color:#66554b}
@media(max-width:640px){
 .premium-product-actions{display:block}
 .premium-product-actions .btn,.cta .btn,.about-thankyou .btn{display:block;width:100%;margin:9px 0;min-width:0}
}


/* Launch policy-page polish */
.policy-content{max-width:1180px;margin:0 auto}
.policy-intro{max-width:850px;margin:0 auto 34px;text-align:center}
.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.policy-card{background:#fff;border:1px solid rgba(106,85,71,.15);padding:28px;border-radius:8px}
.policy-card h2{font-size:28px;margin:0 0 12px}
.policy-card p{margin:0;line-height:1.75}
.policy-contact{max-width:820px;margin:42px auto 0;padding:28px;text-align:center;background:var(--soft);border-radius:8px}
.policy-contact h2{margin-top:0}
@media(max-width:760px){.policy-grid{grid-template-columns:1fr}.policy-card{padding:22px}.policy-card h2{font-size:24px}}


/* Customer testimonials */
.loved-by-families{overflow:hidden}
.testimonial-carousel-wrap{position:relative;max-width:1280px;margin:34px auto 0;padding:0 46px}
.testimonial-grid{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 18px;scrollbar-width:thin;scrollbar-color:#cdbdaf transparent}
.testimonial-grid .testimonial-card{flex:0 0 min(390px,82vw);scroll-snap-align:start}
.testimonial-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:1px solid #d9c8ba;background:#fff;color:var(--brown);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(91,68,56,.10)}
.testimonial-prev{left:0}.testimonial-next{right:0}
.testimonial-scroll-note{text-align:center;color:#9b7e70;font-size:13px;margin:8px 0 0}
.testimonial-card{background:#fff;border:1px solid #eadfd5;border-radius:18px;padding:28px;box-shadow:0 12px 34px rgba(91,68,56,.06)}
.testimonial-card p{font-family:Georgia,serif;font-size:18px;line-height:1.75;color:#5a4a42;margin:14px 0 22px}
.testimonial-card strong{display:block;font-size:14px;letter-spacing:.04em;color:#4e4038}
.testimonial-card span{display:block;margin-top:3px;font-size:12px;color:#9b7e70}
.testimonial-stars{color:#b78b78;letter-spacing:.14em;font-size:15px}
.testimonial-with-photo{padding:0;overflow:hidden}
.testimonial-with-photo>img{width:100%;height:230px;object-fit:cover;display:block}
.testimonial-with-photo>div{padding:24px 26px 28px}
.product-testimonial{max-width:920px;margin:0 auto;text-align:center}
.product-testimonial .testimonial-card{padding:34px 40px}
.product-testimonial .testimonial-card p{font-size:20px}
.product-testimonial-photo{width:170px;height:170px;object-fit:cover;border-radius:15px;margin:0 auto 22px;display:block}
@media(max-width:900px){.testimonial-carousel-wrap{padding:0 38px}.testimonial-with-photo{display:block}.testimonial-with-photo>img{height:230px}}
@media(max-width:600px){.testimonial-with-photo{display:block}.testimonial-with-photo>img{height:230px}.product-testimonial .testimonial-card{padding:27px 22px}}

/* Baby Gyms coming-soon collection */
.product-card[href*="baby-gym-"] .card-photo img{opacity:.70;filter:saturate(.82)}
.product-card[href*="baby-gym-"] .card-photo{background:#f5eee8}
.product-card[href*="baby-gym-"] .product-badge{background:rgba(113,91,78,.88)}
.product-card[href*="baby-gym-"] .price{color:#8b6d5c;font-style:italic}

/* Baby Gyms category filter remains highlighted so visitors can easily find the coming-soon collection. */
.filter-btn[data-cat="Baby Gyms"]{border-color:#a98d7d;background:#f5ece7;font-weight:700}
.filter-btn[data-cat="Baby Gyms"].active{background:var(--brown);color:#fff}


/* Launch polish: loader, 404, favicon support and subtle page transitions */
html{scroll-behavior:smooth}
body{opacity:1;transition:opacity .22s ease}
body.page-entering{opacity:0}
.site-loader{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#fbf7f2;transition:opacity .28s ease,visibility .28s ease}
.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.site-loader-inner{display:flex;flex-direction:column;align-items:center;text-align:center;color:#6e5a50;padding:24px}
.site-loader-inner img{width:84px;height:84px;object-fit:contain;margin-bottom:14px;animation:llkGentlePulse 1.3s ease-in-out infinite}
.site-loader-inner strong{font-family:Georgia,serif;font-size:25px;font-weight:400;letter-spacing:.04em}
.site-loader-inner span{font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-top:8px;color:#a28476}
@keyframes llkGentlePulse{0%,100%{transform:scale(1);opacity:.86}50%{transform:scale(1.035);opacity:1}}
.scroll-top-btn{position:fixed;right:24px;bottom:24px;z-index:1200;width:46px;height:46px;border-radius:50%;border:1px solid #dec9c1;background:rgba(251,247,242,.95);color:#c98787;font-size:25px;line-height:1;box-shadow:0 8px 24px rgba(93,72,63,.14);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s ease}
.scroll-top-btn.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.scroll-top-btn:hover{transform:translateY(-2px);background:#fff}
.not-found-page{min-height:68vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;color:#574940;background:radial-gradient(circle at center,#fff 0,#fbf7f2 68%)}
.not-found-icon{width:120px;height:120px;object-fit:contain;margin-bottom:18px}
.not-found-page h1{font-family:Georgia,serif;font-size:clamp(64px,10vw,120px);font-weight:400;line-height:.9;margin:10px 0;color:#574940}
.not-found-page h2{font-family:Georgia,serif;font-size:clamp(26px,4vw,42px);font-weight:400;margin:16px 0 12px}
.not-found-page p{max-width:620px;font-size:17px;line-height:1.7;color:#786960}
.not-found-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:24px}
@media(max-width:640px){.site-loader-inner strong{font-size:21px}.site-loader-inner span{font-size:10px}.scroll-top-btn{right:16px;bottom:16px}.not-found-actions{flex-direction:column;width:min(100%,320px)}.not-found-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-loader-inner img{animation:none}body,.site-loader,.scroll-top-btn{transition:none}}

/* Custom Baby Gym panel — mirrors the existing custom mobile experience */
.custom-gym-frame-wrap{display:flex;align-items:center;justify-content:center;min-height:230px}
.custom-gym-frame-wrap img{display:block;width:100%;max-width:270px;max-height:240px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(91,69,52,.12))}
.custom-gym-card{grid-template-columns:1.05fr .95fr}
@media(max-width:560px){.custom-gym-card{grid-template-columns:1fr}.custom-gym-frame-wrap{min-height:190px}.custom-gym-frame-wrap img{max-height:190px}}


/* Version 6.0: custom product builders */
.activity-fieldset{border:1px solid rgba(111,73,54,.18);border-radius:18px;padding:20px;margin:22px 0;background:#fffaf7}.activity-fieldset legend{font-weight:700;color:#6f4936;padding:0 8px}.activity-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.activity-checkbox-grid label{display:flex;gap:9px;align-items:flex-start;font-size:.94rem}.activity-checkbox-grid input{margin-top:3px}
.busy-builder-section{background:#fbf6f2;border-top:1px solid #eee1da;border-bottom:1px solid #eee1da}.builder-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0 34px}.builder-steps article{background:white;border:1px solid #eadfd9;border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(75,50,38,.05)}.builder-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ead3cc;color:#6f4936;font-weight:800;margin-bottom:12px}.builder-steps strong{display:block;color:#5d3c2d;margin-bottom:7px}.builder-steps p{font-size:.9rem;margin:0;color:#76635a;line-height:1.55}
.busy-activity-library details{background:white;border:1px solid #eadfd9;border-radius:18px;margin:14px 0;overflow:hidden}.busy-activity-library summary{display:flex;justify-content:space-between;gap:15px;padding:18px 22px;cursor:pointer;font-weight:700;color:#5d3c2d}.busy-activity-library summary small{font-weight:500;color:#9b7765}.busy-activity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0 20px 22px}.busy-activity-card{position:relative;border:1px solid #efe5df;border-radius:16px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px}.busy-activity-card>input{position:absolute;top:15px;left:15px;z-index:3}.busy-activity-card strong{font-size:.9rem;color:#5d3c2d}.busy-activity-card small{font-size:.76rem;line-height:1.45;color:#7f6b61}.busy-watermarked-image{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:#f8f2ee}.busy-watermarked-image img{width:100%;height:100%;object-fit:cover}.busy-watermarked-image span{position:absolute;inset:0;display:grid;place-items:center;transform:rotate(-25deg);font-size:1rem;font-weight:700;color:rgba(93,60,45,.16);letter-spacing:.05em;pointer-events:none}.busy-custom-callout{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:30px;padding:28px;border-radius:22px;background:#efe1dc}.busy-custom-callout h3{margin:5px 0}.busy-custom-callout p{margin:0;max-width:720px}
@media(max-width:900px){.builder-steps{grid-template-columns:repeat(2,1fr)}.busy-activity-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.activity-checkbox-grid,.builder-steps,.busy-activity-grid{grid-template-columns:1fr}.busy-custom-callout{align-items:flex-start;flex-direction:column}}


/* Version 6.1 quote-system refinements */
.activity-fieldset{padding:22px 24px}
.activity-fieldset legend{font-size:1rem}
.fieldset-help{grid-column:1/-1;margin:0 0 16px;color:#74665d;font-size:.88rem;line-height:1.65}
.activity-checkbox-grid{gap:12px 20px}
.activity-checkbox-grid label{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;min-height:40px;padding:9px 12px;border:1px solid #eadbd1;border-radius:12px;background:#fff;font-size:.94rem;line-height:1.35;cursor:pointer}
.activity-checkbox-grid input[type="checkbox"]{width:18px;height:18px;margin:0;accent-color:#c88e88}
.activity-checkbox-grid label span{display:block;text-align:left}
.pricing-guide{margin-top:20px;padding:22px 24px;border:1px solid #e2c8bf;border-radius:17px;background:linear-gradient(145deg,#fffaf7,#f7ebe6);color:#5d4d44}
.pricing-guide strong{display:block;font-family:Georgia,serif;font-size:21px;color:#493d36;margin-bottom:8px}
.pricing-guide p{margin:0;line-height:1.75}
.conditional-panel{margin-top:18px;padding:22px;border-radius:17px;background:#fbf3ee;border:1px solid #ead8ce}
.choice-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.choice-card-grid label{position:relative;display:flex;align-items:flex-start;gap:11px;padding:16px;border:1px solid #e5d3c8;border-radius:14px;background:#fff;cursor:pointer}
.choice-card-grid input{width:18px;height:18px;margin-top:2px;accent-color:#c88e88}
.choice-card-grid span{display:grid;gap:4px}.choice-card-grid strong{color:#4d413a}.choice-card-grid small{color:#74665d;line-height:1.4}
.quote-review-note{max-width:760px;margin:0 auto 24px;text-align:left}
@media(max-width:680px){.activity-checkbox-grid,.choice-card-grid{grid-template-columns:1fr}.activity-fieldset{padding:19px 16px}}

/* Busy Book learning-category organisation */
.busy-shop-group{grid-column:1/-1;margin:0 0 2.5rem}
.busy-shop-heading{margin:0 0 1.1rem;padding-bottom:.75rem;border-bottom:1px solid var(--line,#eadbd2)}
.busy-shop-heading h2{margin:0 0 .3rem;font-size:clamp(1.65rem,2.5vw,2.25rem)}
.busy-shop-heading p{margin:0;color:var(--muted,#74685f)}
.busy-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
@media(max-width:1100px){.busy-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.busy-shop-grid{grid-template-columns:1fr}.busy-shop-group{margin-bottom:2rem}}


/* v6.3: smart multiple-product quote panels */
.additional-product-panels{display:grid;gap:14px;margin:16px 0 20px}
.additional-product-panel{border:1px solid rgba(117,82,64,.18);border-radius:18px;background:#fffaf7;overflow:hidden;box-shadow:0 8px 22px rgba(88,57,43,.05)}
.additional-product-panel summary{cursor:pointer;list-style:none;padding:16px 20px;font-weight:700;color:#5c4035;display:flex;align-items:center;justify-content:space-between}
.additional-product-panel summary::-webkit-details-marker{display:none}
.additional-product-panel summary::after{content:'⌄';font-size:20px;transition:transform .2s ease}
.additional-product-panel[open] summary::after{transform:rotate(180deg)}
.additional-product-panel-body{border-top:1px solid rgba(117,82,64,.12);padding:18px 20px 20px}
.quote-addons-grid label.is-disabled{opacity:.45;cursor:not-allowed}
.quote-addons-grid label.is-disabled span::after{content:' (selected above)';font-size:.78em;font-weight:400}
@media(max-width:700px){.additional-product-panel-body{padding:15px}.additional-product-panel summary{padding:14px 16px}}

.footer-service-note{font-size:.92rem;opacity:.82;margin-top:.35rem;}
