:root {
	--am-forest: #285c40;
	--am-forest-dark: #1b452f;
	--am-leaf: #83a65c;
	--am-lime: #d8e8b1;
	--am-cream: #fbfaf5;
	--am-paper: #f4f1e7;
	--am-ink: #26372c;
	--am-muted: #747c70;
	--am-orange: #dc8050;
	--am-line: #e8e7de;
	--am-white: #fff;
	--am-radius: 16px;
	--am-shadow: 0 12px 32px rgba(39, 64, 45, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--am-cream);
	color: var(--am-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #d98a54; outline-offset: 3px; }
.container { width: min(100% - 44px, 1240px); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); border-radius: 8px; background: #fff; color: var(--am-ink); }
.skip-link:focus { transform: translateY(0); }

.announcement { background: var(--am-forest-dark); color: #eff3e5; font-size: 12px; letter-spacing: .025em; }
.announcement__inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 16px; }
.announcement a { color: #d9e7b9; font-weight: 700; }
.announcement a span { padding-left: 5px; }
.site-header { position: relative; z-index: 20; background: #fff; }
.header-main { display: grid; min-height: 91px; grid-template-columns: 235px minmax(220px, 1fr) 210px; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand__mark { width: 210px; height: auto; }
.custom-logo-link { display: inline-flex; }
.custom-logo { width: auto; max-height: 60px; }
.header-search { display: flex; min-height: 47px; align-items: center; overflow: hidden; border: 1px solid #e6e5dd; border-radius: 8px; background: #fafaf7; }
.header-search input[type="search"] { width: 100%; min-width: 0; height: 45px; padding: 0 15px; border: 0; outline: 0; background: transparent; color: var(--am-ink); font-size: 14px; }
.header-search input::placeholder { color: #92988c; }
.header-search button { display: grid; width: 47px; height: 45px; flex: 0 0 47px; place-items: center; border: 0; background: transparent; color: var(--am-forest); cursor: pointer; }
.header-search button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 21px; font-size: 12px; font-weight: 650; }
.account-link, .cart-link { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.header-actions svg { width: 22px; fill: none; stroke: var(--am-forest); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cart-link__icon { position: relative; display: inline-flex; }
.cart-count { position: absolute; top: -7px; right: -8px; display: grid; min-width: 16px; height: 16px; padding-inline: 4px; place-items: center; border-radius: 99px; background: var(--am-orange); color: #fff; font-size: 9px; line-height: 1; }
.nav-bar { border-top: 1px solid #f0efe8; border-bottom: 1px solid #ecebe3; background: #fff; }
.nav-bar__inner { display: flex; min-height: 48px; align-items: center; }
.category-shortcut { display: inline-flex; align-items: center; gap: 9px; padding-right: 25px; color: var(--am-forest); font-size: 13px; font-weight: 750; }
.category-shortcut svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.primary-navigation { flex: 1; }
.primary-navigation .menu { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.primary-navigation .menu > li { position: relative; }
.primary-navigation .menu a { display: block; padding: 14px 0; color: #4d584e; font-size: 13px; font-weight: 600; }
.primary-navigation .menu a:hover { color: var(--am-forest); }
.primary-navigation .sub-menu { position: absolute; top: 100%; left: -14px; display: none; min-width: 180px; padding: 8px 14px; border: 1px solid var(--am-line); border-radius: 10px; background: #fff; box-shadow: var(--am-shadow); list-style: none; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.primary-navigation .sub-menu a { padding: 9px 2px; }
.menu-toggle { display: none; }

.hero { overflow: hidden; background: #f5f3e9; }
.hero__grid { display: grid; min-height: 440px; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 26px; padding-block: 22px 26px; }
.hero__copy { padding-block: 24px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--am-forest); font-size: 11px; font-weight: 800; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--am-orange); }
h1, h2, h3 { color: var(--am-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.hero h1 { max-width: 540px; margin: 0; font-size: clamp(45px, 5.3vw, 68px); line-height: 1.02; }
.hero__intro { max-width: 455px; margin: 19px 0 22px; color: #6e776c; font-size: 16px; line-height: 1.65; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 20px; padding: 0 19px; border: 0; border-radius: 5px; font-size: 13px; font-weight: 750; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--am-forest); color: #fff; }
.button--primary:hover { background: var(--am-forest-dark); color: #fff; }
.button span { font-size: 18px; line-height: 1; }
.hero__assurance { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 25px; color: #667268; font-size: 11px; font-weight: 600; }
.hero__assurance span { display: inline-flex; align-items: center; gap: 6px; }
.hero__assurance i { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: #dce8ca; color: var(--am-forest); font-size: 10px; font-style: normal; }
.hero__art { position: relative; min-width: 0; }
.hero__art > img { width: 100%; }
.hero__art-note { position: absolute; z-index: 2; top: 18%; left: 1%; display: flex; align-items: center; gap: 9px; padding: 11px 15px 11px 10px; transform: rotate(-5deg); border-radius: 9px; background: #fffdf8; box-shadow: 0 10px 24px rgba(39, 64, 45, .1); color: var(--am-forest); font-size: 11px; font-weight: 750; line-height: 1.35; }
.hero__art-note-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #e7efda; color: var(--am-leaf); font-size: 19px; }
.hero__art-seal { position: absolute; right: 3%; bottom: 9%; display: grid; width: 72px; height: 72px; place-content: center; transform: rotate(9deg); border: 1px solid #cf8150; border-radius: 50%; color: #aa613e; text-align: center; }
.hero__art-seal span { font-size: 9px; font-weight: 800; line-height: 1.1; letter-spacing: .08em; }
.hero__art-seal b { position: absolute; top: -6px; right: -1px; font-size: 14px; font-weight: 400; }

.section-pad { padding-block: 69px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.section-heading h2, .feature-band h2 { margin: 0; font-size: clamp(29px, 3vw, 40px); line-height: 1.15; }
.section-heading .eyebrow { margin-bottom: 7px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; color: var(--am-forest); font-size: 12px; font-weight: 750; white-space: nowrap; }
.text-link span { font-size: 17px; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(4px); }
.category-section { background: var(--am-cream); }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.category-card { position: relative; display: flex; min-height: 118px; align-items: center; gap: 13px; padding: 15px 16px; overflow: hidden; border: 1px solid transparent; border-radius: 11px; background: #f0f3e7; transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--am-shadow); }
.category-card--1 { background: #f4eee2; }
.category-card--2 { background: #f7eee8; }
.category-card--3 { background: #eaf2ef; }
.category-card__art { display: grid; width: 72px; height: 72px; flex: 0 0 72px; place-items: center; }
.category-card__art img { width: 72px; height: 72px; }
.category-card__text { display: grid; gap: 4px; padding-right: 11px; }
.category-card__text strong { color: #314a37; font-size: 13px; line-height: 1.28; }
.category-card__text small { color: #798173; font-size: 10px; line-height: 1.4; }
.category-card__arrow { position: absolute; top: 11px; right: 12px; color: #85917d; font-size: 15px; }

.feature-band { overflow: hidden; background: var(--am-forest); color: #fff; }
.feature-band__inner { position: relative; display: flex; min-height: 182px; align-items: center; justify-content: space-between; gap: 25px; }
.feature-band .eyebrow { color: #d9e6bd; }
.feature-band h2 { max-width: 530px; color: #fffdf6; }
.button--light { flex: 0 0 auto; background: #e4edcf; color: var(--am-forest-dark); }
.button--light:hover { background: #f3f5e9; color: var(--am-forest-dark); }
.feature-band__stamp { display: grid; width: 67px; height: 67px; flex: 0 0 67px; place-items: center; border: 1px solid rgba(228, 237, 207, .35); border-radius: 50%; color: #d2e1b1; font-size: 39px; }
.feature-band__scribble { position: absolute; right: 4px; bottom: 12px; color: rgba(228, 237, 207, .5); font-size: 25px; }
.product-section { background: #fff; }
.product-section .products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 18px; padding: 0; margin: 0; list-style: none; }
.product-section .products::before, .product-section .products::after { display: none !important; }
.product-section .products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 14px !important; border: 1px solid #eeede7; border-radius: 10px; overflow: hidden; }
.product-section .products li.product a img { width: 100%; aspect-ratio: 1 / .82; object-fit: contain; padding: 22px; margin: 0 0 13px !important; background: #f5f4ee; }
.product-section .products li.product .woocommerce-loop-product__title { padding: 0 14px !important; color: var(--am-ink); font-size: 13px !important; font-weight: 650; }
.product-section .products li.product .price { display: block; padding: 0 14px; color: var(--am-forest) !important; font-size: 14px !important; font-weight: 750; }
.product-section .products li.product .button { min-height: 36px; margin: 12px 14px 0 !important; padding-inline: 12px; border-radius: 4px; background: var(--am-forest); color: #fff; font-size: 11px; }
.product-section .products li.product .star-rating { margin: 4px 14px; }
.product-section .products li.product .onsale { top: 10px; left: 10px; min-height: 24px; padding: 4px 9px; border-radius: 3px; background: #d88a59; font-size: 10px; line-height: 16px; }
.promise-strip { border-top: 1px solid var(--am-line); border-bottom: 1px solid var(--am-line); background: #f5f4ed; }
.promise-grid { display: grid; min-height: 112px; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 30px; }
.promise-item { display: flex; align-items: center; gap: 12px; }
.promise-item__icon { display: grid; width: 41px; height: 41px; flex: 0 0 41px; place-items: center; border-radius: 50%; background: #e4ecd6; color: var(--am-forest); font-size: 20px; }
.promise-item strong, .promise-item small { display: block; }
.promise-item strong { color: #334738; font-size: 12px; }
.promise-item small { margin-top: 2px; color: var(--am-muted); font-size: 10px; }

.site-footer { background: #204a35; color: #eff3e8; }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 50px; padding-block: 46px 38px; }
.brand--footer .brand__mark { width: 205px; }
.footer-brand p, .footer-note p { max-width: 300px; margin: 12px 0 0; color: #c2d1be; font-size: 12px; }
.footer-links strong, .footer-note strong { display: block; margin-bottom: 12px; color: #f3f3e9; font-size: 12px; }
.footer-menu { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.footer-menu a { color: #c2d1be; font-size: 12px; }
.footer-menu a:hover { color: #fff; }
.footer-bottom { display: flex; min-height: 45px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(237, 242, 226, .16); color: #bdcbb9; font-size: 10px; }

.content-shell, .shop-shell { min-height: 48vh; padding-block: 46px 72px; }
.page-card, .content-card { max-width: 900px; margin-inline: auto; }
.page-card > h1, .content-shell > h1 { margin: 0 0 25px; font-size: clamp(34px, 5vw, 54px); }
.entry-content { color: #59665b; }
.shop-shell .woocommerce-breadcrumb { color: #747c70; font-size: 12px; }
.shop-shell .woocommerce-breadcrumb a { color: var(--am-forest); }
.shop-shell .woocommerce-products-header__title, .shop-shell .product_title { font-size: clamp(31px, 4vw, 48px); }
.shop-shell .woocommerce-result-count, .shop-shell .woocommerce-ordering { font-size: 12px; color: var(--am-muted); }
.shop-shell ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 16px; }
.shop-shell ul.products::before, .shop-shell ul.products::after { display: none !important; }
.shop-shell ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 14px !important; overflow: hidden; border: 1px solid #eeede7; border-radius: 10px; background: #fff; }
.shop-shell ul.products li.product a img { width: 100%; aspect-ratio: 1 / .82; object-fit: contain; padding: 20px; margin: 0 0 10px !important; background: #f5f4ee; }
.shop-shell ul.products li.product .woocommerce-loop-product__title { padding-inline: 13px !important; color: var(--am-ink); font-size: 13px !important; }
.shop-shell ul.products li.product .price { padding-inline: 13px; color: var(--am-forest) !important; font-size: 14px !important; font-weight: 750; }
.shop-shell ul.products li.product .button { margin: 9px 13px 0 !important; padding: 9px 12px; border-radius: 4px; background: var(--am-forest); color: #fff; font-size: 11px; }
.shop-shell .woocommerce-pagination ul.page-numbers { border: 0; }
.shop-shell .woocommerce-pagination ul.page-numbers li { border: 0; }
.shop-shell .woocommerce-pagination .page-numbers a, .shop-shell .woocommerce-pagination .page-numbers span { border-radius: 4px; }
.shop-shell .woocommerce-pagination .page-numbers .current { background: var(--am-forest); color: #fff; }
.shop-shell .woocommerce-message, .shop-shell .woocommerce-info { border-top-color: var(--am-forest); }
.shop-shell .woocommerce-message::before, .shop-shell .woocommerce-info::before { color: var(--am-forest); }
.shop-shell button.button, .shop-shell a.button, .shop-shell .single_add_to_cart_button { background: var(--am-forest); color: #fff; }
.shop-shell input, .shop-shell select, .shop-shell textarea { min-height: 42px; border: 1px solid #dcded4; border-radius: 4px; padding: 8px 10px; }
.shop-shell .quantity input { min-height: 40px; }
.shop-shell .woocommerce div.product div.images img { border-radius: 10px; }
.shop-shell .woocommerce-tabs ul.tabs li.active { background: #fff; }
.woocommerce .star-rating { color: #d28c51; }

@media (max-width: 1020px) {
	.header-main { grid-template-columns: 190px 1fr 165px; gap: 19px; }
	.brand__mark { width: 185px; }
	.header-actions { gap: 12px; }
	.header-actions > a > span:last-child { display: none; }
	.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.category-card { min-height: 110px; }
	.hero__grid { min-height: 390px; }
	.shop-shell ul.products, .product-section .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
	.container { width: min(100% - 32px, 1240px); }
	.announcement__inner { min-height: 33px; font-size: 10px; }
	.announcement__inner > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.header-main { min-height: 70px; grid-template-columns: 1fr auto; gap: 10px; padding-block: 9px; }
	.brand__mark { width: 165px; }
	.header-search { grid-column: 1 / -1; grid-row: 2; min-height: 42px; }
	.header-search input[type="search"], .header-search button { height: 40px; }
	.header-actions { grid-column: 2; grid-row: 1; }
	.header-actions > a > span:last-child { display: none; }
	.header-actions svg { width: 21px; }
	.nav-bar__inner { min-height: 47px; justify-content: space-between; }
	.category-shortcut { padding-right: 0; font-size: 12px; }
	.menu-toggle { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--am-line); border-radius: 5px; background: #fff; color: var(--am-forest); }
	.menu-toggle__bars { display: grid; gap: 4px; }
	.menu-toggle__bars i { display: block; width: 17px; height: 2px; border-radius: 2px; background: currentColor; }
	.primary-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 7px 16px 14px; border-bottom: 1px solid var(--am-line); background: #fff; box-shadow: var(--am-shadow); }
	.primary-navigation.is-open { display: block; }
	.primary-navigation .menu { display: grid; gap: 0; }
	.primary-navigation .menu a { padding: 11px 0; border-bottom: 1px solid #f1f0e9; }
	.primary-navigation .sub-menu { position: static; display: block; padding: 0 0 0 14px; border: 0; box-shadow: none; }
	.hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; padding-top: 35px; }
	.hero__copy { padding: 0 0 8px; }
	.hero h1 { max-width: 460px; font-size: clamp(42px, 11vw, 58px); }
	.hero__intro { margin-top: 14px; font-size: 14px; }
	.hero__assurance { margin-top: 17px; font-size: 10px; }
	.hero__art { width: min(100%, 490px); justify-self: center; margin-top: -2px; }
	.hero__art-note { top: 14%; }
	.hero__art-seal { right: 4%; bottom: 6%; width: 61px; height: 61px; }
	.section-pad { padding-block: 47px; }
	.section-heading { align-items: flex-start; margin-bottom: 19px; }
	.section-heading h2, .feature-band h2 { font-size: 30px; }
	.section-heading .text-link { align-self: flex-end; font-size: 10px; }
	.category-grid { gap: 9px; }
	.category-card { min-height: 95px; gap: 8px; padding: 10px; }
	.category-card__art, .category-card__art img { width: 54px; height: 54px; flex-basis: 54px; }
	.category-card__text strong { font-size: 11px; }
	.category-card__text small { font-size: 9px; }
	.category-card__arrow { top: 7px; right: 8px; font-size: 12px; }
	.feature-band__inner { min-height: 170px; flex-wrap: wrap; justify-content: flex-start; gap: 12px 16px; padding-block: 24px; }
	.feature-band__stamp { width: 45px; height: 45px; flex-basis: 45px; font-size: 26px; }
	.feature-band__inner > div:nth-child(2) { flex: 1; }
	.feature-band h2 { font-size: 25px; }
	.feature-band__inner > .button { margin-left: 61px; }
	.product-section .products, .shop-shell ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.product-section .products li.product a img, .shop-shell ul.products li.product a img { padding: 12px; }
	.product-section .products li.product .woocommerce-loop-product__title, .shop-shell ul.products li.product .woocommerce-loop-product__title { font-size: 11px !important; }
	.promise-grid { grid-template-columns: 1fr; gap: 0; padding-block: 14px; }
	.promise-item { min-height: 65px; border-bottom: 1px solid var(--am-line); }
	.promise-item:last-child { border-bottom: 0; }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 26px 18px; padding-block: 35px 25px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; padding-block: 10px; }
	.content-shell, .shop-shell { padding-block: 31px 52px; }
	.shop-shell .woocommerce-ordering { float: none; }
}
@media (max-width: 370px) {
	.category-card { align-items: flex-start; flex-direction: column; }
	.category-card__art, .category-card__art img { width: 47px; height: 47px; flex-basis: 47px; }
	.category-card__text small { display: none; }
	.section-heading { flex-direction: column; }
	.section-heading .text-link { align-self: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
