/* Chosen typography: Manrope for the hero; Lora for major headings. */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/lora-400-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/lora-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/manrope-400-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/manrope-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{color-scheme:light;--paper:#fafaf8;--surface:#f0efec;--surface-2:#f4f3f0;--ink:#151515;--muted:#62625e;--line:#deded8;--hero:#f1f0ed;--card:#e5e3de;--button:#151515;--button-text:#fff;--overlay:rgba(17,17,17,.42);--header:rgba(250,250,248,.95);--soft-shadow:0 16px 65px #00000015;--serif:'Lora',Georgia,serif;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;--gutter:clamp(22px,3.5vw,64px);--max:1440px;--ease:cubic-bezier(.22,.7,.2,1)}
:root[data-theme=dark]{color-scheme:dark;--paper:#171817;--surface:#222320;--surface-2:#1d1e1c;--ink:#f2f2ec;--muted:#b7b8af;--line:#393a35;--hero:#232421;--card:#353631;--button:#f1f1e9;--button-text:#161714;--overlay:rgba(0,0,0,.65);--header:rgba(23,24,23,.95);--soft-shadow:0 20px 65px #00000040}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.55 var(--sans);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;background:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,summary,a{touch-action:manipulation}button:disabled{cursor:not-allowed;opacity:.45}h1,h2,h3,h4,p,figure,blockquote{margin:0}h1,h2,h3,h4,b,strong{font-weight:400}h1,h2,.serif{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;line-height:1.12}h2{font-size:clamp(32px,3vw,46px)}p{color:var(--muted)}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;flex:none;vertical-align:middle}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--ink);outline-offset:5px}::selection{color:#fff;background:#616459}[hidden]{display:none!important}.skip-link{position:fixed;left:16px;top:-80px;padding:12px;background:var(--ink);color:var(--paper);z-index:100}.skip-link:focus{top:12px}.wrap{max-width:var(--max);margin:auto;padding-inline:var(--gutter)}.eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;line-height:1.65;color:var(--muted)}.fine{font-size:12px;line-height:1.65;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:49px;padding:13px 24px;background:var(--button);color:var(--button-text);border:1px solid var(--button);border-radius:2px;font-size:13px;line-height:1.4;transition:transform .2s,background .2s,box-shadow .2s;white-space:normal;text-align:center}.button svg{width:18px;height:18px}.button:hover{transform:translateY(-2px);box-shadow:0 7px 18px #00000012}.button:active{transform:translateY(0)}.button.secondary{background:transparent;color:var(--ink);border-color:var(--ink)}.button.soft{background:var(--surface);color:var(--ink);border-color:var(--line)}.button.light{background:#fafaf8;color:#151515;border-color:#fafaf8}.button.full{width:100%}.link{min-height:44px;display:inline-flex;align-items:center;gap:12px;font-size:12px;line-height:1.45}.link svg{width:18px;height:18px}.link:hover span{text-decoration:underline;text-underline-offset:4px}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:none;border-radius:50%;transition:background .2s,color .2s}.icon-button:hover{background:var(--surface)}.circle-arrow{width:40px;height:40px;border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:none;opacity:.82}.circle-arrow svg{width:18px}.pill{min-height:42px;padding:9px 16px;border:1px solid var(--line);border-radius:2px;font-size:12px;white-space:nowrap;transition:background .2s,border-color .2s}.pill:hover{border-color:var(--ink)}.pill.active,.pill[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}.rule{border:0;border-top:1px solid var(--line);margin:0}.full-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.header{height:84px;position:relative;z-index:20;background:var(--paper)}.header-inner{height:100%;display:flex;align-items:center;gap:32px}.brand{display:flex;flex-direction:column;align-items:center;flex:none;line-height:1}.brand-logo{display:block;width:94px;height:auto;filter:brightness(0)}[data-theme="dark"] .brand-logo{filter:none}.nav{display:flex;align-items:center;justify-content:center;gap:23px;flex:1}.nav a{font-size:11px;min-height:44px;display:flex;align-items:center;position:relative}.nav a:after{content:'';position:absolute;bottom:8px;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav a:hover:after,.nav a.current:after{transform:scaleX(1)}.header-actions{display:flex;gap:2px;margin-left:auto}.header-actions svg{width:21px;height:21px}.count{position:absolute;right:1px;top:0;font-size:9px;line-height:15px;background:var(--ink);color:var(--paper);min-width:15px;padding-inline:3px;border-radius:50%}.menu-toggle{display:none}.home-intro{display:flex;flex-direction:column}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:610px;background:var(--hero);order:1}.hero-inner{position:relative;min-height:610px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-top:26px;padding-bottom:65px}.hero-photo{position:absolute;right:0;top:0;width:62%;height:100%;z-index:-1;mask-image:linear-gradient(to right,transparent 0%,#000 19%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 19%)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 20%;animation:hero-in 1.2s var(--ease) both}.hero h1{font-size:clamp(63px,6.8vw,98px);line-height:.97;max-width:62%;letter-spacing:-.063em;position:relative}.hero h1 span{display:block}.hero-lead{font-size:clamp(17px,1.5vw,22px);line-height:1.45;color:var(--ink);margin-top:21px;max-width:415px}.hero-actions{display:flex;gap:13px;margin-top:31px}.hero-signoff{display:flex;gap:64px;align-items:center;margin-top:62px;max-width:49%}.hero-signoff .eyebrow{font-size:8px;letter-spacing:.2em}.hero-signoff .eyebrow:first-child{display:flex;gap:17px;align-items:center}.hero-signoff .eyebrow:first-child:before{content:'';width:29px;height:1px;background:var(--muted);flex:none}.occasions{order:2;padding-top:12px;padding-bottom:0}.occasion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.occasion{position:relative;display:block;background:var(--surface);overflow:hidden;border-radius:1px;min-width:0}.occasion-picture{height:177px;overflow:hidden}.occasion-picture img{width:100%;height:100%;object-fit:cover;object-position:center 45%;transition:transform .65s var(--ease)}.occasion:hover img{transform:scale(1.035)}.occasion-caption{min-height:80px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface-2)}.occasion-title{font-size:12px;text-transform:uppercase;letter-spacing:.015em}.occasion-caption p{font-size:11px;line-height:1.4;margin-top:4px}.occasion-caption .circle-arrow{width:34px;height:34px}.benefits{order:3;padding-top:25px;padding-bottom:25px}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--line);padding-block:23px}.benefit{display:flex;text-align:left;align-items:center;gap:23px;min-height:70px;padding:6px 29px;border-right:1px solid var(--line);transition:background .2s}.benefit:first-child{padding-left:13px}.benefit:last-child{border-right:0}.benefit:hover{background:var(--surface-2)}.benefit>svg{width:36px;height:36px;stroke-width:1.35}.benefit-title{font-size:15px;line-height:1.25;color:var(--ink);display:block}.benefit small{display:block;font-size:11px;color:var(--muted);line-height:1.4;margin-top:5px;max-width:220px}.feature-section{padding-top:0;padding-bottom:38px}.feature-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px}.wedding-feature{min-height:440px;position:relative;background:#ebe9e5;overflow:hidden;color:#171717;isolation:isolate}.wedding-photo{position:absolute;right:0;top:0;width:57%;height:100%;z-index:-1;mask-image:linear-gradient(to right,transparent,#000 22%);-webkit-mask-image:linear-gradient(to right,transparent,#000 22%)}.wedding-photo img{width:100%;height:100%;object-fit:cover;object-position:58% 40%;transition:transform 1s var(--ease)}.wedding-feature:hover img{transform:scale(1.025)}.wedding-copy{padding:34px 30px;display:flex;flex-direction:column;align-items:flex-start;min-height:440px;position:relative}.wedding-copy .eyebrow{color:#494943;font-size:9px;margin-bottom:48px;max-width:150px}.wedding-copy h2{font-size:clamp(34px,3.1vw,47px);max-width:61%;line-height:1.02;letter-spacing:-.06em}.wedding-copy p{font-size:12px;max-width:44%;margin-top:20px;color:#45453f;line-height:1.65}.wedding-copy .button{font-size:11px;min-height:44px;padding:12px 18px;margin-top:22px;color:white;background:#151515;border-color:#151515}.comfort-feature{position:relative;overflow:hidden;background:#24241f;color:#fff;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;padding:34px 28px;min-height:440px}.comfort-photo{position:absolute;inset:0;z-index:-2;overflow:hidden}.comfort-photo img{height:100%;width:100%;object-fit:cover;object-position:50% 14%}.comfort-feature:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(to bottom,transparent 30%,rgba(22,22,19,.3) 39%,#23231f 55%,#23231f 100%)}.comfort-feature .eyebrow{font-size:9px;color:#fff;letter-spacing:.2em;max-width:145px;opacity:.92}.comfort-feature h2{font-size:clamp(32px,2.85vw,43px);line-height:1.05;letter-spacing:-.05em}.comfort-feature p{color:#ddddd5;font-size:12px;max-width:270px;margin-top:15px}.comfort-feature .link{color:white;margin-top:12px;font-size:11px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:25px}.section-head h2{font-size:clamp(29px,2.65vw,40px)}.product-section{padding-bottom:34px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 21px}.product-card{position:relative;min-width:0}.product-image{display:block;aspect-ratio:1.57;background:var(--card);overflow:hidden;position:relative;width:100%;padding:0;border-radius:1px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease);object-position:center}.product-card:hover .product-image img{transform:scale(1.035)}.favorite-button{position:absolute;right:5px;top:5px;width:38px;height:38px;color:#292929;background:rgba(240,239,235,.84);border-radius:50%;z-index:2}.favorite-button svg{width:18px;height:18px}.favorite-button[aria-pressed=true] svg{fill:currentColor}.quick-label{position:absolute;bottom:13px;left:50%;transform:translate(-50%,8px);background:#fafaf8;color:#171717;font-size:10px;padding:9px 13px;white-space:nowrap;opacity:0;transition:opacity .25s,transform .25s;pointer-events:none;border-radius:1px}.product-image:hover .quick-label,.product-image:focus-visible .quick-label{opacity:1;transform:translate(-50%,0)}.product-info{padding-top:12px}.product-info h3{font-size:12px;line-height:1.45}.product-info a:hover{text-decoration:underline;text-underline-offset:4px}.price{font-size:14px;margin-top:3px;line-height:1.5;color:var(--ink)}.product-note{display:flex;justify-content:space-between;gap:15px;margin-top:18px;font-size:10px;line-height:1.6;color:var(--muted)}.product-note a{text-decoration:underline;text-underline-offset:3px}.store-review{display:grid;grid-template-columns:2fr 1fr;gap:28px;padding-bottom:26px}.store-teaser{display:grid;grid-template-columns:1.14fr 1fr;background:var(--surface-2);min-height:227px;overflow:hidden}.store-picture{position:relative;overflow:hidden;padding:0;text-align:left;min-width:0;isolation:isolate}.store-picture img{height:100%;width:100%;object-fit:cover;transition:transform .6s var(--ease)}.store-picture:hover img{transform:scale(1.04)}.media-caption{position:absolute;bottom:10px;left:12px;padding:4px 7px;background:rgba(20,20,20,.7);color:white;font-size:9px;letter-spacing:.03em}.store-teaser-copy{padding:25px 24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.store-teaser-copy .eyebrow{font-size:8px}.store-teaser-copy h2{font-size:28px;line-height:1.08;margin-top:16px;letter-spacing:-.04em}.store-teaser-copy p{font-size:11px;margin-top:12px}.store-teaser-copy .link{font-size:11px;margin-top:8px}.review-panel{position:relative;padding:5px 5px 6px 27px;border-left:1px solid var(--line);min-width:0;display:flex;flex-direction:column}.review-controls{display:flex;align-items:center;justify-content:space-between;gap:15px}.review-controls .eyebrow{font-size:9px}.review-arrows{display:flex}.review-arrows .icon-button{width:38px;height:38px}.review-arrows svg{width:17px}.review-text{font-size:15px;color:var(--ink);line-height:1.65;min-height:80px;margin-top:12px}.review-author{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:19px}.avatar{width:37px;height:37px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-family:var(--serif);font-size:13px;background:var(--surface);flex:none}.review-author span{font-size:11px;display:block}.review-author small{font-size:10px;color:var(--muted)}.review-source{font-size:9px;margin-top:10px;color:var(--muted)}.review-source a{text-decoration:underline;text-underline-offset:3px}.footer{border-top:1px solid var(--line);padding-top:24px;padding-bottom:max(22px,env(safe-area-inset-bottom));background:var(--paper)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:22px}.footer-wordmark{display:inline-block;flex:none}.footer-wordmark .brand-logo{width:104px}.footer-nav{display:flex;gap:24px;flex-wrap:wrap;align-items:center}.footer-nav a,.footer-nav button{font-size:10px;min-height:44px;display:inline-flex;align-items:center;padding:0}.socials{display:flex;gap:1px}.socials svg{width:18px;height:18px}.theme-switch{display:flex;align-items:center;gap:8px;min-height:44px;font-size:10px;color:var(--muted)}.theme-switch svg{width:15px;height:15px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:17px;padding-top:15px;border-top:1px solid var(--line);font-size:9px;color:var(--muted)}.footer-bottom button{min-height:36px;font-size:9px;color:var(--muted);padding:0;text-decoration:underline;text-underline-offset:3px}.footer-bottom p{max-width:720px}.page{padding-block:42px 75px;min-height:65vh;animation:page-in .45s var(--ease)}.breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:29px;flex-wrap:wrap;color:var(--muted);font-size:11px}.breadcrumb a{min-height:32px;display:inline-flex;align-items:center}.breadcrumb svg{width:13px;height:13px}.page-heading{font-size:clamp(43px,5vw,72px);line-height:1.03}.page-intro{max-width:580px;margin-top:18px;font-size:15px;line-height:1.75}.page-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.catalog-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:21px;border-block:1px solid var(--line);margin-bottom:28px}.catalog-tabs{display:flex;flex-wrap:wrap;gap:8px}.catalog-control-right{display:flex;align-items:center;gap:16px}.select-wrap{position:relative}.select-wrap select{max-width:170px;background:transparent;border:0;font-size:11px;min-height:44px;padding:10px 27px 10px 8px}.filter-button{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:12px;white-space:nowrap}.filter-button svg{width:18px}.catalog-summary{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-bottom:19px;color:var(--muted);font-size:11px}.active-filter-bar{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}.active-filter{display:inline-flex;gap:9px;align-items:center;min-height:34px;font-size:10px;padding:6px 10px;border:1px solid var(--line)}.active-filter svg{width:12px;height:12px}.catalog-grid .product-image{aspect-ratio:1.15}.catalog-grid .product-image img{object-fit:cover}.catalog-grid .product-info h3{font-size:14px}.catalog-grid .price{font-size:15px;margin-top:7px}.catalog-grid{margin-bottom:27px}.empty-state{padding:65px 20px;text-align:center;background:var(--surface-2);min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-state>svg{width:35px;height:35px;margin-bottom:22px}.empty-state h2{font-size:34px}.empty-state p{max-width:400px;margin-top:15px;font-size:14px}.empty-state .button{margin-top:24px}.accessory-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;margin-top:30px}.accessory-image{height:450px;overflow:hidden;background:var(--surface)}.accessory-image img{width:100%;height:100%;object-fit:cover}.accessory-layout h2{font-size:44px;line-height:1.06}.accessory-layout p{margin-block:23px;font-size:15px;max-width:470px}.accessory-layout .fine{font-size:11px}.look-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 24px;margin-top:35px}.look-picture{aspect-ratio:1.6;overflow:hidden}.look-picture img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.look-card:hover img{transform:scale(1.03)}.look-caption{padding-top:15px;display:flex;justify-content:space-between;align-items:center;gap:20px}.look-caption h2{font-size:31px}.look-caption p{font-size:12px;margin-top:9px}.product-page-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}.product-page-picture{position:sticky;top:30px}.product-page-picture .large-image{background:var(--card);aspect-ratio:.98;overflow:hidden;display:grid;place-items:center;width:100%;padding:0}.large-image img{width:100%;height:100%;object-fit:cover}.image-disclaimer{font-size:10px;color:var(--muted);margin-top:12px;line-height:1.65}.product-details .eyebrow{margin-bottom:14px}.product-details h1,.product-details h2{font-size:clamp(35px,3.5vw,53px);line-height:1.05}.detail-price{font-size:22px;line-height:1.4;margin-top:16px;margin-bottom:23px}.detail-description{font-size:14px;line-height:1.8}.detail-color{display:flex;align-items:center;gap:9px;margin-top:22px;font-size:12px}.swatch{display:inline-block;width:14px;height:14px;border-radius:50%;background:var(--tone);border:1px solid #8885}.size-section{margin-top:24px}.size-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.size-heading button{font-size:11px;min-height:36px;padding:0;color:var(--muted);text-decoration:underline;text-underline-offset:4px}.sizes{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.size-button{min-width:43px;height:43px;border:1px solid var(--line);padding:7px;font-size:12px;transition:background .2s,border-color .2s}.size-button.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.size-button:hover{border-color:var(--ink)}.product-cta{display:grid;gap:10px;margin-top:25px}.detail-offers{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:25px;padding-top:23px;border-top:1px solid var(--line)}.detail-offers button{text-align:left;display:flex;gap:10px;align-items:flex-start;font-size:11px;line-height:1.5;padding:0;min-height:44px}.detail-offers svg{width:21px;height:21px}.detail-source{font-size:10px;color:var(--muted);line-height:1.7;margin-top:20px}.detail-source a{text-decoration:underline;text-underline-offset:3px}.product-related{margin-top:65px}.store-page-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;margin-top:40px}.store-large-image{position:relative;min-height:410px;overflow:hidden}.store-large-image img{height:100%;width:100%;object-fit:cover}.contact-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:20px}.contact-card h2{font-size:42px;line-height:1.1}.contact-row{display:flex;gap:15px;align-items:flex-start;margin-top:24px}.contact-row p{font-size:13px;margin-top:4px}.contact-row svg{margin-top:2px}.contact-row a{font-size:16px}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.faq{margin-top:64px;max-width:860px}.faq h2{margin-bottom:26px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;padding-block:23px;font-size:15px;min-height:65px}.faq summary::-webkit-details-marker{display:none}.faq summary svg{width:18px;height:18px;transition:transform .2s}.faq details[open] summary svg{transform:rotate(45deg)}.faq details p{padding-bottom:25px;font-size:14px;max-width:720px;line-height:1.85}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.about-grid img{width:100%;height:430px;object-fit:cover}.about-grid h2{font-size:44px}.about-grid p{margin-top:21px;line-height:1.85}.about-grid .button{margin-top:28px}.saved-grid{margin-top:35px}.saved-actions{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap}.dialog{padding:0;border:1px solid var(--line);background:var(--paper);color:var(--ink);max-width:min(1000px,calc(100vw - 48px));width:1000px;max-height:min(90dvh,920px);box-shadow:var(--soft-shadow);border-radius:4px;overscroll-behavior:contain;overflow:auto}.dialog::backdrop{background:var(--overlay);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.dialog[open]{animation:dialog-in .35s var(--ease)}.dialog.compact{width:570px}.dialog.search-dialog{width:760px;align-self:start;margin-top:8vh}.dialog.menu-dialog{width:430px;margin-right:0;margin-block:0;height:100dvh;max-height:100dvh;max-width:100%;border-radius:0;animation:drawer-in .3s var(--ease)}.dialog.lightbox-dialog{width:min(1100px,calc(100vw - 40px));background:#141414;color:#fff;border-color:#393939}.dialog-top{position:sticky;top:0;display:flex;justify-content:space-between;gap:15px;align-items:center;padding:16px 23px;border-bottom:1px solid var(--line);background:var(--paper);z-index:4}.dialog-top h2{font-family:var(--sans);font-size:12px;letter-spacing:.02em;line-height:1.5}.dialog-top .icon-button{width:40px;height:40px}.dialog-body{padding:32px}.dialog-content-title{font-size:42px;line-height:1.08;margin-bottom:19px}.dialog-body>p{font-size:14px;line-height:1.85;margin-top:14px}.dialog-body .button{margin-top:25px}.offer-icon{width:54px;height:54px;margin:4px 0 24px;stroke-width:1.15}.offer-foot{border-top:1px solid var(--line);margin-top:24px;padding-top:18px;font-size:11px;color:var(--muted);line-height:1.75}.quick-view{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:26px}.quick-image{background:var(--card);aspect-ratio:.95;align-self:start;overflow:hidden;position:sticky;top:94px}.quick-image img{width:100%;height:100%;object-fit:cover}.quick-view .product-details h2{font-size:37px}.quick-view .detail-price{font-size:19px;margin-top:12px;margin-bottom:14px}.quick-view .detail-description{font-size:12px}.quick-view .detail-source{font-size:10px}.quick-view .sizes{gap:5px}.quick-view .size-button{min-width:36px;height:40px}.quick-view .size-section{margin-top:15px}.quick-view .product-cta{margin-top:20px}.quick-view .detail-offers{font-size:10px}.menu-links{display:flex;flex-direction:column;padding:17px 26px}.menu-links a,.menu-links button{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:61px;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:29px;letter-spacing:-.035em;text-align:left;padding:9px 0}.menu-bottom{padding:20px 26px}.menu-bottom p{font-size:12px;margin-top:15px}.menu-bottom .theme-switch{font-family:var(--sans);font-size:12px;letter-spacing:0;margin-top:13px}.search-field{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--ink);padding:9px 0 15px}.search-field input{width:100%;min-width:0;border:0;background:transparent;outline:0;font-size:20px;min-height:36px}.search-field input:focus-visible{outline:0}.search-hint{font-size:11px;margin-top:15px;color:var(--muted)}.search-results{margin-top:20px}.search-result{display:flex;align-items:center;gap:20px;min-height:92px;padding:12px 0;border-bottom:1px solid var(--line)}.search-result img{width:86px;height:65px;object-fit:cover;background:var(--card)}.search-result h3{font-size:13px}.search-result .price{font-size:12px}.search-result>svg{margin-left:auto;width:18px}.filter-group{border:0;margin:0 0 26px;padding:0}.filter-group legend{margin-bottom:13px;font-size:12px}.filter-options{display:flex;flex-wrap:wrap;gap:8px}.filter-form .button{margin-top:10px}.field-label{display:block;font-size:12px;margin-top:17px;margin-bottom:9px}.field{width:100%;height:47px;padding:11px;border:1px solid var(--line);background:var(--paper);border-radius:1px;font-size:14px}.quiz-progress{display:flex;gap:6px;margin-bottom:27px}.quiz-progress span{height:2px;background:var(--line);flex:1}.quiz-progress span.done{background:var(--ink)}.quiz-step{font-size:10px;letter-spacing:.1em;color:var(--muted);margin-bottom:13px}.quiz-title{font-size:39px;line-height:1.08;margin-bottom:12px}.quiz-subtitle{font-size:13px;margin-bottom:24px;color:var(--muted)}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.quiz-option{min-height:104px;border:1px solid var(--line);padding:17px;text-align:left;display:flex;flex-direction:column;gap:10px;justify-content:center;transition:border-color .2s,background .2s;font-size:14px}.quiz-option:hover{border-color:var(--ink);background:var(--surface)}.quiz-option img{width:100%;aspect-ratio:1.9;object-fit:cover;margin-bottom:5px}.quiz-option small{font-size:11px;color:var(--muted)}.quiz-back{margin-top:16px;min-height:44px;font-size:12px;text-decoration:underline;text-underline-offset:4px}.quiz-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 15px;margin-top:24px}.quiz-result-grid .product-info h3{font-size:11px}.quiz-result-grid .price{font-size:12px}.shortlist-row{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:14px 0}.shortlist-row img{width:80px;height:72px;object-fit:cover}.shortlist-row h3{font-size:13px}.shortlist-row .price{font-size:12px}.shortlist-row .icon-button{margin-left:auto}.shortlist-total{display:flex;justify-content:space-between;gap:20px;margin-top:22px;font-size:14px}.message-preview{white-space:pre-wrap;line-height:1.8;background:var(--surface-2);padding:20px;margin-top:22px;font-size:12px;color:var(--ink)}.dialog-actions{display:grid;gap:10px;margin-top:22px}.dialog-actions .button{margin:0}.lightbox-dialog .dialog-top{background:#161616;color:white;border-color:#444}.lightbox-image{width:100%;max-height:72vh;object-fit:contain;padding:16px}.lightbox-caption{color:#c5c5c5;font-size:11px;text-align:center;padding:0 22px 20px}.lightbox-dialog .icon-button:hover{background:#333}.toast{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%,16px);z-index:100;background:var(--ink);color:var(--paper);padding:12px 22px;font-size:12px;line-height:1.5;box-shadow:var(--soft-shadow);max-width:calc(100vw - 32px);width:max-content;border-radius:3px;opacity:0;visibility:hidden;transition:opacity .22s,transform .22s,visibility .22s;pointer-events:none;text-align:center}.toast.visible{opacity:1;visibility:visible;transform:translate(-50%,0)}.contact-choices{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.reveal{opacity:1;transform:none}.motion-ready .reveal:not(.is-visible){opacity:0;transform:translateY(19px)}.motion-ready .reveal{transition:opacity .7s var(--ease),transform .7s var(--ease)}@keyframes hero-in{from{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes page-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dialog-in{from{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes drawer-in{from{opacity:0;transform:translateX(25px)}to{opacity:1;transform:translateX(0)}}
@media(min-width:1600px){.hero-photo{right:max(0px,calc((100vw - 1536px)/2));width:860px}.hero h1{font-size:98px}.hero-inner,.hero{min-height:640px}.hero-lead{font-size:22px}}
@media(max-width:1199px){.nav{gap:15px}.header-inner{gap:24px}.header-actions{gap:0}.hero,.hero-inner{min-height:545px}.hero h1{font-size:clamp(60px,6.7vw,82px)}.hero-signoff{gap:32px;margin-top:42px}.occasion-picture{height:145px}.occasion-caption{padding:13px 11px;min-height:78px}.occasion-title{font-size:11px}.occasion-caption .circle-arrow{width:31px;height:31px}.benefit{padding-inline:20px;gap:17px}.benefit>svg{width:31px;height:31px}.benefit-title{font-size:13px}.wedding-feature,.wedding-copy,.comfort-feature{min-height:390px}.wedding-copy{padding:29px 25px}.wedding-copy h2{font-size:38px}.wedding-copy .eyebrow{margin-bottom:33px}.comfort-feature{padding:29px 23px}.comfort-feature h2{font-size:35px}.store-teaser-copy{padding:20px}.store-teaser-copy h2{font-size:24px}.store-review{gap:22px}.review-text{font-size:13px}.review-panel{padding-left:20px}.footer-nav{gap:17px}.product-page-grid{gap:40px}}
@media(max-width:1020px){.nav{display:none}.menu-toggle{display:inline-flex}.bag-toggle{display:none}.header{height:76px}.brand .brand-logo{width:78px}.header-inner{justify-content:space-between}.hero h1{font-size:clamp(58px,7.5vw,76px);max-width:70%}.hero-inner,.hero{min-height:530px}.hero-lead{font-size:17px;max-width:330px}.hero-actions{gap:10px}.hero-actions .button{font-size:12px;padding-inline:16px}.hero-signoff{max-width:55%;gap:22px}.hero-signoff .eyebrow{font-size:7px}.occasion-grid{gap:8px}.occasion-picture{height:138px}.occasion-title{font-size:10px}.occasion-caption p{font-size:10px}.occasion-caption .circle-arrow{width:27px;height:27px}.benefit{padding:6px 15px;gap:13px}.benefit-title{font-size:12px}.benefit small{font-size:10px}.benefit>svg{width:28px;height:28px}.wedding-copy h2{font-size:34px;max-width:65%}.wedding-copy p{max-width:52%;font-size:11px}.wedding-copy .button{max-width:59%;font-size:10px;padding:10px;gap:7px}.comfort-feature h2{font-size:29px}.comfort-feature p{font-size:11px}.wedding-feature,.wedding-copy,.comfort-feature{min-height:366px}.comfort-feature{padding:25px 18px}.wedding-copy{padding:26px 22px}.feature-grid{grid-template-columns:1.8fr 1fr}.store-review{grid-template-columns:1.65fr 1fr}.store-teaser{grid-template-columns:1fr 1fr}.store-teaser-copy h2{font-size:24px}.store-teaser-copy .eyebrow{font-size:7px}.store-teaser-copy p{font-size:10px}.review-text{font-size:12px}.footer-nav{gap:13px}.footer-top{gap:15px;flex-wrap:wrap}.catalog-controls{align-items:flex-start}.catalog-control-right{gap:8px;flex-direction:column;align-items:end}.dialog{max-width:calc(100vw - 36px)}.quick-view{gap:23px;padding:23px}.quick-view .product-details h2{font-size:32px}.store-page-grid{gap:30px}.product-page-grid{gap:32px}.page{padding-top:30px}}
@media(max-width:767px){:root{--gutter:22px}html{scroll-padding-top:69px}.header{height:68px;position:sticky;top:0;background:var(--header);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid transparent}.header.scrolled{border-color:var(--line)}.header-inner{gap:8px}.brand .brand-logo{width:64px}.header-actions{gap:0}.header-actions .icon-button{width:40px;height:44px}.header-actions svg{width:20px;height:20px}.hero{min-height:0;overflow:hidden;background:var(--paper)}.hero-inner{min-height:0;padding-top:0;padding-bottom:30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.hero-photo{position:relative;width:calc(100% + var(--gutter)*2);height:340px;right:auto;top:auto;margin-inline:calc(var(--gutter)*-1);z-index:0;margin-bottom:-21px;mask-image:linear-gradient(to bottom,#000 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 80%,transparent 100%)}.hero-photo img{object-position:center 20%;object-fit:cover}.hero h1{font-size:clamp(40px,8.8vw,64px);max-width:100%;line-height:1.01;letter-spacing:-.057em;z-index:1}.hero h1 span:nth-child(1),.hero h1 span:nth-child(2){display:inline}.hero h1 span:nth-child(1):after{content:' '}.hero h1 span:nth-child(3){display:block}.hero-lead{font-size:15px;line-height:1.6;max-width:100%;margin-top:16px}.hero-lead br{display:none}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:23px}.hero-actions .button{width:100%;font-size:13px;min-height:48px}.hero-signoff{display:none}.benefits{order:2;padding-top:0;padding-bottom:24px}.benefit-grid{grid-template-columns:1fr 1fr;border:0;padding:0;gap:10px}.benefit{align-items:flex-start;flex-direction:column;padding:17px 16px!important;border:0;background:var(--surface);gap:11px;min-height:148px}.benefit:last-child{display:none}.benefit>svg{width:30px;height:30px}.benefit-title{font-size:12px;line-height:1.4}.benefit small{font-size:10px;line-height:1.5;margin-top:7px}.occasions{order:3;padding-top:0;padding-bottom:27px}.occasion-grid{grid-template-columns:1fr;gap:0}.occasion{display:grid;grid-template-columns:85px 1fr;background:transparent;padding-block:10px;border-bottom:1px solid var(--line)}.occasion:first-child{padding-top:0}.occasion:last-child{border-bottom:0;padding-bottom:0}.occasion-picture{height:67px}.occasion-picture img{object-position:center}.occasion-caption{min-height:67px;padding:0 0 0 16px;background:transparent;gap:15px}.occasion-title{font-size:13px;letter-spacing:0;text-transform:none}.occasion-caption p{font-size:11px;margin-top:3px}.occasion-caption .circle-arrow{width:32px;height:32px}.feature-section{padding-bottom:30px}.feature-grid{grid-template-columns:1fr;gap:13px}.wedding-feature,.wedding-copy{min-height:274px}.wedding-copy{padding:21px 18px;justify-content:center}.wedding-copy .eyebrow{font-size:8px;margin-bottom:23px;max-width:120px}.wedding-copy h2{font-size:clamp(28px,6vw,37px);max-width:61%;line-height:1.01}.wedding-copy p{display:none}.wedding-copy .button{font-size:10px;margin-top:20px;max-width:61%;padding:9px 10px;min-height:42px;gap:7px}.wedding-photo{width:58%}.wedding-photo img{object-position:61% center}.comfort-feature{min-height:252px;max-height:none;padding:22px 21px;justify-content:space-between}.comfort-photo{left:20%}.comfort-photo img{object-position:50% 16%}.comfort-feature:after{background:linear-gradient(90deg,#23231f 0%,rgba(35,35,31,.95) 31%,rgba(35,35,31,.1) 78%),linear-gradient(0deg,#23231f 0%,#23231f 38%,transparent 65%)}.comfort-feature h2{font-size:34px;max-width:67%}.comfort-feature p{display:none}.comfort-feature .link{margin-top:10px;min-height:34px}.comfort-feature .eyebrow{font-size:8px;max-width:130px}.section-head{margin-bottom:18px;gap:15px;align-items:center}.section-head h2{font-size:31px}.section-head .link{font-size:10px;gap:6px;flex:none}.section-head .link svg{width:15px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}.product-image{aspect-ratio:1.05}.product-image img{object-fit:cover}.product-info{padding-top:10px}.product-info h3{font-size:11px;line-height:1.5}.price{font-size:13px;margin-top:4px}.favorite-button{right:3px;top:3px;width:35px;height:35px}.favorite-button svg{width:16px;height:16px}.product-note{font-size:9px;display:block;line-height:1.6;margin-top:20px}.product-note a{display:inline-block;margin-top:8px;min-height:30px}.product-section{padding-bottom:28px}.store-review{grid-template-columns:1fr;gap:26px;padding-bottom:25px}.store-teaser{grid-template-columns:1fr 1fr;min-height:228px}.store-picture{min-height:228px}.store-teaser-copy{padding:19px 17px}.store-teaser-copy h2{font-size:26px;line-height:1.06;margin-top:13px}.store-teaser-copy p{font-size:11px;margin-top:10px;line-height:1.5}.store-teaser-copy .link{font-size:10px;margin-top:7px}.store-teaser-copy .eyebrow{font-size:7px}.media-caption{font-size:8px;bottom:8px;left:7px;padding:3px 5px}.review-panel{padding:0;border-left:0;min-height:183px}.review-text{font-size:15px;min-height:48px;max-width:440px;margin-top:4px}.review-author{padding-top:18px;margin-top:0}.review-source{margin-top:10px}.footer-top{align-items:center;gap:17px;flex-wrap:wrap}.footer-nav{order:3;width:100%;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:8px}.socials{margin-left:auto}.footer-top>.theme-switch{display:none}.footer-nav a,.footer-nav button{font-size:10px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px;margin-top:7px;font-size:9px;padding-top:15px}.footer-bottom p{line-height:1.8}.footer{padding-top:20px}.page{padding-top:22px;padding-bottom:45px}.breadcrumb{font-size:10px;margin-bottom:24px}.page-heading{font-size:48px}.page-intro{font-size:14px;margin-top:16px;line-height:1.8}.page-top{margin-bottom:25px;align-items:flex-start;flex-direction:column;gap:16px}.catalog-controls{flex-direction:column;padding-block:17px;gap:13px;margin-bottom:23px}.catalog-tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;max-width:100%;padding-bottom:3px}.catalog-tabs::-webkit-scrollbar{display:none}.catalog-tabs .pill{min-height:41px;font-size:11px;padding-inline:13px}.catalog-control-right{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.select-wrap select{font-size:11px;text-align:right;max-width:180px}.filter-button{font-size:11px}.catalog-summary{font-size:10px}.catalog-grid .product-image{aspect-ratio:.9}.catalog-grid .product-info h3{font-size:12px}.catalog-grid .price{font-size:14px}.catalog-grid{margin-bottom:22px}.product-page-grid{grid-template-columns:1fr;gap:27px}.product-page-picture{position:static}.product-page-picture .large-image{aspect-ratio:1.08}.product-details h1{font-size:44px}.product-details .eyebrow{font-size:9px}.product-page-grid .detail-price{font-size:23px}.detail-description{font-size:14px}.product-related{margin-top:43px}.product-cta{margin-top:23px}.sizes{gap:8px}.size-button{min-width:44px;height:44px}.detail-source{font-size:10px}.look-grid{gap:27px 15px;margin-top:28px;grid-template-columns:1fr}.look-picture{aspect-ratio:1.7}.look-caption h2{font-size:31px}.look-caption p{font-size:12px}.store-page-grid{grid-template-columns:1fr;gap:28px;margin-top:28px}.store-large-image{min-height:275px;height:275px}.contact-card{padding-block:0}.contact-card h2{font-size:37px}.contact-actions{width:100%;gap:10px}.contact-actions .button{flex:1;padding-inline:13px;font-size:12px}.contact-row{margin-top:22px}.faq{margin-top:40px}.faq h2{font-size:35px;margin-bottom:20px}.faq summary{font-size:14px;padding-block:20px}.faq details p{font-size:13px}.about-grid,.accessory-layout{grid-template-columns:1fr;gap:25px;margin-top:30px}.about-grid img,.accessory-image{height:320px}.about-grid h2,.accessory-layout h2{font-size:36px}.about-grid p,.accessory-layout p{font-size:14px}.empty-state{padding:48px 18px}.empty-state h2{font-size:32px}.empty-state p{font-size:13px}.saved-actions{display:grid;width:100%}.dialog,.dialog.compact,.dialog.search-dialog{width:100%;max-width:100%;max-height:94dvh;margin:0;margin-top:auto;border-radius:15px 15px 0 0;border-bottom:0;animation:sheet-in .3s var(--ease);padding-bottom:env(safe-area-inset-bottom)}.dialog-top{padding:11px 16px;border-radius:15px 15px 0 0;min-height:65px}.dialog-top h2{font-size:12px;max-width:calc(100% - 60px)}.dialog-top .icon-button{width:44px;height:44px}.dialog-body{padding:24px 22px 30px}.dialog-content-title{font-size:36px}.dialog-body>p{font-size:13px;line-height:1.85}.dialog.menu-dialog{width:min(420px,100%);max-height:100dvh;height:100dvh;margin:0 0 0 auto;border-radius:0;animation:drawer-in .3s var(--ease)}.menu-dialog .dialog-top{border-radius:0}.dialog.search-dialog{max-height:94dvh}.dialog.lightbox-dialog{width:100%;max-width:100%;border-radius:0;max-height:100dvh;height:100dvh;margin:0;padding-bottom:env(safe-area-inset-bottom)}.lightbox-dialog .dialog-top{border-radius:0}.lightbox-image{max-height:80dvh;height:75dvh;padding:12px}.quick-view{grid-template-columns:1fr;gap:23px;padding:17px 22px 26px}.quick-image{position:relative;top:0;aspect-ratio:1.6;width:100%}.quick-view .product-details h2{font-size:34px}.quick-view .detail-price{font-size:20px;margin-top:12px;margin-bottom:15px}.quick-view .detail-description{font-size:13px}.quick-view .size-button{min-width:42px;height:44px}.quick-view .detail-source{font-size:10px}.quiz-title{font-size:34px}.quiz-option{min-height:90px;padding:14px;font-size:13px}.quiz-result-grid .product-image{aspect-ratio:1.05}.search-field input{font-size:17px}.search-result{gap:15px}.search-result h3{font-size:12px}.search-result img{width:75px;height:65px}.toast{bottom:max(19px,env(safe-area-inset-bottom));font-size:11px;padding:11px 17px}.shortlist-row h3{font-size:12px}.message-preview{font-size:12px;padding:16px}.offer-icon{width:45px;height:45px;margin-bottom:22px}.filter-options .pill{min-height:44px}.dialog-actions .button{min-height:48px}.image-disclaimer{font-size:9px}.quick-label{display:none}@keyframes sheet-in{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}}
@media(min-width:530px) and (max-width:767px){.hero-photo{height:415px;object-position:center}.hero h1{font-size:58px}.hero-actions{grid-template-columns:1fr 1fr}.hero-lead{max-width:470px}.benefit{flex-direction:row;align-items:center;min-height:114px;gap:20px}.occasion-grid{grid-template-columns:1fr 1fr;gap:15px 20px}.occasion{border-bottom:0;padding-block:0;grid-template-columns:75px 1fr}.occasion-caption{padding-left:13px}.occasion-caption .circle-arrow{display:none}.wedding-feature,.wedding-copy{min-height:365px}.wedding-copy h2{font-size:42px;max-width:60%}.wedding-copy .eyebrow{margin-bottom:34px}.wedding-copy .button{font-size:12px;padding:12px 18px}.comfort-feature{min-height:300px}.comfort-feature h2{font-size:42px;max-width:64%}.comfort-photo{left:32%}.store-teaser{min-height:240px}.store-teaser-copy h2{font-size:35px}}
@media(max-width:374px){:root{--gutter:17px}.header{height:64px}.brand .brand-logo{width:60px}.header-actions .icon-button{width:37px}.hero-photo{height:284px}.hero h1{font-size:37px;letter-spacing:-.066em}.hero-lead{font-size:14px}.hero-actions .button{font-size:12px}.hero-inner{padding-bottom:24px}.benefit{padding:15px 12px!important;min-height:145px}.benefit-title{font-size:11px}.benefit small{font-size:9px}.wedding-copy{padding:20px 15px}.wedding-copy h2{font-size:26px;max-width:64%}.wedding-copy .eyebrow{margin-bottom:20px}.wedding-copy .button{font-size:9px;max-width:65%;gap:5px}.wedding-feature,.wedding-copy{min-height:255px}.comfort-feature h2{font-size:31px}.section-head h2{font-size:28px}.section-head .link{font-size:9px}.product-info h3{font-size:10px}.price{font-size:12px}.store-teaser-copy{padding:17px 12px}.store-teaser-copy h2{font-size:23px}.store-teaser-copy p{font-size:10px}.store-teaser{min-height:224px}.store-picture{min-height:224px}.review-text{font-size:14px}.dialog-body{padding-inline:19px}.dialog-content-title{font-size:33px}.quick-view{padding-inline:17px}.quick-view .size-button{min-width:38px}.page-heading{font-size:43px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal:not(.is-visible){opacity:1;transform:none}.button:hover{transform:none}.product-card:hover img,.occasion:hover img,.wedding-feature:hover img,.store-picture:hover img{transform:none}}
@media print{.header-actions,.nav,.footer,.dialog,.toast,.quick-label,.favorite-button{display:none!important}.header{position:static}.motion-ready .reveal{opacity:1!important;transform:none!important}.hero-photo{animation:none}body{background:#fff;color:#000}.button{border:1px solid #000}a{color:#000}}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Final proportion / touch-target pass. */
.wrap{width:100%}
.hero-photo img{object-position:center top}
.wedding-photo img{object-position:58% top}
.favorite-button{width:44px;height:44px;background:rgba(244,243,238,.96)}
.review-arrows .icon-button{width:44px;height:44px}
@media(max-width:767px){
 .header-actions .icon-button{width:44px;height:44px}
 .hero-photo{height:320px}
 .hero h1{font-size:clamp(38px,11.3vw,60px);line-height:.98;letter-spacing:-.057em}
 .hero h1 span:nth-child(n){display:block}
 .hero h1 span:nth-child(1):after{content:none}
 .hero-lead{font-size:16px;line-height:1.5}
 .hero-lead br{display:initial}
 .product-info h3{font-size:12px}
 .price{font-size:14px}
 .wedding-copy .eyebrow{max-width:120px}
 .wedding-copy h2{max-width:67%;font-size:clamp(27px,6.8vw,38px)}
 .wedding-copy .button{font-size:10px;max-width:70%}
 .comfort-feature .eyebrow{font-size:8px}
 .comfort-feature h2{max-width:77%;font-size:32px;line-height:1.04}
 .comfort-feature:after{background:linear-gradient(90deg,#23231f 0%,rgba(35,35,31,.92) 31%,rgba(35,35,31,.1) 78%),linear-gradient(0deg,#23231f 0%,#23231f 43%,transparent 66%)}
}
@media(min-width:530px) and (max-width:767px){.hero-photo{height:410px}.hero h1{font-size:59px}.hero-actions{grid-template-columns:1fr 1fr}.wedding-copy h2{font-size:40px}.comfort-feature h2{font-size:40px}}
@media(max-width:374px){.hero-photo{height:285px}.hero h1{font-size:38px}.hero-lead{font-size:14px}.wedding-copy h2{font-size:26px}.wedding-copy .button{font-size:9px}.comfort-feature h2{font-size:31px}.product-info h3{font-size:11px}.price{font-size:13px}}
.mobile-title{display:none}
@media(max-width:767px){
 .desktop-title{display:none}.mobile-title{display:inline}
 .wedding-copy>.eyebrow,.comfort-feature>.eyebrow{display:block}
 .wedding-copy .eyebrow{margin-bottom:22px}
 .wedding-copy h2{font-size:clamp(29px,7.7vw,40px);max-width:65%}
 .wedding-copy .button{margin-top:17px}
 .comfort-feature{min-height:267px}
 .comfort-feature>div:not(.comfort-photo){margin-top:auto}
 .comfort-feature h2{font-size:31px;max-width:96%;line-height:1.02}
 .comfort-feature .link{margin-top:9px}
 .comfort-feature:after{background:linear-gradient(90deg,#23231f 0%,rgba(35,35,31,.88) 28%,rgba(35,35,31,.05) 72%),linear-gradient(0deg,#23231f 0%,#23231f 44%,transparent 70%)}
 .store-teaser{grid-template-columns:1fr}
 .store-picture{height:190px;min-height:190px}
 .store-teaser-copy{padding:23px 22px}
 .store-teaser-copy h2{font-size:33px;line-height:1.04}
 .store-teaser-copy p{font-size:13px;line-height:1.65}
 .store-teaser-copy p br{display:none}
 .store-teaser-copy .link{font-size:12px;margin-top:12px}
 .store-teaser-copy .eyebrow{font-size:8px}
}
@media(max-width:374px){.wedding-copy h2{font-size:27px}.comfort-feature h2{font-size:28px}.store-picture{height:169px}}
.wedding-photo img{object-fit:contain;object-position:right bottom}
.occasion-picture img{object-position:center top}
@media(prefers-contrast:more){:root{--muted:#3e3e3a;--line:#82827b}:root[data-theme=dark]{--muted:#e4e4dd;--line:#acaca4}.button.secondary,.pill{border-width:2px}}
@media(prefers-reduced-transparency:reduce){.header{background:var(--paper);backdrop-filter:none;-webkit-backdrop-filter:none}.dialog::backdrop{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(0,0,0,.72)}}

/* Catalog v3: keep complete product photos and make every category reachable. */
.category-nav{display:flex;flex-wrap:wrap;gap:8px;padding:0 0 26px;border-bottom:1px solid var(--line)}
.category-link{display:flex;align-items:center;gap:12px;min-height:44px;padding:10px 15px;border:1px solid var(--line);font-size:12px;border-radius:2px;white-space:nowrap}
.category-link small{font-size:10px;opacity:.55}.category-link.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}
.catalog-controls{flex-wrap:wrap}.catalog-tabs{min-width:0;max-width:100%}.catalog-control-right{margin-left:auto}
.product-image,.catalog-grid .product-image{aspect-ratio:3/4;background:#efebe5}
.product-image img,.catalog-grid .product-image img{width:100%;height:100%;object-fit:contain}
.product-info h3{min-height:2.8em}.product-card .price{margin-top:5px}
.product-page-picture .large-image{aspect-ratio:3/4;background:#efebe5;width:100%}
.product-page-picture .large-image img,.quick-image img{object-fit:contain;width:100%;height:100%}
.quick-image{aspect-ratio:3/4;background:#efebe5}.product-category-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.product-category-links a{font-size:11px;text-decoration:underline;text-underline-offset:4px;min-height:30px;padding-block:6px}
.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:28px;margin:35px 0;font-size:13px}
.photo-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:30px}
.gallery-item{padding:0;aspect-ratio:3/4;overflow:hidden;background:var(--line);width:100%}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover img{transform:scale(1.03)}
.home-gallery{padding-bottom:60px}.home-gallery .photo-gallery{margin-top:0}
.category-showcase{padding-top:10px;padding-bottom:60px}.category-photo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.category-photo img{aspect-ratio:3/4;object-fit:cover;width:100%}.category-photo span{display:block;font-size:13px;padding-top:12px}
.footer-nav{flex-wrap:wrap}.detail-color{margin-bottom:0}
@media(max-width:767px){
 .category-nav{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);overflow-x:auto;max-width:100%;padding-bottom:16px;gap:7px;scrollbar-width:thin}
 .category-link{font-size:11px;gap:9px;padding:9px 12px}.catalog-control-right{margin-left:0}
 .product-image,.catalog-grid .product-image{aspect-ratio:3/4}.product-info h3{font-size:12px;min-height:3em}
 .product-page-picture .large-image{aspect-ratio:3/4;max-height:70vh}.quick-image{aspect-ratio:1.1;max-height:45vh}
 .photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-gallery{padding-bottom:32px}
 .catalog-pagination{gap:15px}.catalog-pagination .button{padding:10px 14px;font-size:12px}
 .footer-nav{justify-content:flex-start;gap:5px 18px}.category-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 12px}.category-photo span{font-size:11px}.category-showcase{padding-bottom:32px}
}

/* UX audit: viewport-sized photos, quiet controls, explicit product facts. */
:where(button,a,input,summary):focus-visible{outline:1.5px solid #877967;outline-offset:3px}
html[data-input=pointer] :focus{outline:none}
.catalog-controls{margin-top:-1px;margin-bottom:18px;padding-block:14px;flex-wrap:nowrap}
.catalog-total{font-size:13px;white-space:nowrap}.filter-count{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:10px}
.sort-control{position:relative;min-width:174px;font-size:12px;z-index:6}
.sort-control summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;padding:10px 12px;cursor:pointer;list-style:none;border-radius:2px}
.sort-control summary::-webkit-details-marker{display:none}.sort-control summary svg{width:14px;height:14px;transform:rotate(90deg);transition:transform .2s}.sort-control[open] summary svg{transform:rotate(-90deg)}
.sort-control summary:hover,.sort-control[open] summary{background:var(--surface)}
.sort-options{position:absolute;top:calc(100% + 6px);right:0;min-width:210px;padding:6px;background:var(--paper);border:1px solid var(--line);box-shadow:0 12px 35px #00000012;border-radius:3px}
.sort-options button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:11px 12px;text-align:left;font-size:12px;gap:16px}.sort-options button:hover,.sort-options button[aria-pressed=true]{background:var(--surface)}.sort-options svg{width:16px;height:16px}
.filter-context{margin:0 0 22px!important;color:var(--muted);font-size:12px!important}
.filter-choice{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 14px;border:1px solid var(--line);border-radius:2px;font-size:12px;line-height:1.3}
.filter-choice:hover{border-color:var(--muted)}.filter-choice[aria-pressed=true]{border-color:var(--ink);background:var(--surface);box-shadow:inset 0 -2px 0 var(--ink)}
.filter-result{font-size:12px!important;line-height:1.6!important;min-height:38px}.filter-reset{min-height:44px;font-size:12px;text-decoration:underline;text-underline-offset:4px}
.filters-dialog .dialog-actions{position:sticky;bottom:0;background:var(--paper);padding-top:12px;margin-top:6px}.filters-dialog .dialog-body{padding:25px 28px 18px}.filter-group{margin-bottom:22px}
.product-media{display:flex;flex-direction:column;gap:10px;min-height:0;min-width:0;aspect-ratio:auto;position:relative;top:auto;background:transparent;overflow:visible;align-self:stretch;max-height:none}
.photo-stage{position:relative;flex:1;min-height:0;min-width:0;background:transparent;overflow:hidden;container-type:size}
.photo-frame{position:relative;width:fit-content;margin-inline:auto}
.product-media .large-image{display:block;width:auto;height:auto;aspect-ratio:auto;padding:0;background:transparent;overflow:hidden}
.product-media .large-image img{width:min(var(--photo-width,100cqw),100cqw,calc(100cqh * var(--photo-ratio,.75)));height:auto;aspect-ratio:var(--photo-ratio,auto);max-width:100cqw;max-height:100cqh;object-fit:contain}
.photo-stage .favorite-button,.viewer-stage .favorite-button{right:12px;top:12px;width:44px;height:44px;background:#f8f8f6ed;color:#242424}
.photo-stage .favorite-button:hover,.viewer-stage .favorite-button:hover{background:#fff}
.photo-thumbnails{display:flex;gap:8px;overflow-x:auto;flex:none;height:62px;padding:2px}
.photo-thumbnails button{flex:0 0 48px;height:58px;padding:2px;border:1px solid transparent;background:transparent}.photo-thumbnails button[aria-pressed=true]{border-color:var(--ink)}.photo-thumbnails img{width:100%;height:100%;object-fit:contain}
.photo-stage{touch-action:pan-y}
.product-photo-controls{display:flex;align-items:center;justify-content:center;gap:20px;height:40px;flex:none}
.product-photo-controls .icon-button{width:44px;height:40px}
.product-photo-counter{min-width:48px;text-align:center;font-size:12px;color:var(--muted)}
.product-media .photo-thumbnails{width:max-content;max-width:100%;align-self:center}
.product-page{padding-top:16px}.product-page .breadcrumb{margin-bottom:16px;font-size:11px;gap:10px;min-height:32px}
.product-page-grid{grid-template-columns:minmax(0,1fr) minmax(0,460px);gap:clamp(28px,4vw,64px);height:min(780px,calc(100dvh - 195px));min-height:0;align-items:stretch}
.product-page-grid,.product-page>.breadcrumb{max-width:1160px;margin-inline:auto}
.product-page .product-details{overflow:auto;min-height:0;padding:4px 8px 8px 0;scrollbar-width:thin}
.product-page .product-cta{width:340px;max-width:100%}
.product-page .product-facts{padding-bottom:18px;border-bottom:1px solid var(--line)}
.product-page .product-facts dt{font-size:11px}.product-page .product-facts dd{font-size:14px}
.product-page .product-browse{margin-top:18px}
.product-details .eyebrow{font-size:9px;margin-bottom:10px}.product-details h1,.quick-view .product-details h2{font-size:clamp(29px,2.7vw,42px);line-height:1.06;overflow-wrap:anywhere}
.detail-price,.quick-view .detail-price{font-size:20px;margin:13px 0 17px}
.product-facts{display:flex;flex-wrap:wrap;gap:20px 42px;margin:0}.product-facts dt{font-size:10px;color:var(--muted);margin-bottom:5px}.product-facts dd{display:flex;align-items:center;gap:8px;font-size:12px;margin:0}.product-category-links{margin-top:11px;gap:12px}
.product-details .size-section,.quick-view .size-section{margin-top:13px}.size-heading{font-size:12px}.size-heading button{min-height:32px}
.product-details .sizes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-top:6px;max-width:420px}
.product-details .size-button,.quick-view .size-button{min-width:0;height:36px;font-size:12px;padding:4px}
.product-details .product-cta,.quick-view .product-cta{margin-top:17px;gap:8px}.product-cta .button{min-height:44px;padding:10px 16px;font-size:12px}
.product-save-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 15px;margin-top:10px}.favorite-text{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 5px 0 0;font-size:12px}.favorite-text svg{width:19px;height:19px}.favorite-text[aria-pressed=true] svg{fill:currentColor}.favorite-text:hover span{text-decoration:underline;text-underline-offset:4px}
.product-details .detail-source{margin-top:9px;font-size:10px}.product-service-notes{margin-top:28px;padding-top:20px;max-width:850px}.product-related{margin-top:48px}
.dialog.quick-dialog{width:1080px;max-width:calc(100vw - 48px);height:min(840px,92dvh);max-height:92dvh;overflow:hidden}
.quick-dialog #dialog-content,.lightbox-dialog #dialog-content{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}
.quick-dialog .dialog-top,.lightbox-dialog .dialog-top{padding:10px 20px;min-height:62px}
.quick-view{height:100%;min-height:0;grid-template-columns:1fr 1fr;gap:26px;padding:22px;overflow:hidden}
.quick-view .product-details{min-height:0;overflow:auto;padding-right:6px;scrollbar-width:thin}
.quick-view .product-media{height:100%;max-height:none;aspect-ratio:auto}
.dialog.lightbox-dialog{--paper:#f8f8f6;--ink:#1b1b19;--muted:#6c6b66;--line:#deded8;--surface:#eeede8;width:1100px;max-width:calc(100vw - 40px);height:min(940px,94dvh);max-height:94dvh;background:var(--paper);color:var(--ink);border-color:var(--line);overflow:hidden}
.lightbox-dialog .dialog-top{background:var(--paper);color:var(--ink);border-color:var(--line)}
.lightbox-dialog .dialog-top .icon-button:hover{background:var(--surface)}
.dialog.lightbox-dialog::backdrop{background:rgba(55,52,47,.28);backdrop-filter:blur(4px)}
.viewer-body{display:flex;flex-direction:column;min-height:0;height:100%;padding:16px 24px 10px;gap:8px}
.viewer-stage{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;touch-action:pan-y}
.viewer-stage .lightbox-image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;margin:0}
.viewer-navigation{display:flex;align-items:center;justify-content:center;gap:24px;height:44px;flex:none}.viewer-counter{font-size:12px;min-width:45px;text-align:center;color:var(--muted)}
.look-directions{display:flex;flex-wrap:wrap;gap:10px 22px;padding-top:12px}.look-directions a{min-height:44px;font-size:12px;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:4px}
@media(min-width:768px) and (max-height:780px){
 .product-page-grid{height:calc(100dvh - 180px)}.product-page{padding-top:8px}.product-page .breadcrumb{margin-bottom:8px}
 .product-details h1,.quick-view .product-details h2{font-size:30px}.product-details .eyebrow{margin-bottom:6px}.detail-price,.quick-view .detail-price{margin:9px 0 11px;font-size:18px}
 .product-details .size-section,.quick-view .size-section{margin-top:6px}.product-details .product-cta,.quick-view .product-cta{margin-top:12px}.product-details .detail-source{margin-top:4px}.product-save-row{margin-top:4px}.product-category-links{margin-top:5px}
 .quick-view{padding:16px;gap:22px}
}
@media(max-width:767px){
 .catalog-controls{gap:8px;flex-wrap:wrap}.catalog-total{font-size:12px}.catalog-control-right{gap:5px;margin-left:auto}.sort-control{min-width:154px}.sort-control summary{gap:8px;padding-inline:8px;font-size:11px}.filter-button{font-size:11px;padding-inline:3px;gap:5px}.catalog-summary{margin-bottom:16px}
 .product-page{padding-top:12px}.product-page .breadcrumb{margin-bottom:12px;font-size:10px;gap:6px}.product-page .breadcrumb>span{flex-basis:100%}
 .product-page-grid{height:auto;grid-template-columns:1fr;gap:22px}.product-page-picture{height:min(58dvh,520px);position:relative;top:0}.product-page .product-details{overflow:visible;padding:0}.product-page .product-cta{width:100%}
 .product-details h1,.quick-view .product-details h2{font-size:33px}.product-details .size-button,.quick-view .size-button{height:44px}.product-details .sizes{max-width:none}
 .product-details .detail-source{font-size:11px}.product-facts dd{font-size:13px}.product-service-notes{margin-top:24px;gap:12px}
 .dialog.quick-dialog{width:100%;max-width:100%;height:94dvh;max-height:94dvh;margin:0;margin-top:auto}.quick-dialog .dialog-top{padding:10px 16px;min-height:64px}
 .quick-view{display:block;overflow-y:auto;padding:16px 20px 26px}.quick-view .product-media{height:min(42dvh,380px);margin-bottom:22px}.quick-view .product-details{overflow:visible;padding:0}.quick-view .product-details h2{font-size:30px}
 .quick-view .product-media:has(.photo-thumbnails){height:min(58dvh,500px)}
 .dialog.lightbox-dialog{width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0;padding-bottom:env(safe-area-inset-bottom)}.lightbox-dialog .dialog-top{min-height:64px;border-radius:0;padding:10px 16px}.lightbox-dialog .dialog-top h2{font-size:11px}
 .viewer-body{padding:12px 12px 8px}.viewer-navigation{gap:30px}.filters-dialog .dialog-body{padding:22px 20px 16px}.filter-choice{font-size:12px;padding-inline:12px}
}
@media(min-width:768px) and (max-width:1023px){.product-page-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
@media(min-width:768px) and (min-height:781px){
 .product-page .detail-price{font-size:24px;margin-block:18px 24px}
 .product-page .product-details .size-section{margin-top:20px}
 .product-page .product-cta{margin-top:24px;gap:10px}
 .product-page .product-cta .button{min-height:48px;font-size:13px}
 .product-page .product-save-row .link{font-size:13px}
}
@media(max-width:359px){.catalog-controls{display:block}.catalog-total{display:block;margin-bottom:5px}.catalog-control-right{justify-content:space-between}.product-save-row{gap:0 12px}.product-save-row .link{font-size:11px}}
/* Keep the new lettering inside the mobile crop. */
@media(max-width:767px){.hero-photo{height:clamp(245px,80vw,410px)}.hero-photo img{object-position:right top}.catalog-control-right{flex-direction:row;align-items:center}}

/* Home content: shared editorial rhythm, September 2026. */
.hero-perks{display:flex;align-items:flex-start;flex-wrap:wrap;gap:16px 28px;margin-top:40px;max-width:52%}.hero-perk{display:flex;align-items:center;gap:9px;padding:4px 0;font-size:13px;text-align:left}.hero-perk svg{width:18px;height:18px;flex-shrink:0}.hero-perk-item>p,.hero-stock-caption{display:block;font-size:11px;line-height:1.4;letter-spacing:.02em;color:var(--muted);margin-top:8px}.hero-stock{align-items:flex-start}.hero-stock svg{margin-top:1px}
.founder-section{padding-top:68px;padding-bottom:64px}.founder-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);background:transparent;align-items:center}.founder-portrait{height:600px;min-height:0;display:flex;justify-content:center;align-items:center;background:transparent}.founder-portrait img{height:100%;width:auto;max-width:100%;object-fit:contain;border-radius:6px}.founder-copy{padding:36px clamp(30px,4vw,60px)}.founder-copy blockquote{font-family:var(--serif);font-size:clamp(24px,2.1vw,30px);font-style:italic;line-height:1.35;letter-spacing:-.02em;max-width:590px;padding-bottom:24px;border-bottom:1px solid var(--line)}.founder-copy strong{font-weight:600}.founder-signature{margin:24px 0 20px}.founder-signature h2{font-size:44px;line-height:1.08;margin:0 0 9px}.founder-signature p{font-size:13px;color:var(--muted)}.founder-story p{font-size:15px;line-height:1.75;margin-top:17px;max-width:580px;color:var(--ink)}.founder-copy>.link{font-size:13px;margin-top:25px}
.reviews-section{padding-block:58px 64px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.reviews-heading h2{margin-top:16px}.reviews-rating{display:flex;align-items:center;gap:18px;flex-shrink:0}.reviews-rating strong{font-family:var(--serif);font-size:64px;line-height:1;letter-spacing:-.045em}.reviews-rating p{font-size:12px;margin-top:5px}.rating-stars{font-size:17px;letter-spacing:3px;line-height:1.3;color:var(--ink);display:inline-block}.reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px)/3);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--line) transparent;padding-bottom:16px;overscroll-behavior-x:contain}.review-card{min-width:0;display:flex;flex-direction:column;scroll-snap-align:start;padding:27px 26px 23px;background:var(--surface-2);border:1px solid var(--line);min-height:308px}.review-card-top{display:flex;gap:13px;align-items:center;min-height:44px}.review-card .avatar{flex:none;width:40px;height:40px;font-size:13px;background:var(--paper);border:1px solid var(--line)}.review-card h3{font-size:15px;line-height:1.4;overflow-wrap:anywhere}.review-card time{display:block;font-size:11px;color:var(--muted);margin-top:4px}.review-card>.rating-stars{margin-top:21px;font-size:14px}.review-card blockquote{font-size:16px;line-height:1.7;margin:16px 0 25px;overflow-wrap:anywhere}.review-card-bottom{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:15px}.review-card-bottom>span{font-size:10px;color:var(--muted)}.review-card-bottom .link{font-size:12px;white-space:nowrap;gap:5px}.review-card-bottom svg{width:17px;height:17px}.reviews-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:13px}.reviews-bottom>p{font-size:11px}.review-navigation{display:flex;align-items:center;gap:10px}.review-navigation>.link{font-size:13px;margin-right:16px}.review-navigation>.icon-button{border:1px solid var(--line);border-radius:50%;width:40px;height:40px}
.visit-section{padding-top:62px;padding-bottom:65px}.visit-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:clamp(30px,4vw,64px);align-items:center}.visit-photo-column{min-width:0}.visit-photo{position:relative;width:100%;padding:0;display:block;background:var(--surface-2);overflow:hidden}.visit-photo img{width:100%;aspect-ratio:1.5;object-fit:cover;transition:transform .5s var(--ease)}.visit-photo:hover img{transform:scale(1.015)}.photo-expand{position:absolute;right:15px;bottom:15px;background:var(--paper);color:var(--ink);display:flex;gap:7px;align-items:center;padding:9px 13px;font-size:11px}.photo-expand svg{width:16px;height:16px}.visit-photo-note{font-size:10px;letter-spacing:.16em;text-transform:uppercase;margin-top:12px}.visit-copy h3{font-size:clamp(28px,2.7vw,40px);line-height:1.1;margin-top:17px}.visit-address{font-size:14px;margin-top:9px}.visit-details{display:grid;gap:13px;margin:22px 0;padding-block:20px;border-block:1px solid var(--line)}.visit-details>p,.visit-details>a{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--ink)}.visit-details svg{width:19px;height:19px}.visit-copy>p:not(.eyebrow):not(.visit-address){font-size:14px;line-height:1.8;max-width:440px}.visit-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.visit-actions .button{font-size:12px;min-height:48px;padding:13px 19px;gap:12px}.visit-links{display:flex;gap:22px;flex-wrap:wrap;margin-top:20px}.visit-links .link{font-size:12px}.visit-map{margin-top:28px;border:1px solid var(--line)}.map-placeholder{display:flex;align-items:center;gap:23px;padding:28px;background:var(--surface-2)}.map-placeholder>svg{width:34px;height:34px}.map-placeholder h3{font-size:16px}.map-placeholder p{font-size:13px;margin-top:5px}.map-placeholder .button{margin-left:auto;min-height:48px;font-size:13px}.visit-map iframe{display:block;border:0;width:100%;height:320px;background:var(--surface-2)}.map-content>p{padding:10px 20px;text-align:right}.map-content>p .link{font-size:12px}.store-visit{margin-top:40px}
.offer-dialog{width:1000px;max-height:92dvh;border-radius:8px}.offer-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);min-height:0}.offer-picture{background:transparent;min-height:0;height:min(700px,calc(92dvh - 74px));padding:24px 0 24px 24px;display:flex;align-items:center;justify-content:center}.offer-picture img{height:auto;width:auto;max-height:100%;max-width:100%;object-fit:contain;border-radius:6px}.offer-copy{padding:34px clamp(24px,3vw,44px);max-height:calc(92dvh - 74px);overflow-y:auto;align-self:center;overscroll-behavior:contain}.offer-copy>.offer-icon{width:30px;height:30px;margin-bottom:20px}.offer-copy .dialog-content-title{font-size:clamp(31px,3vw,43px);margin-bottom:22px}.offer-copy>p{font-size:14px;line-height:1.85;margin-top:16px}.offer-copy>.offer-lead{font-size:16px;color:var(--ink);line-height:1.6}.offer-copy>.button{margin-top:26px;min-height:50px;font-size:13px}.offer-copy>.offer-foot{font-size:11px;line-height:1.7}.service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:35px}.service-card{text-align:left;padding:0;min-width:0;background:transparent}.service-card>img{width:auto;max-width:100%;height:clamp(280px,32vw,420px);margin-inline:auto;object-fit:contain;background:transparent;border-radius:6px}.service-card>span{display:flex;flex-direction:column;align-items:flex-start;padding:25px}.service-card .serif{font-size:32px;line-height:1.12}.service-card .link{font-size:13px;margin-top:22px}
@media(min-width:768px) and (max-width:1100px){.founder-portrait{height:570px;min-height:0}.founder-copy{padding:28px}.founder-copy h2{font-size:34px}.founder-story p{font-size:14px}.reviews-track{grid-auto-columns:calc((100% - 16px)/2)}.visit-grid{grid-template-columns:1.1fr 1fr;gap:28px}.visit-photo img{aspect-ratio:1.1}.hero-perks{max-width:52%}.hero-perks{gap:13px 18px}.hero-perk{font-size:11px}}
@media(max-width:767px){
 .hero-perks{margin-top:23px;max-width:100%;width:100%;border-top:1px solid var(--line);padding-top:15px}.hero-perks{gap:12px 20px}.hero-perk{font-size:12px;gap:7px}.hero-perk-item>p,.hero-stock-caption{font-size:10px;margin-top:7px}
 .founder-section{padding-block:40px}.founder-grid{grid-template-columns:1fr}.founder-portrait{height:420px;min-height:0}.founder-copy{padding:29px 24px 33px}.founder-signature h2{font-size:38px;margin:0 0 9px}.founder-copy blockquote{font-size:24px}.founder-story p{font-size:14px;line-height:1.8}.founder-signature{margin-block:25px}.founder-copy>.link{font-size:12px}
 .reviews-section{padding-block:35px 30px}.reviews-heading{align-items:flex-start;flex-direction:column;gap:23px;margin-bottom:23px}.reviews-heading h2{font-size:34px}.reviews-rating{gap:14px}.reviews-rating strong{font-size:44px}.reviews-rating .rating-stars{font-size:14px}.reviews-rating p{font-size:11px}.reviews-track{grid-auto-columns:88%;gap:16px;padding-bottom:13px}.review-card{padding:23px 21px;min-height:300px}.review-card blockquote{font-size:15px}.review-card-bottom{flex-wrap:wrap;gap:8px}.reviews-bottom{align-items:flex-start;flex-direction:column;gap:13px}.review-navigation{width:100%}.review-navigation>.link{margin-right:auto}.reviews-bottom>p{font-size:10px}
 .visit-section{padding-block:38px 36px}.visit-section .section-head{gap:18px;align-items:flex-start;flex-direction:column;margin-bottom:23px}.visit-section .section-head h2{font-size:34px}.visit-section .section-head .link{font-size:12px}.visit-grid{grid-template-columns:1fr;gap:26px}.visit-photo img{aspect-ratio:1.5}.visit-copy h3{font-size:32px}.visit-details{margin-block:18px;padding-block:18px}.visit-copy>p:not(.eyebrow):not(.visit-address){font-size:14px}.visit-actions{margin-top:21px;display:grid;grid-template-columns:1fr 1fr}.visit-actions .button{font-size:11px;padding:12px 10px;gap:7px}.visit-links{gap:16px}.visit-links .link{font-size:11px}.visit-map{margin-top:25px}.map-placeholder{padding:23px 19px;gap:13px;flex-wrap:wrap}.map-placeholder>svg{width:26px;height:26px}.map-placeholder h3{font-size:14px}.map-placeholder p{font-size:11px}.map-placeholder .button{margin:6px 0 0;width:100%}.visit-map iframe{height:300px}
 .offer-dialog{max-width:calc(100vw - 20px);width:600px;max-height:92dvh;margin:auto;border-radius:8px}.offer-layout{grid-template-columns:1fr}.offer-picture{height:clamp(240px,37dvh,330px);padding:20px 20px 0}.offer-copy{padding:25px 23px 28px;overflow:visible;max-height:none}.offer-copy>.offer-icon{width:24px;height:24px;margin-bottom:16px}.offer-copy .dialog-content-title{font-size:34px;margin-bottom:20px}.offer-copy>.offer-lead{font-size:15px}.offer-copy>p{font-size:13px;margin-top:14px}.offer-copy>.offer-foot{font-size:11px}.service-cards{grid-template-columns:1fr;gap:25px}.service-card>img{height:320px;aspect-ratio:auto}.service-card>span{padding:23px}.service-card .serif{font-size:30px}
}
@media(max-width:359px){.hero-perks{gap:11px 15px}.hero-perk{font-size:11px}.hero-perk svg{width:16px;height:16px}.founder-copy{padding-inline:19px}.founder-copy h2{font-size:30px}.founder-portrait{height:360px}.visit-actions{grid-template-columns:1fr}.review-card{padding-inline:18px}.review-card h3{font-size:14px}.review-card .avatar{width:32px;height:32px}.map-placeholder{padding-inline:16px;gap:12px}.map-placeholder>svg{display:none}}

@media(max-width:767px){.benefit:nth-child(3){display:flex}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit{padding:18px 12px!important;min-height:157px}.benefit-title{font-size:12px}.benefit small{font-size:10px;line-height:1.5}}
@media(max-width:450px){.benefit-grid{grid-template-columns:1fr}.benefit{flex-direction:row;align-items:center;min-height:0;padding:18px 10px!important;border:0;border-bottom:1px solid var(--line);gap:20px}.benefit:last-child{border-bottom:0}.benefit svg{width:28px;height:28px}.benefit-title{font-size:14px}.benefit-title br{display:none}.benefit-title br:after{content:" "}.benefit small{font-size:12px;margin-top:3px}}
.review-card .avatar{position:relative;overflow:hidden;flex-shrink:0}.review-card .avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.reviews-heading h2{max-width:650px}.visit-map.is-open .map-placeholder{border-bottom:1px solid var(--line)}
.store-gallery-hint{font-size:11px;line-height:1.6;margin-top:13px}.store-gallery-hint+.visit-photo-note{display:none}
.store-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:10px;height:clamp(380px,37vw,530px)}.store-gallery-item{padding:0;min-width:0;min-height:0;text-align:left}.store-gallery-photo{position:relative;display:block;height:100%;overflow:hidden;border-radius:6px;background:var(--surface-2)}.store-gallery-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.store-gallery-item:hover img{transform:scale(1.025)}.store-gallery-zoom{position:absolute;right:10px;bottom:10px;display:grid;place-items:center;width:30px;height:30px;background:var(--paper);color:var(--ink);border-radius:50%}.store-gallery-zoom svg{width:16px;height:16px}.store-gallery-caption{display:block;margin-top:11px;font-size:12px;color:var(--muted)}
@media(max-width:767px){.store-gallery{height:clamp(280px,85vw,440px);gap:8px}.store-gallery-photo{height:100%;aspect-ratio:auto}.store-gallery-caption{font-size:11px;line-height:1.5;margin-top:8px}}

/* Discount offer: restrained typography, same paper/ink palette as the site. */
.promo-section{padding-block:22px 52px}
.promo-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);background:var(--surface-2);border-radius:6px;overflow:hidden}
.promo-copy{padding:clamp(30px,4vw,58px);align-self:center}
.promo-copy h2{font-size:clamp(34px,3.4vw,49px);line-height:1.08;margin-top:16px;max-width:690px}
.promo-description{font-size:15px;line-height:1.8;max-width:570px;margin-top:22px}
.promo-copy>.button{margin-top:27px}.promo-term{font-size:11px;line-height:1.6;margin-top:13px}
.promo-visual{position:relative;min-height:390px;overflow:hidden;background:transparent}
.promo-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}
.dialog.promo-dialog{width:600px;max-height:92dvh;border-radius:8px}
.promo-form-body{padding:28px 34px 34px}.promo-form-body>.eyebrow{font-size:9px}.promo-form-body .dialog-content-title{font-size:35px;line-height:1.1;margin-top:12px}
.promo-product{display:flex;align-items:center;gap:15px;margin-top:22px;padding-block:14px;border-block:1px solid var(--line)}
.promo-product img{height:65px;width:49px;object-fit:contain;background:var(--surface)}.promo-product p{font-size:13px;color:var(--ink);line-height:1.5}.promo-product span{display:block;font-size:11px;color:var(--muted);margin-top:5px}
.promo-preview-note{font-size:11px;line-height:1.65;margin-block:20px;color:var(--muted);padding-left:12px;border-left:2px solid var(--line)}
.promo-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.promo-fields label{font-size:12px;display:flex;flex-direction:column;gap:8px;min-width:0}
.promo-fields input{width:100%;min-width:0;height:48px;padding:12px;background:var(--paper);border:1px solid var(--line);border-radius:2px;font-size:15px;outline-offset:2px}
.promo-fields input::placeholder{color:var(--muted);font-size:12px}.promo-fields input:focus-visible{border-color:var(--ink)}
.promo-phone-field{position:relative;display:block}
.promo-phone-prefix{position:absolute;left:12px;top:0;height:48px;display:flex;align-items:center;font-size:15px;pointer-events:none}
.promo-fields .promo-phone-field input{padding-left:38px;font-variant-numeric:tabular-nums}
.promo-fields .promo-phone-field input::placeholder{font-size:15px}
.promo-channels{margin:24px 0 0;padding:0;border:0;display:flex;gap:10px;min-width:0}
.promo-channels legend{font-size:12px;margin-bottom:11px;padding:0}.promo-channels label{position:relative;flex:1;cursor:pointer}
.promo-channels input{position:absolute;opacity:0;width:1px;height:1px;left:50%;top:50%;margin:0;pointer-events:none}
.promo-channels label>span{display:flex;align-items:center;justify-content:center;min-height:44px;font-size:12px;border:1px solid var(--line);border-radius:2px;background:var(--paper)}
.promo-channels input:checked+span{background:var(--button);color:var(--button-text);border-color:var(--button)}
.promo-channels input:focus-visible+span{outline:2px solid var(--ink);outline-offset:3px}
.promo-consent{display:flex;align-items:flex-start;gap:11px;font-size:11px;line-height:1.7;margin-top:22px;cursor:pointer;color:var(--muted);padding-block:5px}
.promo-consent input{appearance:auto;accent-color:var(--ink);width:18px;height:18px;margin:1px 0 0;flex:none}
.promo-submit{margin-top:21px}.promo-submit:disabled{opacity:.6;box-shadow:none;transform:none;cursor:not-allowed}
.product-save-row .availability-link{font-size:12px;min-height:44px;padding:0}
.product-browse{margin-top:20px;padding-top:15px;border-top:1px solid var(--line)}
.product-browse>p{font-size:12px;color:var(--muted);line-height:1.5}
.product-browse>div{display:flex;flex-wrap:wrap;gap:0 20px;margin-top:4px}
.product-browse .link{font-size:12px;min-height:44px;gap:8px;white-space:nowrap}
.product-browse .link svg{width:16px;height:16px}
@media(min-width:768px) and (max-width:1100px){
 .promo-panel{grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr)}.promo-copy{padding:32px}.promo-copy h2{font-size:36px}.promo-description{font-size:14px}
}
@media(max-width:767px){
 .promo-section{padding-block:8px 32px}.promo-panel{grid-template-columns:1fr}.promo-copy{padding:28px 24px}
 .promo-copy h2{font-size:clamp(31px,7.8vw,42px);line-height:1.1}.promo-copy h2 br{display:none}
 .promo-description{font-size:14px;line-height:1.75;margin-top:18px}.promo-copy>.button{width:100%;margin-top:23px;padding-inline:12px}
 .promo-term{font-size:11px}.promo-visual{display:none}
 .dialog.promo-dialog{max-width:calc(100vw - 20px);width:580px;margin:auto;max-height:92dvh;border-radius:8px}
 .promo-dialog .dialog-top{border-radius:8px 8px 0 0}.promo-form-body{padding:24px 23px 28px}
 .promo-form-body .dialog-content-title{font-size:31px}.promo-fields{grid-template-columns:1fr;gap:17px}
 .promo-fields input{font-size:16px}.promo-channels{gap:8px}.promo-channels label>span{font-size:11px}.promo-consent{font-size:11px}
}
/* Tablet composition: keep the complete hero artwork and readable controls. */
@media(min-width:768px) and (max-width:1199px){
 .hero,.hero-inner{min-height:0}
 .hero-inner{display:flex;flex-direction:column;padding-top:0;padding-bottom:30px;align-items:flex-start}
 .hero-photo{position:relative;width:calc(100% + var(--gutter)*2);height:auto;aspect-ratio:3/2;margin-inline:calc(var(--gutter)*-1);right:auto;top:auto;z-index:0;mask-image:none;-webkit-mask-image:none}
 .hero-photo img{width:100%;height:100%;object-fit:contain;object-position:center}
 .hero h1{font-size:clamp(48px,5.5vw,64px);max-width:100%;line-height:1.04;margin-top:26px}
 .hero h1 span:nth-child(1),.hero h1 span:nth-child(2){display:inline}
 .hero h1 span:nth-child(1):after{content:' '}
 .hero h1 span:nth-child(3){display:block}
 .hero-lead{font-size:17px;max-width:none;margin-top:16px}
 .hero-lead br{display:none}
 .hero-actions{max-width:none;display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
 .hero-actions .button{font-size:13px;padding-inline:25px;min-height:48px}
 .hero-perks{width:100%;max-width:none;gap:14px 30px;margin-top:26px;padding-top:18px;border-top:1px solid var(--line)}
 .hero-perk{font-size:12px}.hero-stock-caption,.hero-perk-item>p{font-size:10px}
 .occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .occasion{display:grid;grid-template-columns:115px minmax(0,1fr)}
 .occasion-picture{height:105px}.occasion-caption{padding:16px;min-width:0}
 .occasion-title{font-size:12px}.occasion-caption p{font-size:11px}
 .occasion-caption .circle-arrow{width:32px;height:32px}
 .benefit{padding-inline:17px;gap:15px}.benefit-title{font-size:13px}.benefit small{font-size:11px}
 .feature-grid{grid-template-columns:1fr;gap:16px}
 .wedding-feature,.wedding-copy{min-height:350px}
 .wedding-copy{padding:30px}.wedding-copy h2{font-size:40px;max-width:52%}
 .wedding-copy .desktop-title{display:none}.wedding-copy .mobile-title{display:inline}
 .wedding-copy p{max-width:45%;font-size:12px}
 .wedding-copy .button{max-width:52%;font-size:11px;padding:12px;min-height:46px}
 .comfort-feature{min-height:300px;padding:30px;justify-content:space-between}
 .comfort-photo{left:35%}.comfort-photo img{object-position:center top}
 .comfort-feature:after{background:linear-gradient(90deg,#23231f 0%,rgba(35,35,31,.93) 40%,rgba(35,35,31,.1) 85%)}
 .comfort-feature h2{max-width:60%;font-size:37px}.comfort-feature p{max-width:55%;font-size:12px}
 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 17px}
 .category-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .reviews-heading h2{font-size:36px}.reviews-rating strong{font-size:50px}
 .visit-grid{grid-template-columns:1fr 1fr;gap:26px;align-items:center}
 .store-gallery{height:440px;gap:8px}
 .visit-copy h3{font-size:31px}.visit-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
 .visit-actions .button{font-size:11px;padding:12px 9px;gap:6px}
 .visit-links{gap:8px 18px}.visit-links .link{font-size:11px}
 .service-card>span{padding:20px 12px}.service-card .serif{font-size:29px}
}
@media(min-width:768px) and (max-width:900px){
 .hero-perks{max-width:none;gap:12px 28px}
 .hero-lead{font-size:16px}
 .benefit{flex-direction:column;align-items:flex-start;padding:12px 20px;gap:12px}
 .founder-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}
 .founder-copy{padding:24px}.founder-copy blockquote{font-size:24px}
 .reviews-heading{gap:20px}.reviews-heading h2{font-size:33px}
 .reviews-rating{gap:12px}.reviews-rating strong{font-size:44px}.reviews-rating .rating-stars{font-size:14px}
 .visit-grid{grid-template-columns:1fr;gap:28px}
 .store-gallery{height:400px}.visit-copy{max-width:none}
 .visit-copy>p:not(.eyebrow):not(.visit-address){max-width:600px}
 .visit-actions{display:flex}.visit-actions .button{font-size:12px;padding-inline:20px}
}
/* The homepage catalog reuses product cards and keeps category changes in place. */
.home-catalog{padding-top:14px;padding-bottom:64px}
.home-catalog .section-head{margin-bottom:16px}
.home-catalog .section-head>.link{font-size:14px;min-height:44px;gap:8px;white-space:nowrap}
.home-catalog-categories{display:flex;flex-wrap:wrap;gap:8px 30px;border-bottom:1px solid var(--line);margin-bottom:28px}
.home-category{position:relative;min-height:48px;padding:10px 0 15px;font-size:15px;color:var(--muted);transition:color .2s}
.home-category::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:transparent}
.home-category:hover,.home-category[aria-pressed=true]{color:var(--ink)}
.home-category[aria-pressed=true]::after{background:var(--ink)}
.home-catalog-footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;margin-top:32px}
.home-catalog-count{font-size:12px;line-height:1.7;color:var(--muted)}
.home-catalog-footer .button{grid-column:2;min-width:200px}
.home-catalog-footer .link{grid-column:3;justify-self:end}
.home-catalog [hidden]{display:none}
@media(max-width:767px){
 .home-catalog{padding-top:6px;padding-bottom:36px}
 .home-catalog .section-head>.link{font-size:12px}
 .home-catalog-categories{gap:0 20px;margin-bottom:22px}
 .home-category{font-size:13px;min-height:44px;padding:9px 0 12px}
 .home-catalog-footer{grid-template-columns:1fr;gap:14px;margin-top:25px}
 .home-catalog-count{text-align:center;font-size:11px}
 .home-catalog-footer .button,.home-catalog-footer .link{grid-column:1;justify-self:center}
 .home-catalog-footer .button{width:100%}
 .home-catalog-footer .link{font-size:12px}
 .home-intro .occasions{display:none}.home-intro .benefits{order:3}
}
.dialog.compact.contact-dialog{width:640px}
.contact-dialog .dialog-content-title{font-size:clamp(30px,3vw,40px);line-height:1.1;max-width:440px}
.contact-message-label{display:block;margin-top:22px;font-size:12px;color:var(--muted)}
.contact-dialog .message-preview{display:block;width:100%;max-width:100%;min-height:140px;max-height:280px;resize:vertical;border:1px solid var(--line);border-radius:0;margin-top:8px;font-family:var(--sans);font-size:14px;line-height:1.65;padding:16px;overflow-wrap:anywhere;white-space:pre-wrap}
.contact-messengers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.contact-actions .button{min-height:48px;padding:12px 14px;gap:10px;font-size:13px}
.contact-call>span{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:5px 12px}
.contact-call>span>span{font-size:12px;color:var(--muted);white-space:nowrap}
.contact-dialog .offer-foot{font-size:12px;line-height:1.7;margin-top:22px;padding-top:16px}
@media(max-width:767px){.dialog.compact.contact-dialog{width:100%}.contact-dialog .message-preview{font-size:16px;max-height:260px}.contact-messengers{grid-template-columns:1fr}.contact-actions .button{font-size:13px}}
.comfort-dialog{width:1100px}
.comfort-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start}
.comfort-layout .offer-picture{position:sticky;top:73px;height:min(700px,calc(92dvh - 74px))}
.comfort-article{max-height:none;overflow:visible;align-self:start;padding-block:36px}
.comfort-article>.eyebrow{font-size:10px;line-height:1.65;margin:0 0 15px}
.comfort-article .dialog-content-title{margin-bottom:20px}
.comfort-article>.offer-lead{font-size:15px;line-height:1.8;margin-top:0}
.comfort-story{margin-top:28px;counter-reset:comfort-step}
.comfort-story section{position:relative;padding:23px 0 24px 35px;border-top:1px solid var(--line);counter-increment:comfort-step}
.comfort-story section::before{content:counter(comfort-step,decimal-leading-zero);position:absolute;left:0;top:26px;font-size:10px;letter-spacing:.08em;color:var(--muted)}
.comfort-article h4{font-family:var(--sans);font-size:16px;line-height:1.5;color:var(--ink)}
.comfort-story p,.comfort-visit p{font-size:14px;line-height:1.8;margin-top:9px}
.comfort-visit{padding-top:24px;border-top:1px solid var(--line)}
.comfort-visit .button{margin-top:24px}
@media(max-width:767px){.comfort-layout{grid-template-columns:1fr}.comfort-layout .offer-picture{position:static;height:clamp(220px,32dvh,280px)}.comfort-article{padding:26px 23px 28px}.comfort-article .dialog-content-title{font-size:34px}.comfort-article>.offer-lead{font-size:14px}.comfort-story{margin-top:24px}.comfort-story section{padding-block:20px}.comfort-story section::before{top:23px}.comfort-story p,.comfort-visit p{font-size:14px}.comfort-article h4{font-size:16px}}

/* Compact category navigation below the full suit card. */
.product-complements .section-head{margin-bottom:20px}
.complement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.complement-card{display:grid;grid-template-columns:clamp(88px,9vw,132px) minmax(0,1fr) 20px;align-items:center;gap:20px;background:var(--surface-2);padding-right:20px;min-width:0;transition:background .2s}
.complement-card .complement-photo{width:100%;height:auto;aspect-ratio:1;object-fit:cover}
.complement-card>span{font-size:16px;line-height:1.5}
.complement-card>svg{width:20px;height:20px;transition:transform .2s}
.complement-card:hover{background:var(--surface)}
.complement-card:hover>svg{transform:translateX(3px)}
.product-alternatives .section-head>.link{flex-shrink:0}
@media(min-width:768px) and (max-width:1199px){
 .complement-grid{gap:12px}
 .complement-card{grid-template-columns:88px minmax(0,1fr) 18px;gap:12px;padding-right:12px}
 .complement-card>span{font-size:14px}
 .complement-card>svg{width:18px;height:18px}
}
@media(max-width:767px){
 .product-complements,.product-alternatives{margin-top:36px}
 .product-complements .section-head{margin-bottom:16px}
 .complement-grid{grid-template-columns:1fr;gap:10px}
 .complement-card{grid-template-columns:88px minmax(0,1fr) 20px;gap:18px;padding-right:18px}
 .complement-card>span{font-size:15px}
 .product-alternatives .section-head{flex-wrap:wrap;gap:6px 16px}
 .product-alternatives .section-head>.link{font-size:12px;min-height:36px}
}
@media(prefers-reduced-motion:reduce){.complement-card,.complement-card>svg{transition:none}.complement-card:hover>svg{transform:none}}

/* Reserve image geometry before the response; previews contain the same photo. */
img[data-photo]{background-size:contain;background-position:center;background-repeat:no-repeat}
.product-image img[data-photo],.hero-photo img[data-photo]{background-size:cover}
.photo-feedback{display:none;position:absolute;bottom:12px;left:12px;right:12px;text-align:center;pointer-events:none;font-size:12px;line-height:1.4;color:#242424}
.photo-frame:has(img[data-image-state="loading"]) .photo-feedback,.viewer-stage:has(img[data-image-state="loading"]) .photo-feedback,.photo-frame:has(img[data-image-state="error"]) .photo-feedback,.viewer-stage:has(img[data-image-state="error"]) .photo-feedback{display:block}
.photo-loading{display:inline-block;padding:8px 12px;background:#f8f8f6ed;border-radius:3px;animation:photo-status-in .2s .8s both}
.photo-retry{display:none;margin:auto;padding:10px 14px;min-height:44px;background:#f8f8f6f2;border:1px solid #deded8;border-radius:3px;pointer-events:auto;font-size:12px}
.photo-frame:has(img[data-image-state="error"]) .photo-loading,.viewer-stage:has(img[data-image-state="error"]) .photo-loading{display:none}
.photo-frame:has(img[data-image-state="error"]) .photo-retry,.viewer-stage:has(img[data-image-state="error"]) .photo-retry{display:block}
@keyframes photo-status-in{from{opacity:0}to{opacity:1}}

/* 3.10 — legal information and an explicit browser-settings choice. */
.footer-legal{display:grid;grid-template-columns:minmax(240px,1fr) 2fr;gap:26px;padding:25px 0;border-top:1px solid var(--line);font-size:12px;line-height:1.8;color:var(--muted)}
.footer-requisites p{margin:0}.footer-legal nav{display:flex;flex-wrap:wrap;align-content:start;gap:8px 24px}.footer-legal a,.footer-privacy-button{text-decoration:none;color:inherit;font-size:inherit;line-height:inherit;text-align:left;padding:0;border:0;background:none;cursor:pointer}.footer-legal a:hover,.footer-privacy-button:hover{color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.footer-bottom{align-items:flex-start;gap:24px}.footer-bottom p{margin:0}.footer-bottom .social-disclaimer{max-width:650px;font-size:10px;line-height:1.7}.instagram-link{position:relative}.instagram-link sup{position:absolute;right:2px;top:4px;font-size:12px}
.privacy-notice{position:fixed;z-index:110;inset:auto 24px 20px;margin:auto;max-width:1100px;background:var(--paper);color:var(--ink);border:1px solid var(--line);box-shadow:0 5px 35px #0002;padding:22px 26px;display:flex;gap:30px;align-items:center;justify-content:space-between;border-radius:6px}.privacy-notice h2{font-family:var(--sans);font-size:16px;letter-spacing:0;font-weight:500;margin:0 0 5px}.privacy-notice p{max-width:620px;font-size:12px;line-height:1.7;margin:0;color:var(--muted)}.privacy-notice a,.promo-consent a,.promo-terms a{text-decoration:underline;text-underline-offset:3px;color:var(--ink)}.privacy-actions{display:flex;gap:10px;flex:none;align-items:stretch}.privacy-actions .button{min-width:116px;min-height:44px;font-size:14px;padding:12px 16px;white-space:nowrap}
.legal-page{padding-block:55px 85px;max-width:1200px}.legal-page h1{max-width:950px;font-size:clamp(38px,5.2vw,70px);line-height:1.08;letter-spacing:-.045em;margin:18px 0 25px}.legal-lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px;margin-bottom:40px}.legal-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:55px;padding-top:30px;border-top:1px solid var(--line)}.legal-nav{display:flex;flex-direction:column;gap:12px;font-size:13px;align-self:start;position:sticky;top:110px;line-height:1.6}.legal-nav a{color:var(--muted)}.legal-nav [aria-current="page"]{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.legal-content{min-width:0;max-width:780px}.legal-content section+section{margin-top:34px}.legal-content h2{font-family:var(--sans);font-size:19px;line-height:1.5;letter-spacing:0;font-weight:500;margin:0 0 14px}.legal-content p{font-size:15px;line-height:1.85;margin:0 0 16px;overflow-wrap:break-word}.legal-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:100px}.legal-header .link{font-size:13px}.legal-footer{padding-block:25px;font-size:12px;color:var(--muted)}.legal-footer nav{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:20px}.legal-static .legal-nav{top:25px}
@media(max-width:1100px){.privacy-notice{gap:20px}.privacy-actions{flex-direction:column}.footer-legal{grid-template-columns:1fr 1.5fr}}
@media(max-width:767px){.footer-legal{grid-template-columns:1fr;gap:15px;font-size:11px;padding-block:22px}.footer-legal nav{gap:9px 20px}.footer-bottom{display:flex;flex-direction:column;gap:12px}.footer-bottom .social-disclaimer{font-size:9px}.privacy-notice{inset:auto 12px max(12px,env(safe-area-inset-bottom));padding:18px;display:block;max-height:75dvh;overflow:auto}.privacy-notice h2{font-size:15px}.privacy-notice p{font-size:11px}.privacy-actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.privacy-actions .button{font-size:14px;padding:10px 16px;white-space:normal}.privacy-actions .button:only-child{grid-column:1/-1}.legal-page{padding-block:30px 48px}.legal-page h1{font-size:40px}.legal-lead{font-size:15px;margin-bottom:24px}.legal-layout{grid-template-columns:1fr;gap:28px;padding-top:20px}.legal-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:9px 18px;font-size:11px}.legal-content h2{font-size:17px}.legal-content p{font-size:14px}.legal-header{min-height:80px}.legal-header .link{font-size:11px}.legal-header .brand-logo{width:75px}.legal-footer nav{gap:10px 18px}}
@media print{.legal-nav,.legal-header .link,.privacy-notice{display:none!important}.legal-layout{display:block}.legal-page{max-width:none;padding:0}.legal-page h1{font-size:30pt}.legal-content{max-width:none}.legal-content h2{break-after:avoid}.legal-content p{orphans:3;widows:3}}
/* Live cabinet integration */
.promo-trap{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.promo-code{font-size:clamp(40px,7vw,76px);letter-spacing:.14em;line-height:1.2;margin:24px 0}.promo-result{padding:24px 0}.promo-form-body .error{color:#9b352f;font-size:14px}.cms-custom{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-block:70px}.cms-custom>img{width:100%;max-height:600px;object-fit:contain}.cms-custom:has(>div:only-child){display:block}.cms-custom p{white-space:pre-line;line-height:1.8;margin:25px 0}.product-description{line-height:1.75;color:var(--muted)}[data-cms-block][hidden]{display:none!important}@media(max-width:767px){.cms-custom{grid-template-columns:1fr;gap:25px;padding-block:35px}}

.promo-terms{font-size:12px;color:var(--muted);line-height:1.6;margin:12px 0}.promo-terms a{text-decoration:underline;text-underline-offset:3px}.legal-content a,.legal-lead a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}

/* Catalog selections are independent of garment categories. */
.occasion-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px}.occasion-tab{display:inline-flex;align-items:center;min-height:42px;padding:10px 18px;border:1px solid var(--line);border-radius:30px;font-size:12px;transition:background .15s,color .15s}.occasion-tab:hover{border-color:var(--ink)}.occasion-tab.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}
@media(max-width:767px){.occasion-nav{gap:7px;margin-bottom:18px}.occasion-tab{font-size:11px;padding:10px 13px;min-height:44px}}

/* Keep catalog navigation geometry stable as selection counts change. */
.catalog-page .category-link small{display:inline-block;width:3.5ch;flex:0 0 3.5ch;text-align:right;font-variant-numeric:tabular-nums}
.catalog-results:focus{outline:none}

/* 4.5.11 — labeled contacts and orderly footer navigation. */
.footer:has(.footer-content){padding-top:32px}
.footer-brand-row{display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:30px;padding-bottom:28px;border-bottom:1px solid var(--line)}
.footer-brand-row .brand-logo{width:116px}
.footer-store{font-size:13px;line-height:1.6}.footer-store p{margin:5px 0 0;color:var(--muted)}
.footer-phone{display:flex;flex-direction:column;gap:5px;min-height:44px}.footer-phone span{font-size:11px;color:var(--muted)}.footer-phone strong{font-size:18px;font-weight:500;white-space:nowrap}
.footer-columns{display:grid;grid-template-columns:1fr 1fr .85fr 1.45fr;gap:32px;padding:28px 0}
.footer-section{min-width:0}.footer-section h2{font-family:var(--sans);font-size:12px;line-height:1.4;font-weight:500;letter-spacing:.04em;color:var(--muted);margin:0 0 10px}
.footer-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none}.footer-disclosure>summary::-webkit-details-marker{display:none}.footer-disclosure>summary>svg{display:none;width:16px;height:16px;flex:none}.footer-disclosure[open]>summary>svg{transform:rotate(45deg)}
.footer-links{display:grid;align-content:start;gap:0}.footer-links>a,.footer-links>button{display:flex;align-items:center;min-height:36px;padding:7px 0;font-size:13px;line-height:1.55;text-align:left;color:var(--ink);text-decoration:none;overflow-wrap:break-word}
.footer-links>a:hover,.footer-links>button:hover,.footer-store a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-links .footer-external{gap:8px;justify-content:space-between;max-width:220px}.footer-external .footer-app-icon{width:20px;height:20px;flex:none;color:currentColor}.footer-external sup{font-size:9px;margin-left:2px}
.footer-owner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;border-top:1px solid var(--line)}
.footer-owner .footer-requisites{font-size:11px;line-height:1.8;color:var(--muted)}.footer-requisites p>span{display:inline-block;margin-right:14px}
.footer-owner .theme-switch{display:inline-flex;align-items:center;gap:7px;padding:8px 0;min-height:44px;font-size:11px;white-space:nowrap;color:var(--muted)}.footer-owner .theme-switch svg{width:16px;height:16px}
.footer-fineprint{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:16px;font-size:10px;line-height:1.7;color:var(--muted)}.footer-fineprint p{margin:0}
@media(max-width:1100px){.footer-columns{grid-template-columns:1fr 1fr;gap:26px 44px}.footer-brand-row{grid-template-columns:120px 1fr auto;gap:20px}.footer-links .footer-external{max-width:240px}.footer-site .footer-links{grid-template-columns:1fr 1fr;column-gap:18px}}
@media(max-width:600px){
  .footer:has(.footer-content){padding-top:24px}
  .footer-brand-row{grid-template-columns:1fr auto;gap:18px;padding-bottom:20px}.footer-brand-row .brand-logo{width:100px}.footer-store{grid-column:1/-1;grid-row:2;font-size:12px}.footer-store p{margin-top:2px}.footer-phone strong{font-size:15px}.footer-phone span{font-size:10px}
  .footer-columns{gap:22px 20px;padding:22px 0}.footer-section h2{font-size:12px;margin-bottom:6px}.footer-links>a,.footer-links>button{font-size:12px;min-height:44px;padding:9px 0}.footer-links .footer-external{gap:4px;max-width:none}.footer-external .footer-app-icon{width:18px;height:18px}
  .footer-site,.footer-documents{grid-column:1/-1;border-top:1px solid var(--line);padding-top:0}.footer-site .footer-links{column-gap:20px}.footer-documents .footer-links{grid-template-columns:1fr}
  .footer-disclosure>summary{min-height:44px;padding:12px 0 0}.footer-disclosure>summary h2{margin:0;color:var(--ink)}.footer-disclosure>summary>svg{display:block}.footer-disclosure[open]>.footer-links{padding-top:8px}.footer-documents{margin-top:-12px}
  .footer-owner{align-items:flex-start;gap:8px;flex-direction:column;padding-top:18px}.footer-owner .footer-requisites{font-size:10px}.footer-owner .theme-switch{min-height:36px;font-size:10px}
  .footer-fineprint{grid-template-columns:1fr;gap:12px;margin-top:10px;font-size:9px;line-height:1.7}
}
@media(max-width:359px){.footer-columns{column-gap:14px}.footer-links .footer-external{align-items:flex-start}.footer-external svg{margin-top:4px}.footer-phone strong{font-size:14px}}

/* 4.5.12 — one catalog entry and a compact navigation drawer. */
.menu-dialog .dialog-top{padding:8px 20px;min-height:60px}
.menu-dialog .menu-links{padding:10px 22px 0}
.menu-dialog .menu-links a{font-size:clamp(22px,6vw,24px);line-height:1.2;min-height:48px;padding:10px 0;gap:16px}
.menu-dialog .menu-links a svg{width:19px;height:19px;flex:none}
.menu-dialog .menu-links a[aria-current="page"] span{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.menu-dialog .menu-bottom{padding:18px 22px max(18px,env(safe-area-inset-bottom))}
.menu-dialog .menu-bottom>.button{min-height:44px;padding:10px 14px;font-size:12px}
.menu-dialog .menu-contact{margin-top:16px}
.menu-dialog .menu-contact p{margin:0;font-size:11px;line-height:1.65;color:var(--muted)}
.menu-contact p>span{display:block}
.menu-contact>a{display:flex;align-items:center;gap:8px;min-height:44px;font-size:12px}
.menu-contact>a svg{width:15px;height:15px;flex:none}
.menu-dialog .menu-bottom .theme-switch{margin-top:4px;font-size:11px;min-height:36px}
@media(max-width:359px){.menu-dialog .dialog-top{padding-inline:16px}.menu-dialog .menu-links{padding-inline:18px}.menu-dialog .menu-bottom{padding-inline:18px}}

/* 4.6.2 — final heading choices, with the selected hero sizing retained. */
.hero h1{font-family:'Manrope',Arial,sans-serif;font-weight:400;font-size:clamp(66px,5.8vw,84px);line-height:1.12;letter-spacing:-.025em;max-width:64%}
.wedding-copy h2,.comfort-feature h2,.promo-copy h2,.founder-signature h2{line-height:1.12;letter-spacing:-.025em}
@media(min-width:768px) and (max-width:1199px){.hero h1{font-size:clamp(42px,5.2vw,60px);max-width:100%}}
@media(max-width:767px){.hero h1{font-size:clamp(30px,8.5vw,60px);max-width:100%;line-height:1.14;letter-spacing:-.025em}}

.privacy-options{border:0;background:none;color:var(--ink);font:inherit;font-size:12px;min-height:44px;padding:10px 14px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
