@font-face {
	font-family: "GoodDog";
	src: url("../fonts/GoodDog.woff") format("woff");
	font-display: swap;
}

:root {
	--nt-sky: #00b0ff;
	--nt-sky-dark: #0091ea;
	--nt-sky-light: #dcf2fd;
	--nt-orange: #ff9100;
	--nt-orange-dark: #ff6d00;
	--nt-yellow: #ffc400;
	--nt-red: #e72622;
	--nt-navy: #1e3a5f;
	--nt-ink: #37424a;
	--nt-text: #49555c;
	--nt-muted: #7a8991;
	--nt-line: #e4e9ed;
	--nt-cloud: #f5f8fa;
	--nt-white: #fff;
	--nt-footer: #2f383d;
	--nt-footer-dark: #24292d;
	--nt-radius-sm: 8px;
	--nt-radius: 16px;
	--nt-radius-lg: 26px;
	--nt-shadow: 0 20px 50px rgba(30, 60, 90, 0.1);
	--nt-display: "Space Grotesk", sans-serif;
	--nt-body: "Plus Jakarta Sans", sans-serif;
	--nt-accent: "GoodDog", cursive;
	--nt-container: 1400px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #fafbfc;
	color: var(--nt-text);
	font: 400 16px/1.65 var(--nt-body);
	-webkit-font-smoothing: antialiased;
}
body.nt-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--nt-sky-dark); text-decoration: none; transition: color .18s ease, transform .18s ease, background .18s ease, border-color .18s ease; }
a:hover { color: var(--nt-sky); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
	outline: 3px solid rgba(0, 176, 255, .38);
	outline-offset: 3px;
}
h1, h2, h3, h4 { color: var(--nt-ink); font-family: var(--nt-display); line-height: 1.12; margin-top: 0; }

.nt-container { width: min(calc(100% - 96px), var(--nt-container)); margin-inline: auto; }
.nt-main { min-height: 48vh; }
.nt-main--shop { width: min(calc(100% - 96px), var(--nt-container)); margin: 0 auto; padding: 64px 0 96px; }
.nt-skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px; border-radius: 6px; background: var(--nt-navy); color: #fff; }
.nt-skip-link:focus { top: 16px; color: #fff; }

.nt-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 13px 25px;
	border: 2px solid var(--nt-orange-dark);
	border-radius: var(--nt-radius-sm);
	background: var(--nt-orange);
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
}
.nt-button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { transform: translateY(-2px); background: #ffa023; color: #fff; }
.nt-button--secondary { border-color: #d6dde2; background: #fff; color: var(--nt-text); }
.nt-button--secondary:hover { border-color: var(--nt-sky); background: #fff; color: var(--nt-sky-dark); }
.nt-button--small { min-height: 46px; padding: 10px 22px; border-color: var(--nt-sky-dark); background: var(--nt-sky); font-size: 15px; }
.nt-button--small:hover { background: #2abdff; }

.nt-announcement {
	position: relative;
	z-index: 62;
	padding: 9px 24px;
	background: #4e5c64;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
}
.nt-header {
	position: sticky;
	top: 0;
	z-index: 60;
	border-bottom: 1px solid rgba(228, 233, 237, .9);
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(10px);
}
.admin-bar .nt-header { top: 32px; }
.nt-header__inner {
	display: flex;
	align-items: center;
	gap: 34px;
	width: min(calc(100% - 96px), var(--nt-container));
	height: 80px;
	margin-inline: auto;
}
.nt-logo { display: flex; flex: 0 0 auto; }
.nt-logo img { display: block; width: auto; height: 42px; }
.nt-primary-nav { flex: 1; }
.nt-primary-nav__list, .nt-primary-nav ul { display: flex; align-items: center; gap: 27px; padding: 0; margin: 0; list-style: none; }
.nt-primary-nav a { color: var(--nt-text); font-size: 15px; font-weight: 700; }
.nt-primary-nav a:hover, .nt-primary-nav .current-menu-item > a { color: var(--nt-sky-dark); }
.nt-header__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 14px; margin-left: auto; }
.nt-icon-button { position: relative; display: inline-grid; place-items: center; width: 40px; height: 40px; padding: 7px; border: 0; background: none; color: var(--nt-text); cursor: pointer; }
.nt-icon-button:hover { color: var(--nt-sky-dark); }
.nt-icon-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nt-menu-toggle { display: none; }
.nt-cart-count { position: absolute; top: 0; right: -1px; min-width: 19px; padding: 1px 5px; border: 2px solid #fff; border-radius: 99px; background: var(--nt-orange); color: #fff; font-size: 10px; font-weight: 800; line-height: 16px; text-align: center; }
.nt-search-panel { padding: 16px max(48px, calc((100% - var(--nt-container))/2)); border-top: 1px solid var(--nt-line); background: #fff; }
.nt-search-panel[hidden] { display: none; }
.nt-search-panel .search-form { display: flex; max-width: 720px; margin-left: auto; }
.nt-search-panel .search-field { flex: 1; min-height: 48px; padding: 0 16px; border: 1px solid #cbd4da; border-radius: 8px 0 0 8px; }
.nt-search-panel .search-submit { padding: 0 22px; border: 0; border-radius: 0 8px 8px 0; background: var(--nt-sky); color: #fff; font-weight: 800; cursor: pointer; }

.nt-footer { background: var(--nt-footer); color: #9ba7ad; }
.nt-footer__main { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.2fr; gap: 54px; padding-top: 70px; padding-bottom: 56px; }
.nt-footer__brand img { display: block; width: auto; height: 40px; }
.nt-footer__brand p { max-width: 330px; margin: 13px 0 0; }
.nt-footer__tagline { color: #fff; font-weight: 700; }
.nt-footer h2 { margin: 0 0 19px; color: #fff; font: 700 14px var(--nt-body); letter-spacing: .08em; text-transform: uppercase; }
.nt-footer__menu, .nt-footer__legal { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.nt-footer a { color: #9ba7ad; }
.nt-footer a:hover { color: #fff; }
.nt-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.nt-footer__contact p { margin: 0; white-space: pre-line; }
.nt-footer__bottom { background: var(--nt-footer-dark); }
.nt-footer__bottom-inner { display: flex; justify-content: space-between; gap: 24px; padding-top: 19px; padding-bottom: 19px; font-size: 13px; }
.nt-footer__legal { display: flex; flex-wrap: wrap; gap: 20px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1180px) {
	.nt-header__inner { width: min(calc(100% - 48px), var(--nt-container)); gap: 18px; }
	.nt-menu-toggle { display: inline-grid; order: 2; }
	.nt-primary-nav { position: fixed; inset: 80px 0 auto; display: none; max-height: calc(100vh - 80px); overflow: auto; padding: 22px 24px 34px; border-top: 1px solid var(--nt-line); border-bottom: 1px solid var(--nt-line); background: #fff; box-shadow: var(--nt-shadow); }
	.nt-primary-nav.is-open { display: block; }
	.nt-primary-nav__list, .nt-primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
	.nt-primary-nav li { width: 100%; border-bottom: 1px solid var(--nt-line); }
	.nt-primary-nav a { display: block; padding: 15px 2px; font-size: 17px; }
	.nt-header__actions { order: 3; }
	.nt-footer__main { grid-template-columns: 1.3fr 1fr 1fr; }
	.nt-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
	.admin-bar .nt-header { top: 46px; }
	.nt-container, .nt-main--shop { width: min(calc(100% - 40px), var(--nt-container)); }
	.nt-header__inner { width: calc(100% - 32px); height: 68px; }
	.nt-logo img { height: 34px; }
	.nt-primary-nav { inset: 68px 0 auto; }
	.nt-search-toggle, .nt-account-link, .nt-header__cta { display: none; }
	.nt-header__actions { gap: 0; }
	.nt-footer__main { grid-template-columns: 1fr 1fr; gap: 38px 28px; padding-top: 52px; }
	.nt-footer__brand, .nt-footer__contact { grid-column: 1 / -1; }
	.nt-footer__bottom-inner { flex-direction: column; }
}

@media (max-width: 480px) {
	.nt-announcement { padding: 7px 14px; font-size: 12px; }
	.nt-menu-toggle { width: 36px; }
	.nt-cart-link { width: 36px; }
	.nt-footer__main { grid-template-columns: 1fr; }
	.nt-footer__brand, .nt-footer__contact { grid-column: auto; }
}
