:root {
  --ink: #2b3029;
  --muted: #6c7066;
  --olive: #485442;
  --blue: var(--olive);
  --paper: #f7f5ef;
  --soft: #eeebe3;
  --line: #dcdcd1;
  --white: #fffefa;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --gutter: clamp(22px, 5vw, 84px);
  --max: 1500px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 25px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; height: auto; }
svg { max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
button:disabled, input:disabled { cursor: not-allowed; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.13; letter-spacing: -.045em; }
::selection { background: #d7dece; color: var(--ink); }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 5px; }
.site-footer :focus-visible { outline-color: var(--paper); }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 999999; top: 12px; left: 12px; background: var(--white); padding: 15px 22px; font-weight: 600; }
.content-shell { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.site-topline { min-height: 29px; background: #e8ebdf; color: #4d5745; padding: 5px 20px; text-align: center; font-size: 11px; letter-spacing: .065em; }
.site-header { display: flex; align-items: center; gap: 35px; padding: 21px var(--gutter); min-height: 91px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand-wordmark { font-family: var(--serif); font-size: 43px; line-height: 1; letter-spacing: -.075em; }
.brand-dot { color: #6b755b; }
.brand-image { max-width: 170px; max-height: 54px; width: auto; object-fit: contain; }
.primary-nav { margin-left: auto; }
.primary-nav, .utility-nav, .menu { display: flex; align-items: center; gap: 29px; }
.menu { margin: 0; padding: 0; list-style: none; flex-wrap: wrap; }
.primary-nav a, .utility-nav a { text-decoration: none; font-size: 11px; line-height: 1.4; letter-spacing: .025em; white-space: nowrap; }
.primary-nav a:hover, .utility-nav a:hover { text-decoration: underline; }
.utility-nav { margin-left: clamp(10px, 4vw, 60px); gap: 24px; }
.cart-link { display: inline-flex; gap: 8px; align-items: center; }
.cart-count { min-width: 23px; height: 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #b5bba9; border-radius: 50%; font-size: 11px; line-height: 1; color: var(--olive); }
.eyebrow { display: block; font-size: 11px; font-weight: 500; line-height: 1.5; text-transform: uppercase; letter-spacing: .15em; }
.collection-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 25px 23px; color: var(--muted); }
.collection-note { font-family: var(--serif); font-style: italic; font-size: 13px; }
.product-hero { padding-bottom: 58px; }
.product-hero-grid { display: grid; grid-template-columns: 1.16fr 1fr; gap: clamp(36px, 6vw, 100px); align-items: start; }
.product-gallery { min-width: 0; }
.gallery-image-stage { aspect-ratio: 1.05; background: var(--soft); position: relative; }
.gallery-main-link { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; text-decoration: none; }
.gallery-main-image { width: 100%; height: 100%; max-height: 690px; display: block; object-fit: contain; padding: 35px; }
.gallery-zoom-label { position: absolute; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 13px; padding: 7px 11px; background: #fffefaeb; font-size: 11px; }
.gallery-zoom-label > span { font-size: 18px; line-height: 1; }
.gallery-bottom-line { display: flex; justify-content: space-between; gap: 15px; font-size: 11px; color: var(--muted); margin-top: 13px; }
.gallery-thumbnails { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.gallery-thumbnail { width: 62px; height: 65px; display: block; border: 1px solid transparent; background: var(--soft); padding: 5px; }
.gallery-thumbnail[aria-current="true"] { border-color: var(--olive); }
.gallery-thumbnail:hover { border-color: #9ba38f; }
.gallery-thumbnail img { height: 100%; width: 100%; object-fit: contain; display: block; }
.gallery-dialog { width: min(1150px, calc(100vw - 35px)); max-height: calc(100dvh - 35px); border: 0; padding: 0; background: var(--paper); color: var(--ink); }
.gallery-dialog:not([open]) { display: none; }
.gallery-dialog::backdrop { background: #172016c9; }
.gallery-dialog-bar { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 13px 20px; border-bottom: 1px solid var(--line); }
.gallery-dialog-bar > p { margin: 0; font-size: 11px; }
.gallery-dialog-bar form { margin: 0; }
.gallery-close, .gallery-dialog-controls button { background: transparent; border: 0; color: var(--ink); font-size: 11px; padding: 11px 4px; min-height: 42px; }
.gallery-close > span { margin-left: 12px; font-size: 20px; }
.gallery-dialog-image { width: 100%; height: min(75dvh, 800px); object-fit: contain; display: block; padding: 20px; }
.gallery-dialog-controls { display: flex; align-items: center; justify-content: center; gap: 35px; padding: 5px 20px 12px; font-size: 11px; }
.gallery-dialog-controls button:disabled { opacity: .35; }
.journey-preview { position: relative; margin: 0; aspect-ratio: 1.12; overflow: hidden; background: #ddd6c7; }
.journey-preview > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 47% 50%; }
.journey-preview figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; color: #fff; text-shadow: 0 1px 5px #0008; }
.journey-preview figcaption > span:first-child { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; background: #263024c9; padding: 6px 9px; text-shadow: none; }
.journey-preview figcaption > span:last-child { font-family: var(--serif); font-size: 18px; font-style: italic; }
.journey-preview--text { padding: 35px; display: flex; flex-direction: column; justify-content: space-between; background: #e6e5da; color: #58614e; }
.journey-preview--text > p { font-family: var(--serif); font-size: clamp(35px, 4vw, 66px); line-height: 1.1; letter-spacing: -.035em; margin: 25px 0; }
.journey-caption { font-size: 11px; }
.original-photo-note { margin-top: 13px; padding: 15px 0 0; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 13px; }
.photo-note-icon { width: 33px; height: 37px; border: 1px solid #c6c8ba; color: #8c9280; display: flex; justify-content: center; align-items: center; font-size: 17px; font-weight: 300; }
.original-photo-note > div > span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; display: block; }
.original-photo-note p { font-family: var(--serif); font-size: 15px; line-height: 1.3; margin: 2px 0 0; }
.photo-note-end { margin-left: auto; font-family: var(--serif); font-size: 23px; letter-spacing: -.065em; color: #8b8d7b; }
.product-purchase { padding-top: 16px; scroll-margin-top: 22px; }
.product-purchase > .eyebrow { color: var(--olive); margin-bottom: 14px; }
.product-purchase h1 { font-size: clamp(45px, 4.8vw, 73px); line-height: 1.01; margin: 0 0 17px; max-width: 640px; }
.hero-lead { color: var(--muted); font-size: 15px; margin-bottom: 25px; max-width: 38ch; }
.purchase-product-info { border-top: 1px solid var(--line); padding-top: 23px; }
.product-purchase h2 { font-family: var(--sans); font-size: clamp(17px, 1.5vw, 22px); font-weight: 400; line-height: 1.48; letter-spacing: -.015em; margin-bottom: 16px; max-width: 34ch; }
.product-purchase h2 a { text-decoration: none; }
.product-purchase h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.woocommerce .hero-price { font-family: var(--sans); font-size: 27px; color: var(--ink); line-height: 1.3; letter-spacing: -.035em; margin: 0 0 19px; font-weight: 400; }
.woocommerce-price-suffix { font-family: var(--sans); display: inline-block; font-size: 11px; color: var(--muted); letter-spacing: 0; font-weight: 400; }
.product-excerpt { font-size: 15px; color: var(--muted); line-height: 1.65; max-width: 53ch; }
.product-excerpt p { margin-bottom: 14px; }
.native-purchase { margin: 22px 0 13px; }
.native-purchase form.cart { display: flex; align-items: stretch; gap: 10px; margin: 0; flex-wrap: wrap; }
.native-purchase .single_add_to_cart_button { flex: 1; }
.native-purchase .variations_form, .native-purchase .grouped_form { display: block !important; }
.native-purchase .woocommerce-variation-add-to-cart { display: flex; gap: 10px; flex-wrap: wrap; }
.native-purchase .stock { font-size: 11px !important; margin-bottom: 12px; color: var(--muted); }
.purchase-links { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; text-decoration: none; border-bottom: 1px solid #b2b6a5; padding-bottom: 6px; font-size: 11px; line-height: 1.5; }
.text-link > span { font-size: 15px; line-height: 1; transition: transform .2s; }
.text-link:hover > span { transform: translateX(3px); }
.text-link:hover { border-color: var(--olive); }
.hero-facts { margin: 24px 0 0; border-top: 1px solid var(--line); padding-top: 13px; }
.hero-facts > div { display: flex; gap: 20px; justify-content: space-between; padding-block: 5px; font-size: 11px; }
.hero-facts dt { color: var(--muted); }
.hero-facts dd { text-align: right; margin: 0; max-width: 65%; }
.product-detail-section { padding-top: 20px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 11%; }
.section-heading { padding-top: 23px; border-top: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(37px, 4vw, 58px); margin: 18px 0; }
.product-detail-disclosure { border-top: 1px solid var(--line); }
.product-detail-disclosure:last-child { border-bottom: 1px solid var(--line); }
.product-detail-disclosure summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: 12px; list-style: none; cursor: pointer; }
.product-detail-disclosure summary::-webkit-details-marker { display: none; }
.product-detail-disclosure summary > span { font-size: 19px; }
.product-detail-disclosure[open] summary > span { transform: rotate(45deg); }
.description-content { font-size: 15px; line-height: 1.7; color: var(--muted); padding-bottom: 17px; }
.description-content ul { padding-left: 18px; }
.product-facts { margin: 0 0 18px; }
.product-facts > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 25px; padding: 13px 0; font-size: 12px; border-top: 1px solid var(--line); }
.product-facts dt { color: var(--muted); }
.product-facts dd { margin: 0; text-align: right; }
.journey-editorial { padding-bottom: 95px; }
.editorial-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding: 23px 0; color: var(--muted); }
.editorial-index { font-size: 11px; letter-spacing: .025em; }
.editorial-photo { position: relative; height: clamp(280px, 35vw, 530px); margin: 0; overflow: hidden; }
.editorial-photo > img { width: 100%; height: 110%; position: relative; top: -5%; display: block; object-fit: cover; }
.editorial-photo figcaption { position: absolute; bottom: 20px; left: 24px; color: white; background: #263024c9; padding: 6px 9px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.editorial-copy { display: grid; grid-template-columns: 1.3fr 1fr; align-items: start; gap: 14%; padding-top: 37px; }
.editorial-copy h2 { font-size: clamp(39px, 4.4vw, 66px); line-height: 1.1; max-width: 600px; margin: 0; }
.editorial-copy > div { padding-top: 9px; }
.editorial-copy p { font-size: 15px; color: var(--muted); max-width: 44ch; margin-bottom: 23px; }
.empty-selection { background: var(--soft); padding: clamp(35px, 6vw, 90px); }
.empty-selection h1 { font-size: clamp(45px, 6vw, 80px); margin: 25px 0; }
.empty-selection p { color: var(--muted); font-size: 14px; }
.home-editor-content { padding-bottom: 65px; }
.mobile-purchase-bar { display: none; }
.site-footer { background: #30382d; color: #f4f3e9; padding: 43px var(--gutter) 22px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 45px; }
.footer-wordmark { font-family: var(--serif); font-size: 69px; letter-spacing: -.075em; line-height: 1; text-decoration: none; }
.footer-top p { font-family: var(--serif); font-size: 22px; line-height: 1.3; margin: 0; color: #d6d9cc; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; padding-top: 22px; border-top: 1px solid #ffffff2b; font-size: 11px; }
.footer-bottom p { margin: 0; white-space: nowrap; color: #c0c7b5; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 21px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-links .menu { gap: 11px 21px; }
.page-main { min-height: 55vh; padding-top: 46px; padding-bottom: 85px; }
.page-heading { margin-bottom: 35px; }
.page-heading h1 { font-size: clamp(38px, 5vw, 72px); margin: 16px 0 22px; }
.page-content { overflow-wrap: anywhere; font-size: 14px; }
.page-content > :where(p, h2, h3, h4, ul, ol, blockquote) { max-width: 860px; }
.page-content h2 { font-size: clamp(28px, 3vw, 42px); margin-top: 40px; }
.page-content h3 { margin-top: 30px; font-size: 27px; }
.page-content .alignwide { max-width: 100%; width: 100%; }
.page-content .alignfull { width: auto; max-width: none; margin-left: calc(var(--gutter) * -1); margin-right: calc(var(--gutter) * -1); }
.page-content blockquote { margin-inline: 0; border-left: 2px solid var(--olive); padding-left: 23px; }
.journal-entry { padding-block: 27px; border-bottom: 1px solid var(--line); }
.journal-entry h2 { font-size: 35px; }
.journal-entry h2 a { text-decoration: none; }
.button, .wp-element-button, .wp-block-button__link, button[type="submit"], input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wc-block-components-button:not(.is-link) { border: 1px solid var(--olive); border-radius: 0; background: var(--olive); color: var(--white); font-family: var(--sans); font-size: 12px; line-height: 1.3; letter-spacing: .025em; font-weight: 400; text-decoration: none; padding: 16px 23px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; transition: background-color .18s, border-color .18s; }
.button:hover, .wp-element-button:hover, .wp-block-button__link:hover, button[type="submit"]:hover, input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .wc-block-components-button:not(.is-link):hover { background: #303b2b; border-color: #303b2b; color: var(--white); }
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button.alt.disabled { padding: 16px 23px; background: #7d8475; border-color: #7d8475; color: white; opacity: .7; }
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]), select, textarea { color: var(--ink); background: var(--white); border: 1px solid #bec3b4; border-radius: 0; padding: 12px; min-height: 46px; max-width: 100%; font-size: 13px; }
textarea { width: 100%; }
input[type="checkbox"], input[type="radio"] { accent-color: var(--olive); }
label { font-size: 12px; }
.woocommerce form .form-row { padding: 3px 0; margin-bottom: 16px; }
.woocommerce form .form-row label { line-height: 1.7; margin-bottom: 5px; }
.woocommerce form .form-row .required { color: #963d2e; }
.woocommerce .quantity .qty { width: 66px; min-height: 50px; height: 100%; padding: 10px; background: transparent; }
.select2-container--default .select2-selection--single { border-radius: 0; height: 46px; border-color: #bec3b4; background: var(--white); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 44px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }
.shop-main { padding-block: 29px 85px; min-height: 60vh; }
.woocommerce .woocommerce-breadcrumb { font-size: 11px; margin-bottom: 28px; color: var(--muted); }
.woocommerce .woocommerce-breadcrumb a { color: var(--muted); }
.woocommerce-products-header h1 { font-size: clamp(42px, 5vw, 75px); margin-bottom: 36px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { font-size: 11px; margin-bottom: 30px; }
.woocommerce .woocommerce-ordering select { min-height: 38px; padding: 8px 27px 8px 12px; font-size: 11px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; object-fit: contain; background: var(--soft); margin-bottom: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--sans); font-size: 17px; line-height: 1.4; letter-spacing: -.015em; padding: 0 0 12px; font-weight: 400; }
.woocommerce ul.products li.product .price { color: var(--ink); font-size: 16px; }
.woocommerce ul.products li.product .button { margin-top: 10px; font-size: 11px; padding: 12px 17px; min-height: 42px; }
.woocommerce span.onsale { background: var(--olive); border-radius: 0; min-height: auto; line-height: 1.2; padding: 8px 12px; font-size: 11px; }
.woocommerce div.product div.images img { background: var(--soft); }
.woocommerce div.product .product_title { font-size: clamp(30px, 3.2vw, 47px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: 27px; }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: 13px; color: var(--muted); }
.woocommerce div.product p.stock { color: var(--muted); font-size: 11px; }
.woocommerce div.product p.out-of-stock { color: #963d2e; }
.woocommerce div.product form.cart .button { min-height: 50px; }
.woocommerce div.product form.cart div.quantity { margin-right: 10px; }
.woocommerce div.product form.cart .variations, .native-purchase .variations { margin-bottom: 16px; width: 100%; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th, .native-purchase .variations td, .native-purchase .variations th { padding: 8px 0; }
.woocommerce div.product form.cart .variations select, .native-purchase .variations select { width: 100%; }
.woocommerce div.product .product_meta { font-size: 11px; color: var(--muted); display: flex; gap: 8px 15px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs { padding-top: 40px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; padding: 0; margin: 0 25px 0 0; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 12px; padding-block: 15px; font-weight: 400; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--olive); background: transparent; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 950px; padding-block: 18px; font-size: 14px; }
.woocommerce div.product .woocommerce-tabs .panel > h2, .woocommerce .related > h2 { font-size: 35px; }
.woocommerce .related { margin-top: 52px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--olive); background: var(--soft); color: var(--ink); font-size: 12px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--olive); }
.woocommerce-error { border-top-color: #963d2e; }
.shop-notices { padding-top: 14px; }
.shop-notices:empty { display: none; }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 0; border-collapse: collapse; font-size: 13px; }
.woocommerce table.shop_table th { font-weight: 500; padding: 15px; }
.woocommerce table.shop_table td { border-top: 1px solid var(--line); padding: 17px 15px; }
.woocommerce table.shop_table .product-name a { font-weight: 400; text-decoration: none; }
.woocommerce table.shop_table .product-thumbnail img { width: 75px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 165px; min-height: 50px; padding: 12px; border-color: #bec3b4; }
.woocommerce a.remove { font-weight: 400; color: var(--ink) !important; }
.woocommerce a.remove:hover { color: white !important; background: var(--olive); }
.woocommerce .cart-collaterals .cart_totals { padding: 27px; background: var(--soft); }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 31px; }
.woocommerce .cart-collaterals .cart_totals table { border: 0; }
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td { padding-inline: 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { font-size: 13px; margin: 0; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-radius: 0; border-color: var(--line); padding: 26px; }
.woocommerce-checkout #customer_details { margin-bottom: 40px; }
.woocommerce-checkout h3 { font-size: 31px; margin-bottom: 24px; }
.woocommerce-checkout-review-order { max-width: 950px; }
.woocommerce-checkout #payment { background: var(--soft); border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { padding: 24px; border-bottom-color: var(--line); }
.woocommerce-checkout #payment div.payment_box { background: var(--white); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--white); }
.woocommerce-checkout #payment div.form-row { padding: 24px; }
.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper { font-size: 11px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: var(--olive); font-weight: 600; }
.woocommerce-account .woocommerce-MyAccount-content { font-size: 14px; }
.wc-block-components-main, .wc-block-components-sidebar { color: var(--ink); }
.wc-block-cart .wc-block-cart__submit-container { background: var(--paper); }
.wc-block-components-sidebar { background: var(--soft); padding: 25px !important; border-radius: 0; }
.wc-block-components-title, .wc-block-components-checkout-step__heading h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input, .wc-block-components-form .wc-block-components-text-input input { border-radius: 0 !important; }
.wc-block-components-product-name { color: var(--ink); font-weight: 400; text-decoration: none; }
.wc-block-components-quantity-selector { border-radius: 0; }
.wc-block-components-quantity-selector input { min-height: 32px !important; padding: 0 !important; border: 0 !important; }
.wc-block-components-quantity-selector button { min-height: 32px; }
.wc-block-components-totals-wrapper { border-color: var(--line); }
.wc-block-components-checkout-return-to-cart-button { color: var(--ink); }
.wc-block-components-notice-banner { border-radius: 0; }
.wc-block-checkout__terms { font-size: 11px; }
.wc-block-components-checkout-place-order-button { width: 100%; }
.wc-block-grid__product-title { font-size: 18px; line-height: 1.4; }
.wp-block-woocommerce-empty-cart-block h2 { margin-top: 0; }
@media (min-width: 1500px) { .site-header, .site-footer { padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); } }
@media (max-width: 1100px) {
  .site-header { gap: 22px; }
  .primary-nav, .utility-nav { gap: 20px; }
  .utility-nav { margin-left: 12px; }
  .product-hero-grid { gap: 38px; }
  .product-purchase { padding-top: 5px; }
  .product-purchase h1 { font-size: 54px; }
  .product-purchase h2 { font-size: 18px; }
  .hero-lead { font-size: 15px; margin-bottom: 20px; }
  .purchase-product-info { padding-top: 19px; }
  .journey-preview { aspect-ratio: .93; }
  .gallery-image-stage { aspect-ratio: .93; }
  .product-detail-section { gap: 8%; }
}
@media (max-width: 800px) {
  .site-header { gap: 20px; }
  .brand-wordmark { font-size: 37px; }
  .primary-nav, .utility-nav { gap: 16px; }
  .primary-nav a, .utility-nav a { font-size: 11px; }
  .utility-nav { margin-left: 0; }
  .product-hero-grid { gap: 30px; grid-template-columns: 1fr 1fr; }
  .product-purchase h1 { font-size: 47px; }
  .product-purchase h2 { font-size: 16px; }
  .journey-preview { aspect-ratio: .76; }
  .journey-preview figcaption { left: 14px; right: 14px; bottom: 16px; }
  .journey-preview figcaption > span:last-child { display: none; }
  .hero-lead { max-width: 29ch; margin-bottom: 18px; }
  .native-purchase { margin-top: 18px; }
  .native-purchase .single_add_to_cart_button { font-size: 11px !important; padding-inline: 12px !important; }
  .woocommerce .quantity .qty { width: 54px; }
  .editorial-copy { gap: 9%; }
  .editorial-copy h2 { font-size: 45px; }
  .footer-bottom { flex-direction: column; gap: 15px; }
  .footer-links { justify-content: flex-start; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
  .woocommerce .cart-collaterals .cart_totals { padding: 20px; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td { background: var(--soft); }
}
@media (max-width: 720px) {
  .site-header { min-height: 0; flex-wrap: wrap; padding-block: 17px 12px; gap: 17px; }
  .brand { order: 0; }
  .brand-wordmark { font-size: 37px; }
  .utility-nav { order: 1; margin-left: auto; gap: 19px; }
  .primary-nav { order: 2; width: 100%; margin-left: 0; border-top: 1px solid var(--line); padding-top: 12px; justify-content: space-between; }
  .primary-nav a, .utility-nav a { font-size: 11px; }
  .brand-image { max-width: 140px; }
  .collection-line { padding-block: 18px; }
  .collection-line .eyebrow { font-size: 11px; }
  .collection-note { font-size: 11px; }
  .product-hero-grid { display: flex; flex-direction: column; gap: 31px; }
  .product-gallery, .product-purchase { width: 100%; }
  .product-gallery { order: 0; }
  .product-purchase { order: 1; padding-top: 0; }
  .journey-preview { aspect-ratio: 1.5; }
  .journey-preview > img { object-position: 50% 57%; }
  .journey-preview figcaption { left: 17px; right: 17px; bottom: 15px; }
  .journey-preview figcaption > span:first-child { font-size: 11px; }
  .journey-preview figcaption > span:last-child { display: inline; font-size: 16px; }
  .original-photo-note { margin-top: 10px; padding-top: 11px; }
  .photo-note-icon { height: 31px; width: 28px; }
  .original-photo-note p { font-size: 13px; }
  .original-photo-note > div > span { font-size: 11px; }
  .photo-note-end { font-size: 20px; }
  .gallery-image-stage { aspect-ratio: 1.2; }
  .gallery-main-image { padding: 22px; }
  .gallery-thumbnail { width: 54px; height: 56px; }
  .product-purchase h1 { font-size: clamp(43px, 9.8vw, 63px); margin-bottom: 14px; }
  .product-purchase > .eyebrow { margin-bottom: 10px; }
  .hero-lead { max-width: none; font-size: 15px; margin-bottom: 22px; }
  .purchase-product-info { padding-top: 20px; }
  .product-purchase h2 { font-size: 18px; max-width: 39ch; margin-bottom: 14px; }
  .woocommerce .hero-price { font-size: 26px; }
  .product-excerpt { font-size: 15px; }
  .native-purchase .single_add_to_cart_button { font-size: 12px !important; }
  .woocommerce .quantity .qty { width: 64px; }
  .native-purchase { margin-top: 19px; }
  .purchase-links { margin-top: 3px; }
  .text-link { font-size: 11px; }
  .hero-facts { margin-top: 23px; }
  .hero-facts > div { font-size: 11px; }
  .product-hero { padding-bottom: 45px; }
  .product-detail-section { display: block; padding-top: 0; padding-bottom: 50px; }
  .section-heading { padding-top: 20px; border-top: 0; }
  .section-heading h2 { font-size: 40px; margin: 12px 0 27px; }
  .product-detail-disclosure summary { font-size: 12px; }
  .product-facts > div { font-size: 11px; }
  .journey-editorial { padding-bottom: 57px; }
  .editorial-heading { padding-block: 21px; }
  .editorial-heading .eyebrow { font-size: 11px; }
  .editorial-index { font-size: 11px; }
  .editorial-photo { height: 280px; }
  .editorial-copy { display: block; padding-top: 19px; }
  .editorial-copy h2 { font-size: clamp(38px, 8.8vw, 49px); max-width: 400px; margin-bottom: 23px; }
  .editorial-copy > div { padding-top: 0; }
  .editorial-copy p { font-size: 15px; max-width: 46ch; margin-bottom: 22px; }
  .mobile-purchase-bar { position: sticky; bottom: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; background: #f7f5eff5; border-top: 1px solid #ccd0c2; padding: 11px var(--gutter) max(11px, env(safe-area-inset-bottom)); box-shadow: 0 -4px 25px #343a2d08; }
  .mobile-purchase-bar > div { display: flex; flex-direction: column; gap: 2px; }
  .mobile-purchase-label { font-size: 11px; color: var(--muted); }
  .mobile-purchase-price { font-size: 16px; line-height: 1.3; }
  .mobile-purchase-price .woocommerce-price-suffix { display: none; }
  .mobile-purchase-bar > a { font-size: 11px; padding: 12px 17px; background: var(--olive); color: var(--white); text-decoration: none; display: inline-flex; gap: 16px; align-items: center; min-height: 43px; }
  .site-footer { padding-top: 35px; }
  .footer-top { padding-bottom: 34px; }
  .footer-wordmark { font-size: 56px; }
  .footer-top p { font-size: 19px; }
  .footer-links, .footer-links .menu { gap: 13px 20px; }
  .page-main { padding-top: 30px; padding-bottom: 60px; }
  .page-heading { margin-bottom: 28px; }
  .page-heading h1 { font-size: 42px; }
  .shop-main { padding-block: 23px 55px; }
  .woocommerce-products-header h1 { font-size: 46px; }
  .woocommerce ul.products { gap: 25px 15px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px; }
  .woocommerce ul.products li.product .price { font-size: 15px; }
  .woocommerce ul.products li.product .button { font-size: 11px; padding: 11px; }
  .woocommerce div.product .product_title { font-size: 33px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { margin-right: 16px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 11px; }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th { padding: 14px 11px; }
  .woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .button { width: 50% !important; float: none; margin: 0; font-size: 11px; padding: 12px 8px; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 30px; }
  .woocommerce-message, .woocommerce-info, .woocommerce-error { font-size: 11px; }
  .woocommerce-message .button, .woocommerce-info .button { float: none; margin-bottom: 12px; }
  .wc-block-components-sidebar { padding: 20px !important; }
  .wc-block-cart-item__product .wc-block-components-product-name { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* Legible navigation and touch targets across the boutique layout. */
.primary-nav a, .utility-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.text-link { font-size: 13px; min-height: 44px; align-items: center; }
.eyebrow { font-size: 11px; }
.button, .wp-element-button, .wp-block-button__link, button[type="submit"], input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .wc-block-components-button:not(.is-link), .native-purchase .single_add_to_cart_button { font-size: 14px !important; min-height: 50px; }
.gallery-close, .gallery-dialog-controls button { font-size: 13px; min-height: 44px; }
.journey-preview[data-editorial-photo] > img { height: 110%; top: -5%; position: relative; }
@media (max-width: 720px) {
  .primary-nav a, .utility-nav a { font-size: 12px; }
  .hero-lead, .product-excerpt, .editorial-copy p, .description-content { font-size: 15px; }
  .collection-line .eyebrow, .editorial-heading .eyebrow, .original-photo-note > div > span { font-size: 11px; }
  .mobile-purchase-bar > a { font-size: 14px; min-height: 46px; }
}
