@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap";:root{color:#49313b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--pink:#f8abc4;--pink-deep:#de6d95;--cream:#fff4dc;--white:#fff;--yellow:#ffe49d;--mint:#bdeedc;--ink:#49313b;--muted:#8d6876;--shadow:0 22px 55px #c463842e;--soft-shadow:0 14px 35px #ad5b7c24;background:#fff7f9;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 8% 7%,#ffe49db3,#0000 25%),radial-gradient(circle at 88% 4%,#bdeedcb8,#0000 28%),linear-gradient(135deg,#fff7f9 0%,#fffdf6 42%,#f4fff9 100%);min-width:320px;margin:0;overflow-x:hidden}body,button,input,textarea{font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{min-height:100vh;position:relative;overflow:hidden}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffa8;border:1px solid #ffffffb8;border-radius:999px;justify-content:space-between;align-items:center;gap:16px;width:min(1120px,100% - 28px);padding:12px 14px 12px 16px;transition:background .28s,box-shadow .28s,top .28s,padding .28s;display:flex;position:fixed;top:14px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #c1658321}.site-header.is-scrolled{background:#ffffffd6;padding-block:10px;top:8px;box-shadow:0 18px 45px #a44d6b33}.brand{align-items:center;gap:10px;min-width:max-content;display:inline-flex}.brand-mark{width:42px;height:42px;color:var(--white);background:linear-gradient(135deg,#f79fbd,#f6d37c);border-radius:50%;place-items:center;font-family:Dancing Script,cursive;font-size:1.55rem;font-weight:700;display:grid;box-shadow:0 8px 20px #d65c8442}.brand strong{font-family:Playfair Display,serif;font-size:1.08rem;line-height:1.05;display:block}.brand small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:.68rem;display:block}.desktop-nav{color:#664755;justify-content:center;align-items:center;gap:clamp(12px,2vw,24px);font-size:.94rem;font-weight:700;display:flex}.desktop-nav a{padding:8px 0;position:relative}.desktop-nav a:after{background:linear-gradient(90deg, var(--pink), var(--yellow));content:"";transform-origin:50%;border-radius:999px;height:2px;transition:transform .24s;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-cta,.primary-button,.secondary-button,.card-button,.social-button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;font-weight:800;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex}.header-cta{color:#fff;background:linear-gradient(135deg,#ef7fa5,#f7be6b);border-radius:999px;min-width:max-content;padding:12px 18px;box-shadow:0 10px 24px #e56d9540}.shimmer-button{isolation:isolate;position:relative;overflow:hidden}.shimmer-button:before{z-index:-1;content:"";background:linear-gradient(120deg,#0000 0%,#ffffff85 35%,#0000 70%);animation:3.2s ease-in-out infinite shimmer;position:absolute;inset:0;transform:translate(-120%)}.header-cta:hover,.primary-button:hover,.secondary-button:hover,.card-button:hover,.social-button:hover{transform:translateY(-3px)}.mobile-menu-button{width:42px;height:42px;color:var(--ink);background:#fff2f6;border:0;border-radius:50%;place-items:center;display:none}.mobile-nav{box-shadow:var(--shadow);background:#fffffff0;border:1px solid #ffffffb8;border-radius:26px;flex-direction:column;gap:8px;padding:14px;display:none;position:absolute;top:calc(100% + 10px);left:0;right:0}.mobile-nav a{border-radius:18px;padding:12px 14px;font-weight:800}.mobile-nav a:hover{background:#fff1f6}.mobile-nav .shimmer-button{color:#fff;text-align:center;background:linear-gradient(135deg,#ef7fa5,#f7be6b);box-shadow:0 10px 24px #e56d9533}.hero-section{padding:132px 22px 52px;position:relative}.hero-content{z-index:2;grid-template-columns:minmax(0,1.25fr) minmax(300px,420px);align-items:center;gap:clamp(28px,5vw,58px);width:min(1120px,100%);min-height:600px;margin:0 auto;display:grid;position:relative}.hero-copy{max-width:690px}.eyebrow{color:#c25c84;letter-spacing:.06em;text-transform:uppercase;background:#ffffffb3;border:1px solid #ffffffb3;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:16px;padding:8px 13px;font-size:.82rem;font-weight:900;display:inline-flex;box-shadow:0 8px 22px #da70941f}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{color:#4e2c39;font-family:Playfair Display,serif;line-height:1.06}h1{letter-spacing:0;max-width:750px;margin-bottom:20px;font-size:clamp(2.8rem,5.75vw,4.65rem)}h2{margin-bottom:14px;font-size:clamp(2.15rem,4.5vw,3.55rem)}h3{margin-bottom:8px;font-size:1.55rem}h4{color:#4f3140;margin-bottom:10px;font-size:1.02rem;line-height:1.35}p{color:var(--muted);line-height:1.78}.hero-copy p{color:#725060;max-width:650px;margin-bottom:26px;font-size:clamp(1.04rem,2vw,1.22rem)}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:26px;display:flex}.primary-button,.secondary-button{border-radius:999px;min-height:54px;padding:15px 22px;font-size:.98rem}.primary-button{color:#fff;background:linear-gradient(135deg,#ef77a1,#f3b963);box-shadow:0 16px 30px #e0678f47}.secondary-button{color:#be5b83;background:#ffffffb8;border:1px solid #ec8aac57;box-shadow:0 12px 28px #ca5e841f}.hero-notes{flex-wrap:wrap;gap:10px;display:flex}.hero-notes span{color:#8b5569;background:#ffffffa3;border:1px solid #ffffffbf;border-radius:999px;padding:9px 12px;font-size:.88rem;font-weight:800}.hero-showcase{min-height:515px;position:relative}.hero-image{box-shadow:var(--shadow);background:#ffffffb3;border:12px solid #ffffffb8;border-radius:40px;overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:100%}.hero-image.main{width:min(92%,370px);height:430px;animation:6.5s ease-in-out infinite floatSoft;position:absolute;top:0;right:8px}.hero-image.mini{border-radius:34px;width:min(56%,245px);height:270px;animation:7.2s ease-in-out infinite reverse floatSoft;position:absolute;bottom:18px;left:0}.hero-badge,.hero-orbit{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #ffffffb3;align-items:center;gap:8px;display:inline-flex;position:absolute;box-shadow:0 12px 28px #b2567829}.hero-badge{color:#b45778;border-radius:999px;padding:12px 16px;font-weight:900;animation:2.8s ease-in-out infinite pulseGlow;bottom:96px;right:0}.hero-orbit{color:#d76790;border-radius:50%;justify-content:center;width:48px;height:48px}.hero-orbit.one{animation:4.8s ease-in-out infinite bobble;top:60px;left:38px}.hero-orbit.two{color:#8ebf9f;animation:5.4s ease-in-out infinite reverse bobble;top:210px;right:-10px}.section{z-index:2;width:min(1120px,100% - 34px);box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa3;border:1px solid #ffffffb3;border-radius:36px;margin:0 auto 26px;padding:clamp(38px,6vw,70px);scroll-margin-top:110px;position:relative}.intro-strip{background:linear-gradient(135deg,#ffffffc2,#fff6fad1),radial-gradient(circle at 100% 0,#ffe49d94,#0000 30%)}.section-heading{max-width:780px;margin-bottom:30px}.section-heading.centered{text-align:center;margin-inline:auto}.group-stack{gap:28px;display:grid}.product-group{border:1px solid #ffffffd6;border-radius:30px;padding:clamp(18px,3vw,28px)}.product-group.dove{background:linear-gradient(135deg,#ffeaf2e6,#fff9fcdb)}.product-group.garnier{background:linear-gradient(135deg,#e4fff6e6,#fffae0d1)}.product-group.goldbond{background:linear-gradient(135deg,#fff6e0e6,#ffeee3d1)}.group-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.group-heading p{margin-bottom:0}.group-heading>span{color:#a85273;background:#ffffffb8;border-radius:999px;min-width:max-content;padding:8px 12px;font-size:.82rem;font-weight:900}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-grid.compact{grid-template-columns:minmax(0,1fr)}.product-card{background:#ffffffdb;border:1px solid #ffffffe0;border-radius:28px;overflow:hidden;box-shadow:0 10px 24px #a553701a}.product-card:hover{box-shadow:0 24px 45px #a5537033}.product-image-wrap{aspect-ratio:4/4.35;background:radial-gradient(circle at 20% 12%, #ffffffdb, transparent 28%), linear-gradient(135deg, color-mix(in srgb, var(--accent), white 62%), #fff8fb);position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .46s}.product-card:hover .product-image-wrap img{transform:scale(1.06)}.price-badge{color:#fff;background:linear-gradient(135deg, var(--accent), #f7bf75);border:2px solid #ffffffd1;border-radius:999px;padding:9px 13px;font-size:.92rem;font-weight:900;position:absolute;bottom:14px;right:14px;box-shadow:0 10px 24px #a74d6c38}.product-card-body{padding:18px}.product-card-body p{min-height:76px;margin-bottom:14px;font-size:.92rem;line-height:1.62}.tag-row{flex-wrap:wrap;gap:7px;margin-bottom:16px;display:flex}.tag-row span{color:#8d5269;background:color-mix(in srgb, var(--accent), white 78%);border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:800}.card-button{color:#fff;background:linear-gradient(135deg, var(--accent), #f3b76c);width:100%;min-height:44px;box-shadow:0 12px 24px color-mix(in srgb, var(--accent), transparent 68%);border-radius:16px}.dove-section{background:radial-gradient(circle at 12% 14%,#ffffffe6,#0000 24%),linear-gradient(135deg,#ffe2ede6,#fffaf4d6)}.garnier-section{background:radial-gradient(circle at 88% 16%,#ffe49d9e,#0000 24%),linear-gradient(135deg,#e1fff6e6,#fffdebdb)}.goldbond-section{background:radial-gradient(circle at 18% 20%,#ffffffd6,#0000 26%),linear-gradient(135deg,#fff5dcf0,#ffebdde0)}.split-section{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:clamp(24px,5vw,54px);display:grid}.split-section.reverse{grid-template-columns:minmax(280px,470px) minmax(0,1fr)}.price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.price-pill{background:#ffffffad;border:1px solid #ffffffc2;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:13px 15px;display:flex;box-shadow:0 8px 22px #b858781a}.price-pill span{color:#6f4858;font-weight:800}.price-pill strong{color:#fff;background:linear-gradient(135deg,#ee7ca4,#f2b86d);border-radius:999px;min-width:max-content;padding:7px 10px}.price-card-image{box-shadow:var(--shadow);border:12px solid #ffffffbd;border-radius:34px;position:relative;overflow:hidden;transform:rotate(1deg)}.price-card-image img{aspect-ratio:.8;object-fit:cover;width:100%}.soft-label{color:#b5587a;background:#ffffffd1;border-radius:999px;padding:9px 12px;font-weight:900;position:absolute;bottom:16px;right:16px;box-shadow:0 10px 20px #9f496829}.goldbond-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.goldbond-gallery img{object-fit:cover;width:100%;height:430px;box-shadow:var(--soft-shadow);border:10px solid #ffffffb8;border-radius:30px}.goldbond-gallery img:first-child{transform:translateY(18px)rotate(-1deg)}.goldbond-gallery img:last-child{transform:translateY(-18px)rotate(1deg)}.promise-section{background:radial-gradient(circle at 80% 10%,#bdeedc99,#0000 27%),linear-gradient(135deg,#fffc,#fff1f7db)}.promise-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.promise-card{background:#ffffffbd;border:1px solid #ffffffdb;border-radius:28px;min-height:250px;padding:22px;box-shadow:0 10px 24px #a553701a}.promise-icon{color:#fff;background:linear-gradient(135deg,#f38caf,#f0c775);border-radius:20px;place-items:center;width:56px;height:56px;margin-bottom:18px;display:grid;box-shadow:0 12px 25px #d363892e}.promise-card h3{font-size:1.2rem}.promise-card p{margin-bottom:0;font-size:.92rem;line-height:1.65}.contact-section{background:radial-gradient(circle at 10% 15%,#ffe49d94,#0000 26%),radial-gradient(circle at 90% 18%,#bdeedc99,#0000 26%),linear-gradient(135deg,#ffeef6e6,#fffcf0d6);padding:clamp(32px,5vw,54px)}.contact-card{text-align:center;max-width:780px;margin:0 auto}.contact-card .eyebrow{margin-inline:auto}.social-row{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;display:flex}.social-button{color:#b25478;background:#ffffffc2;border:1px solid #ffffffd1;border-radius:999px;min-width:158px;min-height:54px;padding:14px 18px;box-shadow:0 12px 24px #c35b801f}.social-button:hover{color:#fff;background:linear-gradient(135deg,#ed7ba3,#f1bd71);box-shadow:0 16px 34px #dd638b3d}.site-footer{color:#744e5d;text-align:center;background:#ffffff94;border-radius:28px;justify-items:center;gap:6px;width:min(1120px,100% - 34px);margin:0 auto 24px;padding:28px 18px;display:grid}.site-footer strong{font-family:Playfair Display,serif;font-size:clamp(1.05rem,2.4vw,1.35rem)}.site-footer span{color:var(--muted);font-size:.9rem}.floating-decorations{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.floating-decorations.page{z-index:0;position:fixed}.float-item{color:#dc679052;filter:drop-shadow(0 8px 14px #d9789a26);font-size:clamp(1.2rem,2vw,2rem);animation:11s ease-in-out infinite floatPetal,2.7s ease-in-out infinite twinkle;position:absolute}.floating-decorations.hero .float-item{color:#d55c866b}.item-1{animation-delay:-.5s;top:14%;left:8%}.item-2{animation-delay:-2s;top:24%;right:9%}.item-3{animation-delay:-4.3s;top:58%;left:5%}.item-4{animation-delay:-6s;top:76%;right:13%}.item-5{animation-delay:-3.1s;top:38%;left:48%}.item-6{animation-delay:-7.8s;top:86%;left:36%}.item-7{animation-delay:-1.4s;top:10%;left:72%}.item-8{animation-delay:-5s;top:68%;right:38%}.item-9{animation-delay:-8.4s;top:44%;right:3%}@keyframes shimmer{0%,58%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes floatSoft{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-16px)rotate(1.5deg)}}@keyframes bobble{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translate(8px,-14px)rotate(8deg)}}@keyframes pulseGlow{0%,to{transform:translateY(0);box-shadow:0 12px 28px #b2567829}50%{transform:translateY(-5px);box-shadow:0 16px 35px #b2567840}}@keyframes floatPetal{0%,to{transform:translate(0,0)rotate(0)}35%{transform:translate(18px,-26px)rotate(8deg)}70%{transform:translate(-14px,22px)rotate(-10deg)}}@keyframes twinkle{0%,to{opacity:.42}50%{opacity:.9}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=980px){.desktop-nav,.header-cta{display:none}.mobile-menu-button{display:grid}.mobile-nav.is-open{display:flex}.hero-content,.split-section,.split-section.reverse{grid-template-columns:1fr}.hero-content{min-height:auto}.hero-showcase{width:100%;max-width:520px;min-height:520px;margin:0 auto}.product-grid,.promise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.goldbond-gallery{order:2}}@media (width<=680px){.site-header{border-radius:26px;width:calc(100% - 18px);top:8px}.brand small{display:none}.brand-mark{width:38px;height:38px}.hero-section{padding:104px 14px 28px}.hero-content{gap:18px}h1{margin-bottom:16px;font-size:clamp(2.35rem,11vw,3.25rem)}.hero-copy p{margin-bottom:20px;font-size:1rem;line-height:1.68}.hero-actions,.social-row{flex-direction:column;align-items:stretch}.primary-button,.secondary-button,.social-button{width:100%}.hero-showcase{min-height:360px}.hero-image.main{border-radius:30px;width:78%;height:300px;right:0}.hero-image.mini{border-width:9px;border-radius:26px;width:48%;height:180px}.hero-badge{bottom:42px;right:4px}.section{border-radius:28px;width:calc(100% - 22px);padding:28px 16px}.group-heading{flex-direction:column;align-items:flex-start}.product-grid,.promise-grid,.price-grid,.goldbond-gallery{grid-template-columns:1fr}.product-card-body p{min-height:auto}.goldbond-gallery img,.goldbond-gallery img:first-child,.goldbond-gallery img:last-child{height:auto;transform:none}.price-card-image{border-width:8px;border-radius:26px;transform:none}.promise-card{min-height:auto}}
