:root { --ink:#181816; --paper:#f4f1ea; --cream:#e7e1d5; --clay:#ca7357; --line:rgba(24,24,22,.17); --serif:"Playfair Display", Georgia, serif; --sans:Manrope, sans-serif; --mono:"DM Mono", monospace; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--sans); } button, input { font:inherit; } button { cursor:pointer; } a { color:inherit; text-decoration:none; }
.header { height:82px; padding:0 clamp(20px,5vw,76px); display:flex; align-items:center; justify-content:space-between; border:0; background:rgba(244,241,234,.94); position:sticky; top:0; z-index:10; backdrop-filter:blur(9px); } .logo { font:600 29px/1 var(--serif); letter-spacing:-.08em; } .logo span { font-style:italic; } .logo-dot { color:var(--clay); } .nav { display:flex; gap:28px; margin-left:75px; } .nav a, .header-actions { font-size:12px; font-weight:700; } .nav a { position:relative; } .nav a:hover::after { content:""; position:absolute; left:0; right:0; bottom:-6px; height:1px; background:var(--ink); } .header-actions { display:flex; align-items:center; gap:14px; } .icon-button { appearance:none; border:0; background:transparent; height:36px; width:28px; position:relative; padding:5px; } .icon-button svg { width:19px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; } .favourites-count { background:var(--clay); color:#fff; border-radius:50%; display:none; position:absolute; top:-2px; right:-3px; width:15px; height:15px; font:9px/15px var(--mono); } .bag-button { border:1px solid var(--ink); background:transparent; border-radius:30px; padding:9px 13px; font-size:11px; font-weight:800; } .bag-button span { color:var(--clay); margin-left:4px; }
.search-panel[hidden] { display:none!important; } .search-panel { max-width:none; margin:0; padding:18px clamp(20px,5vw,76px) 19px; display:flex; align-items:end; gap:16px; background:#fffaf0; border-bottom:1px solid rgba(24,24,22,.08); position:sticky; top:64px; z-index:9; } .search-panel label { flex:1; } .search-panel span { display:block; font:10px var(--mono); text-transform:uppercase; margin-bottom:8px; } .search-panel input { width:100%; background:transparent; border:0; border-bottom:1px solid var(--ink); padding:8px 0; outline:0; font-size:16px; } .close-search { border:0; background:none; font-size:28px; }
.hero { min-height:590px; display:grid; grid-template-columns:42% 58%; max-width:1420px; margin:auto; padding:clamp(45px,8vw,120px) clamp(20px,5vw,76px) 68px; overflow:hidden; } .hero-copy { padding:28px 0; align-self:center; z-index:1; } .eyebrow { font:500 10px/1 var(--mono); text-transform:uppercase; letter-spacing:.12em; margin:0 0 18px; color:#6a665f; } h1,h2 { margin:0; font-family:var(--serif); font-weight:500; letter-spacing:-.065em; } h1 { font-size:clamp(52px,6.5vw,95px); line-height:.9; } h1 em { color:var(--clay); } .hero-text { max-width:365px; margin:30px 0; font-size:14px; line-height:1.65; } .button { display:inline-flex; gap:20px; align-items:center; padding:15px 18px; font-size:11px; font-weight:800; } .button-dark { background:var(--ink); color:var(--paper); } .button-dark span { color:#df8c70; font-size:17px; }
.hero-gallery { position:relative; height:465px; margin-left:14%; } .hero-image { position:absolute; overflow:hidden; box-shadow:0 20px 42px rgba(43,34,27,.13); background:#d7d0c3; } .hero-image img { width:100%; height:100%; object-fit:cover; display:block; } .hero-image-large { width:min(390px,68%); height:100%; right:10%; top:0; transform:rotate(2.4deg); } .hero-image-small { width:190px; height:245px; bottom:5px; left:0; transform:rotate(-5deg); } .hero-note { position:absolute; right:0; bottom:21px; font:italic 18px/1.25 var(--serif); margin:0; transform:rotate(-4deg); }
.collection-section,.featured-section,.catalog-section,.promise { max-width:1420px; margin:auto; padding:100px clamp(20px,5vw,76px); } .collection-section { background:#f4f1ea; max-width:none; } .collection-section>* { max-width:1268px; margin-left:auto; margin-right:auto; } .section-heading,.catalog-top { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:36px; } h2 { font-size:clamp(37px,4.2vw,62px); line-height:.98; } .text-link { font-size:12px; font-weight:800; border-bottom:1px solid; padding-bottom:5px; white-space:nowrap; } .text-link span { color:var(--clay); font-size:16px; }
.collections-grid { display:grid; grid-template-columns:1.1fr .9fr .9fr 1.1fr; gap:12px; } .collection-card { height:330px; position:relative; overflow:hidden; color:#fff; padding:23px; display:flex; flex-direction:column; justify-content:end; isolation:isolate; } .collection-card::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 46%,rgba(0,0,0,.55)); z-index:-1; } .collection-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; transition:transform .5s ease; } .collection-card:hover img { transform:scale(1.04); } .collection-card span { font:500 28px/1 var(--serif); } .collection-card small { font:10px var(--mono); margin-top:8px; text-transform:uppercase; }
.featured-section { overflow:hidden; } .feature-tabs { display:flex; border-bottom:1px solid var(--line); margin-bottom:28px; gap:28px; } .feature-tabs button { background:none; border:0; border-bottom:2px solid transparent; padding:0 0 12px; font-size:12px; font-weight:800; color:#7a756e; } .feature-tabs .active { border-color:var(--clay); color:var(--ink); } .featured-products { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.product-card { min-width:0; text-align:left; background:none; border:0; padding:0; position:relative; font-family:var(--sans); } .product-image { aspect-ratio: .78; background:#e7e2d9; overflow:hidden; position:relative; } .product-image img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; } .product-card:hover .product-image img { transform:scale(1.025); } .heart { position:absolute; top:10px; right:9px; width:31px; height:31px; border:0; background:rgba(244,241,234,.86); border-radius:50%; font-size:16px; color:var(--ink); } .heart.active { color:var(--clay); } .product-info { padding:12px 0 3px; } .product-info p { margin:0; } .product-title { font-size:12px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .product-meta { color:#706c65; margin-top:5px!important; font:10px var(--mono); } .product-price { margin-top:8px!important; font-size:12px; font-weight:800; }
.catalog-section { padding-top:100px; } .catalog-description { color:#716d65; font-size:13px; margin:15px 0 0; } .filter-toggle,.sort-button { border:1px solid var(--line); background:transparent; padding:11px 14px; font-size:11px; font-weight:800; } .filter-toggle span,.sort-button span { color:var(--clay); margin-left:14px; } .filters { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:22px 0; display:flex; gap:48px; align-items:center; } .filter-group { display:flex; align-items:center; gap:15px; } .filter-group p { font-size:10px; margin:0; text-transform:uppercase; font-family:var(--mono); } .color-options,.category-options { display:flex; gap:7px; flex-wrap:wrap; } .color-filter { width:19px; height:19px; border-radius:50%; padding:0; border:2px solid transparent; outline:1px solid rgba(0,0,0,.18); } .color-filter.active { border-color:var(--paper); outline:2px solid var(--ink); } .category-filter { padding:7px 9px; border:1px solid var(--line); background:transparent; font-size:10px; } .category-filter.active { background:var(--ink); color:var(--paper); border-color:var(--ink); } .reset-filters { margin-left:auto; border:0; background:transparent; border-bottom:1px solid; padding:3px 0; font-size:10px; font-weight:700; } .catalog-meta { display:flex; align-items:center; justify-content:space-between; padding:22px 0; font:10px var(--mono); text-transform:uppercase; } .catalog-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:34px 18px; }
.promise { background:var(--ink); max-width:none; color:var(--paper); padding-top:72px; padding-bottom:70px; } .promise>* { max-width:1268px; margin-left:auto; margin-right:auto; } .promise .eyebrow { color:#ada79c; } .promise h2 { color:#e69373; } .promise-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; border-top:1px solid rgba(244,241,234,.22); margin-top:45px; padding-top:19px; } .promise-grid p { font-size:12px; line-height:1.7; margin:0; } .promise-grid b { display:block; color:#e69373; font:10px var(--mono); margin-bottom:9px; } footer { background:var(--ink); border-top:1px solid rgba(244,241,234,.18); color:var(--paper); padding:25px clamp(20px,5vw,76px); display:flex; align-items:center; justify-content:space-between; gap:20px; } footer p,footer>a { margin:0; font-size:10px; color:#b9b3a9; } footer .logo { color:var(--paper); }
.product-modal { border:0; padding:0; width:min(960px,94vw); max-height:92vh; background:var(--paper); color:var(--ink); box-shadow:0 20px 80px rgba(0,0,0,.35); } .product-modal::backdrop { background:rgba(23,22,19,.62); backdrop-filter:blur(3px); } .modal-close { position:absolute; z-index:2; right:13px; top:12px; border:0; width:36px; height:36px; border-radius:50%; background:var(--paper); font-size:25px; line-height:1; } .modal-content { display:grid; grid-template-columns:55% 45%; min-height:540px; } .modal-visual { background:#e4ded3; padding:25px; display:flex; align-items:center; justify-content:center; } .modal-visual img { max-width:100%; max-height:620px; display:block; box-shadow:0 14px 31px rgba(0,0,0,.12); } .modal-copy { padding:55px 44px 35px; } .modal-copy h3 { margin:8px 0 10px; font:500 38px/1.02 var(--serif); letter-spacing:-.05em; } .modal-code { font:10px var(--mono); color:#777168; } .modal-price { font-size:18px; font-weight:800; margin:26px 0; } .size-selector { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0 25px; } .size-selector button { border:1px solid var(--line); background:transparent; padding:10px; font:11px var(--mono); } .size-selector button.active { background:var(--ink); color:var(--paper); } .add-to-bag { width:100%; background:var(--ink); color:var(--paper); border:0; padding:16px; font-size:12px; font-weight:800; } .modal-details { margin-top:27px; border-top:1px solid var(--line); padding-top:19px; color:#5f5a53; font-size:12px; line-height:1.7; }
@media (max-width:800px) { .nav { display:none; } .header { height:68px; } .header-actions { gap:5px; } .bag-button { padding:8px 10px; } .hero { min-height:0; display:block; padding-top:54px; } .hero-gallery { height:370px; margin:35px 0 0; } .hero-image-large { right:6%; } .hero-image-small { width:135px; height:180px; } .collections-grid { grid-template-columns:1fr 1fr; } .collection-card,.collection-card-wide { height:250px; } .collections-grid .collection-card-wide { grid-column:span 2; } .featured-products,.catalog-grid { grid-template-columns:repeat(2,1fr); gap:24px 11px; } .collection-section,.featured-section,.catalog-section { padding-top:68px; padding-bottom:68px; } .filters { display:block; } .filter-group { margin-bottom:16px; align-items:flex-start; flex-direction:column; gap:8px; } .reset-filters { margin-left:0; } .promise-grid { grid-template-columns:1fr; gap:19px; } footer { align-items:flex-start; flex-direction:column; } .modal-content { grid-template-columns:1fr; } .modal-visual { min-height:340px; } .modal-copy { padding:30px 25px; } }

/* Compact store header and the new footer use a deliberately calmer shop rhythm. */
.header { height:64px; }
.logo { font:800 20px/1 var(--sans); letter-spacing:.015em; }
.header-actions { gap:10px; }
.icon-button { width:34px; height:34px; }
.favourites-count { top:-4px; right:-6px; width:17px; height:17px; font:9px/17px var(--mono); text-align:center; box-shadow:0 0 0 2px var(--paper); }
.favourites-button.is-active { color:var(--clay); }
.collection-section { padding:0; }
.collection-section { scroll-margin-top:64px; }
#catalog { scroll-margin-top:64px; }
.collection-section>* { max-width:none; }
.sections-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:0; width:100%; }
.sections-grid a { flex:0 0 25%; min-width:0; min-height:clamp(230px,22vw,340px); padding:16px; border:0; display:grid; align-items:end; position:relative; overflow:hidden; color:var(--ink); background:var(--paper); }
.sections-grid img { width:100%; height:100%; position:absolute; inset:0; z-index:0; object-fit:cover; transform:scale(1.001); transition:transform .55s cubic-bezier(.2,.7,.2,1); }
.sections-grid span { min-width:0; justify-self:start; position:relative; z-index:1; padding:.28em .42em .23em; color:var(--ink); background:var(--paper); font:500 clamp(22px,2.15vw,32px)/.94 var(--serif); letter-spacing:-.055em; text-shadow:none; transition:color .25s ease,background-color .25s ease; }
.sections-grid a:hover,.sections-grid a:focus-visible,.sections-grid a.is-active { outline:0; }
.sections-grid a:hover img,.sections-grid a:focus-visible img,.sections-grid a.is-active img { transform:scale(1.04); }
.sections-grid a:hover span,.sections-grid a:focus-visible span,.sections-grid a.is-active span { color:var(--paper); background:var(--ink); }
.back-to-top { display:flex; justify-content:flex-end; padding:23px clamp(20px,5vw,76px); border:0; background:var(--paper); font:500 10px var(--mono); text-transform:uppercase; }
.catalog-meta-sort { justify-content:flex-end; padding-top:0; }
.catalog-pagination { display:flex; align-items:center; justify-content:center; gap:18px; padding:44px 0 8px; font:10px var(--mono); text-transform:uppercase; }
.catalog-pagination button { border:1px solid var(--line); background:transparent; padding:10px 13px; font:10px var(--mono); text-transform:uppercase; }
.catalog-pagination button:disabled { cursor:not-allowed; opacity:.34; }
.modal-visual { align-content:center; flex-wrap:wrap; gap:14px; }
.modal-visual .modal-interior { max-height:490px; }
.modal-fragment { width:116px; position:relative; background:var(--paper); padding:5px 5px 20px; box-shadow:0 8px 20px rgba(0,0,0,.12); }
.modal-fragment img { width:100%; height:82px; object-fit:cover; display:block; box-shadow:none; }
.modal-fragment span { position:absolute; left:6px; bottom:5px; color:#656057; font:8px var(--mono); text-transform:uppercase; }
@media (max-width:800px) { .header { height:58px; } .header-actions { gap:4px; } #collections,#catalog { scroll-margin-top:58px; } .sections-grid a { flex-basis:50%; min-height:220px; padding:10px; } .sections-grid span { font-size:23px; } }

/* Hero: the artwork leads; the copy stays quiet and direct. */
.hero { max-width:none; min-height:calc(100dvh - 64px); height:calc(100dvh - 64px); margin:0; padding:0; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr); background:#323232; color:var(--paper); position:relative; overflow:hidden; }
.hero-copy { min-width:0; padding:clamp(44px,4.2vw,72px) clamp(28px,4vw,64px); align-self:stretch; display:flex; flex-direction:column; justify-content:center; border:0; }
.hero h1 { max-width:none; color:var(--paper); font-size:clamp(58px,5.25vw,96px); line-height:.86; letter-spacing:-.07em; }
.hero h1 em { color:#b94d43; font-size:.78em; font-weight:500; white-space:nowrap; }
.hero-text { max-width:370px; margin:38px 0 0; color:var(--paper); font-size:13px; line-height:1.75; }
.hero-visual { order:-1; min-width:0; min-height:0; position:relative; overflow:hidden; background:#91b3c3; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(105deg,rgba(31,91,121,.16),rgba(185,77,67,.05) 48%,transparent 70%); mix-blend-mode:multiply; pointer-events:none; }
.hero-visual>img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; object-position:center; filter:saturate(1.05) contrast(.98) brightness(1.2); transform:scale(1.06); animation:hero-reveal 1.1s cubic-bezier(.22,.8,.24,1) both; }
.hero-copy>* { animation:hero-copy-in .75s cubic-bezier(.22,.8,.24,1) both; }
.hero-copy h1 { animation-delay:.08s; }
.hero-copy .hero-text { animation-delay:.16s; }
@keyframes hero-reveal { from { opacity:0; transform:scale(1.11); } to { opacity:1; transform:scale(1.06); } }
@keyframes hero-copy-in { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:800px) { .hero { min-height:0; height:auto; margin:0; grid-template-columns:1fr; } .hero-copy { min-height:390px; padding:48px 20px 42px; border:0; } .hero h1 { font-size:clamp(58px,17vw,80px); } .hero-text { margin-top:28px; } .hero-visual { order:initial; min-height:500px; } }
@media (prefers-reduced-motion:reduce) { .hero-copy>*,.hero-visual>img { animation:none; } }

/* Catalog is a continuous image wall; product details remain in the modal. */
.catalog-section { max-width:none; padding:0 0 50px; }
.catalog-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; }
.product-card { display:block; overflow:hidden; }
.product-image { aspect-ratio:2/3; }
.product-image img { transform:scale(1.001); }
.product-card:hover .product-image img { transform:scale(1.025); }
.catalog-pagination { padding:22px 0 4px; }
.back-to-top { padding-top:12px; padding-bottom:12px; }

@media (max-width:800px) {
  .catalog-section { padding:0 0 34px; }
  .catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; }
  .search-panel { top:58px; }
}

/* Catalog cards stay minimal, but now lead into real product pages with visible pricing. */
.product-card { position:relative; }
.product-link { display:block; }
.heart { z-index:2; }
.product-price-badge { position:absolute; left:12px; top:12px; z-index:1; padding:8px 10px 7px; background:rgba(244,241,234,.9); color:var(--ink); font:500 10px/1 var(--mono); text-transform:uppercase; backdrop-filter:blur(8px); }
.product-caption { position:absolute; left:0; right:0; bottom:0; z-index:1; padding:48px 13px 13px; color:var(--paper); background:linear-gradient(transparent,rgba(15,15,14,.76)); opacity:0; transform:translateY(12px); transition:opacity .25s ease,transform .25s ease; }
.product-card:hover .product-caption,.product-card:focus-within .product-caption { opacity:1; transform:translateY(0); }
.product-caption p { margin:0; max-width:92%; font:700 13px/1.2 var(--sans); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.product-caption small { display:block; margin-top:6px; color:rgba(244,241,234,.75); font:500 9px/1.25 var(--mono); text-transform:uppercase; }
.product-caption strong { display:block; margin-top:11px; font:800 12px/1 var(--sans); }
.catalog-empty { grid-column:1/-1; min-height:260px; display:grid; place-items:center; margin:0; color:#6c665d; font-size:14px; text-align:center; }

/* Product pages share the storefront rhythm and keep room for future size variants. */
.product-page { padding:0 0 70px; }
.product-shell { max-width:1440px; margin:0 auto; padding:20px clamp(20px,4vw,64px) 0; }
.product-back { margin:0 0 18px; font:500 10px/1 var(--mono); text-transform:uppercase; }
.product-layout { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr); gap:28px; align-items:start; }
.product-gallery { min-width:0; position:sticky; top:84px; }
.product-main-figure { margin:0; background:#e8e2d6; aspect-ratio:2/3; overflow:hidden; }
.product-main-figure img { width:100%; height:100%; display:block; object-fit:cover; }
.product-thumbs { display:flex; gap:8px; flex-wrap:wrap; padding-top:12px; }
.product-thumb,.size-option { border:1px solid var(--line); background:transparent; color:var(--ink); padding:11px 13px 10px; font:500 10px/1 var(--mono); text-transform:uppercase; }
.product-thumb.is-active,.size-option.is-active { background:var(--ink); color:var(--paper); border-color:var(--ink); }
.product-copy { min-width:0; padding:14px 0 0; }
.product-copy h1 { font-size:clamp(42px,4.4vw,68px); line-height:.92; }
.product-lead { max-width:560px; margin:18px 0 0; color:#59544d; font-size:14px; line-height:1.75; }
.product-headline { display:grid; gap:16px; margin:28px 0 0; }
.product-price-main { margin:0; font:600 clamp(28px,2.6vw,38px)/1 var(--serif); letter-spacing:-.05em; }
.product-actions { display:grid; grid-template-columns:1fr auto; gap:8px; }
.product-favourite { border:1px solid var(--ink); background:transparent; color:var(--ink); padding:16px 18px; font-size:12px; font-weight:800; white-space:nowrap; }
.product-favourite.is-active { background:var(--clay); border-color:var(--clay); color:#fff; }
.product-size-panel,.product-copy-block { margin-top:28px; }
.product-panel-label { margin:0 0 12px; color:#706a62; font:500 10px/1 var(--mono); text-transform:uppercase; }
.product-size-options { display:flex; gap:8px; flex-wrap:wrap; }
.product-specs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:28px; }
.product-spec { padding:14px 15px 13px; border:1px solid var(--line); background:rgba(255,255,255,.35); }
.product-spec span { display:block; color:#716c64; font:500 10px/1 var(--mono); text-transform:uppercase; }
.product-spec strong { display:block; margin-top:10px; font-size:13px; line-height:1.55; }
.product-copy-text { margin:0; color:#4f4a43; font-size:14px; line-height:1.85; }
.product-tags { margin-top:24px; border-top:1px solid var(--line); padding-top:18px; }
.product-tags summary { cursor:pointer; list-style:none; font:500 10px/1 var(--mono); text-transform:uppercase; }
.product-tags summary::-webkit-details-marker { display:none; }
.product-tag-list { display:flex; gap:8px; flex-wrap:wrap; padding-top:14px; }
.product-tag-list span { padding:9px 11px 8px; background:#ebe4d8; font:500 10px/1 var(--mono); text-transform:uppercase; }
.product-shell-empty { min-height:calc(100dvh - 64px); display:grid; align-content:start; }
.product-empty { max-width:520px; padding-top:12vh; }

@media (max-width:800px) {
  .product-shell { padding-top:14px; }
  .product-layout { grid-template-columns:1fr; gap:18px; }
  .product-gallery { position:static; }
  .product-main-figure { aspect-ratio:2/3; }
  .product-copy { padding-top:0; }
  .product-copy h1 { font-size:clamp(34px,11vw,54px); }
  .product-actions { grid-template-columns:1fr; }
  .product-specs { grid-template-columns:1fr; }
  .product-price-badge { left:10px; top:10px; }
  .product-caption { opacity:1; transform:none; padding-top:56px; }
}

/* Cart and checkout are shared by catalog and product pages. */
body.cart-open { overflow:hidden; }
.cart-layer[hidden] { display:none!important; }
.cart-layer { position:fixed; inset:0; z-index:40; display:grid; justify-items:end; }
.cart-backdrop { position:absolute; inset:0; border:0; background:rgba(18,18,16,.42); backdrop-filter:blur(2px); }
.cart-drawer { position:relative; z-index:1; width:min(460px,100vw); height:100dvh; background:var(--paper); color:var(--ink); box-shadow:-28px 0 60px rgba(0,0,0,.24); display:flex; flex-direction:column; }
.cart-head { height:64px; padding:0 20px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.cart-head p { margin:0; font:800 14px/1 var(--sans); text-transform:uppercase; letter-spacing:.08em; }
.cart-head button { border:0; background:transparent; font-size:28px; line-height:1; }
.cart-body { flex:1; overflow:auto; padding:18px 20px 24px; }
.cart-list { display:grid; gap:12px; }
.cart-item { display:grid; grid-template-columns:82px 1fr auto; gap:12px; align-items:center; padding-bottom:12px; border-bottom:1px solid rgba(24,24,22,.1); }
.cart-item img { width:82px; height:104px; object-fit:cover; background:#e7e2d9; }
.cart-item p { margin:0; font-size:13px; font-weight:800; line-height:1.25; }
.cart-item small { display:block; margin-top:7px; color:#706c65; font:500 9px/1.3 var(--mono); text-transform:uppercase; }
.cart-item strong { display:block; margin-top:9px; font-size:12px; }
.cart-qty { display:grid; grid-template-columns:28px 28px 28px; align-items:center; border:1px solid var(--line); }
.cart-qty button { width:28px; height:28px; border:0; background:transparent; }
.cart-qty span { text-align:center; font:500 10px/1 var(--mono); }
.cart-total { display:flex; justify-content:space-between; align-items:center; margin:18px 0; padding:16px 0; border-top:1px solid var(--ink); border-bottom:1px solid var(--line); }
.cart-total span { font:500 10px/1 var(--mono); text-transform:uppercase; color:#706c65; }
.cart-total strong { font:600 28px/1 var(--serif); letter-spacing:-.05em; }
.checkout-form { display:grid; gap:12px; }
.checkout-title { margin:0 0 2px; font:800 12px/1 var(--sans); text-transform:uppercase; letter-spacing:.08em; }
.checkout-form label { display:grid; gap:7px; color:#706c65; font:500 10px/1 var(--mono); text-transform:uppercase; }
.checkout-form input,.checkout-form textarea { width:100%; border:1px solid var(--line); background:#fffaf0; color:var(--ink); padding:12px; outline:0; font:500 13px/1.4 var(--sans); resize:vertical; }
.checkout-form input:focus,.checkout-form textarea:focus { border-color:var(--ink); }
.checkout-form button,.cart-success button { border:0; background:var(--ink); color:var(--paper); padding:15px; font-size:12px; font-weight:800; }
.checkout-note { margin:0; color:#706c65; font-size:11px; line-height:1.55; }
.cart-empty,.cart-success { min-height:calc(100dvh - 128px); display:grid; align-content:center; gap:10px; text-align:center; }
.cart-empty p,.cart-success p { margin:0; font:600 34px/.95 var(--serif); letter-spacing:-.06em; }
.cart-empty span,.cart-success span { color:#706c65; font-size:13px; line-height:1.65; }

/* Keep the sets cover as a full-width closing row in the sections grid. */
.sections-grid .section-card-sets {
  flex-basis:100%;
  min-height:clamp(230px,22vw,340px);
}

.sections-grid .section-card-sets img {
  object-position:center bottom;
}

@media (max-width:800px) {
  .sections-grid .section-card-sets {
    flex-basis:100%;
    min-height:220px;
  }
}
