:root {
  --navy: #1b2a4a;
  --navy-deep: #111d35;
  --navy-soft: #314361;
  --gold: #c9a84c;
  --gold-light: #e6d290;
  --cream: #f7f5f0;
  --paper: #fcfbf8;
  --white: #ffffff;
  --ink: #172033;
  --muted: #667085;
  --line: rgba(27, 42, 74, 0.14);
  --shadow: 0 24px 60px rgba(18, 31, 55, 0.12);
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 32px;
  --shell: 1240px;
  --serif: 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif;
  --sans: 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25em; }
h1, h2, h3, h4 { color: var(--navy); font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0 0 0.55em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); letter-spacing: -0.04em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); letter-spacing: -0.02em; }
button, input, select, textarea { font: inherit; }

.screen-reader-text, .skip-link:not(:focus) {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 6px; }
.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.site-shell--narrow { width: min(calc(100% - 40px), 840px); }
.section-space { padding-block: clamp(76px, 10vw, 142px); }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 18px;
  color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; line-height: 1.4; text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }
.section-intro { max-width: 720px; }
.section-intro--center { margin-inline: auto; text-align: center; }
.section-intro--center .eyebrow { justify-content: center; }
.section-intro p:last-child { color: var(--muted); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 44px; }

.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 24px;
  border: 1px solid transparent; border-radius: 999px; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.04em; line-height: 1; text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); }
.button--gold, .woocommerce a.button.alt, .woocommerce button.button.alt { color: var(--navy-deep); background: var(--gold); box-shadow: 0 12px 26px rgba(201, 168, 76, 0.25); }
.button--gold:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { color: var(--navy-deep); background: var(--gold-light); }
.button--navy, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { color: var(--white); background: var(--navy); }
.button--navy:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: var(--white); background: var(--navy-soft); }
.button--outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 4px; padding-block: 8px; color: var(--navy); border-bottom: 1px solid var(--gold); font-weight: 750; }
.text-link span { color: var(--gold); font-size: 1.2em; transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.announcement { color: #ffffff; background: var(--navy-deep); font-size: 0.72rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
.announcement__inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(252, 251, 248, 0.93); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(18, 31, 55, .07); }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 94px; gap: 30px; }
.site-brand-wrap, .site-brand { display: inline-flex; width: fit-content; color: var(--gold); }
.custom-logo-link { display: inline-flex; }
.custom-logo { max-width: 240px; max-height: 72px; object-fit: contain; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-lockup__mark { width: 52px; height: 40px; flex: 0 0 auto; }
.brand-lockup__copy { display: grid; color: var(--navy); line-height: 1; }
.brand-lockup__name { font-family: var(--serif); font-size: 2rem; letter-spacing: .01em; }
.brand-lockup__tag { margin-top: 5px; color: var(--navy); font-size: .51rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.primary-navigation .menu { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; color: var(--navy); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.primary-navigation a::after { content: ''; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 180ms ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { transform: scaleX(1); }
.header-cart { position: relative; justify-self: end; display: inline-grid; place-items: center; width: 44px; height: 44px; color: var(--navy); border: 1px solid var(--line); border-radius: 50%; }
.header-cart svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; width: 21px; height: 21px; color: var(--navy-deep); background: var(--gold); border: 2px solid var(--paper); border-radius: 50%; font-size: 0.63rem; font-weight: 900; }
.menu-toggle { display: none; padding: 9px; border: 0; background: transparent; }
.menu-toggle__bar { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }
.submenu-toggle, .mobile-menu__header { display: none; }

.hero { position: relative; min-height: calc(100vh - 128px); overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(201,168,76,.20), transparent 30%), linear-gradient(130deg, #fbfaf7 0%, #f5f0e4 100%); }
.hero::before { content: ''; position: absolute; inset: auto auto -170px -140px; width: 430px; height: 430px; border: 1px solid rgba(201,168,76,.28); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; min-height: calc(100vh - 128px); padding-block: 72px 84px; gap: 60px; }
.hero__copy { position: relative; z-index: 3; }
.hero__copy h1 { max-width: 760px; }
.hero__lead { max-width: 610px; color: var(--navy-soft); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero__note { display: flex; align-items: center; gap: 10px; margin-top: 38px; color: var(--muted); font-size: .82rem; font-weight: 650; }
.hero__note span { color: var(--gold); }

.hero-products { position: relative; z-index: 2; height: min(690px, 70vw); min-height: 560px; }
.hero-products__image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-products__halo { position: absolute; inset: 7% 3% 1% 8%; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(201,168,76,.22), 0 40px 80px rgba(27,42,74,.10); }
.hero-product { position: absolute; width: 31%; max-height: 70%; object-fit: contain; filter: drop-shadow(0 26px 25px rgba(19, 32, 54, .20)); transform-origin: bottom center; }
.hero-product--1 { z-index: 5; width: 31%; bottom: 5%; left: 35%; }
.hero-product--2 { z-index: 4; width: 32%; right: 6%; bottom: 7%; }
.hero-product--3 { z-index: 2; width: 26%; top: 13%; right: 4%; transform: rotate(4deg); }
.hero-product--4 { z-index: 3; width: 29%; top: 8%; left: 33%; }
.hero-product--5 { z-index: 3; width: 29%; left: 3%; bottom: 8%; transform: rotate(-4deg); }

.trust-strip { padding-block: clamp(72px, 8vw, 112px); background: var(--white); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 48px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.trust-item { display: grid; place-items: center; min-height: 168px; padding: 24px 12px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item__icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 15px; color: var(--gold); background: rgba(201,168,76,.09); border: 1px solid rgba(201,168,76,.28); border-radius: 50%; }
.trust-item__icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { color: var(--navy); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.claim-note { max-width: 760px; margin: 20px auto 0; color: var(--muted); font-size: .74rem; text-align: center; }

.collection { background: var(--cream); }
.product-showcase { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.product-card { grid-column: span 4; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-card:nth-child(-n+2) { grid-column: span 6; display: grid; grid-template-columns: 1.08fr .92fr; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__image { display: grid; place-items: center; min-height: 350px; padding: 26px; background: linear-gradient(145deg, #fff, #f0ede7); overflow: hidden; }
.product-card:nth-child(-n+2) .product-card__image { min-height: 450px; }
.product-card__image img { width: 100%; height: 100%; max-height: 400px; object-fit: contain; transition: transform 300ms ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; justify-content: center; padding: 26px; }
.product-card__meta { margin: 0 0 8px; color: var(--gold); font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 20px; }
.product-card__buy { width: 100%; }
.product-card__buy .price { display: block; margin-bottom: 12px; color: var(--navy); font-size: 1.15rem; font-weight: 800; }
.product-card__buy .button { width: 100%; }
.product-card__status { margin-top: auto; padding: 8px 13px; color: var(--navy-soft); background: var(--cream); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Horizontal homepage collection in Amaana's native palette. */
.collection .section-heading-row { justify-content: center; text-align: center; }
.collection-carousel { position: relative; padding-inline: 48px; }
.collection .product-showcase--scroll {
	display: flex; flex-wrap: nowrap; align-items: stretch; gap: 24px;
	overflow-x: scroll; overflow-y: hidden; min-width: 0;
	padding: 8px 0 20px; scroll-snap-type: x proximity;
	scrollbar-color: #1b2a4a #ded8cc; scrollbar-width: auto;
}
.collection .product-showcase--scroll > .product-card {
	display: flex; flex-direction: column; grid-column: auto;
	flex: 0 0 calc((100% - 72px) / 4); min-width: 0;
	scroll-snap-align: start; background: transparent;
	border: 0; border-radius: 0; box-shadow: none;
}
.collection .product-showcase--scroll > .product-card:hover { transform: none; box-shadow: none; }
.collection .product-showcase--scroll .product-card__image {
	height: clamp(180px, 22vw, 260px); min-height: 0; padding: 18px;
	border-radius: 18px; background: #fffaf0; isolation: isolate;
	border: 1px solid rgba(27, 42, 74, .06);
}
.collection .product-showcase--scroll .product-card__image img {
	height: 100%; max-height: 224px; width: 100%; object-fit: contain;
	/* Apply the approved bright cream treatment consistently across the collection. */
	mix-blend-mode: multiply;
	filter: brightness(1.04);
}
.collection .product-showcase--scroll .product-card__image .product-card__cutout {
	display: block; width: 100%; height: 100%; max-height: 224px;
	overflow: hidden; mix-blend-mode: normal; filter: none;
}
.collection .product-showcase--scroll .product-card__body {
	padding: 18px 4px 4px; justify-content: flex-start; align-items: center; text-align: center;
}
.collection .product-showcase--scroll .product-card__meta {
	min-height: 2.8em; margin: 0 0 8px; font-size: .65rem; line-height: 1.4; color: var(--gold, #c9a84c);
}
.collection .product-showcase--scroll .product-card h3 {
	width: 100%; min-height: 3em; margin: 0 0 18px; font-size: 1.05rem; line-height: 1.5; color: var(--navy, #1b2a4a);
}
.collection .product-showcase--scroll .product-card__buy { margin-top: auto; }
.collection .product-showcase--scroll .product-card__buy .price {
	font-size: .95rem; margin-bottom: 14px; color: var(--navy, #1b2a4a);
}
.collection .product-showcase--scroll .product-card__buy .button {
	width: 100%; min-height: 42px; padding: 10px 12px; border-radius: 999px;
	background: var(--navy, #1b2a4a); color: #fff; border: 1px solid var(--navy, #1b2a4a);
	font-size: .75rem; letter-spacing: .04em;
}
.collection .product-showcase--scroll .product-card__buy .button:hover {
	background: var(--gold, #c9a84c); border-color: var(--gold, #c9a84c); color: var(--navy, #1b2a4a);
}
.collection .product-showcase--scroll .product-card__status {
	display: inline-block; margin-top: auto; background: #fff; color: var(--navy, #1b2a4a);
	border: 1px solid rgba(27, 42, 74, .18);
}
.collection-scroll-controls { position: absolute; inset: 0; pointer-events: none; }
.collection-scroll-controls[hidden], .collection-scrollbar[hidden] { display: none; }
.collection-scroll-arrow {
	position: absolute; top: 44%; transform: translateY(-50%); pointer-events: auto;
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 48px; padding: 0; border: 0; border-radius: 8px;
	background: transparent; color: var(--navy, #1b2a4a); cursor: pointer; z-index: 1;
}
.collection-scroll-arrow[data-collection-prev] { left: 0; }
.collection-scroll-arrow[data-collection-next] { right: 0; }
.collection-scroll-arrow:hover:not(:disabled) { background: #fff; color: var(--gold, #c9a84c); }
.collection-scroll-arrow:disabled { opacity: .3; cursor: default; }
.collection-scroll-arrow:focus-visible,
.collection-scrollbar input:focus-visible,
.product-showcase--scroll:focus-visible { outline: 3px solid #c9a84c; outline-offset: 3px; }
.collection-scrollbar { margin-inline: 48px; padding: 4px 0 14px; }
.collection-shop-all { text-align: center; margin-top: 22px; }
.collection-shop-all .button {
	border-radius: 999px; min-width: 190px; min-height: 44px;
	background: var(--gold, #c9a84c); color: var(--navy, #1b2a4a); border: 1px solid var(--gold, #c9a84c);
	text-transform: uppercase;
}
.collection-shop-all .button:hover,
.collection-shop-all .button:focus-visible {
	background: var(--gold-light, #ddc476); color: var(--navy, #1b2a4a); border-color: var(--gold-light, #ddc476);
}
.collection-scrollbar input[type="range"] {
	-webkit-appearance: none; appearance: none; display: block;
	width: 100%; height: 28px; padding: 0; margin: 0;
	background: transparent; border: 0; cursor: ew-resize; accent-color: #1b2a4a;
}
.collection-scrollbar input::-webkit-slider-runnable-track { height: 8px; border-radius: 20px; background: #ded8cc; }
.collection-scrollbar input::-moz-range-track { height: 8px; border-radius: 20px; background: #ded8cc; }
.collection-scrollbar input::-webkit-slider-thumb {
	-webkit-appearance: none; width: 72px; height: 16px; margin-top: -4px;
	border: 2px solid #fff; border-radius: 20px; background: #1b2a4a;
}
.collection-scrollbar input::-moz-range-thumb {
	width: 72px; height: 16px; border: 2px solid #fff; border-radius: 20px; background: #1b2a4a;
}
.collection .product-showcase--scroll.is-enhanced { scrollbar-width: none; }
.collection .product-showcase--scroll.is-enhanced::-webkit-scrollbar { display: none; }

@media (max-width: 1000px) {
	.collection .product-showcase--scroll > .product-card { flex-basis: calc((100% - 48px) / 3); }
}
@media (max-width: 760px) {
	.collection .product-showcase--scroll > .product-card { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 540px) {
	.collection-carousel { padding-inline: 34px; }
	.collection-scrollbar { margin-inline: 34px; }
	.collection-scroll-arrow { width: 30px; height: 48px; }
	.collection .product-showcase--scroll > .product-card { flex-basis: 100%; }
	.collection .product-showcase--scroll .product-card__image { height: 260px; min-height: 0; }
}

.story-panel { background: var(--paper); }
.story-panel__grid { display: grid; grid-template-columns: minmax(350px,.8fr) 1.2fr; align-items: stretch; min-height: 570px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.story-panel__visual { position: relative; display: grid; place-content: center; justify-items: center; padding: 60px; color: var(--gold); background: var(--navy); text-align: center; overflow: hidden; }
.story-panel__visual .brand-lockup { position: relative; z-index: 2; display: grid; justify-items: center; }
.story-panel__visual .brand-lockup__mark { width: 100px; height: 76px; }
.story-panel__visual .brand-lockup__copy { color: var(--white); }
.story-panel__visual .brand-lockup__name { color: var(--white); font-size: 3.1rem; }
.story-panel__visual .brand-lockup__tag { color: var(--gold-light); }
.story-panel__visual p { position: relative; z-index: 2; margin-top: 30px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.story-panel__ring { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(201,168,76,.25); border-radius: 50%; }
.story-panel__ring::before, .story-panel__ring::after { content: ''; position: absolute; inset: 40px; border: 1px solid rgba(201,168,76,.15); border-radius: 50%; }
.story-panel__ring::after { inset: 90px; }
.story-panel__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(50px, 7vw, 100px); background: var(--white); }
.story-panel__copy p:not(.eyebrow) { max-width: 690px; color: var(--muted); }
.story-panel__copy .button { margin-top: 12px; }

.closing-cta { color: var(--white); background: var(--navy-deep); }
.closing-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 310px; padding-block: 55px; }
.closing-cta h2 { max-width: 800px; margin: 0; color: var(--white); }

.page-hero { background: var(--navy); }
.page-hero--about { background: radial-gradient(circle at 80% 20%, rgba(201,168,76,.18), transparent 30%), var(--navy); }
.page-hero__inner { display: grid; align-content: center; min-height: 530px; padding-block: 84px; }
.page-hero h1 { max-width: 960px; color: var(--white); }
.page-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.17rem; }
.about-sections { background: var(--paper); }
.about-row { display: grid; grid-template-columns: 80px minmax(260px,.72fr) 1fr; gap: clamp(28px,5vw,82px); padding-block: clamp(56px,7vw,90px); border-bottom: 1px solid var(--line); }
.about-row:first-child { padding-top: 0; }
.about-row:last-child { padding-bottom: 0; border-bottom: 0; }
.about-row__number { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.about-row p { color: var(--muted); }
.values { background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.values-grid > div { padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.values-grid span { color: var(--gold); }
.values-grid h3 { margin-top: 25px; }
.values-grid p { margin: 0; color: var(--muted); }

.content-page { min-height: 60vh; }
.content-page h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.entry-content > * { max-width: 100%; }
.entry-content a { color: var(--navy); border-bottom: 1px solid var(--gold); }
.journal-card { padding-block: 42px; border-bottom: 1px solid var(--line); }
.journal-card h2 { font-size: clamp(2rem, 4vw, 3rem); }

.shop-main { min-height: 65vh; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 24px; color: var(--muted); font-size: .8rem; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 35px; }
.woocommerce .woocommerce-ordering select { padding: 10px 34px 10px 14px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; 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; flex-direction: column; float: none; clear: none; width: 100%; min-width: 0; margin: 0; padding: 18px 18px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 180ms ease, box-shadow 180ms ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; margin-bottom: 18px; background: var(--cream); border-radius: 14px; }
.woocommerce ul.products li.product > a.button:not(.amaana-subscribe-loop) { align-self: flex-start; margin-top: auto; }
.woocommerce ul.products li.product > a.button.amaana-subscribe-loop { align-self: flex-start; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--navy); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1.2; }
.woocommerce ul.products li.product .price { color: var(--navy); font-size: 1rem; font-weight: 800; }
.woocommerce span.onsale { min-width: 48px; min-height: 48px; padding: 7px; color: var(--navy); background: var(--gold); }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .product_title { font-size: clamp(2.6rem,5vw,4.7rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--navy); font-size: 1.4rem; font-weight: 800; }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--line); border-radius: 8px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gold); background: var(--cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--gold); }
.woocommerce table.shop_table { border-color: var(--line); border-radius: var(--radius); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { padding: 13px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }

.site-footer { color: rgba(255,255,255,.7); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr .9fr; gap: 70px; padding-block: 82px; }
.site-brand--footer { color: var(--gold); }
.site-brand--footer .brand-lockup__copy, .site-brand--footer .brand-lockup__name, .site-brand--footer .brand-lockup__tag { color: var(--white); }
.footer-brand p { max-width: 480px; margin: 26px 0 0; }
.footer-heading { color: var(--white); font-family: var(--sans); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-menu, .footer-menu .menu, .footer-list { margin: 20px 0 0; padding: 0; list-style: none; }
.footer-menu li, .footer-list li { margin-bottom: 10px; }
.footer-menu a:hover { color: var(--gold-light); }
.footer-legal { display: grid; grid-template-columns: .7fr 1.3fr; gap: 45px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .67rem; line-height: 1.6; }
.footer-legal p { margin: 0; }

@media (max-width: 1100px) {
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero-products { min-height: 510px; }
  .product-card { grid-column: span 4; }
  .product-card:nth-child(-n+2) { grid-column: span 6; grid-template-columns: 1fr; }
  .product-card:nth-child(-n+2) .product-card__image { min-height: 350px; }
  .woocommerce ul.products { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .announcement__inner span:last-child { display: none; }
  .announcement__inner { justify-content: center; }
  .site-header .site-header__inner { grid-template-columns: 44px minmax(0, 1fr) 44px !important; column-gap: clamp(8px, 3vw, 16px) !important; min-height: 78px; }
  .site-header .site-brand-wrap { grid-column: 2; grid-row: 1; justify-self: center; min-width: 0; max-width: 100%; }
  .site-header .custom-logo-link { justify-content: center; max-width: 100%; }
  .site-header .custom-logo { width: auto; height: auto; max-width: min(43vw, 200px); max-height: 62px; }
  .site-header .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; grid-column: 1; grid-row: 1; justify-self: start; order: 0; width: 44px; height: 44px; padding: 4px; position: relative; z-index: 102; border-radius: 8px; }
  .site-header .header-cart { grid-column: 3; grid-row: 1; justify-self: end; order: 0; width: 44px; height: 44px; margin: 0; }
  .site-header .header-cart .cart-count { right: -4px; }
  #primary-navigation { position: fixed; z-index: 1000; inset: 0; display: none; width: 100%; height: 100vh; height: 100dvh; overflow-y: auto; overscroll-behavior: contain; padding: 0 14px 48px; background: var(--paper); }
  #primary-navigation.is-open { display: block; }
  #primary-navigation .mobile-menu__header { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: clamp(8px, 3vw, 16px); min-height: 78px; border-bottom: 1px solid var(--line); }
  #primary-navigation .mobile-menu__brand { grid-column: 2; justify-self: center; max-width: 100%; }
  #primary-navigation .mobile-menu__brand img { width: auto; height: auto; max-width: min(43vw, 200px); max-height: 62px; }
  #primary-navigation .mobile-menu__close { position: relative; grid-column: 1; grid-row: 1; width: 44px; height: 44px; padding: 0; color: var(--navy); background: transparent; border: 0; border-radius: 8px; cursor: pointer; }
  #primary-navigation .mobile-menu__close::before, #primary-navigation .mobile-menu__close::after { content: ''; position: absolute; top: 50%; left: 50%; width: 22px; height: 2px; margin: -1px 0 0 -11px; background: currentColor; border-radius: 2px; }
  #primary-navigation .mobile-menu__close::before { transform: rotate(45deg); }
  #primary-navigation .mobile-menu__close::after { transform: rotate(-45deg); }
  #primary-navigation .mobile-menu__cart { grid-column: 3; grid-row: 1; justify-self: end; width: 44px; height: 44px; margin: 0; }
  #primary-navigation .mobile-menu__cart .cart-count { right: -4px; }
  #primary-navigation .mobile-menu__close:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
  #primary-navigation > .menu { display: grid; gap: 0; max-width: 560px; margin: clamp(42px, 9vh, 100px) auto 0; padding: 0; text-align: left; list-style: none; }
  #primary-navigation > .menu > li { display: grid; grid-template-columns: minmax(0, 1fr) 48px; min-width: 0; border-bottom: 1px solid var(--line); }
  #primary-navigation > .menu > li > a { display: flex; align-items: center; min-height: 72px; padding: 18px 0; color: var(--navy); font-size: clamp(1.3rem, 4.5vw, 1.7rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.2; text-transform: none; }
  #primary-navigation > .menu > li > a::after { display: none; }
  #primary-navigation .submenu-toggle { display: grid; grid-column: 2; grid-row: 1; place-items: center; width: 48px; min-height: 68px; padding: 0; color: var(--navy); background: transparent; border: 0; cursor: pointer; }
  #primary-navigation .submenu-toggle__chevron { display: block; width: 11px; height: 11px; margin-top: -5px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 180ms ease; }
  #primary-navigation .submenu-toggle[aria-expanded="true"] .submenu-toggle__chevron { margin-top: 5px; transform: rotate(225deg); }
  #primary-navigation .submenu-toggle:focus-visible, #primary-navigation a:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
  #primary-navigation .sub-menu { grid-column: 1 / -1; position: static !important; display: grid !important; gap: 0; margin: 0 0 18px; padding: 0 0 0 16px; list-style: none; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  #primary-navigation .sub-menu[hidden] { display: none !important; }
  #primary-navigation .sub-menu a { display: block; padding: 12px 0; color: var(--navy-soft); font-size: 1rem; font-weight: 600; letter-spacing: 0; line-height: 1.45; text-transform: none; }
  #primary-navigation .sub-menu a::after { display: none; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 70px 50px; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow, .hero__actions, .hero__note { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero-products { width: min(100%, 640px); height: 590px; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:last-child { border-bottom: 0; }
  .product-card, .product-card:nth-child(-n+2) { grid-column: span 6; }
  .story-panel__grid { grid-template-columns: 1fr; }
  .story-panel__visual { min-height: 410px; }
  .about-row { grid-template-columns: 50px 1fr; }
  .about-row > div:last-child { grid-column: 2; }
  .values-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-shell, .site-shell--narrow { width: min(calc(100% - 28px), var(--shell)); }
  .brand-lockup__mark { width: 43px; }
  .brand-lockup__name { font-size: 1.65rem; }
  .brand-lockup__tag { font-size: .43rem; }
  .hero__grid { padding-top: 54px; }
  .hero__actions { flex-direction: column; gap: 12px; }
  .hero-products { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .trust-grid { grid-template-columns: minmax(0, 1fr); }
  .trust-item { grid-template-columns: 52px minmax(0, 1fr); justify-items: start; gap: 16px; min-height: 88px; padding: 16px 20px; text-align: left; border-right: 0; }
  .trust-item__icon { width: 52px; height: 52px; margin: 0; }
  .trust-item:last-child { border-bottom: 0; }
  .hero-product--1 { width: 37%; left: 31%; }
  .hero-product--2 { width: 38%; right: 0; }
  .hero-product--3 { width: 31%; right: 0; }
  .hero-product--4 { width: 34%; left: 32%; }
  .hero-product--5 { width: 35%; left: 0; }
  .section-heading-row, .closing-cta__inner { align-items: flex-start; flex-direction: column; }
  .product-card, .product-card:nth-child(-n+2) { grid-column: 1 / -1; }
  .product-card__image, .product-card:nth-child(-n+2) .product-card__image { min-height: 330px; }
  .about-row { grid-template-columns: 1fr; gap: 8px; }
  .about-row > div:last-child { grid-column: 1; }
  .about-row__number { margin-bottom: 12px; }
  .woocommerce ul.products { grid-template-columns: minmax(0, 1fr); }
  body.woocommerce-shop .shop-main .page-title { text-align: center; }
  body.woocommerce-shop .shop-main .woocommerce-result-count { float: none; margin: 0 auto 14px; text-align: center; }
  body.woocommerce-shop .shop-main .woocommerce-ordering { float: none; display: flex; justify-content: center; margin: 0 auto 30px; }
  body.woocommerce-shop .shop-main ul.products { grid-template-columns: minmax(0, 1fr); justify-items: center; }
  body.woocommerce-shop .shop-main ul.products li.product { width: 100%; max-width: 400px; justify-self: center; margin-inline: auto; text-align: center; }
  body.woocommerce-shop .shop-main ul.products li.product > .woocommerce-loop-product__link { display: block; width: 100%; }
  body.woocommerce-shop .shop-main ul.products li.product a img { width: 100%; max-width: 320px; margin-inline: auto; }
  body.woocommerce-shop .shop-main ul.products li.product .woocommerce-loop-product__title,
  body.woocommerce-shop .shop-main ul.products li.product .price { text-align: center; }
  .footer-grid, .footer-legal { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
}

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

/* One-time and Subscribe & Save radio choices. */
.amaana-purchase-options {
  display: grid;
  gap: 12px;
  min-width: 100%;
  margin: 22px 0 18px;
  padding: 0;
  border: 0;
}
.amaana-purchase-options legend {
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}
.woocommerce div.product form.cart .amaana-purchase-choice {
  position: relative;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100% !important;
  min-height: 72px;
  margin: 0 !important;
  padding: 15px 17px !important;
  color: #111111 !important;
  background: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease;
}
.woocommerce div.product form.cart .amaana-purchase-choice:hover,
.woocommerce div.product form.cart .amaana-purchase-choice.is-selected {
  color: #111111 !important;
  background: #ffffff !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
  transform: none;
}
.amaana-purchase-choice input[type='radio'] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  background: #ffffff !important;
  border: 2px solid #111111 !important;
  border-radius: 50%;
  cursor: pointer;
}
.amaana-purchase-choice input[type='radio']::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #111111;
  border-radius: 50%;
  opacity: 0;
  transform: scale(.45);
  transition: opacity 140ms ease, transform 140ms ease;
}
.amaana-purchase-choice input[type='radio']:checked::after {
  opacity: 1;
  transform: scale(1);
}
.amaana-purchase-choice input[type='radio']:focus-visible {
  outline: 3px solid rgba(17,17,17,.2);
  outline-offset: 3px;
}
.amaana-purchase-choice__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.amaana-purchase-choice__title {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}
.amaana-purchase-choice__title em {
  display: inline-block;
  margin-left: 7px;
  padding: 4px 8px;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 999px;
  font-size: .62rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: 2px;
}
.amaana-purchase-choice__copy small {
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}
.amaana-purchase-choice__price {
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}
.amaana-purchase-choice__price small {
  display: block;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 650;
}
.amaana-purchase-choice__price--subscription {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 5px;
  align-items: baseline;
}
.amaana-purchase-choice__price--subscription del {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 600;
}
.amaana-purchase-choice__price--subscription ins {
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
}
.amaana-purchase-choice__price--subscription small {
  grid-column: 1 / -1;
}
.amaana-subscription-details {
  margin: 0 2px;
  color: var(--navy-soft);
  font-size: .78rem;
}
.amaana-subscription-details summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}
.amaana-subscription-details summary::-webkit-details-marker { display: none; }
.amaana-subscription-details summary::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--paper);
  background: currentColor;
}
.amaana-subscription-details p {
  margin: 8px 0 0 21px;
  color: var(--muted);
  line-height: 1.5;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
}
.woocommerce div.product form.cart .amaana-purchase-options { flex: 1 0 100%; }
.woocommerce div.product form.cart .quantity { margin: 0 !important; }
.woocommerce div.product form.cart .quantity .qty { min-height: 52px; }
.woocommerce div.product form.cart .single_add_to_cart_button.amaana-purchase-submit {
  flex: 1 1 240px;
  min-height: 52px;
  padding: 14px 24px;
  color: var(--navy) !important;
  background: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .single_add_to_cart_button.amaana-purchase-submit.amaana-is-subscription {
  color: var(--navy) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button.amaana-purchase-submit:hover {
  color: var(--white) !important;
  background: var(--navy-deep) !important;
  border-color: var(--navy-deep) !important;
}
.woocommerce a.button.amaana-subscribe-loop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 13px 22px;
  color: var(--navy) !important;
  background: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  border-radius: 999px;
  font-size: .83rem;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce a.button.amaana-subscribe-loop:hover {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-color: var(--navy) !important;
}
.woocommerce ul.products li.product > a.button:not(.amaana-subscribe-loop) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* Keep express payment methods at checkout, but remove them from product pages. */
.single-product .ppc-button-wrapper,
.single-product .wc-ppcp-product-payments__container,
.single-product .ppcp-messages,
.single-product #ppc-button,
.single-product .paypal-buttons,
.single-product .wcpay-express-checkout-wrapper,
.single-product .wcpay-payment-request-wrapper,
.single-product #wcpay-payment-request-button-separator,
.single-product .woocommerce-payments-express-checkout-button,
.single-product .wc-block-components-express-payment,
.single-product .express-payment-methods {
  display: none !important;
}

@media (max-width: 600px) {
  .amaana-purchase-choice {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
  }
  .amaana-purchase-choice__price {
    grid-column: 2;
    text-align: left;
  }
  .amaana-purchase-choice__price small { display: inline; }
}