    :root {
      --rose: #d4848d;
      --violet: #c5a8d4;
      --cream: #f7f0e8;
      --gold: #e8c97a;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: #fdf8f5; color: #2d2020; }
    .font-display { font-family: 'Fraunces', serif; }

    /* Scroll reveal */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

    /* Marquee */
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .marquee-track { animation: marquee 38s linear infinite; }
    .marquee-track:hover { animation-play-state: paused; }
    @media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

    /* Float bob for hero collage */
    @keyframes floatbob { 0%,100%{transform:translateY(0) rotate(var(--rot,0deg))} 50%{transform:translateY(-10px) rotate(var(--rot,0deg))} }
    .float-card { animation: floatbob 5s ease-in-out infinite; }
    @media (prefers-reduced-motion: reduce) { .float-card { animation: none; } }

    /* Petal canvas */
    #petals { position:fixed;inset:0;pointer-events:none;z-index:30; }

    /* Grain */
    .grain { position:fixed;inset:0;pointer-events:none;z-index:25;opacity:.035;mix-blend-mode:overlay;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

    /* WhatsApp pulse */
    @keyframes wapulse { 0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.5)} 60%{box-shadow:0 0 0 10px rgba(37,211,102,0)} }
    #wa-btn { animation: wapulse 2.5s ease-out infinite; }

    /* Slide transition */
    .slide-enter { opacity:0; }
    .slide-active { opacity:1; transition: opacity 0.5s ease; }

    /* Nav active underline */
    .nav-link.active::after { content:''; display:block; height:2px; background:var(--rose); border-radius:9px; margin-top:2px; }

    /* Lightbox */
    #lightbox { display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:100;align-items:center;justify-content:center;backdrop-filter:blur(6px); }
    #lightbox.open { display:flex; }
    #lightbox img { max-height:85vh;max-width:92vw;border-radius:16px;object-fit:contain;box-shadow:0 25px 60px rgba(0,0,0,.4); }

    /* Promo carousel slide number badge */
    .dot.active { width:24px; background:var(--rose); }
    .dot { height:8px;width:8px;border-radius:9999px;background:#d1c4ba;transition:all 0.3s; }

    /* Catalog tab active */
    .tab-btn.active { background:white;box-shadow:0 1px 6px rgba(0,0,0,.1);color:#2d2020;font-weight:600; }
    .tab-btn { color:#7a6060;transition:all 0.2s; }

    /* Search clear button */
    #search-clear { display:none; }
    #search-input:not(:placeholder-shown) ~ #search-clear { display:flex; }

    /* Count-up: just show number */
    .count-cell[data-counted="true"] span.count { transition: none; }

:root{--ink:#2b211e;--muted:#756863;--paper:#fbf7f2;--paper2:#f2e8df;--line:#ddd1c7;--rose:#b86f76;--deep:#322522;--white:#fffdfa}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased}.font-display{font-family:'Fraunces',serif}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,247,242,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{max-width:1280px;margin:auto;height:92px;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;height:100%}.brand img{display:block;width:46px;height:46px;object-fit:contain;border-radius:50%;flex-shrink:0}.brand span{font-family:'Fraunces',serif;font-weight:600;font-size:19px;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:28px;font-size:13px;color:#5f534e}.nav-link{position:relative;padding:8px 0}.nav-link:hover{color:var(--ink)}.nav-link.active:after{content:'';position:absolute;left:0;right:0;bottom:2px;height:1px;background:var(--rose)}.header-wa{border:1px solid #cdbeb4;padding:11px 16px;background:var(--white);margin-left:4px}.header-wa:hover{background:#f0e7df}.menu-btn{display:none;background:none;border:0;padding:8px}.menu-btn span{display:block;width:22px;height:1px;background:var(--ink);margin:5px 0}.mobile-menu{padding:10px 24px 20px;border-top:1px solid var(--line);background:var(--paper)}.mobile-menu a{display:block;padding:13px 0;border-bottom:1px solid #e6ddd6;font-size:14px}.mobile-wa{font-weight:600;color:var(--rose)}.hidden{display:none!important}
.hero{border-bottom:1px solid var(--line);background:#f8f0e9}.hero-inner{max-width:1280px;margin:auto;padding:76px 28px 64px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(400px,.8fr);gap:70px;align-items:center}.eyebrow{font-size:10px;letter-spacing:.22em;font-weight:600;color:var(--rose);margin:0 0 16px}.hero h1{font-family:'Fraunces',serif;font-size:clamp(54px,6.2vw,92px);font-weight:500;line-height:.98;letter-spacing:-.035em;margin:0;max-width:760px}.hero h1 em,.statement h2 em,.editorial-band h2 em,.keepsake-copy h2 em,.story-title h2 em,.final-cta h2 em{font-style:italic;color:var(--rose)}.hero-lead{max-width:560px;margin:26px 0 0;font-size:17px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:12px;padding:14px 21px;font-size:13px;font-weight:600;border:1px solid transparent}.button-dark{background:var(--deep);color:#fff}.button-dark:hover{background:#4a3832}.button-light{background:#fff;color:var(--deep)}.text-link{font-size:13px;border-bottom:1px solid #bcaea5;padding-bottom:4px}.hero-details{display:flex;gap:22px;margin-top:45px;padding-top:17px;border-top:1px solid #d9cbc0;color:#8a7b74;font-size:10px;text-transform:uppercase;letter-spacing:.12em;flex-wrap:wrap}.hero-visual{min-width:0}.hero-frame{background:#fff;border:1px solid #d8cbc1;padding:20px;display:flex;align-items:center;justify-content:center;min-height:500px;max-height:620px}.hero-frame img{display:block;max-width:100%;max-height:560px;width:auto;height:auto;object-fit:contain}.hero-caption{display:flex;justify-content:space-between;gap:20px;padding-top:12px;color:#8b7b73;font-size:9px;letter-spacing:.15em;text-transform:uppercase}
.statement{background:var(--white);border-bottom:1px solid var(--line)}.statement-inner{max-width:950px;margin:auto;padding:105px 28px;text-align:center}.statement h2{font-family:'Fraunces',serif;font-size:clamp(42px,5vw,70px);line-height:1.04;font-weight:500;letter-spacing:-.025em;margin:0}.statement p:last-child{max-width:690px;margin:28px auto 0;font-size:16px;line-height:1.8;color:var(--muted)}
.section{max-width:1280px;margin:auto;padding:100px 28px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:44px}.section-head h2{font-family:'Fraunces',serif;font-size:clamp(38px,4vw,58px);line-height:1.02;font-weight:500;letter-spacing:-.025em;margin:0}.section-note{max-width:300px;color:var(--muted);font-size:13px;line-height:1.7;margin:0}.feeling-carousel{position:relative;display:flex;align-items:center;gap:14px}.feeling-track{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 14px;flex:1;min-width:0;scrollbar-width:none}.feeling-track::-webkit-scrollbar{display:none}.feeling-card{flex:0 0 auto;scroll-snap-align:start;width:230px;background:var(--white);border:1px solid var(--line);cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.feeling-card:hover{transform:translateY(-3px);border-color:#c6b5aa;box-shadow:0 12px 28px rgba(64,42,34,.07)}.feeling-card-media{background:#f3ece6;min-height:230px;display:flex;align-items:center;justify-content:center;padding:14px;overflow:hidden}.feeling-card-media img{display:block;max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain}.feeling-card-copy{padding:12px 14px 16px}.feeling-card-copy p{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#a08e86;margin:0 0 6px}.feeling-card-copy h3{font-family:'Fraunces',serif;font-weight:500;font-size:15px;line-height:1.25;margin:0 0 5px;color:var(--ink)}.feeling-card-copy span{font-size:12px;font-weight:600;color:var(--ink)}.feeling-nav{flex:0 0 auto;width:42px;height:42px;border-radius:50%;border:1px solid var(--deep);background:var(--deep);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.feeling-nav:hover{background:#4a3832;transform:scale(1.06)}
.editorial-band{background:#3b2c28;color:#fff;padding:75px 28px}.editorial-band-inner{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.editorial-band .eyebrow{color:#d99aa0}.editorial-band h2{font-family:'Fraunces',serif;font-weight:500;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.025em;margin:0}.editorial-band p:last-child{color:#d9cbc3;line-height:1.8;font-size:15px;margin:0}
.catalog-section{padding-top:105px}.catalog-tools{display:flex;gap:22px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}.tab-bar{display:flex;gap:20px;flex-wrap:wrap}.tab-btn{background:none;border:0;padding:7px 0;color:#8a7972;font-size:12px;cursor:pointer;position:relative}.tab-btn.active{color:var(--ink);font-weight:600}.tab-btn.active:after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--rose)}.search-wrap{position:relative;width:270px;flex:0 0 270px}.search-wrap input{width:100%;background:transparent;border:0;border-bottom:1px solid #cfc1b8;padding:9px 28px 9px 0;outline:0;color:var(--ink);font-size:12px}.search-wrap input:focus{border-color:var(--rose)}#search-clear{display:none;position:absolute;right:0;top:5px;background:none;border:0;color:#897970;font-size:20px;cursor:pointer}.tab-tagline{font-size:12px;color:#8c7b74;margin:18px 0 38px}.catalog-section #catalog-body>div{margin-bottom:70px}.catalog-section #catalog-body>div>div:first-child{display:flex;align-items:center;gap:20px;margin-bottom:22px}.catalog-section #catalog-body h3.font-display{font-family:'Fraunces',serif;font-size:29px;font-weight:500;margin:0}.catalog-section #catalog-body>div>div:first-child div{height:1px;background:var(--line);flex:1}.catalog-section #catalog-body>div>div:nth-child(2){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{background:var(--white);border:1px solid var(--line);min-width:0;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-3px);border-color:#c6b5aa;box-shadow:0 12px 28px rgba(64,42,34,.07)}.product-media{position:relative;background:#f3ece6;min-height:300px;display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden}.product-image-button{border:0;background:transparent;width:100%;height:100%;min-height:268px;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.prod-img{display:block;max-width:100%;max-height:330px;width:auto;height:auto;object-fit:contain}.product-badge{position:absolute;left:12px;top:12px;z-index:2;background:#fffaf6;border:1px solid #d7c9bf;padding:6px 8px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#7a665e}.product-copy{padding:18px;display:flex;flex-direction:column;flex:1}.product-kicker{font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:#a08e86;margin:0 0 8px}.product-copy h3{font-family:'Fraunces',serif;font-weight:500;font-size:20px;line-height:1.12;margin:0;min-height:45px}.price-label{font-size:14px;font-weight:600;margin:10px 0 0}.product-note{font-size:10px;color:var(--rose);margin:7px 0 0}.variant-wrap{margin-top:12px}.variant-wrap span{display:block;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#96857d;margin-bottom:5px}.variant-select{width:100%;border:1px solid #d8cbc2;background:#fff;padding:9px;font-size:11px;outline:none}.order-btn{margin-top:auto;margin-top:18px;display:flex;align-items:center;justify-content:space-between;background:#332621;color:#fff;padding:11px 13px;font-size:11px;font-weight:600}.order-btn:hover{background:#4a3730}.image-placeholder{font-size:10px;color:#9b8b83;text-transform:uppercase;letter-spacing:.12em}
.occasions-section{padding-top:35px}.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.occasion{padding:28px 22px 32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:170px}.occasion:nth-child(3n){border-right:0}.occasion span{font-size:9px;color:#9a8981;letter-spacing:.12em}.occasion h3{font-family:'Fraunces',serif;font-size:28px;font-weight:500;margin:27px 0 5px}.occasion p{font-size:12px;color:var(--muted);margin:0;line-height:1.6}.occasion:hover{background:#f4ebe4}
.keepsake-feature{max-width:1280px;margin:20px auto 0;padding:0 28px 110px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.keepsake-image{background:#eee5dd;border:1px solid var(--line);padding:25px;display:flex;justify-content:center;align-items:center;min-height:520px}.keepsake-image img{display:block;max-width:100%;max-height:520px;width:auto;height:auto;object-fit:contain}.keepsake-copy h2{font-family:'Fraunces',serif;font-size:clamp(44px,5vw,68px);line-height:.98;font-weight:500;letter-spacing:-.03em;margin:0}.keepsake-copy>p:not(.eyebrow){font-size:15px;line-height:1.8;color:var(--muted);max-width:510px;margin:24px 0}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;margin:25px 0 30px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#77675f}.feature-list span:before{content:'— ';color:var(--rose)}
.custom-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:#f1e6dd;max-width:none;padding-left:max(28px,calc((100vw - 1280px)/2 + 28px));padding-right:max(28px,calc((100vw - 1280px)/2 + 28px))}.custom-intro h2{font-family:'Fraunces',serif;font-size:clamp(42px,4.5vw,62px);font-weight:500;line-height:1;margin:0}.custom-intro>p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted);margin:22px 0 28px;max-width:450px}.service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #d5c5b9}.service{padding:25px 22px 30px;border-bottom:1px solid #d5c5b9}.service:nth-child(odd){border-right:1px solid #d5c5b9}.service span{font-size:9px;color:var(--rose)}.service h3{font-family:'Fraunces',serif;font-size:27px;font-weight:500;margin:25px 0 7px}.service p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}
.process-section{max-width:1280px;margin:auto;padding:95px 28px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.process{padding:25px 24px 15px;border-right:1px solid var(--line)}.process:last-child{border-right:0}.process span{font-size:9px;color:var(--rose);letter-spacing:.12em}.process h3{font-family:'Fraunces',serif;font-size:31px;font-weight:500;margin:32px 0 6px}.process p{font-size:12px;line-height:1.7;color:var(--muted);max-width:290px}
.reviews-section{padding-top:20px}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.reviews-grid>div{padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent!important;border-radius:0!important;box-shadow:none!important}.reviews-grid>div:last-child{border-right:0}.reviews-grid>div>div{font-size:11px;margin-bottom:15px}.reviews-grid p{font-size:12px;line-height:1.75;color:var(--muted)}.reviews-grid p:last-child{font-size:10px;color:var(--ink);font-weight:600}
.story-section{background:#3b2c28;color:#f8eee7}.story-inner{max-width:1280px;margin:auto;padding:110px 28px;display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.story-title h2{font-family:'Fraunces',serif;font-size:clamp(46px,5vw,72px);font-weight:500;line-height:1;margin:0;letter-spacing:-.03em}.story-pull{font-family:'Fraunces',serif;font-size:25px;line-height:1.3;color:#d7c2b7;margin-top:35px}.story-copy{max-width:650px}.story-copy p{font-size:15px;line-height:1.9;color:#d8c9c1;margin:0 0 22px}.story-copy em{color:#f3d7d0}.story-copy strong{color:#fff}.story-signoff{font-family:'Fraunces',serif!important;font-size:25px!important;line-height:1.35!important;color:#fff!important;margin-top:40px!important}.story-signoff span{font-family:'Inter',sans-serif;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#c99a94}
.instagram-section{padding-bottom:40px}.instagram-inner{background:#efe3da;padding:60px;display:flex;align-items:end;justify-content:space-between;gap:40px}.instagram-inner h2{font-family:'Fraunces',serif;font-size:clamp(38px,4vw,55px);font-weight:500;margin:0}.instagram-inner p:last-child{font-size:13px;color:var(--muted);max-width:530px;line-height:1.7;margin:16px 0 0}.final-cta{background:#b97980;color:#fff;padding:100px 28px}.final-cta-inner{max-width:900px;margin:auto;text-align:center}.final-cta .eyebrow{color:#fff;opacity:.85}.final-cta h2{font-family:'Fraunces',serif;font-size:clamp(50px,6vw,80px);font-weight:500;line-height:.98;margin:0 0 32px;letter-spacing:-.03em}.final-cta h2 em{color:#fbe4d8}.final-cta-inner>div{display:flex;justify-content:center;gap:24px;align-items:center;flex-wrap:wrap}.final-wa{font-size:12px;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:5px}
.site-footer{background:#211916;color:#d9c8be;padding:65px 28px 25px}.footer-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:50px}.footer-brand{display:flex;flex-direction:column}.footer-brand-mark{display:flex;align-items:center;gap:12px;margin-bottom:18px}.footer-brand img{display:block;width:52px;height:52px;object-fit:contain;border-radius:50%;flex-shrink:0}.footer-brand-mark span{font-family:'Fraunces',serif;font-weight:600;font-size:22px;color:#f3e9e1}.footer-brand p{font-size:12px;line-height:1.7;color:#a9968d}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px;font-size:11px;color:#a9968d}.footer-grid a:hover{color:#fff}.footer-label{font-size:9px!important;letter-spacing:.18em;text-transform:uppercase;color:#e4d6ce!important;margin:0 0 8px}.footer-bottom{max-width:1280px;margin:55px auto 0;padding-top:18px;border-top:1px solid #41332e;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#806e66}.footer-legal-links a{color:#806e66}.footer-legal-links a:hover{color:#fff}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:45;background:#25d366;color:#fff;padding:12px 15px;font-size:11px;font-weight:600;box-shadow:0 7px 20px rgba(0,0,0,.15)}.floating-wa:hover{background:#1eaf55}#lightbox{display:none;position:fixed;inset:0;z-index:100;background:rgba(28,20,18,.92);align-items:center;justify-content:center;padding:30px}#lightbox.open{display:flex}#lightbox img{display:block;max-width:92vw;max-height:88vh;width:auto;height:auto;object-fit:contain}#lightbox button{position:absolute;top:18px;right:22px;border:0;background:none;color:#fff;font-size:38px;font-weight:300;cursor:pointer}
@media(max-width:1000px){.desktop-nav{gap:16px}.hero-inner{grid-template-columns:1fr 420px;gap:35px}.catalog-section #catalog-body>div>div:nth-child(2){grid-template-columns:repeat(3,1fr)}.keepsake-feature{grid-template-columns:1fr 1fr;gap:40px}.custom-section{grid-template-columns:1fr 1fr;gap:45px}.reviews-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid>div:nth-child(2){border-right:0}.story-inner{gap:50px}}
@media(max-width:760px){.header-inner{height:70px;padding:0 18px}.brand img{width:38px;height:38px}.brand span{font-size:16px}.desktop-nav{display:none}.menu-btn{display:block}.hero-inner{grid-template-columns:1fr;padding:55px 18px 42px;gap:42px}.hero h1{font-size:54px}.hero-lead{font-size:15px}.hero-details{margin-top:30px;gap:12px}.hero-frame{min-height:360px;max-height:470px;padding:14px}.hero-frame img{max-height:430px}.statement-inner{padding:75px 18px}.statement h2{font-size:42px}.section{padding:72px 18px}.section-head{display:block;margin-bottom:30px}.section-head .text-link{display:inline-block;margin-top:18px}.feeling-card{width:180px}.feeling-card-media{min-height:170px}.feeling-nav{width:34px;height:34px;font-size:16px}.editorial-band{padding:62px 18px}.editorial-band-inner{grid-template-columns:1fr;gap:25px}.editorial-band h2{font-size:46px}.catalog-tools{display:block}.tab-bar{gap:14px;margin-bottom:18px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.tab-btn{font-size:11px;flex:0 0 auto}.search-wrap{width:100%;margin-top:12px}.catalog-section #catalog-body>div>div:nth-child(2){grid-template-columns:1fr 1fr;gap:12px}.product-media{min-height:240px;padding:10px}.product-image-button{min-height:220px}.prod-img{max-height:255px}.product-copy{padding:14px}.product-copy h3{font-size:17px;min-height:0}.order-btn{font-size:10px}.occasion-grid{grid-template-columns:1fr 1fr}.occasion{border-right:1px solid var(--line)}.occasion:nth-child(2n){border-right:0}.occasion:nth-child(3n){border-right:1px solid var(--line)}.keepsake-feature{grid-template-columns:1fr;padding:0 18px 75px;gap:30px}.keepsake-image{min-height:380px;padding:15px}.keepsake-image img{max-height:390px}.custom-section{grid-template-columns:1fr;padding:72px 18px;gap:45px}.service-list{grid-template-columns:1fr}.service:nth-child(odd){border-right:0}.process-section{padding:72px 18px}.process-grid{grid-template-columns:1fr}.process{border-right:0;border-bottom:1px solid var(--line);padding:25px 0}.reviews-grid{grid-template-columns:1fr}.reviews-grid>div{border-right:0}.story-inner{grid-template-columns:1fr;padding:75px 18px;gap:45px}.story-pull{font-size:21px}.story-copy p{font-size:14px}.instagram-inner{padding:38px 24px;display:block}.instagram-inner .button{margin-top:28px}.final-cta{padding:75px 18px}.final-cta h2{font-size:52px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 25px}.footer-brand{grid-column:span 2}.footer-bottom{display:block;line-height:1.8}.footer-bottom span{display:block;margin-top:5px}.floating-wa{right:14px;bottom:14px}}
@media(max-width:420px){.hero h1{font-size:47px}.feeling-card{width:160px}.catalog-section #catalog-body>div>div:nth-child(2){grid-template-columns:1fr}.occasion-grid{grid-template-columns:1fr}.occasion,.occasion:nth-child(3n),.occasion:nth-child(2n){border-right:0}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
