@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-8.ttf) format('truetype');
}

:root{--blue:#064b8e;--navy:#062c75;--ink:#113d82;--muted:#47648c;--gold:#b77d26;--gold-light:#f1cf88;--pink:#ef005b;--line:#07823c;--paper:#fff;--border:#dce6f1;--shadow:0 8px 25px #28425c12;--ease:cubic-bezier(.22,1,.36,1);--wrap:1320px;font-family:'Sarabun',sans-serif;color:var(--ink);background:#fff;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px;-webkit-font-smoothing:antialiased}body{margin:0;font-size:16px;line-height:1.5}body:has(dialog[open]){overflow:hidden}h1,h2,h3,h4,p,blockquote{margin:0}h1,h2,h3,h4{font-family:'Kanit','Sarabun',sans-serif;line-height:1.17;font-weight:600;text-wrap:balance}p,li{ text-wrap:pretty}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:active,.btn:active{transform:scale(.97)}img{display:block;max-width:100%;height:auto}svg{display:block}.icon{width:26px;height:26px;flex-shrink:0;vertical-align:middle}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #e09929;outline-offset:4px}button:disabled{opacity:.3;cursor:default}a:hover{color:var(--blue)}.wrap{width:calc(100% - 112px);max-width:var(--wrap);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:38px;padding:7px 24px;border-radius:99px;border:1px solid transparent;white-space:nowrap;font-size:15px;font-weight:600;line-height:1.3;transition:box-shadow .2s,transform .2s var(--ease)}.btn .icon{width:19px;height:19px}.gold{color:#fff;background:linear-gradient(175deg,#f2ce82 -10%,#c99035 42%,#a46a1b 100%);text-shadow:0 1px 1px #754b3480;box-shadow:inset 0 1px 2px #fff8,0 3px 8px #b67e1b18}.blue{color:#fff;background:linear-gradient(170deg,#2072b8,#063563 90%);box-shadow:0 3px 8px #082e6b20,inset 0 1px 2px #ffffff80}.pink{color:white;background:linear-gradient(#ff4e95,var(--pink) 68%,#cb0049);box-shadow:inset 0 1px 2px #fff8,0 3px 12px #ef005b24}.outline{color:var(--navy);border-color:#3b68b1;background:#ffffffc9}.line-btn{background:var(--line);color:white}.gold:hover,.blue:hover,.pink:hover,.line-btn:hover{color:white;box-shadow:0 6px 16px #06356a29}.outline:hover{background:#edf4ff}.icon-btn{border:0;background:transparent;padding:10px;display:grid;place-items:center;min-width:44px;min-height:44px;border-radius:50%}.icon-btn:hover{background:#edf4fa}.skip-link{position:fixed;top:8px;left:10px;z-index:100;background:white;padding:12px;transform:translateY(-150%)}.skip-link:focus{transform:none}.header{position:sticky;top:0;z-index:30;background:#ffffffed;backdrop-filter:blur(20px);box-shadow:0 2px 10px #1845780b;border-bottom:1px solid #eaf0f5}.nav-wrap{max-width:1480px;width:calc(100% - 72px);margin:auto;display:flex;align-items:center;min-height:76px;gap:28px}.brand{display:flex;align-items:center;flex-shrink:0;gap:13px}.brand>img{width:145px;height:auto}.brand>span{display:flex;flex-direction:column;white-space:nowrap;line-height:1.2}.brand b{font-family:'Kanit',sans-serif;font-size:16px;font-weight:500}.brand small{font-size:11px;font-weight:600;margin-top:4px;letter-spacing:.04em}.navigation{display:flex;align-items:center;justify-content:space-between;flex:1;gap:22px}.navigation>a{font-family:'Kanit',sans-serif;position:relative;font-size:13px;white-space:nowrap;padding-block:28px}.navigation>a:after{position:absolute;content:'';left:0;right:100%;height:3px;bottom:14px;border-radius:2px;background:var(--gold);transition:right .3s}.navigation>a:hover:after,.navigation>a[aria-current=page]:after{right:0}.navigation>a[aria-current=page]{color:#082f70;font-weight:600}.nav-tools{display:flex;align-items:center;gap:5px;flex-shrink:0}.language-switch{font-size:12px;white-space:nowrap;margin-right:10px;min-height:44px;display:flex;align-items:center;gap:6px}.nav-cta{font-size:13px;padding:9px 16px}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;height:clamp(272px,21.3vw,324px);overflow:hidden}.hero-image{position:absolute;inset:0;z-index:-2;background:url('art/hero.webp') center 53%/cover no-repeat;animation:hero-arrive 1.2s var(--ease) both}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff1,#ffffff00 46%,#ffffff00 84%,#fff4)}.hero-inner{position:relative;height:100%;display:flex;align-items:center;padding-left:28px}.hero-copy{max-width:690px;position:relative;z-index:2;padding-block:20px;animation:enter .8s var(--ease) both}.eyebrow{font-size:13px;letter-spacing:.04em;font-weight:600;color:#bd7615;display:flex;align-items:center;gap:16px}.eyebrow>span{width:45px;height:3px;background:linear-gradient(90deg,#a86915,#fbd67d);display:inline-block}.hero h1{font-size:clamp(29px,2.6vw,41px);letter-spacing:-.03em;margin:12px 0 5px}.hero-copy>p:not(.eyebrow){font-size:clamp(15px,1.45vw,20px);line-height:1.45;font-weight:500}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:12px}.hero-actions .btn{min-height:42px}.video-link{display:flex;align-items:center;gap:13px;font-weight:600;font-size:13px;line-height:1.2}.video-link small{display:block;font-size:12px}.play-circle{display:grid;place-items:center;width:47px;height:47px;border:1.5px solid #b77d26;border-radius:50%;background:#fff9;box-shadow:inset 0 0 0 4px white}.play-circle .icon{width:22px;fill:var(--blue);stroke-width:0;margin-left:-2px}.signature{font-family:'Caveat',cursive;font-size:25px;color:#c48722;line-height:.93;display:block;transform:rotate(-10deg);position:relative;white-space:nowrap}.signature em{font-style:normal;margin-left:18px}.signature .icon{position:absolute;right:-35px;bottom:0;fill:#c28a32;stroke-width:0;width:35px;height:35px}.hero-signature{position:absolute;left:45%;top:29px;font-size:30px}.hero blockquote{position:absolute;top:35px;right:4px;text-align:center;font-family:'Kanit',sans-serif;font-style:italic;font-size:19px;line-height:1.35;font-weight:500;background:#ffffffe8;padding:18px 23px 10px;border-radius:4px 18px 4px 18px;box-shadow:0 5px 22px #2d491a12}.hero blockquote>span{color:var(--gold);font-size:35px;line-height:.5}.hero cite{display:block;font-size:14px;text-align:right;margin-top:3px}.ribbon{position:absolute;pointer-events:none;width:100%;left:0;bottom:0;height:160px;z-index:1}.hero-ribbon{height:180px;bottom:-44px;transform:scaleY(1.1)}.values{position:relative;z-index:4;margin-top:-3px;display:grid;grid-template-columns:repeat(5,1fr);background:#ffffffed;border:1px solid #fff;border-radius:24px;box-shadow:0 8px 38px #41504c15;padding:14px 16px;max-width:1390px;width:calc(100% - 44px);min-height:75px}.values>div{display:flex;justify-content:center;align-items:center;gap:20px;border-right:1px solid #bacde4}.values>div:last-child{border:0}.values .icon{color:#ba7e1c;width:43px;height:43px;stroke-width:1.25}.values p{font-size:15px;line-height:1.25}.values b{font-weight:600}.values p span{display:block}.business-section{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-block:12px 14px;width:calc(100% - 72px);max-width:1384px}.business-card{border:3px solid white;border-radius:20px;overflow:hidden;position:relative;min-height:228px;box-shadow:0 6px 24px #5655391a;background:#f4f5f2}.service-image{position:absolute;inset:0;background-image:url('art/services.webp');background-size:300% 200%;background-repeat:no-repeat}.seminar{background-position:0% 0%}.ceremony{background-position:50% 0%}.party{background-position:0% 100%}.launch{background-position:50% 100%}.coaching{background-position:100% 100%}.business-card>.service-image{width:68%;left:auto;aspect-ratio:1;background-size:300% 200%}.business-card:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff 5%,#fffffff2 27%,#ffffff9e 45%,#fff0 64%);pointer-events:none}.business-copy{position:relative;z-index:2;padding:16px 24px 12px;display:flex;flex-direction:column;align-items:flex-start;height:100%}.business-copy>.icon{width:48px;height:48px;color:#bb7b14;margin-bottom:3px;stroke-width:1.3}.business-title{display:flex;gap:17px;align-items:center}.business-title .icon{width:49px;height:49px;color:#b97a19}.business-copy h2{font-size:26px;line-height:1.1}.business-copy p{font-size:16px;line-height:1.25;margin:7px 0 11px;max-width:65%}.business-copy .btn{min-height:35px;padding:6px 24px;margin-top:auto}.business-art{position:absolute;right:0;top:0;bottom:0;width:65%;background:radial-gradient(ellipse at 80% 30%,#e0e8be,#f7f8ee 55%);overflow:hidden}.assortment{height:100%;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;padding:15px 10px 2px;filter:drop-shadow(1px 6px 4px #202e231e)}.assortment .pack{height:77%;width:28%;flex-shrink:0;max-height:100%;margin-left:-5%;z-index:2}.assortment .pack:first-child{height:54%;width:21%;margin-left:0}.assortment .pack:nth-child(2){height:65%;width:21%}.assortment .pack:nth-child(3){height:100%;width:30%;z-index:1}.assortment .pack:nth-child(4){height:84%;width:33%;z-index:0}.products-business .business-copy{max-width:65%}.products-business .business-copy p{max-width:100%}.products-business:after{background:linear-gradient(90deg,#fff 0,#fffffff7 35%,#fff0 69%)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}.section-heading h2{font-size:28px;line-height:1.1}.section-heading p{font-size:16px;line-height:1.4;margin-top:3px}.section-heading>.btn{font-size:14px;min-height:34px;padding:6px 20px}.home-products{position:relative;margin-bottom:13px}.product-carousel{position:relative;padding-right:135px}.product-track{display:flex;gap:12px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:2px 2px 7px;scroll-behavior:smooth}.product-track::-webkit-scrollbar{display:none}.product-track>.product-card{flex:0 0 calc((100% - 48px)/5);scroll-snap-align:start}.product-card{background:linear-gradient(145deg,#fff,#f8fafb);border-radius:15px;overflow:hidden;border:2px solid white;box-shadow:0 6px 18px #283d5410;min-width:0;transition:box-shadow .3s,transform .3s var(--ease)}.product-scene{height:165px;position:relative;isolation:isolate;overflow:hidden;display:flex;justify-content:center;align-items:flex-end;padding:6px 12px 3px;background:radial-gradient(ellipse at 60% 20%,#fff 15%,#f0f0e9 75%,#dee6da);border-radius:13px 13px 0 0}.product-scene.care{background:radial-gradient(ellipse at 40% 40%,white,#f5f1f5 70%,#e7e1ec)}.product-scene:has(.n-du){background:radial-gradient(ellipse at 50% 30%,white,#e5f7fc 70%,#c5ecf4)}.product-scene.home{background:radial-gradient(ellipse at 50% 10%,white,#f6f2e8 70%,#eae3d5)}.product-scene>.pack{height:100%;width:100%;position:relative;z-index:2;filter:drop-shadow(4px 6px 3px #26362326);transition:transform .4s var(--ease)}.product-scene>.feel-foot{height:90%}.product-scene>.lets-sleep{height:92%}.product-scene>.so-pong{height:91%;max-width:87%;filter:drop-shadow(4px 6px 3px #75592120)}.botanical{position:absolute;bottom:-3px;color:#497c28;z-index:3;opacity:.8;transform:rotate(-48deg);pointer-events:none}.botanical .icon{width:50px;height:50px;stroke-width:1;fill:#62983655}.b1{left:7px}.b2{right:0;transform:rotate(20deg) scale(.8);z-index:0;bottom:38px;opacity:.45}.care .botanical{color:#8375a2}.care .botanical .icon{fill:#a599ba44}.scene-podium{position:absolute;width:90%;height:15%;background:linear-gradient(white,#f1efea);bottom:-5%;left:5%;border-radius:50%;box-shadow:0 -1px 10px #e7e0ca50}.scene-glow{position:absolute;width:70px;height:70px;background:#fff9;filter:blur(10px);border-radius:100%;left:-20px;top:30px}.product-info{padding:7px 15px 8px}.product-info h3{font-size:20px;line-height:1.1}.product-info p{font-size:14px;line-height:1.2;min-height:34px;margin:3px 0 5px}.product-info .btn{width:100%;min-height:31px;padding:4px 6px;font-size:14px;gap:10px}.product-info .btn .icon{width:16px;height:16px}.product-handwriting{position:absolute;right:0;top:43px;font-family:'Kanit',sans-serif;font-size:25px;font-weight:400;font-style:italic;line-height:1.3;transform:rotate(-13deg);color:var(--pink);text-align:center}.carousel-arrow{position:absolute;top:42%;z-index:4;display:grid;place-items:center;background:white;border:1px solid #e5e5e5;border-radius:50%;height:37px;width:37px;box-shadow:0 2px 10px #16345c20}.carousel-arrow .icon{width:23px;height:23px}.carousel-arrow.previous{left:-45px;transform:rotate(180deg)}.carousel-arrow.next{right:-32px}.home-products:after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:1px;background:linear-gradient(90deg,transparent,#e7d5ad,transparent)}.shop-section{position:relative;background:repeating-linear-gradient(145deg,#fff0 0 20px,#ffffff58 21px 39px,#fff0 40px 76px),radial-gradient(ellipse at 38% 50%,#ffe9f3 10%,#ffd2e7 75%,#ffecf1);isolation:isolate;padding:24px 0 23px;overflow:hidden;border-top:1px solid #fff;border-bottom:1px solid #fff}.shop-section:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,#fff 0 3%,transparent 28%),radial-gradient(circle at 92% 100%,#fff9,transparent 30%);opacity:.6;animation:ambient 12s ease-in-out infinite alternate;z-index:-1}.shop-inner{display:grid;grid-template-columns:205px 295px 1fr;align-items:center;gap:24px}.shop-brand img{width:205px;mix-blend-mode:multiply;margin-top:-12px;margin-bottom:-15px}.shop-copy h2{font-size:29px;letter-spacing:-.025em;line-height:1.14}.shop-copy p{font-size:16px;line-height:1.35;margin:7px 0 10px}.shop-copy .btn{width:100%;padding-inline:13px;min-height:38px;font-size:15px}.shop-cards{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;align-self:end;padding-top:19px}.shop-note{position:absolute;right:12px;top:-27px;transform:rotate(-7deg);color:var(--pink);font-family:'Kanit',sans-serif;font-style:italic;font-size:24px;white-space:nowrap}.shop-card{height:182px;border:2px solid #fff;border-radius:15px;box-shadow:0 5px 18px #d344821c;background:linear-gradient(145deg,#fff8,#ffe9f0);position:relative;overflow:visible;display:flex;flex-direction:column;justify-content:flex-end}.shop-card-title{position:absolute;left:0;top:-8px;width:100%;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;font-family:'Kanit';font-size:17px;line-height:1.1}.shop-card-title>.icon{width:37px;height:37px;color:#e58b0d;fill:#ffba3c1a;margin-bottom:1px}.shop-card:nth-of-type(3) .shop-card-title>.icon,.shop-card:nth-of-type(4) .shop-card-title>.icon{color:var(--pink)}.commerce-image{background-image:url('art/commerce.webp');background-size:300% 100%;background-repeat:no-repeat;aspect-ratio:1}.commerce-image.host{background-position:0 0}.commerce-image.gifts{background-position:50% 0}.commerce-image.partner{background-position:100% 0}.shop-card .commerce-image{position:absolute;top:0;left:0;right:0;height:100%;border-radius:12px;aspect-ratio:auto;background-size:300% 100%}.shop-card:nth-of-type(3) .commerce-image{top:30px;height:calc(100% - 30px)}.shop-card:nth-of-type(4) .commerce-image{top:33px;height:calc(100% - 33px)}.shop-card-copy{position:relative;z-index:2;font-size:14px;line-height:1.2;background:linear-gradient(110deg,#ffffffed,#ffffffab);padding:7px 9px;border-radius:0 0 12px 12px;min-height:45px}.shop-card:nth-of-type(4) .shop-card-copy{margin-left:35%;font-size:12px;padding:5px 3px}.live-badge{position:absolute;left:50%;top:-10px;transform:translateX(-50%);border-radius:20px;color:white;background:linear-gradient(#fc478b,#ed005a);padding:4px 15px;font-size:12px;z-index:3;display:flex;align-items:center;line-height:1;gap:2px;box-shadow:0 3px 8px #ee005522}.live-badge .icon{width:11px;height:11px;fill:currentColor;stroke-width:0}.shop-product-group{position:absolute;inset:38px 1px 33px}.shop-product-group .assortment{padding:0}.shop-ribbon{height:80px;bottom:-39px;z-index:0}.home-events{padding-top:16px;position:relative}.event-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.event-tile{height:99px;position:relative;overflow:hidden;background:white;border:2px solid white;border-radius:15px;box-shadow:var(--shadow);transition:transform .3s var(--ease)}.event-tile>.service-image{left:auto;width:51%;aspect-ratio:1;background-size:300% 200%}.event-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,white 3%,#fffffff5 38%,#ffffffb0 62%,#ffffff00 78%)}.event-label{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:10px 12px;gap:10px}.event-label>.icon{width:46px;height:46px;color:#c18320;stroke-width:1.2}.event-label>div{max-width:72%}.event-label h3{font-size:16px;line-height:1.2}.event-label p{font-size:13px;line-height:1.2;margin-top:4px;max-width:155px}.home-ceremonies{padding-block:14px 13px;position:relative}.home-ceremonies:before{content:'';position:absolute;right:-50px;bottom:0;width:100px;height:230px;background-image:url('art/services.webp');background-size:300% 200%;background-position:50% 0;mask-image:linear-gradient(90deg,transparent,#0003);z-index:-1}.section-heading h2>span{font-size:20px;font-weight:400}.ceremony-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.ceremony-tile{border:1.5px solid white;border-radius:14px;box-shadow:var(--shadow);background:linear-gradient(130deg,#fff,#f6f8f8);display:flex;align-items:center;gap:10px;min-height:82px;padding:10px 10px}.ceremony-tile .icon{width:45px;height:45px;color:#be811f;stroke-width:1.3}.ceremony-tile h3{font-size:15px;line-height:1.2}.ceremony-tile p{font-size:12px;line-height:1.2;margin-top:3px;color:#476ea6}.contact-strip{background:linear-gradient(115deg,#0a5096,#023875 65%,#125398);color:white;position:relative;overflow:hidden}.contact-strip:before{content:'';position:absolute;width:500px;height:350px;border-radius:50%;border:1px solid #ffffff0d;left:-70px;top:-260px;box-shadow:0 0 0 20px #ffffff05,0 0 0 50px #ffffff03;pointer-events:none}.contact-strip>.wrap{display:grid;grid-template-columns:2.15fr 1fr 1.12fr .9fr 1fr;min-height:81px;align-items:center;gap:16px}.contact-label{display:flex;gap:28px;align-items:center}.contact-label h2{font-size:31px;white-space:nowrap}.contact-label p{font-size:12px;line-height:1.45}.contact-strip a{display:flex;align-items:center;gap:10px;border-left:1px solid #ffffff6b;padding-left:17px;font-size:14px;white-space:nowrap;line-height:1.2;position:relative}.contact-strip a:hover{color:#f7d795}.contact-strip a>.icon{width:34px;height:34px;padding:7px;stroke-width:2;fill:#ffffff0d;border-radius:50%;background:white;color:var(--blue)}.contact-strip a small{display:block;font-size:10px;margin-top:5px}.social-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;flex-shrink:0;color:white}.social-icon.line{background:#08ae46;font:bold 10px 'Sarabun',sans-serif;border:3px solid white;box-shadow:0 1px 6px #23442212}.social-icon.facebook{background:#1778f2;font:bold 31px Arial,sans-serif;line-height:1;padding-top:5px}footer{padding:13px 0 10px;background:white}.footer-top{display:flex;align-items:center;gap:27px;justify-content:space-between}.footer-top .brand{gap:10px}.footer-top .brand>img{width:110px}.footer-top .brand b{font-size:11px}.footer-top .brand small{font-size:7px;letter-spacing:0}.footer-top nav{display:flex;gap:0;flex:1;justify-content:center}.footer-top nav a{font-family:'Kanit';font-size:11px;padding:3px 13px;border-right:1px solid #cedae9;white-space:nowrap}.footer-top nav a:last-child{border:0}.footer-top .signature{font-size:19px;margin-right:35px;line-height:.82}.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:13px;gap:10px;color:#5f78a4}.footer-bottom small{font-size:10px}.motion-toggle{display:flex;align-items:center;gap:5px;border:0;background:transparent;font-size:10px;min-height:28px;padding:3px 10px;opacity:.85}.motion-toggle .icon{width:12px;height:12px}.mobile-contact{display:none}.home main{position:relative;background:radial-gradient(ellipse at 0% 32%,#f0eee333,transparent 20%),radial-gradient(ellipse at 98% 53%,#ecd18c22,transparent 23%)}.inner-hero{padding:28px 0 65px;position:relative;background:linear-gradient(115deg,#f3f7fb,#fff8e9);overflow:hidden}.inner-hero .wrap{position:relative;z-index:2}.inner-hero.has-art{min-height:280px;padding-block:30px 65px}.inner-hero>.service-image{left:auto;width:38%;height:100%;background-size:300% 200%;aspect-ratio:1;mask-image:linear-gradient(90deg,transparent,#000 45%);opacity:.65}.breadcrumb{display:flex;gap:10px;align-items:center;font-size:13px;color:#677995;margin-bottom:24px;flex-wrap:wrap}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.inner-hero h1{font-size:44px;line-height:1.12;margin-bottom:12px;max-width:70%}.inner-hero p{font-size:19px;max-width:70%}.inner-hero .ribbon{bottom:-110px}.inner-page h2{line-height:1.25}.catalog-section{padding-block:36px 50px}.catalog-tools{display:flex;justify-content:space-between;gap:20px;align-items:center}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid var(--border);background:#fff;padding:9px 15px;border-radius:30px;min-height:44px;font-size:14px}.filter.active{background:var(--blue);color:white;border-color:var(--blue)}.catalog-search{display:flex;align-items:center;border:1px solid var(--border);border-radius:25px;padding:10px 15px;gap:8px;min-width:230px}.catalog-search .icon{width:20px;height:20px}.catalog-search input{border:0;outline:none;max-width:180px;width:100%;font-size:15px;min-width:0;background:transparent}.result-count{color:var(--muted);font-size:14px;margin-block:20px 16px}.catalog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.catalog-grid .product-scene{height:210px}.catalog-grid .product-info{padding:14px 16px 16px}.catalog-grid .product-info h3{min-height:27px}.catalog-grid .product-info p{min-height:36px}.card-price{font-size:20px;font-weight:600;line-height:1.3;margin:10px 0 8px;min-height:26px}.card-price del{font-size:14px;color:#77849a;font-weight:400}.card-price:not(:has(del)){font-size:18px}.mini-promo{display:block;font-size:12px;color:#a30043;line-height:1.25;min-height:32px}.catalog-grid .product-info>.btn{min-height:38px}.legacy-product{max-height:100%;height:100%;max-width:100%;width:auto;object-fit:contain;position:relative;z-index:2}.source-note{font-size:12px;color:#5e7290;margin-top:20px}.partner-banner{display:flex;align-items:center;gap:24px;padding:32px;background:linear-gradient(110deg,#f4f8fc,#fff9ea);border-radius:20px;margin-top:40px}.partner-banner>.icon{width:62px;height:62px;color:var(--gold)}.partner-banner h2{font-size:27px;margin-bottom:6px}.partner-banner .btn{margin-left:auto}.empty-state{text-align:center;padding:70px 15px;background:#f5f8fb;border-radius:15px}.empty-state p{margin-block:15px 22px}.product-detail{padding-top:24px}.product-detail-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:start}.detail-product-art{position:relative;border-radius:25px;border:1px solid #f0ebe2;overflow:hidden;background:#f4f3ee}.detail-product-art .product-scene{height:580px;padding:45px;border-radius:25px}.detail-product-art .product-scene>.pack{height:100%;max-height:490px}.detail-product-art .botanical .icon{width:140px;height:140px}.detail-product-art .b1{left:15px;bottom:20px}.detail-product-art .b2{right:0;bottom:120px}.view-original{position:absolute;bottom:16px;right:16px;z-index:4;display:flex;align-items:center;gap:8px;border:1px solid #ddd;background:#ffffffec;border-radius:24px;padding:10px 16px;font-size:13px;box-shadow:var(--shadow)}.view-original .icon{width:18px;height:18px}.art-caption{font-size:11px;color:#738197;margin-top:8px;text-align:center}.detail-copy{padding-top:6px}.detail-copy>.eyebrow{font-size:12px;display:block;line-height:1.5}.detail-copy h1{font-size:43px;margin-block:10px 8px}.detail-copy h2{font-size:22px;font-weight:500;margin-bottom:15px}.detail-copy>p{font-size:17px;line-height:1.7}.size-chip{display:inline-block;background:#f0f4f9;color:#42618a;padding:4px 12px;border-radius:6px;margin-top:17px;font-size:14px}.detail-price{display:flex;align-items:baseline;gap:13px;margin-block:17px 9px}.detail-price strong{font-family:'Kanit';font-weight:500;font-size:46px;line-height:1.2;color:var(--blue);font-variant-numeric:tabular-nums}.detail-price del{color:#7d899a;font-size:18px}.detail-price span{font-size:15px}.promo-box{padding:12px 15px;border-radius:10px;display:flex;gap:12px;align-items:center;background:#fff6e4;border:1px solid #f2dfb6;color:#88560c}.detail-copy>.free-shipping{display:flex;gap:10px;align-items:center;font-size:14px;color:#217844;margin-block:13px}.order-calculator{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin:20px 0}.order-calculator>label{font-size:14px}.quantity-control{display:flex;align-items:center;border:1px solid var(--border);border-radius:10px;overflow:hidden}.quantity-control button{width:38px;height:42px;border:0;background:#f5f7fa}.quantity-control input{width:44px;height:42px;text-align:center;border:0;background:white;appearance:textfield;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{display:none}.order-total{font-size:14px;line-height:1.4;font-weight:600}.order-total>small{display:block;font-size:12px;font-weight:400;color:#217844}.bundle-button{background:#fff;border:0;padding:6px 0;text-decoration:underline;text-underline-offset:4px;font-size:13px;color:#a36c13}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.detail-actions .btn{min-height:47px}.detail-copy>.order-help{font-size:12px;line-height:1.5;margin-top:12px;color:var(--muted)}.detail-copy>.source-note{font-size:11px;line-height:1.4;margin-top:10px}.product-information{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:42px;padding-top:35px;border-top:1px solid var(--border)}.product-information h2{font-size:27px;margin-bottom:17px}.product-information p{line-height:1.8}.check-list{padding:0;margin:15px 0 25px;list-style:none}.check-list li{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;line-height:1.6}.check-list .icon{color:var(--gold);width:21px;height:21px;margin-top:3px}.ingredients-section{grid-column:1/-1}.ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.ingredients-grid article{padding:20px;border:1px solid #dfebef;border-radius:12px;display:flex;gap:16px;background:#f7fcfd}.ingredients-grid article>span{font-family:'Kanit';font-size:27px;color:#b2c4c9}.ingredients-grid h3{font-size:18px;font-weight:500;line-height:1.25}.ingredients-grid p{font-size:14px;margin-top:8px;line-height:1.5}.availability-box{background:#f2f6fa;border:1px solid var(--border);border-radius:15px;padding:24px;margin-top:25px}.availability-box h3{font-size:22px}.availability-box p{margin-block:12px 20px}.product-source{text-align:right;padding:25px 0;font-size:12px;text-decoration:underline;text-underline-offset:3px}.related-products{padding-block:30px 50px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.related-grid .product-scene{height:200px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;padding-block:40px 55px}.service-card{position:relative;border:1px solid var(--border);background:#fff;border-radius:20px;overflow:hidden;min-height:250px;display:flex;box-shadow:var(--shadow)}.service-card>.service-image{width:40%;position:relative;flex-shrink:0}.service-card>div:last-child{padding:28px;display:flex;flex-direction:column;align-items:flex-start}.service-card h2{font-size:26px}.service-card p{font-size:16px;line-height:1.7;margin-block:12px 20px}.service-card .btn{margin-top:auto}.ceremony-symbol{display:grid;place-items:center;width:30%;flex-shrink:0;background:radial-gradient(#fff8dd,#fffdf7)}.ceremony-symbol .icon{width:80px;height:80px;stroke-width:1;color:var(--gold)}.service-detail{display:grid;grid-template-columns:1fr 350px;gap:70px;padding-block:45px 50px}.service-detail h2{font-size:29px;margin-bottom:15px}.service-detail .lead{font-size:18px;line-height:1.9;margin-bottom:30px}.service-detail>div>p{line-height:1.8;margin-bottom:30px}.steps{padding-left:32px;counter-reset:step;list-style:none;margin:20px 0 35px}.steps li{position:relative;margin-bottom:25px;padding-left:15px}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:-33px;top:-1px;width:30px;height:30px;background:#fff3d9;color:#936316;border:1px solid #e8d5ac;border-radius:50%;display:grid;place-items:center;font-size:14px}.steps b{font-size:18px}.steps p{font-size:15px;line-height:1.8;color:var(--muted);margin-top:7px}.consult-card{padding:30px;background:linear-gradient(#f2f7fc,#fff9ea);border-radius:20px;align-self:start;position:sticky;top:105px;border:1px solid #e5e9ee;overflow:hidden}.consult-card>.icon{width:60px;height:60px;color:var(--gold);margin-bottom:18px}.consult-card p{font-size:16px;line-height:1.7;margin-bottom:20px}.consult-card .btn{width:100%;margin-bottom:12px;min-height:43px}.consult-card small{display:block;font-size:12px;color:var(--muted);margin-top:10px;line-height:1.6}.consult-card>.commerce-image{height:170px;width:170px;margin:0 auto 20px;border-radius:20px}.more-services{padding-bottom:50px}.contact-page-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;padding-block:45px 60px}.contact-company{padding:20px 0}.contact-company>img{width:190px;margin-bottom:25px}.contact-company h2{font-size:30px;margin-bottom:15px}.contact-company address{font-style:normal;font-size:19px;line-height:1.8;max-width:450px}.contact-links{display:grid;gap:20px;margin-block:30px}.contact-links>a{display:flex;align-items:center;gap:15px}.contact-links>a>.icon{width:35px;height:35px;color:var(--gold)}.contact-links>a small{display:block;font-size:12px;color:var(--muted);margin-bottom:3px}.text-link{text-decoration:underline;text-underline-offset:5px}.line-contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:35px;background:linear-gradient(145deg,#effcf4,#fff);border:1px solid #d1e9dc;border-radius:22px;box-shadow:var(--shadow)}.line-contact-card>.social-icon{margin-bottom:12px;width:50px;height:50px;font-size:12px}.line-contact-card h2{font-size:30px}.line-contact-card p{max-width:370px;font-size:16px;line-height:1.7;margin-block:10px 20px}.line-qr{width:220px;image-rendering:pixelated;border:10px solid white;border-radius:8px;box-shadow:0 5px 22px #247f3712}.line-contact-card strong{font-size:25px;letter-spacing:.01em;margin-top:15px}.copy-line{display:flex;align-items:center;gap:6px;border:0;background:transparent;margin-block:6px 20px;padding:8px;font-size:13px}.copy-line .icon{width:17px;height:17px}.line-contact-card>.btn{min-width:260px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-block:50px}.about-image img{height:330px;object-fit:cover;object-position:67%;border-radius:20px}.about-image small{font-size:11px;color:var(--muted);display:block;margin-top:7px}.about-grid h2{font-size:33px;margin-block:12px 20px}.about-grid p{font-size:17px;line-height:1.8;margin-block:15px}.about-grid .btn{margin-top:10px}.about-businesses{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-bottom:50px}.about-businesses a{display:flex;align-items:center;gap:16px;border:1px solid var(--border);padding:25px;border-radius:15px;box-shadow:var(--shadow)}.about-businesses h2{font-size:23px}.about-businesses .icon:first-child{width:50px;height:50px;color:var(--gold)}.about-businesses .icon:last-child{margin-left:auto}.expanded.shop-section{padding-block:55px}.promotions{padding-block:45px 30px;scroll-margin-top:95px}.shop-details{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-block:25px 55px}.shop-details p{line-height:1.8;margin:15px 0 20px}.shop-details h2{font-size:28px}dialog{border:1px solid var(--border);border-radius:20px;padding:28px;width:min(640px,calc(100% - 32px));max-height:85dvh;box-shadow:0 30px 100px #001c4b45;color:var(--ink);animation:dialog-in .22s var(--ease)}dialog::backdrop{background:#05295280;backdrop-filter:blur(5px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.dialog-top h2{font-size:25px}dialog>label{font-size:14px;display:block;margin-bottom:7px}dialog>input{padding:13px 16px;border:1px solid #bbcadc;border-radius:10px;width:100%;font-size:16px}.search-result{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4ebf2;padding:15px 5px}.search-result b{display:block;font-size:17px}.search-result small{display:block;color:var(--muted);margin-top:4px;font-size:13px}.search-result .icon{width:19px;height:19px}.search-result:hover{background:#f1f6fa}#search-results{margin-top:12px}.search-empty{padding:25px 0}.search-empty a{text-decoration:underline}#image-dialog{background:#fff8;border:0;padding:0;width:auto;max-width:93vw;max-height:93dvh;overflow:visible}#enlarged-image{max-height:90dvh;max-width:90vw;width:auto;object-fit:contain;border-radius:10px}.image-close{position:absolute;right:7px;top:7px;background:white;box-shadow:var(--shadow);z-index:1}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:12px 22px;background:#063c75;color:white;border-radius:10px;box-shadow:0 8px 30px #06356b33;z-index:100;transition:opacity .2s,transform .2s}.toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}.particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.particles i{position:absolute;width:3px;height:3px;border-radius:50%;background:#ddaf4e;box-shadow:0 0 9px #e2c074;left:calc(3% + var(--i)*8%);top:calc(8% + var(--i)*7%);opacity:.45;animation:particle calc(6s + var(--i)*.7s) ease-in-out infinite alternate}.hero-signature{animation:signature-arrive 1.2s var(--ease) both}.home main:before{content:'';position:absolute;inset:300px auto 200px -45px;width:100px;background:radial-gradient(ellipse at 20% 15%,#607f3733 0,transparent 12%),radial-gradient(ellipse at 20% 80%,#bdd38844 0,transparent 8%);pointer-events:none}.in-view{animation:enter .65s var(--ease) both}.motion-paused *, .motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important}.motion-paused{scroll-behavior:auto}.motion-paused .product-track{scroll-behavior:auto}@keyframes enter{from{opacity:.15;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-arrive{from{opacity:.5;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@keyframes signature-arrive{from{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}@keyframes particle{to{transform:translate(18px,-45px);opacity:.08}}@keyframes ambient{to{transform:translate3d(2%,-4%,0) scale(1.08);opacity:1}}@keyframes dialog-in{from{opacity:0;transform:translateY(5px) scale(.98)}to{opacity:1;transform:none}}
@media(hover:hover) and (pointer:fine){.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 23px #1437611c}.product-card:hover .pack{transform:translateY(-3px)}.event-tile:hover,.ceremony-tile:hover{transform:translateY(-2px)}.shop-card:hover{box-shadow:0 8px 25px #d137752b}.btn:hover{transform:translateY(-1px)}}
@media(min-width:1500px){.nav-wrap{gap:35px}.navigation{gap:25px}.hero-copy{padding-left:10px}.hero-signature{left:44%}}
@media(max-width:1300px){.nav-wrap{width:calc(100% - 60px);min-height:65px;gap:22px}.brand>img{width:122px}.brand b{font-size:13px}.brand small{font-size:10px;letter-spacing:0}.brand{gap:10px}.navigation{gap:17px}.navigation>a{font-size:11px;padding-block:24px}.navigation>a:after{bottom:11px}.nav-tools{gap:1px}.nav-tools .icon-btn{min-width:36px;padding:7px}.nav-tools .icon{width:21px;height:21px}.nav-cta{font-size:12px;padding:8px 16px;min-height:36px}.language-switch{font-size:11px;gap:4px;margin-right:8px}.hero{height:235px}.hero-inner{padding-left:22px}.hero h1{font-size:32px;margin-top:10px}.hero-copy>p:not(.eyebrow){font-size:17px}.hero .eyebrow{font-size:12px}.hero-signature{font-size:28px;left:44%;top:25px}.hero blockquote{font-size:17px;right:-10px;top:27px;padding:14px 18px 7px}.hero-actions{margin-top:8px;gap:20px}.hero-actions .btn{min-height:36px;font-size:14px}.play-circle{width:42px;height:42px}.values{min-height:62px;padding:10px 12px;border-radius:23px}.values .icon{width:38px;height:38px}.values>div{gap:16px}.values p{font-size:14px}.business-card{min-height:193px;border-radius:18px}.business-copy{padding:11px 20px 10px}.business-copy h2{font-size:23px}.business-copy>.icon{width:43px;height:43px}.business-title{gap:15px}.business-title>.icon{width:42px;height:42px}.business-copy p{font-size:15px;margin:7px 0 8px}.business-copy .btn{font-size:14px;min-height:31px;padding:4px 21px}.section-heading h2{font-size:26px}.section-heading p{font-size:15px}.section-heading>.btn{font-size:13px;min-height:31px;padding:5px 17px}.product-scene{height:140px}.product-info{padding:6px 11px 7px}.product-info h3{font-size:18px}.product-info p{font-size:13px;min-height:31px}.product-info .btn{min-height:29px;font-size:13px}.product-carousel{padding-right:112px}.product-handwriting{font-size:23px;top:36px}.shop-inner{grid-template-columns:165px 240px 1fr;gap:20px}.shop-brand img{width:165px}.shop-copy h2{font-size:26px}.shop-copy p{font-size:15px}.shop-copy .btn{font-size:14px;min-height:34px}.shop-card{height:156px;border-radius:13px}.shop-card-copy{font-size:12px;min-height:39px;padding:6px 8px}.shop-card-title{font-size:15px}.shop-card-title>.icon{width:33px;height:33px}.shop-note{font-size:22px;top:-25px}.shop-section{padding:23px 0 19px}.home-events{padding-top:13px}.event-tile{height:84px}.event-label{padding:8px;gap:8px}.event-label>.icon{width:39px;height:39px}.event-label h3{font-size:14px}.event-label p{font-size:12px;max-width:120px}.section-heading h2>span{font-size:18px}.ceremony-tile{min-height:69px;padding:8px;gap:7px}.ceremony-tile .icon{width:37px;height:37px}.ceremony-tile h3{font-size:13px}.ceremony-tile p{font-size:11px}.contact-strip>.wrap{min-height:70px;gap:12px;grid-template-columns:2.1fr 1.04fr 1.18fr 1fr 1.13fr}.contact-label{gap:25px}.contact-label h2{font-size:27px}.contact-label p{font-size:10px}.contact-strip a{gap:9px;padding-left:12px;font-size:12px}.contact-strip a small{font-size:9px}.contact-strip a>.icon,.contact-strip .social-icon{width:31px;height:31px}.footer-top{gap:17px}.footer-top .brand>img{width:93px}.footer-top .brand b{font-size:10px}.footer-top .brand small{font-size:6px}.footer-top nav a{font-size:10px;padding:3px 10px}.footer-top .signature{font-size:17px}.catalog-grid{gap:16px}.catalog-grid .product-scene{height:175px}}
@media(max-width:1130px) and (min-width:961px){.nav-wrap{gap:22px;width:calc(100% - 72px);min-height:59px}.brand>img{width:117px}.brand b{font-size:12px}.brand small{font-size:9px}.navigation{gap:17px}.navigation>a{font-size:10px;padding-block:21px}.nav-cta{font-size:11px;padding-inline:14px}.nav-wrap .brand{gap:10px}.nav-tools .icon-btn{min-width:30px;padding:4px}.nav-tools .icon{width:19px}.nav-tools{gap:0}.language-switch{font-size:10px;margin-right:6px}.hero{height:224px}.hero h1{font-size:29px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-copy{max-width:560px}.hero-signature{font-size:27px;left:43%}.hero blockquote{font-size:16px;right:-7px;top:22px}.values{min-height:59px}.values p{font-size:13px}.values .icon{width:35px;height:35px}.business-section{margin-top:9px;margin-bottom:12px;width:calc(100% - 54px);gap:12px}.business-card{min-height:181px}.business-copy{padding:11px 20px 9px}.business-copy h2{font-size:21px}.business-copy>.icon{height:42px;width:42px}.business-title{gap:12px}.business-copy p{font-size:14px}.business-copy .btn{min-height:29px;font-size:13px;padding-inline:20px}.business-title>.icon{width:43px;height:43px}.wrap{width:calc(100% - 126px)}.section-heading h2{font-size:24px}.section-heading p{font-size:14px}.product-scene{height:130px}.product-info{padding:5px 10px 6px}.product-info h3{font-size:16px}.product-info p{font-size:12px;min-height:27px;margin:2px 0 4px}.product-info .btn{min-height:28px;font-size:12px}.product-carousel{padding-right:84px}.product-handwriting{right:-20px;font-size:21px;top:32px}.product-track{gap:10px}.product-track>.product-card{flex-basis:calc((100% - 40px)/5)}.shop-inner{grid-template-columns:155px 222px 1fr;gap:20px;width:calc(100% - 100px)}.shop-brand img{width:155px}.shop-copy h2{font-size:25px}.shop-copy p{font-size:14px}.shop-card{height:145px}.shop-card-title{font-size:14px}.shop-card-copy{font-size:11px}.shop-card:nth-of-type(4) .shop-card-copy{font-size:10px}.shop-section{padding-block:21px 17px}.shop-copy .btn{font-size:13px}.shop-note{font-size:21px}.event-tile{height:79px}.home-ceremonies{padding-top:12px;padding-bottom:10px}.home-ceremonies .section-heading{margin-bottom:6px}.event-label h3{font-size:12px}.event-label p{font-size:11px}.event-label>.icon{width:38px;height:38px}.ceremony-tile{min-height:65px;padding:7px;gap:6px}.ceremony-tile .icon{width:35px;height:35px}.ceremony-tile h3{font-size:12px}.ceremony-tile p{font-size:10px}.section-heading h2>span{font-size:16px}.contact-strip .wrap{width:calc(100% - 90px);gap:12px;min-height:64px}.contact-strip a{font-size:11px;gap:9px;padding-left:13px}.contact-strip a small{font-size:9px}.contact-label{gap:25px}.contact-label h2{font-size:26px}.contact-label p{font-size:10px}.contact-strip a>.icon,.contact-strip .social-icon{width:29px;height:29px}.footer-top.wrap,.footer-bottom.wrap{width:calc(100% - 90px)}.footer-top nav a{font-size:9px;padding-inline:9px}.footer-top .brand>img{width:88px}.footer-top .brand b{font-size:9px}.footer-top .signature{font-size:16px}}
@media(max-width:960px){.wrap{width:calc(100% - 48px)}.nav-wrap{width:calc(100% - 32px);gap:15px}.nav-wrap .brand>img{width:110px}.brand b{font-size:12px}.brand small{font-size:9px}.navigation{display:none;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 70px);overflow:auto;background:#fffffff7;box-shadow:0 12px 20px #0638651a;padding:16px 24px;backdrop-filter:blur(20px)}.navigation.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.navigation>a{font-size:17px;padding:16px 10px;border-bottom:1px solid #e3eaf2}.navigation>a:after{display:none}.nav-tools{margin-left:auto;gap:5px}.nav-cta{display:none}.menu-toggle{display:grid}.hero{height:300px}.hero-inner{padding-left:6px}.hero h1{font-size:33px}.hero-copy{max-width:520px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-signature{left:66%;top:25px;font-size:24px}.hero blockquote{font-size:14px;top:auto;bottom:22px;padding:12px;right:0}.hero-image{background-position:59%}.hero-image:after{background:linear-gradient(90deg,#ffffffee,#ffffffaa 44%,#ffffff00 75%)}.values{width:calc(100% - 30px);padding:14px 8px}.values>div{gap:7px;flex-direction:column}.values .icon{width:34px;height:34px}.values p{font-size:12px;text-align:center;line-height:1.4}.business-section{width:calc(100% - 32px);gap:10px}.business-card{min-height:200px}.business-copy{padding:12px}.business-copy h2{font-size:21px}.business-copy p{font-size:13px;max-width:85%}.business-title{display:block}.business-title>.icon{height:37px;width:37px;margin-bottom:7px}.products-business .business-copy{max-width:85%}.products-business:after{background:linear-gradient(90deg,#fffffff7,#ffffffcc 43%,transparent)}.business-copy>.icon{width:37px;height:37px}.business-copy .btn{font-size:13px;padding-inline:18px}.section-heading h2{font-size:25px}.section-heading p{font-size:14px}.home-products{margin-top:20px}.product-carousel{padding-right:0}.product-track>.product-card{flex-basis:calc((100% - 30px)/4)}.product-track{gap:10px;padding-bottom:12px}.product-handwriting{display:none}.carousel-arrow.previous{left:-14px}.carousel-arrow.next{right:-14px}.product-scene{height:170px}.shop-inner{grid-template-columns:140px 1fr;gap:15px 22px}.shop-brand img{width:140px}.shop-copy{max-width:390px}.shop-copy h2{font-size:28px}.shop-copy .btn{width:auto;padding-inline:25px}.shop-cards{grid-column:1/-1;padding-top:13px;gap:13px}.shop-note{display:none}.shop-card{height:200px}.shop-card-title{font-size:20px}.shop-card-copy{font-size:14px;min-height:46px}.shop-card:nth-of-type(4) .shop-card-copy{font-size:13px}.shop-card-title>.icon{width:40px;height:40px}.shop-product-group{inset:48px 1px 38px}.shop-section{padding-block:20px 28px}.event-grid{grid-template-columns:repeat(2,1fr)}.event-tile{height:100px}.event-label h3{font-size:17px}.event-label p{font-size:13px}.event-label>.icon{width:43px;height:43px}.ceremony-grid{grid-template-columns:repeat(3,1fr);gap:10px}.ceremony-tile{min-height:85px;padding:12px;gap:13px}.ceremony-tile h3{font-size:16px}.ceremony-tile p{font-size:12px}.ceremony-tile .icon{width:40px;height:40px}.home-events{padding-top:25px}.home-ceremonies{padding-block:23px}.section-heading h2>span{display:block;font-size:17px;margin-top:5px}.contact-strip>.wrap{grid-template-columns:repeat(4,1fr);padding-block:20px;gap:22px 8px}.contact-label{grid-column:1/-1}.contact-label p{font-size:12px}.contact-label h2{font-size:29px}.contact-strip a{font-size:12px;white-space:normal;padding-left:10px;gap:7px}.contact-strip a:nth-child(2){border-left:0;padding-left:0}.contact-strip a small{font-size:10px}.contact-strip a>.icon,.contact-strip .social-icon{width:28px;height:28px}.footer-top{flex-wrap:wrap;gap:18px}.footer-top .brand b{font-size:12px}.footer-top .brand small{font-size:8px}.footer-top nav{order:3;flex-basis:100%;justify-content:flex-start}.footer-top nav a{font-size:12px;padding-inline:14px}.footer-top nav a:first-child{padding-left:0}.footer-top .signature{font-size:21px}.footer-bottom small{font-size:9px}.catalog-tools{align-items:stretch;flex-direction:column}.catalog-search{max-width:350px}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:18px}.catalog-grid .product-scene{height:220px}.product-detail-grid{gap:35px;grid-template-columns:1fr 1.05fr}.detail-product-art .product-scene{height:490px;padding:35px 25px}.detail-copy h1{font-size:34px}.detail-copy h2{font-size:20px}.detail-copy>p{font-size:16px}.detail-actions .btn{width:100%}.detail-price strong{font-size:38px}.order-calculator{gap:10px}.ingredients-grid{grid-template-columns:repeat(2,1fr)}.service-list{gap:20px}.service-card{display:block}.service-card>.service-image{width:100%;height:250px;background-size:300% 200%}.service-card>div:last-child{padding:25px}.ceremony-symbol{width:100%;height:150px}.service-detail{grid-template-columns:1fr 280px;gap:30px}.consult-card{padding:23px}.consult-card h2{font-size:24px}.contact-page-grid{gap:35px}.contact-company h2{font-size:26px}.contact-company address{font-size:17px}.line-contact-card{padding:28px}.about-grid{gap:30px}.about-grid h2{font-size:28px}.about-businesses{gap:13px}.about-businesses a{padding:18px;gap:10px}.about-businesses h2{font-size:20px}.about-businesses .icon:first-child{width:35px;height:35px}.expanded.shop-section{padding-block:35px}}
@media(max-width:640px){body{font-size:16px}.wrap{width:calc(100% - 32px)}.nav-wrap{min-height:66px;width:calc(100% - 24px)}.nav-wrap .brand>img{width:80px}.nav-wrap .brand>span{display:none}.nav-tools{gap:8px}.nav-tools .icon-btn{min-width:42px;min-height:44px}.nav-tools .icon{width:23px;height:23px}.language-switch{font-size:12px;margin:0;gap:5px}.hero{height:488px}.hero-inner{align-items:flex-start;padding:0;width:calc(100% - 40px)}.hero-copy{padding-top:26px;width:100%}.hero h1{font-size:29px;line-height:1.2;letter-spacing:-.035em;margin-block:10px}.hero-copy>p:not(.eyebrow){font-size:15px;line-height:1.6;max-width:360px}.hero-copy>p>br{display:none}.hero .eyebrow{font-size:10px;gap:9px}.eyebrow>span{width:24px;height:2px}.hero-actions{margin-top:15px;gap:16px}.hero-actions .btn{min-height:41px;padding-inline:19px;font-size:14px}.play-circle{width:39px;height:39px}.video-link{font-size:11px;gap:8px}.video-link small{font-size:10px;margin-top:2px}.hero-image{background-position:66% bottom;background-size:auto 67%;background-color:#f6fafc;background-repeat:no-repeat}.hero-image:after{background:linear-gradient(180deg,#fff 0,#fffffff5 32%,#ffffffe3 46%,#ffffff00 66%)}.hero-signature{font-size:24px;top:auto;bottom:60px;left:15px;z-index:1;text-shadow:0 1px 3px white}.hero blockquote{display:none}.hero-ribbon{height:110px;bottom:-36px}.values{grid-template-columns:repeat(5,1fr);gap:0;padding:13px 3px;width:calc(100% - 16px);margin-top:-1px;border-radius:18px;box-shadow:0 5px 20px #39524910}.values>div{gap:5px;padding:0 2px}.values .icon{width:29px;height:29px}.values p{font-size:10px;line-height:1.3}.values p span{font-size:9px;margin-top:4px}.business-section{grid-template-columns:1fr;gap:12px;margin-block:18px 26px;width:calc(100% - 32px)}.business-card{min-height:190px;border-radius:20px}.business-copy{padding:16px 19px}.business-copy h2{font-size:25px}.business-copy>.icon{height:40px;width:40px}.business-title{display:flex;gap:16px}.business-title>.icon{height:47px;width:47px;margin:0}.business-copy p{font-size:15px;max-width:68%;line-height:1.3;margin-top:7px}.business-copy .btn{font-size:14px;min-height:36px;margin-top:6px}.products-business .business-copy{max-width:70%}.business-card>.service-image{width:64%}.business-card:after{background:linear-gradient(90deg,#fff,#fffffff0 34%,#ffffff5c 53%,transparent 75%)}.business-art{width:64%}.assortment{padding-top:10px}.section-heading{align-items:flex-start;gap:8px;margin-bottom:12px}.section-heading h2{font-size:24px;line-height:1.2}.section-heading p{font-size:13px;line-height:1.45;margin-top:5px}.section-heading>.btn{font-size:11px;padding:7px 10px;min-height:34px;gap:5px;flex-shrink:0;margin-top:2px}.section-heading>.btn>.icon{width:13px;height:13px}.home-products .section-heading{display:block;position:relative;padding-right:88px}.home-products .section-heading>.btn{position:absolute;right:0;top:0}.home-products .section-heading h2{font-size:22px}.home-products{margin-block:0 22px}.product-track{gap:11px;padding:2px 2px 12px;scroll-padding-left:2px}.product-track>.product-card{flex-basis:calc((100% - 11px)/2)}.product-scene{height:186px}.product-info{padding:9px 11px 12px}.product-info h3{font-size:19px}.product-info p{font-size:13px;min-height:35px}.product-info .btn{min-height:35px;font-size:14px}.product-track>.product-card{border-radius:16px}.carousel-arrow{width:30px;height:36px;top:40%}.carousel-arrow.previous{left:-13px}.carousel-arrow.next{right:-13px}.carousel-arrow .icon{width:19px}.shop-section{padding:27px 0 33px}.shop-inner{grid-template-columns:100px 1fr;gap:14px 12px}.shop-brand img{width:110px;max-width:none;margin-left:-7px}.shop-copy h2{font-size:23px}.shop-copy p{font-size:13px;line-height:1.4;margin-block:7px 10px}.shop-copy p br{display:none}.shop-copy .btn{font-size:12px;min-height:35px;padding-inline:13px;gap:7px}.shop-copy .btn .icon{width:15px}.shop-cards{grid-template-columns:repeat(2,1fr);gap:25px 12px;padding-top:20px}.shop-card{height:216px;border-radius:15px}.shop-card-title{font-size:19px}.shop-card-title>.icon{width:42px;height:42px}.shop-card-copy{font-size:14px;min-height:46px;padding:8px 11px}.shop-card:nth-of-type(4) .shop-card-copy{font-size:12px;min-height:44px;margin-left:40%}.shop-product-group{inset:47px 3px 39px}.shop-ribbon{bottom:-38px}.home-events{padding-top:23px}.home-events .section-heading{display:block}.home-events .section-heading>.btn{margin-top:10px}.event-grid{grid-template-columns:1fr;gap:11px}.event-tile{height:107px;border-radius:16px}.event-tile>.service-image{width:48%}.event-label{padding:13px 15px;gap:16px}.event-label>.icon{height:48px;width:48px}.event-label h3{font-size:18px}.event-label p{font-size:13px;max-width:180px;line-height:1.4}.event-label>div{max-width:70%}.home-ceremonies{padding-block:26px 25px}.home-ceremonies .section-heading{display:block}.home-ceremonies .section-heading>.btn{margin-top:10px}.section-heading h2>span{font-size:17px;line-height:1.3}.ceremony-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ceremony-tile{padding:12px 9px;gap:8px;min-height:95px}.ceremony-tile .icon{width:36px;height:36px}.ceremony-tile h3{font-size:15px}.ceremony-tile p{font-size:11px;line-height:1.4}.contact-strip>.wrap{grid-template-columns:1fr 1fr;gap:22px 12px;padding-block:23px}.contact-label{gap:20px}.contact-label h2{font-size:29px}.contact-label p{font-size:11px}.contact-strip a{font-size:12px;gap:8px;padding-left:0;border:0;min-height:40px;word-break:break-word}.contact-strip a small{font-size:10px}.contact-strip a>.icon,.contact-strip .social-icon{width:30px;height:30px;flex-shrink:0}.footer-top{align-items:center;padding-top:9px;gap:20px}.footer-top .brand>img{width:90px}.footer-top .brand b{font-size:9px}.footer-top .brand small{font-size:6px}.footer-top .brand{gap:8px}.footer-top .signature{display:none}.footer-top nav{flex-wrap:wrap;justify-content:flex-start;row-gap:10px}.footer-top nav a{font-size:11px;padding-inline:9px}.footer-bottom{flex-wrap:wrap;row-gap:8px}.footer-bottom small{font-size:9px}.footer-bottom small:last-child{display:none}footer{padding-bottom:92px}.mobile-contact{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1.25fr;background:white;border-top:1px solid #dce7ec;padding:9px 14px calc(9px + env(safe-area-inset-bottom));gap:10px;z-index:25;box-shadow:0 -4px 18px #12325312}.mobile-contact>a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid var(--blue);border-radius:24px;font-size:14px;font-weight:600}.mobile-contact>a:last-child{background:var(--line);border-color:var(--line);color:white}.mobile-contact .icon{width:20px;height:20px}.mobile-contact .social-icon{height:24px;width:24px;font-size:7px;border-width:2px}.inner-hero{padding-block:23px 48px}.breadcrumb{font-size:12px;gap:8px;margin-bottom:20px}.inner-hero h1{font-size:32px;max-width:100%;margin-bottom:10px}.inner-hero p{font-size:16px;line-height:1.65;max-width:100%}.inner-hero.has-art{min-height:260px;padding:25px 0 55px}.inner-hero>.service-image{width:55%;opacity:.2}.inner-hero .ribbon{bottom:-125px}.catalog-section{padding-block:25px 30px}.catalog-tools{gap:16px}.filter-buttons{gap:7px}.filter{font-size:12px;min-height:38px;padding:8px 12px}.catalog-search{max-width:none;padding:10px 14px}.catalog-search input{max-width:none;font-size:16px}.result-count{margin-block:16px 12px;font-size:12px}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:15px 11px}.catalog-grid .product-scene{height:182px}.catalog-grid .product-info{padding:11px}.catalog-grid .product-info h3{font-size:18px;min-height:24px}.catalog-grid .product-info p{font-size:12px;min-height:35px}.card-price{font-size:21px;margin-top:9px}.card-price del{font-size:12px}.card-price:not(:has(del)){font-size:15px}.mini-promo{font-size:11px;min-height:29px}.catalog-grid .product-info>.btn{font-size:12px;min-height:35px}.source-note{font-size:11px}.partner-banner{padding:22px;gap:15px;flex-wrap:wrap;margin-top:28px}.partner-banner>.icon{width:40px;height:40px}.partner-banner>div{width:calc(100% - 56px)}.partner-banner h2{font-size:21px}.partner-banner p{font-size:13px;line-height:1.6}.partner-banner .btn{margin-left:56px;font-size:13px}.product-detail{padding-top:19px}.product-detail-grid{grid-template-columns:1fr;gap:23px}.detail-product-art .product-scene{height:420px;padding:30px 40px}.detail-product-art .product-scene>.pack{max-height:355px}.detail-product-art .botanical .icon{width:95px;height:95px}.detail-product-art .b1{bottom:9px}.art-caption{font-size:10px}.detail-copy h1{font-size:36px}.detail-copy h2{font-size:22px;line-height:1.4}.detail-copy>p{font-size:16px}.detail-price strong{font-size:43px}.detail-actions .btn{width:auto;flex:1;min-height:44px;padding-inline:14px;font-size:13px}.detail-copy>.order-help{font-size:12px}.product-information{grid-template-columns:1fr;gap:22px;padding-top:25px;margin-top:28px}.product-information h2{font-size:25px}.ingredients-grid{grid-template-columns:1fr;gap:10px}.ingredients-grid article{padding:18px}.ingredients-grid p{font-size:14px;line-height:1.6}.ingredients-grid h3{font-size:18px}.check-list li{font-size:15px}.product-source{text-align:left;line-height:1.6;padding:20px 0}.related-products{padding-block:20px 35px}.related-grid{grid-template-columns:repeat(2,1fr);gap:14px}.related-grid .product-scene{height:175px}.related-grid .product-info>.btn{font-size:13px}.related-grid .mini-promo{font-size:11px}.service-list{grid-template-columns:1fr;gap:20px;padding-block:28px}.service-card{display:block}.service-card>.service-image{height:270px}.service-card>div:last-child{padding:24px}.service-card h2{font-size:27px}.service-card p{font-size:16px}.ceremony-symbol{height:140px}.service-detail{grid-template-columns:1fr;gap:20px;padding-block:30px}.service-detail h2{font-size:26px}.service-detail .lead{font-size:17px;line-height:1.85}.consult-card{position:static;padding:25px}.consult-card h2{font-size:25px}.consult-card .btn{max-width:360px;display:flex}.steps{padding-left:28px}.steps b{font-size:17px}.steps p{font-size:15px}.more-services{padding-bottom:35px}.contact-page-grid{grid-template-columns:1fr;gap:26px;padding-block:28px}.contact-company{padding:5px 0}.contact-company>img{width:150px}.contact-company h2{font-size:26px}.contact-company address{font-size:17px}.contact-links{gap:20px}.contact-links>a{min-height:44px;font-size:17px}.line-contact-card{padding:28px 20px}.line-contact-card h2{font-size:29px}.line-contact-card p{font-size:15px}.line-contact-card .btn{font-size:15px;min-width:0;width:100%}.about-grid{grid-template-columns:1fr;gap:27px;padding-block:28px}.about-image img{height:255px}.about-grid h2{font-size:28px}.about-grid p{font-size:16px;line-height:1.9}.about-businesses{grid-template-columns:1fr;padding-bottom:30px}.about-businesses a{padding:22px}.about-businesses h2{font-size:23px}.about-businesses .icon:first-child{width:44px;height:44px}.expanded.shop-section{padding-block:30px}.promotions{padding-block:28px}.promotions .section-heading{display:block}.promotions .section-heading p{font-size:12px;margin-top:10px}.shop-details{grid-template-columns:1fr;gap:33px;padding-bottom:35px}.shop-details h2{font-size:26px}dialog{padding:21px;border-radius:17px;max-height:85dvh}.dialog-top h2{font-size:23px}.search-result b{font-size:16px}.toast{bottom:85px;max-width:calc(100% - 30px);font-size:13px;width:max-content}.home main:before{display:none}}
@media(max-width:370px){.hero h1{font-size:26px}.hero-copy>p:not(.eyebrow){font-size:14px}.hero-actions{gap:10px}.hero-actions .btn{font-size:12px;padding-inline:15px}.product-scene,.catalog-grid .product-scene{height:158px}.shop-copy h2{font-size:21px}.shop-copy .btn{font-size:11px;padding-inline:10px}.shop-inner{grid-template-columns:86px 1fr;gap:13px}.shop-brand img{width:99px}.shop-card{height:188px}.shop-card-title{font-size:16px}.contact-label p{font-size:10px}.contact-strip a{font-size:11px}.product-info h3{font-size:17px}.section-heading>.btn{font-size:10px}.home-products .section-heading h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){html,.product-track{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.hero-image{transform:none!important}.particles{display:none}}
/* Fine alignment against the supplied desktop reference. */
.shop-logo{width:174px;height:205px;margin:auto;mix-blend-mode:multiply;overflow:visible}.expanded .shop-copy h1{font-size:36px;line-height:1.18}.products-business .business-copy{max-width:none}.business-title h2{white-space:nowrap}.products-business .business-copy p{max-width:55%}.product-track{align-items:flex-start}.product-track .product-info h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-track .product-info h3 a{display:block;overflow:hidden;text-overflow:ellipsis}.product-track .product-info{height:91px;display:flex;flex-direction:column}.product-track .product-info p{min-height:0;height:30px;flex-shrink:0}.product-track .product-info>.btn{margin-top:auto}.page-ornament{position:absolute;inset:0;background:url('flourishes.svg') top center/100% 88% no-repeat;z-index:2;pointer-events:none}.home>.header{z-index:30}.home main>section{position:relative}.home main>.hero,.home main>.values,.home main>.business-section{z-index:3}.home main>.home-products,.home main>.shop-section,.home main>.home-events,.home main>.home-ceremonies{z-index:1}.home .values{width:calc(100% - 38px);max-width:1390px}.home .business-section{width:calc(100% - 56px);max-width:1384px}.home .business-copy{padding-right:12px}.business-card>.service-image{height:100%;min-width:68%}.business-card:after{background:linear-gradient(90deg,#fff 3%,#fffffff7 30%,#ffffffbb 44%,#fff0 68%)}.shop-section{overflow:visible}.shop-note{top:-26px}.shop-section:before{overflow:hidden}.gold{background:linear-gradient(175deg,#f7d58b -5%,#dba03e 42%,#aa6c1f 100%)}
@media(max-width:1300px){.shop-logo{width:148px;height:170px}.product-track .product-info{height:88px}}
@media(max-width:1130px) and (min-width:961px){.business-card{height:181px;min-height:181px}.business-copy{padding:9px 20px}.business-copy p{font-size:13px;line-height:1.23;margin-block:7px}.business-copy h2{font-size:21px}.business-title{gap:14px}.business-title>.icon{width:41px;height:41px}.products-business .business-copy p{max-width:145px}.product-track .product-info{height:79px;padding-block:3px 5px}.product-track .product-info p{height:26px;margin:1px 0 3px;font-size:12px;line-height:1.05}.product-track .product-info h3{font-size:16px}.shop-logo{height:174px;width:143px}.home-events .section-heading{margin-bottom:8px}.home-ceremonies .section-heading h2{font-size:22px}.home-ceremonies .section-heading p{margin-top:1px}}
@media(max-width:960px){.shop-logo{width:128px;height:166px}.page-ornament{opacity:.55;background-size:100% 70%}.home .business-section{width:calc(100% - 32px)}.home .values{width:calc(100% - 30px)}.business-title h2{white-space:normal}.products-business .business-copy p{max-width:65%}}
@media(max-width:640px){.shop-logo{width:99px;height:141px}.page-ornament{display:none}.home .values{width:calc(100% - 16px)}.home .business-section{width:calc(100% - 32px)}.business-title h2{white-space:nowrap}.products-business .business-copy p{max-width:58%}.product-track .product-info{height:104px;padding:9px 11px 12px}.product-track .product-info p{height:33px;line-height:1.25}.product-track .product-info>.btn{font-size:13px}.expanded .shop-copy h1{font-size:25px}.shop-section:before{animation:none}}
/* Keep source-image crops and decoration inside their intended areas. */
.shop-logo{overflow:hidden}.page-ornament{z-index:0}.home main>section{z-index:1}.home main>.hero,.home main>.values,.home main>.business-section{z-index:1}.shop-section{overflow:hidden}.shop-note{top:-20px}.shop-cards{padding-top:25px}.shop-ribbon{bottom:-48px}
/* Readable typography requested after reviewing the first preview. */
@media(min-width:961px){
 .nav-wrap{max-width:1520px;width:calc(100% - 48px);gap:22px;min-height:78px}.nav-wrap .brand>img{width:124px}.nav-wrap .brand b{font-size:15px}.nav-wrap .brand small{font-size:10px}.navigation{gap:18px}.navigation>a{font-size:14px;padding-block:27px}.nav-cta{font-size:14px;min-height:40px}.language-switch{font-size:13px}.nav-tools .icon-btn{min-width:40px}.nav-tools .icon{width:23px}.hero{height:310px}.hero h1{font-size:40px;line-height:1.18}.hero-copy>p:not(.eyebrow){font-size:20px;line-height:1.6}.hero .eyebrow{font-size:14px}.hero-copy{max-width:690px}.hero-actions{margin-top:13px}.hero-actions .btn{font-size:16px;min-height:44px}.video-link{font-size:14px}.video-link small{font-size:12px}.hero-signature{left:48%;font-size:32px}.hero blockquote{font-size:19px;top:30px}.values{min-height:83px;padding:15px}.values p{font-size:16px;line-height:1.4}.values .icon{width:42px;height:42px}.business-section{gap:17px;margin-block:18px 27px}.business-card{height:auto;min-height:247px}.business-copy{padding:20px 24px}.business-copy h2{font-size:29px}.business-copy p{font-size:17px;line-height:1.5;max-width:68%}.products-business .business-copy p{max-width:50%}.business-title>.icon{width:48px;height:48px}.business-copy>.icon{width:46px;height:46px}.business-copy .btn{min-height:41px;font-size:16px;margin-top:auto;padding-inline:25px}.section-heading h2{font-size:31px}.section-heading p{font-size:17px;line-height:1.5}.section-heading>.btn{font-size:15px;min-height:39px;padding-inline:20px}.home-products{margin-bottom:26px}.product-track .product-scene{height:170px}.product-track .product-info{height:120px;padding:9px 12px 12px}.product-track .product-info h3{font-size:21px;line-height:1.2}.product-track .product-info p{font-size:15px;line-height:1.3;height:39px;margin-top:3px}.product-track .product-info .btn{font-size:15px;min-height:36px}.product-track{gap:13px}.product-track>.product-card{flex-basis:calc((100% - 52px)/5)}.product-handwriting{font-size:27px;right:-5px;top:54px}.shop-section{padding-block:34px 35px}.shop-inner{grid-template-columns:185px 285px 1fr;gap:22px}.shop-logo{width:165px;height:220px}.shop-copy h2{font-size:32px}.shop-copy p{font-size:17px;line-height:1.55}.shop-copy .btn{min-height:43px;font-size:16px}.shop-card{height:210px}.shop-cards{gap:12px;padding-top:27px}.shop-card-title{font-size:19px;top:0;line-height:1.25}.shop-card-title>.icon{width:41px;height:41px}.shop-card-copy{font-size:14px;min-height:52px;padding:8px 10px;line-height:1.4}.shop-card:nth-of-type(4) .shop-card-copy{font-size:12px;min-height:52px}.shop-note{font-size:24px;top:-14px}.shop-product-group{inset:61px 1px 47px}.home-events{padding-top:29px}.event-grid{gap:15px}.event-tile{height:125px}.event-label{padding:14px;gap:12px}.event-label>.icon{width:46px;height:46px}.event-label h3{font-size:19px;line-height:1.3}.event-label p{font-size:14px;line-height:1.4;max-width:195px}.event-tile:after{background:linear-gradient(90deg,white,#fffffff5 42%,#ffffffb0 64%,#fff0 90%)}.home-ceremonies{padding-block:25px 29px}.home-ceremonies .section-heading h2{font-size:29px}.section-heading h2>span{font-size:20px}.ceremony-grid{gap:12px}.ceremony-tile{min-height:110px;gap:10px;padding:12px}.ceremony-tile h3{font-size:17px;line-height:1.3}.ceremony-tile p{font-size:13px;line-height:1.4}.ceremony-tile .icon{width:41px;height:41px}.contact-strip>.wrap{min-height:100px;gap:20px}.contact-label{gap:23px}.contact-label h2{font-size:34px}.contact-label p{font-size:13px}.contact-strip a{font-size:15px;padding-left:18px;gap:12px;line-height:1.4}.contact-strip a small{font-size:11px}.contact-strip a>.icon,.contact-strip .social-icon{width:36px;height:36px}.footer-top .brand>img{width:110px}.footer-top .brand b{font-size:12px}.footer-top .brand small{font-size:8px}.footer-top nav a{font-size:13px;padding-inline:13px}.footer-top .signature{font-size:20px}.footer-bottom small{font-size:12px}.motion-toggle{font-size:12px;min-height:36px}footer{padding-block:20px 14px}.footer-bottom{margin-top:14px}.catalog-grid .product-info h3{font-size:23px}.catalog-grid .product-info p{font-size:16px;line-height:1.4;min-height:45px}.catalog-grid .product-info>.btn{font-size:16px;min-height:43px}.mini-promo{font-size:14px;min-height:38px}.source-note{font-size:13px}
}
@media(min-width:961px) and (max-width:1350px){
 .nav-wrap .brand>span{display:none}.nav-wrap .brand>img{width:119px}.navigation{gap:19px}.navigation>a{font-size:14px}.nav-wrap{gap:28px}.hero h1{font-size:34px}.hero-copy{max-width:600px}.hero-copy>p:not(.eyebrow){font-size:18px}.hero-signature{font-size:29px;left:48%}.hero blockquote{font-size:17px;right:0}.values p{font-size:14px}.values>div{gap:12px}.business-card{min-height:245px}.business-copy{padding:17px 20px}.business-copy h2{font-size:25px}.business-copy p{font-size:16px;line-height:1.5;max-width:75%}.business-title{gap:10px}.business-title>.icon{width:42px}.business-copy .btn{min-height:40px;font-size:15px}.section-heading h2{font-size:29px}.section-heading p{font-size:16px}.product-track .product-info h3{font-size:19px}.product-track .product-info p{font-size:14px;height:37px}.product-track .product-info{height:114px;padding-inline:10px}.product-track .product-info .btn{font-size:14px}.product-carousel{padding-right:92px}.product-handwriting{font-size:24px;right:-10px}.product-track .product-scene{height:155px}.shop-inner{grid-template-columns:140px 236px 1fr;gap:18px}.shop-logo{width:135px;height:192px}.shop-copy h2{font-size:27px}.shop-copy p{font-size:15px}.shop-copy .btn{font-size:14px;padding-inline:14px}.shop-card{height:190px}.shop-card-title{font-size:16px}.shop-card-copy{font-size:12px;min-height:48px}.shop-card:nth-of-type(4) .shop-card-copy{font-size:11px}.shop-cards{gap:9px}.shop-note{font-size:22px}.event-label{padding:12px 10px;gap:9px}.event-label h3{font-size:17px}.event-label p{font-size:13px;max-width:145px}.event-label>.icon{width:39px;height:39px}.ceremony-tile{gap:8px;padding:10px 8px;min-height:108px}.ceremony-tile h3{font-size:15px}.ceremony-tile p{font-size:12px}.ceremony-tile .icon{width:32px;height:32px}.contact-strip>.wrap{grid-template-columns:1fr 1.3fr 1fr 1.2fr;gap:18px 12px;padding-block:22px}.contact-label{grid-column:1/-1}.contact-strip a{font-size:14px;padding-left:15px}.contact-strip a:nth-child(2){border:0;padding-left:0}.contact-label p{font-size:14px}.footer-top{flex-wrap:wrap}.footer-top nav{order:3;flex-basis:100%;justify-content:flex-start;margin-top:7px}.footer-top nav a{font-size:14px;padding-inline:20px}.footer-top nav a:first-child{padding-left:0}.footer-top .brand>img{width:117px}.footer-top .brand b{font-size:15px}.footer-top .brand small{font-size:10px}.footer-top .signature{font-size:23px}.catalog-grid{grid-template-columns:repeat(4,1fr)}.catalog-grid .product-info h3{font-size:22px}.catalog-grid .product-scene{height:210px}
}
@media(max-width:960px){.product-info h3{font-size:20px}.product-info p{font-size:14px}.product-info>.btn{font-size:15px}.product-track .product-info{height:118px}.product-track .product-info p{height:40px}.home-events .event-label h3{font-size:19px}.home-events .event-label p{font-size:14px}.home-ceremonies .ceremony-tile h3{font-size:17px}.home-ceremonies .ceremony-tile p{font-size:13px}.ceremony-tile{min-height:105px}.values p{font-size:13px}.contact-strip a{font-size:14px}.contact-strip a small{font-size:11px}.footer-top nav a{font-size:13px}.footer-bottom small{font-size:11px}.motion-toggle{font-size:12px}.shop-section{overflow:hidden}}
@media(max-width:640px){.values p{font-size:11px}.values p span{font-size:10px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero{height:505px}.business-copy p{font-size:16px}.business-card{min-height:207px}.product-track .product-info{height:124px}.product-track .product-info h3{font-size:20px}.product-track .product-info p{font-size:14px;height:40px}.product-track .product-info .btn{font-size:14px;min-height:38px}.shop-copy h2{font-size:25px}.shop-copy p{font-size:14px}.shop-copy .btn{font-size:13px;min-height:40px}.shop-card-copy{font-size:15px}.shop-card:nth-of-type(4) .shop-card-copy{font-size:13px}.shop-card{height:227px}.event-tile{height:122px}.event-label h3{font-size:19px}.event-label p{font-size:14px}.home-ceremonies .ceremony-tile h3{font-size:16px}.home-ceremonies .ceremony-tile p{font-size:12px}.ceremony-tile{min-height:114px}.contact-strip a{font-size:13px}.contact-strip a small{font-size:11px}.contact-label p{font-size:12px}.catalog-grid .product-info p{font-size:14px;min-height:44px}.catalog-grid .product-info h3{font-size:20px}.catalog-grid .product-info>.btn{font-size:14px;min-height:39px}.mini-promo{font-size:12px;min-height:33px}.source-note{font-size:12px}.section-heading>.btn{font-size:12px;min-height:38px}}

/* Allow Thai ascenders and multi-line descriptions to keep their full height. */
.product-track .product-info{height:auto;min-height:136px;gap:0}
.product-track .product-info h3{flex:0 0 auto;line-height:1.45;min-height:1.45em}
.product-track .product-info h3 a{line-height:inherit}
.product-track .product-info p{height:auto;min-height:2.6em;flex:0 0 auto;margin:2px 0 10px}
.product-track .product-info .btn{flex:0 0 auto;margin-top:auto}
@media(max-width:1350px){.product-track .product-info{min-height:133px}}
@media(max-width:640px){.product-track .product-info{min-height:142px}}

/* Product photography stays intact, including the supplied background. */
.product-scene.original-scene{padding:0;background:#fff;display:flex;align-items:center;justify-content:center}
.product-scene.original-scene>.original-product{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;filter:none;transform:none}
.product-track .original-scene{height:auto;aspect-ratio:2/3}
.catalog-grid .original-scene,.related-grid .original-scene{height:auto;aspect-ratio:2/3}
.detail-product-art{background:#fff;overflow:hidden}
.detail-product-art .original-scene{height:auto;aspect-ratio:auto;max-height:none}
.detail-product-art .original-scene>.original-product{height:auto;width:100%;max-height:none}
.view-original{position:relative;right:auto;bottom:auto;display:flex;margin:14px auto}
.assortment{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:8px;filter:none;align-content:center;align-items:center}
.assortment .original-product{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:5px;box-shadow:0 3px 10px #18345112}
.business-art .assortment{height:100%;padding:12px 8px 12px 15%}
.shop-product-group .assortment{display:flex;padding:5px;gap:4px;overflow:hidden}
.shop-product-group .original-product{width:47%;height:100%;object-fit:contain;flex-shrink:0}
.shop-product-group .original-product:nth-child(-n+2){display:none}
.related-grid .product-card,.catalog-grid .product-card{display:flex;flex-direction:column}
.related-grid .product-info,.catalog-grid .product-info{display:flex;flex-direction:column;flex:1}
.related-grid .product-info>.btn,.catalog-grid .product-info>.btn{margin-top:auto}
.related-grid .card-price,.catalog-grid .card-price{margin-block:8px}
.related-grid .product-info .mini-promo,.catalog-grid .product-info .mini-promo{margin-bottom:12px}
.home main{overflow-x:clip}
.hero h1 span{white-space:nowrap}
@media(max-width:640px){.hero h1{font-size:28px;line-height:1.25}.home-ceremonies:before{right:-16px;width:60px}.hero-copy{padding-top:18px}.hero-actions{gap:14px}}

/* Distinct branded seminar and product-launch scenes. */
.service-image.seminar{background-image:url('art/seminar-cfb.webp');background-size:cover;background-position:right top}
.service-image.launch{background-image:url('art/launch-cfb.webp');background-size:cover;background-position:right top}
.error-page{min-height:75vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px;max-width:900px;padding-block:60px}.error-page h1{font-size:clamp(30px,4vw,48px)}.error-page p{font-size:18px;line-height:1.7}.error-page .eyebrow{font-size:24px;letter-spacing:.2em}


/* Keep every shopping card heading above the photograph. */
.shop-card{height:270px;isolation:isolate}
.shop-card-title{position:absolute;inset:8px 6px auto;height:74px;display:flex;flex-direction:column;justify-content:center;gap:4px;font-size:18px;line-height:1.35;z-index:2}
.shop-card-title>.icon{width:33px;height:33px;flex-shrink:0}
.shop-card .commerce-image.gifts,.shop-card .commerce-image.partner{top:87px;bottom:55px;height:auto;background-size:300% auto;background-position-y:top}
.shop-card .commerce-image.host{background-size:300% auto;background-position-y:top}
.shop-card .shop-product-group{inset:88px 4px 55px}
.shop-card .shop-card-copy{min-height:55px;font-size:14px;background:#fffffff0}
.shop-card:nth-of-type(4) .shop-card-copy{font-size:14px}
.business-card .distributor-art{inset:0;width:100%;background-image:url('art/distributors-cfb.webp');background-size:cover;background-position:72% center}
.products-business .business-title h2{white-space:normal}
.qr-team-link{display:block;margin:12px auto;font-size:16px;text-decoration:underline;text-underline-offset:4px}
.official-line-label{border-top:1px solid #14873630;padding-top:20px;margin-top:20px!important}
@media(min-width:961px) and (max-width:1250px){.shop-card-title{font-size:15px}.shop-card .shop-card-copy,.shop-card:nth-of-type(4) .shop-card-copy{font-size:12px}.shop-card{height:248px}}
@media(max-width:640px){.shop-card{height:270px}.shop-card-title{font-size:18px}.shop-card .shop-card-copy,.shop-card:nth-of-type(4) .shop-card-copy{font-size:14px}}

/* Channels are grouped by what visitors can do there. */
.channel-section{position:relative;margin-top:30px;margin-bottom:28px;z-index:2}
.channel-heading{display:flex;justify-content:space-between;align-items:baseline;gap:15px;margin-bottom:13px}
.channel-heading b{font-size:19px}.channel-heading>span{font-size:13px;color:var(--muted)}
.channel-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.channel-link{display:flex;align-items:center;gap:12px;padding:17px 18px;background:#fff;border:1px solid #dbdfeb;border-radius:16px;box-shadow:0 5px 20px #12396a05;transition:transform .2s,box-shadow .2s;min-width:0}
.channel-link:hover{transform:translateY(-3px);box-shadow:0 8px 24px #12396a12}.channel-link>span:nth-child(2){min-width:0}.channel-link b{display:block;font-size:17px;line-height:1.35}.channel-link small{display:block;font-weight:500;font-size:12px;color:var(--muted);margin-top:2px}.channel-link>span>span{display:block;font-size:13px;margin-top:5px}.channel-link>.icon{width:17px;margin-left:auto;flex-shrink:0}
.channel-symbol{width:38px;height:38px;display:grid;place-items:center;flex-shrink:0;border-radius:11px;color:white;background:#17191d;font-size:27px;font-weight:700}
.channel-line .channel-symbol{background:#008a39;font-size:11px}.channel-shopee .channel-symbol{background:#ec4d2d}.channel-youtube .channel-symbol{background:#e9222d;font-size:21px}.channel-tiktok .channel-symbol{text-shadow:-1px -1px #25f4ee,1px 1px #fe2c55}
.shop-section .channel-section{margin-bottom:0}.shop-section .channel-link{background:#ffffffcf;border-color:white}
.marketplace-link{display:inline-flex;align-items:center;gap:10px;padding-block:15px;font-size:15px;text-decoration:underline;text-underline-offset:4px}.marketplace-link .icon{width:21px;color:#d14b28}
.distributor-consult-image{width:calc(100% + 44px);max-width:none;margin:-22px -22px 25px;border-radius:15px;object-fit:cover;height:210px;object-position:right}
/* Ceremonies: clear groups, a quiet ivory backdrop, and real published stories. */
.ceremony-page .inner-hero{min-height:390px;display:flex;align-items:center;background:#fbf8f0}.ceremony-page .inner-hero>.wrap{padding-bottom:45px}.ceremony-page .inner-hero h1{font-size:clamp(36px,4.2vw,58px);line-height:1.25;max-width:690px}.ceremony-page .inner-hero p{font-size:21px;line-height:1.7;max-width:620px}.ceremony-page .inner-hero .service-image{opacity:.8}
.ceremony-tabs{display:flex;justify-content:center;gap:12px;background:#fff;padding:18px 25px;margin-top:-30px;position:relative;z-index:3;border:1px solid #eadcc0;border-radius:20px;box-shadow:0 8px 30px #90692309}.ceremony-tabs a{padding:12px 30px;font-weight:600;font-size:17px;border-radius:999px;background:#faf6ec;transition:background .2s}.ceremony-tabs a:hover{background:#f2e3c1}
.ceremony-category{padding-block:58px 60px}.category-heading{display:flex;gap:22px;align-items:flex-start;margin-bottom:28px}.category-heading>span{font-size:16px;color:#a5792c;border:1px solid #d4bc89;border-radius:100%;width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;margin-top:5px}.category-heading h2{font-size:34px;line-height:1.35;margin:0 0 10px}.category-heading p{font-size:18px;color:var(--muted);margin:0;line-height:1.65}
.ceremonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ceremonial-grid.three{grid-template-columns:repeat(3,1fr)}.ceremonial-card{display:flex;flex-direction:column;align-items:flex-start;position:relative;min-height:245px;padding:28px;background:linear-gradient(150deg,#fff 50%,#fbf7ee);border:1px solid #eadfc9;border-radius:20px;box-shadow:0 7px 24px #82643205;transition:transform .25s,box-shadow .25s}.ceremonial-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #82643218}.ceremonial-icon{color:#b78128;padding:13px;background:#faf3e3;border-radius:50%;margin-bottom:20px}.ceremonial-icon>.icon{width:38px;height:38px}.ceremonial-card h3{font-size:24px;margin:0 0 8px;line-height:1.4}.ceremonial-card p{font-size:17px;line-height:1.65;color:var(--muted);margin:0 0 24px}.ceremonial-cta{display:flex;justify-content:space-between;width:100%;align-items:center;border-top:1px solid #e9dfcd;padding-top:17px;margin-top:auto;font-size:16px;font-weight:600}.ceremonial-cta>.icon{width:20px}
.consultation-section{background:#f5f7fb;padding-block:50px}.consultation-section .ceremonial-card{background:white;border-color:#e5e9f1;min-height:220px}.consultation-section .ceremonial-icon{background:#f4f7fb}.consultation-section .ceremonial-grid{gap:22px}
.journey-feature{background:linear-gradient(125deg,#fffbf0,#fff 64%);padding-block:65px}.journey-feature.standalone{padding-top:40px}.journey-intro{display:grid;grid-template-columns:1fr 360px;align-items:center;gap:55px;margin-bottom:33px}.journey-intro h2{font-size:40px;line-height:1.3;margin:15px 0}.journey-intro p{font-size:18px;line-height:1.75;color:var(--muted);max-width:760px}.journey-actions{display:flex;flex-direction:column;gap:14px}.journey-actions .btn{font-size:16px;min-height:49px}.journey-videos{display:grid;grid-template-columns:1fr 1fr;gap:28px}.story-card{background:white;border:1px solid #ebe2d0;border-radius:22px;overflow:hidden;transition:box-shadow .25s}.story-card:hover{box-shadow:0 10px 35px #80622b18}.story-image{position:relative;overflow:hidden}.story-image img{width:100%;aspect-ratio:16/9;height:auto;object-fit:contain;display:block;transition:transform .45s}.story-card:hover img{transform:scale(1.025)}.story-play{position:absolute;inset:0;display:grid;place-items:center}.story-play>.icon{background:#ffffffed;color:#093b79;box-shadow:0 4px 24px #0004;width:54px;height:54px;border-radius:50%;padding:16px}.story-card>div:last-child{padding:22px 26px}.story-card small{font-size:12px;color:#9e702a;letter-spacing:1.2px;font-weight:600}.story-card h3{font-size:23px;line-height:1.45;margin:7px 0 10px}.story-card>div>span:last-child{font-size:15px}.journey-caption{font-size:14px;color:var(--muted);margin:22px 0 0}.ceremony-invitation{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:36px 42px;margin-block:10px 55px;border-radius:24px;background:#0c3e75;color:#fff}.ceremony-invitation h2{font-size:31px;margin:10px 0}.ceremony-invitation p{font-size:17px;color:#e0e9f6;line-height:1.7}.ceremony-invitation>div>.icon{color:#f6d79b;width:36px;height:36px}.ceremony-invitation .btn{white-space:nowrap;font-size:17px}.ceremony-page [id]{scroll-margin-top:105px}
/* Analytics only appears when a real GA4 Measurement ID has been configured. */
.analytics-consent{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:100;display:flex;gap:24px;align-items:center;width:min(940px,calc(100% - 36px));padding:23px 27px;border:1px solid #bdcce0;border-radius:18px;background:white;box-shadow:0 12px 60px #082f7040}.analytics-consent[hidden]{display:none}.analytics-consent strong{font-size:19px}.analytics-consent p{font-size:15px;line-height:1.6;margin:6px 0 0}.consent-actions{display:flex;gap:10px;flex-shrink:0}.consent-actions .btn{min-height:44px;font-size:15px}.analytics-settings{font:inherit;background:transparent;color:inherit;border:0;text-decoration:underline;cursor:pointer;padding:10px;font-size:12px}
@media(max-width:1100px){.channel-links{grid-template-columns:repeat(2,1fr)}.ceremonial-grid{grid-template-columns:repeat(2,1fr)}.ceremonial-card{padding:24px}.ceremonial-grid.three{gap:14px}.ceremonial-card h3{font-size:22px}.journey-intro{grid-template-columns:1fr 310px;gap:25px}.ceremony-tabs a{padding-inline:21px}.ceremony-invitation{padding:30px}}
@media(max-width:640px){.channel-section{margin-top:27px}.channel-heading{display:block}.channel-heading b{font-size:18px}.channel-heading>span{display:block;font-size:12px;margin-top:7px;line-height:1.5}.channel-links{gap:10px}.channel-link{padding:14px 10px;gap:8px;align-items:flex-start;border-radius:13px}.channel-symbol{width:27px;height:27px;border-radius:8px;font-size:20px}.channel-line .channel-symbol{font-size:8px}.channel-youtube .channel-symbol{font-size:15px}.channel-link b{font-size:15px}.channel-link small{font-size:10px}.channel-link>span>span{font-size:12px;line-height:1.4}.channel-link>.icon{display:none}.ceremony-page .inner-hero{min-height:435px;align-items:flex-start}.ceremony-page .inner-hero>.wrap{padding-top:25px}.ceremony-page .inner-hero h1{font-size:36px}.ceremony-page .inner-hero p{font-size:17px;line-height:1.6}.ceremony-page .inner-hero .service-image{opacity:.35;width:100%;height:100%;inset:0;background-position:50% 0%}.ceremony-tabs{padding:10px;gap:7px;justify-content:flex-start;overflow-x:auto;border-radius:14px;margin-top:-26px}.ceremony-tabs a{white-space:nowrap;padding:10px 13px;font-size:13px}.ceremony-category{padding-block:32px}.category-heading{gap:14px;margin-bottom:22px}.category-heading>span{width:33px;height:33px;font-size:13px}.category-heading h2{font-size:26px}.category-heading p{font-size:15px;line-height:1.65}.ceremonial-grid,.ceremonial-grid.three{grid-template-columns:1fr 1fr;gap:12px}.ceremonial-card{padding:19px 15px;min-height:240px;border-radius:16px}.ceremonial-icon{padding:11px;margin-bottom:14px}.ceremonial-icon>.icon{width:30px;height:30px}.ceremonial-card h3{font-size:21px}.ceremonial-card p{font-size:14px;line-height:1.6;margin-bottom:18px}.ceremonial-cta{font-size:13px;gap:8px}.ceremonial-cta>.icon{width:17px}.consultation-section{padding-block:32px}.consultation-section .ceremonial-grid{grid-template-columns:1fr;gap:13px}.consultation-section .ceremonial-card{min-height:0;display:grid;grid-template-columns:53px 1fr;gap:0 14px}.consultation-section .ceremonial-icon{grid-row:1/3;width:53px;height:53px}.consultation-section .ceremonial-cta{grid-column:2}.journey-feature{padding-block:35px}.journey-intro{grid-template-columns:1fr;gap:12px;margin-bottom:27px}.journey-intro h2{font-size:31px}.journey-intro p{font-size:16px}.journey-actions{gap:10px}.journey-actions .btn{font-size:15px}.journey-videos{grid-template-columns:1fr;gap:19px}.story-card{border-radius:17px}.story-card h3{font-size:21px}.story-card>div:last-child{padding:19px}.journey-caption{font-size:12px;line-height:1.65}.ceremony-invitation{display:block;padding:26px;margin-block:0 32px}.ceremony-invitation h2{font-size:27px}.ceremony-invitation p{font-size:16px}.ceremony-invitation .btn{font-size:15px;width:100%;margin-top:20px}.analytics-consent{bottom:75px;padding:20px;display:block}.consent-actions{margin-top:15px}.consent-actions .btn{flex:1}.marketplace-link{font-size:14px}}
@media(prefers-reduced-motion:reduce){.channel-link,.story-image img,.ceremonial-card{transition:none}}
.product-scene{position:relative}
.promotion-badge{position:absolute;top:12px;right:12px;z-index:5;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 14px;border-radius:999px 999px 6px 999px;background:linear-gradient(135deg,#e20a52,#b40039);color:#fff;font-size:13px;font-weight:700;line-height:1;letter-spacing:.015em;box-shadow:0 7px 18px rgba(147,0,45,.24);pointer-events:none}
.detail-product-art .promotion-badge{top:18px;right:18px;min-height:38px;padding-inline:18px;font-size:15px}
.social-icon.line{background:#006f3c;color:#fff}
footer .footer-bottom small,footer .motion-toggle,footer .analytics-settings{color:#40566f}
.result-count{font-family:'Sarabun',sans-serif;font-weight:400}
@media(max-width:640px){.promotion-badge{top:8px;right:8px;min-height:27px;padding:5px 10px;font-size:10px}.detail-product-art .promotion-badge{top:12px;right:12px;min-height:32px;padding-inline:13px;font-size:12px}.line-qr{max-width:min(220px,72vw);height:auto}.catalog-grid .product-card{min-width:0}.catalog-grid .product-info{display:flex;flex-direction:column}.catalog-grid .product-info>.btn{margin-top:auto}.catalog-grid .product-info h3 a,.catalog-grid .product-info p{overflow-wrap:anywhere}}

/* Keep the consent controls and persistent contact actions inside narrow phones. */
@media(max-width:640px){.analytics-consent{max-height:calc(100dvh - 92px);overflow:auto}.consent-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%}.consent-actions .btn{min-width:0;padding-inline:10px;white-space:normal}.mobile-contact>a{min-width:0;padding-inline:6px}.mobile-contact>a:last-child{font-size:12px}}
