:root {
  --ink: #17362f;
  --ink-soft: #3e5750;
  --forest: #183f35;
  --green: #2e6656;
  --sage: #dfe9df;
  --mint: #eef4ed;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --line: #d9dfd8;
  --gold: #b48b45;
  --white: #ffffff;
  --shell: min(1280px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.hf-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.hf-skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  background: var(--white); color: var(--ink); padding: 12px 18px;
}
.hf-skip-link:focus { top: 16px; }

.hf-announcement { background: var(--forest); color: var(--white); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.hf-announcement .hf-shell { display: flex; justify-content: space-between; padding-block: 7px; }
.hf-site-header { position: relative; z-index: 30; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--line); }
.hf-home .hf-site-header { border-bottom-color: rgba(23,54,47,.15); }
.hf-header-inner { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.hf-wordmark { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; justify-self: center; }
.hf-wordmark__main { font-family: var(--serif); font-size: 22px; letter-spacing: .18em; }
.hf-wordmark__sub { margin-top: 6px; font-size: 8px; letter-spacing: .48em; padding-left: .48em; }
.hf-primary-nav { justify-self: start; grid-row: 1; grid-column: 1; }
.hf-primary-nav ul { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); margin: 0; padding: 0; list-style: none; }
.hf-primary-nav a { position: relative; display: block; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.hf-primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.hf-primary-nav a:hover::after, .hf-primary-nav .current-menu-item a::after { width: 100%; }
.hf-header-actions { justify-self: end; }
.hf-cart-link { position: relative; display: grid; place-items: center; width: 42px; height: 42px; }
.hf-cart-link svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.hf-cart-count { position: absolute; top: 1px; right: 0; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 99px; background: var(--forest); color: var(--white); font-size: 10px; line-height: 1; }
.hf-menu-toggle { display: none; background: none; border: 0; padding: 10px 0; }
.hf-menu-toggle > span:not(.screen-reader-text) { width: 24px; height: 1px; display: block; background: currentColor; margin: 5px 0; }

.hf-hero { min-height: 700px; display: grid; grid-template-columns: 44% 56%; background: var(--cream); }
.hf-hero__content { padding: clamp(72px, 9vw, 150px) clamp(32px, 7vw, 112px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hf-eyebrow { margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.hf-hero h1 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.6vw, 108px); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.hf-hero__intro { max-width: 510px; margin: 34px 0 0; color: var(--ink-soft); font-size: 17px; }
.hf-hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hf-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 28px;
  border: 1px solid var(--forest) !important; border-radius: 0 !important; background: var(--forest) !important;
  color: var(--white) !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .12em; line-height: 1.2 !important; text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.hf-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-element-button:hover { background: transparent !important; color: var(--forest) !important; }
.hf-button--light { border-color: var(--white) !important; background: var(--white) !important; color: var(--forest) !important; }
.hf-button--light:hover { background: transparent !important; color: var(--white) !important; }
.hf-text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(23,54,47,.4); padding-bottom: 4px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hf-text-link span { transition: transform .2s ease; }
.hf-text-link:hover span { transform: translateX(5px); }
.hf-hero__visual { position: relative; min-height: 700px; overflow: hidden; background: var(--sage); }
.hf-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.hf-hero__caption { position: absolute; left: 28px; right: 28px; bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; background: rgba(255,253,249,.9); backdrop-filter: blur(10px); }
.hf-hero__caption span { color: var(--green); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hf-hero__caption a { font-family: var(--serif); font-size: 17px; }

.hf-category-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.hf-category-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.hf-category-strip a { display: flex; align-items: center; gap: 16px; padding: 30px clamp(18px, 3vw, 42px); border-right: 1px solid var(--line); font-family: var(--serif); font-size: 19px; }
.hf-category-strip a:first-child { border-left: 1px solid var(--line); }
.hf-category-strip span { color: var(--gold); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; }

.hf-collection { padding-block: 118px; }
.hf-section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 390px); align-items: end; gap: 40px; margin-bottom: 52px; }
.hf-section-heading h2, .hf-editorial h2, .hf-final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.hf-section-heading > p { margin: 0; color: var(--ink-soft); }
.hf-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px 22px; }
.hf-product-card__image { position: relative; aspect-ratio: 1 / 1.08; display: block; overflow: hidden; background: var(--mint); }
.hf-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.hf-product-card:hover .hf-product-card__image img { transform: scale(1.035); }
.hf-product-card__view { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 13px 18px; transform: translateY(14px); background: rgba(255,253,249,.94); opacity: 0; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: opacity .25s ease, transform .25s ease; }
.hf-product-card:hover .hf-product-card__view { opacity: 1; transform: none; }
.hf-product-card__body { padding-top: 20px; }
.hf-product-card__category { margin: 0 0 7px; color: var(--green); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hf-product-card__category a { pointer-events: none; }
.hf-product-card h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.3; }
.hf-product-card__meta { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.hf-product-card .price { color: var(--ink); font-size: 14px; }
.hf-product-card .price bdi { font-weight: 500; }
.hf-arrow-link { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); transition: background .2s, color .2s; }
.hf-arrow-link:hover { background: var(--forest); color: var(--white); }

.hf-editorial { background: var(--mint); padding-block: 100px; }
.hf-editorial__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.hf-editorial__image { max-width: 620px; aspect-ratio: 1; background: var(--sage); }
.hf-editorial__image img { width: 100%; height: 100%; object-fit: cover; }
.hf-editorial__copy { max-width: 520px; }
.hf-editorial__copy > p:not(.hf-eyebrow) { margin: 28px 0 34px; color: var(--ink-soft); font-size: 17px; }
.hf-values { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 90px; }
.hf-values > div { padding: 12px clamp(28px, 4vw, 58px); border-right: 1px solid var(--line); }
.hf-values > div:first-child { padding-left: 0; }
.hf-values > div:last-child { padding-right: 0; border: 0; }
.hf-values span { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.hf-values h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.hf-values p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.hf-final-cta { background: var(--forest); color: var(--white); text-align: center; }
.hf-final-cta .hf-shell { padding-block: 110px; }
.hf-final-cta .hf-eyebrow { color: #b9d0c6; }
.hf-final-cta h2 { max-width: 820px; margin-inline: auto; }
.hf-final-cta .hf-button { margin-top: 38px; }

.hf-page, .hf-woocommerce { min-height: 55vh; padding-block: 80px 110px; }
.hf-page { max-width: 900px; }
.hf-page__header { margin-bottom: 50px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.hf-page__header h1, .hf-woocommerce .page-title { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 72px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.hf-prose { color: var(--ink-soft); }
.hf-prose h2, .hf-prose h3 { margin-top: 42px; color: var(--ink); font-family: var(--serif); font-weight: 400; }
.hf-prose h2 { font-size: 34px; }
.hf-prose h3 { font-size: 24px; }
.hf-prose a { border-bottom: 1px solid currentColor; }
.hf-prose ul { padding-left: 20px; }

/* WooCommerce catalogue and product pages */
.woocommerce .woocommerce-breadcrumb { margin: 0 0 35px; color: #71827d; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb a { color: var(--ink); }
.woocommerce div.product { margin-top: 15px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 70px; }
.woocommerce div.product div.summary { padding: clamp(5px, 3vw, 40px) 0 0 clamp(10px, 5vw, 74px); }
.woocommerce div.product .product_title { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: 21px; }
.woocommerce div.product .woocommerce-product-details__short-description { margin: 28px 0; color: var(--ink-soft); }
.woocommerce div.product form.cart { display: flex; gap: 12px; margin-top: 30px; }
.woocommerce .quantity .qty { width: 72px; height: 52px; border: 1px solid var(--line); background: var(--white); }
.woocommerce div.product .product_meta { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: #71827d; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce div.product .product_meta > span { display: block; margin: 5px 0; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; justify-content: center; gap: 34px; padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0 0 13px; border: 0; border-radius: 0; background: none; }
.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 { padding: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 780px; margin: 36px auto 70px; color: var(--ink-soft); }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-family: var(--serif); font-weight: 400; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 22px; }
.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 { margin-bottom: 18px; background: var(--mint); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.woocommerce ul.products li.product .price { color: var(--ink); font-size: 14px; }
.woocommerce ul.products li.product .button { margin-top: 12px; min-height: 42px; padding: 10px 18px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--green); background: var(--mint); color: var(--ink); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--green); }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; }
.woocommerce-cart-form .product-thumbnail img { width: 90px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
  min-height: 48px; border: 1px solid #cbd4ce; border-radius: 0; background: var(--white); padding: 10px 12px;
}
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce-checkout h3, .cart_totals h2 { font-family: var(--serif); font-size: 30px; font-weight: 400; }

.hf-site-footer { background: #102b25; color: #e5eee8; }
.hf-footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .9fr 1fr; gap: 60px; padding-block: 80px 70px; }
.hf-wordmark--light { align-items: flex-start; }
.hf-footer-brand p { max-width: 330px; margin-top: 25px; color: #a9beb5; }
.hf-site-footer h2 { margin: 0 0 21px; color: var(--white); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.hf-site-footer ul { margin: 0; padding: 0; list-style: none; }
.hf-site-footer li { margin: 8px 0; }
.hf-site-footer a:not(.hf-wordmark) { color: #c8d7d0; font-size: 14px; }
.hf-site-footer a:hover { color: var(--white); }
.hf-site-footer p { color: #a9beb5; font-size: 14px; }
.hf-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.hf-footer-bottom p { margin: 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .hf-header-inner { min-height: 78px; }
  .hf-menu-toggle { display: block; justify-self: start; grid-column: 1; grid-row: 1; cursor: pointer; }
  .hf-primary-nav { position: fixed; inset: 110px 0 0; display: none; padding: 45px 28px; background: var(--paper); overflow-y: auto; }
  .menu-open .hf-primary-nav { display: block; }
  .hf-primary-nav ul { display: block; }
  .hf-primary-nav li { border-bottom: 1px solid var(--line); }
  .hf-primary-nav a { padding: 18px 0; font-family: var(--serif); font-size: 28px; letter-spacing: 0; text-transform: none; }
  .hf-primary-nav a::after { display: none; }
  .hf-hero { min-height: auto; grid-template-columns: 1fr; }
  .hf-hero__content { min-height: 570px; padding: 80px max(24px, calc((100vw - 724px)/2)); }
  .hf-hero h1 { font-size: clamp(56px, 12vw, 88px); }
  .hf-hero__visual { min-height: min(92vw, 760px); }
  .hf-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .hf-editorial__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hf-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .hf-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 30px); }
  .hf-announcement .hf-shell { justify-content: center; text-align: center; }
  .hf-announcement span:last-child { display: none; }
  .hf-header-inner { min-height: 72px; gap: 10px; }
  .hf-wordmark__main { font-size: 18px; }
  .hf-wordmark__sub { font-size: 7px; }
  .hf-primary-nav { inset-block-start: 102px; }
  .hf-hero__content { min-height: 520px; padding: 60px 22px 70px; }
  .hf-hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hf-hero__intro { margin-top: 24px; font-size: 15px; }
  .hf-hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 32px; }
  .hf-hero__visual { min-height: 112vw; }
  .hf-hero__caption { left: 14px; right: 14px; bottom: 14px; display: block; padding: 14px; }
  .hf-hero__caption span { display: block; margin-bottom: 4px; }
  .hf-hero__caption a { font-size: 15px; }
  .hf-category-strip__inner { grid-template-columns: 1fr; }
  .hf-category-strip a, .hf-category-strip a:first-child { border: 0; border-bottom: 1px solid var(--line); padding: 20px 6px; }
  .hf-collection { padding-block: 78px; }
  .hf-section-heading { display: block; margin-bottom: 34px; }
  .hf-section-heading > p { margin-top: 22px; }
  .hf-section-heading h2, .hf-editorial h2, .hf-final-cta h2 { font-size: 44px; }
  .hf-product-grid, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 38px 10px; }
  .hf-product-card__image { aspect-ratio: 1; }
  .hf-product-card__view { display: none; }
  .hf-product-card h3 { font-size: 17px; }
  .hf-product-card__category { font-size: 8px; }
  .hf-product-card__meta { align-items: flex-end; }
  .hf-arrow-link { display: none; }
  .hf-editorial { padding-block: 60px 70px; }
  .hf-editorial__grid { grid-template-columns: 1fr; gap: 38px; }
  .hf-values { grid-template-columns: 1fr; padding-block: 55px; }
  .hf-values > div, .hf-values > div:first-child, .hf-values > div:last-child { padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); }
  .hf-values > div:last-child { border: 0; }
  .hf-final-cta .hf-shell { padding-block: 80px; }
  .hf-page, .hf-woocommerce { padding-block: 52px 80px; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .woocommerce div.product div.summary { padding: 12px 0 0; }
  .woocommerce div.product .product_title { font-size: 40px; }
  .woocommerce div.product form.cart { align-items: stretch; }
  .woocommerce div.product form.cart .button { flex: 1; padding-inline: 12px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { justify-content: flex-start; gap: 22px; overflow-x: auto; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 17px; }
  .woocommerce ul.products li.product .button { width: 100%; padding-inline: 8px; font-size: 9px !important; }
  .hf-footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; padding-block: 60px; }
  .hf-footer-brand { grid-column: 1 / -1; }
  .hf-footer-grid > div:last-child { grid-column: 1 / -1; }
  .hf-footer-bottom { display: block; }
  .hf-footer-bottom p + p { margin-top: 6px; }
}

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

