/*
Theme Name: Lavish Touch Atelier
Theme URI: https://lavishtouch8.com/
Author: Lavish Touch
Description: A refined black, white, and gold WooCommerce theme created for Lavish Touch.
Version: 1.2.1
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: lavish-touch-atelier
*/

:root {
  --lt-black: #090909;
  --lt-ink: #171717;
  --lt-charcoal: #252525;
  --lt-gold: #c6a15b;
  --lt-gold-deep: #8a6423;
  --lt-cream: #f6f3ed;
  --lt-warm-white: #fbfaf7;
  --lt-white: #ffffff;
  --lt-muted: #6d6a65;
  --lt-line: #ded9cf;
  --lt-serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --lt-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lt-shell: min(1240px, calc(100% - 40px));
  --lt-shadow: 0 18px 50px rgba(15, 12, 8, .09);
  --lt-header-bottom: 117px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%; margin: 0; overflow-x: clip;
  color: var(--lt-ink);
  background: var(--lt-white);
  font-family: var(--lt-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
/* Locks the viewport, not the body: a scrolling body would unstick .lt-header-stack. */
html.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
iframe, video, embed, object, table { max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.2rem; }
h1, h2, h3, h4 {
  margin: 0 0 .75em;
  color: var(--lt-black);
  font-family: var(--lt-serif);
  font-weight: 500;
  line-height: 1.08;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--lt-gold); outline-offset: 3px; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.lt-shell { width: var(--lt-shell); min-width: 0; margin-inline: auto; }
.lt-section { padding: clamp(74px, 9vw, 128px) 0; }
.lt-section--soft { background: var(--lt-warm-white); }
.lt-eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px;
  color: var(--lt-gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
}
.lt-eyebrow::before { width: 32px; height: 1px; background: var(--lt-gold); content: ""; }
.lt-section-head { max-width: 690px; margin: 0 auto 48px; text-align: center; }
.lt-section-head .lt-eyebrow::before { display: none; }
.lt-section-head p { color: var(--lt-muted); font-size: 1.05rem; }
.lt-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid var(--lt-black) !important; border-radius: 0 !important; padding: 14px 24px !important;
  background: var(--lt-black) !important; color: var(--lt-white) !important;
  font-family: var(--lt-sans); font-size: .75rem !important; font-weight: 700 !important;
  letter-spacing: .13em; line-height: 1.2 !important; text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
  max-width: 100%; text-align: center; white-space: normal;
}
.lt-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  border-color: var(--lt-gold) !important; background: var(--lt-gold) !important; color: var(--lt-black) !important;
  transform: translateY(-2px);
}
.lt-button--outline { border-color: var(--lt-gold) !important; background: transparent !important; color: var(--lt-black) !important; }
.lt-button--outline:hover { background: var(--lt-gold) !important; }
.lt-link {
  display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid var(--lt-gold);
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.lt-link span { transition: transform .2s ease; }
.lt-link:hover span { transform: translateX(4px); }

/* Header */
.lt-announcement {
  padding: 8px 20px; background: var(--lt-gold); color: var(--lt-black); text-align: center;
  font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
}
.lt-header-stack { position: sticky; z-index: 1000; top: 0; }
.admin-bar .lt-header-stack { top: 32px; }
.lt-header {
  background: var(--lt-black); color: var(--lt-white);
  border-bottom: 1px solid rgba(198,161,91,.32);
}
.lt-header__inner {
  display: grid; min-height: 82px; align-items: center; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(28px, 4vw, 68px);
}
.lt-brand { display: inline-flex; grid-column: 1; grid-row: 1; flex: none; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; white-space: nowrap; }
.lt-brand__name { color: var(--lt-white); font-family: var(--lt-serif); font-size: 1.62rem; letter-spacing: .12em; line-height: 1; text-indent: .12em; }
.lt-brand__tag { margin-top: 7px; color: var(--lt-gold); font-size: .55rem; font-weight: 700; letter-spacing: .3em; text-indent: .3em; text-transform: uppercase; white-space: nowrap; }
.lt-brand .custom-logo { display: block; width: auto; max-height: 58px; }
.lt-nav { grid-column: 2; grid-row: 1; justify-self: center; }
.lt-nav ul { display: flex; flex-wrap: nowrap; align-items: center; gap: clamp(18px, 1.8vw, 30px); margin: 0; padding: 0; list-style: none; }
.lt-nav a { position: relative; display: block; color: #f1eee7; font-size: .67rem; font-weight: 650; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.lt-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--lt-gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.lt-nav a:hover::after, .lt-nav .current-menu-item > a::after { transform: scaleX(1); }
.lt-header__actions { display: flex; grid-column: 3; grid-row: 1; min-width: 0; align-items: center; justify-content: flex-end; gap: 15px; }
.lt-icon-link, .lt-menu-toggle {
  position: relative; display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center;
  border: 0; background: transparent; color: var(--lt-white); padding: 0;
}
.lt-icon-link svg, .lt-menu-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.lt-cart-count {
  position: absolute; top: -1px; right: -2px; display: flex; min-width: 17px; height: 17px; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--lt-gold); color: var(--lt-black); font-size: .58rem; font-weight: 800;
}
.lt-search { position: relative; }
.lt-search input[type="search"] {
  width: 112px; border: 0; border-bottom: 1px solid #5a554a; padding: 8px 28px 8px 2px;
  background: transparent; color: var(--lt-white); font-size: .75rem; transition: width .25s ease, border-color .25s ease;
}
.lt-search input[type="search"]:focus { width: 150px; border-color: var(--lt-gold); outline: 0; }
.lt-search button { position: absolute; top: 5px; right: 0; border: 0; background: transparent; color: var(--lt-white); padding: 4px; }
.lt-search svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.lt-menu-toggle { display: none; }
.lt-mobile-nav { display: none; }

/* Homepage */
.lt-hero { position: relative; overflow: hidden; background: var(--lt-white); }
.lt-hero::before {
  position: absolute; top: -260px; left: -260px; width: 560px; height: 560px; border: 1px solid rgba(198,161,91,.28); border-radius: 50%; content: "";
}
.lt-hero__grid { display: grid; min-height: min(760px, calc(100vh - 112px)); align-items: center; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 7vw, 100px); padding: 64px 0 86px; }
.lt-hero__content { position: relative; z-index: 2; }
.lt-hero h1 { max-width: 740px; letter-spacing: -.035em; }
.lt-hero h1 em { color: var(--lt-gold-deep); font-weight: 400; }
.lt-hero__copy { max-width: 560px; color: var(--lt-muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.lt-hero__buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.lt-hero__visual { position: relative; min-width: 0; padding: 0 36px 38px 0; }
.lt-hero__frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--lt-cream); }
.lt-hero__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.lt-hero__visual:hover img { transform: scale(1.025); }
.lt-hero__frame::after { position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.55); content: ""; pointer-events: none; }
.lt-hero__label {
  position: absolute; right: 0; bottom: 0; width: min(270px, 56%); padding: 22px 24px; background: var(--lt-black); color: var(--lt-white); box-shadow: var(--lt-shadow);
}
.lt-hero__label small { display: block; margin-bottom: 6px; color: var(--lt-gold); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lt-hero__label strong { display: -webkit-box; overflow: hidden; font-family: var(--lt-serif); font-size: 1.28rem; font-weight: 500; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lt-hero__ornament { position: absolute; right: -16px; top: -24px; width: 100px; height: 100px; border: 1px solid var(--lt-gold); border-radius: 50%; }
.lt-collections { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.lt-collection-card { position: relative; display: flex; min-height: 370px; flex-direction: column; overflow: hidden; background: var(--lt-cream); }
.lt-collection-card__image { position: relative; overflow: hidden; aspect-ratio: 1 / .92; background: #f0ede7; }
.lt-collection-card__image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .6s ease; }
.lt-card-monogram { position: absolute; z-index: 2; top: 50%; left: 50%; color: var(--lt-gold-deep); font-family: var(--lt-serif); font-size: 3.2rem; letter-spacing: -.12em; transform: translate(-54%,-50%); }
.lt-collection-card:hover img { transform: scale(1.055); }
.lt-collection-card__body { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 25px 16px 28px; text-align: center; }
.lt-collection-card__icon { display: grid; width: 36px; height: 36px; margin-bottom: 14px; place-items: center; border: 1px solid var(--lt-gold); border-radius: 50%; color: var(--lt-gold-deep); font-family: var(--lt-serif); }
.lt-collection-card h3 { margin-bottom: 10px; font-family: var(--lt-sans); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lt-collection-card .lt-link { color: var(--lt-gold-deep); font-size: .62rem; }
.lt-collection-card--new { justify-content: center; background: var(--lt-black); color: var(--lt-white); }
.lt-collection-card--new h3 { color: var(--lt-white); }
.lt-collection-card--new .lt-collection-card__icon { width: 96px; height: 96px; border-color: rgba(198,161,91,.7); font-size: .7rem; letter-spacing: .15em; }
.lt-collection-card--new .lt-link { color: var(--lt-gold); }
.lt-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 22px; }
.lt-product-card { min-width: 0; }
.lt-product-card__image { position: relative; overflow: hidden; aspect-ratio: 1 / 1.15; background: var(--lt-cream); }
.lt-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.lt-product-card:hover .lt-product-card__image img { transform: scale(1.04); }
.lt-product-card__category { display: block; margin: 18px 0 5px; color: var(--lt-gold-deep); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lt-product-card h3 { margin-bottom: 5px; font-family: var(--lt-sans); font-size: .92rem; font-weight: 650; letter-spacing: .02em; line-height: 1.4; }
.lt-product-card__price { color: var(--lt-muted); font-family: var(--lt-serif); font-size: 1.08rem; }
.lt-product-card__badge { position: absolute; top: 14px; left: 14px; padding: 6px 9px; background: var(--lt-black); color: var(--lt-white); font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lt-story { background: var(--lt-black); color: #d8d3ca; }
.lt-story__grid { display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: clamp(44px, 7vw, 104px); }
.lt-story__art {
  position: relative; overflow: hidden; margin: 0;
  border: 1px solid rgba(198,161,91,.22); background: linear-gradient(135deg, #1a1a1a, #080808);
}
.lt-story__art img { display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.lt-story h2 { color: var(--lt-white); }
.lt-story p { max-width: 600px; }
.lt-story .lt-eyebrow { color: var(--lt-gold); }
.lt-story .lt-link { color: var(--lt-gold); }
.lt-story__lead { font-size: clamp(1rem, 1.5vw, 1.08rem); }
.lt-story__intro .lt-link { margin-top: 6px; }

.lt-story__pillars {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px;
  margin-top: clamp(58px, 7vw, 92px); border: 1px solid rgba(198,161,91,.22); background: rgba(198,161,91,.22);
}
.lt-story__pillar { min-width: 0; padding: 32px 28px 34px; background: var(--lt-black); }
.lt-story__pillar-index { color: var(--lt-gold); font-family: var(--lt-serif); font-size: 1.1rem; }
.lt-story__pillar h3 {
  margin: 22px 0 12px; color: var(--lt-white);
  font-family: var(--lt-sans); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; line-height: 1.6;
}
.lt-story__pillar p { max-width: none; margin: 0; color: #a5a099; font-size: .88rem; }

.lt-story__policies { margin-top: clamp(44px, 5vw, 66px); border-top: 1px solid rgba(198,161,91,.22); padding-top: clamp(36px, 4vw, 52px); }
.lt-story__policies-title {
  margin: 0 0 26px; color: var(--lt-gold);
  font-family: var(--lt-sans); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
}
.lt-story__policies ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 3.5vw, 46px); margin: 0; padding: 0; list-style: none; }
.lt-story__policies li { min-width: 0; padding-left: 20px; border-left: 1px solid rgba(198,161,91,.35); }
.lt-story__policies strong { display: block; margin-bottom: 9px; color: var(--lt-white); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.lt-story__policies span { display: block; color: #a5a099; font-size: .86rem; line-height: 1.7; }
.lt-story p.lt-story__closing {
  max-width: 640px; margin: clamp(48px, 6vw, 76px) auto 0; color: #cbc5bb;
  font-family: var(--lt-serif); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.55; text-align: center;
}
.lt-cta { padding: 74px 0; background: var(--lt-cream); text-align: center; }
.lt-cta__inner { max-width: 820px; }
.lt-cta h2 { margin-bottom: 18px; }
.lt-cta p { margin-bottom: 28px; color: var(--lt-muted); }

/* Footer */
.lt-footer { background: var(--lt-black); color: #bcb7af; }
.lt-footer__main { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(135px, .62fr)); gap: clamp(36px, 5vw, 70px); padding: 78px 0 62px; }
.lt-footer__brand { align-items: flex-start; text-align: left; }
.lt-footer__about { max-width: 430px; margin-top: 20px; color: #8f8b84; }
.lt-footer h3 { margin-bottom: 20px; color: var(--lt-white); font-family: var(--lt-sans); font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.lt-footer ul { margin: 0; padding: 0; list-style: none; }
.lt-footer li + li { margin-top: 10px; }
.lt-footer a { font-size: .88rem; transition: color .2s ease; }
.lt-footer a:hover { color: var(--lt-gold); }
.lt-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid #292929; color: #75716c; font-size: .72rem; }
.lt-footer__legal { display: inline-flex; align-items: center; gap: 22px; }
.lt-footer__legal a { color: #8f8b84; font-size: .72rem; }

/* Interior & WooCommerce */
.lt-page-main { min-height: 55vh; padding: 0; background: var(--lt-white); }
.lt-shop-main { min-height: 55vh; padding: clamp(54px, 7vw, 96px) 0; background: var(--lt-white); }
.lt-shop-main--archive { padding-top: 0; }
.lt-shop-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 126px) 0; background: var(--lt-black); color: #c9c4bb; }
.lt-shop-hero::before, .lt-shop-hero::after { position: absolute; border: 1px solid rgba(198,161,91,.28); border-radius: 50%; content: ""; }
.lt-shop-hero::before { width: 390px; height: 390px; top: -245px; right: 7%; }
.lt-shop-hero::after { width: 170px; height: 170px; right: 21%; bottom: -115px; }
.lt-shop-hero__inner { position: relative; z-index: 1; }
.lt-shop-hero .lt-eyebrow { color: var(--lt-gold); }
.lt-shop-hero h1 { max-width: 760px; margin-bottom: 18px; color: var(--lt-white); font-size: clamp(3rem, 6vw, 5.8rem); }
.lt-shop-hero p { max-width: 660px; margin: 0; color: #aaa59d; font-size: 1.02rem; }
.lt-shop-hero__stat { min-width: 155px; padding-left: 25px; border-left: 1px solid rgba(198,161,91,.5); }
.lt-shop-hero__stat strong { display: block; color: var(--lt-gold); font-family: var(--lt-serif); font-size: 2.8rem; font-weight: 400; line-height: 1; }
.lt-shop-hero__stat span { display: block; margin-top: 9px; color: #8d8982; font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.lt-shop-controls { padding: 35px 0 28px; border-bottom: 1px solid var(--lt-line); background: var(--lt-white); }
.lt-shop-controls__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lt-shop-search { position: relative; width: min(100%, 330px); }
.lt-shop-search input { width: 100%; height: 48px; border: 1px solid var(--lt-line); border-radius: 0; padding: 10px 45px 10px 15px; background: var(--lt-white); }
.lt-shop-search button { position: absolute; top: 0; right: 0; display: grid; width: 48px; height: 48px; place-items: center; border: 0; background: transparent; }
.lt-shop-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.lt-category-chips { display: flex; width: 100%; max-width: 100%; min-width: 0; align-items: center; gap: 9px; margin-top: 24px; padding-bottom: 7px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.lt-category-chip { flex: 0 0 auto; border: 1px solid var(--lt-line); padding: 9px 15px; background: var(--lt-white); color: var(--lt-charcoal); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; transition: all .2s ease; }
.lt-category-chip:hover, .lt-category-chip.is-active, .tax-product_cat .lt-category-chip[aria-current="page"] { border-color: var(--lt-black); background: var(--lt-black); color: var(--lt-white); }
.lt-shop-results { padding: 45px 0 clamp(72px, 9vw, 120px); }
.lt-shop-results__bar { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.lt-shop-results__bar .woocommerce-result-count, .lt-shop-results__bar .woocommerce-ordering { float: none; margin: 0; }
.lt-shop-results__bar .woocommerce-ordering select { min-width: 210px; }
.lt-shop-results .woocommerce-notices-wrapper:empty { display: none; }
.lt-shop-empty { padding: 70px 0; text-align: center; }
.lt-page-header { max-width: 780px; margin-bottom: 46px; }
.lt-page-header h1, .woocommerce-products-header__title.page-title { font-size: clamp(2.4rem, 5vw, 4.4rem); }
.lt-prose { max-width: 820px; }
.lt-prose a { color: var(--lt-gold-deep); text-decoration: underline; }
.lt-generic-page { padding: clamp(58px, 8vw, 108px) 0; }

/* Information, policy, FAQ, About, tracking, and Contact pages */
.lt-page-hero {
  position: relative; overflow: hidden; padding: clamp(68px, 8.5vw, 118px) 0;
  border-bottom: 1px solid rgba(198,161,91,.25); background: var(--lt-black); color: #aaa59d;
}
.lt-page-hero::before,
.lt-page-hero::after {
  position: absolute; border: 1px solid rgba(198,161,91,.25); border-radius: 50%; content: "";
}
.lt-page-hero::before { width: 370px; height: 370px; top: -250px; right: 8%; }
.lt-page-hero::after { width: 130px; height: 130px; right: 25%; bottom: -92px; }
.lt-page-hero__inner { position: relative; z-index: 1; }
.lt-page-hero .lt-eyebrow { color: var(--lt-gold); }
.lt-page-hero h1 { max-width: 900px; margin-bottom: 20px; color: var(--lt-white); font-size: clamp(3rem, 6vw, 5.6rem); }
.lt-page-hero p { max-width: 720px; margin: 0; color: #aaa59d; font-size: clamp(.98rem, 1.5vw, 1.12rem); }
.lt-information-layout {
  display: grid; grid-template-columns: 220px minmax(0, 820px); justify-content: space-between;
  gap: clamp(54px, 8vw, 120px); padding-top: clamp(62px, 8vw, 106px); padding-bottom: clamp(78px, 10vw, 138px);
}
.lt-information-layout > * { min-width: 0; }
.lt-page-toc { position: sticky; top: 148px; align-self: start; padding-top: 7px; }
.lt-page-toc > span {
  display: block; margin-bottom: 20px; color: var(--lt-black); font-size: .66rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
.lt-page-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: lt-toc; }
.lt-page-toc li { position: relative; padding: 9px 0 9px 30px; border-top: 1px solid var(--lt-line); counter-increment: lt-toc; }
.lt-page-toc li:last-child { border-bottom: 1px solid var(--lt-line); }
.lt-page-toc li::before {
  position: absolute; top: 11px; left: 0; color: var(--lt-gold-deep); content: counter(lt-toc, decimal-leading-zero);
  font-family: var(--lt-serif); font-size: .72rem;
}
.lt-page-toc a { display: block; color: var(--lt-muted); font-size: .74rem; line-height: 1.45; transition: color .2s ease; }
.lt-page-toc a:hover { color: var(--lt-black); }
.lt-information-article { max-width: none; min-width: 0; color: #343330; overflow-wrap: anywhere; }
.lt-information-article > :first-child { margin-top: 0; }
.lt-information-article .lt-lead { margin-bottom: 48px; color: var(--lt-ink); font-family: var(--lt-serif); font-size: clamp(1.35rem, 2.4vw, 1.85rem); line-height: 1.48; }
.lt-information-article h2 { margin: 68px 0 20px; padding-top: 4px; font-size: clamp(1.75rem, 3.2vw, 2.55rem); scroll-margin-top: 150px; }
.lt-information-article h3 { margin: 34px 0 12px; font-family: var(--lt-sans); font-size: .85rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lt-information-article p { margin-bottom: 20px; }
.lt-information-article ul,
.lt-information-article ol { margin: 0 0 28px; padding-left: 1.25rem; }
.lt-information-article li { margin-bottom: 10px; padding-left: 5px; }
.lt-information-article li::marker { color: var(--lt-gold-deep); }
.lt-policy-callout {
  position: relative; margin: 34px 0 38px; padding: 27px 30px 27px 35px; border-left: 2px solid var(--lt-gold);
  background: var(--lt-warm-white);
}
.lt-policy-callout strong { display: block; margin-bottom: 8px; color: var(--lt-black); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.lt-policy-callout p { margin: 0; color: var(--lt-ink); }

/* FAQ accordion */
.lt-information-article details { border-top: 1px solid var(--lt-line); }
.lt-information-article details:last-of-type { border-bottom: 1px solid var(--lt-line); }
.lt-information-article summary {
  position: relative; padding: 22px 48px 22px 0; color: var(--lt-black); font-weight: 650; line-height: 1.45;
  list-style: none; cursor: pointer;
}
.lt-information-article summary::-webkit-details-marker { display: none; }
.lt-information-article summary::after {
  position: absolute; top: 20px; right: 4px; color: var(--lt-gold-deep); content: "+";
  font-family: var(--lt-serif); font-size: 1.55rem; font-weight: 400; line-height: 1;
}
.lt-information-article details[open] summary::after { content: "−"; }
.lt-information-article details > p { max-width: 700px; margin: 0; padding: 0 48px 24px 0; color: var(--lt-muted); }

/* About page */
.lt-about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 52px 0 74px; background: var(--lt-line); border: 1px solid var(--lt-line); }
.lt-about-values > div { min-width: 0; padding: 28px 24px 30px; background: var(--lt-warm-white); }
.lt-about-values span { color: var(--lt-gold-deep); font-family: var(--lt-serif); font-size: 1.1rem; }
.lt-about-values h3 { margin: 24px 0 10px; color: var(--lt-black); font-size: .73rem; }
.lt-about-values p { margin: 0; color: var(--lt-muted); font-size: .88rem; }

/* Contact page */
.lt-contact-intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 70px; }
.lt-contact-intro > div { padding: 30px; border: 1px solid var(--lt-line); background: var(--lt-warm-white); }
.lt-contact-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--lt-gold); border-radius: 50%; color: var(--lt-gold-deep); }
.lt-contact-intro h3 { margin: 24px 0 8px; }
.lt-contact-intro p { color: var(--lt-muted); font-size: .88rem; }
.lt-contact-intro a { font-size: .8rem; font-weight: 700; overflow-wrap: anywhere; }
.lt-contact-form { position: relative; padding: clamp(30px, 5vw, 54px); border: 1px solid var(--lt-line); background: var(--lt-warm-white); }
.lt-contact-form__heading { max-width: 620px; margin-bottom: 36px; }
.lt-contact-form__heading h2 { margin: 0 0 14px; padding: 0; scroll-margin-top: 150px; }
.lt-contact-form__heading p { color: var(--lt-muted); }
.lt-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lt-field { margin: 0; }
.lt-field--wide { grid-column: 1 / -1; }
.lt-field > label { display: block; margin-bottom: 8px; color: var(--lt-black); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.lt-field label small { color: var(--lt-muted); font-size: .62rem; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.lt-field input:not([type="checkbox"]),
.lt-field select,
.lt-field textarea { width: 100%; border: 1px solid #cbc5bb; border-radius: 0; padding: 12px 14px; background: var(--lt-white); color: var(--lt-ink); }
.lt-field input:not([type="checkbox"]), .lt-field select { min-height: 50px; }
.lt-field textarea { display: block; min-height: 160px; resize: vertical; }
.lt-field input:focus, .lt-field select:focus, .lt-field textarea:focus { border-color: var(--lt-gold-deep); outline: 1px solid var(--lt-gold-deep); }
.lt-field--consent { margin: 4px 0 8px; }
.lt-field--consent > label { display: flex; align-items: flex-start; gap: 11px; margin: 0; color: var(--lt-muted); font-size: .75rem; font-weight: 400; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.lt-field--consent input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 3px; accent-color: var(--lt-gold-deep); }
.lt-contact-form .lt-button { margin-top: 24px; }
.lt-contact-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lt-form-notice { margin-bottom: 28px; padding: 22px 24px; border-left: 2px solid var(--lt-gold); background: var(--lt-warm-white); }
.lt-form-notice strong { color: var(--lt-black); }
.lt-form-notice p { margin: 5px 0 0; color: var(--lt-muted); }
.lt-form-notice--error { border-left-color: #9f312b; }

/* WooCommerce order-tracking shortcode */
.lt-information-article .track_order { margin: 40px 0 64px; padding: 34px; border: 1px solid var(--lt-line); background: var(--lt-warm-white); }
.lt-information-article .track_order > p:first-child { color: var(--lt-muted); }
.lt-information-article .track_order .form-row { width: 48%; margin: 0 0 20px; }
.lt-information-article .track_order .form-row-first { float: left; }
.lt-information-article .track_order .form-row-last { float: right; }
.lt-information-article .track_order .form-row label { color: var(--lt-black); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.lt-information-article .track_order .form-row input { width: 100%; }
.lt-information-article .track_order .clear + p { clear: both; margin: 0; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 34px; color: var(--lt-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb a { color: var(--lt-ink); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 34px; color: var(--lt-muted); font-size: .82rem; }
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single {
  min-height: 48px; border: 1px solid var(--lt-line); border-radius: 0; padding: 10px 13px; background: var(--lt-white); color: var(--lt-ink);
}
.woocommerce ul.products { display: grid; clear: both; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 38px 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { display: flex; float: none; width: auto; min-width: 0; flex-direction: column; align-items: stretch; margin: 0; }
/* WooCommerce's smallscreen sheet (<=768px) floats loop items at width:48% with a 2.992em
   bottom margin. Inside our grid cell that halves every card and opens a dead row gap, and its
   [class*=columns-] selector outranks the rule above -- so match that specificity to win. */
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product { float: none; clear: none; width: auto; margin: 0; }
.woocommerce ul.products li.product .woocommerce-LoopProduct-link { display: block; width: 100%; }
.woocommerce ul.products li.product a img { display: block; width: 100%; aspect-ratio: 1 / 1.13; margin: 0 0 18px; background: var(--lt-cream); object-fit: cover; transition: transform .45s ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-4px); box-shadow: var(--lt-shadow); }
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--lt-ink); font-family: var(--lt-sans); font-size: .92rem; font-weight: 650; line-height: 1.4; }
.woocommerce ul.products li.product .price { margin: 5px 0 15px; color: var(--lt-muted); font-family: var(--lt-serif); font-size: 1.08rem; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: auto; white-space: nowrap; }
.woocommerce ul.products li.product .add_to_cart_button.added {
  border-color: var(--lt-gold) !important;
  background: var(--lt-gold) !important;
  color: var(--lt-black) !important;
}
.woocommerce ul.products li.product .add_to_cart_button.added::after { margin-left: 10px; }
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 1px solid var(--lt-black);
  padding: 12px 18px;
  background: var(--lt-white);
  color: var(--lt-black);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.woocommerce ul.products li.product .added_to_cart.wc-forward:hover {
  border-color: var(--lt-black);
  background: var(--lt-black);
  color: var(--lt-white);
}
.woocommerce span.onsale { z-index: 2; min-width: auto; min-height: auto; margin: 0 !important; border-radius: 0; padding: 7px 10px; background: var(--lt-gold); color: var(--lt-black); font-size: .61rem; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce nav.woocommerce-pagination { margin-top: 55px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; background: var(--lt-cream); color: var(--lt-ink); }
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--lt-black); color: var(--lt-white); }
.single-product .lt-shop-main { background: var(--lt-white); }
.woocommerce div.product { display: flow-root; max-width: 100%; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 68px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: var(--lt-white); }
.woocommerce div.product div.images img { background: var(--lt-white); }
.woocommerce div.product .product_title { font-size: clamp(2.4rem, 4.4vw, 4.2rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--lt-gold-deep); font-family: var(--lt-serif); font-size: 1.7rem; }
.woocommerce-product-details__short-description { margin: 24px 0; color: var(--lt-muted); }
.woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 10px; margin: 30px 0; }
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after { display: none; }
.woocommerce div.product form.cart .button { flex: 1; }
.woocommerce div.product .product_meta { padding-top: 22px; border-top: 1px solid var(--lt-line); color: var(--lt-muted); font-size: .78rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 34px; padding: 0; border-bottom: 1px solid var(--lt-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; border: 0; border-radius: 0; padding: 0; background: transparent; }
.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: 16px 0; color: var(--lt-muted); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { box-shadow: inset 0 -2px var(--lt-gold); color: var(--lt-black); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 850px; padding: 25px 0 45px; }
.woocommerce div.product .woocommerce-tabs .panel h2, .related.products > h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.related.products { clear: both; padding-top: 30px; }
.woocommerce table.shop_table { border: 1px solid var(--lt-line); border-radius: 0; }
.woocommerce table.shop_table th { color: var(--lt-muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.woocommerce table.shop_table td { border-color: var(--lt-line); }
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review { padding: 26px; background: var(--lt-warm-white); }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: var(--lt-line); border-radius: 0; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--lt-gold); background: var(--lt-warm-white); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--lt-gold-deep); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 24%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 72%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border: 1px solid var(--lt-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--lt-line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 13px 16px; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--lt-black); color: var(--lt-white); }
.woocommerce-account .woocommerce-MyAccount-content { min-width: 0; overflow-wrap: anywhere; }
.woocommerce-account .addresses .title h3 { float: none; }
.woocommerce-account .addresses .title .edit { float: none; display: inline-flex; margin-bottom: 16px; }
.lt-empty { padding: 70px 0; text-align: center; }

/* WooCommerce checkout blocks and classic checkout */
.wc-block-components-sidebar-layout,
.wp-block-woocommerce-checkout { max-width: 100%; }
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar { min-width: 0; }
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-form select,
.wc-block-components-textarea { border-radius: 0 !important; }
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button { min-height: 54px; border-radius: 0; background: var(--lt-black); color: var(--lt-white); }
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 { min-width: 0; }
.woocommerce-checkout-review-order-table { table-layout: fixed; }
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td { overflow-wrap: anywhere; }

/* WooCommerce Cart block */
/* the cart needs the full shell, not the narrow prose measure */
.woocommerce-cart .lt-prose,
.woocommerce-checkout .lt-prose,
.lt-prose:has(> .wp-block-woocommerce-cart) { max-width: none; }
.wc-block-cart { margin: 0; }
.wc-block-cart .wc-block-cart__filled-cart,
.wp-block-woocommerce-filled-cart-block {
  display: grid; align-items: start; grid-template-columns: minmax(0, 1fr) 372px; gap: clamp(38px, 4vw, 72px);
}
.wc-block-cart .wc-block-cart__main,
.wc-block-cart .wc-block-cart__sidebar { width: auto; max-width: none; float: none; margin: 0; padding: 0; }

/* Line items */
.wc-block-cart .wc-block-cart-items { width: 100%; margin: 0; border-collapse: collapse; border-bottom: 1px solid var(--lt-line); }
.wc-block-cart .wc-block-cart-items__header th {
  padding: 0 0 15px; border-bottom: 1px solid var(--lt-black);
  color: var(--lt-black); font-size: .66rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase;
}
.wc-block-cart .wc-block-cart-items__header-total { text-align: right; }
.wc-block-cart .wc-block-cart-items__row { border-top: 1px solid var(--lt-line); }
.wc-block-cart .wc-block-cart-items__row:first-child { border-top: 0; }
.wc-block-cart .wc-block-cart-items__row td { border-top: 0; padding: 28px 0; vertical-align: top; }
.wc-block-cart .wc-block-cart-item__image { width: 124px; padding-right: 26px; }
.wc-block-cart .wc-block-cart-item__image img {
  width: 124px; height: 140px; background: var(--lt-cream); object-fit: cover;
}
.wc-block-cart .wc-block-cart-item__wrap { gap: 0; }
.wc-block-cart .wc-block-components-product-name {
  color: var(--lt-ink); font-family: var(--lt-sans); font-size: .95rem; font-weight: 650; line-height: 1.4; text-decoration: none;
}
.wc-block-cart .wc-block-components-product-name:hover { color: var(--lt-gold-deep); text-decoration: none; }
.wc-block-cart .wc-block-cart-item__prices { margin-top: 5px; color: var(--lt-muted); font-family: var(--lt-serif); font-size: 1.02rem; }
.wc-block-cart .wc-block-cart-item__prices del { color: #a9a49c; }
.wc-block-cart .wc-block-cart-item__prices ins,
.wc-block-cart .wc-block-components-product-price__value.is-discounted { color: var(--lt-gold-deep); text-decoration: none; }
.wc-block-cart .wc-block-components-product-metadata { margin-top: 9px; color: var(--lt-muted); font-size: .79rem; line-height: 1.55; }
.wc-block-cart .wc-block-components-product-metadata p { margin: 0; }

/* Quantity + remove */
.wc-block-cart .wc-block-cart-item__quantity { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.wc-block-cart .wc-block-components-quantity-selector {
  width: 134px; min-height: 46px; margin: 0; border: 1px solid var(--lt-line); border-radius: 0; background: var(--lt-white);
}
.wc-block-cart .wc-block-components-quantity-selector::after { display: none; }
.wc-block-cart .wc-block-components-quantity-selector__input {
  min-height: 44px; padding: 0; background: transparent; color: var(--lt-ink); font-size: .88rem; font-weight: 650;
}
.wc-block-cart .wc-block-components-quantity-selector__button {
  min-width: 40px; border: 0; background: transparent; color: var(--lt-muted); font-size: 1.05rem; opacity: 1;
  transition: background .2s ease, color .2s ease;
}
.wc-block-cart .wc-block-components-quantity-selector__button:hover:not(:disabled) { background: var(--lt-black); color: var(--lt-white); }
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  display: inline-flex; min-width: 36px; height: 36px; align-items: center; justify-content: center;
  border: 1px solid transparent; padding: 0 7px; background: none; color: var(--lt-muted);
  font-size: .63rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; text-decoration: none;
  white-space: nowrap; transition: color .2s ease, border-color .2s ease;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  border-color: var(--lt-line); color: var(--lt-gold-deep); text-decoration: none;
}
.wc-block-cart .wc-block-cart-item__remove-link svg { width: 19px; height: 19px; }
/* WooCommerce hides the remove icon on narrow carts - keep that behaviour */
@container (max-width: 699px) {
  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link { display: none; }
}
.wc-block-cart.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link { display: none; }

/* Row total + sale badge */
.wc-block-cart .wc-block-cart-item__total { text-align: right; }
.wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { align-items: flex-end; gap: 11px; }
.wc-block-cart .wc-block-cart-item__total .wc-block-components-product-price {
  color: var(--lt-black); font-family: var(--lt-serif); font-size: 1.2rem;
}
.wc-block-cart .wc-block-components-sale-badge {
  border: 0; border-radius: 0; padding: 6px 10px; background: var(--lt-gold); color: var(--lt-black);
  font-size: .59rem; font-weight: 800; letter-spacing: .1em; line-height: 1; text-transform: uppercase;
}

/* Totals panel */
.wc-block-cart .wc-block-cart__sidebar {
  position: sticky; top: 110px; border: 1px solid var(--lt-line); padding: 32px 30px 34px; background: var(--lt-warm-white);
}
.wc-block-cart .wc-block-cart__totals-title {
  padding: 0 0 4px; color: var(--lt-black); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase;
}
.wc-block-cart .wc-block-components-totals-wrapper { padding: 15px 0; border-top: 1px solid var(--lt-line); }
.wc-block-cart .wc-block-components-totals-wrapper::after { display: none; }
.wc-block-cart .wc-block-components-totals-wrapper:first-child { padding-top: 0; border-top: 0; }
.wc-block-cart .wc-block-components-totals-item {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 0;
}
.wc-block-cart .wc-block-components-totals-item__label {
  color: var(--lt-muted); font-size: .71rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.wc-block-cart .wc-block-components-totals-item__value { color: var(--lt-black); font-family: var(--lt-serif); font-size: 1.06rem; }
.wc-block-cart .wc-block-components-totals-footer-item { margin: 0; }
.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label { color: var(--lt-black); font-size: .76rem; }
.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--lt-gold-deep); font-family: var(--lt-serif); font-size: 1.75rem; line-height: 1.1;
}
.wc-block-cart .wc-block-components-panel__button {
  border: 0; background: transparent; padding: 0; color: var(--lt-gold-deep); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase;
}
.wc-block-cart .wc-block-components-totals-coupon__form { gap: 10px; margin-top: 14px; }
.wc-block-cart .wc-block-components-totals-coupon__input input {
  min-height: 46px; border: 1px solid var(--lt-line); border-radius: 0; background: var(--lt-white);
}

/* Checkout button */
.wc-block-cart .wc-block-cart__submit,
.wc-block-cart .wc-block-cart__submit-container { padding: 0; margin-top: 10px; }
.wc-block-cart a.wc-block-cart__submit-button,
.wc-block-cart button.wc-block-cart__submit-button {
  display: inline-flex; width: 100%; min-height: 54px; align-items: center; justify-content: center;
  border: 1px solid var(--lt-black); border-radius: 0; padding: 15px 24px;
  background: var(--lt-black); color: var(--lt-white);
  font-family: var(--lt-sans); font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.2;
  text-transform: uppercase; text-decoration: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.wc-block-cart a.wc-block-cart__submit-button:hover,
.wc-block-cart button.wc-block-cart__submit-button:hover {
  border-color: var(--lt-gold); background: var(--lt-gold); color: var(--lt-black); text-decoration: none;
}

/* Empty cart */
.wc-block-cart .wc-block-cart__empty-cart__title { font-family: var(--lt-serif); font-weight: 500; }

@media (max-width: 980px) {
  .wc-block-cart .wc-block-cart__filled-cart,
  .wp-block-woocommerce-filled-cart-block { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .wc-block-cart .wc-block-cart__sidebar { position: static; }
  .lt-information-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 50px; }
  .lt-about-values { grid-template-columns: 1fr; }
  .lt-story__grid { grid-template-columns: 1fr; align-items: start; gap: 44px; }
  .lt-story__art { max-width: 520px; }
  .lt-story__pillars, .lt-story__policies ul { grid-template-columns: 1fr; }
  .wc-block-components-sidebar-layout { display: grid !important; grid-template-columns: minmax(0, 1fr) !important; gap: 36px; }
  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: 100% !important; padding: 0 !important; }
}

@media (max-width: 560px) {
  .wc-block-cart { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
  .wc-block-cart .wc-block-cart__main { min-width: 0; overflow: hidden; }
  .wc-block-cart .wc-block-cart-items { width: 100% !important; max-width: 100%; table-layout: fixed; }
  .wc-block-cart .wc-block-cart-items__header { display: none; }
  .wc-block-cart .wc-block-cart-item__image { width: 72px; padding-right: 12px; }
  .wc-block-cart .wc-block-cart-item__image img { width: 62px; height: 76px; }
  .wc-block-cart .wc-block-cart-item__product { width: auto; min-width: 0; padding-right: 8px !important; }
  .wc-block-cart .wc-block-cart-item__total { display: none; }
  .wc-block-cart .wc-block-cart-item__quantity { flex-wrap: wrap; gap: 12px; }
  .wc-block-cart .wc-block-components-quantity-selector { width: 118px; }
  .wc-block-cart .wc-block-cart__sidebar { padding: 26px 20px 28px; }
}

/* Scroll-scrubbed hero */
.lt-scrollhero { position: relative; height: 380vh; background: var(--lt-black); }
.lt-scrollhero__stage {
  position: sticky; top: 0; height: 100vh; overflow: hidden; background: var(--lt-black);
}
.lt-scrollhero__canvas,
.lt-scrollhero__poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.lt-scrollhero__canvas { opacity: 0; transition: opacity .6s ease; }
.lt-scrollhero.is-painted .lt-scrollhero__canvas { opacity: 1; }
.lt-scrollhero.is-painted .lt-scrollhero__poster { opacity: 0; transition: opacity .6s ease; }
.lt-scrollhero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(9,9,9,.82) 0%, rgba(9,9,9,.55) 42%, rgba(9,9,9,.12) 72%, rgba(9,9,9,.35) 100%),
    linear-gradient(to bottom, rgba(9,9,9,.5) 0%, transparent 26%, transparent 62%, rgba(9,9,9,.6) 100%);
}
.lt-scrollhero__content {
  position: absolute; z-index: 2; top: 50%; right: 0; left: 0; max-width: var(--lt-shell);
  margin-inline: auto; transform: translateY(-50%); color: var(--lt-white);
  opacity: clamp(0, calc(1.12 - var(--lt-hero-progress, 0) * 4.2), 1);
  transition: opacity .12s linear;
  will-change: opacity;
}
.lt-scrollhero__inner { max-width: 620px; }
.lt-scrollhero .lt-eyebrow { color: var(--lt-gold); }
.lt-scrollhero .lt-eyebrow::before { background: var(--lt-gold); }
.lt-scrollhero h1 {
  margin-bottom: 20px; color: var(--lt-white);
  font-size: clamp(2.9rem, 6vw, 5.6rem); text-wrap: balance;
}
.lt-scrollhero__copy { max-width: 480px; margin-bottom: 34px; color: #cbc6bd; font-size: 1.03rem; }
.lt-scrollhero__buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.lt-scrollhero__buttons .lt-button--outline {
  border-color: rgba(255,255,255,.55) !important; background: transparent !important; color: var(--lt-white) !important;
}
.lt-scrollhero__buttons .lt-button--outline:hover {
  border-color: var(--lt-gold) !important; background: var(--lt-gold) !important; color: var(--lt-black) !important;
}
.lt-scrollhero__cue {
  position: absolute; z-index: 2; bottom: 42px; left: 50%; display: flex; flex-direction: column;
  align-items: center; gap: 11px; transform: translateX(-50%);
  color: rgba(255,255,255,.72); font-size: .58rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  opacity: clamp(0, calc(1 - var(--lt-hero-progress, 0) * 5), 1);
}
.lt-scrollhero__cue span {
  display: block; width: 1px; height: 46px;
  background: linear-gradient(to bottom, rgba(255,255,255,.06), var(--lt-gold));
}
.lt-scrollhero__progress {
  position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 2px; background: rgba(255,255,255,.14);
}
.lt-scrollhero__progress i {
  display: block; width: 100%; height: 100%; background: var(--lt-gold);
  transform: scaleX(0); transform-origin: left center;
}

/* Reduced-motion visitors, and phones with no light frame set, get the poster */
.lt-scrollhero.is-static { height: auto; }
.lt-scrollhero.is-static .lt-scrollhero__stage { position: relative; height: clamp(560px, 86vh, 840px); }
.lt-scrollhero.is-static .lt-scrollhero__canvas,
.lt-scrollhero.is-static .lt-scrollhero__cue,
.lt-scrollhero.is-static .lt-scrollhero__progress { display: none; }
.lt-scrollhero.is-static .lt-scrollhero__content { opacity: 1; }

@media (max-width: 767px) {
  /* Without the script (or without a phone frame set) the hero stays flat and
     the poster carries it. .is-live only lands once the scrub is running. */
  .lt-scrollhero:not(.is-live) { height: auto; }
  .lt-scrollhero:not(.is-live) .lt-scrollhero__stage { position: relative; height: clamp(540px, 84vh, 760px); }
  .lt-scrollhero:not(.is-live) .lt-scrollhero__canvas,
  .lt-scrollhero:not(.is-live) .lt-scrollhero__cue,
  .lt-scrollhero:not(.is-live) .lt-scrollhero__progress { display: none; }
  .lt-scrollhero:not(.is-live) .lt-scrollhero__content { opacity: 1; }

  /* Scrubbed hero on phones: a shorter run than desktop's 380vh, since thumb
     scrolling covers ground faster than a wheel. dvh rather than vh so the
     stage tracks the visible area as mobile browser toolbars come and go --
     with vh/lvh the scroll cue and progress bar start below the fold. */
  .lt-scrollhero.is-live { height: 300vh; }
  .lt-scrollhero.is-live .lt-scrollhero__stage { height: 100vh; height: 100dvh; }
  .lt-scrollhero.is-live .lt-scrollhero__cue { bottom: 30px; }
  .lt-scrollhero.is-live .lt-scrollhero__content { padding-bottom: 24px; }

  .lt-scrollhero__scrim {
    background: linear-gradient(to bottom, rgba(9,9,9,.55) 0%, rgba(9,9,9,.35) 45%, rgba(9,9,9,.85) 100%);
  }
  .lt-scrollhero__buttons .lt-button { width: 100%; }
}

@media (max-width: 767px) and (max-height: 620px) {
  .lt-scrollhero.is-live .lt-scrollhero__cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lt-scrollhero { height: auto; }
  .lt-scrollhero__stage { position: relative; height: clamp(560px, 86vh, 840px); }
  .lt-scrollhero__canvas, .lt-scrollhero__cue, .lt-scrollhero__progress { display: none; }
  .lt-scrollhero__content { opacity: 1; }
}

@media (max-width: 1199px) {
  .lt-nav { display: none; }
  .lt-header__inner { grid-template-columns: 1fr auto 1fr; }
  .lt-menu-toggle { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; }
  .lt-brand { grid-column: 2; grid-row: 1; align-items: center; text-align: center; }
  .lt-header__actions { grid-column: 3; grid-row: 1; }
  .lt-mobile-nav {
    position: fixed; z-index: 999; inset: 0; display: flex; padding: calc(var(--lt-header-bottom) + 44px) max(24px, env(safe-area-inset-right)) 44px max(24px, env(safe-area-inset-left));
    background: var(--lt-black); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease;
    overflow-y: auto; overscroll-behavior: contain;
  }
  .admin-bar .lt-mobile-nav { padding-top: calc(var(--lt-header-bottom) + 76px); }
  .menu-open .lt-mobile-nav { opacity: 1; pointer-events: auto; transform: none; }
  .lt-mobile-nav ul { width: 100%; margin: 0; padding: 0; list-style: none; }
  .lt-mobile-nav li + li { margin-top: 8px; }
  .lt-mobile-nav a { display: block; min-height: 44px; padding: 6px 0; color: var(--lt-white); font-family: var(--lt-serif); font-size: clamp(1.65rem, 7vw, 2rem); line-height: 1.2; }
  .lt-collections { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lt-products-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .lt-search { display: none; }
  /* WordPress makes the phone admin toolbar non-fixed, so it scrolls away. */
  .admin-bar .lt-header-stack { top: 0; }
  .admin-bar .lt-mobile-nav { padding-top: calc(var(--lt-header-bottom) + 44px); }
  .lt-hero__grid { grid-template-columns: 1fr; }
  .lt-hero__grid { padding-top: 56px; }
  .lt-hero__visual { max-width: 620px; }
  .lt-collections { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lt-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  /* Two-up: reserve a fixed two-line title box so prices and buttons align across a row. */
  .lt-product-card h3,
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box; min-height: 2.8em; margin-bottom: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
  }
  .lt-product-card__price, .woocommerce ul.products li.product .price { margin-top: 4px; }
  .lt-footer__main { grid-template-columns: 1fr 1fr; }
  .lt-footer__intro { grid-column: 1 / -1; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 30px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; border-top: 0 !important; border-right: 1px solid var(--lt-line); }
  .woocommerce-account .woocommerce-MyAccount-navigation a { min-height: 44px; white-space: nowrap; }
  .lt-shop-hero__inner { grid-template-columns: 1fr; }
  .lt-shop-hero__stat { display: none; }
  .lt-information-layout { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .lt-page-toc { position: static; width: 100%; max-width: 100%; min-width: 0; padding: 0 0 26px; border-bottom: 1px solid var(--lt-line); overflow: hidden; }
  .lt-page-toc ol { display: flex; width: 100%; max-width: 100%; min-width: 0; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 6px; }
  .lt-page-toc li { flex: 0 0 auto; padding: 0; border: 0; }
  .lt-page-toc li:last-child { border: 0; }
  .lt-page-toc li::before { display: none; }
  .lt-page-toc a { display: flex; min-height: 44px; align-items: center; padding: 9px 12px; border: 1px solid var(--lt-line); background: var(--lt-white); white-space: nowrap; }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { float: none !important; width: 100% !important; }
  .woocommerce div.product div.images { margin-bottom: 38px; }
  .woocommerce div.product div.summary { margin-bottom: 54px; }
  .woocommerce div.product .product_title { font-size: clamp(2.35rem, 10vw, 3.5rem); }
  .woocommerce div.product .woocommerce-tabs ul.tabs { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 { float: none; width: 100%; }
}

@media (max-width: 560px) {
  :root { --lt-shell: min(100% - 28px, 1240px); --lt-header-bottom: 104px; }
  body { font-size: 15px; }
  .lt-announcement { min-height: 32px; padding: 7px max(14px, env(safe-area-inset-right)) 7px max(14px, env(safe-area-inset-left)); font-size: .55rem; letter-spacing: .11em; line-height: 1.5; }
  .lt-header__inner { min-height: 72px; gap: 10px; }
  .lt-icon-link, .lt-menu-toggle { width: 42px; height: 42px; }
  .lt-brand__name { font-size: 1.16rem; letter-spacing: .1em; }
  .lt-brand__tag { font-size: .45rem; }
  .lt-section { padding: 68px 0; }
  .lt-section-head { margin-bottom: 36px; }
  .lt-section-head p { font-size: .96rem; }
  .lt-hero__grid { min-height: 0; padding: 52px 0 72px; }
  .lt-hero h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .lt-hero__visual { padding: 0 22px 25px 0; }
  .lt-hero__label { width: min(230px, 62%); padding: 18px; }
  .lt-hero__label strong { font-size: 1.05rem; }
  .lt-hero__buttons .lt-button { width: 100%; }
  .lt-collections { gap: 12px; }
  .lt-collection-card { min-height: 300px; }
  .lt-collection-card__body { padding-inline: 9px; }
  .lt-products-grid, .woocommerce ul.products { gap: 24px 12px; }
  .lt-product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: .8rem; }
  .lt-product-card__category, .woocommerce ul.products li.product .price { overflow-wrap: anywhere; }
  .woocommerce ul.products li.product .button { min-height: 44px; padding: 11px 7px !important; font-size: .6rem !important; letter-spacing: .07em; white-space: normal; }
  .woocommerce ul.products li.product .added_to_cart.wc-forward { min-height: 44px; padding: 10px 7px; font-size: .59rem; letter-spacing: .07em; text-align: center; white-space: normal; }
  .lt-story__pillar { padding: 26px 22px 28px; }
  .lt-footer__main { grid-template-columns: 1fr; gap: 40px; padding: 58px 0 44px; }
  .lt-footer__intro { grid-column: auto; }
  .lt-footer__bottom { align-items: flex-start; flex-direction: column; }
  .lt-footer__legal { gap: 18px; }
  .lt-shop-controls__top, .lt-shop-results__bar { align-items: stretch; flex-direction: column; }
  .lt-shop-hero { padding: 62px 0 70px; }
  .lt-shop-hero h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .lt-shop-controls { padding: 28px 0 22px; }
  .lt-shop-search { width: 100%; }
  .lt-shop-results__bar .woocommerce-ordering select { width: 100%; }
  .lt-shop-results { padding-top: 34px; }
  .woocommerce div.product form.cart { align-items: stretch; flex-direction: column; }
  .woocommerce div.product form.cart .quantity,
  .woocommerce div.product form.cart .quantity .qty { width: 100%; }
  .woocommerce div.product form.cart .button { width: 100%; }
  .woocommerce div.product form.cart.variations_form { display: block; }
  .woocommerce div.product form.cart .variations { display: block; width: 100%; }
  .woocommerce div.product form.cart .variations tbody,
  .woocommerce div.product form.cart .variations tr,
  .woocommerce div.product form.cart .variations th,
  .woocommerce div.product form.cart .variations td { display: block; width: 100%; }
  .woocommerce div.product form.cart .variations th { padding: 0 0 8px; text-align: left; }
  .woocommerce div.product form.cart .variations td { padding: 0 0 18px; }
  .woocommerce div.product form.cart .variations select { width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs .panel { overflow-wrap: anywhere; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 48%; }
  .lt-page-hero { padding: 60px 0 66px; }
  .lt-page-hero::before { width: 240px; height: 240px; top: -165px; right: -55px; }
  .lt-page-hero::after { display: none; }
  .lt-information-layout { padding-top: 52px; padding-bottom: 86px; }
  .lt-information-article { width: 100%; max-width: 100%; min-width: 0; }
  .lt-information-article .lt-lead { margin-bottom: 38px; }
  .lt-information-article h2 { margin-top: 52px; font-size: clamp(1.72rem, 9vw, 2.25rem); overflow-wrap: anywhere; }
  .lt-information-article summary { min-height: 48px; padding-right: 38px; }
  .lt-information-article details > p { padding-right: 0; }
  .lt-policy-callout { padding: 24px; }
  .lt-contact-intro, .lt-contact-form__grid { grid-template-columns: 1fr; }
  .lt-field--wide { grid-column: auto; }
  .lt-contact-form { padding: 28px 20px; }
  .lt-contact-form .lt-button { width: 100%; }
  .lt-field input:not([type="checkbox"]), .lt-field select, .lt-field textarea,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select { font-size: 16px; }
  .lt-information-article .track_order { padding: 26px 20px; }
  .lt-information-article .track_order .form-row { float: none; width: 100%; }
  .lt-information-article .track_order button { width: 100%; }
  .wc-block-components-order-summary-item { grid-template-columns: 54px minmax(0, 1fr) !important; }
  .wc-block-components-order-summary-item__image { width: 54px !important; }
  .wc-block-components-order-summary-item__description { min-width: 0; overflow-wrap: anywhere; }
  .wc-block-checkout__actions_row { flex-direction: column-reverse; gap: 18px; }
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button { width: 100%; }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td { overflow-wrap: anywhere; }
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message { padding: 18px 16px 18px 42px; overflow-wrap: anywhere; }
  .lt-generic-page { padding: 54px 0 78px; }
  .lt-page-header { margin-bottom: 34px; }
  .lt-page-header h1 { overflow-wrap: anywhere; }
}

@media (max-width: 380px) {
  :root { --lt-shell: min(100% - 24px, 1240px); }
  .lt-brand__name { font-size: 1.02rem; }
  .lt-brand__tag { margin-top: 5px; font-size: .39rem; letter-spacing: .22em; }
  .lt-header__inner { gap: 4px; }
  .lt-icon-link, .lt-menu-toggle { width: 40px; height: 40px; }
  .lt-collection-card { min-height: 282px; }
  .lt-collection-card h3 { font-size: .62rem; letter-spacing: .1em; }
  .lt-collection-card .lt-link { font-size: .54rem; letter-spacing: .1em; }
  .lt-product-card__category { font-size: .54rem; letter-spacing: .09em; }
  .lt-product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: .74rem; }
  .woocommerce ul.products li.product .price { font-size: .95rem; }
  .wc-block-cart .wc-block-cart-item__image { width: 64px; padding-right: 9px; }
  .wc-block-cart .wc-block-cart-item__image img { width: 54px; height: 68px; }
  .wc-block-cart .wc-block-components-product-name { font-size: .82rem; }
  .wc-block-cart .wc-block-components-product-metadata { display: none; }
  .wc-block-cart .wc-block-components-quantity-selector { width: 108px; }
  .wc-block-cart .wc-block-cart__sidebar { padding: 24px 16px 26px; }
}

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