/*
Theme Name: Morrow & Pine
Description: Editorial WooCommerce theme for Wishket PID 157366.
Version: 1.0.0
Text Domain: morrow-pine
*/

:root {
  --pine: #173b35;
  --bone: #f7f1e7;
  --terracotta: #c45d3c;
  --gold: #d3a84e;
  --ink: #1f2421;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", "Avenir Next", sans-serif;
  --font-data: "IBM Plex Mono", Menlo, monospace;
  --page: min(1240px, calc(100vw - 64px));
  --line: color-mix(in srgb, var(--ink), transparent 78%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, .button, input[type="submit"] { min-height: 44px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; text-wrap: balance; }
h1 { letter-spacing: -.035em; }
h2 { letter-spacing: -.025em; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: white; transition: top .18s ease; }
.skip-link:focus { top: 16px; }
.eyebrow { margin-bottom: 14px; color: var(--terracotta); font-family: var(--font-data); font-size: .72rem; font-weight: 600; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 21px; border: 1px solid var(--ink); border-radius: 2px; background: transparent; color: var(--ink); font-family: var(--font-body); font-size: .9rem; font-weight: 700; line-height: 1; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); background: var(--ink); color: var(--bone); }
.button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--pine); border-color: var(--pine); color: var(--bone); }
.button-primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--terracotta); border-color: var(--terracotta); color: white; }
.button-gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button-outline { background: transparent; }
.text-link { font-weight: 700; text-decoration-thickness: 1px; }

.shipping-ribbon { display: flex; justify-content: space-between; padding: 8px max(24px, calc((100vw - 1240px) / 2)); background: var(--pine); color: var(--bone); font-family: var(--font-data); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.site-header { position: relative; z-index: 100; display: flex; align-items: center; justify-content: space-between; width: var(--page); min-height: 88px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.wordmark em { color: var(--terracotta); font-weight: 600; }
.wordmark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; font-size: .84rem; font-weight: 600; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .buyer-link { color: var(--terracotta); }
.site-nav .cart-link { display: flex; gap: 8px; }
.cart-count { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--bone); font-family: var(--font-data); font-size: .65rem; }
.menu-toggle { display: none; width: 48px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 1px; margin: 5px auto; background: var(--ink); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); gap: clamp(48px, 7vw, 104px); width: var(--page); min-height: 720px; margin: 0 auto; padding: 80px 0 96px; }
.hero-copy { align-self: center; padding-bottom: 38px; }
.hero h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(4rem, 6.4vw, 6.55rem); line-height: 1.02; }
.hero h1 em { display: block; color: var(--terracotta); font-weight: 600; }
.hero-lede { max-width: 560px; margin-bottom: 34px; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-bottom: 56px; }
.hero-facts { display: flex; gap: 0; margin: 0; }
.hero-facts div { min-width: 130px; padding: 0 22px; border-left: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: color-mix(in srgb, var(--ink), transparent 42%); font-size: .75rem; }
.hero-facts dd { margin: 2px 0 0; font-family: var(--font-data); font-size: .8rem; font-weight: 600; }
.hero-image-wrap { position: relative; align-self: stretch; min-height: 580px; overflow: hidden; background: #e7dccb; transform: rotate(1.4deg); transition: transform .3s ease; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hero-image-wrap:hover img { transform: scale(1.025); }
.hero-ticket { position: absolute; right: 24px; bottom: 24px; display: grid; width: min(270px, calc(100% - 48px)); padding: 18px 20px; background: var(--bone); box-shadow: 0 18px 50px rgba(31,36,33,.16); transform: rotate(-1.4deg); }
.hero-ticket span { color: var(--terracotta); font-family: var(--font-data); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-ticket strong { margin: 3px 0 5px; font-family: var(--font-display); font-size: 1.18rem; }
.hero-ticket em { font-family: var(--font-data); font-size: .78rem; font-style: normal; }
.hero-side-note { position: absolute; right: -52px; top: 50%; margin: 0; font-family: var(--font-data); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg); }

.collection-section { padding: 108px max(32px, calc((100vw - 1240px) / 2)) 120px; background: var(--pine); color: var(--bone); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.7rem); line-height: 1.06; }
.section-heading > p { max-width: 390px; margin-bottom: 8px; color: color-mix(in srgb, var(--bone), transparent 28%); }
.editorial-product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px; }
.editorial-product-card { grid-column: span 3; margin: 0; }
.editorial-product-card.product-2 { margin-top: 72px; }
.editorial-product-card.product-4 { margin-top: 32px; }
.product-image { display: block; aspect-ratio: .82; overflow: hidden; background: #ded3c1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.product-image:hover img { transform: scale(1.04); }
.product-card-copy { padding: 18px 2px 0; }
.product-card-copy > span { color: var(--gold); font-family: var(--font-data); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.product-card-copy h3 { margin: 6px 0 4px; font-size: 1.45rem; }
.product-card-copy h3 a { text-decoration: none; }
.product-card-copy .price { color: var(--bone); font-family: var(--font-data); font-size: .78rem; }
.collection-cta { margin-top: 48px; border-color: var(--bone); color: var(--bone); }
.collection-cta:hover { background: var(--bone); color: var(--pine); }

.business-story { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 760px; }
.business-image { position: relative; min-height: 680px; overflow: hidden; }
.business-image img { width: 100%; height: 100%; object-fit: cover; }
.business-image > span { position: absolute; top: 34px; left: 34px; padding: 9px 13px; background: var(--gold); color: var(--ink); font-family: var(--font-data); font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.business-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 8vw, 126px); background: var(--terracotta); color: white; }
.business-copy .eyebrow { color: var(--gold); }
.business-copy h2 { max-width: 560px; margin-bottom: 30px; font-size: clamp(3rem, 4.5vw, 5rem); line-height: 1.04; }
.business-copy > p:not(.eyebrow) { max-width: 520px; font-size: 1.05rem; }
.business-copy ol { margin: 30px 0 38px; padding: 0; list-style: none; }
.business-copy li { display: flex; gap: 18px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.3); }
.business-copy li span { color: var(--gold); font-family: var(--font-data); font-size: .72rem; }
.business-copy .button { align-self: flex-start; }

.service-notes { display: grid; grid-template-columns: repeat(3, 1fr); width: var(--page); margin: 0 auto; padding: 120px 0; }
.service-notes article { min-height: 250px; padding: 28px 38px; border-left: 1px solid var(--line); }
.service-notes article:first-child { padding-left: 0; border-left: 0; }
.service-notes span { color: var(--terracotta); font-family: var(--font-data); font-size: .66rem; }
.service-notes h3 { margin: 36px 0 12px; font-size: 1.75rem; }
.service-notes p { max-width: 310px; color: color-mix(in srgb, var(--ink), transparent 28%); }
.quote-section { padding: 110px max(32px, calc((100vw - 1000px) / 2)); background: var(--gold); text-align: center; }
.quote-section blockquote { margin: 0 auto 24px; font-family: var(--font-display); font-size: clamp(2.5rem, 4vw, 4.6rem); line-height: 1.09; }
.quote-section p { font-family: var(--font-data); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; padding: 88px max(32px, calc((100vw - 1240px) / 2)) 42px; background: var(--ink); color: var(--bone); }
.site-footer h2 { margin-bottom: 14px; font-family: var(--font-data); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; margin: 6px 0; color: color-mix(in srgb, var(--bone), transparent 20%); text-decoration: none; }
.footer-wordmark span { font-family: var(--font-display); font-size: 2.7rem; }
.footer-wordmark p { color: var(--gold); }
.footer-note { grid-column: 1 / -1; margin: 50px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: .72rem; }

.login-page { display: grid; grid-template-columns: 1fr minmax(440px, 560px); min-height: calc(100vh - 122px); }
.login-intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 9vw, 144px); background: var(--pine); color: var(--bone); }
.login-intro h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.8rem, 6vw, 6.7rem); line-height: 1.02; }
.login-intro > p:not(.eyebrow) { max-width: 590px; font-size: 1.08rem; }
.login-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.login-proof span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.32); font-family: var(--font-data); font-size: .62rem; letter-spacing: .05em; }
.login-panel { align-self: center; padding: 60px clamp(34px, 5vw, 72px); }
.login-panel h2 { margin-bottom: 28px; font-size: 2.5rem; }
.demo-role-buttons { display: grid; gap: 10px; margin-bottom: 30px; }
.demo-role-buttons button { display: grid; min-height: 72px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: border .18s ease, background .18s ease; }
.demo-role-buttons button:hover, .demo-role-buttons button.is-selected { border-color: var(--terracotta); background: color-mix(in srgb, var(--terracotta), transparent 91%); }
.demo-role-buttons strong { font-family: var(--font-display); font-size: 1.05rem; }
.demo-role-buttons span { color: color-mix(in srgb, var(--ink), transparent 42%); font-size: .76rem; }
.buyer-login-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.buyer-login-form label { align-self: end; font-size: .76rem; font-weight: 700; }
.buyer-login-form input[type="email"], .buyer-login-form input[type="text"], .buyer-login-form input[type="password"] { grid-column: 1 / -1; width: 100%; min-height: 48px; margin-bottom: 5px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.5); }
.buyer-login-form label[for="login-email"], .buyer-login-form label[for="login-password"] { grid-column: 1 / -1; }
.buyer-login-form .remember { grid-column: 1 / -1; margin: 5px 0 10px; font-weight: 500; }
.buyer-login-form .button { grid-column: 1 / -1; }
.login-error { padding: 10px 12px; border-left: 3px solid var(--terracotta); background: color-mix(in srgb, var(--terracotta), transparent 90%); }
.login-register-hint { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .95rem; }

.buyer-workspace { min-height: 720px; padding: 74px max(32px, calc((100vw - 1240px) / 2)) 120px; background: #efe8da; }
.buyer-workspace-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid var(--ink); }
.buyer-workspace-header h1 { margin-bottom: 13px; font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1.03; }
.buyer-workspace-header p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; }
.buyer-header-actions { display: flex; align-items: center; gap: 20px; padding-bottom: 6px; }
.buyer-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0 74px; background: var(--pine); color: var(--bone); }
.buyer-summary div { min-height: 128px; padding: 26px 30px; border-left: 1px solid rgba(255,255,255,.2); }
.buyer-summary div:first-child { border-left: 0; }
.buyer-summary span { display: block; margin-bottom: 21px; color: var(--gold); font-family: var(--font-data); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.buyer-summary strong { font-family: var(--font-display); font-size: 1.7rem; }
.buyer-quick-order .section-heading h2 { font-size: 3.5rem; }
.buyer-product-grid { display: grid; gap: 14px; }
.buyer-product-grid article { display: grid; grid-template-columns: 118px 1fr; gap: 22px; align-items: center; min-height: 142px; padding: 12px 24px 12px 12px; border-top: 1px solid var(--line); background: color-mix(in srgb, white, transparent 45%); }
.buyer-product-grid img { width: 118px; height: 118px; object-fit: cover; }
.buyer-product-grid article > div { display: grid; grid-template-columns: minmax(180px, 2fr) minmax(200px, 1fr) 110px; align-items: center; gap: 24px; }
.buyer-product-grid h3 { margin: 0; font-size: 1.35rem; }
.buyer-product-grid h3 a { text-decoration: none; }
.buyer-product-grid p { margin: 0; font-size: .78rem; }
.buyer-product-grid .sku { color: var(--terracotta); font-family: var(--font-data); font-size: .64rem; }
.morrow-price-pair { display: inline-grid; grid-template-columns: auto auto; gap: 0 10px; align-items: baseline; font-family: var(--font-data); }
.morrow-price-pair .morrow-price-label { grid-column: 1 / -1; color: var(--terracotta); font-family: var(--font-body); font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.morrow-price-pair del { color: color-mix(in srgb, currentColor, transparent 50%); font-size: .73em; }
.morrow-price-pair ins { color: currentColor; font-size: 1.12em; font-weight: 600; text-decoration: none; }
.morrow-access-panel { max-width: 720px; margin: 68px auto; padding: 58px; border: 1px solid var(--line); background: var(--bone); text-align: center; }
.morrow-access-panel h2 { font-size: 2.6rem; }

.commerce-shell, .content-shell { width: var(--page); min-height: 600px; margin: 0 auto; padding: 70px 0 120px; }
.commerce-shell .woocommerce-products-header, .content-shell > article > header { margin-bottom: 46px; }
.commerce-shell .page-title, .content-shell h1 { font-size: clamp(3.2rem, 6vw, 6rem); line-height: 1.03; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 34px; color: color-mix(in srgb, var(--ink), transparent 45%); font-size: .75rem; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 9px 38px 9px 12px; border: 1px solid var(--line); background: transparent; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 28px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / 1.12; margin-bottom: 18px; object-fit: cover; background: #e7dccb; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--font-display); font-size: 1.4rem; }
.woocommerce ul.products li.product .price { color: var(--ink); font-family: var(--font-data); font-size: .78rem; }
.woocommerce span.onsale { top: 12px; left: 12px; min-width: auto; min-height: auto; margin: 0; padding: 7px 10px; border-radius: 0; background: var(--terracotta); font-family: var(--font-data); font-size: .63rem; line-height: 1; }
.morrow-buyer-notice { margin-bottom: 32px; padding: 14px 18px; border-left: 4px solid var(--gold); background: var(--pine); color: var(--bone); }
.morrow-price-context { margin: 4px 0 18px; color: color-mix(in srgb, var(--ink), transparent 34%); font-size: .78rem; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 70px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { font-size: clamp(3rem, 4.8vw, 5rem); line-height: 1.03; }
.woocommerce div.product p.price { color: var(--ink); font-family: var(--font-data); font-size: 1.3rem; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin-top: 28px; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--line); background: transparent; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce #reviews #comments ol.commentlist li img.avatar { display: none; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin-left: 0; border: 1px solid var(--line); border-radius: 0; }
.comment-form-photo label { display: block; font-weight: 700; }
.comment-form-photo label span { color: color-mix(in srgb, var(--ink), transparent 44%); font-weight: 400; }
.comment-form-photo input { width: 100%; padding: 12px; border: 1px dashed var(--line); }
.morrow-honeypot { position: absolute; left: -10000px; }
.morrow-review-photo { width: min(100%, 420px); margin-top: 18px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.48); }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 0; border-collapse: collapse; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--line); }
.woocommerce .cart_totals h2, .woocommerce-checkout h3 { font-size: 2rem; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-top-color: var(--terracotta); background: rgba(255,255,255,.55); }
.woocommerce-info { border-top-color: var(--gold); }

@media (max-width: 1100px) {
  :root { --page: min(100% - 40px, 960px); }
  .site-nav { gap: 17px; }
  .hero { grid-template-columns: 1fr .8fr; gap: 42px; min-height: 620px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.6rem); }
  .hero-image-wrap { min-height: 500px; }
  .hero-side-note { display: none; }
  .editorial-product-card { grid-column: span 6; }
  .editorial-product-card.product-2 { margin-top: 0; }
  .business-copy { padding: 64px; }
  .login-page { grid-template-columns: 1fr 440px; }
  .login-intro { padding: 70px 54px; }
  .buyer-product-grid article > div { grid-template-columns: 1.5fr 1fr; }
  .buyer-product-grid article > div > p:last-child { display: none; }
}

@media (max-width: 780px) {
  :root { --page: calc(100% - 32px); }
  .shipping-ribbon { justify-content: center; padding: 8px 16px; }
  .shipping-ribbon span:last-child { display: none; }
  .site-header { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 103px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px 24px; background: var(--bone); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .18s ease, transform .18s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.55rem; }
  .site-nav a::after { display: none; }
  .hero { display: flex; flex-direction: column; gap: 36px; min-height: auto; padding: 58px 0 72px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(3.25rem, 15vw, 4.5rem); line-height: 1.02; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 36px; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts div { min-width: 0; padding: 0 14px; }
  .hero-facts div:nth-child(3) { display: none; }
  .hero-image-wrap { min-height: auto; aspect-ratio: .88; transform: rotate(.8deg); }
  .hero-ticket { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .collection-section { padding: 72px 16px 82px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 34px; }
  .section-heading h2 { font-size: 2.8rem; line-height: 1.08; }
  .editorial-product-grid { grid-template-columns: 1fr 1fr; gap: 34px 12px; }
  .editorial-product-card { grid-column: auto; }
  .editorial-product-card.product-4 { margin-top: 0; }
  .product-image { aspect-ratio: .85; }
  .product-card-copy h3 { font-size: 1.08rem; line-height: 1.14; }
  .business-story { display: flex; flex-direction: column; min-height: 0; }
  .business-image { min-height: auto; aspect-ratio: 1; }
  .business-copy { padding: 64px 24px 72px; }
  .business-copy h2 { font-size: 3.05rem; line-height: 1.04; }
  .service-notes { display: block; padding: 68px 0; }
  .service-notes article { min-height: 0; padding: 30px 0; border-top: 1px solid var(--line); border-left: 0; }
  .service-notes article:first-child { border-top: 0; }
  .service-notes h3 { margin-top: 14px; }
  .quote-section { padding: 76px 22px; }
  .quote-section blockquote { font-size: 2.55rem; line-height: 1.1; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 44px 28px; padding: 64px 24px 34px; }
  .footer-wordmark { grid-column: 1 / -1; }
  .login-page { display: block; min-height: 0; }
  .login-intro { min-height: 520px; padding: 70px 22px; }
  .login-intro h1 { font-size: 3.65rem; line-height: 1.02; }
  .login-panel { padding: 58px 20px 82px; }
  .buyer-workspace { padding: 52px 16px 80px; }
  .buyer-workspace-header { align-items: flex-start; flex-direction: column; }
  .buyer-workspace-header h1 { font-size: 3.2rem; }
  .buyer-header-actions { align-items: flex-start; flex-direction: column; }
  .buyer-summary { grid-template-columns: 1fr; margin-bottom: 54px; }
  .buyer-summary div { min-height: 98px; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .buyer-summary div:first-child { border-top: 0; }
  .buyer-summary span { margin-bottom: 10px; }
  .buyer-product-grid article { grid-template-columns: 88px 1fr; gap: 14px; padding: 10px; }
  .buyer-product-grid img { width: 88px; height: 104px; }
  .buyer-product-grid article > div { display: block; }
  .buyer-product-grid .morrow-price-pair { margin-top: 8px; }
  .commerce-shell, .content-shell { padding: 50px 0 80px; }
  .commerce-shell .page-title, .content-shell h1 { font-size: 3.3rem; line-height: 1.04; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 38px 12px; }
  .woocommerce div.product { display: block; }
  .woocommerce div.product .summary { margin-top: 34px; }
  .woocommerce div.product .product_title { font-size: 3.15rem; line-height: 1.04; }
  .woocommerce div.product form.cart { align-items: stretch; flex-direction: column; }
  .woocommerce div.product form.cart .quantity .qty { width: 100%; }
  .woocommerce table.shop_table_responsive tr td { padding: 12px; }
}

@media (max-width: 420px) {
  .wordmark { font-size: 1.16rem; }
  .editorial-product-grid { grid-template-columns: 1fr; gap: 44px; }
  .product-image { aspect-ratio: 1; }
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
