/* Theme Name: Sevico Premium Collection | Version: 2.0.0 */
:root { --ink:#171713; --muted:#6f6c65; --paper:#fff; --warm:#f1eee8; --olive:#77735b; --line:#dedbd5; --serif:"Cormorant Garamond","Times New Roman",serif; --sans:"Montserrat",Arial,sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; color:var(--ink); background:var(--paper); font-family:var(--sans); font-size:16px; line-height:1.55; -webkit-font-smoothing:antialiased; }
body.menu-open { overflow:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.container-wide { width:min(1400px,calc(100% - 40px)); margin-inline:auto; }
.section { padding-block:88px; }
.skip-link { position:fixed; z-index:100; top:-60px; left:20px; padding:10px 14px; background:#fff; box-shadow:0 5px 20px #0002; }
.skip-link:focus { top:20px; }
.overline { margin:0 0 14px; color:var(--muted); font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; }
.announcement { display:flex; align-items:center; justify-content:center; gap:10px; min-height:30px; padding:6px 20px; color:#fff; background:var(--olive); font-size:.72rem; text-align:center; }
.announcement span { font-size:1rem; }
.site-header { background:#fff; }
.header-top { position:relative; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:72px; border-bottom:1px solid var(--line); }
.utility-nav,.header-actions { display:flex; align-items:center; gap:30px; }
.utility-nav { grid-column:1; }
.header-actions { grid-column:3; justify-content:flex-end; }
.utility-nav a,.header-actions a { font-size:.78rem; }
.utility-nav a:hover,.header-actions a:hover,.main-nav a:hover { opacity:.55; }
.brand { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
.brand img { width:126px; height:58px; object-fit:contain; mix-blend-mode:multiply; }
.main-nav { border-bottom:1px solid var(--line); }
.main-nav ul { display:flex; align-items:center; justify-content:center; gap:clamp(22px,3.3vw,52px); min-height:52px; margin:0; padding:0 20px; list-style:none; }
.main-nav a { font-size:.78rem; white-space:nowrap; transition:opacity .2s ease; }
.menu-toggle { display:none; width:42px; height:42px; padding:0; border:0; background:transparent; }
.menu-toggle span,.menu-toggle::before,.menu-toggle::after { display:block; width:24px; height:1px; margin:6px auto; background:currentColor; content:""; }
.hero { position:relative; width:100%; min-height:620px; max-height:850px; aspect-ratio:183/86; margin-top:18px; overflow:hidden; color:#fff; background:#e8dfd2; }
.hero__slide { position:absolute; inset:0; opacity:0; visibility:hidden; transition:opacity .75s ease,visibility .75s ease; }
.hero__slide.is-active { z-index:1; opacity:1; visibility:visible; }
.hero__image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:60% center; }
.hero__shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(18,18,15,.38),rgba(18,18,15,.06) 45%,rgba(18,18,15,.15)),linear-gradient(0deg,rgba(18,18,15,.25),transparent 55%); }
.hero__content { position:absolute; z-index:1; inset:0; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:50px 20px; text-align:center; }
.hero__content--left { align-items:flex-start; justify-content:center; width:min(100%,1440px); margin:auto; padding-inline:clamp(28px,7vw,120px); text-align:left; }
.hero__content--left .hero__kicker,.hero__content--left>p:not(.hero__kicker) { max-width:510px; }
.hero__kicker { margin:0 0 20px; font-size:.76rem; letter-spacing:.08em; text-transform:uppercase; }
.hero h1,.story-band h2,.collection-feature h2,.contact h2 { margin:0; font-family:var(--serif); font-weight:400; letter-spacing:-.035em; line-height:.94; }
.hero h1 { font-size:clamp(3.5rem,7vw,7.5rem); }
.hero__content>p:not(.hero__kicker) { max-width:560px; margin:24px 0 28px; font-size:1rem; }
.hero__slide--business .hero__image { object-position:center 56%; }
.hero__shade--business { background:linear-gradient(90deg,rgba(20,20,18,.9),rgba(20,20,18,.48) 56%,rgba(20,20,18,.28)); }
.hero__business-content { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:70px; height:100%; padding-block:70px; }
.hero__business-copy { display:flex; align-items:flex-start; flex-direction:column; }
.hero__business-copy h1 { max-width:750px; font-size:clamp(3.5rem,5.5vw,6.8rem); }
.hero__business-copy>p:not(.hero__kicker) { max-width:590px; margin:26px 0; color:rgba(255,255,255,.84); }
.hero__business-discount { display:flex; align-items:center; flex-direction:column; min-width:330px; padding:40px 34px; border:1px solid rgba(255,255,255,.4); background:rgba(20,20,18,.4); text-align:center; backdrop-filter:blur(5px); }
.hero__business-discount strong { color:#d8b46a; font-family:var(--serif); font-size:clamp(8rem,13vw,13rem); font-weight:400; letter-spacing:-.08em; line-height:.72; white-space:nowrap; }
.hero__business-discount span { margin-top:32px; color:#fff; font-size:.72rem; font-weight:600; letter-spacing:.2em; text-transform:uppercase; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 28px; border:1px solid var(--ink); background:transparent; font-size:.76rem; font-weight:500; letter-spacing:.04em; text-transform:uppercase; transition:color .25s,background .25s,transform .25s; }
.button:hover { transform:translateY(-2px); }
.button--light { border-color:#fff; background:#fff; color:var(--ink); }
.button--light:hover { background:transparent; color:#fff; }
.button--dark { background:var(--ink); color:#fff; }
.button--dark:hover { background:transparent; color:var(--ink); }
.hero__controls { position:absolute; z-index:5; left:50%; bottom:22px; display:flex; align-items:center; gap:9px; transform:translateX(-50%); }
.hero__dot { width:9px; height:9px; padding:0; border:1px solid rgba(255,255,255,.9); border-radius:99px; background:rgba(20,20,18,.28); box-shadow:0 0 0 1px rgba(20,20,18,.15); cursor:pointer; transition:width .25s ease,background .25s ease; }
.hero__dot.is-active { width:30px; background:#fff; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:34px; }
.section-heading h2 { margin:0; font-size:1.4rem; font-weight:400; }
.section-heading>a { padding-bottom:4px; border-bottom:1px solid var(--ink); font-size:.72rem; text-transform:uppercase; }
.section-heading--center h2 { font-family:var(--serif); font-size:clamp(2.8rem,5vw,5.4rem); letter-spacing:-.04em; }
.section-heading--center>p { max-width:420px; margin:0 0 8px; color:var(--muted); font-size:.88rem; }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.category-card__image { aspect-ratio:4/4.6; overflow:hidden; background:var(--warm); }
.category-card__image img { width:100%; height:100%; padding:26px; object-fit:contain; mix-blend-mode:multiply; transition:transform .5s ease; }
.category-card:hover img { transform:scale(1.045); }
.category-card h3 { margin:17px 0 3px; font-family:var(--serif); font-size:2rem; font-weight:400; }
.category-card>span { color:var(--muted); font-size:.7rem; text-transform:uppercase; }
.story-band { display:grid; grid-template-columns:1.12fr .88fr; min-height:720px; background:#e6e0d7; }
.story-band__media { overflow:hidden; }
.story-band__media img { width:100%; height:100%; object-fit:cover; }
.story-band__content { display:flex; align-items:flex-start; justify-content:center; flex-direction:column; padding:clamp(50px,8vw,130px); }
.story-band h2 { font-size:clamp(3.4rem,5.5vw,6.6rem); }
.story-band__content>p:not(.overline) { max-width:520px; margin:34px 0 26px; color:#57534b; }
.inspiration-gallery { padding-top:105px; padding-bottom:105px; }
.inspiration-gallery .section-heading { align-items:end; }
.inspiration-gallery .section-heading>p { max-width:360px; margin:0; color:var(--muted); font-size:.88rem; }
.inspiration-gallery__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.inspiration-card { position:relative; min-height:470px; margin:0; overflow:hidden; background:var(--warm); }
.inspiration-card img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.inspiration-card:first-child { background:#242421; }
.inspiration-card:first-child img { object-fit:contain; }
.inspiration-card:hover img { transform:scale(1.035); }
.inspiration-card figcaption { position:absolute; right:0; bottom:0; left:0; padding:26px 24px; background:linear-gradient(transparent,rgba(12,12,10,.72)); color:#fff; font-family:var(--serif); font-size:clamp(1.5rem,2.2vw,2.35rem); }
.text-link { display:inline-flex; gap:18px; padding-bottom:5px; border-bottom:1px solid currentColor; font-size:.75rem; font-weight:500; text-transform:uppercase; }
.products { padding-bottom:110px; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.product-card { display:block; }
.product-card__image { position:relative; display:block; aspect-ratio:4/5; overflow:hidden; background:#f4f2ee; }
.product-card__image img { width:100%; height:100%; padding:30px; object-fit:contain; mix-blend-mode:multiply; transition:transform .5s ease; }
.product-card:hover .product-card__image img { transform:scale(1.045); }
.badge { position:absolute; z-index:1; top:12px; left:12px; padding:7px 10px; background:#fff; font-size:.62rem; text-transform:uppercase; }
.product-card__info { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-top:16px; }
.product-card__info small { display:block; margin:0 0 3px; color:var(--muted); font-size:.68rem; text-transform:uppercase; }
.product-card__title { display:block; font-family:var(--serif); font-size:1.55rem; font-weight:400; line-height:1.1; }
.product-card__info strong { font-size:.86rem; font-weight:500; white-space:nowrap; }
.product-card__meta { display:block; margin-top:6px; color:var(--muted); font-size:.72rem; }
.collection-feature { display:grid; grid-template-columns:.85fr 1.25fr .9fr; width:100vw; max-width:100vw; min-height:650px; margin-top:100px; margin-left:calc(50% - 50vw); background:var(--warm); }
.collection-feature__copy { display:flex; align-items:flex-start; justify-content:center; flex-direction:column; padding:55px; }
.collection-feature h2 { font-size:clamp(2.8rem,4vw,5.2rem); }
.collection-feature__copy>p:not(.overline) { margin:28px 0; color:var(--muted); font-size:.9rem; }
.collection-feature__image { overflow:hidden; }
.collection-feature__image img { width:100%; height:100%; object-fit:cover; }
.collection-feature__products { display:grid; grid-template-rows:1fr 1fr; background:#fff; }
.collection-feature__products a { display:grid; grid-template-columns:56% 1fr; grid-template-rows:auto auto auto; align-content:center; column-gap:20px; padding:24px; border:1px solid var(--line); }
.collection-feature__products img { grid-row:1/4; justify-self:center; width:100%; max-width:330px; height:clamp(260px,17vw,330px); object-fit:contain; mix-blend-mode:multiply; transform:scale(1.08); }
.collection-feature__products p { margin:0 0 8px; color:var(--muted); font-size:.78rem; letter-spacing:.05em; text-transform:uppercase; }
.collection-feature__products h3 { margin:0; font-family:var(--serif); font-size:clamp(1.75rem,1.8vw,2.2rem); font-weight:500; line-height:1.05; }
.collection-feature__products strong { margin-top:18px; font-size:1.05rem; font-weight:600; }
.contact { display:grid; grid-template-columns:1.1fr .75fr 1.2fr; gap:clamp(32px,4vw,70px); }
.contact__heading { min-width:0; }
.contact h2 { max-width:590px; font-size:clamp(3rem,3.8vw,4.6rem); letter-spacing:-.015em; line-height:1; }
.contact h2 em { white-space:nowrap; }
.contact__details { display:flex; justify-content:center; flex-direction:column; }
.contact__details>div { padding:18px 0; border-bottom:1px solid var(--line); }
.contact__details span,.contact-form label>span { display:block; margin-bottom:4px; color:var(--muted); font-size:.68rem; text-transform:uppercase; }
.contact__details a,.contact__details p { margin:0; font-family:var(--sans); font-size:1.05rem; font-weight:500; letter-spacing:.01em; line-height:1.45; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:24px 18px; padding:38px; background:var(--warm); }
.contact-form label { display:block; }
.contact-form input:not([type="hidden"]),.contact-form textarea { width:100%; padding:10px 0; border:0; border-bottom:1px solid #aaa49a; outline:0; background:transparent; }
.contact-form input:focus,.contact-form textarea:focus { border-color:var(--ink); }
.contact-form textarea { min-height:100px; resize:vertical; }
.contact-form__wide { grid-column:1/-1; }
.contact-form__honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; opacity:0!important; pointer-events:none!important; }
.contact-form__status { margin:0; color:var(--ink); font-size:.85rem; line-height:1.5; }
.contact-form__status--error { color:#9b2d2d; }
.contact-dialog { width:min(440px,calc(100% - 32px)); padding:0; border:0; background:var(--warm); box-shadow:0 20px 65px rgba(0,0,0,.24); }
.contact-dialog::backdrop { background:rgba(23,23,20,.48); }
.contact-dialog__content { padding:34px; }
.contact-dialog h3 { margin:8px 0 24px; font-family:var(--display); font-size:2rem; font-weight:400; line-height:1.05; }
.contact-dialog label>span { display:block; margin-bottom:4px; color:var(--muted); font-size:.68rem; text-transform:uppercase; }
.contact-dialog input { width:100%; padding:10px 0; border:0; border-bottom:1px solid #aaa49a; outline:0; background:transparent; }
.contact-dialog__actions { display:flex; gap:14px; align-items:center; margin-top:28px; }
.button--text { padding:0; border:0; background:transparent; color:var(--ink); text-decoration:underline; text-underline-offset:4px; cursor:pointer; }
.contact-form .button { justify-self:start; }
.contact-form__consent { display:flex!important; align-items:flex-start; gap:10px; color:var(--muted); font-size:.73rem; line-height:1.55; }
.contact-form .contact-form__consent input { flex:0 0 auto; width:16px; height:16px; padding:0; border:0; margin:2px 0 0; accent-color:var(--ink); }
.contact-form__consent span { display:inline!important; margin:0!important; color:inherit!important; font-size:inherit!important; text-transform:none!important; }
.contact-form__consent a { color:var(--ink); text-decoration:underline; text-underline-offset:3px; }
.legal-page { max-width:900px; padding-bottom:120px; }
.legal-page h1 { margin:0 0 24px; font-family:var(--serif); font-size:clamp(3.2rem,6vw,6.4rem); font-weight:400; letter-spacing:-.045em; line-height:1.08; }
.legal-page__intro { margin:0 0 60px; color:var(--muted); font-size:.85rem; }
.legal-page section { padding:30px 0; border-top:1px solid var(--line); }
.legal-page h2 { margin:0 0 14px; font-family:var(--serif); font-size:2rem; font-weight:500; }
.legal-page p { max-width:760px; margin:0 0 14px; color:#4f4b44; line-height:1.72; }
.legal-page p:last-child { margin-bottom:0; }
.legal-page a,.site-footer nav a { border-bottom:1px solid currentColor; }
.cookie-overlay { position:fixed; z-index:70; inset:0; display:grid; place-items:center; padding:24px; background:rgba(22,21,18,.52); }
.cookie-overlay:not(.is-ready) { visibility:hidden; }
.cookie-overlay[hidden] { display:none; }
.cookie-modal { position:relative; width:min(100%,960px); padding:34px 32px 32px; background:#fffdf9; box-shadow:0 24px 80px rgba(20,18,13,.26); }
.cookie-modal[hidden] { display:none; }
.cookie-modal h2 { margin:0 0 18px; font-family:var(--sans); font-size:1.55rem; font-weight:600; }
.cookie-modal p { max-width:830px; margin:0 0 8px; color:#4f4b44; font-size:.88rem; line-height:1.6; }
.cookie-modal>a { display:inline-block; margin-top:14px; color:var(--ink); font-size:.82rem; text-decoration:underline; text-underline-offset:3px; }
.cookie-modal__actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:14px; margin-top:32px; }
.cookie-modal__actions .button { min-height:44px; padding:0 20px; }
.button--outline { border:1px solid #aaa49a; background:transparent; color:var(--ink); }
.cookie-modal__actions--right { margin-top:26px; }
.cookie-modal__close { position:absolute; top:18px; right:20px; width:38px; height:38px; border:0; border-radius:50%; background:#f0efec; color:var(--ink); font-size:1.4rem; cursor:pointer; }
.cookie-choice { display:flex; align-items:flex-start; gap:12px; padding:18px 0; border-top:1px solid var(--line); }
.cookie-choice:first-of-type { margin-top:22px; }
.cookie-choice input { flex:0 0 auto; width:22px; height:22px; margin:2px 0 0; accent-color:var(--ink); }
.cookie-choice span { display:grid; gap:6px; }
.cookie-choice strong { font-size:.9rem; }
.cookie-choice small { max-width:730px; color:#4f4b44; font-size:.8rem; line-height:1.55; }
.cookie-choice--locked input { opacity:.75; }
.breadcrumbs { display:flex; align-items:center; gap:10px; padding-block:28px; color:var(--muted); font-size:.7rem; text-transform:uppercase; }
.breadcrumbs a { color:var(--ink); }
.product-detail { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr); gap:clamp(50px,7vw,115px); padding-bottom:100px; }
.product-detail__gallery>p { margin:15px 0 0; color:var(--muted); font-size:.7rem; }
.product-detail__image { position:relative; display:grid; place-items:center; min-height:650px; overflow:hidden; outline:0; background:#f4f2ee; }
.product-detail__image:focus-visible { box-shadow:inset 0 0 0 2px var(--ink); }
.product-detail__image img { width:100%; height:650px; padding:55px; object-fit:contain; mix-blend-mode:multiply; }
.product-gallery__arrow { position:absolute; z-index:2; top:50%; display:grid; place-items:center; width:48px; height:48px; padding:0; border:1px solid var(--line); border-radius:50%; background:rgba(255,255,255,.94); cursor:pointer; transform:translateY(-50%); transition:background .2s,color .2s,transform .2s; }
.product-gallery__arrow:hover { background:var(--ink); color:#fff; transform:translateY(-50%) scale(1.05); }
.product-gallery__arrow--prev { left:20px; }
.product-gallery__arrow--next { right:20px; }
.product-gallery__counter { position:absolute; z-index:2; right:18px; bottom:16px; padding:7px 10px; background:rgba(255,255,255,.92); font-size:.65rem; letter-spacing:.06em; }
.product-gallery__thumbs { display:flex; gap:10px; margin-top:12px; padding-bottom:5px; overflow-x:auto; scrollbar-width:thin; }
.product-gallery__thumbs button { flex:0 0 88px; width:88px; height:98px; padding:5px; border:1px solid transparent; background:#f4f2ee; cursor:pointer; opacity:.68; transition:border-color .2s,opacity .2s; }
.product-gallery__thumbs button:hover,.product-gallery__thumbs button.is-active { border-color:var(--ink); opacity:1; }
.product-gallery__thumbs img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.product-detail__summary { display:flex; align-items:flex-start; justify-content:center; flex-direction:column; padding-block:36px; }
.product-detail__summary h1 { margin:0; font-family:var(--serif); font-size:clamp(3.6rem,5.5vw,6.4rem); font-weight:400; letter-spacing:-.045em; line-height:.88; }
.product-detail__lead { max-width:580px; margin:30px 0 0; color:var(--muted); font-size:.92rem; }
.product-detail__price { margin:26px 0; font-family:var(--sans); font-size:1.65rem; font-weight:500; font-variant-numeric:tabular-nums; letter-spacing:-.025em; }
.product-specs { width:100%; margin:0 0 32px; border-top:1px solid var(--line); }
.product-specs>div { display:grid; grid-template-columns:130px 1fr; gap:20px; padding:13px 0; border-bottom:1px solid var(--line); }
.product-specs dt { color:var(--muted); font-size:.68rem; text-transform:uppercase; }
.product-specs dd { margin:0; font-size:.82rem; }
.product-detail__cta { min-width:260px; }
.product-detail__contact { margin:22px 0 0; color:var(--muted); font-size:.72rem; line-height:1.7; }
.product-detail__contact a { color:var(--ink); border-bottom:1px solid var(--ink); }
.product-inquiry { padding-block:80px; background:#fff; scroll-margin-top:90px; }
.product-inquiry[hidden] { display:none; }
.product-inquiry__inner { display:grid; grid-template-columns:minmax(260px,.7fr) minmax(520px,1fr); gap:clamp(45px,8vw,120px); align-items:start; max-width:1200px; }
.product-inquiry__heading h2 { margin:8px 0 16px; font-family:var(--serif); font-size:clamp(3rem,5vw,5rem); font-weight:400; line-height:.95; }
.product-inquiry__heading>p:last-child { max-width:390px; color:var(--muted); line-height:1.6; }
.product-promise { padding-block:64px; background:var(--warm); }
.product-promise>div { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
.product-promise>div>div { padding:12px clamp(20px,4vw,55px); border-right:1px solid #d2cec6; }
.product-promise>div>div:last-child { border-right:0; }
.product-promise span { color:var(--muted); font-size:.9rem; font-weight:500; letter-spacing:.06em; }
.product-promise h2 { margin:20px 0 12px; font-family:var(--serif); font-size:clamp(2.35rem,2.7vw,3.1rem); font-weight:400; line-height:1.05; }
.product-promise p { margin:0; color:var(--muted); font-size:1rem; line-height:1.55; }
.product-back { text-align:center; }
.product-back h2 { margin:0 0 25px; font-family:var(--serif); font-size:clamp(3rem,5vw,5rem); font-weight:400; letter-spacing:-.04em; }
.product-back .text-link { justify-content:center; }
.site-footer { padding:44px 0; border-top:1px solid var(--line); }
.site-footer>div { display:flex; align-items:center; gap:28px; }
.site-footer img { width:112px; height:52px; object-fit:contain; mix-blend-mode:multiply; }
.site-footer p { margin:0 auto 0 0; color:var(--muted); font-size:.78rem; }
.site-footer nav { margin-left:auto; font-size:.72rem; }
.site-footer span { color:var(--muted); font-size:.72rem; }
@media (max-width:1050px) {
  .utility-nav { display:none; }
  .header-top { grid-template-columns:1fr auto; }
  .brand { position:static; justify-self:start; transform:none; }
  .header-actions { display:none; }
  .menu-toggle { display:block; justify-self:end; position:relative; z-index:31; }
  .main-nav { position:fixed; z-index:30; inset:30px 0 0; display:grid; place-items:center; background:rgba(255,255,255,.98); opacity:0; visibility:hidden; transition:opacity .25s,visibility .25s; }
  .main-nav.is-open { opacity:1; visibility:visible; }
  .main-nav ul { flex-direction:column; gap:28px; }
  .main-nav a { font-family:var(--serif); font-size:1.7rem; }
  .product-grid { grid-template-columns:repeat(2,1fr); gap:42px 18px; }
  .product-detail { grid-template-columns:1fr 1fr; gap:36px; }
  .product-detail__image { min-height:520px; }
  .product-detail__image img { height:520px; padding:35px; }
  .collection-feature { grid-template-columns:1fr 1fr; }
  .collection-feature__products { grid-column:1/-1; grid-template-columns:1fr 1fr; grid-template-rows:none; }
  .contact { grid-template-columns:1fr 1fr; }
  .contact-form { grid-column:1/-1; }
}
@media (max-width:700px) {
  .container-wide { width:min(100% - 24px,1400px); }
  .section { padding-block:64px; }
  .announcement { min-height:36px; font-size:.66rem; }
  .header-top { min-height:62px; }
  .brand img { width:105px; height:50px; }
  .hero { min-height:590px; max-height:none; aspect-ratio:auto; margin-top:12px; }
  .hero__image { object-position:68% center; }
  .hero__shade { background:rgba(18,18,15,.32); }
  .hero h1 { font-size:clamp(3rem,15vw,4.7rem); }
  .hero__content>p:not(.hero__kicker) { max-width:330px; font-size:.88rem; }
  .hero__content--left { align-items:center; padding-inline:24px; text-align:center; }
  .section-heading { display:block; }
  .section-heading>a,.section-heading--center>p { display:block; margin-top:18px; }
  .category-grid { grid-template-columns:repeat(2,1fr); gap:34px 10px; }
  .category-card__image { aspect-ratio:1/1.2; }
  .category-card h3 { font-size:1.55rem; }
  .story-band { grid-template-columns:1fr; }
  .story-band__media { min-height:440px; }
  .story-band__content { padding:64px 24px 72px; }
  .story-band h2 { font-size:clamp(3rem,14vw,4.4rem); }
  .inspiration-gallery { padding-top:72px; padding-bottom:72px; }
  .inspiration-gallery__grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  .inspiration-card { min-height:280px; }
  .inspiration-card figcaption { padding:16px; font-size:1.35rem; }
  .product-grid { grid-template-columns:repeat(2,1fr); gap:34px 10px; }
  .product-card__image { aspect-ratio:4/5.4; }
  .product-card__image img { padding:15px; }
  .product-card__info { display:block; }
  .product-card__title { font-size:1.25rem; }
  .product-card__info strong { display:block; margin-top:8px; }
  .breadcrumbs { overflow:auto; white-space:nowrap; }
  .product-detail { grid-template-columns:1fr; gap:26px; padding-bottom:64px; }
  .product-detail__image { min-height:430px; }
  .product-detail__image img { height:430px; padding:28px; }
  .product-gallery__arrow { width:42px; height:42px; }
  .product-gallery__arrow--prev { left:10px; }
  .product-gallery__arrow--next { right:10px; }
  .product-gallery__thumbs button { flex-basis:72px; width:72px; height:82px; }
  .product-detail__summary { padding-block:18px; }
  .product-detail__summary h1 { font-size:clamp(3.2rem,15vw,4.7rem); }
  .product-detail__cta { width:100%; }
  .product-inquiry__inner { grid-template-columns:1fr; gap:32px; }
  .product-promise>div { grid-template-columns:1fr; }
  .product-promise>div>div { padding:30px 0; border-right:0; border-bottom:1px solid #d2cec6; }
  .product-promise>div>div:last-child { border-bottom:0; }
  .collection-feature { grid-template-columns:1fr; margin-top:70px; }
  .collection-feature__copy { padding:54px 24px; }
  .collection-feature__image { min-height:500px; }
  .collection-feature__products { grid-column:auto; grid-template-columns:1fr; }
  .hero__slide--business .hero__image { object-position:66% center; }
  .hero__shade--business { background:rgba(20,20,18,.68); }
  .hero__business-content { grid-template-columns:1fr; align-content:center; gap:26px; padding-block:44px; text-align:center; }
  .hero__business-copy { align-items:center; }
  .hero__business-copy h1 { font-size:clamp(2.7rem,12vw,4.2rem); }
  .hero__business-copy>p:not(.hero__kicker) { max-width:410px; margin:18px 0; font-size:.8rem; }
  .hero__business-discount { width:100%; min-width:0; padding:22px 16px; }
  .hero__business-discount strong { font-size:clamp(5.5rem,26vw,8rem); }
  .hero__business-discount span { margin-top:20px; }
  .contact { grid-template-columns:1fr; gap:42px; }
  .contact h2 { max-width:none; font-size:clamp(3rem,13vw,4.4rem); }
  .contact h2 em { white-space:normal; }
  .contact-form { grid-column:auto; grid-template-columns:1fr; padding:28px 20px; }
  .contact-form__wide { grid-column:auto; }
  .site-footer>div { align-items:flex-start; flex-direction:column; gap:8px; }
  .site-footer p { margin:0; }
  .site-footer nav { margin-left:0; }
  .cookie-overlay { padding:14px; }
  .cookie-modal { max-height:calc(100vh - 28px); overflow:auto; padding:26px 20px 22px; }
  .cookie-modal h2 { padding-right:38px; font-size:1.35rem; }
  .cookie-modal__actions { align-items:stretch; flex-direction:column; gap:10px; margin-top:24px; }
  .cookie-modal__actions .button { width:100%; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms!important; } }
