/* Loquat bundle: core — generated, do not edit. */

/* ── assets/css/layout/variables.css ── */
/* ═════════════════════════════════════════════════════════════════
   DESIGN TOKENS — CSS custom properties
   Colors, fonts, type scale, and spacing pulled from Landing page-1.svg.
   Breakpoints: mobile ≤767 / iPad 768–1024 / desktop ≥1025.
   ═════════════════════════════════════════════════════════════════ */

:root {
	--cream:       #F5F3EF;
	--ink:         #1A1A1A;
	--ink-soft:    rgba(26,26,26,0.75);
	--ink-muted:   rgba(26,26,26,0.55);
	--rule:        rgba(26,26,26,0.1);
	--green:       #0B6623;
	--orange:      #FF4F00;
	--white:       #FFFFFF;

	--f-sans:  'Urbanist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--f-serif: 'Merriweather', Georgia, 'Times New Roman', serif;

	--container-x: clamp(20px, 4vw, 60px);
	/* Vertical rhythm between major page sections. Drives `.section`'s
	   top+bottom padding and any inner spacers that want to echo it
	   (e.g. the caps-grid header margin). 48px floor → 100px ceiling. */
	--section-y:   clamp(48px, 6vw, 60px);

	/* SVG-derived type scale (1440 design). clamp() for responsive. */
	--fs-display-xl: clamp(52px, 7.8vw, 112px);   /* hero caps */
	--fs-display-it: clamp(48px, 8.3vw, 120px);   /* italic tail */
	--fs-h2:         clamp(44px, 7.8vw, 112px);
	--fs-h2-it:      clamp(40px, 8.3vw, 120px);
	--fs-h3:         clamp(32px, 5.6vw, 104px);
	--fs-stat:       clamp(40px, 7.2vw, 104px);
	--fs-lg:         clamp(22px, 2vw, 26px);
	--fs-xl-label:   clamp(26px, 2.9vw, 42px);
	--fs-body:       clamp(16px, 1.8056vw, 26px);
	--fs-lead:       clamp(18px, 1.8056vw, 26px);
	--fs-eyebrow:    20px;
	--fs-proof:      clamp(14px, 1.3vw, 20px);
	--fs-nav:        clamp(15px, 1.4vw, 20px);

	/* Card/feature typography — shared between the home page (numbers,
	   caps, situations, implementation blocks) AND the product pages
	   (BAO/CAO step cards, capability cards, agent cards). `--fs-card-title`
	   is the smaller of the H-scales (it sits inside cards; for full-bleed
	   section headlines use `--fs-h2` / `--fs-h3` / `--fs-xl-label`
	   instead). Both land at exactly 42 / 22 px at the 1440 design width. */
	--fs-card-title: clamp(28px, 2.9167vw, 42px);
	--fs-card-body:  clamp(14px, 1.5278vw, 22px);
	/* Bigger-than-title token for the ghosted digits in BAO/CAO agent
	   cards (44 px at 1440). */
	--fs-card-title-lg: clamp(30px, 3.056vw, 44px);
	/* 38 px at 1440 — the accent number inside capability cards. */
	--fs-card-num:      clamp(24px, 2.639vw, 38px);

	/* Product-page (BAO/CAO) typography — tighter scale than the home
	   page. Organised into 4 families:
	   - stat-* : big numeric displays
	   - label-*: eyebrow/label text (often uppercase)
	   - body-* : body copy at various densities
	   - kicker : small all-caps label under tight letter-spacing
	   - subhead: in-card H3 equivalent (journey step / agent / cap titles)
	   - serif-lede: italic serif sub-lines
	   `--fs-label` is the big product-page eyebrow above section titles;
	   the other label-* are smaller in-card/hero labels. */
	--fs-subhead:    clamp(22px, 2vw, 30px);
	--fs-body-sm:    clamp(14px, 1.806vw, 26px);
	--fs-body-xs:    clamp(14px, 1.05vw, 17px);
	--fs-body-md:    clamp(15px, 1.2vw, 19px);
	--fs-label:      clamp(20px, 1.6vw, 26px);
	--fs-label-lg:   clamp(18px, 1.6vw, 24px);
	--fs-label-md:   clamp(18px, 1.5vw, 22px);
	--fs-stat-xl:    clamp(40px, 14vw, 180px);
	--fs-stat-md:    clamp(28px, 3vw, 48px);
	--fs-stat-sm:    clamp(24px, 2vw, 32px);
	--fs-kicker:     clamp(13px, 1.05vw, 16px);
	--fs-serif-lede: clamp(16px, 1.3vw, 20px);
}


/* ── assets/css/layout/reset-base.css ── */
/* ═════════════════════════════════════════════════════════════════
   RESET & BASE ELEMENT STYLES
   ═════════════════════════════════════════════════════════════════ */

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: var(--f-sans);
	font-size: var(--fs-body);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; padding: 0; }

h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: 500; }

/* ── Accessibility helpers ── */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px; height: 1px; overflow: hidden;
}
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 10000; padding: .75rem 1rem; background: var(--ink); color: var(--cream); }
.skip-link:not(:focus) { clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }


blockquote {
	quotes: none;
	position: relative;
	font-style: italic;
}

blockquote p::before {
	font-size: 39px;
	content: "“";
	color: var(--green);
	position: absolute;
	left: -20px;
	top: -11px;
	font-weight: bold;
}

blockquote p::after {
	font-size: 39px;
	content: "“";
	color: var(--green);
	position: absolute;
	font-weight: bold;
}

blockquote.orange p::after, blockquote.orange p::before {
	color: var(--orange);
}

/* ── assets/css/layout/typography.css ── */
/* ═════════════════════════════════════════════════════════════════
   TYPOGRAPHY — Shared text utility classes
   ═════════════════════════════════════════════════════════════════ */

/* ── Eyebrow labels ──
   Figma spec: Urbanist 20 / 22 / 600, uppercase. */
.eyebrow {
	font-family: var(--f-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	line-height: 1.1; /* 22/20 = 110% */
	font-style: normal;
	letter-spacing: .08em;
	color: var(--green);
	text-transform: uppercase;
	margin: 0 0 1.25rem;
}
.eyebrow.orange { color: var(--orange); }
.eyebrow.cream  { color: var(--cream); }

/* ── Display / heading utility classes ── */
.display,
.h2 {
	font-family: var(--f-sans);
	font-weight: 500;
	text-transform: uppercase;
	line-height: clamp(46px, 6.94vw, 100px);
	/* line-height: 100px; */

	letter-spacing: -.01em;
	color: var(--ink);
}
.display { font-size: var(--fs-display-xl); }
.h2      { font-size: var(--fs-h2); }

/* ── Italic serif tail (used inside display/h2 headings) ── */
.it-tail {
	font-family: var(--f-serif);
	font-style: italic;
	font-weight: 400;
	font-size: var(--fs-h2-it);
	text-transform: none;
	letter-spacing: -1.4px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 23px;
}
.it-tail.green  { color: var(--green); }
.it-tail.orange { color: var(--orange); }
.it-tail.cream  { color: var(--cream); }
.it-tail.ink    { color: var(--ink); }

.display .it-tail { font-size: var(--fs-display-it); display: block; }
.display .hl-line .it-tail { display: inline; }

/* ── Lead paragraph ── */
.lede {
	font-size: var(--fs-lead);
	color: var(--ink-soft);
	max-width: 68ch;
	margin: 1rem 0 2rem;
	line-height: 1.45;
}

/* ── Headline line helper (used inside .display / .h2) ── */
.display .hl-line, .h2 .hl-line, .finalcta h2 .hl-line { display: block; }

/* When split-word markup is used inside section headings (not .hero-headline),
   GSAP animates the .hl-line parent — cancel the sw-inner's own animation so
   the text is visible once the parent animates in. */
.section .display .split-word .sw-inner,
.section .h2 .split-word .sw-inner,
.finalcta h2 .split-word .sw-inner {
	transform: none;
	opacity: 1;
	transition: none;
}


/* When .it-tail is nested inside an .hl-line, GSAP animates the parent
   .hl-line and the tail should ride along — cancel its own pre-hide.
   vertical-align:top aligns the tail's top with the split-word's top
   so both pieces of the line appear at the same height. */
.section .display .hl-line .it-tail,
.section .h2 .hl-line .it-tail,
.finalcta h2 .hl-line .it-tail {
	opacity: 1;
	transform: none;
	vertical-align: top;
}

/* Same top-anchoring for the split-word sibling — keeps the pair visually
   level and preserves the block height at exactly line-height. */
.section .display .hl-line .split-word,
.section .h2 .hl-line .split-word,
.finalcta h2 .hl-line .split-word {
	vertical-align: top;
}


/* ── assets/css/layout/buttons.css ── */
/* ═════════════════════════════════════════════════════════════════
   BUTTONS
   ═════════════════════════════════════════════════════════════════ */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	padding: 22px 32px;
	min-width: 250px;
	font-family: var(--f-sans);
	font-size: clamp(16px, 1.55vw, 22px);
	font-weight: 600;
	letter-spacing: 0;
	border-radius: 12px;
	transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s;
	white-space: nowrap;
	line-height: 1.2;
	cursor: pointer;
	border: 0;
}

/* ── Variants ── */
.btn-orange { background: var(--orange); color: var(--cream); }
.btn-orange:hover { box-shadow: 0 10px 30px rgba(255,79,0,.25); transform: translateY(-1px); }

.btn-ghost { background: #EDEBE7; color: var(--ink); }
.btn-ghost:hover { background: #E0DDD6; }

.btn-cream-on-orange { background: var(--cream); color: var(--ink); }
.btn-cream-on-orange:hover { box-shadow: 0 10px 30px rgba(0,0,0,.15); transform: translateY(-1px); }

.btn-green { background: var(--green); color: var(--cream); }
.btn-green:hover { box-shadow: 0 10px 30px rgba(11,102,35,.3); transform: translateY(-1px); }

/* ── Size modifier ── */
.btn-sm { padding: 14px 20px; font-size: 16px; border-radius: 10px; }

/* Reverse order for "Watch the explainer" — label first, icon right */
.btn-ghost .icon-right { order: 2; }


/* ── assets/css/layout/nav.css ── */
/* ═════════════════════════════════════════════════════════════════
   NAVIGATION — Site header and primary nav bar
   ═════════════════════════════════════════════════════════════════ */

.site-header { position: sticky; top: 0; z-index: 200; pointer-events: none; }
.primary-nav {
	pointer-events: auto;
	padding: 1.25rem var(--container-x);
	background: rgba(245,243,239,.92);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid transparent;
	transition: padding .35s ease, border-color .35s, margin .35s, border-radius .35s, background .35s;
}
.primary-nav-inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(16px, 2vw, 32px);
}

/* Floating pill state (triggered by JS on scroll) */
.primary-nav.floating {
	margin: .5rem .75rem 0;
	border-radius: 18px;
	border-color: var(--rule);
	box-shadow: 0 8px 28px rgba(0,0,0,.05);
	padding: .75rem 1.5rem;
}

/* ── Logo ── */
.nav-logo { display: inline-flex; align-items: center; }
.logo-img { height: 68px; width: auto; transition: height .35s ease; filter: drop-shadow(0px 1.5px 1.5px rgba(0,0,0,1)); }
.primary-nav.floating .logo-img { height: 52px; }

/* ── Links ── */
.nav-links { list-style: none; display: flex; gap: clamp(24px, 3.1vw, 45px); margin: 0; padding: 0; }
.nav-links > li { position: relative; }
.nav-item-placeholder {
	font-size: var(--fs-nav);
	font-weight: 500;
	color: var(--ink);
	cursor: default;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
/* Real-link variant: when a nav item has a URL it renders as an <a>.
   Override the "placeholder" default-cursor + user-agent underline/colour
   so it reads as an active link and reveals affordance on hover. */
a.nav-item-placeholder {
	cursor: pointer;
	text-decoration: none;
	color: var(--ink);
	transition: color .2s;
}
a.nav-item-placeholder:hover,
a.nav-item-placeholder:focus-visible {
	color: var(--orange);
}
/* Dropdown trigger spans — interactive but not navigational. */
.nav-links > li.has-dropdown > .nav-item-placeholder {
	cursor: pointer;
	user-select: none;
	transition: color .2s;
}
.nav-links > li.has-dropdown > .nav-item-placeholder:hover,
.nav-links > li.has-dropdown > .nav-item-placeholder:focus-visible,
.nav-links > li.has-dropdown.is-open > .nav-item-placeholder {
	color: var(--orange);
	outline: none;
}
.nav-chevron {
	flex-shrink: 0;
	opacity: 1;
	position: relative;
	top: 1px;
	transition: transform .2s ease;
}
.nav-links > li.has-dropdown:hover > .nav-item-placeholder .nav-chevron,
.nav-links > li.has-dropdown:focus-within > .nav-item-placeholder .nav-chevron,
.nav-links > li.has-dropdown.is-open > .nav-item-placeholder .nav-chevron {
	transform: rotate(180deg);
}

/* ── Dropdown panel ──
   Hidden by default; revealed on hover, keyboard focus within the <li>,
   or when JS toggles `.is-open` (touch / click-to-open support). A
   transparent hover bridge (::after) keeps the mouse path from the
   trigger to the panel continuous so the panel doesn't close between
   the two. */
.nav-links > li.has-dropdown::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 14px;
	pointer-events: none;
}
.nav-links > li.has-dropdown:hover::after,
.nav-links > li.has-dropdown:focus-within::after,
.nav-links > li.has-dropdown.is-open::after {
	pointer-events: auto;
}
.nav-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	left: -12px;
	min-width: 220px;
	list-style: none;
	margin: 0;
	padding: 8px;
	background: var(--cream, #F5F3EF);
	border: 1px solid var(--rule, rgba(26,26,26,0.12));
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(0,0,0,.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
	pointer-events: none;
	z-index: 10;
}
.nav-links > li.has-dropdown:hover > .nav-dropdown,
.nav-links > li.has-dropdown:focus-within > .nav-dropdown,
.nav-links > li.has-dropdown.is-open > .nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.nav-dropdown > li { margin: 0; }
.nav-dropdown-link {
	display: block;
	padding: 10px 14px;
	font-size: clamp(15px, 1.5vw, 20px);
	font-weight: 500;
	color: var(--ink);
	text-decoration: none;
	border-radius: 10px;
	white-space: nowrap;
	transition: background .18s ease, color .18s ease;
}
a.nav-dropdown-link:hover,
a.nav-dropdown-link:focus-visible {
	background: rgba(26,26,26,0.05);
	color: var(--orange);
	outline: none;
}

/* Per-top-level-item hover/active overrides.
   Nav order (from header.php): 1=Business, 2=Consumer, 3=CALM,
   4=Loquat IQ, 5=About. Business (1st) uses green on hover/open —
   both on the trigger itself and on its dropdown children. Consumer
   (2nd) stays orange (the site-wide default above); repeated here for
   code symmetry so the intent is visible. Applies on every page. */
.nav-links > li:nth-child(1) > .nav-item-placeholder:hover,
.nav-links > li:nth-child(1) > .nav-item-placeholder:focus-visible,
.nav-links > li:nth-child(1).has-dropdown.is-open > .nav-item-placeholder,
.nav-links > li:nth-child(1) a.nav-dropdown-link:hover,
.nav-links > li:nth-child(1) a.nav-dropdown-link:focus-visible {
	color: var(--green);
}
.nav-links > li:nth-child(2) > .nav-item-placeholder:hover,
.nav-links > li:nth-child(2) > .nav-item-placeholder:focus-visible,
.nav-links > li:nth-child(2).has-dropdown.is-open > .nav-item-placeholder,
.nav-links > li:nth-child(2) a.nav-dropdown-link:hover,
.nav-links > li:nth-child(2) a.nav-dropdown-link:focus-visible {
	color: var(--orange);
}
.nav-dropdown-link.is-disabled {
	color: rgba(26,26,26,0.45);
	cursor: default;
}

/* Primary nav CTA button — pixel-matched to design spec:
   250×71, padding 22px 32px, border-radius 12px, 22px text, line-height 1.2 */
.nav-cta {
	padding: 22px 32px;
	font-size: clamp(16px, 1.55vw, 22px);
	font-weight: 600;
	border-radius: 12px;
	line-height: 1.2;
	letter-spacing: 0;
}

/* ── Mobile burger button ── */
.nav-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	flex-shrink: 0;
	-webkit-tap-highlight-color: transparent;
}
.burger-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--ink);
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-burger[aria-expanded="true"] .burger-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.nav-burger[aria-expanded="true"] .burger-bar:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}
.nav-burger[aria-expanded="true"] .burger-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}


/* ── Mobile nav overlay ── */
.mobile-nav {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 201;
	pointer-events: auto;
	background: #fefefd;
	flex-direction: column;
	transform: translateX(100%);
	visibility: hidden;
	transition: transform 0.35s ease, visibility 0s linear 0.35s;
}
.mobile-nav.is-open {
	transform: translateX(0);
	visibility: visible;
	transition: transform 0.35s ease, visibility 0s linear 0s;
}

/* Body: vertically centred list */
.mobile-nav-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-y: auto;
	padding: clamp(48px, 18vh, 0px) 16px 24px;
}
.mobile-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.mobile-nav-item {
	text-align: center;
}

/* Top-level links and accordion triggers */
.mobile-nav-link,
.mobile-nav-trigger {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--f-sans);
	font-size: 24px;
	font-weight: 500;
	color: var(--ink);
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
a.mobile-nav-link:hover,
.mobile-nav-trigger:hover { color: var(--orange); }
.mobile-nav-list > li:nth-child(1) > .mobile-nav-trigger:hover,
.mobile-nav-list > li:nth-child(1) > .mobile-nav-trigger[aria-expanded="true"] { color: var(--green); }
.mobile-nav-link.is-disabled { cursor: default; color: rgba(26,26,26,0.4); }

.mobile-nav-chevron {
	flex-shrink: 0;
	transition: transform 0.25s ease;
}
.mobile-nav-trigger[aria-expanded="true"] .mobile-nav-chevron {
	transform: rotate(180deg);
}

/* Accordion sub-list */
.mobile-nav-sub-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.mobile-nav-sub-list.is-open {
	max-height: 400px;
	margin-top: 12px;
}
.mobile-nav-sub-link {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: rgba(26, 26, 26, 0.55);
	text-decoration: none;
	padding: 4px 0;
}
a.mobile-nav-sub-link:hover { color: var(--orange); }
.mobile-nav-list > li:nth-child(1) a.mobile-nav-sub-link:hover { color: var(--green); }
.mobile-nav-sub-link.is-disabled { cursor: default; }

/* Footer: social + copyright + privacy */
.mobile-nav-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 20px 16px 28px;
	flex-shrink: 0;
}
.mobile-nav-socials {
	display: flex;
	align-items: center;
	gap: 20px;
}
.mobile-social-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	opacity: 0.5;
}
.mobile-nav-footer-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}
.mobile-nav-privacy {
	font-size: 14px;
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}
body.nav-is-open { overflow: hidden; }
body.nav-is-open .site-header { position: fixed; width: 100%; }


/* ── Responsive ── */
@media (max-width: 1024px) {
	.nav-links { gap: 1.25rem; }
	.nav-item-placeholder { font-size: 24px; }
	.logo-img { height: 48px; }
	.nav-cta { padding: 14px 20px; font-size: 16px; border-radius: 10px; }
}
@media (max-width: 767px) {
	.primary-nav {
		padding: .75rem 16px;
		background: rgba(255,255,255,.9);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		border-bottom: 1px solid #e5e5e5;
	}
	.primary-nav.floating {
		margin: 0;
		border-radius: 0;
		border-color: #e5e5e5;
		box-shadow: none;
		padding: .75rem 16px;
	}
	.primary-nav.floating .logo-img { height: auto; width: 95px; }
	.primary-nav-inner { gap: 0; }
	.nav-links { display: none; }
	.logo-img { height: auto; min-width: 95px; width: 70%; }
	.nav-cta { margin-left: auto; padding: 10px 16px; font-size: 16px; border-radius: 6px; min-width: 0; flex-shrink: 0; }
	.nav-burger { display: flex; flex-shrink: 0; margin-left: 16px; }
	.mobile-nav { display: flex; top: 65px; }
}


/* ── assets/css/layout/layout.css ── */
/* ═════════════════════════════════════════════════════════════════
   LAYOUT — Site structure and section wrappers
   ═════════════════════════════════════════════════════════════════ */

.site-main { position: relative; }
.section { position: relative; padding: var(--section-y) 0; }
.section-wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--container-x); position: relative; }

/* Section numbers (decorative, behind content) — hidden by default */
.sec-num,
.section.on-dark .sec-num { display: none; }

/* Ensure all direct children of section-wrap stack above decorative elements */
.section-wrap > * { position: relative; z-index: 1; }


/* ── assets/css/layout/animations.css ── */
/* ═════════════════════════════════════════════════════════════════
   ANIMATIONS — Scroll reveals, keyframes, split-text, and effects
   ═════════════════════════════════════════════════════════════════ */

/* ── Section dividers ── */
.sec-divider { height: 1px; background: var(--rule); transform: scaleX(0); transform-origin: left; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.sec-divider.vis { transform: scaleX(1); }

/* ── Scroll-reveal initial states ── */
.reveal        { opacity: 0; transform: translateY(40px); transition: none; }
.reveal-fade   { opacity: 0; transition: none; }
.reveal-scale  { opacity: 0; transform: scale(.96); transition: none; }
.reveal-left   { opacity: 0; transform: translateX(-40px); transition: none; }
.reveal-right  { opacity: 0; transform: translateX(40px); transition: none; }
.stagger > *   { opacity: 0; transform: translateY(28px); }

/* ── Keyframes ── */
@keyframes fadeUp     { from{opacity:0;transform:translateY(40px);} to{opacity:1;transform:translateY(0);} }
@keyframes fadeIn     { from{opacity:0;} to{opacity:1;} }
@keyframes fadeScale  { from{opacity:0;transform:scale(.96);} to{opacity:1;transform:scale(1);} }
@keyframes fadeLeft   { from{opacity:0;transform:translateX(-40px);} to{opacity:1;transform:translateX(0);} }
@keyframes fadeRight  { from{opacity:0;transform:translateX(40px);} to{opacity:1;transform:translateX(0);} }

/* ── Reveal triggered states ── */
.reveal.visible       { animation: fadeUp    .8s cubic-bezier(.16,1,.3,1) forwards; }
.reveal-fade.visible  { animation: fadeIn    .7s ease forwards; }
.reveal-scale.visible { animation: fadeScale .8s cubic-bezier(.16,1,.3,1) forwards; }
.reveal-left.visible  { animation: fadeLeft  .8s cubic-bezier(.16,1,.3,1) forwards; }
.reveal-right.visible { animation: fadeRight .8s cubic-bezier(.16,1,.3,1) forwards; }
.stagger.visible > *  { animation: fadeUp    .7s cubic-bezier(.16,1,.3,1) forwards; }
.stagger.visible > *:nth-child(1){animation-delay:0s;}
.stagger.visible > *:nth-child(2){animation-delay:.08s;}
.stagger.visible > *:nth-child(3){animation-delay:.16s;}
.stagger.visible > *:nth-child(4){animation-delay:.24s;}
.stagger.visible > *:nth-child(5){animation-delay:.32s;}
.stagger.visible > *:nth-child(6){animation-delay:.40s;}

/* ── Split-word text reveal ── */
.split-word { display: inline-block; overflow: hidden; line-height: inherit; margin-bottom: clamp(6px, 0.7vw, 10px); }
/* Italic serif swashes extend past the glyph box on all sides — pad the
   clipping container so the `overflow: hidden` reveal mask doesn't cut
   off descenders or side-swashes. Negative margins keep layout intact. */
.it-tail .split-word {
	padding-top: 5px;
	margin-top: -5px;
	padding-bottom: 23px;
	margin-bottom: -23px;
}
/* Reverse case: .it-tail sits inside .split-word (e.g. hl-line that is
   entirely italic). Same padding/margin trick keeps descenders visible. */
.split-word:has(.it-tail) {
	padding-bottom: 23px;
	margin-bottom: -23px;
}
.split-word .sw-inner {
	display: inline-block;
	transform: translateY(110%);
	opacity: 0;
	transition: transform .8s cubic-bezier(.16,1,.3,1), opacity .8s cubic-bezier(.16,1,.3,1);
	will-change: transform;
}
.split-word.vis .sw-inner { transform: translateY(0); opacity: 1; }

/* ── Pre-hide split-text heading lines before GSAP animates them in ── */
.section .display .hl-line,
.section .h2 .hl-line,
.finalcta h2 .hl-line,
.section .display .it-tail,
.section .h2 .it-tail,
.finalcta h2 .it-tail {
	opacity: 0;
	/* transform: translateY(36px); */
}

/* ── Reduced motion override ── */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation: none !important;
		transition: none !important;
	}
	.reveal, .reveal-fade, .reveal-scale, .reveal-left, .reveal-right, .stagger > *,
	.split-word .sw-inner,
	.hero-headline .hl-line, .hero-headline .it-tail,
	.section .display .hl-line, .section .h2 .hl-line, .finalcta h2 .hl-line,
	.section .display .it-tail, .section .h2 .it-tail, .finalcta h2 .it-tail { opacity: 1 !important; transform: none !important; }
}

/* ── Glass shimmer (applied to cards on hover via JS) ── */
.glass-shimmer { position: relative; overflow: hidden; }
.glass-shimmer::after {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.18) 50%, transparent 70%);
	transform: translateX(var(--shimmer-x, -120%));
	transition: transform .6s ease-out;
	mix-blend-mode: overlay;
}

/* ── 3D card tilt (applied via JS on hover) ── */
.tilt-card { transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; will-change: transform; }


/* ── assets/css/layout/scroll-indicator.css ── */
/* ═════════════════════════════════════════════════════════════════
   SCROLL INDICATOR — Fixed vertical progress line (right edge)
   ═════════════════════════════════════════════════════════════════ */

.scroll-indicator {
	position: fixed; right: 1.25rem; top: 50%;
	transform: translateY(-50%);
	z-index: 80;
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	pointer-events: none;
}
.si-line { width: 1px; height: 80px; background: rgba(26,26,26,.1); position: relative; overflow: hidden; border-radius: 1px; }
.si-fill { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: var(--green); border-radius: 1px; }
.si-pct  { font-family: var(--f-sans); font-size: 10px; font-weight: 600; color: rgba(26,26,26,.35); }

@media (max-width: 767px) { .scroll-indicator { display: none; } }


/* ── assets/css/layout/hero.css ── */
/* ═════════════════════════════════════════════════════════════════
   SECTION 1 — HERO
   Includes: hero layout, background video, live panel widget,
   and proof-strip ticker.
   ═════════════════════════════════════════════════════════════════ */

/* ── Hero section ──
   Top padding leaves room for the fixed nav so the eyebrow isn't
   crowded (matches .bao-hero / .cao-hero so all three pages' first
   blocks align). The 120px tablet floor is set in the responsive
   block below.                                                    */
.hero {
	padding-top: clamp(80px, 9vw, 100px);
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

/* At viewports 1440 px and wider, pin the hero to a minimum of 92 vh
   so the headline + lede + proof strip occupy a consistent share of
   the screen on desktop. Below 1440 px the hero collapses to its
   intrinsic content height so narrower screens don't get an
   awkwardly tall first viewport. */
@media (min-width: 1440px) {
	.hero { min-height: 92vh; }
}

/* ── Background video ── */
.hero-bg {
	--hero-bg-w: clamp(900px, 100vw, 1200px);
	/* scale: 1.05 !important; */
	position: absolute;
	top: -65px;
	right: -400px;
	left: 20vw;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
	will-change: transform;
	display: flex;
	/* align-items: center; */
    justify-content: center;
	height: 100%;
}
.hero-bg-video {
	display: block;
	width: auto;
	height: auto;
	-webkit-mask-image: radial-gradient(ellipse 72% 70% at 58% 52%, black 22%, transparent 62%);
	mask-image:         radial-gradient(ellipse 72% 70% at 58% 52%, black 22%, transparent 62%);
}
/* ≤480px — hide video, fall back to static PNG */
@media (max-width: 480px) {
	.hero-bg {
		left: auto;
		width: 100vw;
		height: auto;
		max-height: 780px;
		top: -70px;
		right: -40px;
		background: url(/wp-content/themes/Last/assets/img/hero-bg.webp) center/contain no-repeat;
		overflow: visible;
		scale: 1.2;
		opacity: 0.6;
		background: linear-gradient(31deg, rgba(245, 243, 239, 0.75) 32.7%, rgba(245, 243, 239, 0.00) 51.73%);
	}
	.hero-bg-video {
		/* display: none; */
	}
}

@media screen and (max-width: 767px) {
  .hero-bg {
    overflow: visible !important;
  }
}

/* ── Hero grid ── */
.hero-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	grid-template-areas:
		"top    top"
		"bottom bottom";
	column-gap: clamp(32px, 4vw, 72px);
	row-gap: clamp(20px, 2.5vw, 40px);
	position: relative;
	z-index: 1;
}
.hero-copy-top    { grid-area: top;    min-width: 0; }
.hero-copy-bottom { grid-area: bottom; }
.hero-copy-bottom .lede { max-width: none; }
.hero-grid .live-panel {
	grid-area: panel;
	align-self: stretch;
	margin-top: 16px;  /* align top with .lede (which has margin-top: 16px) */
}

/* ── Hero text ── */
/* Hero eyebrow inherits size/weight/typography from the base .eyebrow
   rule (20 / 22 / 600 per spec). Only the bottom margin differs. */
.hero-eyebrow { margin-bottom: 2rem; }
/* Three-line hero headline:
     line 1 (.hl-line)  → left  — default text-align in the block
     line 2 (.hl-line)  → left  — default text-align in the block
     line 3 (.it-tail)  → right — explicit text-align: right pins the
                                   italic text to the right edge of the
                                   headline (which spans the full
                                   hero-copy-top column width). */
/* Headline line group — display:contents so its children participate in
   the h1's flow as if the wrapper weren't there.

   There used to be two of these per headline, a --desktop and a --mobile
   variant, with a media query hiding one. Both were in the DOM, so the
   August 2026 audit found every product-page H1 reading its own text
   twice to crawlers and screen readers. The mobile variant now lives in
   an inert <template> next to this element and initResponsiveHeadlines()
   in main.js swaps it in below the breakpoint, tagging the group
   .is-mobile-lines while it holds the mobile split. */
.hero-hl-group { display: contents; }

@media (max-width: 767px) {
	/* When multiple .it-tail spans are stacked in the mobile split, the
	   padding-bottom: 23px descender-overflow trick creates a large gap
	   between lines. Remove it from all but the last. */
	.hero-hl-group.is-mobile-lines .it-tail:not(:last-child) { padding-bottom: 0; }
}

/* GSAP animates .hl-line elements directly — neutralize the split-word hidden state */
.hero-headline .split-word .sw-inner { transform: none; opacity: 1; transition: none; }
.hero-headline { display: block; }
.hero-headline .hl-line {
	display: block;
	text-transform: uppercase;
	text-align: left;
	opacity: 0;
}
.hero-headline .it-tail {
	display: block;
	text-align: right;
	white-space: nowrap;
	opacity: 0;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }

/* ── Live panel widget ── */
.live-panel {
	background: #fff;
	border: 1px solid var(--rule);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 40px 80px rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.08);
	position: relative;
	display: flex;
	flex-direction: column;
}
.live-panel-top {
	display: flex; align-items: center; justify-content: space-between;
	font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	padding-bottom: 12px; border-bottom: 1px solid var(--rule);
	color: var(--green);
}
.live-dot {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--ink-muted); font-size: 11px;
}
.live-dot::before { content:''; width:8px; height:8px; border-radius:50%; background:#0B6623; box-shadow: 0 0 0 0 rgba(11,102,35,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(11,102,35,.6);} 70%{box-shadow:0 0 0 12px rgba(11,102,35,0);} 100%{box-shadow:0 0 0 0 rgba(11,102,35,0);} }

/* Circular stepper: 5 icon circles joined by a connecting line */
.live-journey {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	margin: 10px 0 8px;
	position: relative;
}
/* Connecting line behind icons */
.live-journey::before {
	content: '';
	position: absolute;
	top: 17px; left: 10%; right: 10%;
	height: 2px;
	background: linear-gradient(to right,
		var(--green) 0%, var(--green) 32%,
		var(--rule) 50%, var(--rule) 100%);
	z-index: 0;
}
.live-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	position: relative;
	z-index: 1;
	color: var(--ink-muted);
}
.live-step-icon {
	width: 34px; height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1.5px solid var(--rule);
	color: var(--ink-muted);
}
.live-step-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.live-step.done .live-step-icon {
	background: var(--green);
	border-color: var(--green);
	color: #fff;
}
.live-step.done { color: var(--ink); }
.live-step.active .live-step-icon {
	background: var(--orange);
	border-color: var(--orange);
	color: #fff;
}
.live-step.active { color: var(--ink); }

.live-client {
	display: flex; align-items: center; gap: 10px; padding: 10px 0;
	border-top: 1px solid var(--rule);
	border-bottom: 1px solid var(--rule);
	margin-top: 2px;
}
.avatar {
	width: 32px; height: 32px; border-radius: 50%;
	background: #fff;
	border: 1.5px solid var(--orange);
	display: grid; place-items: center;
	color: var(--orange); font-weight: 700; font-size: 11px; letter-spacing: .04em;
	flex-shrink: 0;
}
.client-info { display: flex; flex-direction: column; }
.client-name { font-weight: 700; font-size: 13px; color: var(--ink); line-height: 1.2; }
.client-meta { font-size: 10px; color: var(--ink-muted); margin-top: 1px; }
.client-status { margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: .1em; color: var(--ink-muted); text-transform: uppercase; }

.live-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding-top: 10px; margin-top: auto; }
.live-met {
	text-align: left;
	padding: 10px 12px;
	background: var(--cream);
	border-radius: 8px;
}
.live-met-lbl { font-size: 10px; font-weight: 500; color: var(--ink-muted); }
.live-met-val { font-size: 20px; font-weight: 700; color: var(--ink); line-height: 1.1; margin-top: 2px; }
.live-met.orange .live-met-val { color: var(--orange); }

.metric-hl {  font-weight: 600; }

/* ── Proof strip (stock-ticker marquee) ──
   Breaks out of the 1440px .section-wrap cap so the marquee spans the
   full viewport width. `50% - 50vw` pulls each side from the current
   edge all the way to the viewport edge regardless of container width. */
.proof-strip {
	margin-top: clamp(32px, 4vw, 64px);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: clamp(18px, 2vw, 28px) 0;
	overflow: hidden;
	font-size: 40px;
	font-weight: 500;
	 text-transform: uppercase; letter-spacing: .03em;
	color: var(--ink-muted);
	line-height: 1;
}
.proof-track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 0;
	animation: proof-ticker 56s linear infinite;
}
@keyframes proof-ticker {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
.proof-item {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	padding: 0 clamp(20px, 2.5vw, 40px);
}
.proof-slash {
	color: var(--orange);
	font-weight: 500;
	flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.hero-grid {
		grid-template-columns: 1fr;
		grid-template-areas: "top" "bottom" "panel";
	}
	.hero { min-height: auto; padding-top: 120px; }
}

@media (max-width: 900px) {
	.hero { min-height: auto; padding-top: 60px; }
}


/* ── assets/css/layout/footer.css ── */
/* ═════════════════════════════════════════════════════════════════
   SITE FOOTER
   ═════════════════════════════════════════════════════════════════ */

.site-footer {
	background: var(--cream);
	padding: clamp(48px, 5vw, 80px) var(--container-x) clamp(32px, 3vw, 48px);
	border-top: 1px solid var(--rule);
}

/* ── Grid: logo column + link columns, then bottom bar ── */
.footer-wrap {
	max-width: 1440px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-rows: auto auto;
	column-gap: clamp(32px, 20vw, 250px);
	row-gap: clamp(32px, 4vw, 56px);
}
.footer-left   { grid-column: 1; grid-row: 1; }
.footer-cols   { grid-column: 2; grid-row: 1; }
.footer-bottom { grid-column: 1 / -1; grid-row: 2; }

.footer-logo img { height: 52px; width: auto; max-width: none; filter: drop-shadow(0px 1.5px 1.5px rgba(0,0,0,1)); }

/* CALM + Loquat IQ are wrapped in .footer-col-group so they can share
   one grid cell on mobile. On desktop the wrapper is invisible. */
.footer-col-group { display: contents; }

/* ── Link columns ── */
.footer-cols {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: clamp(16px, 2vw, 40px);
}
.footer-col-title {
	font-size: 30px; font-weight: 500; color: var(--ink-muted); margin-bottom: 1rem;
	/* Keep multi-word titles like "Loquat IQ" on a single line at all
	   widths — the grid columns shrink on narrow viewports and we
	   don't want the brand word-marks to wrap. */
	white-space: nowrap;
}
/* Standalone columns with no link list under them (currently "CALM" and
   "Loquat IQ") read as full products, not section headers — render
   their title in ink so they match link-emphasis weight. */
.footer-col:not(:has(ul)) .footer-col-title { color: var(--ink); }

/* When the column title itself is a link (CALM, Loquat IQ), inherit
   the title's typography from the parent <h4> so anchor defaults
   don't over-style it, and add the same orange hover the body
   links use for visual continuity. */
.footer-col-title-link {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}
.footer-col-title-link:hover { color: var(--orange); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
/* Footer link labels must never wrap — items like "Cards & Payments"
   and "Account opening" stay on a single line at every breakpoint;
   the grid row-gap handles rhythm between items instead. */
.footer-link-placeholder { font-size: 24px;  cursor: default; white-space: nowrap; }
.footer-link { font-size: 24px; white-space: nowrap; color: var(--ink); text-decoration: none; transition: color .2s; }
.footer-link:hover { color: var(--orange); }
/* Business column: hover lands on brand-green so the colour reads
   as the Business theme accent in this theme's product pages
   (Consumer/About keep the default orange hover). */
.footer-col--business .footer-link:hover,
.footer-col--business .footer-col-title-link:hover { color: var(--green); }
.footer-privacy-link { font-size: 22px; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; transition: color .2s; color: var(--ink); padding-left: 70px;}
.footer-privacy-link:hover { color: var(--ink); }

/* ── Bottom bar ── */
.footer-bottom {
	display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 70px;
	padding-top: 1.5rem;
	font-size: 22px; color: var(--ink-muted);
}
.footer-bottom-left { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; }
.dot-sep { opacity: .4; }

/* ── Social icons ── */
.footer-social { display: flex; align-items: center; gap: 30px; }
.social-icon {
	width: 30px; height: 30px;
	display: grid; place-items: center;
	color: var(--ink-muted);
	transition: color .2s, border-color .2s, opacity .2s;
	flex-shrink: 0;
}
.social-icon:hover { color: var(--ink); border-color: var(--ink); }
/* New icon set: each brand SVG ships its own colour + proportions, so
   render as an <img> inside the circle chip and cap the visible glyph. */
.social-icon img {
	display: block;
	width: 25px;
	height: 25px;
	object-fit: contain;
}
.social-icon:hover img { opacity: .75; }

/* ── Responsive ──
   Below 1400px the logo column + the huge column-gap eat too much
   room and push the link columns into each other, so scale the
   logo, gaps, and text sizes down in a coordinated step before the
   grid collapses. The existing clamp()s already handle the very
   bottom of the range — this breakpoint stops the layout going
   cramped in the 1025–1400px band. */
@media (max-width: 1400px) {
	.footer-wrap {
		grid-template-columns: max-content 1fr;
		column-gap: clamp(24px, 4vw, 80px);
		row-gap: clamp(28px, 3vw, 40px);
	}
	.footer-logo img { height: 52px; }
	.footer-cols { gap: clamp(12px, 1.5vw, 24px); }
	.footer-col-title { font-size: clamp(20px, 1.8vw, 26px); margin-bottom: .75rem; }
	.footer-link-placeholder,
	.footer-link { font-size: clamp(16px, 1.4vw, 20px); }
	.footer-privacy-link { font-size: clamp(16px, 1.4vw, 20px); padding-left: 40px; }
	.footer-bottom { gap: clamp(24px, 3vw, 50px); font-size: clamp(16px, 1.4vw, 20px); }
	.footer-social { gap: 20px; }
	.social-icon { width: 26px; height: 26px; }
	.social-icon img { width: 22px; height: 22px; }
}
@media (max-width: 1024px) {
	.footer-cols { grid-template-columns: repeat(3, 1fr); }
	.footer-logo img { height: 48px; }
}
@media (max-width: 767px) {
	.site-footer {
		padding: 44px 24px 0;
	}

	/* Stack everything vertically, centered */
	.footer-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 28px;
	}

	.footer-logo img { height: 30px; }

	/* Columns: 2-col grid, full width */
	.footer-cols {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}

	/* CALM + Loquat IQ share the left cell in row 2 */
	.footer-col-group {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.footer-col-title {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
		white-space: normal;
	}

	.footer-col ul { gap: 8px; }

	.footer-link,
	.footer-link-placeholder { font-size: 14px; white-space: normal; }

	/* Footer bottom: vertical stack, centered, with top rule as divider */
	.footer-bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 16px;
		padding-top: 28px;
		padding-bottom: 24px;
		font-size: 14px;
		border-top: 1px solid var(--rule);
		width: 100%;
	}

	/* Social icons float above the text in mobile */
	.footer-social { order: -1; }

	/* Bottom-left row: centered, privacy forces to its own line */
	.footer-bottom-left { flex-wrap: wrap; justify-content: center; }

	.footer-privacy-link {
		flex-basis: 100%;
		text-align: center;
		padding-left: 0;
		font-size: 14px;
	}
}


/* ── assets/css/layout/fallback.css ── */
/* ═════════════════════════════════════════════════════════════════
   FALLBACK / INDEX PAGE
   Centred placeholder shown when JS hasn't loaded a section yet.
   ═════════════════════════════════════════════════════════════════ */

.fallback-main { min-height: 60vh; display: grid; place-items: center; padding: 4rem; }
.fallback-main .wrap { max-width: 600px; text-align: center; }

