/* home-chrome-deferred.css — below-fold chrome (footer + FAQ) — generated */
/* Rebuild: node tools/build-home-chrome-bundle.mjs */

/* --- hello-footer.css --- */
/**
 * Shared hello-footer — template-parts/home/hello-footer.php (all native pages).
 */

body.da-native-shell {
	--fs: 'Satoshi', system-ui, sans-serif;
	--fb: 'Biennale-Bold', Georgia, serif;
	--ease-c: cubic-bezier(0.16, 1, 0.3, 1);
	--da-container-pad-x: 40px;
	--da-content-max: 1480px;
}

.home-hello-footer {
	position: relative;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.28) 0, transparent 42%),
		radial-gradient(circle at 88% 72%, rgba(21, 21, 21, 0.06) 0, transparent 36%),
		#B8E986;
	color: #151515;
	overflow: hidden;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
}

body.da-native-shell .home-hello-footer .container {
	max-width: 1480px;
	margin: 0 auto;
	padding-left: var(--da-container-pad-x);
	padding-right: var(--da-container-pad-x);
	box-sizing: border-box;
	width: 100%;
}

body.da-solution-inner-shell .home-hello-footer,
body.da-video-subpage-shell .home-hello-footer,
body.da-creative-subpage-shell .home-hello-footer {
	margin-top: 0;
	border-top: 1px solid var(--da-line, #D8D5CE);
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
}

body.da-solution-inner-shell .home-hello-footer__watermark,
body.da-video-subpage-shell .home-hello-footer__watermark,
body.da-creative-subpage-shell .home-hello-footer__watermark {
	font-family: var(--fb, 'Biennale-Bold', Georgia, serif);
}

body.da-solution-inner-shell .home-hello-footer__links a,
body.da-solution-inner-shell .home-hello-footer__links a:visited,
body.da-video-subpage-shell .home-hello-footer__links a,
body.da-video-subpage-shell .home-hello-footer__links a:visited,
body.da-creative-subpage-shell .home-hello-footer__links a,
body.da-creative-subpage-shell .home-hello-footer__links a:visited {
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
}

body.da-solution-inner-shell .home-hello-footer .container,
body.da-video-subpage-shell .home-hello-footer .container,
body.da-creative-subpage-shell .home-hello-footer .container {
	max-width: var(--da-content-max, 1480px);
	padding-left: var(--da-container-pad-x, 40px);
	padding-right: var(--da-container-pad-x, 40px);
}

body.da-solution-inner-shell #pm-root + .home-hello-footer,
body.da-solution-inner-shell .pm-page-nav + .home-hello-footer,
body.da-video-subpage-shell .site-main + .home-hello-footer,
body.da-creative-subpage-shell .site-main + .home-hello-footer {
	margin-top: 0;
}

.home-hello-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(300px, 1.35fr);
	gap: clamp(32px, 5vw, 56px) clamp(24px, 3.5vw, 40px);
	align-items: start;
}

.home-hello-footer__logo {
	display: block;
	width: 180px;
	height: auto;
	filter: brightness(0);
}

.home-hello-footer .container {
	position: relative;
	z-index: 1;
	padding-top: clamp(56px, 8vw, 90px);
	padding-bottom: clamp(20px, 3.5vw, 25px);
}

.home-hello-footer__watermark {
	position: absolute;
	top: clamp(-12px, 0.5vw, 20px);
	right: clamp(-8px, 3vw, 50px);
	margin: 0;
	font-family: var(--fb, 'Biennale-Bold', Georgia, serif);
	font-weight: 700;
	font-size: clamp(80px, 18vw, 165px);
	line-height: 0.9;
	letter-spacing: -0.05em;
	color: rgba(21, 21, 21, 0.06);
	pointer-events: none;
	user-select: none;
}

.home-hello-footer__brand,
.home-hello-footer__brand:visited {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #151515;
	margin-bottom: clamp(35px, 4.5vw, 45px);
}

.home-hello-footer__col-title {
	margin: 0 0 15px;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #151515;
}

.home-hello-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.home-hello-footer__aside {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.home-hello-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: clamp(20px, 3.5vw, 30px);
	padding-top: clamp(20px, 3.5vw, 25px);
	border-top: 1px solid rgba(21, 21, 21, 0.2);
	visibility: visible !important;
	opacity: 1 !important;
	animation: none !important;
	transform: none !important;
}

.home-hello-footer__links a,
.home-hello-footer__links a:visited {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-weight: 500;
	line-height: 1.4;
	color: rgba(21, 21, 21, 0.82);
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transform: translate3d(0, 0, 0);
	transition: transform 160ms var(--ease-c);
}

.home-hello-footer__links a {
	font-size: 15px;
	transform-origin: center center;
}

.home-hello-footer__contact-link,
.home-hello-footer__contact-link:visited {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-weight: 600;
	line-height: 1.4;
	color: #151515;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transform: translate3d(0, 0, 0);
	transition: transform 160ms var(--ease-c);
}

.home-hello-footer__contact-link {
	font-size: 14px;
	transform-origin: center center;
}

.home-hello-footer__links a:hover,
.home-hello-footer__links a:focus,
.home-hello-footer__links a:focus-visible,
.home-hello-footer__links a:visited:hover,
.home-hello-footer__links a:visited:focus,
.home-hello-footer__links a:visited:focus-visible {
	color: #151515 !important;
	background: none !important;
	transform: translate3d(0, 0, 0) scale(1.05);
}

.home-hello-footer__contact-link:hover,
.home-hello-footer__contact-link:focus,
.home-hello-footer__contact-link:focus-visible,
.home-hello-footer__contact-link:visited:hover,
.home-hello-footer__contact-link:visited:focus,
.home-hello-footer__contact-link:visited:focus-visible {
	color: #151515 !important;
	transform: translate3d(0, 0, 0) scale(1.05);
}

.home-hello-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}

.home-hello-footer__address {
	margin: 0;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: rgba(21, 21, 21, 0.72);
}

.home-hello-footer__address .home-hello-footer__contact-link {
	display: inline;
	font-size: inherit;
	font-weight: 700;
	color: #151515;
	white-space: nowrap;
}

.home-hello-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.home-hello-footer__social-btn,
.home-hello-footer__social-btn:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(21, 21, 21, 0.08);
	color: #151515;
	text-decoration: none;
	transition: background 180ms var(--ease-c), transform 180ms var(--ease-c), box-shadow 180ms var(--ease-c);
}

.home-hello-footer__social-btn svg {
	width: 22px;
	height: 22px;
}

.home-hello-footer__social-btn:hover,
.home-hello-footer__social-btn:focus,
.home-hello-footer__social-btn:focus-visible {
	background: #151515;
	color: #B8E986;
	box-shadow: 0 10px 24px rgba(21, 21, 21, 0.14);
}

.home-hello-footer__subscribe {
	padding: clamp(20px, 2.2vw, 20px);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(21, 21, 21, 0.1);
	box-shadow: 0 18px 40px rgba(21, 21, 21, 0.1);
	backdrop-filter: blur(8px);
}

.home-hello-footer__subscribe-label {
	display: block;
	margin: 0 0 6px;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 15px;
	font-weight: 700;
	color: #151515;
}

.home-hello-footer__subscribe-lead {
	margin: 0 0 14px;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	line-height: 1.5;
	color: rgba(21, 21, 21, 0.68);
}

.home-hello-footer__subscribe-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	width: 100%;
}

.home-hello-footer__subscribe-input {
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid rgba(21, 21, 21, 0.12);
	border-radius: 10px;
	background: #FFFFFF;
	color: #151515;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	outline: none;
	transition: border-color 180ms var(--ease-c), box-shadow 180ms var(--ease-c);
}

.home-hello-footer__subscribe-input::placeholder {
	color: #6a6860;
}

.home-hello-footer__subscribe-input:focus-visible {
	border-color: #151515;
	box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.08);
}

.home-hello-footer__subscribe-input.is-invalid {
	border-color: #c0392b;
	box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}

.home-hello-footer__subscribe-btn {
	flex-shrink: 0;
	padding: 12px 18px;
	border: none;
	border-radius: 10px;
	background: #151515;
	color: #B8E986;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	cursor: pointer;
	transition: background 180ms var(--ease-c), transform 180ms var(--ease-c), opacity 180ms var(--ease-c);
}

.home-hello-footer__subscribe-btn:hover:not(:disabled) {
	background: #2a2a2a;
	transform: translateY(-1px);
}

.home-hello-footer__subscribe-btn:disabled {
	opacity: 0.72;
	cursor: default;
}

.home-hello-footer__subscribe-form.is-success .home-hello-footer__subscribe-btn {
	background: #383B40;
	color: #FFFFFF;
}

.home-hello-footer__subscribe-status {
	margin: 10px 0 0;
	min-height: 1.45em;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
}

.home-hello-footer__subscribe-status.is-error {
	color: #a93226;
}

.home-hello-footer__subscribe-status.is-success {
	color: #151515;
	background: rgba(255, 255, 255, 0.55);
	padding: 8px 10px;
	border-radius: 4px;
}

.home-hello-footer__subscribe-note {
	margin: 10px 0 0;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	line-height: 1.45;
	color: #6a6860;
}

.home-hello-footer__copy {
	margin: 0;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	font-weight: 700;
	color: rgba(21, 21, 21, 0.78);
}

.home-hello-footer__legal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.home-hello-footer__legal a,
.home-hello-footer__legal a:visited {
	display: inline-block;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	font-weight: 600;
	color: #151515;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transform: translate3d(0, 0, 0);
	transform-origin: center center;
	transition: transform 160ms var(--ease-c);
}

.home-hello-footer__legal a:hover,
.home-hello-footer__legal a:focus,
.home-hello-footer__legal a:focus-visible,
.home-hello-footer__legal a:visited:hover,
.home-hello-footer__legal a:visited:focus,
.home-hello-footer__legal a:visited:focus-visible {
	color: #151515 !important;
	transform: translate3d(0, 0, 0) scale(1.05);
}

.home-hello-footer__subscribe-note a,
.home-hello-footer__subscribe-note a:visited {
	color: #151515;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.home-hello-footer__subscribe-note a:hover,
.home-hello-footer__subscribe-note a:focus,
.home-hello-footer__subscribe-note a:focus-visible,
.home-hello-footer__subscribe-note a:visited:hover,
.home-hello-footer__subscribe-note a:visited:focus,
.home-hello-footer__subscribe-note a:visited:focus-visible {
	color: #151515 !important;
}

@media (max-width: 991px) {
	body.da-solution-inner-shell .home-hello-footer .container,
	body.da-video-subpage-shell .home-hello-footer .container,
	body.da-creative-subpage-shell .home-hello-footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-hello-footer .container {
		padding-top: clamp(48px, 8vw, 72px);
		padding-bottom: clamp(28px, 4vw, 40px);
	}

	.home-hello-footer__brand,
	.home-hello-footer__brand:visited {
		margin-bottom: clamp(32px, 5vw, 48px);
	}

	.home-hello-footer__logo {
		width: clamp(148px, 24vw, 180px);
	}

	.home-hello-footer__bottom {
		margin-top: clamp(40px, 6vw, 56px);
		padding-top: clamp(24px, 3.5vw, 32px);
	}

	.home-hello-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 32px);
	}

	.home-hello-footer__aside {
		grid-column: 1 / -1;
		max-width: min(100%, 560px);
	}
}

@media (max-width: 767px) {
	body.da-native-shell {
		--da-container-pad-x: 25px;
	}

	body.da-solution-inner-shell .home-hello-footer .container,
	body.da-video-subpage-shell .home-hello-footer .container,
	body.da-creative-subpage-shell .home-hello-footer .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-hello-footer .container {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.home-hello-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.home-hello-footer__aside {
		max-width: none;
	}

	.home-hello-footer__col-title {
		margin-bottom: 10px;
	}

	.home-hello-footer__watermark {
		font-size: clamp(72px, 22vw, 120px);
		top: clamp(-12px, 1vw, 24px);
		right: 30px;
	}

	.home-hello-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		margin-top: 20px;
		padding-top: 20px;
	}

	.home-hello-footer__copy,
	.home-hello-footer__legal a,
	.home-hello-footer__legal a:visited {
		font-size: 14px;
	}

	.home-hello-footer__social-btn,
	.home-hello-footer__social-btn:visited {
		width: 44px;
		height: 44px;
	}

	.home-hello-footer__legal ul {
		gap: 20px;
	}

	.home-hello-footer__subscribe-row {
		flex-direction: column;
		gap: 20px;
	}

	.home-hello-footer__subscribe-btn {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.home-hello-footer__watermark {
		font-size: clamp(56px, 24vw, 88px);
	}
}

/* --- corp-faq.css --- */
/**
 * Sitewide corporate FAQ accordion (.corp-faq).
 * Used by da_render_corporate_faq_section() on every native page with FAQs.
 */

.corp-faq {
  --corp-faq-cream: #faf8f5;
  --corp-faq-line: #d8d5ce;
  --corp-faq-ash: #595750;
  --corp-faq-char: #383b40;
  --corp-faq-black: #151515;
  --corp-faq-lime: #b8e986;
  --corp-faq-body: 16px;
  --corp-faq-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-body: 'Satoshi', system-ui, sans-serif;
  --font-display: 'Biennale-Bold', Georgia, serif;
  --fb: var(--font-display);
  background: var(--corp-faq-cream);
  padding: var(--da-section-pad-y, 120px) 0;
  border-top: 1px solid var(--corp-faq-line);
  width: 100%;
  box-sizing: border-box;
}

.corp-faq .container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}

.corp-faq-tag {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--corp-faq-ash);
  display: inline-block;
  margin-bottom: 16px !important;
}

.corp-faq .heading-85,
.corp-faq h2.heading-85 {
  font-family: var(--fb) !important;
  font-weight: 700 !important;
  font-size: clamp(32px, 5.5vw, 85px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
  color: var(--corp-faq-black) !important;
  margin: 0 !important;
}

.corp-faq .heading-85 em,
.corp-faq h2.heading-85 em {
  font-style: normal !important;
  font-weight: 700 !important;
}

.corp-faq-head {
  text-align: center;
  margin-bottom: 90px;
}

.corp-faq-head .heading-85 em {
  position: relative;
  display: inline-block;
}

.corp-faq-lmark {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.05em;
  height: 6px;
  background: var(--corp-faq-lime);
  transform: skewX(-8deg);
  opacity: 0.9;
  pointer-events: none;
}

.corp-faq-list {
  width: 100%;
}

/* Homepage width — beat page-root `.container { width:100% }` / `#pm-root .container` */
.corp-faq-list .container {
  max-width: 1480px !important;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .corp-faq-list .container {
    max-width: 1480px !important;
    width: 100% !important;
  }
}

.corp-faq-item {
  border-bottom: 1px solid var(--corp-faq-line);
  padding: 24px 0;
  cursor: pointer;
}

.corp-faq-item:first-child {
  border-top: 1px solid var(--corp-faq-line);
}

.corp-faq-item.open {
  border-color: var(--corp-faq-lime);
}

.corp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--fb) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-align: left;
  color: var(--corp-faq-black) !important;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.corp-faq-item .corp-faq-q span:first-child {
  transition: transform 0.3s ease-in-out;
  padding-right: 24px;
}

.corp-faq-item:hover .corp-faq-q span:first-child {
  transform: translateX(5px);
}

.corp-faq-item.open:hover .corp-faq-q span:first-child {
  transform: translateX(0);
}

.corp-faq-item:hover .corp-faq-ico {
  border-color: var(--corp-faq-lime);
}

.corp-faq-q:hover,
.corp-faq-q:focus,
.corp-faq-q:focus-visible {
  outline: none;
}

.corp-faq-ico {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--corp-faq-line);
  transition: background 0.28s var(--corp-faq-ease), border-color 0.28s var(--corp-faq-ease);
  position: relative;
}

.corp-faq-item.open .corp-faq-ico {
  background: var(--corp-faq-lime);
  border-color: var(--corp-faq-lime);
}

.corp-faq-ico::before,
.corp-faq-ico::after {
  content: "";
  position: absolute;
  background: var(--corp-faq-ash);
  transition: transform 0.32s var(--corp-faq-ease);
}

.corp-faq-ico::before {
  width: 10px;
  height: 1.2px;
}

.corp-faq-ico::after {
  width: 1.2px;
  height: 10px;
}

.corp-faq-item.open .corp-faq-ico::after {
  transform: rotate(90deg);
  background: var(--corp-faq-black);
}

.corp-faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.48s var(--corp-faq-ease);
}

.corp-faq-item.open .corp-faq-body {
  grid-template-rows: 1fr;
}

.corp-faq-body-inner {
  overflow: hidden;
}

.corp-faq-body-inner p {
  font-family: var(--font-body);
  font-size: var(--corp-faq-body) !important;
  color: var(--corp-faq-char) !important;
  line-height: 1.75 !important;
  padding: 10px 0 0 !important;
  max-width: 95%;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .corp-faq {
    --corp-faq-body: 15px;
    padding: var(--da-section-pad-y, 60px) 0;
  }

  .corp-faq .heading-85,
  .corp-faq h2.heading-85 {
    font-size: clamp(32px, 5.5vw, 85px) !important;
    line-height: 1.02 !important;
  }

  .corp-faq-body-inner p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    max-width: 100%;
  }

  .corp-faq-head {
    margin-bottom: 45px;
  }

  .corp-faq-tag {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 767px) {
  .corp-faq {
    padding: var(--da-section-pad-y, 50px) 0;
  }

  .corp-faq .container {
    padding: 0 25px;
  }

  .corp-faq-head {
    margin-bottom: 40px;
  }

  .corp-faq-q {
    font-size: 16px !important;
  }

  .corp-faq-item {
    padding: 20px 0;
  }
}
