:root {
  --black: #080808;
  --deep: #4c4c4c;
  --cool: #d1d1d1;
  --soil: #d1c7bd;
  --clay: #cbac8d;
  --paper: #f7f5f1;
  --white: #fff;
  --sage: #d9e4d0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.button { min-height: 52px; border: 1px solid; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.button .icon, .text-link .icon { width: 18px; }
.button-dark { color: #fff; background: var(--black); border-color: var(--black); }
.button-dark:hover { color: var(--black); background: transparent; }
.button-light { color: var(--black); background: #fff; border-color: #fff; }
.button-light:hover { color: #fff; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding: 0 0 5px; border: 0; border-bottom: 1px solid; background: none; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.mockup-ribbon { position: fixed; z-index: 90; left: 18px; bottom: 18px; width: auto; padding: 9px 12px; color: #fff; background: rgba(8,8,8,.82); border: 1px solid #ffffff2b; border-radius: 2px; backdrop-filter: blur(10px); text-align: center; font-size: 7px; font-weight: 700; letter-spacing: .13em; box-shadow: 0 8px 28px #0002; }
.announcement { min-height: 34px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--black); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.announcement-center { opacity: .65; }
.site-header { position: relative; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid #dedbd6; }
.header-main { height: 88px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.logo-link { grid-column: 2; display: block; width: 165px; }
.logo-link img { display: block; width: 100%; height: 58px; object-fit: contain; }
.header-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 24px; }
.header-actions button, .header-actions a, .mobile-menu { padding: 8px 0; display: flex; align-items: center; gap: 7px; border: 0; background: none; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.header-actions b { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--black); font-size: 9px; }
.mobile-menu { display: none; }
.desktop-nav { height: 46px; display: flex; align-items: center; justify-content: center; gap: clamp(22px,3.2vw,52px); border-top: 1px solid #eeeae6; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 17px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 9px; height: 1px; background: currentColor; transition: .25s; }
.desktop-nav a:hover::after { left: 0; right: 0; }
.desktop-nav .nav-accent { color: #917051; }

.hero { min-height: 690px; display: grid; grid-template-columns: 48% 52%; background: var(--soil); }
.hero-copy { padding: clamp(70px,8vw,125px) 7vw 50px; display: flex; flex-direction: column; justify-content: center; }
.hero h1, .section-heading h2, .manifesto h2, .routine-intro h2, .concern h2, .review-heading h2, .newsletter h2, .quick-modal h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { margin: 0; font-size: clamp(64px,7vw,112px); line-height: .88; }
.hero h1 em { font-weight: 400; color: #665243; }
.hero-description { max-width: 490px; margin: 38px 0; color: #39332e; font-size: 16px; line-height: 1.7; }
.hero-cta { display: flex; align-items: center; gap: 32px; }
.hero-proof { margin-top: 60px; padding-top: 22px; display: flex; gap: 34px; border-top: 1px solid #aa9e94; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof b { margin-right: 7px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.hero-image-wrap { position: relative; min-height: 690px; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#d1c7bd55,transparent 28%); pointer-events: none; }
.hero-image-wrap > img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; }
.hero-product-note { position: absolute; z-index: 2; right: 28px; bottom: 28px; min-width: 235px; padding: 18px 20px; display: flex; flex-direction: column; gap: 5px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.hero-product-note span { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-product-note strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.marquee { padding: 15px 0; overflow: hidden; color: #fff; background: var(--black); white-space: nowrap; }
.marquee div { width: max-content; animation: marquee 25s linear infinite; }
.marquee span { margin: 0 34px; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.marquee i { color: var(--clay); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.products-section { padding: 110px 4vw 125px; background: #fff; }
.section-heading { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; }
.section-heading h2, .routine-intro h2, .review-heading h2 { margin: 0; font-size: clamp(46px,5vw,75px); line-height: 1; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.product-card { min-width: 0; }
.product-image { position: relative; width: 100%; aspect-ratio: .79; padding: 0; overflow: hidden; border: 0; background: #edf1e8; cursor: pointer; }
.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.product-image:hover img { transform: scale(1.035); }
.product-tag { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 8px 10px; color: #fff; background: var(--black); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.quick-view { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: -50px; padding: 15px; color: #fff; background: rgba(8,8,8,.92); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: bottom .25s; }
.product-image:hover .quick-view { bottom: 12px; }
.product-info { padding: 18px 4px; }
.product-info > p { margin: 0 0 8px; color: #777; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.product-title { min-height: 25px; padding: 0; border: 0; background: none; font-family: Georgia, serif; font-size: 19px; cursor: pointer; text-align: left; }
.product-info > div { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.circle-add { width: 34px; height: 34px; border: 1px solid #aaa; border-radius: 50%; background: transparent; font-size: 20px; font-weight: 300; cursor: pointer; transition: .2s; }
.circle-add:hover { color: #fff; background: var(--black); border-color: var(--black); }

.manifesto { min-height: 560px; padding: 80px 7vw; position: relative; overflow: hidden; display: grid; grid-template-columns: .5fr 1.5fr 1fr; align-items: center; color: #fff; background: var(--deep); }
.manifesto-number { align-self: start; font-family: Georgia, serif; font-size: 18px; }
.manifesto-copy { position: relative; z-index: 2; max-width: 670px; }
.manifesto h2 { margin: 0; font-size: clamp(64px,7vw,108px); line-height: .95; }
.manifesto-copy > p:not(.eyebrow) { max-width: 570px; margin: 32px 0; color: #dfdfdf; font-size: 16px; line-height: 1.75; }
.manifesto-mark { position: absolute; right: 3%; bottom: -31%; color: transparent; -webkit-text-stroke: 1px #ffffff32; font-family: Georgia, serif; font-size: 500px; line-height: 1; }

.routine-section { padding: 120px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper); }
.routine-intro { position: sticky; top: 40px; align-self: start; }
.routine-intro > p:last-child { max-width: 400px; color: #5e5b57; line-height: 1.7; }
.routine-steps { border-top: 1px solid #c8c3bd; }
.routine-step { width: 100%; padding: 18px 0; display: grid; grid-template-columns: 45px 90px 1fr auto; gap: 18px; align-items: center; border: 0; border-bottom: 1px solid #c8c3bd; background: transparent; text-align: left; cursor: pointer; transition: padding .25s; }
.routine-step:hover { padding-left: 10px; }
.routine-step > span { font-size: 10px; letter-spacing: .12em; }
.routine-thumb { width: 74px; height: 82px; overflow: hidden; background: #e5eada; }
.routine-thumb img { width: 100%; height: 100%; object-fit: cover; }
.routine-step small { display: block; margin-bottom: 8px; color: #777; font-size: 8px; letter-spacing: .15em; }
.routine-step strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.routine-step > b { font-size: 22px; font-weight: 300; }

.concerns { display: grid; grid-template-columns: 1fr 1fr; }
.concern { min-height: 575px; padding: 60px 5vw; position: relative; overflow: hidden; display: flex; align-items: center; }
.concern > div { position: relative; z-index: 2; max-width: 370px; }
.concern h2 { margin: 0 0 24px; font-size: clamp(45px,4.5vw,72px); line-height: .95; }
.concern p:not(.eyebrow) { margin: 0 0 30px; line-height: 1.65; }
.concern img { width: 42%; height: 82%; position: absolute; right: 2%; bottom: 0; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.concern-sage { background: var(--sage); }
.concern-clay { background: var(--clay); }
.concern-clay img { mix-blend-mode: normal; }

.reviews { padding: 115px 7vw; display: grid; grid-template-columns: .75fr 1.4fr .35fr; gap: 5vw; align-items: end; background: #fff; }
.review-heading h2 { font-size: clamp(42px,4.4vw,70px); }
.reviews blockquote { margin: 0; padding: 0 0 0 5vw; border-left: 1px solid #ccc; }
.stars { margin-bottom: 25px; color: #9d7d61; letter-spacing: .18em; font-size: 12px; }
.reviews blockquote p { margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(23px,2.3vw,36px); line-height: 1.35; }
.reviews blockquote footer { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.review-score strong { display: block; font-family: Georgia, serif; font-size: 58px; font-weight: 400; }
.review-score span { color: #777; font-size: 9px; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }

.newsletter { padding: 70px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; background: var(--soil); }
.newsletter h2 { margin: 0; font-size: clamp(44px,4vw,65px); line-height: 1; }
.newsletter form label { display: block; margin-bottom: 18px; font-size: 12px; }
.newsletter form > div { display: flex; border-bottom: 1px solid var(--black); }
.newsletter input { width: 100%; padding: 15px 0; border: 0; outline: 0; background: transparent; }
.newsletter form button { padding: 0 8px; border: 0; background: none; cursor: pointer; }
.footer { padding: 75px 7vw 30px; display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 6vw; color: #fff; background: var(--black); }
.footer-brand { max-width: 280px; }
.footer-logo { display: block; font-family: Georgia, serif; font-size: 48px; letter-spacing: .08em; }
.footer-brand small { margin-left: 3px; letter-spacing: .65em; }
.footer-brand p { margin-top: 30px; color: #aaa; font-size: 12px; line-height: 1.7; }
.footer h3 { margin: 0 0 25px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer a { display: block; margin: 0 0 15px; color: #aaa; font-size: 11px; }
.footer a:hover { color: #fff; }
.footer-bottom { grid-column: 1/-1; margin-top: 35px; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid #333; color: #777; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.overlay { position: fixed; z-index: 99; inset: 0; background: #0009; opacity: 0; visibility: hidden; transition: .3s; }
.overlay.visible { opacity: 1; visibility: visible; }
.drawer { width: min(480px,100%); position: fixed; z-index: 100; right: 0; top: 0; bottom: 0; padding: 30px; display: flex; flex-direction: column; background: #fff; transform: translateX(102%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.drawer.open { transform: translateX(0); }
.drawer-head { padding-bottom: 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ddd; }
.drawer-head h2 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.drawer-head h2 span { color: #888; font-size: 15px; }
.drawer-head button, .modal-close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #ddd; border-radius: 50%; background: #fff; cursor: pointer; }
.empty-cart { margin: auto; max-width: 300px; text-align: center; }
.empty-cart > .icon { width: 38px; height: 38px; }
.empty-cart h3 { margin: 25px 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.empty-cart p { margin: 0 0 30px; color: #777; font-size: 13px; line-height: 1.6; }
.cart-lines { padding: 15px 0; overflow-y: auto; }
.cart-line { padding: 12px 0; display: grid; grid-template-columns: 72px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid #eee; }
.cart-line img { width: 72px; height: 86px; object-fit: cover; }
.cart-line strong, .cart-line span { display: block; }
.cart-line strong { margin-bottom: 10px; font-family: Georgia, serif; font-weight: 400; }
.cart-line span { font-size: 10px; }
.cart-line button { border: 0; background: none; cursor: pointer; }
.cart-total { margin-top: auto; padding-top: 20px; border-top: 1px solid #ddd; }
.cart-total div { display: flex; justify-content: space-between; }
.cart-total small { display: block; margin: 12px 0 20px; color: #777; font-size: 9px; }
.cart-total .button { width: 100%; }
.search-field { margin-top: 30px; padding: 0 0 14px; display: flex; gap: 12px; border-bottom: 1px solid #111; }
.search-field input { width: 100%; border: 0; outline: 0; font-family: Georgia, serif; font-size: 20px; }
.search-count { margin: 20px 0 8px; color: #777; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.search-results { overflow-y: auto; }
.search-results > button { width: 100%; padding: 12px 0; display: grid; grid-template-columns: 65px 1fr 24px; gap: 14px; align-items: center; border: 0; border-bottom: 1px solid #eee; background: none; text-align: left; cursor: pointer; }
.search-results img { width: 65px; height: 75px; object-fit: cover; }
.search-results small, .search-results strong, .search-results b { display: block; }
.search-results small { color: #888; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.search-results strong { margin: 7px 0; font-family: Georgia, serif; font-weight: 400; }
.search-results b { font-size: 10px; }
.mobile-drawer .drawer-head img { width: 120px; height: 55px; object-fit: contain; }
.mobile-drawer nav { margin-top: 20px; }
.mobile-drawer nav a { padding: 24px 0; display: grid; grid-template-columns: 40px 1fr auto; border-bottom: 1px solid #ddd; font-family: Georgia, serif; font-size: 24px; }
.mobile-drawer nav span { padding-top: 5px; font-family: Arial, sans-serif; font-size: 8px; }
.quick-modal { width: min(950px,calc(100% - 40px)); max-height: calc(100vh - 40px); position: fixed; z-index: 101; left: 50%; top: 50%; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; background: #fff; opacity: 0; visibility: hidden; transform: translate(-50%,-48%) scale(.98); box-shadow: 0 30px 90px #0005; transition: opacity .25s, transform .25s, visibility .25s; }
.quick-modal.open { opacity: 1; visibility: visible; transform: translate(-50%,-50%) scale(1); }
.modal-close { position: absolute; z-index: 3; right: 18px; top: 18px; }
.modal-image { min-height: 600px; background: var(--sage); }
.modal-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.modal-copy { padding: 75px 60px 45px; }
.modal-copy h2 { margin: 0 0 20px; font-size: 48px; line-height: 1; }
.modal-copy > p:not(.eyebrow) { color: #555; line-height: 1.7; }
.modal-copy ul { margin: 25px 0; padding: 20px 0; list-style: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.modal-copy li { margin: 10px 0; font-size: 11px; }
.modal-copy li::before { content: "✓"; margin-right: 10px; }
.modal-price { margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; }
.modal-price strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.modal-price span { color: #777; font-size: 9px; }
.modal-copy > .button { width: 100%; }
.modal-copy > small { display: block; margin-top: 12px; color: #999; font-size: 8px; text-align: center; }

@media (max-width: 980px) {
  .announcement-center { display: none; }
  .desktop-nav { display: none; }
  .header-main { height: 76px; grid-template-columns: 1fr auto 1fr; }
  .mobile-menu { display: flex; }
  .header-actions span, .account-button { display: none !important; }
  .header-actions { gap: 15px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; padding: 80px 7vw 55px; }
  .hero-image-wrap { min-height: 620px; }
  .product-grid { grid-template-columns: repeat(2,1fr); row-gap: 40px; }
  .manifesto { grid-template-columns: 80px 1fr; }
  .manifesto-mark { display: none; }
  .routine-section { grid-template-columns: 1fr; }
  .routine-intro { position: static; }
  .reviews { grid-template-columns: 1fr; }
  .reviews blockquote { padding: 40px 0 0; border-left: 0; border-top: 1px solid #ccc; }
  .review-score { display: flex; align-items: center; gap: 15px; }
}

@media (max-width: 680px) {
  .mockup-ribbon { display: none; }
  .announcement { justify-content: center; font-size: 8px; }
  .announcement > span:last-child { display: none; }
  .header-main { padding: 0 20px; }
  .logo-link { width: 128px; }
  .header-actions > button:first-child { display: none; }
  .hero-copy { min-height: 545px; padding: 70px 24px 48px; }
  .hero h1 { font-size: 61px; }
  .hero-description { margin: 30px 0; font-size: 14px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero-proof { margin-top: 44px; gap: 18px; }
  .hero-proof b { display: block; margin: 0 0 5px; }
  .hero-image-wrap { min-height: 490px; }
  .hero-product-note { left: 20px; right: 20px; bottom: 20px; }
  .products-section { padding: 80px 16px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
  .section-heading h2 { font-size: 48px; }
  .product-grid { gap: 10px; row-gap: 30px; }
  .product-title { font-size: 16px; }
  .product-info > div { align-items: flex-end; }
  .product-info > div > span { max-width: 90px; line-height: 1.5; }
  .quick-view { display: none; }
  .manifesto { min-height: 575px; padding: 65px 24px; grid-template-columns: 1fr; }
  .manifesto-number { display: none; }
  .manifesto h2 { font-size: 64px; }
  .routine-section { padding: 85px 20px; }
  .routine-intro h2 { font-size: 52px; }
  .routine-step { grid-template-columns: 30px 65px 1fr auto; gap: 9px; }
  .routine-thumb { width: 56px; height: 68px; }
  .routine-step strong { font-size: 15px; }
  .concerns { grid-template-columns: 1fr; }
  .concern { min-height: 530px; padding: 50px 24px; align-items: flex-start; }
  .concern > div { max-width: 70%; }
  .concern h2 { font-size: 48px; }
  .concern img { width: 50%; height: 58%; }
  .reviews { padding: 85px 24px; }
  .review-heading h2 { font-size: 49px; }
  .newsletter { padding: 65px 24px; grid-template-columns: 1fr; gap: 45px; }
  .newsletter h2 { font-size: 48px; }
  .footer { padding: 65px 24px 25px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; margin-bottom: 30px; }
  .footer > div:nth-of-type(4) { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .drawer { padding: 22px; }
  .quick-modal { width: calc(100% - 20px); max-height: calc(100vh - 20px); grid-template-columns: 1fr; }
  .modal-image { min-height: 360px; max-height: 42vh; }
  .modal-copy { padding: 40px 25px 28px; }
  .modal-copy h2 { font-size: 38px; }
  .modal-price { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

/* WordPress and WooCommerce integration */
.screen-reader-text { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; z-index: 9999; left: 16px; top: 16px; padding: 14px 18px; clip: auto; color: #fff; background: #080808; }
body.admin-bar .drawer { top: 32px; }
body.admin-bar .quick-modal { margin-top: 16px; }
body.stage-panel-open { overflow: hidden; }
.stage-price-note { margin: 25px 0 0; color: #7b746d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.modal-product-link { margin-top: 20px; display: block; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-decoration: underline; text-transform: uppercase; }
.newsletter-response { min-height: 18px; margin: 14px 0 0; font-size: 10px; line-height: 1.5; }
.stage-toast { max-width: min(380px,calc(100% - 30px)); z-index: 120; left: 50%; bottom: 24px; padding: 14px 18px; position: fixed; color: #fff; background: #080808; opacity: 0; visibility: hidden; transform: translate(-50%,15px); transition: .25s; font-size: 11px; letter-spacing: .05em; text-align: center; }
.stage-toast.visible { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.stage-cart-body { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.cart-remove { align-self: center; padding: 10px; font-size: 18px; }
.search-arrow { font-size: 20px; font-weight: 300; }
.content-shell, .woocommerce-shell { width: min(1320px,calc(100% - 48px)); min-height: 55vh; margin: 0 auto; padding: 80px 0 110px; }
.stage-entry { max-width: 800px; }
.stage-entry h1, .woocommerce-shell h1, .woocommerce-shell .woocommerce-products-header__title { margin: 0 0 45px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(45px,6vw,82px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }

.woocommerce-shell .woocommerce-breadcrumb { margin: 0 0 40px; color: #777; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-shell .woocommerce-result-count, .woocommerce-shell .woocommerce-ordering { margin-bottom: 35px; font-size: 11px; }
.woocommerce-shell .woocommerce-ordering select { padding: 10px 35px 10px 12px; border: 1px solid #bbb; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 35px 16px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.woocommerce ul.products li.product a img { aspect-ratio: .79; margin: 0 0 18px; object-fit: cover; background: #edf1e8; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: Georgia,"Times New Roman",serif; font-size: 19px; font-weight: 400; }
.woocommerce ul.products li.product .price { margin: 14px 0; color: #080808; font-size: 12px; font-weight: 700; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #080808; border-radius: 0; color: #fff; background: #080808; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #080808; background: transparent; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 70px; }
.woocommerce div.product .product_title { font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,5vw,70px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #080808; font-family: Georgia,"Times New Roman",serif; font-size: 24px; }
.woocommerce div.product form.cart .button { min-height: 52px; }
.woocommerce .quantity .qty { min-height: 52px; border: 1px solid #999; }
.woocommerce-tabs { clear: both; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: #eeeae5; }
.woocommerce table.shop_table { border-collapse: collapse; border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 18px 12px; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: #9d7d61; background: #fff; }
.woocommerce-message::before, .woocommerce-info::before { color: #9d7d61; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 12px; border: 1px solid #c6c0ba; background: #fff; }
.woocommerce-checkout #payment { border-radius: 0; background: #ebe7e1; }

@media (max-width: 980px) {
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  body.admin-bar .drawer { top: 46px; }
}

@media (max-width: 680px) {
  .content-shell, .woocommerce-shell { width: calc(100% - 32px); padding: 55px 0 80px; }
  .woocommerce ul.products { gap: 25px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; }
}
