/* GRAVIO — local editorial storefront. System layers: header 20, cart 30, menu 40. */
*{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#f8f6f0;--bg2:#ede9df;--card:#fffdf8;--line:rgba(83,78,58,.16);--accent:#3b473b;--graphite:#29362b;--silver:#9b998b;--on-accent:#fffef9;--text:#292d26;--muted:#686c60;--err:#a22e24;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope','Segoe UI',sans-serif;--ease:cubic-bezier(.22,.68,0,1.01)}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{font-family:var(--sans);background:var(--bg);color:var(--text);font-size:15px;line-height:1.6;min-height:100dvh;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column}
main{flex:1;min-width:0}img,svg{max-width:100%;display:block}img{height:auto}button,input,textarea,select{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button{touch-action:manipulation}button:disabled{opacity:.55;cursor:default}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #7c6032;outline-offset:5px}::selection{background:#d9dfce;color:#29362b}[hidden]{display:none!important}
.wrap{width:100%;max-width:1376px;margin-inline:auto;padding-inline:48px}.wrap-narrow{max-width:820px;margin-inline:auto;padding-inline:24px}section{padding-block:100px}h1,h2{font-family:var(--serif);font-weight:500;line-height:1.02;letter-spacing:-.035em;text-wrap:balance}h1{font-size:clamp(44px,5vw,76px)}h2{font-size:clamp(36px,4vw,58px)}h1 em,h2 em{font-weight:500;color:#627057}p{overflow-wrap:break-word}button,a{transition:transform .3s var(--ease),background-color .3s var(--ease),color .3s var(--ease)}
.skip-link{position:fixed;top:12px;left:16px;padding:12px 20px;background:var(--accent);color:white;z-index:50;transform:translateY(-200%);border-radius:24px}.skip-link:focus{transform:none}
.topline{display:flex;justify-content:space-between;gap:20px;max-width:1376px;width:100%;margin-inline:auto;padding:12px 52px 0;font-size:11px;letter-spacing:.035em;color:var(--muted)}
.site-header{position:sticky;top:12px;z-index:20;margin:12px 24px 0;border-radius:999px;background:rgba(255,253,248,.93);box-shadow:0 2px 2px rgba(56,49,27,.025),0 12px 34px rgba(56,49,27,.035),inset 0 0 0 1px rgba(255,255,255,.85);backdrop-filter:blur(16px)}
.site-header>.wrap{padding-inline:28px}.topnav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{font-family:var(--serif);font-size:31px;letter-spacing:.075em;line-height:1;font-weight:600;text-decoration:none}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{font-size:13px;font-weight:600;color:var(--muted);text-decoration:none;padding-block:14px;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:var(--accent);text-decoration:underline;text-underline-offset:7px}.nav-actions{display:flex;gap:8px}.icon-btn,.burger{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;border:0;background:#eeeee5;color:var(--accent);text-decoration:none;flex-shrink:0}.icon-btn:hover,.burger:hover{background:#e2e6d9}.cart-badge{position:absolute;top:-3px;right:-3px;display:none;min-width:20px;height:20px;padding:0 4px;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:10px;font-weight:700;border-radius:99px}.cart-badge.show{display:flex}.burger{display:none;flex-direction:column;gap:6px}.burger span{width:18px;height:1px;background:currentColor;transition:transform .4s var(--ease)}.burger[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.burger[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:40;visibility:hidden;pointer-events:none}.mobile-menu.open{visibility:visible;pointer-events:auto}.mobile-menu-overlay{position:absolute;inset:0;background:rgba(25,34,27,.3);opacity:0;transition:opacity .4s var(--ease);backdrop-filter:blur(10px)}.open .mobile-menu-overlay{opacity:1}.mobile-menu-panel{position:absolute;inset:12px 12px 12px auto;width:min(440px,calc(100% - 24px));background:var(--bg);border-radius:28px;padding:24px;overflow:auto;display:flex;flex-direction:column;transform:translateX(110%);transition:transform .5s var(--ease)}.open .mobile-menu-panel{transform:none}.mobile-menu-panel a{padding:14px 8px;font-family:var(--serif);font-size:30px;text-decoration:none;border-bottom:1px solid var(--line)}.mobile-menu.open .mobile-menu-panel a{animation:enter .55s var(--ease) both}.mobile-menu-panel a:nth-of-type(2){animation-delay:.04s!important}.mobile-menu-panel a:nth-of-type(3){animation-delay:.08s!important}.mobile-menu-panel a:nth-of-type(4){animation-delay:.12s!important}.mobile-menu-close{align-self:flex-end;width:46px;height:46px;border:0;background:var(--bg2);border-radius:50%;font-size:28px;margin-bottom:24px}.menu-open{overflow:hidden}
.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:54px;border:0;border-radius:999px;font-weight:600;font-size:13px;text-decoration:none;padding:15px 26px;text-align:center}.btn-primary{background:var(--accent);color:var(--on-accent)}.btn-primary:has(.btn-arrow){padding:8px 8px 8px 24px}.btn-primary:hover{background:var(--graphite);transform:translateY(-2px)}.btn-primary:active,.prod-add:active{transform:scale(.98)}.btn-arrow{display:grid;place-items:center;border-radius:50%;width:38px;height:38px;background:rgba(255,255,255,.14);font-size:22px;font-weight:400;transition:transform .4s var(--ease)}.btn-primary:hover .btn-arrow{transform:rotate(10deg)}.btn-ghost{background:#eaece1;color:var(--accent)}.btn-sm{min-height:44px;padding:10px 20px}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;font-weight:600;text-decoration:none;min-height:44px;border-bottom:1px solid var(--line);padding-block:8px}.text-link span{font-size:20px;font-weight:400}.text-link:hover{color:#758265}
.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;line-height:1.5;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:#666e5c;margin-bottom:23px}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#7c896b;box-shadow:0 0 0 4px #e7ebdf}.hero{padding:48px 0 28px}.hero-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:64px;align-items:center}.hero-copy{padding:14px 0 36px}.hero h1{font-size:clamp(54px,6.4vw,92px);line-height:.98;margin-bottom:26px}.lead{max-width:415px;color:var(--muted);font-size:15px;line-height:1.9}.hero-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap;margin-top:30px}.hero-note{display:flex;align-items:center;gap:15px;margin-top:42px;color:var(--muted);font-size:11px;line-height:1.8}.hero-note strong{font-weight:500;color:var(--text)}.note-line{height:36px;width:2px;background:#acb29b}.hero-media{position:relative;min-width:0;padding-bottom:22px}.hero-shell{padding:8px;border-radius:34px;background:rgba(221,215,200,.4);box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}.hero-shell>img{width:100%;border-radius:26px}.hero-media .hero-shell img{max-height:565px;object-fit:cover;object-position:center}.hero-tag{position:absolute;bottom:65px;left:-30px;display:flex;align-items:center;gap:16px;padding:18px 24px;background:#fffdf8;border-radius:20px;box-shadow:0 14px 40px rgba(51,45,30,.07);font-size:11px;color:var(--muted)}.hero-tag strong{display:block;color:var(--text);font-size:13px;font-weight:600;margin-bottom:3px}.tag-spark{font-size:34px;line-height:1;color:#7c8566}.hero-media figcaption{font-size:9px;line-height:1.5;text-align:right;color:var(--muted);margin-top:12px}.benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;border-block:1px solid var(--line);padding:25px 0;font-size:11px;color:var(--muted)}.benefits span{display:flex;align-items:center;gap:13px}.benefits i{font-family:var(--serif);font-size:19px;font-style:italic;color:#818a72}
.section-head{max-width:700px;margin:0 auto 48px;text-align:center}.section-head h2{margin-bottom:14px}.section-head p{color:var(--muted);margin-top:16px}.section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:20px}.section-head-row .eyebrow{margin-bottom:14px}.section-head-row>.text-link{flex-shrink:0}.collection-note,.illustration-note{color:var(--muted);font-size:11px;line-height:1.6}.collection-note{margin-bottom:34px}.cat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.prod-shell{min-width:0;display:flex;flex-direction:column;padding:6px;border-radius:24px;background:rgba(225,220,208,.35);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.prod-link{display:flex;flex-direction:column;flex:1;min-width:0;text-decoration:none;background:var(--card);border-radius:19px 19px 0 0;overflow:hidden}.prod-visual{position:relative;margin:0;overflow:hidden;border-radius:19px;background:#e8e2d6;aspect-ratio:1.09}.prod-visual>img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.visual-label{position:absolute;bottom:12px;left:12px;font-size:9px;color:#666b5b;letter-spacing:.015em;background:rgba(255,253,246,.83);padding:4px 8px;border-radius:10px}.prod-core{padding:22px 16px 10px;display:flex;flex-direction:column;flex:1;min-width:0}.prod-cat{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:9px}.prod-name{font-size:14px;line-height:1.5;font-weight:600;margin-bottom:8px}.prod-desc{font-size:12px;line-height:1.75;color:var(--muted);margin-bottom:20px;flex:1}.prod-price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:auto}.prod-price{font-size:20px;font-weight:500;letter-spacing:-.04em;white-space:nowrap}.prod-old{text-decoration:line-through;font-size:12px;font-weight:400;color:var(--muted);white-space:nowrap}.prod-bottom{padding:8px 16px 18px;background:var(--card);border-radius:0 0 19px 19px}.prod-add{min-height:44px;width:100%;border:0;border-radius:999px;background:#e9eddf;color:var(--accent);font-size:11px;font-weight:600;padding:10px 12px;line-height:1.5}.prod-add:hover,.prod-add.added{background:var(--accent);color:var(--on-accent)}.prod-empty-note{padding:30px;color:var(--muted)}
@media(hover:hover){.prod-shell:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(70,60,36,.06)}.prod-shell:hover .prod-visual img{transform:scale(1.035)}}
.story-section{background:#eaece2}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:110px}.story-copy h2{font-size:clamp(36px,3.8vw,55px);margin-bottom:28px}.story-copy p{max-width:440px;font-size:14px;color:var(--muted);line-height:1.9;margin-bottom:16px}.story-copy .text-link{margin-top:10px}.story-sign{font-size:10px;color:var(--muted);margin-top:38px}.story-sign span{font-family:var(--serif);font-size:34px;font-style:italic;color:var(--accent)}
.process-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:100px}.process-intro .text-link{margin-top:26px}.process-list{display:flex;flex-direction:column}.process-step{min-width:0;padding:25px 0;border-top:1px solid var(--line)}.process-list .process-step{display:grid;grid-template-columns:48px 1fr;gap:24px}.process-num{font-family:var(--serif);font-size:35px;line-height:1.1;color:#869176;font-style:italic;margin-bottom:14px}.process-step h3{font-size:16px;line-height:1.4;font-weight:600;margin-bottom:10px}.process-step p{font-size:13px;color:var(--muted);line-height:1.8}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.steps-detail{margin-bottom:70px}.process{background:var(--bg2)}.closing{padding:0 24px 72px}.closing-inner{padding:76px 24px;text-align:center;border-radius:32px;background:#e5e9dc;box-shadow:inset 0 0 0 8px rgba(255,255,255,.3)}.closing .eyebrow{justify-content:center}.closing h2{font-size:clamp(42px,5.5vw,76px)}.closing p{font-size:14px;color:var(--muted);margin:24px 0 30px}
.site-footer{padding:62px 0 30px;border-top:1px solid var(--line);margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;gap:42px;margin-bottom:44px}.footer-brand .logo{font-size:34px}.footer-brand p{font-size:12px;color:var(--muted);max-width:260px;margin-top:20px;line-height:1.8}.footer-col h5{font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:16px;font-weight:600}.footer-col>a:not(.logo){display:block;font-size:12px;text-decoration:none;color:var(--muted);padding:9px 0}.footer-col>a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;font-size:10px;color:var(--muted)}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:11px;line-height:1.8;color:var(--muted);margin-bottom:34px;overflow-wrap:anywhere}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.catalog-section{padding-top:40px}.catalog-heading{display:grid;grid-template-columns:1fr .65fr;align-items:end;gap:48px;margin-bottom:55px}.catalog-heading p{color:var(--muted);font-size:14px;max-width:380px;line-height:1.9;padding-bottom:8px}.catalog-heading .eyebrow{margin-bottom:18px}.catalog-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;border-bottom:1px solid var(--line);padding-bottom:26px}.filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.filter-tab{min-height:44px;padding:11px 20px;background:#eeeee5;color:var(--muted);border:0;border-radius:999px;font-size:12px;font-weight:600}.filter-tab:hover{background:#e1e6d5}.filter-tab.active-cat{background:var(--accent);color:var(--on-accent)}.sort-label{display:flex;align-items:center;gap:12px;font-size:11px;color:var(--muted)}.sort-select{min-height:44px;max-width:100%;border:0;background:var(--card);padding:10px 30px 10px 14px;border-radius:12px;font-size:12px;color:var(--text);box-shadow:inset 0 0 0 1px var(--line)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin:22px 0}.catalog-count{font-size:12px;color:var(--muted)}
.product-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:72px;align-items:start}.product-gallery{position:sticky;top:112px;min-width:0}.product-gallery .illustration-note{margin-top:14px;text-align:center}.product-art{width:100%;aspect-ratio:1;object-fit:cover}.product-info{padding-top:20px;min-width:0}.product-info h1{font-size:clamp(36px,3.7vw,54px);margin-bottom:18px}.product-info .prod-cat{font-size:11px;margin-bottom:16px}.product-price{font-size:30px;font-weight:500;margin-bottom:22px;letter-spacing:-.03em}.product-desc{font-size:14px;color:var(--muted);line-height:1.9;margin-bottom:26px}.qty-row{display:flex;gap:18px;align-items:center}.qty-ctl{display:flex;align-items:center;gap:5px;padding:4px;border-radius:999px;background:var(--card);box-shadow:inset 0 0 0 1px var(--line);flex-shrink:0}.qty-ctl button{width:44px;height:44px;flex-shrink:0;border:0;border-radius:50%;background:transparent;font-size:19px}.qty-ctl button:hover{background:var(--bg2)}.qty-ctl span{min-width:24px;text-align:center;font-size:13px;font-variant-numeric:tabular-nums}.engrave-note{padding:24px;border-radius:22px;background:#eaece2;font-size:12px;line-height:1.9;color:var(--muted);margin-top:28px;box-shadow:inset 0 0 0 5px rgba(255,255,255,.4)}.engrave-note strong{display:block;font-size:13px;color:var(--text);margin-bottom:8px}.product-perks{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.perk{font-size:11px;display:flex;align-items:center;gap:10px;color:var(--muted)}.perk .ic{font-size:22px;color:#7a856d}.product-layout+.section-head{margin-top:70px}#related-grid .prod-core>.prod-visual{margin:-16px -10px 20px}#related-grid .prod-link{border-radius:19px}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:48px;align-items:start}.cart-list{background:var(--card);border-radius:24px;padding:8px;box-shadow:0 0 0 6px rgba(230,225,212,.45)}.cart-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto 44px;align-items:center;gap:16px;padding:20px 12px;border-bottom:1px solid var(--line)}.cart-row:last-child{border:0}.cart-thumb{width:76px;height:76px;border-radius:16px;overflow:hidden;background:var(--bg2)}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-row-info .n{font-size:13px;font-weight:600;line-height:1.6}.cart-row-info .p{font-size:12px;color:var(--muted);margin-top:8px}.cart-row-remove{width:44px;height:44px;background:transparent;border:0;font-size:24px;color:var(--muted);border-radius:50%}.cart-row-remove:hover{background:#f4e6df;color:var(--err)}.cart-summary{min-width:0;border-radius:26px;background:#eaece2;padding:28px;position:sticky;top:112px;box-shadow:inset 0 0 0 6px rgba(255,255,255,.4)}.cart-summary h3{font-family:var(--serif);font-size:34px;font-weight:500;margin-bottom:24px}.summary-row{display:flex;justify-content:space-between;gap:18px;font-size:12px;line-height:1.7;color:var(--muted);margin-bottom:15px}.summary-row>span:last-child{flex-shrink:0;max-width:48%;text-align:right}.summary-row.total{border-top:1px solid var(--line);padding-top:20px;margin:24px 0;color:var(--text);align-items:center}.summary-row.total strong{font-size:26px;font-weight:500;white-space:nowrap}.empty-state{text-align:center;padding:48px 16px 70px}.empty-icon{display:grid;place-items:center;width:76px;height:76px;background:var(--bg2);border-radius:50%;margin:0 auto 26px}.empty-icon svg{width:30px;height:30px}.empty-state h3{font-family:var(--serif);font-size:36px;font-weight:500;line-height:1.1;margin-bottom:18px}.empty-state p{color:var(--muted);font-size:13px;margin-bottom:28px}.checkout-form{min-width:0;display:flex;flex-direction:column;gap:24px}.form-block{min-width:0;background:var(--card);padding:28px;border-radius:24px;box-shadow:inset 0 0 0 6px rgba(230,225,212,.3)}.form-block h3{font-family:var(--serif);font-size:30px;font-weight:500;margin-bottom:22px}.field{margin-bottom:20px}.field:last-child{margin-bottom:0}.field label{display:block;font-size:12px;margin-bottom:8px;color:var(--muted)}.field input,.field textarea{width:100%;min-height:50px;padding:12px 15px;border:0;border-radius:12px;background:#f5f4ed;box-shadow:inset 0 0 0 1px var(--line);font-size:16px}.field textarea{resize:vertical;min-height:100px}.delivery-note{font-size:12px;color:var(--muted);line-height:1.9}.form-err{display:none;font-size:12px;color:var(--err);margin-top:16px}
.content-page h1{text-align:center;max-width:820px;margin:0 auto 26px;font-size:clamp(40px,5vw,64px)}.lead-center{max-width:630px;text-align:center;margin:0 auto 64px;font-size:14px;color:var(--muted);line-height:1.9}.prose{font-size:14px;line-height:1.9;color:var(--muted)}.prose p{margin-bottom:20px}.prose h2{font-size:34px;color:var(--text);margin:40px 0 22px}.prose h2:first-child{margin-top:0}.info-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:32px 0}.info-card{border-radius:24px;background:var(--card);padding:28px;box-shadow:inset 0 0 0 6px rgba(230,225,212,.32)}.info-card h4{font-size:14px;font-weight:600;color:var(--text);margin-bottom:10px}.info-card p{font-size:12px;line-height:1.9;color:var(--muted);margin:0}.unbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.unbox-grid>img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:26px;padding:6px;background:var(--bg2)}.contact-grid{max-width:650px;margin:0 auto;display:grid;gap:20px}.contact-card{display:block;min-width:0;text-align:center;padding:48px 24px;border-radius:28px;background:#eaece2;text-decoration:none;box-shadow:inset 0 0 0 6px rgba(255,255,255,.4);overflow-wrap:anywhere}.contact-card:hover{transform:translateY(-3px)}.contact-card .ic{font-size:30px;margin-bottom:18px}.contact-card .label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.contact-card .val{font-family:var(--serif);font-size:32px}.faq-list{max-width:850px;margin:44px auto 0}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;padding:26px 4px;text-align:left;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:15px;font-weight:600;line-height:1.6}.faq-q .plus{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;background:var(--bg2);border-radius:50%;font-size:22px;font-weight:400;transition:transform .3s var(--ease)}.faq-item.open .plus{transform:rotate(45deg)}.faq-a{display:none}.faq-item.open .faq-a{display:block;animation:enter .4s var(--ease)}.faq-a p{font-size:14px;line-height:1.9;color:var(--muted);padding:0 52px 26px 4px}
.reveal{opacity:1;transform:none}.reveal.entered{animation:enter .8s var(--ease) both}@keyframes enter{from{opacity:.3;transform:translateY(18px)}to{opacity:1;transform:none}}.mobile-cart-bar{display:none;position:fixed;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;right:12px;z-index:30;background:var(--card);border-radius:999px;padding:8px 8px 8px 20px;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 12px 40px rgba(50,45,30,.1)}.mobile-cart-bar.show{display:flex}.mcb-info{font-size:11px;color:var(--muted)}.mcb-info strong{display:block;color:var(--text);font-size:15px}.mobile-cart-bar .btn-primary{min-height:44px;font-size:12px}body:has(.mobile-cart-bar.show){padding-bottom:96px}
@media(min-width:861px){.mobile-cart-bar{display:none!important}body:has(.mobile-cart-bar.show){padding-bottom:0}}
@media(min-width:1600px){.site-header{max-width:1420px;width:calc(100% - 48px);margin-inline:auto}.hero{padding-top:64px}}
@media(max-width:1100px){.wrap{padding-inline:32px}.nav-links{display:none}.burger{display:flex}.site-header{margin-inline:20px}.topline{padding-inline:38px}.hero-grid{gap:40px}.hero h1{font-size:clamp(54px,6.4vw,74px)}.hero-actions{gap:15px}.hero-tag{left:-18px;padding:15px 18px}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.prod-name{font-size:16px}.prod-desc{font-size:13px}.prod-add{font-size:12px}.story-grid{gap:54px}.process-layout{gap:48px}.product-layout{gap:40px}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 310px;gap:28px}.cart-row{grid-template-columns:64px minmax(0,1fr) 44px}.cart-thumb{grid-row:span 2;width:64px;height:64px}.cart-row .qty-ctl{grid-column:2;justify-self:start}.cart-row-remove{grid-column:3;grid-row:1 / span 2}.footer-grid{gap:28px}}
@media(max-width:860px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.product-gallery{position:static}.product-layout{grid-template-columns:1fr 1fr;gap:28px}.product-info h1{font-size:36px}.product-info .qty-row{flex-wrap:wrap}.product-info .qty-row .btn-primary{min-width:100%}.product-perks{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.4fr 1fr;gap:36px}.story-grid{gap:36px}.story-copy h2{font-size:38px}.story-copy p{font-size:13px}.hero-note{margin-top:26px}}
@media(max-width:767px){html{scroll-padding-top:96px}.wrap{padding-inline:20px}.topline{justify-content:center;padding:10px 16px 0;font-size:10px}.topline span{display:none}.site-header{top:8px;margin:10px 12px 0}.site-header>.wrap{padding-inline:18px}.topnav{height:64px;gap:16px}.logo{font-size:28px}.icon-btn,.burger{width:44px;height:44px}section{padding-block:64px}.hero{padding:38px 0 18px}.hero-grid{grid-template-columns:1fr;gap:34px}.hero-copy{padding:0}.hero .eyebrow{margin-bottom:22px}.hero h1{font-size:clamp(52px,10vw,76px);line-height:1.02;max-width:640px;margin-bottom:22px}.lead{font-size:14px;line-height:1.85;max-width:520px}.hero-actions{margin-top:25px;gap:16px}.hero-note{margin-top:24px;font-size:10px}.hero-media{max-width:560px;width:100%;justify-self:center;padding-bottom:0}.hero-media .hero-shell img{aspect-ratio:1.18;max-height:none;object-fit:cover;object-position:center 53%}.hero-tag{bottom:48px;left:18px;gap:12px;padding:13px 16px;border-radius:16px}.hero-tag strong{font-size:12px}.hero-tag span:not(.tag-spark){font-size:10px}.tag-spark{font-size:28px}.hero-media figcaption{font-size:9px;text-align:center;margin-top:10px}.hero-shell{padding:6px;border-radius:26px}.hero-shell>img{border-radius:20px}.benefits{grid-template-columns:1fr 1fr;gap:18px 16px;margin-top:12px;padding-block:22px;font-size:10px}.benefits span{gap:9px}.benefits i{font-size:17px}.section-head-row{align-items:flex-start;flex-direction:column;gap:14px}.section-head-row h2{font-size:40px}.section-head-row .eyebrow{font-size:9px}.collection-note{font-size:10px;margin-bottom:25px}.cat-grid{gap:14px}.prod-shell{border-radius:19px;padding:5px}.prod-link{border-radius:15px 15px 0 0}.prod-visual{border-radius:15px}.prod-core{padding:16px 10px 8px}.prod-cat{font-size:8px;letter-spacing:.08em}.prod-name{font-size:13px}.prod-desc{font-size:12px;line-height:1.65;margin-bottom:15px}.prod-price{font-size:19px}.prod-old{font-size:10px}.prod-price-row{gap:8px}.prod-bottom{padding:6px 8px 12px;border-radius:0 0 15px 15px}.prod-add{font-size:12px;padding:8px;min-height:44px}.visual-label{font-size:8px;bottom:8px;left:8px;padding:3px 6px}.story-grid{grid-template-columns:1fr;gap:34px}.story-copy h2{font-size:42px}.story-copy p{font-size:14px;max-width:none}.story-sign{margin-top:25px}.process-layout{grid-template-columns:1fr;gap:34px}.process-intro h2{font-size:42px}.process-intro .text-link{margin-top:18px}.process-list .process-step{grid-template-columns:36px 1fr;gap:18px;padding-block:24px}.process-num{font-size:30px}.process-step h3{font-size:15px}.process-step p{font-size:13px}.process-grid{grid-template-columns:1fr;gap:14px}.steps-detail{margin-bottom:48px}.closing{padding:0 12px 50px}.closing-inner{padding:58px 24px;border-radius:26px}.closing h2{font-size:44px}.closing .eyebrow{font-size:9px}.closing p{font-size:13px}.site-footer{padding:48px 0 28px}.footer-grid{gap:32px 24px}.footer-brand{grid-column:1 / -1}.footer-brand p{max-width:340px}.footer-col>a:not(.logo){min-height:40px}.breadcrumb{font-size:10px;margin-bottom:28px;gap:7px}.catalog-heading{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.catalog-heading h1{font-size:58px}.catalog-heading p{font-size:13px;max-width:460px}.catalog-heading .eyebrow{font-size:9px}.catalog-controls{gap:18px;padding-bottom:22px}.filter-tab{font-size:11px;padding:10px 16px}.sort-label{width:100%;justify-content:space-between}.catalog-toolbar{gap:10px;margin-block:20px}.illustration-note{font-size:10px}.catalog-toolbar .illustration-note{max-width:240px}.product-layout{grid-template-columns:1fr;gap:25px}.product-gallery{max-width:540px;width:100%;margin-inline:auto}.product-art{aspect-ratio:1.15}.product-info{padding-top:0}.product-info h1{font-size:42px}.product-info .qty-row{flex-wrap:nowrap;gap:12px}.product-info .qty-row .btn-primary{min-width:0}.product-info .prod-cat{font-size:10px}.product-perks{grid-template-columns:1fr 1fr;gap:18px 12px}.perk{font-size:10px;gap:8px}.engrave-note{padding:22px}.section-head{margin-bottom:32px}.section-head h1{font-size:44px}.section-head h2{font-size:38px}.cart-layout,.checkout-layout{gap:28px}.cart-summary{padding:26px}.cart-row{padding:18px 6px;gap:8px 12px}.cart-row-info .n{font-size:12px}.qty-ctl{gap:0}.qty-ctl span{min-width:22px}.cart-row .qty-ctl button{width:44px}.form-block{padding:24px}.form-block h3{font-size:28px}.content-page h1{font-size:44px;margin-bottom:24px}.lead-center{font-size:13px;margin-bottom:40px}.unbox-grid{grid-template-columns:1fr;gap:32px}.unbox-grid>img{max-height:400px}.info-card-grid{grid-template-columns:1fr;gap:16px}.info-card{padding:26px}.prose{font-size:14px}.prose h2{font-size:32px}.faq-list{margin-top:32px}.faq-q{font-size:14px;padding-block:22px;gap:12px}.faq-a p{font-size:13px;padding-right:8px}.contact-card .val{font-size:28px}}
@media(max-width:374px){.wrap{padding-inline:16px}.hero h1{font-size:49px}.hero-actions{gap:12px}.hero-actions>.btn-primary{width:100%;justify-content:space-between}.hero-actions>.text-link{font-size:12px}.benefits{font-size:9px;gap:14px 10px}.cat-grid{grid-template-columns:1fr;gap:22px}.prod-name{font-size:16px}.prod-desc{font-size:13px}.prod-core{padding:20px 16px 10px}.prod-bottom{padding:8px 16px 18px}.prod-add{font-size:12px}.prod-price{font-size:23px}.visual-label{font-size:10px}.prod-cat{font-size:10px}.section-head-row h2,.story-copy h2,.process-intro h2{font-size:36px}.catalog-heading h1{font-size:50px}.filter-tab{padding:10px 12px;font-size:10px}.product-info h1{font-size:36px}.product-info .qty-row{flex-wrap:wrap}.product-info .qty-row .btn-primary{min-width:100%}.closing h2{font-size:38px}.hero-tag{left:16px;padding:10px 12px}.hero-tag strong{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Reference-based product images: keep the whole pendant visible at every width. */
.prod-visual{aspect-ratio:1;background:#efe6d8}
.prod-visual>img{object-fit:contain}
.product-art{aspect-ratio:1;object-fit:contain}
.hero-media .hero-shell img{aspect-ratio:1;max-height:none;object-fit:contain}

/* Portrait video keeps its full frame and reserves space before loading. */
.story-video{position:relative;width:100%;max-width:350px;justify-self:center;padding:7px;background:#d8d7c9;border-radius:31px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.story-video video{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:contain;border-radius:24px;background:#d8d7c9}
.story-video-toggle{position:absolute;right:21px;bottom:21px;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(248,246,240,.94);color:#3b473b;cursor:pointer;transition:background .2s,transform .2s}
.story-video-toggle[hidden]{display:none}.story-video-toggle:hover{background:#fff;transform:scale(1.04)}.story-video-toggle:focus-visible{outline:3px solid #3b473b;outline-offset:3px}.story-video-toggle svg{width:19px;height:19px;fill:currentColor}.story-video-toggle .video-pause{display:none}.story-video-toggle.is-playing .video-pause{display:block}.story-video-toggle.is-playing .video-play{display:none}
@media(max-width:767px){.story-video{max-width:340px;padding:6px;border-radius:26px}.story-video video{border-radius:20px}}
@media(prefers-reduced-motion:reduce){.story-video-toggle{transition:none}}
