@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #18232c;
  --muted: #647079;
  --blue: #315acc;
  --line: #e0e4e6;
  --pale: #f4f5f5;
  --white: #fff;
  --display: 'Manrope', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
a { color: inherit; }
button:disabled { cursor: not-allowed; opacity: .58; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: fixed; top: -80px; z-index: 20; padding: 12px; background: white; }
.skip:focus { top: 0; }
.announcement { padding: 9px 20px; text-align: center; background: #18232c; color: #fff; font-size: 12px; letter-spacing: 1.5px; font-weight: 500; }
.announcement span { margin-left: 22px; font-size: 12px; color: #cdd3d6; letter-spacing: .2px; font-weight: 400; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 94px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font: 700 35px/1 var(--display); letter-spacing: -1.8px; }
.brand-mark { color: var(--blue); font-size: inherit; }
.header nav { display: flex; gap: 36px; align-items: center; }
.header nav a { font-size: 14px; text-decoration: none; position: relative; padding-block: 12px; }
.header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--ink); transition: right .2s; }
.header nav a:hover::after { right: 0; }
.bag-button { display: flex; align-items: center; gap: 9px; border: 0; background: transparent; padding: 10px 0 10px 15px; font-size: 14px; }
.bag-icon { width: 20px; height: 23px; margin-right: 2px; }
#bag-count { display: grid; place-items: center; background: var(--pale); min-width: 23px; height: 23px; padding-inline: 4px; border-radius: 50%; font-size: 12px; }
.hero { position: relative; width: calc(100% - 36px); max-width: 1600px; min-height: 590px; margin: 0 auto; overflow: hidden; display: flex; align-items: center; background: #202a30; }
.hero-visual { position: absolute; inset: 0; margin: 0; }
.hero-visual > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 65% 52%; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,25,34,.86) 0%, rgba(13,25,34,.73) 28%, rgba(13,25,34,.27) 57%, rgba(13,25,34,.04) 100%); }
.hero-visual figcaption { position: absolute; z-index: 1; bottom: 30px; right: 36px; display: flex; flex-direction: column; align-items: end; color: #fff; font-size: 12px; letter-spacing: 1.9px; text-shadow: 0 1px 8px #0008; }
.hero-visual figcaption span { margin-top: 4px; letter-spacing: .3px; font-size: 12px; opacity: .85; }
.hero-copy { position: relative; z-index: 2; padding: 65px clamp(32px, 5.5vw, 90px); width: min(780px, 65%); color: #fff; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 1.9px; margin: 0 0 22px; line-height: 1.6; }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; color: #e6ebed; font-size: 12px; }
.eyebrow-line { width: 27px; height: 1px; background: #e6ebed; flex-shrink: 0; }
h1 { font: 400 clamp(56px, 5.45vw, 82px)/1.055 var(--serif); letter-spacing: -2.7px; margin: 0; }
h1 em { font-weight: 400; }
.hero-intro { color: #e0e5e8; font-size: 16px; line-height: 1.8; margin: 28px 0 30px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 35px; border: 1px solid transparent; border-radius: 2px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; min-height: 52px; padding: 14px 22px; transition: background .2s, color .2s; }
.button:hover { background: #334651; }
.button span { font-size: 20px; line-height: 1; }
.hero-button { background: #fff; color: var(--ink); min-width: 233px; }
.hero-button:hover { background: #e9edef; }
.hero-foot { font-size: 12px; line-height: 1.6; color: #d3dbe0; margin: 26px 0 0; }
.statement-strip .wrap { padding-block: 23px; display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; border-bottom: 1px solid var(--line); }
.statement-strip span { font-size: 12px; letter-spacing: .25px; color: #56626b; }
.statement-strip span + span { border-left: 1px solid var(--line); }
.collection { padding-block: 86px 92px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 26px; }
.section-heading .eyebrow { color: var(--blue); margin-bottom: 13px; }
h2 { font: 500 clamp(30px, 3vw, 42px)/1.2 var(--display); letter-spacing: -1.45px; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 3px; }
.sample-note { font-size: 12px; color: var(--muted); margin: 0 0 29px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 27px; }
.product-card { min-width: 0; }
.product-image-button { display: block; padding: 0; width: 100%; border: 0; background: var(--pale); position: relative; overflow: hidden; border-radius: 2px; }
.product-art { aspect-ratio: 1; position: relative; overflow: hidden; background: #fff; width: 100%; transition: transform .35s ease; }
.product-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-status { position: absolute; top: 14px; left: 14px; padding: 5px 10px; background: var(--ink); color: white; font-size: 12px; }
.price-caption { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; }
.product-specs { padding-left: 20px; font-size: 14px; line-height: 1.8; }
.detail-copy .product-note { border-top: 1px solid var(--line); padding-top: 16px; font-size: 14px; }
.card-add:disabled { background: var(--pale); color: var(--muted); border-color: var(--line); opacity: 1; }
.product-image-button:hover .product-art { transform: scale(1.02); }
.view-pill { position: absolute; bottom: 17px; left: 17px; right: 17px; background: rgba(255,255,255,.96); padding: 11px 14px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; opacity: 0; transform: translateY(7px); transition: opacity .2s, transform .2s; }
.product-image-button:hover .view-pill, .product-image-button:focus-visible .view-pill { opacity: 1; transform: translateY(0); }
.product-category { font-size: 12px; color: var(--muted); letter-spacing: 1.5px; margin: 19px 0 7px; }
.product-topline { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.product-title { font: 600 16px/1.45 var(--display); padding: 0; border: 0; background: none; text-align: left; letter-spacing: -.3px; }
.product-title:hover { color: var(--blue); }
.product-price { font-size: 14px; white-space: nowrap; font-weight: 500; }
.product-description { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 6px 0 18px; }
.card-add { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 1px solid #dce1e4; background: #fff; border-radius: 2px; padding: 10px 14px; min-height: 43px; font-size: 14px; transition: border-color .2s, background .2s; }
.card-add span { font-size: 20px; line-height: 1; font-weight: 400; }
.card-add:hover { background: var(--ink); color: white; border-color: var(--ink); }
.approach { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; padding: 67px 66px; background: #1a2b35; color: white; }
.approach .eyebrow { color: #aebdc8; font-size: 12px; margin-bottom: 20px; }
.approach h2 { font: 400 clamp(34px, 3.1vw, 47px)/1.15 var(--serif); letter-spacing: -1.4px; }
.approach > div > p:not(.eyebrow) { color: #bdc9d0; max-width: 410px; font-size: 15px; line-height: 1.85; margin: 25px 0; }
.text-link { display: inline-flex; gap: 26px; align-items: center; font-size: 13px; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.principles { display: flex; flex-direction: column; justify-content: center; }
.principles article { display: flex; gap: 23px; padding: 24px 0; border-bottom: 1px solid #ffffff21; }
.principles article:first-child { padding-top: 0; }
.principles article:last-child { padding-bottom: 0; border: 0; }
.principles article > span { color: #91a5b3; font-size: 12px; padding-top: 2px; }
.principles h3 { font: 500 16px/1.4 var(--display); margin: 0 0 9px; letter-spacing: -.2px; }
.principles p { color: #bdc9d0; margin: 0; font-size: 13px; line-height: 1.75; }
.faq { display: grid; grid-template-columns: 1fr 1.3fr; gap: 90px; padding-block: 94px 100px; }
.faq .eyebrow { color: var(--blue); margin-bottom: 16px; }
.faq h2 { font-size: 35px; line-height: 1.25; }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq details:first-child { padding-top: 0; }
.faq summary { cursor: pointer; font-size: 15px; font-weight: 500; padding-right: 32px; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 0; font-size: 20px; line-height: 1.25; color: var(--muted); font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: var(--muted); font-size: 14px; margin: 14px 26px 0 0; line-height: 1.8; }
footer { background: #f3f5f5; border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; gap: 45px; padding-block: 51px 43px; }
.footer-main .brand { font-size: 38px; }
.footer-main p { color: var(--muted); font-size: 13px; margin-top: 15px; }
.footer-links { display: flex; gap: 28px; align-items: start; padding-top: 8px; }
.footer-links a { color: #4c5963; text-decoration: none; font-size: 13px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 20px; border-top: 1px solid #dce1e3; font-size: 12px; color: var(--muted); }

/* Product details and the shopping bag */
dialog { padding: 0; border: 0; color: var(--ink); background: white; box-shadow: 0 18px 100px #07131f35; }
dialog::backdrop { background: #08131c78; backdrop-filter: blur(4px); }
body:has(dialog[open]) { overflow: hidden; }
.close-button { background: #ffffffed; border: 0; color: var(--ink); border-radius: 50%; min-width: 44px; min-height: 44px; font-size: 25px; line-height: 1; font-weight: 400; }
.close-button:hover { background: #eef1f3; }
.product-dialog { width: min(960px, calc(100% - 40px)); border-radius: 3px; max-height: 90dvh; overflow: auto; }
.product-dialog > .close-button { position: absolute; right: 14px; top: 14px; z-index: 2; }
.detail-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.detail-layout > .product-art { align-self: center; aspect-ratio: 1; min-height: 0; }
.detail-visual { min-width: 0; align-self: center; }
.image-caption { margin: 12px 20px; font-size: 14px; color: var(--muted); }
.variant-picker { display: block; margin-block: 20px; font-size: 14px; font-weight: 600; }
.variant-picker select { display: block; width: 100%; min-height: 48px; margin-top: 8px; padding: 10px 36px 10px 12px; color: var(--ink); background: white; border: 1px solid #9ba6ad; border-radius: 2px; font-size: 16px; }
.variant-picker select:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.selected-option { font-weight: 600; }
.cart-row .cart-option { color: var(--ink); font-size: 14px; }
.detail-copy { padding: 61px 40px 40px; }
.detail-copy .eyebrow { color: var(--muted); font-size: 12px; margin-bottom: 13px; }
.detail-copy h2 { font: 400 37px/1.14 var(--serif); letter-spacing: -.9px; }
.detail-price { font-size: 22px; margin: 19px 0 22px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.detail-copy > p:not(.detail-price) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.detail-copy .button { width: 100%; margin-top: 16px; }
.detail-copy .fine { font-size: 12px; margin-top: 20px; }
.cart-dialog { margin: 0 0 0 auto; width: min(470px, 100%); max-width: 100%; height: 100dvh; max-height: 100dvh; }
.cart-dialog[open] { display: flex; flex-direction: column; }
.cart-head { padding: 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head h2 { display: flex; align-items: baseline; gap: 14px; font-size: 25px; letter-spacing: -.8px; }
.cart-count-label { font-size: 12px; font-weight: 400; color: var(--muted); letter-spacing: 0; }
.cart-items { flex: 1; overflow: auto; padding: 28px; }
.cart-row { display: grid; grid-template-columns: 90px 1fr; gap: 19px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.cart-row h3 { font-size: 14px; margin: 0 0 4px; font-weight: 500; }
.cart-row p { font-size: 12px; margin: 0 0 12px; color: var(--muted); }
.qty-row { display: flex; align-items: center; gap: 10px; }
.qty-control { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 2px; }
.qty-control button { width: 33px; height: 33px; border: 0; background: white; font-size: 15px; }
.qty-control button:hover { background: var(--pale); }
.qty-control span { min-width: 22px; text-align: center; font-size: 12px; }
.remove { margin-left: auto; border: 0; background: transparent; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.cart-bottom { padding: 26px 28px; border-top: 1px solid var(--line); background: #fbfcfc; }
.subtotal { display: flex; justify-content: space-between; font-size: 16px; }
.subtotal strong { font-weight: 500; }
.fine { font-size: 12px; color: var(--muted); line-height: 1.75; }
.checkout-button { width: 100%; justify-content: center; font-size: 14px; margin-top: 6px; }
.checkout-message { font-size: 12px; color: #984626; }
.checkout-message:empty { display: none; }
.continue-button { display: block; margin: 18px auto 0; padding: 5px; border: 0; background: transparent; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.empty-cart { padding: 70px 0; text-align: center; }
.empty-cart-label { font-size: 12px; color: var(--muted); letter-spacing: 1.5px; }
.empty-cart h3 { font: 400 34px var(--serif); margin: 20px 0; letter-spacing: -.6px; }
.empty-cart p { color: var(--muted); font-size: 14px; margin-bottom: 26px; }
.empty-cart .button { font-size: 13px; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 20px); padding: 14px 22px; border: 1px solid #ffffff24; background: var(--ink); color: white; border-radius: 3px; font-size: 13px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 30; max-width: calc(100vw - 32px); width: max-content; box-shadow: 0 5px 25px #08182720; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Owner guide */
.guide { max-width: 990px; margin: 50px auto 90px; padding: 0 28px; }
.guide h1 { font: 400 60px/1.1 var(--serif); letter-spacing: -1.8px; margin: 23px 0; }
.guide h2 { font-size: 30px; margin: 50px 0 18px; letter-spacing: -1px; }
.guide h3 { font-size: 20px; margin: 28px 0 12px; }
.guide p, .guide li { line-height: 1.8; }
.guide a { color: var(--blue); text-underline-offset: 3px; }
.guide .callout { background: var(--pale); border-left: 3px solid var(--blue); padding: 20px 24px; margin: 28px 0; }
.guide table { border-collapse: collapse; width: 100%; font-size: 14px; }
.guide th, .guide td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.guide th { background: var(--pale); font-weight: 600; }
.table-scroll { overflow: auto; }
.guide pre { overflow: auto; background: var(--ink); color: #e4e9ff; padding: 22px; border-radius: 3px; font-size: 13px; }
.guide code { font-size: 13px; }
.guide .sources { font-size: 14px; }
.guide .lead { font-size: 18px; color: var(--muted); }
.guide .checklist li { margin-bottom: 12px; }
.guide-nav { display: flex; gap: 20px; flex-wrap: wrap; font-size: 14px; }
.guide-badge { color: var(--blue); font-size: 12px; letter-spacing: 1.5px; font-weight: 600; }
.cost-note { font-size: 13px; color: var(--muted); }

@media (min-width: 1600px) {
  .hero { min-height: 650px; }
  .hero-copy { padding-left: 120px; }
}
@media (max-width: 1080px) {
  .wrap { width: calc(100% - 64px); }
  .header nav { gap: 25px; }
  .hero { min-height: 550px; width: calc(100% - 24px); }
  .hero-copy { width: 73%; padding: 50px 48px; }
  h1 { font-size: 66px; }
  .hero-visual figcaption { right: 26px; bottom: 26px; }
  .product-grid { gap: 38px 20px; }
  .product-topline { flex-wrap: wrap; gap: 2px 12px; }
  .product-description { min-height: 44px; }
  .approach { gap: 45px; padding: 48px 40px; }
  .faq { gap: 50px; }
  .footer-links { gap: 20px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .announcement { font-size: 12px; letter-spacing: 1.1px; padding: 7px 14px; }
  .announcement span { margin-left: 12px; font-size: 12px; }
  .header { display: grid; grid-template-columns: 1fr auto; gap: 0; height: auto; padding-block: 22px 0; }
  .brand { font-size: 30px; }
  .header nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 30px; border-top: 1px solid var(--line); margin-top: 19px; padding: 4px 0 5px; }
  .header nav a { font-size: 12px; padding-block: 11px; }
  .header nav a::after { bottom: 7px; }
  .bag-button { grid-column: 2; grid-row: 1; padding-block: 0; font-size: 13px; }
  .bag-icon { width: 18px; height: 21px; }
  .hero { width: 100%; min-height: 550px; }
  .hero-copy { width: 100%; padding: 49px 32px 62px; }
  .hero-visual > img { object-position: 61% center; }
  .hero-visual::after { background: linear-gradient(90deg, #12232cdd 0%, #12232cb8 45%, #12232c40 100%); }
  .hero .eyebrow { font-size: 12px; letter-spacing: 1.5px; gap: 11px; }
  h1 { font-size: clamp(48px, 8.6vw, 66px); letter-spacing: -1.9px; }
  .hero-intro { font-size: 15px; margin: 24px 0 28px; }
  .hero-foot { font-size: 12px; max-width: 300px; line-height: 1.7; }
  .hero-visual figcaption { right: 24px; bottom: 17px; font-size: 12px; letter-spacing: 1.3px; }
  .hero-visual figcaption span { font-size: 12px; margin-top: 1px; }
  .statement-strip .wrap { width: calc(100% - 40px); padding-block: 20px; }
  .statement-strip span { font-size: 12px; line-height: 1.5; padding-inline: 10px; }
  .collection { padding-block: 53px 58px; }
  .section-heading { margin-bottom: 20px; }
  .section-heading > p { display: none; }
  .section-heading .eyebrow { font-size: 12px; }
  h2 { font-size: 30px; line-height: 1.22; letter-spacing: -1px; }
  .sample-note { font-size: 12px; line-height: 1.7; margin-bottom: 23px; padding-bottom: 18px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 29px 16px; }
  .product-category { font-size: 12px; letter-spacing: 1px; margin-top: 14px; }
  .product-topline { flex-direction: column; align-items: start; gap: 4px; }
  .product-title { font-size: 14px; line-height: 1.45; min-height: 40px; }
  .product-price { font-size: 13px; }
  .product-description { font-size: 14px; min-height: 40px; margin: 7px 0 13px; }
  .card-add { font-size: 14px; padding: 9px 11px; min-height: 42px; }
  .view-pill { display: none; }
  .approach { grid-template-columns: 1fr; gap: 35px; padding: 37px 29px; }
  .approach h2 { font-size: 36px; }
  .approach > div > p:not(.eyebrow) { font-size: 14px; }
  .principles h3 { font-size: 15px; }
  .principles article { padding-block: 21px; }
  .principles p { font-size: 13px; }
  .faq { grid-template-columns: 1fr; padding-block: 55px 59px; gap: 32px; }
  .faq h2 { font-size: 30px; }
  .faq summary { font-size: 14px; }
  .faq details p { font-size: 13px; }
  .footer-main { flex-direction: column; gap: 18px; padding-block: 38px 32px; }
  .footer-main .brand { font-size: 33px; }
  .footer-links { flex-wrap: wrap; gap: 13px 25px; padding-top: 0; }
  .footer-links a { font-size: 12px; }
  .footer-bottom { font-size: 12px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-layout > .product-art { min-height: 0; aspect-ratio: 1; width: min(100%, 36dvh); align-self: center; margin-inline: auto; }
  .detail-visual { width: 100%; }
  .detail-visual .product-art { width: min(100%, 36dvh); margin-inline: auto; }
  .detail-copy { padding: 25px 27px 28px; }
  .detail-copy h2 { font-size: 31px; }
  .detail-price { margin: 15px 0; padding-bottom: 15px; font-size: 20px; }
  .detail-copy .fine { font-size: 12px; margin-top: 16px; }
  .product-dialog { width: calc(100% - 28px); }
  .guide { padding: 0 22px; margin-top: 34px; }
  .guide h1 { font-size: 43px; }
  .guide h2 { font-size: 27px; }
  .guide table { min-width: 680px; }
  .guide-nav { gap: 15px; }
}
@media (max-width: 390px) {
  .announcement span { display: block; margin: 2px 0 0; }
  .hero-copy { padding-inline: 23px; }
  h1 { font-size: 46px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: 1px; }
  .product-grid { gap: 26px 12px; }
  .cart-head, .cart-items, .cart-bottom { padding-inline: 22px; }
  .cart-row { gap: 13px; grid-template-columns: 76px 1fr; }
}
@media (hover: none) {
  .product-image-button:hover .product-art { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Collection navigation and a more tactile shopping flow. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
select:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.hero { border-radius: 12px; }
.button { border-radius: 7px; }
.header nav a { font-size: 14px; }
.collection { padding-top: 72px; }
.category-section { margin: 32px 0 36px; scroll-margin-top: 24px; }
.category-label { font-size: 14px; font-weight: 600; margin: 0 0 14px; }
.category-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.category-link { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; background: #f9fafc; font-size: 14px; font-weight: 600; line-height: 1.4; transition: border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.category-thumbnail { display: block; width: 60px; flex: 0 0 60px; overflow: hidden; border-radius: 6px; background: white; }
.category-thumbnail .product-art { padding: 4px; }
.category-link:hover { border-color: #98aade; background: #f2f5fd; transform: translateY(-2px); }
.category-link[aria-current] { border-color: var(--blue); background: #edf2ff; box-shadow: inset 0 0 0 1px var(--blue); color: #2548ab; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; margin-bottom: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.collection-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.collection-summary h3 { font: 600 18px/1.4 var(--display); margin: 0; letter-spacing: -.4px; }
#results-count { font-size: 14px; color: var(--muted); }
.all-products { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 25px; font-size: 14px; text-decoration: none; }
.all-products:hover { border-color: var(--blue); color: var(--blue); }
.all-products[aria-current] { background: var(--ink); border-color: var(--ink); color: white; }
.sort-control { display: flex; gap: 10px; align-items: center; flex-shrink: 0; font-size: 14px; }
.sort-control > span { color: var(--muted); }
.sort-control select { width: 195px; max-width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #b5bec7; border-radius: 7px; background: white; color: var(--ink); cursor: pointer; font-size: 16px; }
.product-grid { gap: 26px; align-items: stretch; }
.product-card { display: flex; flex-direction: column; padding: 14px; border: 1px solid #e2e7ed; border-radius: 12px; background: #fff; box-shadow: 0 3px 14px #14294404; animation: card-enter .32s ease-out backwards; animation-delay: var(--card-delay, 0ms); transition: transform .24s ease, box-shadow .24s ease, border-color .24s; }
.product-image-button { border-radius: 8px; background: #f5f7fa; }
.product-image-button > .product-art { padding: 18px; background: #f5f7fa; }
.product-image-button img { background: white; border-radius: 5px; }
.product-category { font-size: 12px; margin: 21px 4px 8px; color: #536779; letter-spacing: 1.1px; }
.product-topline { margin-inline: 4px; flex-wrap: wrap; gap: 6px 12px; }
.product-title { font-size: 17px; }
.product-price { font-size: 16px; color: #233f85; font-weight: 600; }
.product-description { font-size: 14px; margin: 10px 4px 22px; }
.card-add { margin-top: auto; min-height: 47px; border-radius: 7px; background: #f5f7fb; border-color: #e1e7f0; }
.view-pill { font-size: 14px; border-radius: 5px; box-shadow: 0 4px 15px #12244010; }
.card-add.is-added, .button.is-added { background: #eaf5ee; color: #24603a; border-color: #aecdb8; opacity: 1; }
.bag-button { border-radius: 8px; }
#bag-count { background: #edf2ff; color: #294aab; font-size: 14px; min-width: 26px; height: 26px; }
.approach { border-radius: 12px; }
.product-dialog { border-radius: 14px; }
.product-dialog[open] { animation: detail-enter .24s ease-out; }
.product-dialog.is-closing { animation: detail-leave .18s ease-in forwards; }
.cart-dialog[open] { animation: bag-enter .34s cubic-bezier(.2,.75,.25,1); }
.cart-dialog.is-closing { animation: bag-leave .18s ease-in forwards; }
dialog.is-closing { pointer-events: none; }
.cart-dialog::backdrop, .product-dialog::backdrop { animation: backdrop-enter .24s ease-out; }
.cart-count-label, .cart-row p, .qty-control span, .remove, .continue-button, .fine { font-size: 14px; }
.qty-control button { width: 38px; height: 38px; }
.cart-row .product-art { border-radius: 8px; border: 1px solid var(--line); }
.toast { left: auto; right: 24px; bottom: 24px; transform: translateY(14px); max-width: calc(100vw - 32px); border-radius: 12px; font-size: 14px; visibility: hidden; transition: opacity .22s, transform .22s, visibility .22s; }
.toast.show { transform: translateY(0); visibility: visible; pointer-events: auto; }
.toast.bag-confirmation { width: 360px; padding: 18px; color: var(--ink); background: #fff; border: 1px solid #d7e0e9; box-shadow: 0 12px 55px #142c492b; }
.confirmation-top { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 14px; }
.confirmation-check { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #e7f3ec; color: #296440; }
.confirmation-close { display: grid; place-items: center; width: 36px; height: 36px; margin: -6px -6px -6px auto; border: 0; border-radius: 50%; background: transparent; font-size: 23px; }
.confirmation-close:hover { background: var(--pale); }
.confirmation-item { display: grid; grid-template-columns: 60px minmax(0,1fr); gap: 13px; align-items: center; }
.confirmation-item .product-art { border: 1px solid var(--line); border-radius: 7px; }
.confirmation-item p { font-size: 14px; font-weight: 600; line-height: 1.4; margin: 0 0 5px; }
.confirmation-item span { font-size: 14px; color: var(--muted); line-height: 1.4; }
.confirmation-view { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 43px; border: 0; border-radius: 6px; padding: 10px 14px; margin-top: 16px; background: var(--ink); color: #fff; font-size: 14px; }
.confirmation-view:hover { background: #334651; }
@keyframes card-enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes detail-enter { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes detail-leave { to { opacity: 0; transform: translateY(8px) scale(.99); } }
@keyframes bag-enter { from { transform: translateX(100%); } to { transform: none; } }
@keyframes bag-leave { to { transform: translateX(100%); } }
@keyframes backdrop-enter { from { opacity: 0; } to { opacity: 1; } }
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .product-card:hover { transform: translateY(-4px); border-color: #c6d2e5; box-shadow: 0 14px 30px #1429440c; }
}
@media (max-width:1080px) {
  .category-links { display: flex; overflow-x: auto; padding: 4px 2px 12px; gap: 10px; scrollbar-width: thin; scrollbar-color: #b7c5dd transparent; scroll-snap-type: x proximity; }
  .category-link { flex: 0 0 190px; scroll-snap-align: start; }
  .product-grid { gap: 20px; }
}
@media (max-width:760px) {
  .header nav { gap: 22px; flex-wrap: wrap; }
  .hero { border-radius: 0; }
  .category-section { margin: 25px 0; }
  .category-link { flex-basis: 168px; gap: 10px; }
  .category-thumbnail { width: 48px; flex-basis: 48px; }
  .collection-toolbar { flex-direction: column; align-items: stretch; gap: 16px; padding-block: 18px; }
  .collection-summary { gap: 10px; }
  .collection-summary h3 { font-size: 17px; }
  .sort-control { justify-content: space-between; }
  .sort-control select { width: auto; flex: 1; max-width: 230px; }
  .product-card { padding: 12px; }
  .product-grid { gap: 20px; }
  .product-title { min-height: 0; font-size: 16px; }
  .product-topline { align-items: start; }
  .product-price { font-size: 16px; }
  .product-description { min-height: 0; }
  .toast { right: 16px; bottom: 16px; }
}
@media (max-width:520px) {
  .header nav { gap: 10px 19px; }
  .product-grid { grid-template-columns: minmax(0,1fr); }
  .product-image-button > .product-art { aspect-ratio: 1.15; }
  .product-card { padding: 14px; }
  .product-topline { flex-direction: row; justify-content: space-between; }
  .product-title { font-size: 17px; }
  .product-category { margin-top: 17px; }
}
@media (prefers-reduced-motion:reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
