:root {
  --store-black: #0a0a0a;
  --store-cream: #f4f0e8;
  --store-mist: #edf0ee;
  --store-blue: #d9e7f0;
  --store-red: #8c2b27;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: #111; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 300; transform: translateY(-150%); background: #fff; color: #111; padding: 10px 14px; }
.skip-link:focus { transform: none; }

.store-announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; background: #111; color: #fff; font-size: 11px; line-height: 1; }
.store-announcement a { text-decoration: underline; text-underline-offset: 3px; }
.store-header { position: relative; z-index: 100; border-bottom: 1px solid #d8d8d8; background: rgba(255,255,255,.98); color: #111; }
.store-header-main { height: 78px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(24px,3vw,52px); padding: 0 clamp(18px,3.8vw,50px); }
.store-wordmark { font-size: .88rem; font-weight: 500; letter-spacing: .28em; line-height: 1; text-transform: uppercase; }
.brand-case { text-transform: none; }
.store-wordmark > .brand-case,
.store-mobile-top > .brand-case { text-transform: uppercase; }
.store-tools { display: flex; align-items: center; gap: 24px; }
.store-tool, .store-mobile-button { padding: 6px 0; border: 0; background: none; color: inherit; font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; white-space: nowrap; cursor: pointer; }
.store-tool span { display: inline-grid; min-width: 17px; height: 17px; place-items: center; margin-left: 4px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.store-mobile-button { display: none; }
.store-nav { min-width: 0; display: flex; align-items: center; gap: clamp(18px,2vw,30px); padding: 0; }
.store-nav > a { padding: 12px 0; color: inherit; font-size: 15px; font-weight: 300; text-decoration: none; white-space: nowrap; }
.store-nav > a:hover, .store-nav > a:focus-visible, .store-nav > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.store-mega-menu { position: absolute; top: 100%; left: 0; right: 0; background: #fff; color: #111; border-top: 1px solid #dedede; box-shadow: 0 18px 35px rgba(0,0,0,.08); }
.store-mega-panel { display: none; min-height: 190px; grid-template-columns: repeat(2,minmax(180px,240px)); align-items: start; gap: clamp(42px,5vw,80px); padding: 22px clamp(18px,3.8vw,50px) 26px; }
.store-mega-panel.is-active { display: grid; }
.store-mega-panel > div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.store-menu-heading { margin: 0 0 6px; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.store-mega-panel a { font-size: 14px; text-decoration: none; }
.store-mega-panel a:hover { text-decoration: underline; text-underline-offset: 4px; }
.store-mobile-menu { position: fixed; inset: 0; z-index: 250; overflow-y: auto; padding: 24px; background: #fff; color: #111; }
.store-mobile-top { display: flex; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid #ccc; }
.store-mobile-top span { font-size: .8rem; font-weight: 500; letter-spacing: .22em; }
.store-mobile-top button { border: 0; background: none; text-decoration: underline; cursor: pointer; }
.store-mobile-menu nav a { display: block; padding: 16px 0; border-bottom: 1px solid #ddd; font-size: 1.45rem; text-decoration: none; }

.store-main { min-height: 54vh; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 21px clamp(18px, 3.8vw, 50px) 0; color: #666; font-size: 11px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
[data-page="product"] .breadcrumbs { padding-bottom: clamp(36px,4vw,68px); }
.collection-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); gap: clamp(36px, 8vw, 140px); align-items: end; padding: clamp(54px, 8vw, 105px) clamp(18px, 3.8vw, 50px) clamp(44px, 6vw, 76px); }
.collection-head h1, .editorial-hero h1, .info-hero h1, .account-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 7.6rem); font-weight: 300; line-height: .9; letter-spacing: -.055em; }
.collection-head p { max-width: 590px; margin: 0; color: #474747; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.55; }
.collection-toolbar { position: sticky; top: 0; z-index: 70; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px clamp(18px, 3.8vw, 50px); border-block: 1px solid #d8d8d8; background: rgba(255,255,255,.97); }
.collection-meta { font-size: 12px; }
.collection-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.filter-button, .sort-select { min-height: 34px; padding: 6px 12px; border: 1px solid #bbb; background: #fff; color: #111; font-size: 11px; cursor: pointer; }
.filter-button.is-active { border-color: #111; background: #111; color: #fff; }
.sort-select { min-width: 130px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 7px; padding: 7px 7px clamp(84px, 10vw, 140px); }
.store-product { position: relative; min-width: 0; }
.store-product[hidden] { display: none; }
.store-product-media { display: block; position: relative; aspect-ratio: .74; overflow: hidden; background: #eceae6; }
.store-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.store-product:hover .store-product-media img { transform: scale(1.018); }
.store-product-media--portrait img { object-position: 50% 18%; }
.store-product-media--garden img { object-position: 50% 20%; }
.store-product-media--dani img { object-position: 59% 46%; }
.store-swatch { width: 100%; height: 100%; }
.swatch-gold { background: linear-gradient(145deg,#8e5427 0%,#d39c51 30%,#f0d7a2 31%,#a84e28 64%,#e2b971 65%,#704122 100%); }
.swatch-indigo { background: linear-gradient(135deg,#142744 0%,#315d8a 46%,#c6d1dc 47%,#1e3b63 65%,#b9a16d 66%,#213b5e 100%); }
.swatch-scarlet { background: linear-gradient(145deg,#771a1d 0%,#c44a3e 52%,#f1b9a0 100%); }
.swatch-ivory { background: linear-gradient(145deg,#f5f1e8 0%,#d6c9b3 54%,#fbfaf6 100%); }
.swatch-plum { background: linear-gradient(145deg,#3b2337 0%,#7d405d 48%,#d9aeb7 49%,#582b42 68%,#c28b79 100%); }
.swatch-pine { background: linear-gradient(135deg,#152f2a 0%,#356154 48%,#d3c08b 49%,#183b33 70%,#8ea28d 100%); }
.swatch-silver { background: linear-gradient(145deg,#d8dadb 0%,#f7f7f2 35%,#969da2 36%,#d5d2c8 65%,#7c858c 66%,#ecebe6 100%); }
.swatch-vermilion { background: linear-gradient(35deg,#6d1e17 0%,#cf5435 38%,#e6be79 39%,#9a2e21 64%,#f2dfb5 65%,#ba3b25 100%); }
.swatch-blackgold { background: linear-gradient(135deg,#0c0c0d 0%,#303033 45%,#c89d4b 46%,#171719 63%,#e1c57f 64%,#232326 100%); }
.swatch-bronze { background: linear-gradient(150deg,#3e2a24 0%,#89604d 45%,#c69c76 46%,#5f4135 72%,#d6b08a 100%); }
.swatch-bluegray { background: linear-gradient(145deg,#26384c 0%,#70869c 52%,#d9e0e3 100%); }
.swatch-rose { background: linear-gradient(145deg,#763f45 0%,#c9878b 52%,#f0d1c6 100%); }
.store-save { position: absolute; top: 12px; right: 12px; z-index: 2; min-width: 56px; padding: 7px 9px; border: 1px solid rgba(17,17,17,.35); background: rgba(255,255,255,.88); color: #111; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.store-save.is-saved { background: #111; color: #fff; }
.store-product-copy { padding: 12px 10px 0; }
.store-product h2, .store-product h3 { margin: 0 0 1px; font-size: 14px; font-weight: 400; line-height: 1.35; }
.store-product h2 a, .store-product h3 a { text-decoration: none; }
.store-product h2 a:hover, .store-product h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.store-product-type, .store-product-note { margin: 0; color: #595959; font-size: 12px; line-height: 1.5; }
.store-add { width: 100%; min-height: 42px; margin-top: 12px; border: 1px solid #111; background: #fff; color: #111; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.store-add:hover, .store-add:focus-visible, .store-add.is-added { background: #111; color: #fff; }
.empty-state { margin: 0 clamp(18px, 3.8vw, 50px) 100px; padding: clamp(55px, 8vw, 100px); background: var(--store-cream); text-align: center; }
.empty-state h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; line-height: 1; }
.empty-state p { max-width: 520px; margin: 0 auto 26px; color: #555; }

.story-band { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.45fr); gap: clamp(50px, 8vw, 130px); padding: clamp(82px, 11vw, 150px) clamp(22px, 5vw, 72px); background: var(--store-cream); }
.story-band h2 { max-width: 610px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.7rem); font-weight: 300; line-height: .94; letter-spacing: -.045em; }
.story-band-copy { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; align-self: end; }
.story-band-copy article { padding-top: 16px; border-top: 1px solid #777; }
.story-band-copy h3 { margin: 0 0 10px; font-size: 18px; font-weight: 400; }
.story-band-copy p { margin: 0; color: #444; font-size: 14px; line-height: 1.6; }

.editorial-hero { min-height: 72vh; display: grid; align-content: end; padding: clamp(90px, 13vw, 175px) clamp(22px, 5vw, 72px) clamp(50px, 8vw, 100px); background: linear-gradient(115deg,rgba(11,18,28,.72),rgba(11,18,28,.12)),url('../images/blue-kimono-garden-hero.jpg') center 20%/cover; color: #fff; }
.editorial-hero p { max-width: 680px; margin: 28px 0 0; font-size: clamp(1rem,1.6vw,1.3rem); line-height: 1.55; }
.story-index { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; padding: 7px; }
.story-card { min-height: 62vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; text-decoration: none; }
.story-card:nth-child(1) { background: linear-gradient(150deg,#17243a,#5b6d84); }
.story-card:nth-child(2) { background: linear-gradient(150deg,#6f3228,#d39c66); }
.story-card:nth-child(3) { background: linear-gradient(150deg,#182f29,#79927a); }
.story-card h2 { margin: 12px 0; font-size: clamp(2rem,3.5vw,4.3rem); font-weight: 300; line-height: .95; letter-spacing: -.04em; }
.story-card p { max-width: 390px; margin: 0; font-size: 14px; line-height: 1.5; }
.article-story { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.35fr); gap: clamp(45px,10vw,170px); padding: clamp(86px,12vw,165px) clamp(22px,6vw,92px); }
.article-story:nth-child(even) { background: var(--store-cream); }
.article-story h2 { margin: 0; font-size: clamp(2.5rem,5vw,5.7rem); font-weight: 300; line-height: .94; letter-spacing: -.045em; }
.article-copy { max-width: 780px; }
.article-copy p { margin: 0 0 24px; color: #3f3f3f; font-family: var(--sans); font-size: clamp(1.25rem,2vw,1.8rem); line-height: 1.55; }
.article-copy .plain { font-family: var(--sans); font-size: 14px; line-height: 1.75; }

.info-hero, .account-hero { padding: clamp(80px,11vw,145px) clamp(22px,6vw,92px) clamp(55px,7vw,90px); background: var(--store-cream); }
.info-hero p, .account-hero p { max-width: 690px; margin: 26px 0 0; color: #454545; font-size: clamp(1rem,1.5vw,1.25rem); }
.info-layout { display: grid; grid-template-columns: minmax(220px,.6fr) minmax(0,1.5fr); gap: clamp(50px,10vw,160px); padding: clamp(70px,10vw,135px) clamp(22px,6vw,92px); }
.info-nav { position: sticky; top: 30px; align-self: start; display: flex; flex-direction: column; gap: 9px; }
.info-nav a { font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.info-content { max-width: 860px; }
.info-section { padding: 0 0 52px; margin: 0 0 52px; border-bottom: 1px solid #ccc; }
.info-section:last-child { border: 0; }
.info-section h2 { margin: 0 0 20px; font-size: clamp(1.8rem,3vw,3rem); font-weight: 300; line-height: 1.05; }
.info-section h3 { margin: 26px 0 10px; font-size: 16px; font-weight: 500; }
.info-section p, .info-section li { color: #444; font-size: 14px; line-height: 1.75; }
.info-section ul, .info-section ol { padding-left: 20px; }
.info-section a { text-decoration: underline; text-underline-offset: 4px; }
.contact-details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.contact-details > div { padding-top: 16px; border-top: 1px solid #aaa; }
.contact-details h3 { margin-top: 0; }
.contact-details a, .contact-details address { color: #333; font-size: 14px; font-style: normal; line-height: 1.65; }
.info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.info-tile { min-height: 210px; padding: 28px; background: var(--store-mist); }
.info-tile h2, .info-tile h3 { margin-top: 0; font-size: 22px; font-weight: 400; }

.account-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 7px; }
.account-panel { padding: clamp(32px,5vw,70px); background: #f5f5f3; }
.account-panel h2 { margin: 0 0 14px; font-size: clamp(2rem,4vw,4.4rem); font-weight: 300; line-height: .98; }
.account-panel p { max-width: 520px; margin: 0 0 28px; color: #555; }
.account-form { display: grid; gap: 16px; max-width: 560px; }
.account-form label { display: grid; gap: 6px; font-size: 12px; }
.account-form input, .account-form textarea, .account-form select { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #999; background: #fff; color: #111; }
.account-form textarea { min-height: 130px; resize: vertical; }
.store-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid #111; background: #111; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.store-button--light { background: #fff; color: #111; }
.store-button--text { min-height: auto; justify-content: flex-start; padding: 0; border: 0; background: none; color: #111; text-decoration: underline; text-underline-offset: 5px; }
.form-note { min-height: 22px; margin: 0; color: #555; font-size: 12px; }

.search-area { padding: clamp(60px,8vw,110px) clamp(18px,3.8vw,50px) 35px; }
.search-area h1 { margin: 0 0 38px; font-size: clamp(3rem,7vw,7rem); font-weight: 300; line-height: .9; letter-spacing: -.05em; }
.search-input { width: 100%; padding: 12px 0 18px; border: 0; border-bottom: 1px solid #111; background: transparent; font-size: clamp(1.5rem,3.5vw,3.7rem); font-weight: 300; outline: none; }
.search-status { margin: 14px 0 0; color: #666; font-size: 12px; }

@media (min-width: 981px) {
  [data-page="search"] .search-area,
  [data-page="saved"] .collection-head,
  [data-page="account"] .account-hero { padding-top: clamp(36px,3vw,48px); }
}

.product-detail { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); min-height: 75vh; }
.product-detail-media { min-height: 72vh; background: #eee; }
.product-detail-media img { width: 100%; height: 100%; min-height: 72vh; object-fit: cover; object-position: center 20%; }
.product-detail-copy { align-self: center; padding: clamp(42px,7vw,100px); }
.product-detail-copy h1 { margin: 0 0 8px; font-size: clamp(2.6rem,5vw,5.8rem); font-weight: 300; line-height: .93; letter-spacing: -.045em; }
.product-detail-copy .product-type { margin: 16px 0; color: #666; }
.product-detail-copy .product-description { margin: 0 0 28px; color: #3f3f3f; line-height: 1.7; }
.product-detail-actions { display: grid; gap: 10px; }
.product-detail-actions .store-save { position: static; width: 100%; min-height: 44px; }
.detail-note { margin: 22px 0 0; color: #666; font-size: 12px; line-height: 1.6; }

.store-footer { padding: clamp(60px,8vw,100px) clamp(22px,4vw,50px) 24px; background: #050505; color: #fff; }
.store-footer-grid { display: grid; grid-template-columns: minmax(320px,1.5fr) repeat(3,minmax(130px,.65fr)); gap: clamp(38px,6vw,90px); }
.store-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.store-footer h2 { margin: 0; font-size: 16px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.store-footer h3 { margin: 0 0 14px; font-size: 11px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.store-footer p { max-width: 450px; margin: 4px 0 10px; font-size: 13px; line-height: 1.55; }
.store-footer a { font-size: 15px; text-decoration: none; }
.store-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.store-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin-top: 16px; font-style: normal; }
.store-footer-contact span { font-size: 13px; line-height: 1.55; }
.store-newsletter { width: min(100%,470px); display: grid; grid-template-columns: 1fr auto; margin-top: 12px; }
.store-newsletter input { min-width: 0; padding: 14px 12px; border: 1px solid #fff; background: transparent; color: #fff; outline: none; }
.store-newsletter button { width: 96px; border: 1px solid #fff; border-left: 0; background: #fff; color: #111; cursor: pointer; }
.store-footer-bottom { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 84px; padding-top: 22px; border-top: 1px solid #4a4a4a; font-size: 11px; }
.store-footer-bottom a { font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.store-footer-bottom a:last-child { margin-left: auto; }
.store-toast { position: fixed; right: 18px; bottom: 18px; z-index: 270; max-width: 330px; padding: 13px 16px; background: #111; color: #fff; font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.store-toast.is-visible { opacity: 1; transform: none; }
body.store-locked { overflow: hidden; }

@media (max-width: 1040px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .story-index { grid-template-columns: 1fr; }
  .story-card { min-height: 50vh; }
}

@media (max-width: 1160px) and (min-width: 981px) {
  .store-header-main { gap: 24px; }
  .store-nav { gap: 18px; }
  .store-nav > a { font-size: 13px; }
  .store-tools { gap: 16px; }
}

@media (max-width: 980px) {
  .store-header-main { height: 64px; padding-top: 0; grid-template-columns: 1fr auto; }
  .store-tools, .store-nav, .store-mega-menu { display: none; }
  .store-mobile-button { display: block; }
}

@media (max-width: 820px) {
  .store-announcement { font-size: 10px; }
  .store-wordmark { font-size: .75rem; letter-spacing: .2em; }
  .collection-head { grid-template-columns: 1fr; align-items: start; }
  .collection-toolbar { position: relative; align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 32px; }
  .story-band, .article-story, .info-layout { grid-template-columns: 1fr; }
  .story-band-copy { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .info-nav { position: static; }
  .account-panels, .info-grid { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-media, .product-detail-media img { min-height: 60vh; }
  .store-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .collection-head { padding-top: 52px; }
  .collection-head h1, .editorial-hero h1, .info-hero h1, .account-hero h1 { font-size: 3.15rem; }
  .collection-actions { width: 100%; }
  .filter-button { flex: 1 1 auto; }
  .sort-select { width: 100%; }
  .product-grid { padding-inline: 4px; gap: 30px 4px; }
  .store-product-copy { padding-inline: 7px; }
  .story-band, .article-story, .info-layout { padding-inline: 20px; }
  .store-footer-grid { grid-template-columns: 1fr; }
  .store-footer-intro { grid-column: auto; }
  .store-footer-bottom a:last-child { margin-left: 0; }
}
