/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =====================================================================
   VIEM COLLECTIVE — FRONTPAGE
   All rules are scoped to .viem-body / .v-* classes so this stylesheet
   (loaded site-wide) never affects other pages.
   ===================================================================== */

/* ---------- Fonts ---------- */
@font-face{
	font-family:'NeueHaas';
	src:url('assets/fonts/NeueHaasDisplayBlack.ttf') format('truetype');
	font-weight:400 900;font-style:normal;font-display:swap;
}
@font-face{
	font-family:'NeueHaas';
	src:url('assets/fonts/NeueHaasDisplayBlackItalic.ttf') format('truetype');
	font-weight:400 900;font-style:italic;font-display:swap;
}
@font-face{
	font-family:'PoppinsXB';
	src:url('assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
	font-weight:800;font-style:normal;font-display:swap;
}

/* ---------- Reset / base (scoped) ---------- */
.viem-body *,.viem-body *::before,.viem-body *::after{box-sizing:border-box;}

html.viem-html{height:100%;-webkit-text-size-adjust:100%;}
html.viem-html,body.viem-body{margin:0;padding:0;height:100%;background:#FFD403;overflow:hidden;overscroll-behavior:none;}
body.viem-body{
	font-family:'NeueHaas','Arial Black',Arial,sans-serif;
	color:#000;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* hide Astra chrome if it leaks onto this template */
body.viem-body #masthead,body.viem-body .site-header,body.viem-body #colophon,
body.viem-body #ast-scroll-top,body.viem-body .ast-scroll-to-top,
body.viem-body .site-footer{display:none!important;}
body.viem-body .site-content,body.viem-body #page,body.viem-body #primary,
body.viem-body .ast-container{margin:0!important;padding:0!important;max-width:none!important;}

.viem-body{--yellow:#FFD403;--pad-x:clamp(22px,5.5vw,96px);--pad-y:clamp(26px,7vh,72px);}

/* full-screen section pager (infinite loop, no scrollbar) */
.viem{position:fixed;inset:0;overflow:hidden;}
.viem-body .v-sec{
	position:absolute;inset:0;
	width:100%;
	transform:translateY(100%);
	transition:transform .85s cubic-bezier(.76,0,.24,1);
	will-change:transform;
	backface-visibility:hidden;
	overflow:hidden;
}
.viem-body .v-sec:first-child{transform:translateY(0);}

/* ---------- Sticky "about" label ---------- */
/* one label, fixed on top; fades out on video sections (see .is-hidden) */
.viem-body .v-about-fixed{
	position:fixed;
	top:clamp(16px,3.2vh,36px);
	right:clamp(20px,4vw,56px);
	font-family:Georgia,'Times New Roman',serif;
	font-style:italic;font-weight:400;
	font-size:clamp(19px,1.9vw,30px);
	color:#000;
	z-index:20;
	transition:opacity .4s ease;
}
.viem-body .v-about-fixed.is-hidden{opacity:0;pointer-events:none;}

/* ---------- Video sound toggle (top-right speaker) ---------- */
/* only shown on video sections; icon defaults to white and flips to black
   (.on-light) when the frame under it is bright. Soft drop-shadow keeps it
   legible on either background. */
.viem-body .v-mute{
	position:fixed;
	top:clamp(16px,3.2vh,36px);
	right:clamp(20px,4vw,56px);
	z-index:30;
	width:clamp(38px,3.4vw,48px);
	height:clamp(38px,3.4vw,48px);
	margin:0;padding:0;border:0;background:transparent;cursor:pointer;
	color:#fff;
	display:flex;align-items:center;justify-content:center;
	-webkit-tap-highlight-color:transparent;
	filter:drop-shadow(0 1px 4px rgba(0,0,0,.5));
	transition:opacity .35s ease,color .3s ease,filter .3s ease,transform .2s ease;
}
.viem-body .v-mute.on-light{
	color:#000;
	filter:drop-shadow(0 1px 4px rgba(255,255,255,.6));
}
.viem-body .v-mute:hover{transform:scale(1.08);}
.viem-body .v-mute:focus{outline:none;}
.viem-body .v-mute.is-hidden{opacity:0;pointer-events:none;}
.viem-body .v-mute svg{width:100%;height:100%;display:block;fill:currentColor;}
/* muted icon shows by default; sound-on icon shows when .is-on */
.viem-body .v-mute .ico-on{display:none;}
.viem-body .v-mute.is-on .ico-muted{display:none;}
.viem-body .v-mute.is-on .ico-on{display:block;}

/* ---------- Text sections ---------- */
.viem-body .v-text{
	background:var(--yellow);
	display:flex;flex-direction:column;justify-content:center;
	padding:var(--pad-y) var(--pad-x);
}
.viem-body .v-text h1,.viem-body .v-text h2{margin:0;font-weight:900;letter-spacing:-.015em;line-height:1.0;}

/* Hero */
.viem-body .v-hero-copy h1{font-size:clamp(33px,6.2vw,88px);}
.viem-body .v-hero-copy .line2{margin-top:clamp(22px,3.4vw,50px);line-height:1.04;}

/* Brands intro */
.viem-body .v-brands-main{display:flex;flex-direction:column;justify-content:center;}
.viem-body .v-brands-main h2{font-size:clamp(30px,5.4vw,74px);line-height:1.02;}
.viem-body .v-brand-row{
	display:flex;align-items:center;flex-wrap:nowrap;
	gap:clamp(22px,3.2vw,54px);
	margin-top:clamp(24px,3vw,46px);
}
/* NOTE: 4-class specificity so these beat the large media-logo rules below */
.viem-body .v-brand-row .brand{color:#000;gap:clamp(8px,1vw,14px);}
.viem-body .v-brand-row .brand .oai{height:clamp(24px,2.3vw,38px);width:auto;}
.viem-body .v-brand-row .brand .yt-btn{height:clamp(20px,2vw,32px);width:auto;}
.viem-body .v-brand-row .brand .fa-airbnb{font-size:clamp(26px,2.5vw,42px);line-height:1;}
.viem-body .v-brand-row .brand .wm{font-size:clamp(19px,2vw,34px);font-weight:800;letter-spacing:-.01em;}

.viem-body .v-across{
	position:absolute;left:var(--pad-x);bottom:clamp(28px,7vh,84px);
	max-width:min(70vw,420px);
}
.viem-body .v-across .lbl{
	display:block;font-weight:900;font-size:clamp(15px,1.55vw,23px);
	padding-bottom:8px;border-bottom:3px solid #000;
}
.viem-body .v-across .val{display:block;margin-top:9px;font-weight:900;font-size:clamp(15px,1.55vw,23px);}

/* About / contact */
.viem-body .v-about-copy{max-width:64%;}
.viem-body .v-about-copy p{margin:0;font-weight:900;line-height:1.12;font-size:clamp(19px,2.15vw,38px);letter-spacing:-.01em;}
.viem-body .v-about-copy .gap{margin-top:clamp(20px,2.4vw,40px);}
.viem-body .v-about-footer{
	position:absolute;left:var(--pad-x);right:var(--pad-x);bottom:clamp(24px,5.5vh,64px);
	display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
}
.viem-body .v-about-footer .tag{
	display:inline-block;font-style:italic;font-weight:900;
	font-size:clamp(14px,1.45vw,21px);padding-bottom:7px;border-bottom:3px solid #000;
}
.viem-body .v-about-footer .contact{
	display:block;margin-top:9px;font-style:italic;font-weight:900;
	font-size:clamp(14px,1.45vw,21px);
}
.viem-body .v-about-footer .contact a{color:inherit;text-decoration:none;}
.viem-body .v-about-footer .contact a:hover{text-decoration:underline;}
.viem-body .v-about-footer .foot-right{display:flex;gap:14px;flex-shrink:0;}
.viem-body .v-about-footer .foot-right a{
	width:clamp(40px,3.4vw,50px);height:clamp(40px,3.4vw,50px);
	border-radius:50%;background:#000;color:var(--yellow);
	display:flex;align-items:center;justify-content:center;
	font-size:clamp(18px,1.7vw,24px);text-decoration:none;transition:transform .2s;
}
.viem-body .v-about-footer .foot-right a:hover{transform:scale(1.08);}

/* ---------- Media (video) sections ---------- */
.viem-body .v-media{background:#000;}
.viem-body .v-media-inner{position:absolute;inset:0;}
.viem-body .v-poster{
	position:absolute;inset:0;
	background-size:cover;background-position:center;background-repeat:no-repeat;
	background-color:#000;transition:opacity .4s ease;
}
.viem-body .v-video{
	position:absolute;inset:0;width:100%;height:100%;
	object-fit:cover;background:#000;opacity:0;transition:opacity .45s ease;
}
.viem-body .v-media.is-playing .v-video{opacity:1;}
.viem-body .v-media.is-playing .v-poster{opacity:0;}
.viem-body .v-media.is-playing .v-overlay{opacity:0;pointer-events:none;}

.viem-body .v-overlay{
	position:absolute;inset:0;z-index:3;
	display:flex;flex-direction:column;align-items:center;justify-content:center;
	gap:clamp(22px,3.4vw,46px);
	padding:24px;text-align:center;pointer-events:none;
	transition:opacity .35s ease;
}

/* brand lockups */
.viem-body .brand{display:inline-flex;align-items:center;justify-content:center;gap:clamp(10px,1.4vw,22px);line-height:1;}
.viem-body .brand .wm{font-family:'Helvetica Neue',Arial,sans-serif;}

.viem-body .brand-white{color:#fff;}
.viem-body .brand-chatgpt .oai{height:clamp(42px,7.2vw,104px);width:auto;}
.viem-body .brand-chatgpt .wm{color:#000;font-size:clamp(40px,6.8vw,98px);font-weight:800;letter-spacing:-.01em;}

.viem-body .brand-airbnb{color:#FF385C;}
.viem-body .brand-airbnb .fa-airbnb{font-size:clamp(52px,9vw,128px);}
.viem-body .brand-airbnb .wm{font-size:clamp(46px,7.6vw,108px);font-weight:700;letter-spacing:-.02em;}

.viem-body .brand-youtube .yt-btn{height:clamp(48px,7vw,100px);width:auto;}
.viem-body .brand-youtube .wm{color:#fff;font-size:clamp(42px,6.6vw,92px);font-weight:800;letter-spacing:-.03em;}

.viem-body .brand-curebay img{height:clamp(44px,6.4vw,92px);width:auto;display:block;}

/* Khadi India badge (recreated) */
.viem-body .brand-khadi .khadi-badge{
	position:relative;
	background:#F4C64A;
	border:5px solid #143a8f;
	border-radius:50%;
	padding:clamp(16px,2.4vw,30px) clamp(34px,6vw,86px) clamp(14px,2vw,24px);
	display:flex;flex-direction:column;align-items:center;gap:3px;
	box-shadow:0 6px 26px rgba(0,0,0,.28);
}
.viem-body .brand-khadi .khadi-emblem{
	display:flex;align-items:center;justify-content:center;
	background:#b81f24;color:#fff;border-radius:6px;
	padding:1px 9px;font-family:Georgia,serif;font-weight:700;
	font-size:clamp(11px,1.3vw,17px);letter-spacing:.5px;line-height:1.35;
}
.viem-body .brand-khadi .khadi-name{
	font-family:Georgia,'Times New Roman',serif;font-weight:700;color:#143a8f;
	font-size:clamp(24px,4.4vw,64px);line-height:1;letter-spacing:.01em;
}

/* ---------- NZ (image only) ---------- */
.viem-body .v-nz{
	background:radial-gradient(circle at 50% 46%,#ffffff 0%,#f4f4f4 42%,#dcdcdc 100%);
	display:flex;align-items:center;justify-content:center;
}
.viem-body .v-nz-logo{width:clamp(150px,26vw,440px);height:auto;display:block;}

/* ---------- Mobile ---------- */
@media (max-width:768px){
	.viem-body{--pad-x:22px;--pad-y:30px;}
	.viem-body .v-about-copy{max-width:100%;}

	/* media becomes a centred 16:9 band on white */
	.viem-body .v-media{background:#fff;display:flex;align-items:center;justify-content:center;}
	.viem-body .v-media-inner{position:relative;inset:auto;width:100%;aspect-ratio:16/9;height:auto;}

	/* sound toggle stays black on mobile (no adaptive colour — video sits on white) */
	.viem-body .v-mute,
	.viem-body .v-mute.on-light{color:#000;filter:drop-shadow(0 1px 3px rgba(255,255,255,.7));}

	.viem-body .v-hero-copy h1{font-size:clamp(34px,10vw,52px);}
	.viem-body .v-brands-main h2{font-size:clamp(30px,9vw,50px);}
	.viem-body .v-brand-row{flex-direction:column;align-items:flex-start;gap:16px;margin-top:26px;}
	.viem-body .v-brand-row .brand .oai{height:34px;}
	.viem-body .v-brand-row .brand .yt-btn{height:30px;}
	.viem-body .v-brand-row .brand .fa-airbnb{font-size:40px;}
	.viem-body .v-brand-row .brand .wm{font-size:34px;}

	.viem-body .v-across{position:absolute;bottom:34px;}

	/* larger, more readable about copy on phones */
	.viem-body .v-about-copy p{font-size:clamp(22px,6vw,30px);line-height:1.16;}
	.viem-body .v-about-copy .gap{margin-top:clamp(18px,5vw,26px);}
	.viem-body .v-about-footer{flex-direction:column;align-items:flex-start;gap:18px;}
	.viem-body .v-about-footer .tag{font-size:clamp(16px,4.4vw,20px);}
	.viem-body .v-about-footer .contact{font-size:clamp(15px,4.2vw,19px);}
	.viem-body .v-about-footer .foot-right a{width:46px;height:46px;font-size:22px;}
}

@media (max-width:768px) and (orientation:landscape){
	.viem-body .v-sec{height:100vh;}
}

@media (prefers-reduced-motion:reduce){
	.viem-body .v-sec{transition:none;}
}
