:root {
  --paper: #f7f2ea;
  --paper-2: #eee6da;
  --white: #fffdf9;
  --ink: #2d241f;
  --muted: #756b64;
  --taupe: #9c8777;
  --line: rgba(45, 36, 31, 0.16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --page-x: clamp(18px, 3.2vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; background: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  height: 76px;
  padding: 0 var(--page-x);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: rgba(247, 242, 234, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
}
.wordmark { font-family: var(--serif); font-size: clamp(34px, 3vw, 50px); letter-spacing: -0.07em; line-height: 1; }
.header-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 40px); font-size: 11px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; }
.header-nav a { position: relative; padding: 9px 0; }
.header-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .25s ease; }
.header-nav a:hover::after, .header-nav a:focus-visible::after { right: 0; }
.header-nav--right { justify-content: flex-end; }
.header-actions { display: none; justify-content: flex-end; gap: 8px; }
.icon-button { width: 38px; height: 38px; padding: 8px; display: grid; place-items: center; cursor: pointer; position: relative; }
.icon-button svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.icon-button sup { position: absolute; min-width: 16px; height: 16px; padding: 0 4px; right: 0; top: 0; border-radius: 10px; background: var(--ink); color: var(--paper); font: 9px/16px var(--sans); }
.menu-button { display: none; }
.menu-button span { display: block; width: 20px; height: 1px; background: var(--ink); margin: 5px auto; }

.hero { position: relative; min-height: min(790px, calc(100svh - 76px)); overflow: hidden; }
.hero > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0 52% 0 0; background: linear-gradient(90deg, rgba(249,246,240,.95), rgba(249,246,240,.72) 62%, transparent); pointer-events: none; }
.hero-copy { position: absolute; z-index: 1; left: var(--page-x); top: 50%; transform: translateY(-47%); }
.hero-mark { display: block; font-family: var(--serif); font-size: clamp(72px, 8.3vw, 155px); letter-spacing: -.075em; line-height: .85; margin-bottom: 24px; }
.hero h1 { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(36px, 4.2vw, 76px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; min-width: 235px; padding: 12px 0; border-bottom: 1px solid currentColor; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }

.category-index { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px clamp(24px, 4vw, 64px); padding: 20px var(--page-x); }
.category-index a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--ink); font: 400 clamp(21px, 1.8vw, 27px)/1.2 var(--serif); letter-spacing: -.02em; white-space: nowrap; text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 7px; transition: text-decoration-color .2s ease; }
.category-index a:hover, .category-index a[aria-current="true"] { text-decoration-color: currentColor; }
.category-index a:focus-visible { outline: 2px solid var(--taupe); outline-offset: 4px; }

.catalog-section, .collections { padding: clamp(70px, 8vw, 128px) var(--page-x); }
.section-heading { display: grid; grid-template-columns: minmax(280px, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 40px; margin-bottom: clamp(36px, 5vw, 72px); }
.eyebrow { margin: 0 0 13px; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.4vw, 125px); font-weight: 400; line-height: .78; letter-spacing: -.065em; }
.catalog-intro, .section-heading--collections > p { max-width: 520px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(18px, 1.6vw, 25px); line-height: 1.45; }

.active-context { margin-top: 22px; align-items: center; justify-content: space-between; padding: 13px 16px; border: 1px solid var(--line); font-size: 12px; }
.active-context:not([hidden]) { display: flex; }
.active-context button { text-decoration: underline; cursor: pointer; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 14px; padding-top: 26px; }
.product-card { min-width: 0; }
.product-image { aspect-ratio: 3 / 4; background: #e9e1d7; overflow: hidden; position: relative; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 7px 9px; background: rgba(255,253,249,.88); backdrop-filter: blur(8px); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.favorite-button { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,253,249,.88); backdrop-filter: blur(8px); cursor: pointer; font-family: Arial, sans-serif; font-size: 20px; line-height: 34px; }
.favorite-button.active { background: var(--ink); color: var(--paper); }
.favorite-button { display: grid; place-items: center; }
.favorite-icon { display: block; width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.favorite-button.active .favorite-icon { fill: currentColor; }
.detail-actions .favorite-button .favorite-icon { width: 28px; height: 28px; }
.detail-actions .favorite-button.active { color: var(--ink); }
.product-info { padding: 14px 2px 0; display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: clamp(21px, 1.6vw, 28px); font-weight: 400; letter-spacing: -.025em; }
.product-info .price { font-family: var(--serif); font-size: clamp(18px, 1.3vw, 23px); white-space: nowrap; }
.product-info p { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.product-info small { display: block; margin-top: 8px; color: var(--taupe); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.product-card-rating { grid-column: 1 / -1; width: max-content; color: var(--muted); font-size: 10px; }
.product-card-rating span { color: #c89125; }
.card-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; opacity: 0; transform: translateY(3px); transition: .2s ease; }
.product-card:hover .card-actions, .product-card:focus-within .card-actions { opacity: 1; transform: none; }
.card-actions button { padding: 11px 8px; border-top: 1px solid var(--line); cursor: pointer; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.card-actions button + button { border-left: 1px solid var(--line); }
.card-actions .add-button { background: var(--ink); color: var(--paper); }
.empty-results { text-align: center; padding: 100px 20px 30px; }
.empty-results h3 { margin: 0 0 10px; font: 400 44px/1 var(--serif); }
.empty-results p { color: var(--muted); }
.line-button { border-bottom: 1px solid currentColor; padding: 10px 0; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }

.collections { background: var(--paper-2); }
.section-heading--collections { margin-bottom: 38px; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.collection-card { position: relative; min-height: 370px; padding: 22px 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; cursor: pointer; }
.collection-card:last-child { border-right: 0; }
.collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.03); transition: opacity .35s ease, transform .6s ease; }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(35,28,24,.65)); opacity: 0; transition: opacity .35s ease; }
.collection-card:hover img { opacity: 1; transform: scale(1); }
.collection-card:hover::after { opacity: 1; }
.collection-card > *:not(img) { position: relative; z-index: 1; }
.collection-card span { font-size: 10px; letter-spacing: .14em; }
.collection-card h3 { margin: auto 0 15px; font: 400 clamp(30px, 3vw, 52px)/.95 var(--serif); letter-spacing: -.045em; }
.collection-card p { min-height: 50px; margin: 0; color: var(--muted); font: 16px/1.4 var(--serif); }
.collection-card small { margin-top: 24px; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.collection-card:hover { color: var(--white); }
.collection-card:hover p { color: rgba(255,255,255,.75); }

.brand-story { min-height: 560px; padding: clamp(70px, 8vw, 130px) var(--page-x); display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: center; border-bottom: 1px solid var(--line); }
.brand-story h2 { margin: 0; font: 400 clamp(48px, 6.5vw, 105px)/.88 var(--serif); letter-spacing: -.06em; }
.brand-story h2 em { color: var(--taupe); font-weight: 400; }
.story-copy p { margin: 0 0 38px; color: var(--muted); font: clamp(19px, 1.8vw, 28px)/1.48 var(--serif); }
.education-feature { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); min-height: 610px; overflow: hidden; background: #e3e3d7; border-bottom: 1px solid var(--line); }
.education-image { min-width: 0; min-height: 610px; position: relative; overflow: hidden; }
.education-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.education-image span { position: absolute; left: 24px; bottom: 24px; padding: 8px 11px; background: rgba(255,253,249,.88); backdrop-filter: blur(8px); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.education-copy { min-width: 0; padding: clamp(46px, 5vw, 82px) clamp(28px, 4vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.education-copy h2 { max-width: 100%; margin: 14px 0 24px; font: 400 clamp(42px, 4.2vw, 72px)/.92 var(--serif); letter-spacing: -.055em; }
.education-copy h2 em { color: #78806f; font-weight: 400; }
.education-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 30px; color: #5f645a; font: clamp(17px, 1.25vw, 21px)/1.48 var(--serif); }
.education-meta { min-width: 0; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(45,36,31,.19); border-bottom: 1px solid rgba(45,36,31,.19); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.education-meta strong { font: 400 22px/1 var(--serif); letter-spacing: 0; white-space: nowrap; }
.education-button { margin-top: 24px; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--white); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; transition: background .2s ease; }
.education-button:hover { background: #4a4039; }
.customer-reviews { padding: clamp(66px, 7vw, 112px) var(--page-x) clamp(58px, 6vw, 92px); background: var(--white); border-bottom: 1px solid var(--line); }
.reviews-heading { display: block; }
.reviews-heading h2 { max-width: 960px; margin: 0; font: 400 clamp(48px, 6vw, 96px)/.9 var(--serif); letter-spacing: -.058em; }
.reviews-heading h2 em { color: var(--taupe); font-weight: 400; }
.reviews-list { margin-top: clamp(44px, 5vw, 74px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reviews-list article { min-height: 286px; padding: 22px clamp(20px, 2.2vw, 38px) 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.reviews-list article:first-child { padding-left: 0; }
.reviews-list article:last-child { padding-right: 0; border-right: 0; }
.review-number { color: var(--taupe); font-size: 12px; letter-spacing: .12em; }
.reviews-list blockquote { margin: 52px 0 34px; font: 400 clamp(21px, 2vw, 31px)/1.24 var(--serif); letter-spacing: -.025em; }
.reviews-list footer { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.reviews-list footer strong { font-size: 14px; font-weight: 500; }
.reviews-list footer span { color: var(--muted); font-size: 12px; }
.reviews-link { width: min(100%, 390px); min-height: 76px; margin: 26px 0 0; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.reviews-link:hover { background: var(--paper-2); border-color: rgba(45,36,31,.3); transform: translateY(-2px); }
.reviews-link:focus-visible { outline: 2px solid var(--taupe); outline-offset: 4px; }
.reviews-link-brand { display: flex; align-items: center; gap: 13px; }
.reviews-link-y { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--white); color: #fc3f1d; font: 600 23px/1 Arial, sans-serif; }
.reviews-link-copy { display: flex; flex-direction: column; gap: 7px; }
.reviews-link-copy strong { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.reviews-link-copy small { color: var(--muted); font-size: 12px; }
.reviews-link-copy small span { margin-right: 6px; color: #d29b2d; letter-spacing: .07em; }
.reviews-link-arrow { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; transition: background-color .2s ease, color .2s ease; }
.reviews-link:hover .reviews-link-arrow { background: var(--ink); color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 30px var(--page-x); }
.service-grid article { min-width: 0; scroll-margin-top: 96px; }
.service-grid h3 { margin: 0 0 8px; font: 400 18px/1.25 var(--serif); }
.service-grid p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.site-footer { padding: 54px var(--page-x) 24px; display: grid; grid-template-columns: 1.4fr .65fr .65fr 1.1fr; gap: 42px; background: #e7ddd0; border-top: 1px solid var(--line); }
.footer-brand p { margin: 13px 0 0; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.footer-brand .reviews-link { max-width: 320px; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; }
.site-footer nav strong, .newsletter strong { margin-bottom: 5px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.site-footer nav a:hover { text-decoration: underline; }
.newsletter p { margin: 8px 0 17px; color: var(--muted); font: 16px/1.3 var(--serif); }
.newsletter label { display: grid; grid-template-columns: 1fr 42px; border-bottom: 1px solid var(--ink); }
.newsletter input { min-width: 0; padding: 11px 0; border: 0; background: transparent; outline: 0; }
.newsletter button { cursor: pointer; font-size: 20px; }
.newsletter small { display: block; min-height: 17px; margin-top: 8px; }
.footer-bottom { grid-column: 1 / -1; margin-top: 42px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.scrim { position: fixed; inset: 0; z-index: 70; background: rgba(31,24,20,.28); opacity: 0; pointer-events: none; transition: opacity .25s ease; backdrop-filter: blur(2px); }
.scrim.active { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; bottom: 0; right: 0; z-index: 80; width: min(510px, 100%); padding: 28px 32px; background: var(--white); transform: translateX(102%); transition: transform .35s cubic-bezier(.2,.7,.2,1); box-shadow: -22px 0 70px rgba(41,31,25,.1); overflow-y: auto; }
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 62px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.drawer-head button, .dialog-close { width: 38px; height: 38px; cursor: pointer; font: 300 30px/1 Arial, sans-serif; }
.drawer h2 { margin: 0 0 38px; font: 400 clamp(44px, 5vw, 68px)/.9 var(--serif); letter-spacing: -.055em; }
.drawer h2 sup { font: 11px/1 var(--sans); letter-spacing: .1em; vertical-align: top; }
.menu-drawer { left: 0; right: auto; transform: translateX(-102%); }
.menu-drawer nav { display: flex; flex-direction: column; }
.menu-drawer nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font: 400 38px/1 var(--serif); }
.menu-drawer > p { margin-top: 60px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.search-field { display: grid; grid-template-columns: 1fr 48px; border-bottom: 1px solid var(--ink); }
.search-field input { min-width: 0; padding: 14px 0; border: 0; outline: 0; background: transparent; font: 22px/1.2 var(--serif); }
.search-field button { cursor: pointer; font-size: 22px; }
.search-hint { margin-top: 20px; color: var(--muted); font-size: 12px; }
.search-hint button { padding: 0; cursor: pointer; text-decoration: underline; }
.drawer-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); }
.drawer-item img { width: 76px; aspect-ratio: 3/4; object-fit: cover; }
.drawer-item h3 { margin: 0 0 5px; font: 400 21px/1 var(--serif); }
.drawer-item p { margin: 0; color: var(--muted); font-size: 10px; }
.drawer-item > button { align-self: start; padding: 5px; cursor: pointer; color: var(--muted); font-size: 18px; }
.drawer-item-side { align-self: stretch; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; white-space: nowrap; }
.drawer-item-side strong { font: 400 16px/1 var(--serif); }
.drawer-item-side button { padding: 0 3px; color: var(--muted); cursor: pointer; font-size: 18px; }
.drawer-quantity { width: fit-content; margin-top: 10px; display: grid; grid-template-columns: 26px 28px 26px; align-items: center; border: 1px solid var(--line); text-align: center; font-size: 11px; }
.drawer-quantity button { height: 26px; cursor: pointer; }
.drawer-quantity span { border-left: 1px solid var(--line); border-right: 1px solid var(--line); line-height: 26px; }
.drawer-empty { padding: 70px 0; text-align: center; color: var(--muted); }
.drawer-empty p { font: 25px/1.2 var(--serif); color: var(--ink); }
.cart-total { padding: 24px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--ink); font-family: var(--serif); font-size: 24px; }
.checkout-button { width: 100%; padding: 17px 20px; background: var(--ink); color: var(--white); cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }

.product-dialog { width: min(1180px, calc(100% - 32px)); max-width: none; max-height: calc(100svh - 32px); padding: 0; border: 0; background: var(--white); color: var(--ink); overflow: auto; box-shadow: 0 25px 90px rgba(43,32,26,.22); }
.product-dialog::backdrop { background: rgba(31,24,20,.36); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; z-index: 2; right: 16px; top: 16px; border-radius: 50%; background: rgba(255,253,249,.88); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); min-height: 760px; }
.product-detail-image { min-height: 760px; padding: 0; border: 0; background: var(--paper-2); position: relative; overflow: hidden; cursor: zoom-in; }
.product-detail-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-detail-image.zoomed { cursor: zoom-out; }
.product-detail-image.zoomed img { transform: scale(1.45); }
.product-detail-image > span { position: absolute; left: 18px; bottom: 18px; padding: 7px 9px; background: rgba(255,253,249,.84); backdrop-filter: blur(8px); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.product-detail-copy { padding: clamp(38px, 4.5vw, 66px); display: flex; flex-direction: column; }
.detail-topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-right: 30px; }
.detail-topline .eyebrow { margin: 0; }
.detail-topline button { padding: 5px 0; color: var(--muted); cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; border-bottom: 1px solid var(--line); }
.product-detail-copy .eyebrow { color: var(--taupe); }
.product-detail-copy h2 { margin: 24px 0 5px; font: 400 clamp(47px, 5vw, 72px)/.88 var(--serif); letter-spacing: -.055em; }
.detail-subtitle { margin: 0; color: var(--muted); font: 19px/1.4 var(--serif); }
.detail-price { margin: 21px 0 24px; font: 29px/1 var(--serif); }
.detail-description { margin: 0; color: var(--muted); font: 17px/1.48 var(--serif); }
.detail-status { margin: 18px 0 22px; display: flex; align-items: center; gap: 8px; color: #687060; text-transform: uppercase; letter-spacing: .09em; font-size: 8px; }
.detail-status i { width: 6px; height: 6px; border-radius: 50%; background: #7a866e; box-shadow: 0 0 0 4px rgba(122,134,110,.12); }
.option-selector { margin: 0; padding: 0; border: 0; }
.option-selector legend { margin-bottom: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.option-selector > div { display: flex; flex-wrap: wrap; gap: 7px; }
.option-selector button { padding: 11px 13px; border: 1px solid var(--line); cursor: pointer; font-size: 10px; }
.option-selector button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.option-selector small { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.purchase-options { margin: 19px 0 14px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 12px; }
.detail-quantity { display: flex; flex-direction: column; gap: 9px; }
.detail-quantity > span { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.detail-quantity > div { width: 112px; height: 37px; display: grid; grid-template-columns: 36px 40px 36px; align-items: center; border: 1px solid var(--line); text-align: center; }
.detail-quantity button { height: 100%; cursor: pointer; }
.detail-quantity b { font-size: 10px; font-weight: 400; }
.gift-included { align-self: end; min-height: 37px; display: flex; align-items: center; gap: 10px; }
.gift-included > span { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #7a866e; color: var(--white); font-size: 10px; }
.gift-included > div { font-size: 10px; }
.gift-included small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.product-facts { margin: 4px 0 22px; border-top: 1px solid var(--line); }
.product-facts details { border-bottom: 1px solid var(--line); }
.product-facts summary { padding: 12px 0; display: flex; justify-content: space-between; cursor: pointer; list-style: none; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.product-facts summary::-webkit-details-marker { display: none; }
.product-facts details[open] summary span { transform: rotate(45deg); }
.product-facts p { margin: 0; padding: 0 24px 13px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.detail-meta { margin: 22px 0 32px; padding: 17px 0; display: grid; gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }
.detail-meta span { display: flex; justify-content: space-between; gap: 20px; }
.detail-meta b { font-weight: 400; color: var(--muted); }
.detail-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 54px; gap: 8px; }
.detail-actions .add-button { padding: 17px; background: var(--ink); color: var(--white); cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.detail-actions .favorite-button { position: static; width: 54px; height: auto; border: 1px solid var(--line); border-radius: 0; background: transparent; }
.product-reviews { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.product-reviews > header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
.product-reviews h3 { margin: 0; font: 400 32px/1 var(--serif); }
.product-reviews-score { display: flex; align-items: center; gap: 10px; }
.product-reviews-score > strong { font: 400 35px/1 var(--serif); }
.product-reviews-score span { display: grid; gap: 3px; }
.product-reviews-score b { color: #c89125; letter-spacing: .04em; font-size: 12px; }
.product-reviews-score small { color: var(--muted); font-size: 9px; }
.product-reviews-empty, .reviews-loading { margin: 18px 0 0; color: var(--muted); font: 16px/1.45 var(--serif); }
.product-review-list { margin-top: 22px; border-top: 1px solid var(--line); }
.product-review-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.product-review-meta { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 9px; }
.product-review-meta span { color: #c89125; letter-spacing: .05em; }
.product-review-list blockquote { margin: 18px 0; color: var(--ink); font: 21px/1.4 var(--serif); }
.product-review-list article > img { width: min(210px, 55%); aspect-ratio: 1; margin: 18px 0; object-fit: cover; }
.product-review-list footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 9px; }
.product-review-list footer strong { color: var(--ink); font-weight: 500; }
.review-account-link { width: max-content; margin-top: 22px; padding-bottom: 7px; display: block; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; min-width: 250px; padding: 13px 18px; background: var(--ink); color: var(--paper); text-align: center; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 1101px) {
  .site-header { grid-template-columns: 1fr auto 1fr auto; }
  .site-header > .wordmark { grid-column: 2; }
  .header-nav--right { grid-column: 3; }
  .header-actions { display: flex; grid-column: 4; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 52px 1fr auto; gap: 12px; }
  .site-header > .wordmark { justify-self: center; }
  .header-nav { display: none; }
  .header-actions { display: flex; }
  .header-actions .search-button { display: none; }
  .menu-button { display: block; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-card:nth-child(2) { border-right: 0; }
  .collection-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 960px) {
  .education-feature { grid-template-columns: 1fr; min-height: 0; }
  .education-image { min-height: 0; height: 52vw; max-height: 470px; }
  .education-copy { padding: 58px var(--page-x) 64px; }
  .education-copy h2 { font-size: clamp(50px, 8vw, 68px); }
}

@media (max-width: 760px) {
  :root { --page-x: 16px; }
  .site-header { height: 64px; grid-template-columns: 40px 1fr auto; }
  .site-header .wordmark { font-size: 38px; }
  .header-actions { gap: 0; }
  .header-actions .icon-button:first-child, .header-actions .icon-button:nth-child(2) { display: none; }
  .hero { min-height: 620px; }
  .hero > img { object-position: 57% center; }
  .hero::after { inset: 0 22% 0 0; background: linear-gradient(90deg, rgba(249,246,240,.92), rgba(249,246,240,.45) 62%, transparent); }
  .hero-copy { top: auto; bottom: 38px; transform: none; }
  .hero-mark { font-size: 70px; margin-bottom: 15px; }
  .hero h1 { margin-bottom: 22px; font-size: 37px; }
  .text-link { min-width: 200px; }
  .category-index { justify-content: flex-start; gap: 2px 22px; padding: 16px var(--page-x); }
  .category-index a { font-size: 21px; }
  .catalog-section, .collections { padding-top: 66px; padding-bottom: 70px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 35px; }
  .section-heading h2 { font-size: 68px; }
  .catalog-intro { font-size: 18px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 8px; }
  .product-info { grid-template-columns: 1fr; gap: 2px; }
  .product-info .price { grid-row: 2; margin: 5px 0 1px; font-size: 18px; }
  .product-info h3 { font-size: 22px; }
  .product-info p { font-size: 11px; }
  .product-info small { display: none; }
  .card-actions { display: none; }
  .product-card-rating { margin-top: 6px; }
  .product-badge { top: 7px; left: 7px; font-size: 7px; padding: 5px 6px; }
  .favorite-button { top: 6px; right: 6px; width: 30px; height: 30px; font-size: 17px; line-height: 30px; }
  .collection-card { min-height: 280px; }
  .collection-card img, .collection-card::after { opacity: 1; }
  .collection-card::after { background: linear-gradient(180deg, rgba(30,24,21,.05), rgba(30,24,21,.7)); }
  .collection-card { color: white; }
  .collection-card p { color: rgba(255,255,255,.78); }
  .brand-story { min-height: 0; grid-template-columns: 1fr; gap: 50px; }
  .brand-story h2 { font-size: 59px; }
  .education-feature { grid-template-columns: 1fr; min-height: 0; }
  .education-image { min-height: 0; height: 58vw; max-height: 470px; }
  .education-copy { padding: 58px 16px 64px; }
  .education-copy h2 { font-size: 48px; }
  .education-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .reviews-heading h2 { font-size: 54px; }
  .reviews-list { grid-template-columns: 1fr; }
  .reviews-list article, .reviews-list article:first-child, .reviews-list article:last-child { min-height: 0; padding: 22px 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .reviews-list article:last-child { border-bottom: 0; }
  .reviews-list blockquote { margin: 30px 0 28px; font-size: 26px; }
  .reviews-link { width: 100%; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; padding: 26px var(--page-x); }
  .service-grid h3 { margin: 0 0 5px; }
  .service-grid p { max-width: 420px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 45px 24px; }
  .footer-brand, .newsletter { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .drawer { padding: 20px 18px; }
  .drawer-head { margin-bottom: 50px; }
  .product-dialog { width: 100%; height: 100%; max-height: none; margin: 0; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-image { min-height: 0; height: 54vh; }
  .product-detail-copy { padding: 28px 20px 35px; }
  .product-detail-copy h2 { font-size: 48px; }
  .product-detail-image > span { display: none; }
  .detail-topline { padding-right: 42px; }
  .purchase-options { grid-template-columns: 1fr; }
  .gift-included { align-self: auto; }
  .product-reviews > header { grid-template-columns: 1fr; }
  .product-reviews-score { margin-top: 6px; }
}

.add-button { transition: background-color .22s ease, transform .18s ease, box-shadow .22s ease; }
.add-button:active:not(:disabled) { transform: scale(.97); }
.add-button:focus-visible { outline: 2px solid #7b896d; outline-offset: 4px; }
.card-actions .add-button.is-added, .detail-actions .add-button.is-added {
  background: #354b3d; color: #fff; opacity: 1; cursor: pointer;
}
.add-button.cart-confirming { animation: cart-confirm .4s ease-out; }
@media (hover: hover) {
  .add-button:hover:not(:disabled) { box-shadow: 0 5px 14px #30271f25; transform: translateY(-1px); }
}
@keyframes cart-confirm { 0% { transform: scale(.97); } 60% { transform: scale(1.015); } 100% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* checkout-auth-20260907 */
.checkout-button:disabled { cursor: wait; opacity: .68; }
.checkout-auth-dialog { width: min(590px, calc(100% - 32px)); max-width: none; padding: clamp(32px, 5vw, 62px); border: 0; background: var(--white); color: var(--ink); box-shadow: 0 25px 90px rgba(43,32,26,.22); }
.checkout-auth-dialog::backdrop { background: rgba(31,24,20,.36); backdrop-filter: blur(3px); }
.checkout-auth-close { position: absolute; right: 18px; top: 18px; width: 38px; height: 38px; cursor: pointer; font: 300 28px/1 Arial,sans-serif; }
.checkout-auth-dialog .eyebrow { color: var(--taupe); }
.checkout-auth-dialog h2 { margin: 19px 0 24px; font: 400 clamp(46px, 5.5vw, 70px)/.9 var(--serif); letter-spacing: -.055em; }
.checkout-auth-dialog h2 em { color: var(--taupe); font-weight: 400; }
.checkout-auth-dialog > p:not(.eyebrow) { max-width: 470px; margin: 0; color: var(--muted); font: 18px/1.5 var(--serif); }
.checkout-auth-actions { margin: 36px 0 22px; display: grid; gap: 10px; }
.checkout-auth-actions a { min-height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; }
.checkout-auth-primary { background: var(--ink); color: var(--white); }
.checkout-auth-secondary { border: 1px solid var(--line); }
.checkout-auth-dialog > small { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }
@media (max-width: 760px) {
  .checkout-auth-dialog { width: 100%; margin: auto 0 0; padding: 42px 22px 32px; }
  .checkout-auth-dialog h2 { font-size: 49px; }
}

/* layout bounds fix 20260907 */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
.drawer { inset-block: 0; inset-inline-end: 0; right: 0; left: auto; width: min(510px, 100vw); max-width: 100vw; height: 100dvh; margin: 0; transform: none; clip-path: inset(0 0 0 100%); visibility: hidden; pointer-events: none; transition: clip-path .35s cubic-bezier(.2,.7,.2,1), visibility 0s linear .35s; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.drawer.open { transform: none; clip-path: inset(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
.menu-drawer { inset-inline-start: 0; inset-inline-end: auto; left: 0; right: auto; transform: none; clip-path: inset(0 100% 0 0); }
