/*
Theme Name: Neeko
Theme URI: https://www.neekotours.com/
Author: Blue Gerbil
Description: Fast, photo-led theme for Neeko Tours. Works with the Neeko Core plugin.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: neeko
*/

/* ---------- Tokens ---------- */
:root {
	--nk-sand: #f6f1e8;
	--nk-sand-2: #ede4d3;
	--nk-white: #ffffff;
	--nk-ink: #1f1a14;
	--nk-ink-2: #4a4239;
	--nk-ink-3: #7a7065;
	--nk-line: #e3dbcc;
	--nk-sunset: #c8531f;
	--nk-sunset-2: #a8421a;
	--nk-acacia: #2f5d3a;
	--nk-acacia-2: #244a2e;
	--nk-gold: #d4a24c;
	--nk-whatsapp: #1fa855;
	--nk-font-display: "Fraunces", Georgia, "Times New Roman", serif;
	--nk-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--nk-max: 1200px;
	--nk-gutter: clamp(16px, 4vw, 40px);
	--nk-radius: 14px;
	--nk-shadow: 0 10px 30px rgba(31, 26, 20, .08);
	color-scheme: light;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--nk-sand);
	color: var(--nk-ink);
	font-family: var(--nk-font-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--nk-sunset-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--nk-sunset); }
h1, h2, h3, h4 { font-family: var(--nk-font-display); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.nk-wrap { max-width: var(--nk-max); margin-inline: auto; padding-inline: var(--nk-gutter); }
.nk-section { padding-block: clamp(48px, 8vw, 96px); }
.nk-section--tight { padding-block: clamp(32px, 5vw, 56px); }
.nk-section--white { background: var(--nk-white); }
.nk-section--ink { background: var(--nk-ink); color: var(--nk-sand); }
.nk-section--ink a { color: var(--nk-gold); }
.nk-section__head { max-width: 720px; margin-bottom: clamp(24px, 4vw, 40px); }
.nk-section__head--center { margin-inline: auto; text-align: center; }
.nk-kicker { display: inline-block; font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--nk-sunset); margin-bottom: .6em; }
.nk-section--ink .nk-kicker { color: var(--nk-gold); }
.nk-lede { font-size: 1.15rem; color: var(--nk-ink-2); }
.nk-section--ink .nk-lede { color: #d8cfc0; }

/* ---------- Buttons ---------- */
.nk-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	padding: .8em 1.4em; border-radius: 999px; border: 2px solid transparent;
	font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer;
	transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.nk-btn:hover { transform: translateY(-1px); }
.nk-btn--primary { background: var(--nk-sunset); color: #fff; }
.nk-btn--primary:hover { background: var(--nk-sunset-2); color: #fff; }
.nk-btn--ghost { background: transparent; color: var(--nk-ink); border-color: currentColor; }
.nk-btn--ghost:hover { background: var(--nk-ink); color: var(--nk-sand); }
.nk-btn--light { background: var(--nk-white); color: var(--nk-ink); }
.nk-btn--light:hover { background: var(--nk-sand-2); color: var(--nk-ink); }
.nk-btn--whatsapp { background: var(--nk-whatsapp); color: #fff; }
.nk-btn--whatsapp:hover { background: #178a45; color: #fff; }
.nk-btn--whatsapp::before { content: ""; width: 1.1em; height: 1.1em; background: currentColor; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.5 3.5A11.9 11.9 0 0 0 12 0C5.4 0 .1 5.3.1 11.9c0 2.1.5 4.1 1.6 5.9L0 24l6.3-1.7a11.9 11.9 0 0 0 5.7 1.5c6.6 0 11.9-5.3 11.9-11.9 0-3.2-1.2-6.2-3.4-8.4zM12 21.8c-1.8 0-3.5-.5-5-1.4l-.4-.2-3.7 1 1-3.6-.2-.4A9.8 9.8 0 0 1 2.1 12C2.1 6.5 6.5 2 12 2c2.6 0 5.1 1 7 2.9a9.8 9.8 0 0 1 2.9 7c0 5.5-4.5 9.9-9.9 9.9zm5.4-7.4c-.3-.1-1.8-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.2-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6l.4-.5.3-.5c.1-.2 0-.4 0-.5l-.9-2.2c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.1.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.3-.6-.4z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.5 3.5A11.9 11.9 0 0 0 12 0C5.4 0 .1 5.3.1 11.9c0 2.1.5 4.1 1.6 5.9L0 24l6.3-1.7a11.9 11.9 0 0 0 5.7 1.5c6.6 0 11.9-5.3 11.9-11.9 0-3.2-1.2-6.2-3.4-8.4zM12 21.8c-1.8 0-3.5-.5-5-1.4l-.4-.2-3.7 1 1-3.6-.2-.4A9.8 9.8 0 0 1 2.1 12C2.1 6.5 6.5 2 12 2c2.6 0 5.1 1 7 2.9a9.8 9.8 0 0 1 2.9 7c0 5.5-4.5 9.9-9.9 9.9zm5.4-7.4c-.3-.1-1.8-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.2-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6l.4-.5.3-.5c.1-.2 0-.4 0-.5l-.9-2.2c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.1.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.3-.6-.4z'/></svg>") center/contain no-repeat; }
.nk-btn--sm { padding: .55em 1em; font-size: .9rem; }

/* ---------- Header ---------- */
.nk-header { position: sticky; top: 0; z-index: 50; background: rgba(246, 241, 232, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--nk-line); }
.nk-header__inner { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.nk-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--nk-ink); font-family: var(--nk-font-display); font-weight: 700; font-size: 1.4rem; }
.nk-logo img { height: 44px; width: auto; }
.nk-nav { margin-left: auto; }
.nk-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.nk-nav a { display: block; padding: .5em .8em; border-radius: 8px; color: var(--nk-ink); text-decoration: none; font-weight: 500; }
.nk-nav a:hover, .nk-nav .current-menu-item > a, .nk-nav .current-menu-ancestor > a { background: var(--nk-sand-2); }
.nk-header__cta { display: none; }
.nk-nav-toggle { margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--nk-ink); }
.nk-nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s, opacity .2s; }
@media (max-width: 900px) {
	.nk-nav { position: fixed; inset: 72px 0 0; background: var(--nk-sand); padding: 16px var(--nk-gutter); overflow: auto; display: none; margin: 0; }
	.nk-nav.is-open { display: block; }
	.nk-nav ul { flex-direction: column; gap: 0; }
	.nk-nav a { padding: .9em .6em; font-size: 1.15rem; border-bottom: 1px solid var(--nk-line); border-radius: 0; }
	.nk-nav .nk-nav__cta { margin-top: 16px; }
	.nk-nav .nk-nav__cta a { border: 0; }
	body.nav-open { overflow: hidden; }
	.nk-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.nk-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.nk-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (min-width: 901px) {
	.nk-nav-toggle { display: none; }
	.nk-header__cta { display: inline-flex; }
	.nk-nav__cta { display: none; }
}

/* ---------- Hero ---------- */
.nk-hero { position: relative; min-height: min(78vh, 720px); display: grid; align-items: end; color: #fff; isolation: isolate; background: var(--nk-ink); }
.nk-hero--short { min-height: min(52vh, 480px); }
.nk-hero__media { position: absolute; inset: 0; z-index: -2; }
.nk-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.nk-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(20, 15, 10, .82) 0%, rgba(20, 15, 10, .35) 50%, rgba(20, 15, 10, .15) 100%); }
.nk-hero__inner { padding-block: clamp(40px, 7vw, 80px); max-width: 780px; }
.nk-hero h1 { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.nk-hero .nk-kicker { color: var(--nk-gold); }
.nk-hero__lede { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 620px; color: rgba(255,255,255,.92); }
.nk-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.nk-hero__trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; font-size: .9rem; color: rgba(255,255,255,.85); }
.nk-hero__trust strong { color: var(--nk-gold); }

/* ---------- Pillars ---------- */
.nk-pillars { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.nk-pillar { position: relative; display: block; min-height: 340px; border-radius: var(--nk-radius); overflow: hidden; color: #fff; text-decoration: none; background: var(--nk-ink-2); isolation: isolate; }
.nk-pillar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform .6s ease; }
.nk-pillar:hover img { transform: scale(1.05); }
.nk-pillar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,15,10,.85), rgba(20,15,10,0) 65%); z-index: 0; }
.nk-pillar__body { position: absolute; inset: auto 0 0; padding: 24px; z-index: 1; }
.nk-pillar h3 { color: #fff; font-size: 1.6rem; margin-bottom: .2em; }
.nk-pillar p { margin: 0; color: rgba(255,255,255,.85); font-size: .95rem; }
.nk-pillar__go { display: inline-block; margin-top: 10px; font-weight: 600; color: var(--nk-gold); }

/* ---------- Cards ---------- */
.nk-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.nk-grid--2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.nk-card { display: flex; flex-direction: column; background: var(--nk-white); border-radius: var(--nk-radius); overflow: hidden; box-shadow: var(--nk-shadow); transition: transform .2s ease; }
.nk-card:hover { transform: translateY(-3px); }
.nk-card__media { position: relative; display: block; aspect-ratio: 3 / 2; background: var(--nk-sand-2); }
.nk-card__media img { width: 100%; height: 100%; object-fit: cover; }
.nk-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--nk-sand-2), #d9cfb9); }
.nk-card__badge { position: absolute; top: 12px; left: 12px; background: rgba(31,26,20,.8); color: #fff; font-size: .8rem; font-weight: 600; padding: .3em .7em; border-radius: 999px; }
.nk-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.nk-card__kicker { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--nk-acacia); font-weight: 600; margin-bottom: .4em; }
.nk-card__title { font-size: 1.25rem; margin-bottom: .4em; }
.nk-card__title a { color: var(--nk-ink); text-decoration: none; }
.nk-card__title a:hover { color: var(--nk-sunset); }
.nk-card__excerpt { color: var(--nk-ink-2); font-size: .95rem; flex: 1; }
.nk-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0; padding-top: 12px; border-top: 1px solid var(--nk-line); font-size: .95rem; }
.nk-card__price strong { font-size: 1.1rem; }
.nk-diff { font-size: .75rem; font-weight: 600; padding: .25em .6em; border-radius: 999px; background: var(--nk-sand-2); color: var(--nk-ink-2); }
.nk-diff--challenging, .nk-diff--tough { background: #fbe4d8; color: var(--nk-sunset-2); }
.nk-diff--easy { background: #e2efe4; color: var(--nk-acacia); }

/* ---------- Why us ---------- */
.nk-why { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .nk-why { grid-template-columns: 1.1fr .9fr; } }
.nk-why__img { border-radius: var(--nk-radius); overflow: hidden; box-shadow: var(--nk-shadow); }
.nk-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.nk-stats li { background: var(--nk-white); padding: 18px 20px; border-radius: 12px; }
.nk-section--ink .nk-stats li { background: rgba(255,255,255,.06); }
.nk-stats strong { display: block; font-family: var(--nk-font-display); font-size: 2rem; color: var(--nk-sunset); line-height: 1.1; }
.nk-section--ink .nk-stats strong { color: var(--nk-gold); }
.nk-stats span { font-size: .9rem; color: var(--nk-ink-3); }
.nk-section--ink .nk-stats span { color: #d8cfc0; }
.nk-checks { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.nk-checks li { padding-left: 30px; position: relative; }
.nk-checks li::before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--nk-acacia); -webkit-mask: none; }
.nk-checks li::after { content: ""; position: absolute; left: 5px; top: .55em; width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

/* ---------- Reviews ---------- */
.nk-reviews { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.nk-review { margin: 0; background: var(--nk-white); border-radius: var(--nk-radius); padding: 24px; display: flex; flex-direction: column; box-shadow: var(--nk-shadow); }
.nk-review__stars { color: var(--nk-gold); letter-spacing: 2px; margin-bottom: .4em; }
.nk-review__title { font-family: var(--nk-font-display); font-weight: 600; font-size: 1.15rem; margin-bottom: .5em; }
.nk-review__text { color: var(--nk-ink-2); font-size: .97rem; flex: 1; }
.nk-review__text p:last-child { margin-bottom: 0; }
.nk-review__by { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--nk-line); font-size: .9rem; color: var(--nk-ink-3); display: flex; flex-wrap: wrap; gap: 4px 12px; align-items: baseline; }
.nk-review__by strong { color: var(--nk-ink); }
.nk-review__src { margin-left: auto; font-size: .8rem; }
.nk-rating-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--nk-white); border-radius: 999px; padding: 8px 18px 8px 10px; box-shadow: var(--nk-shadow); font-size: .95rem; }
.nk-rating-badge strong { font-family: var(--nk-font-display); font-size: 1.4rem; color: var(--nk-sunset); }

/* ---------- CTA band ---------- */
.nk-cta { background: var(--nk-acacia); color: #fff; }
.nk-cta h2 { color: #fff; }
.nk-cta p { color: rgba(255,255,255,.9); }
.nk-cta__inner { display: grid; gap: 24px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .nk-cta__inner { grid-template-columns: 1.2fr .8fr; } }
.nk-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; }
@media (min-width: 900px) { .nk-cta__actions { justify-content: flex-end; } }

/* ---------- Single tour ---------- */
.nk-tour { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .nk-tour { grid-template-columns: minmax(0, 1fr) 360px; align-items: start; } .nk-tour__aside { position: sticky; top: 88px; } }
.nk-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; list-style: none; margin: 0 0 32px; padding: 0; }
.nk-facts li { background: var(--nk-white); border-radius: 12px; padding: 12px 14px; }
.nk-facts span { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--nk-ink-3); }
.nk-facts strong { font-size: 1.05rem; }
.nk-tour__section { margin-bottom: clamp(32px, 5vw, 48px); }
.nk-tour__section h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.nk-prose { max-width: 70ch; }
.nk-prose > * + * { margin-top: 1em; }
.nk-prose ul, .nk-prose ol { padding-left: 1.3em; }
.nk-highlights { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.nk-highlights li { background: var(--nk-white); border-left: 4px solid var(--nk-gold); padding: 10px 14px; border-radius: 0 10px 10px 0; }
.nk-itin { border-top: 1px solid var(--nk-line); }
.nk-itin__day { border-bottom: 1px solid var(--nk-line); }
.nk-itin__toggle { width: 100%; display: flex; align-items: center; gap: 14px; text-align: left; background: none; border: 0; padding: 16px 0; cursor: pointer; font: inherit; color: var(--nk-ink); }
.nk-itin__num { flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--nk-sand-2); display: grid; place-items: center; font-family: var(--nk-font-display); font-weight: 700; font-size: .8rem; line-height: 1; text-align: center; }
.nk-itin__num b { display: block; font-size: 1.2rem; }
.nk-itin__title { flex: 1; font-weight: 600; font-size: 1.05rem; }
.nk-itin__chev { flex: none; width: 10px; height: 10px; border-right: 2px solid var(--nk-ink-3); border-bottom: 2px solid var(--nk-ink-3); transform: rotate(45deg); transition: transform .2s; }
.nk-itin__toggle[aria-expanded="true"] .nk-itin__chev { transform: rotate(-135deg); }
.nk-itin__panel { padding: 0 0 20px 66px; }
.nk-itin__panel[hidden] { display: none; }
.nk-itin__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 10px 0 0; padding: 0; list-style: none; font-size: .88rem; color: var(--nk-ink-3); }
.nk-itin__meta strong { color: var(--nk-ink-2); font-weight: 600; }
@media (max-width: 600px) { .nk-itin__panel { padding-left: 0; } }
.nk-incl { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.nk-incl ul { list-style: none; margin: 0; padding: 0; }
.nk-incl li { padding: 6px 0 6px 26px; position: relative; border-bottom: 1px solid var(--nk-line); font-size: .97rem; }
.nk-incl li::before { position: absolute; left: 0; top: 7px; font-weight: 700; }
.nk-incl--yes li::before { content: "✓"; color: var(--nk-acacia); }
.nk-incl--no li::before { content: "✕"; color: var(--nk-sunset); }
.nk-pricebox { background: var(--nk-white); border-radius: var(--nk-radius); padding: 24px; box-shadow: var(--nk-shadow); }
.nk-pricebox__price { font-family: var(--nk-font-display); font-size: 1.1rem; }
.nk-pricebox__price strong { font-size: 2rem; color: var(--nk-sunset); }
.nk-pricebox__note { font-size: .85rem; color: var(--nk-ink-3); margin-bottom: 16px; }
.nk-pricebox .nk-btn { width: 100%; margin-bottom: 10px; }
.nk-pricebox__contact { font-size: .9rem; color: var(--nk-ink-3); margin: 12px 0 0; text-align: center; }
.nk-gallery { display: grid; gap: 8px; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
.nk-gallery a { display: block; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; }
.nk-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.nk-gallery a:hover img { transform: scale(1.04); }
.nk-faq details { border-bottom: 1px solid var(--nk-line); padding: 12px 0; }
.nk-faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.nk-faq summary::after { content: "+"; color: var(--nk-sunset); font-size: 1.3em; line-height: 1; }
.nk-faq details[open] summary::after { content: "–"; }
.nk-faq .nk-prose { padding-top: 10px; color: var(--nk-ink-2); }
.nk-share { font-size: .9rem; color: var(--nk-ink-3); }

/* ---------- Enquiry form ---------- */
.nk-enquiry { background: var(--nk-white); border-radius: var(--nk-radius); padding: clamp(20px, 3vw, 32px); box-shadow: var(--nk-shadow); }
.nk-enquiry--compact { padding: 20px; box-shadow: none; background: transparent; }
.nk-enquiry__title { margin-bottom: .3em; }
.nk-enquiry__intro { color: var(--nk-ink-2); font-size: .95rem; }
.nk-enquiry__grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.nk-enquiry--compact .nk-enquiry__grid { grid-template-columns: 1fr; }
.nk-field { display: flex; flex-direction: column; gap: 4px; font-size: .9rem; font-weight: 600; }
.nk-field--wide { grid-column: 1 / -1; }
.nk-field input, .nk-field select, .nk-field textarea { font: inherit; font-weight: 400; padding: .7em .9em; border: 1px solid var(--nk-line); border-radius: 10px; background: var(--nk-sand); color: var(--nk-ink); width: 100%; }
.nk-field input:focus, .nk-field select:focus, .nk-field textarea:focus { outline: 2px solid var(--nk-sunset); outline-offset: 1px; border-color: var(--nk-sunset); }
.nk-hp { position: absolute; left: -9999px; }
.nk-enquiry__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 0; }
.nk-enquiry__status { margin: 12px 0 0; font-weight: 600; }
.nk-enquiry__status:empty { display: none; }
.nk-enquiry__status.is-success { color: var(--nk-acacia); font-size: 1.1rem; }
.nk-enquiry__status.is-error { color: var(--nk-sunset-2); }

/* ---------- Archive ---------- */
.nk-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.nk-filters a { padding: .45em 1em; border-radius: 999px; background: var(--nk-white); color: var(--nk-ink); text-decoration: none; font-size: .9rem; font-weight: 500; border: 1px solid var(--nk-line); }
.nk-filters a:hover, .nk-filters a.is-active { background: var(--nk-ink); color: var(--nk-sand); border-color: var(--nk-ink); }
.nk-term-desc { max-width: 760px; font-size: 1.05rem; color: var(--nk-ink-2); margin-bottom: 28px; }

/* ---------- Pages / posts ---------- */
.nk-page { max-width: 780px; }
.nk-page .nk-prose img { border-radius: var(--nk-radius); }
.nk-entry-meta { color: var(--nk-ink-3); font-size: .9rem; }
.wp-block-image img { border-radius: var(--nk-radius); }
.alignwide { max-width: var(--nk-max); }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); max-width: none; }
.nk-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.nk-pagination .page-numbers { padding: .5em .9em; border-radius: 8px; background: var(--nk-white); text-decoration: none; }
.nk-pagination .current { background: var(--nk-ink); color: var(--nk-sand); }

/* ---------- Footer ---------- */
.nk-footer { background: var(--nk-ink); color: #cfc6b8; padding-block: clamp(40px, 6vw, 64px) 24px; font-size: .95rem; }
.nk-footer a { color: #fff; text-decoration: none; }
.nk-footer a:hover { color: var(--nk-gold); }
.nk-footer__grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.nk-footer h4 { color: #fff; font-family: var(--nk-font-body); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.nk-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.nk-footer__brand { font-family: var(--nk-font-display); color: #fff; font-size: 1.5rem; margin-bottom: 8px; }
.nk-footer__bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: .85rem; color: #9b9184; }
.nk-social { display: flex; gap: 12px; }

/* ---------- Floating WhatsApp ---------- */
.nk-wa-float { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 60; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
@media (max-width: 600px) { .nk-wa-float span { display: none; } .nk-wa-float { padding: .9em; border-radius: 50%; } }

/* ---------- Utilities ---------- */
.nk-center { text-align: center; }
.nk-mt { margin-top: 28px; }
.nk-muted { color: var(--nk-ink-3); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } html { scroll-behavior: auto; } }
