/* ==========================================================================
   WABAR — site-wide v2 chrome (header + announcement + footer)
   Extracted from home-v2.css so the NEW editorial identity's header/footer can
   load on every page ALONGSIDE main.css. Deliberately excludes home-v2.css's
   global reset (*, html, body.wabar-v2) and its page sections — main.css already
   sets *{box-sizing:border-box} and the Lama Sans body font, so only the .v2-*
   chrome components live here. Loaded on every template EXCEPT page-home-v2.php
   (that page keeps its own self-contained home-v2.css).
   ========================================================================== */

/* ---- tokens (mirror of home-v2.css :root) -------------------------------- */
:root{
	--v2-dark:#102a38;
	--v2-darker:#0b1f2a;
	--v2-cream:#f8f5ef;
	--v2-cream-deep:#ece5d6;
	--v2-ink:#102a38;
	--v2-ink-soft:rgba(16,42,56,.62);
	--v2-sand:#e7decb;
	--v2-sand-soft:rgba(231,222,203,.62);
	--v2-brown:#173f53;
	--v2-brown-light:#c79a4a;
	--v2-gold:#c79a4a;
	--v2-rust:#173f53;
	--v2-line-dark:rgba(231,222,203,.16);
	--v2-line-cream:rgba(16,42,56,.14);
	--v2-gutter:clamp(20px,5vw,72px);
}

/* Reset just the chrome links/images (main.css already resets these globally,
   but keep it defensive so the chrome renders identically to the home page). */
.v2-header a,.v2-footer a{color:inherit;text-decoration:none;}
.v2-header img,.v2-footer img{max-width:100%;display:block;}
.v2-header button,.v2-footer button{font-family:inherit;background:none;border:0;cursor:pointer;color:inherit;}

.v2-eyebrow{
	display:flex;align-items:center;gap:12px;
	font-size:12.5px;font-weight:600;letter-spacing:.4px;color:var(--v2-brown);
	margin-bottom:18px;
}
.v2-eyebrow i{display:inline-block;width:34px;height:1px;background:currentColor;opacity:.7;}

/* ==========================================================================
   Announcement bar + header
   ========================================================================== */
/* Never-ending marquee. Two identical groups sit in a max-content track and the
   track slides by exactly one group, so the restart is invisible. It scrolls
   RIGHTWARD: in RTL the first group renders at the right edge, so translating
   +50% pulls the (identical) second group into view from the left. */
.v2-announce{
	display:flex;align-items:center;overflow:hidden;
	background:var(--v2-rust);color:var(--v2-sand);
	font-size:13px;font-weight:600;letter-spacing:.3px;
	height:46px;
}
.v2-announce-track{
	display:flex;width:max-content;
	animation:v2-marquee 46s linear infinite;
	will-change:transform;
}
.v2-announce-group{display:flex;flex-shrink:0;}
.v2-announce-item{
	display:inline-flex;align-items:center;gap:14px;
	padding-inline-start:56px;white-space:nowrap;
}
.v2-announce-item i{font-style:normal;opacity:.6;font-size:11px;}
@keyframes v2-marquee{from{transform:translateX(0);}to{transform:translateX(50%);}}
.v2-header{
	position:sticky;top:0;z-index:50;
	display:flex;align-items:center;justify-content:space-between;gap:24px;
	background:var(--v2-dark);color:var(--v2-sand);
	padding:0 var(--v2-gutter);height:72px;
	transition:box-shadow .3s;
}
.v2-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.35);}
.v2-brand{display:inline-flex;align-items:center;gap:11px;font-size:22px;font-weight:800;}
.v2-brand img{height:45px;width:auto;}
.v2-nav{display:flex;gap:32px;font-size:16.5px;font-weight:700;}
/* Full-strength light text on the dark header (was 14.5px at 88% opacity —
   too small and too dim, owner 2026-09-17). */
.v2-nav a{position:relative;padding:6px 0;opacity:1;transition:color .2s;}
/* .v2-header prefix: inner pages carry body.wabar-site a{color:inherit} (0,1,2),
   which beat a bare .v2-nav a and left the menu dim with no hover colour. */
.v2-header .v2-nav a{color:#F8F5EF;}
.v2-nav a::after{
	content:'';position:absolute;bottom:0;right:0;width:0;height:1.5px;
	background:var(--v2-brown-light);transition:width .25s;
}
.v2-header .v2-nav a:hover{color:#C79A4A;}
.v2-nav a:hover::after{width:100%;}
.v2-header-icons{display:flex;align-items:center;gap:18px;}
.v2-header-icons a{display:inline-flex;}
.v2-header-icons svg{width:21px;height:21px;display:block;}
.v2-cart{position:relative;}
.v2-cart span{
	position:absolute;top:-7px;left:-9px;min-width:17px;height:17px;padding:0 4px;
	background:var(--v2-brown);color:#fff;font-size:10.5px;font-weight:700;
	border-radius:999px;display:grid;place-items:center;line-height:1;
}
.v2-burger{display:none;flex-direction:column;gap:5px;padding:6px;}
.v2-burger span{width:22px;height:1.8px;background:currentColor;transition:transform .25s;}
body.v2-nav-open .v2-burger span:first-child{transform:translateY(3.4px) rotate(45deg);}
body.v2-nav-open .v2-burger span:last-child{transform:translateY(-3.4px) rotate(-45deg);}

/* ==========================================================================
   Footer
   ========================================================================== */
/* Site-wide footer: no overlapping community shots here, so a normal top pad
   (the home page's own footer keeps its larger padding in home-v2.css). */
.v2-footer{background:var(--v2-darker);color:var(--v2-sand);padding:clamp(54px,8vh,84px) var(--v2-gutter) 0;position:relative;z-index:1;}
.v2-footer-cta{
	/* minmax(0,…): the newsletter form's intrinsic width otherwise blows the
	   1fr track past the viewport on narrow phones (leftward in RTL). */
	display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:clamp(30px,5vw,80px);align-items:center;
	max-width:1360px;margin:0 auto;padding:clamp(24px,4vh,44px) 0 clamp(46px,7vh,74px);
	border-bottom:1px solid var(--v2-line-dark);
}
.v2-footer-cta .v2-eyebrow{color:var(--v2-brown-light);}
.v2-footer-cta h2{font-size:clamp(30px,3.8vw,52px);font-weight:800;line-height:1.3;letter-spacing:-.4px;}
.v2-newsletter label{display:block;font-size:12.5px;font-weight:600;color:var(--v2-sand-soft);margin-bottom:12px;}
.v2-newsletter-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(231,222,203,.4);padding-bottom:10px;}
.v2-newsletter input{
	flex:1;min-width:0;background:none;border:0;outline:none;color:var(--v2-sand);
	font-family:inherit;font-size:15px;direction:ltr;text-align:left;
}
.v2-newsletter input::placeholder{color:rgba(231,222,203,.4);}
.v2-newsletter button{font-size:19px;transition:transform .25s;}
.v2-newsletter button:hover{transform:translateX(-5px);}
.v2-footer-grid{
	display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:clamp(26px,4vw,60px);
	max-width:1360px;margin:0 auto;padding:clamp(44px,7vh,70px) 0;
}
.v2-footer-brand p{margin-top:16px;max-width:280px;font-size:13.5px;line-height:1.95;color:var(--v2-sand-soft);}
.v2-footer-contact{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:9px;}
.v2-footer-contact li{display:flex;align-items:center;gap:9px;min-width:0;}
.v2-footer-contact svg{flex:0 0 16px;width:16px;height:16px;opacity:.75;}
.v2-footer-contact a{font-size:13.5px;color:var(--v2-sand-soft);word-break:break-all;transition:color .2s ease;}
.v2-footer-contact a:hover{color:#fff;}
.v2-footer-col h4{font-size:13px;font-weight:700;letter-spacing:.4px;color:var(--v2-brown-light);margin-bottom:18px;}
.v2-footer-col a{display:block;font-size:14px;color:var(--v2-sand-soft);padding:6px 0;transition:color .2s,transform .2s;}
.v2-footer-col a:hover{color:var(--v2-sand);transform:translateX(-4px);}
.v2-footer-bottom{
	display:flex;align-items:center;justify-content:space-between;gap:16px;
	max-width:1360px;margin:0 auto;padding:22px 0 26px;
	border-top:1px solid var(--v2-line-dark);
	font-size:12px;color:var(--v2-sand-soft);
}

/* ==========================================================================
   Responsive (chrome only)
   ========================================================================== */
@media (max-width:900px){
	/* Marquee keeps all phrases on mobile — it scrolls, so nothing is dropped. */
	.v2-announce{height:42px;font-size:12px;}
	.v2-announce-item{padding-inline-start:38px;gap:11px;}
	.v2-announce-track{animation-duration:34s;}
	.v2-nav{
		display:none;position:fixed;inset:72px 0 auto 0;z-index:49;
		flex-direction:column;gap:0;background:var(--v2-dark);
		padding:10px var(--v2-gutter) 26px;border-top:1px solid var(--v2-line-dark);
		box-shadow:0 30px 40px rgba(0,0,0,.4);
	}
	body.v2-nav-open .v2-nav{display:flex;}
	.v2-nav a{padding:14px 0;border-bottom:1px solid var(--v2-line-dark);font-size:17px;}
	.v2-nav a:last-child{border-bottom:0;}
	.v2-nav a::after{display:none;}
	.v2-burger{display:flex;}

	.v2-footer-cta{grid-template-columns:minmax(0,1fr);}
	/* Newsletter submit reads as a real round button on mobile. */
	.v2-newsletter button{
		flex:0 0 auto;width:46px;height:46px;border-radius:50%;
		display:grid;place-items:center;
		background:var(--v2-sand);color:var(--v2-dark);font-size:18px;
	}
	.v2-newsletter button:hover{transform:none;}
	.v2-footer-grid{grid-template-columns:1fr 1fr;}
	.v2-footer-brand{grid-column:1 / -1;}
}
@media (max-width:600px){
	.v2-header{height:64px;}
	.v2-nav{inset-block-start:64px;}
	.v2-brand img{height:39px;}
	.v2-footer-grid{grid-template-columns:1fr;gap:30px;}
	.v2-footer-bottom{flex-direction:column;gap:8px;text-align:center;}
}
