@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
	--ink: #17211e;
	--header-green: #0d3b2e;
	--header-green-light: #174f3d;
	--cream: #f5f0e7;
	--orange: #f26a3d;
	--line: rgba(23, 33, 30, .16);
	--serif: Georgia, 'Times New Roman', serif;
	--sans: 'DM Sans', sans-serif;
	--display: 'Space Grotesk', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.5 var(--sans); }
a { color: inherit; text-decoration: none; }

.top { align-items: center; background: #082b22; color: rgba(255, 255, 255, .78); display: flex; gap: 28px; justify-content: flex-end; padding: 9px max(5vw, calc((100% - 1280px) / 2)); }
.top p { font-size: 13px; letter-spacing: .02em; margin: 0; }
.top button { background: var(--orange); border: 1px solid var(--orange); color: #fff; cursor: pointer; font: 600 11px var(--display); padding: 7px 13px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.top button:hover, .top button:focus-visible { background: #d9542e; border-color: #d9542e; transform: translateY(-1px); }
.site-header { align-items: center; background: var(--header-green); box-shadow: 0 8px 24px rgba(13, 59, 46, .18); color: #fff; display: flex; justify-content: space-between; margin: auto; max-width: none; padding: 18px max(5vw, calc((100% - 1280px) / 2)); position: sticky; top: 0; z-index: 30; }
.logo { align-items: center; display: flex; flex-shrink: 0; height: 90px; width: 150px; }
.logo img { display: block; height: 100px; max-width: 100%; object-fit: contain; object-position: left center; width: auto; }
.brand { align-items: center; display: flex; font: 700 12px/1 var(--display); gap: 9px; letter-spacing: .05em; }
.brand-mark { align-items: center; background: var(--orange); border-radius: 50%; color: #fff; display: flex; font-size: 11px; height: 34px; justify-content: center; letter-spacing: -.06em; width: 34px; }
.brand strong { font-size: 17px; letter-spacing: -.06em; }
.nav { display: flex; gap: 34px; margin-left: auto; margin-right: 42px; }
.nav a, .site-footer a { font-size: 16px; }
.nav a { color: rgba(255, 255, 255, .78); transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: #fff; text-decoration: none; }
.header-cta { border: 1px solid rgba(255, 255, 255, .55); font-size: 13px; padding: 10px 14px; transition: background .2s ease, border-color .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--header-green-light); border-color: #fff; }
.header-cta span, .button span { font-size: 18px; margin-left: 12px; }
.cart-link { align-items: center; display: flex; gap: 6px; }
.cart-count { align-items: center; background: var(--orange); border-radius: 50%; color: #fff; display: inline-flex; font: 600 10px var(--display); height: 20px; justify-content: center; min-width: 20px; padding: 0 4px; }
.menu-toggle { background: none; border: 0; color: #fff; cursor: pointer; display: none; font-size: 22px; }

.site-footer { background: var(--ink); color: var(--cream); padding: 52px max(5vw, calc((100% - 1180px) / 2)) 20px; }
.footer-shell { align-items: start; display: grid; gap: 40px; grid-template-columns: 1.5fr .7fr .9fr 1fr; }
.footer-brand p { color: rgba(245,240,231,.68); font-size: 13px; margin: 20px 0 15px; max-width: 230px; }
.footer-mail { border-bottom: 1px solid rgba(245,240,231,.35); display: inline-block; font-size: 12px; padding-bottom: 5px; transition: border-color .2s ease, color .2s ease; }
.footer-mail span, .footer-shop span { font-size: 18px; margin-left: 9px; }
.footer-mail:hover, .footer-shop:hover { border-color: var(--orange); color: var(--orange); }
.footer-column { display: grid; gap: 12px; }
.footer-label { color: var(--orange); font: 600 10px var(--display); letter-spacing: .14em; margin: 4px 0 7px; text-transform: uppercase; }
.footer-column a { color: rgba(245,240,231,.78); font-size: 12px; transition: color .2s ease; }
.footer-column a:hover { color: #fff; text-decoration: none; }
.footer-action { align-items: flex-start; border-top: 1px solid rgba(245,240,231,.25); display: flex; flex-direction: column; gap: 19px; padding-top: 13px; }
.footer-action > span { color: rgba(245,240,231,.68); font-size: 12px; }
.footer-shop { border-bottom: 1px solid var(--orange); color: #fff; font: 600 13px var(--display); padding-bottom: 5px; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(245,240,231,.18); display: flex; justify-content: space-between; margin-top: 45px; padding-top: 16px; }
.footer-bottom small { color: rgba(245,240,231,.5); font-size: 10px; }
.footer-top-button { background: transparent; border: 1px solid rgba(245,240,231,.35); color: var(--cream); cursor: pointer; font: 600 10px var(--display); padding: 8px 11px; transition: border-color .2s ease, color .2s ease; }
.footer-top-button:hover { border-color: var(--orange); color: var(--orange); }

@media (max-width: 800px) {
	.top { flex-wrap: wrap; gap: 6px 16px; justify-content: center; padding: 8px 6vw; }
	.top p { font-size: 10px; }
	.top p:nth-of-type(3) { display: none; }
	.top button { padding: 6px 10px; }
	.site-header { min-height: 64px; padding: 10px 6vw; }
	.nav, .header-cta { display: none; }
	.logo { height: 50px; width: 140px; }
	.logo img { height: 50px; max-width: 140px; }
	.nav.is-open { background: var(--header-green); border-top: 1px solid rgba(255, 255, 255, .2); box-shadow: 0 12px 20px rgba(13, 59, 46, .2); display: flex; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 14px 6vw 18px; position: absolute; right: 0; top: 100%; }
	.nav.is-open a { color: rgba(255, 255, 255, .82); padding: 12px 0; }
	.menu-toggle { display: block; }
	.footer-shell { grid-template-columns: 1fr 1fr; }
	.footer-action { grid-column: 1 / -1; }
}

@media (max-width: 450px) {
	.top { justify-content: space-between; }
	.top p:nth-of-type(2) { display: none; }
	.top button { margin-left: auto; }
	.site-header { padding-left: 5vw; padding-right: 5vw; }
	.logo { height: 40px; width: 105px; }
	.logo img { height: 40px; max-width: 105px; }
	.site-footer { padding: 38px 6vw 18px; }
	.footer-shell { display: block; }
	.footer-column, .footer-action { margin-top: 30px; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 35px; }
}

@media (min-width: 801px) {
	.nav { display: flex; }
	.header-cta { display: block; }
	.menu-toggle { display: none; }
}
