/*
Theme Name: NESTIE Curiosity
Theme URI: https://nestie.co.jp/
Author: NESTIE
Author URI: https://nestie.co.jp/
Description: 株式会社NESTIE専用のコーポレートWordPressテーマ。スクロール連動モーション、事業・実績、EC立ち上げ支援、制作フロー、会社案内、代表者紹介、FAQ、お問い合わせ機能を搭載。
Version: 2.6.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nestie
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
  --nestie-green: #000000;
  --nestie-lime: #000000;
  --nestie-dark: #ffffff;
  --nestie-panel: #f7f7f7;
  --nestie-text: #0a0a0a;
  --nestie-muted: #6f6f6f;
  --nestie-line: rgba(0, 0, 0, 0.12);
  --nestie-max: 1240px;
  --nestie-radius: 28px;
  --nestie-ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--nestie-dark);
  color: var(--nestie-text);
  font-family: Inter, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
::selection { color: #ffffff; background: #000000; }

.site-shell { min-height: 100vh; }
.container { width: min(calc(100% - 40px), var(--nestie-max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--nestie-lime);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section { position: relative; padding: 140px 0; }
.section-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 7vw, 96px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 760;
}
.section-lead { max-width: 680px; margin: 34px 0 0; color: var(--nestie-muted); font-size: clamp(16px, 1.7vw, 21px); }
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--nestie-ease), transform .9s var(--nestie-ease); }
.reveal.is-visible { opacity: 1; transform: none; }


.mobile-only-break { display: none; }
/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 16, 9, .76);
  border-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { position: relative; z-index: 3; display: inline-flex; align-items: center; min-width: 0; gap: 12px; }
.site-logo-link { display: inline-flex; align-items: center; max-width: min(260px, 46vw); }
.site-logo-image,
.site-brand .custom-logo { display: block; width: auto; max-width: 100%; height: auto; max-height: 38px; object-fit: contain; filter: none; }
.wordmark { font-size: 21px; font-weight: 850; letter-spacing: .16em; }
.brand-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--nestie-lime); box-shadow: 0 0 24px var(--nestie-lime); }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; }
.primary-nav a { color: rgba(245,247,242,.78); font-size: 13px; font-weight: 700; letter-spacing: .06em; transition: color .25s ease; }
.primary-nav a:hover { color: var(--nestie-lime); }
.primary-nav li:last-child a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px;
  color: #071009; background: var(--nestie-green); border-radius: 999px;
}
.menu-toggle { display: none; position: relative; z-index: 3; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #fff; background: transparent; }
.menu-toggle span, .menu-toggle::before { content: ""; position: absolute; left: 13px; width: 18px; height: 1px; background: currentColor; transition: transform .3s ease, top .3s ease; }
.menu-toggle::before { top: 18px; }
.menu-toggle span { top: 26px; }
.menu-open .menu-toggle::before { top: 22px; transform: rotate(45deg); }
.menu-open .menu-toggle span { top: 22px; transform: rotate(-45deg); }

/* Scroll story */
.curiosity-story { height: 520vh; position: relative; background: #030704; }
.story-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: grid; place-items: center; }
.story-sticky::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(149,191,70,.13), transparent 34%),
              linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
              linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  mask-image: radial-gradient(circle, #000 10%, transparent 72%);
}
#nestie-particles { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle, transparent 24%, rgba(3,7,4,.78) 92%); }
.story-topline { position: absolute; z-index: 2; top: 110px; left: 5vw; right: 5vw; display: flex; justify-content: space-between; color: rgba(245,247,242,.45); font-size: 10px; letter-spacing: .2em; }
.story-progress { position: absolute; z-index: 2; right: 5vw; top: 50%; transform: translateY(-50%); display: grid; gap: 12px; }
.story-progress span { display: block; width: 2px; height: 30px; background: rgba(255,255,255,.16); transition: background .35s, height .35s; }
.story-progress span.is-active { height: 54px; background: var(--nestie-lime); box-shadow: 0 0 16px rgba(198,255,99,.7); }
.story-copy { position: relative; z-index: 2; width: min(1000px, calc(100% - 48px)); min-height: 320px; display: grid; place-items: center; text-align: center; pointer-events: none; }
.story-step { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; opacity: 0; transform: translateY(35px) scale(.98); transition: opacity .7s var(--nestie-ease), transform .7s var(--nestie-ease); }
.story-step.is-active { opacity: 1; transform: none; }
.story-step .kicker { margin-bottom: 16px; color: var(--nestie-lime); font-size: 11px; font-weight: 800; letter-spacing: .24em; }
.story-step h1, .story-step h2 { margin: 0; font-size: clamp(46px, 9vw, 138px); line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.story-step p { max-width: 660px; margin: 28px 0 0; color: rgba(245,247,242,.66); font-size: clamp(15px, 1.7vw, 20px); }
.story-scroll { position: absolute; z-index: 2; bottom: 38px; left: 50%; transform: translateX(-50%); color: rgba(245,247,242,.45); font-size: 9px; letter-spacing: .24em; }
.story-scroll::after { content: ""; display: block; width: 1px; height: 42px; margin: 12px auto 0; background: linear-gradient(var(--nestie-lime), transparent); animation: scrollPulse 1.8s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.35); transform-origin: top; opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }

/* About */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.about-sticky { position: sticky; top: 130px; }
.about-copy { color: var(--nestie-text); font-size: clamp(25px, 3.4vw, 50px); line-height: 1.36; letter-spacing: -.035em; }
.about-copy em { color: var(--nestie-lime); font-style: normal; }
.about-note { max-width: 620px; margin-top: 42px; color: var(--nestie-muted); }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }
.service-card, .project-card, .post-card {
  position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); border-radius: var(--nestie-radius);
  transition: transform .55s var(--nestie-ease), border-color .35s ease, background .35s ease;
}
.service-card:hover, .project-card:hover, .post-card:hover { transform: translateY(-8px); border-color: rgba(198,255,99,.45); background: rgba(149,191,70,.07); }
.service-card { min-height: 430px; padding: 34px; display: flex; flex-direction: column; }
.service-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; bottom: -110px; border-radius: 50%; background: var(--card-accent, var(--nestie-green)); filter: blur(90px); opacity: .23; }
.card-index { color: var(--nestie-lime); font-size: 11px; letter-spacing: .2em; }
.service-card h3 { margin: auto 0 18px; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--nestie-muted); }
.card-arrow { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-top: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transition: transform .35s ease, background .35s ease, color .35s ease; }
.service-card:hover .card-arrow, .project-card:hover .card-arrow { color: #071009; background: var(--nestie-lime); transform: rotate(45deg); }

/* Difference */
.difference { overflow: hidden; background: #edf3e7; color: #08100a; }
.difference .eyebrow { color: #4f7e21; }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 70px; border: 1px solid rgba(7,16,9,.12); border-radius: var(--nestie-radius); overflow: hidden; background: rgba(7,16,9,.12); }
.difference-panel { padding: clamp(32px, 5vw, 70px); background: #f8fbf5; }
.difference-panel.nestie { color: #fff; background: #0b160d; }
.difference-panel h3 { margin: 0 0 34px; font-size: clamp(28px, 3.4vw, 50px); letter-spacing: -.045em; }
.difference-list { list-style: none; margin: 0; padding: 0; }
.difference-list li { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid currentColor; border-color: rgba(7,16,9,.12); }
.nestie .difference-list li { border-color: rgba(255,255,255,.12); }
.difference-list li::before { content: "—"; color: #679a32; }
.nestie .difference-list li::before { color: var(--nestie-lime); }

/* Projects */
.projects-list { margin-top: 70px; display: grid; gap: 22px; }
.project-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 480px; }
.project-media { position: relative; overflow: hidden; min-height: 340px; background: radial-gradient(circle at 50% 45%, rgba(198,255,99,.25), transparent 35%), #0b130c; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--nestie-ease); }
.project-card:hover .project-media img { transform: scale(1.04); }
.project-placeholder { position: absolute; inset: 0; display: grid; place-items: center; font-size: clamp(46px, 9vw, 120px); font-weight: 900; letter-spacing: -.08em; color: rgba(198,255,99,.2); }
.project-body { padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.project-body h3 { margin: 12px 0 20px; font-size: clamp(38px, 5vw, 72px); line-height: .95; letter-spacing: -.055em; }
.project-body p { color: var(--nestie-muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.tag { padding: 6px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(245,247,242,.65); font-size: 11px; }

/* Stats */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(0,0,0,.12); }
.stat { padding: 42px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--nestie-lime); font-size: clamp(42px, 5vw, 74px); line-height: 1; letter-spacing: -.055em; }
.stat span { display: block; margin-top: 16px; color: var(--nestie-muted); font-size: 12px; letter-spacing: .08em; }

/* Blog */
.post-card { min-height: 360px; }
.post-card a { display: flex; height: 100%; flex-direction: column; }
.post-card-media { aspect-ratio: 16/9; overflow: hidden; background: #101d12; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--nestie-ease); }
.post-card:hover img { transform: scale(1.05); }
.post-card-body { padding: 28px; }
.post-card time { color: var(--nestie-lime); font-size: 10px; letter-spacing: .14em; }
.post-card h3 { margin: 15px 0 0; font-size: 22px; line-height: 1.45; letter-spacing: -.02em; }

/* Contact */
.contact-section { overflow: hidden; background: var(--nestie-green); color: #071009; }
.contact-section::before { content: "NESTIE"; position: absolute; right: -3vw; bottom: -8vw; color: rgba(7,16,9,.08); font-size: 27vw; font-weight: 900; letter-spacing: -.1em; line-height: 1; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(34px, 4vw, 58px); align-items: start; }
.contact-section .eyebrow { color: #071009; }
.contact-section .section-title { max-width: 100%; font-size: clamp(48px, 6.2vw, 88px); }
.contact-title-line { display: inline; }
.contact-intro { max-width: 1180px; }
.contact-intro > p:last-child { max-width: 1050px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.9; text-wrap: pretty; }
.contact-copy-break { display: block; }
.contact-form-wrap { width: 100%; max-width: 1180px; }
.contact-form { display: grid; gap: 20px; padding: 36px; background: rgba(7,16,9,.08); border-radius: var(--nestie-radius); backdrop-filter: blur(10px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(7,16,9,.32); border-radius: 0; outline: none; padding: 13px 0; color: #071009; background: transparent; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #071009; }
.honeypot { position: absolute !important; left: -9999px !important; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 28px; border: 0; border-radius: 999px;
  color: #fff; background: #071009; font-weight: 800; cursor: pointer; transition: transform .3s var(--nestie-ease), background .3s ease;
}
.button:hover { transform: translateY(-3px); background: #142618; }
.form-notice { padding: 13px 16px; border-radius: 12px; font-weight: 700; }
.form-notice.success { background: rgba(255,255,255,.5); }
.form-notice.error { background: rgba(255,70,70,.18); }

/* Footer */
.site-footer { padding: 70px 0 28px; background: #020503; }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 60px; }
.footer-brand { display: flex; align-items: center; max-width: 100%; line-height: 1; }
.footer-logo-link { display: inline-flex; align-items: center; max-width: 100%; }
.footer-logo-image { display: block; width: clamp(260px, 43vw, 620px); max-width: 100%; height: auto; max-height: 190px; object-fit: contain; }
.footer-wordmark { display: block; font-size: clamp(58px, 13vw, 190px); font-weight: 900; line-height: .8; letter-spacing: -.085em; }
.footer-wordmark > span { color: var(--nestie-lime); }
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; text-align: right; }
.footer-nav a { color: var(--nestie-muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(245,247,242,.4); font-size: 11px; letter-spacing: .06em; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.footer-legal a { text-decoration: underline; text-underline-offset: 3px; }

/* Inner pages */
.page-hero { padding: 200px 0 100px; border-bottom: 1px solid rgba(255,255,255,.1); }
.page-hero h1 { margin: 0; max-width: 1050px; font-size: clamp(54px, 10vw, 142px); line-height: .88; letter-spacing: -.07em; overflow-wrap: anywhere; }
.page-content { padding: 90px 0 140px; }
.prose { max-width: 820px; font-size: 18px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2em; font-size: clamp(30px, 4vw, 52px); line-height: 1.2; }
.prose a { color: var(--nestie-lime); text-decoration: underline; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 80px 0 140px; }
.pagination { margin-top: 60px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.page-numbers.current { color: #071009; background: var(--nestie-lime); }


/* Monochrome corporate skin */
body,
.site-shell,
.curiosity-story,
.section,
.difference,
.contact-section,
.site-footer,
.page-hero,
.page-content {
  background: #ffffff;
  color: #0a0a0a;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(0, 0, 0, .10);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .035);
}
.site-logo-image,
.site-brand .custom-logo { filter: none; }
.brand-dot { background: #000000; box-shadow: none; }
.primary-nav a { color: rgba(0, 0, 0, .76); }
.primary-nav a:hover { color: #000000; }
.primary-nav li:last-child a { color: #ffffff; background: #000000; }
.menu-toggle { border-color: rgba(0, 0, 0, .18); color: #000000; }

.story-sticky::before {
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, .045), transparent 34%),
              linear-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px),
              linear-gradient(90deg, rgba(0, 0, 0, .04) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}
.story-vignette { background: radial-gradient(circle, transparent 24%, rgba(255, 255, 255, .84) 92%); }
.story-topline { color: rgba(0, 0, 0, .46); }
.story-progress span { background: rgba(0, 0, 0, .16); }
.story-progress span.is-active { background: #000000; box-shadow: none; }
.story-step .kicker,
.eyebrow,
.card-index,
.post-card time,
.stat strong,
.about-copy em,
.footer-wordmark > span,
.prose a { color: #000000; }
.story-step p,
.story-scroll { color: rgba(0, 0, 0, .62); }
.story-scroll::after { background: linear-gradient(#000000, transparent); }

.service-card,
.project-card,
.post-card {
  border-color: rgba(0, 0, 0, .12);
  background: #ffffff;
  box-shadow: 0 14px 45px rgba(0, 0, 0, .035);
}
.service-card:hover,
.project-card:hover,
.post-card:hover {
  border-color: rgba(0, 0, 0, .34);
  background: #fafafa;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .07);
}
.service-card::after { background: #000000 !important; opacity: .045; }
.card-arrow { border-color: rgba(0, 0, 0, .18); }
.service-card:hover .card-arrow,
.project-card:hover .card-arrow { color: #ffffff; background: #000000; }

.difference { border-block: 1px solid rgba(0, 0, 0, .10); }
.difference .eyebrow { color: #000000; }
.difference-grid { border-color: rgba(0, 0, 0, .14); background: rgba(0, 0, 0, .14); }
.difference-panel { background: #ffffff; color: #0a0a0a; }
.difference-panel.nestie { background: #f4f4f4; color: #0a0a0a; }
.difference-list li,
.nestie .difference-list li { border-color: rgba(0, 0, 0, .13); }
.difference-list li::before,
.nestie .difference-list li::before { color: #000000; }

.project-media {
  background: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, .09), transparent 36%), #f6f6f6;
}
.project-placeholder { color: rgba(0, 0, 0, .14); }
.tag { border-color: rgba(0, 0, 0, .14); color: rgba(0, 0, 0, .64); }
.stats-grid { border-color: rgba(0, 0, 0, .13); }
.stat { border-color: rgba(0, 0, 0, .13); }
.post-card-media { background: #f2f2f2; }

.contact-section { border-top: 1px solid rgba(0, 0, 0, .11); }
.contact-section::before { color: rgba(0, 0, 0, .045); }
.contact-section .eyebrow { color: #000000; }
.contact-form { background: #f4f4f4; border: 1px solid rgba(0, 0, 0, .10); }
.field input,
.field textarea { color: #0a0a0a; border-color: rgba(0, 0, 0, .32); }
.field input:focus,
.field textarea:focus { border-color: #000000; }
.button { color: #ffffff; background: #000000; }
.button:hover { background: #242424; }
.form-notice.success { background: #eeeeee; }

.site-footer { border-top: 1px solid rgba(0, 0, 0, .10); }
.footer-nav a { color: #626262; }
.footer-bottom { border-color: rgba(0, 0, 0, .11); color: rgba(0, 0, 0, .46); }
.page-hero { border-color: rgba(0, 0, 0, .11); }
.page-numbers { border-color: rgba(0, 0, 0, .16); }
.page-numbers.current { color: #ffffff; background: #000000; }

@media (max-width: 980px) {
  .primary-nav { position: fixed; inset: 0; display: grid; place-items: center; background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
  .menu-open .primary-nav { opacity: 1; visibility: visible; }
  .primary-nav ul { flex-direction: column; gap: 22px; }
  .primary-nav a { font-size: 26px; }
  .menu-toggle { display: block; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-sticky { position: static; }
  .card-grid, .archive-grid { grid-template-columns: 1fr 1fr; }
  .project-card { grid-template-columns: 1fr; }
  .difference-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.12); }
}

@media (max-width: 700px), (max-height: 500px) and (max-width: 980px) {
  .container { width: min(calc(100% - 28px), var(--nestie-max)); }
  .section { padding: 95px 0; }
	.header-inner { min-height: 70px; }
	.site-logo-link { max-width: 58vw; }
	.site-logo-image,
	.site-brand .custom-logo { max-height: 32px; }
	.footer-logo-image { width: min(78vw, 520px); max-height: 132px; }

  /*
   * Mobile story layout
   * Keep the particle illustration in the upper half and the copy in the lower
   * half. svh/dvh prevent the browser chrome from cutting off the artwork.
   */
  .curiosity-story {
    height: 650svh;
    min-height: 3250px;
    overflow: clip;
    contain: layout paint;
  }
  .story-sticky {
    height: 100svh;
    min-height: 520px;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .story-sticky::before {
    background-size: auto, 42px 42px, 42px 42px;
    mask-image: radial-gradient(circle at 50% 34%, #000 8%, transparent 68%);
  }
  .story-vignette { background: radial-gradient(circle at 50% 34%, transparent 18%, rgba(255,255,255,.88) 88%); }
  .story-topline {
    top: max(78px, calc(env(safe-area-inset-top) + 68px));
    left: 18px;
    right: 18px;
    justify-content: center;
    white-space: nowrap;
    font-size: 8px;
    letter-spacing: .16em;
  }
  .story-topline span:last-child { display: none; }
  .story-progress {
    top: max(108px, calc(env(safe-area-inset-top) + 98px));
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
  }
  .story-progress span { width: 24px; height: 2px; transition: background .35s, width .35s; }
  .story-progress span.is-active { width: 42px; height: 2px; }
  .story-copy { position: absolute; inset: 0; width: 100%; min-height: 0; }
  .story-step {
    align-content: end;
    padding: 40svh 22px max(160px, calc(env(safe-area-inset-bottom) + 148px));
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: none;
  }
  .story-step.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: nestie-mobile-step-in .34s var(--nestie-ease) both;
  }
  .mobile-only-break { display: block; }
  .story-step .kicker { margin-bottom: 10px; font-size: 9px; letter-spacing: .2em; }
  .story-step h1, .story-step h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(42px, 13.5vw, 62px);
    line-height: .96;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
  }
  .story-step[data-step="3"] h2,
  .story-step[data-step="4"] h2 { font-size: clamp(38px, 11.5vw, 54px); }
  .story-step[data-step="4"] h2 {
    overflow-wrap: normal;
    word-break: keep-all;
    text-wrap: nowrap;
  }
  .story-step p {
    max-width: 330px;
    margin: 16px auto 0;
    font-size: 14px;
    line-height: 1.65;
  }
  .story-scroll { display: none; }
  #nestie-particles { touch-action: pan-y; }

  .card-grid, .archive-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.12); }
  .stat:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px; }
  .contact-section .section-title { font-size: clamp(31px, 8.6vw, 38px); line-height: 1.05; }
  .contact-title-line { display: block; }
  .contact-copy-break { display: none; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-nav ul { text-align: left; }
  .page-hero { padding-top: 150px; }
}

@media (max-width: 700px) and (max-height: 620px) {
  .story-sticky { min-height: 500px; }
  .story-step { padding-top: 37svh; padding-bottom: max(88px, calc(env(safe-area-inset-bottom) + 76px)); }
  .story-step h1, .story-step h2 { font-size: clamp(38px, 12vw, 52px); }
  .story-step[data-step="3"] h2,
  .story-step[data-step="4"] h2 { font-size: clamp(34px, 10.8vw, 47px); }
  .story-step p { margin-top: 12px; font-size: 13px; }
}

@media (max-height: 500px) and (max-width: 980px) and (orientation: landscape) {
  .curiosity-story { height: 560svh; min-height: 0; }
  .story-topline { top: max(68px, calc(env(safe-area-inset-top) + 58px)); }
  .story-progress { top: max(92px, calc(env(safe-area-inset-top) + 82px)); }
  .story-step {
    justify-items: start;
    align-content: center;
    padding: 92px 7vw 40px 52vw;
    text-align: left;
  }
  .story-step h1, .story-step h2 { font-size: clamp(34px, 6.2vw, 52px); }
  .story-step[data-step="3"] h2,
  .story-step[data-step="4"] h2 { font-size: clamp(31px, 5.3vw, 44px); }
  .story-step p { max-width: 420px; margin-left: 0; }
}


@keyframes nestie-mobile-step-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.site-brand > a, .site-brand .custom-logo-link { display: inline-flex; align-items: center; gap: 12px; }


/* v1.1.0 service showcase redesign */
.service-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 76px;
}
.service-card--editorial {
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.1);
  background: #fbfbfb;
  box-shadow: 0 16px 44px rgba(0,0,0,.04);
}
.service-card--editorial::after { display: none; }
.service-card--editorial:hover {
  transform: translateY(-10px);
  border-color: rgba(0,0,0,.18);
  background: #ffffff;
  box-shadow: 0 26px 72px rgba(0,0,0,.085);
}
.service-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, #f2f2f2 0%, #eaeaea 100%);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--nestie-ease);
}
.service-card--editorial:hover .service-card-media img { transform: scale(1.04); }
.service-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(0,0,0,.06), transparent 40%),
    #f7f7f7;
  background-size: 34px 34px, 34px 34px, auto, auto;
}
.service-placeholder span {
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 800;
  color: rgba(0,0,0,.16);
}
.service-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 28px 26px;
  background: #fbfbfb;
}
.service-card--editorial .card-index {
  color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.service-label {
  margin: 18px 0 12px;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.service-card--editorial h3 {
  margin: 0;
  font-size: clamp(30px, 2.9vw, 52px);
  line-height: 1.06;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.service-card--editorial p {
  margin: 18px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
.service-tags {
  margin-top: 22px;
  gap: 10px;
}
.service-tags .tag {
  background: #fff;
  border-color: rgba(0,0,0,.11);
  color: rgba(0,0,0,.7);
}
.service-card--editorial .card-arrow {
  margin-top: 24px;
  margin-left: auto;
}
.archive-services { padding-top: 80px; padding-bottom: 140px; }

@media (max-width: 1100px) {
  .service-showcase { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .service-showcase { grid-template-columns: 1fr; gap: 24px; margin-top: 46px; }
  .service-card-body { padding: 22px 22px 22px; }
  .service-label { margin: 14px 0 10px; font-size: 14px; }
  .service-card--editorial h3 { font-size: clamp(28px, 9.2vw, 40px); }
  .service-card--editorial p { font-size: 15px; line-height: 1.7; }
}


/* v1.2.4 mobile stacked service cards */
@media (max-width: 820px) and (orientation: portrait) {
  #services { overflow: visible; }
  #services .container { overflow: visible; }
  .service-showcase {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-bottom: 18vh;
  }
  .service-card--editorial {
    position: -webkit-sticky;
    position: sticky;
    top: calc(78px + env(safe-area-inset-top) + var(--stack-offset, 0px));
    width: 100%;
    margin: 0 0 22vh;
    transform-origin: top center;
    background: #fbfbfb;
    box-shadow: 0 18px 56px rgba(0,0,0,.09);
  }
  .service-card--editorial:last-child { margin-bottom: 0; }
  .service-card--editorial:nth-child(1) { --stack-offset: 0px; z-index: 11; }
  .service-card--editorial:nth-child(2) { --stack-offset: 10px; z-index: 12; }
  .service-card--editorial:nth-child(3) { --stack-offset: 20px; z-index: 13; }
  .service-card--editorial:nth-child(4) { --stack-offset: 30px; z-index: 14; }
  .service-card--editorial:nth-child(5) { --stack-offset: 40px; z-index: 15; }
  .service-card--editorial:nth-child(6) { --stack-offset: 50px; z-index: 16; }
  .service-card-media { aspect-ratio: 16 / 8.8; }
  .service-card-body { background: #fbfbfb; }
  .service-card--editorial.is-visible {
    animation: nestieCardEnter .7s var(--nestie-ease) both;
  }
  .archive-services.service-showcase {
    display: block;
    padding-top: 58px;
    padding-bottom: 18vh;
  }
}

@keyframes nestieCardEnter {
  from { opacity: 0; transform: translateY(44px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) and (orientation: landscape) {
  .service-showcase { grid-template-columns: 1fr; }
}


/* v1.2.7 mobile refinements */
@media (max-width: 700px) and (orientation: portrait) {
  /* Keep the copy clearly below the particle illustration. */
  .story-step {
    padding-top: 46svh;
    padding-bottom: max(104px, calc(env(safe-area-inset-bottom) + 92px));
  }

  /* Return service cards to a normal document flow with a simple reveal. */
  #services,
  #services .container { overflow: hidden; }

  .service-showcase,
  .archive-services.service-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-card--editorial,
  .service-card--editorial:nth-child(n) {
    position: relative;
    top: auto;
    z-index: auto;
    width: 100%;
    margin: 0;
    --stack-offset: 0px;
    box-shadow: 0 14px 44px rgba(0,0,0,.05);
  }

  .service-card--editorial.reveal {
    opacity: 0;
    transform: translateY(52px);
    transition:
      opacity 1.35s cubic-bezier(.16, 1, .3, 1),
      transform 1.25s cubic-bezier(.16, 1, .3, 1),
      border-color .35s ease,
      background .35s ease,
      box-shadow .35s ease;
    will-change: opacity, transform;
  }

  .service-card--editorial.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    animation: none;
  }
}

@media (max-width: 700px) and (max-height: 620px) and (orientation: portrait) {
  .story-step {
    padding-top: 43svh;
    padding-bottom: max(62px, calc(env(safe-area-inset-bottom) + 54px));
  }
}


/* v1.2.9 ABOUT balanced split redesign */
.about-section { overflow: hidden; }
.about-split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}
.about-split-copy { max-width: 620px; }
.about-split-title {
  margin: 0;
  max-width: 8.4em;
  font-size: clamp(42px, 7vw, 96px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 760;
  text-wrap: balance;
}
.about-split-lead {
  margin: 40px 0 0;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.42;
  letter-spacing: -.03em;
  color: #0a0a0a;
  text-wrap: pretty;
}
.about-split-note {
  margin: 26px 0 0;
  max-width: 34em;
  color: var(--nestie-muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.9;
}
.about-split-media {
  width: 100%;
}
.about-media-frame {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 32px;
  overflow: hidden;
  background: #efefef;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 24px 80px rgba(17,17,17,.06);
}
.about-media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 980px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .about-split-copy { max-width: none; }
  .about-split-title { max-width: 7.8em; }
  .about-split-media { order: 2; }
}
@media (max-width: 700px) {
  .about-split-title {
    font-size: clamp(42px, 7vw, 96px);
    line-height: .98;
    max-width: 7em;
  }
  .about-split-lead {
    margin-top: 28px;
    font-size: clamp(23px, 7vw, 32px);
    line-height: 1.46;
  }
  .about-split-note {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.85;
  }
  .about-media-frame {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    background: #fafaf8;
  }
  .about-media-frame img {
    object-fit: contain;
    object-position: center;
  }
}

/* v1.3.3 self-built brand proof */
.brand-proof {
  border-block: 1px solid rgba(0,0,0,.10);
  background: #f6f6f6;
}
.brand-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}
.brand-proof-copy { max-width: 680px; }
.brand-proof-lead {
  margin: 36px 0 0;
  max-width: 650px;
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.65;
  letter-spacing: -.02em;
}
.brand-proof-note {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--nestie-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
}
.brand-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.brand-proof-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 999px;
  background: #fff;
  color: rgba(0,0,0,.65);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}
.brand-proof-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: clamp(28px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 32px;
  background: #0a0a0a;
  color: #fff;
}
.brand-proof-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  top: 60px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  z-index: 1;
}
.brand-proof-card.has-image::after { display: none; }
.brand-proof-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand-proof-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.12) 38%, rgba(0,0,0,.20) 58%, rgba(0,0,0,.86) 100%),
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 45%);
}
.brand-proof-card:not(.has-image) .brand-proof-overlay {
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.18) 100%);
}
.brand-proof-card-top {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.brand-proof-mark {
  position: relative;
  z-index: 1;
  margin: auto 0;
  font-size: clamp(140px, 18vw, 260px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.10em;
  color: rgba(255,255,255,.10);
}
.brand-proof-card-body { position: relative; z-index: 3; margin-top: auto; max-width: 720px; }
.brand-proof-card .eyebrow { color: #fff; opacity: .65; }
.brand-proof-card h3 {
  margin: 8px 0 20px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .9;
  letter-spacing: -.065em;
}
.brand-proof-card p {
  max-width: 580px;
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .brand-proof-grid { grid-template-columns: 1fr; }
  .brand-proof-copy { max-width: none; }
  .brand-proof-card { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 700px) {
  .brand-proof-grid { gap: 42px; }
  .brand-proof-lead { margin-top: 26px; font-size: clamp(18px, 5.4vw, 23px); line-height: 1.65; }
  .brand-proof-note { margin-top: 22px; font-size: 15px; line-height: 1.85; }
  .brand-proof-card { min-height: 0; aspect-ratio: 16 / 9; border-radius: 24px; }
  .brand-proof-card-top { font-size: 9px; }
  .brand-proof-card p { font-size: 15px; }
}


/* v1.3.4 desktop: stack text above imagery for ABOUT and brand proof */
@media (min-width: 981px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: clamp(52px, 6vw, 86px);
    align-items: start;
  }
  .about-split-copy {
    max-width: 980px;
  }
  .about-split-title {
    max-width: 10em;
  }
  .about-split-lead {
    max-width: 900px;
  }
  .about-split-note {
    max-width: 720px;
  }
  .about-split-media {
    width: 100%;
  }
  .about-media-frame {
    aspect-ratio: 16 / 7;
    border-radius: 32px;
  }

  .brand-proof-grid {
    grid-template-columns: 1fr;
    gap: clamp(52px, 6vw, 86px);
    align-items: start;
  }
  .brand-proof-copy {
    max-width: 980px;
  }
  .brand-proof-lead {
    max-width: 900px;
  }
  .brand-proof-note {
    max-width: 720px;
  }
  .brand-proof-card {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 32px;
  }
  .brand-proof-mark {
    font-size: clamp(130px, 14vw, 220px);
  }
  .brand-proof-card h3 {
    font-size: clamp(64px, 7vw, 104px);
  }
}


/* v1.3.5 replaceable brand image + readable overlay */
.brand-proof-card.has-image .brand-proof-card-body {
  padding: clamp(18px, 2.2vw, 28px);
  margin-left: clamp(-18px, -1.4vw, -8px);
  margin-bottom: clamp(-18px, -1.4vw, -8px);
  border-radius: 22px;
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.brand-proof-card.has-image .brand-proof-card-top {
  text-shadow: 0 1px 12px rgba(0,0,0,.55);
}
.brand-proof-card.has-image .eyebrow,
.brand-proof-card.has-image h3,
.brand-proof-card.has-image p {
  text-shadow: 0 1px 16px rgba(0,0,0,.42);
}
@media (max-width: 700px) {
  .brand-proof-card.has-image .brand-proof-card-body {
    padding: 18px;
    margin-left: -8px;
    margin-bottom: -8px;
    border-radius: 18px;
  }
}


/* v1.3.7 brand proof supports 1920x1080 ratio */
.brand-proof-card.has-image .brand-proof-card-body {
  max-width: min(58%, 720px);
}
@media (max-width: 980px) {
  .brand-proof-card.has-image .brand-proof-card-body {
    max-width: min(78%, 720px);
  }
}
@media (max-width: 700px) {
  .brand-proof-card.has-image .brand-proof-card-body {
    max-width: none;
  }
}


/* v1.3.9 mobile: show the full BUILT FROM ZERO image */
@media (max-width: 700px) {
  .brand-proof-card {
    aspect-ratio: auto;
    min-height: clamp(520px, 112vw, 700px);
    padding: 16px;
  }
  .brand-proof-image {
    object-fit: contain;
    object-position: center top;
    background: #050505;
  }
  .brand-proof-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.08) 30%, rgba(0,0,0,.10) 55%, rgba(0,0,0,.72) 100%),
      linear-gradient(90deg, rgba(0,0,0,.12), transparent 42%);
  }
  .brand-proof-card-top {
    font-size: 8px;
    letter-spacing: .14em;
  }
  .brand-proof-card h3 {
    margin: 8px 0 14px;
    font-size: clamp(42px, 12vw, 64px);
    line-height: .94;
  }
  .brand-proof-card p {
    font-size: 14px;
    line-height: 1.7;
  }
  .brand-proof-card.has-image .brand-proof-card-body {
    max-width: calc(100% - 8px);
    padding: 14px;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 16px;
    background: rgba(0,0,0,.24);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

/* v2.0.0 corporate information and conversion sections */
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(36px);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-fallback .reveal {
  opacity: 1;
  transform: none;
}

.nestie-front-page #about,
.nestie-front-page #services,
.nestie-front-page #why-nestie,
.nestie-front-page #projects,
.nestie-front-page #pricing,
.nestie-front-page #process,
.nestie-front-page #representative,
.nestie-front-page #company,
.nestie-front-page #faq,
.nestie-front-page #contact {
  scroll-margin-top: 96px;
}

.nestie-front-page .nestie-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: end;
}
.nestie-front-page .nestie-section-title--medium {
  max-width: 820px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.02;
}
.nestie-front-page .nestie-section-heading__lead {
  max-width: 540px;
  margin: 0 0 5px;
  color: #676767;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.9;
  text-wrap: pretty;
}

/* Why NESTIE */
.nestie-front-page .nestie-why-section {
  overflow: hidden;
  padding-block: clamp(110px, 10vw, 160px);
  border-block: 0;
  background: #090909;
  color: #ffffff;
}
.nestie-front-page .nestie-why-section::after {
  content: "WHY";
  position: absolute;
  right: -3vw;
  top: -4vw;
  color: rgba(255,255,255,.035);
  font-size: clamp(150px, 27vw, 430px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
  pointer-events: none;
}
.nestie-front-page .nestie-why-section .container { position: relative; z-index: 1; }
.nestie-front-page .nestie-why-section .eyebrow { color: rgba(255,255,255,.72); }
.nestie-front-page .nestie-why-section .nestie-section-heading__lead { color: rgba(255,255,255,.58); }
.nestie-front-page .nestie-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(64px, 7vw, 96px);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.nestie-front-page .nestie-reason-card {
  min-height: 390px;
  padding: clamp(30px, 3.4vw, 48px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.18);
}
.nestie-front-page .nestie-reason-card:last-child { border-right: 0; }
.nestie-front-page .nestie-reason-card__meta,
.nestie-front-page .nestie-pricing-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
}
.nestie-front-page .nestie-reason-card h3 {
  margin: auto 0 22px;
  max-width: 9em;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.nestie-front-page .nestie-reason-card p {
  max-width: 30em;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.85;
}

/* Pricing */
.nestie-front-page .nestie-pricing-section {
  padding-block: clamp(110px, 10vw, 160px);
  border-block: 1px solid rgba(0,0,0,.09);
  background: #f3f3f3;
}
.nestie-front-page .nestie-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(64px, 7vw, 92px);
}
.nestie-front-page .nestie-pricing-card {
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 58px rgba(0,0,0,.045);
}
.nestie-front-page .nestie-pricing-card.is-featured {
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(0,0,0,.16);
}
.nestie-front-page .nestie-pricing-card__meta { color: rgba(0,0,0,.60); }
.nestie-front-page .nestie-pricing-card.is-featured .nestie-pricing-card__meta { color: rgba(255,255,255,.62); }
.nestie-front-page .nestie-pricing-card h3 {
  margin: 44px 0 18px;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.nestie-front-page .nestie-pricing-card__description {
  min-height: 7.2em;
  margin: 0;
  color: #707070;
  font-size: 15px;
  line-height: 1.8;
}
.nestie-front-page .nestie-pricing-card.is-featured .nestie-pricing-card__description { color: rgba(255,255,255,.6); }
.nestie-front-page .nestie-price-list {
  margin: 34px 0 0;
  border-top: 1px solid rgba(0,0,0,.14);
}
.nestie-front-page .nestie-pricing-card.is-featured .nestie-price-list { border-color: rgba(255,255,255,.18); }
.nestie-front-page .nestie-price-list > div {
  padding: 19px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  border-bottom: 1px solid rgba(0,0,0,.14);
}
.nestie-front-page .nestie-pricing-card.is-featured .nestie-price-list > div { border-color: rgba(255,255,255,.18); }
.nestie-front-page .nestie-price-list dt {
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1.55;
}
.nestie-front-page .nestie-pricing-card.is-featured .nestie-price-list dt { color: rgba(255,255,255,.58); }
.nestie-front-page .nestie-price-list dd {
  min-width: 0;
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.035em;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: right;
}
.nestie-front-page .nestie-pricing-card__note {
  margin: 28px 0 0;
  color: #696969;
  font-size: 12px;
  line-height: 1.75;
}
.nestie-front-page .nestie-pricing-card.is-featured .nestie-pricing-card__note { color: rgba(255,255,255,.48); }
.nestie-front-page .nestie-text-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .04em;
}
.nestie-front-page .nestie-text-link span { transition: transform .3s var(--nestie-ease); }
.nestie-front-page .nestie-text-link:hover span { transform: translate(3px, -3px); }
.nestie-front-page .nestie-pricing-disclaimer {
  margin: 28px 0 0;
  color: #666666;
  font-size: 12px;
  line-height: 1.75;
}

/* Process */
.nestie-front-page .nestie-process-section { padding-block: clamp(110px, 10vw, 160px); }
.nestie-front-page .nestie-process-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(64px, 7vw, 92px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.16);
  border-left: 1px solid rgba(0,0,0,.16);
}
.nestie-front-page .nestie-process-step {
  min-height: 300px;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid rgba(0,0,0,.16);
  border-bottom: 1px solid rgba(0,0,0,.16);
}
.nestie-front-page .nestie-process-step__number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.nestie-front-page .nestie-process-step h3 {
  margin: 58px 0 18px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.nestie-front-page .nestie-process-step p {
  margin: 0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.85;
}

/* Representative */
.nestie-front-page .nestie-representative-section {
  padding-block: clamp(110px, 10vw, 160px);
  border-top: 1px solid rgba(0,0,0,.10);
  background: #f4f4f2;
}
.nestie-front-page .nestie-representative-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(54px, 8vw, 124px);
  align-items: start;
}
.nestie-front-page .nestie-representative-copy { max-width: 720px; }
.nestie-front-page .nestie-section-title--representative {
  max-width: 11em;
  font-size: clamp(42px, 5.25vw, 76px);
  line-height: 1.08;
}
.nestie-front-page .nestie-representative-message {
  margin-top: 48px;
  max-width: 650px;
  color: #505050;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 2;
}
.nestie-front-page .nestie-representative-message p { margin: 0 0 1.25em; }
.nestie-front-page .nestie-representative-signature {
  margin-top: 48px;
  padding-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(0,0,0,.16);
}
.nestie-front-page .nestie-representative-signature span { color: #6b6b6b; font-size: 12px; }
.nestie-front-page .nestie-representative-signature strong {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 650;
  letter-spacing: .08em;
  white-space: nowrap;
}
.nestie-front-page .nestie-representative-profile {
  margin-top: 38px;
  padding: 24px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid rgba(0,0,0,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.55);
}
.nestie-front-page .nestie-representative-profile > span {
  padding-top: 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}
.nestie-front-page .nestie-representative-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1.85;
}
.nestie-front-page .nestie-representative-profile li {
  position: relative;
  padding-left: 17px;
}
.nestie-front-page .nestie-representative-profile li::before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111111;
}
.nestie-front-page .nestie-representative-profile li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.nestie-front-page .nestie-representative-profile li + li::before { top: calc(16px + .8em); }
.nestie-front-page .nestie-representative-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.nestie-front-page .nestie-representative-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 999px;
  background: #ffffff;
  color: #626262;
  font-size: 10px;
  letter-spacing: .06em;
}
.nestie-front-page .nestie-representative-media { position: sticky; top: 118px; }
.nestie-front-page .nestie-representative-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 30px;
  background: #eaeaea;
  box-shadow: 0 24px 80px rgba(0,0,0,.08);
}
.nestie-front-page .nestie-representative-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.nestie-front-page .nestie-representative-media figcaption {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #0a0a0a;
  color: rgba(255,255,255,.56);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .15em;
}

/* Company */
.nestie-front-page .nestie-company-section {
  padding-block: clamp(110px, 10vw, 160px);
  background: #090909;
  color: #ffffff;
}
.nestie-front-page .nestie-company-grid {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: clamp(52px, 10vw, 150px);
  align-items: start;
}
.nestie-front-page .nestie-company-heading { position: sticky; top: 120px; }
.nestie-front-page .nestie-company-section .eyebrow { color: rgba(255,255,255,.68); }
.nestie-front-page .nestie-company-heading > p:last-child {
  margin: 38px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 15px;
  line-height: 1.95;
}
.nestie-front-page .nestie-company-list { margin: 0; border-top: 1px solid rgba(255,255,255,.22); }
.nestie-front-page .nestie-company-list > div {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.nestie-front-page .nestie-company-list dt {
  color: rgba(255,255,255,.64);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}
.nestie-front-page .nestie-company-list dd {
  min-width: 0;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.nestie-front-page .nestie-company-list ul { list-style: none; margin: 0; padding: 0; }
.nestie-front-page .nestie-company-list li + li { margin-top: 7px; }

/* FAQ */
.nestie-front-page .nestie-faq-section { padding-block: clamp(110px, 10vw, 160px); }
.nestie-front-page .nestie-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: start;
}
.nestie-front-page .nestie-faq-heading { position: sticky; top: 120px; }
.nestie-front-page .nestie-faq-heading > p:last-child {
  max-width: 420px;
  margin: 36px 0 0;
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.9;
}
.nestie-front-page .nestie-faq-list { border-top: 1px solid rgba(0,0,0,.18); }
.nestie-front-page .nestie-faq-item { border-bottom: 1px solid rgba(0,0,0,.18); }
.nestie-front-page .nestie-faq-item summary {
  min-height: 92px;
  padding: 25px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 36px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 650;
  line-height: 1.65;
}
.nestie-front-page .nestie-faq-item summary::-webkit-details-marker { display: none; }
.nestie-front-page .nestie-faq-item__number { color: #757575; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.nestie-front-page .nestie-faq-item__icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 50%;
}
.nestie-front-page .nestie-faq-item__icon::before,
.nestie-front-page .nestie-faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #0a0a0a;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}
.nestie-front-page .nestie-faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.nestie-front-page .nestie-faq-item[open] .nestie-faq-item__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.nestie-front-page .nestie-faq-item__answer {
  padding: 0 52px 30px 76px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  color: #666666;
  font-size: 15px;
  line-height: 1.95;
}
.nestie-front-page .nestie-faq-item__answer > span { color: #0a0a0a; font-size: 10px; font-weight: 800; }
.nestie-front-page .nestie-faq-item__answer p { margin: 0; }

/* Qualified contact form */
.nestie-front-page .field select {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.32);
  border-radius: 0;
  outline: none;
  padding: 13px 30px 13px 0;
  color: #0a0a0a;
  background: transparent;
}
.nestie-front-page .field select:focus { border-color: #000000; }
.nestie-front-page .nestie-privacy-consent {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5f5f5f;
  font-size: 12px;
  cursor: pointer;
}
.nestie-front-page .nestie-privacy-consent input { width: 18px; height: 18px; accent-color: #000000; }
.nestie-front-page .nestie-privacy-consent a { color: #0a0a0a; text-decoration: underline; text-underline-offset: 3px; }

.nestie-front-page a:focus-visible,
.nestie-front-page button:focus-visible,
.nestie-front-page input:focus-visible,
.nestie-front-page select:focus-visible,
.nestie-front-page textarea:focus-visible,
.nestie-front-page summary:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 4px;
}
.nestie-front-page .nestie-company-section a:focus-visible,
.nestie-front-page .nestie-why-section a:focus-visible,
.nestie-front-page .nestie-pricing-card.is-featured a:focus-visible { outline-color: #ffffff; }

@media (max-width: 1080px) {
  .nestie-front-page .nestie-pricing-grid { grid-template-columns: 1fr 1fr; }
  .nestie-front-page .nestie-pricing-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); margin-inline: auto; }
  .nestie-front-page .nestie-pricing-card__description { min-height: 0; }
  .nestie-front-page .nestie-representative-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr); gap: 56px; }
}

@media (max-width: 900px) {
  .nestie-front-page .nestie-section-heading,
  .nestie-front-page .nestie-company-grid,
  .nestie-front-page .nestie-faq-grid,
  .nestie-front-page .nestie-representative-grid {
    grid-template-columns: 1fr;
  }
  .nestie-front-page .nestie-section-heading { align-items: start; }
  .nestie-front-page .nestie-section-heading__lead { max-width: 680px; }
  .nestie-front-page .nestie-reason-grid { grid-template-columns: 1fr; }
  .nestie-front-page .nestie-reason-card { min-height: 310px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .nestie-front-page .nestie-reason-card:last-child { border-bottom: 0; }
  .nestie-front-page .nestie-process-grid { grid-template-columns: 1fr 1fr; }
  .nestie-front-page .nestie-representative-media { position: static; order: -1; max-width: 620px; }
  .nestie-front-page .nestie-company-heading,
  .nestie-front-page .nestie-faq-heading { position: static; }
}

@media (max-width: 700px) {
  .nestie-front-page .nestie-why-section,
  .nestie-front-page .nestie-pricing-section,
  .nestie-front-page .nestie-process-section,
  .nestie-front-page .nestie-representative-section,
  .nestie-front-page .nestie-company-section,
  .nestie-front-page .nestie-faq-section {
    padding-block: 84px;
  }
  .nestie-front-page .nestie-section-title--medium,
  .nestie-front-page .nestie-section-title--representative { font-size: clamp(38px, 11vw, 52px); }
  .nestie-front-page .nestie-section-heading { gap: 28px; }
  .nestie-front-page .nestie-section-heading__lead { font-size: 15px; line-height: 1.8; }
  .nestie-front-page .nestie-reason-grid,
  .nestie-front-page .nestie-pricing-grid,
  .nestie-front-page .nestie-process-grid { margin-top: 48px; }
  .nestie-front-page .nestie-reason-card { min-height: 275px; padding: 26px 22px; }
  .nestie-front-page .nestie-reason-card h3 { font-size: 30px; }
  .nestie-front-page .nestie-pricing-grid { grid-template-columns: 1fr; gap: 14px; }
  .nestie-front-page .nestie-pricing-card:last-child { grid-column: auto; width: 100%; margin-inline: 0; }
  .nestie-front-page .nestie-pricing-card { padding: 26px 22px; border-radius: 22px; }
  .nestie-front-page .nestie-pricing-card h3 { margin-top: 34px; font-size: 32px; }
  .nestie-front-page .nestie-price-list > div { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .nestie-front-page .nestie-price-list dd { font-size: 20px; }
  .nestie-front-page .nestie-process-grid { grid-template-columns: 1fr; border-left: 0; }
  .nestie-front-page .nestie-process-step {
    min-height: 0;
    padding: 26px 0 32px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 18px;
    border-right: 0;
  }
  .nestie-front-page .nestie-process-step__number { grid-row: 1 / span 2; width: 42px; height: 42px; }
  .nestie-front-page .nestie-process-step h3 { margin: 2px 0 10px; font-size: 24px; }
  .nestie-front-page .nestie-process-step p { grid-column: 2; }
  .nestie-front-page .nestie-representative-grid { gap: 42px; }
  .nestie-front-page .nestie-representative-media { max-width: none; }
  .nestie-front-page .nestie-representative-media figure { border-radius: 22px; }
  .nestie-front-page .nestie-representative-message { margin-top: 34px; font-size: 15px; line-height: 1.9; }
  .nestie-front-page .nestie-representative-signature { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 36px; }
  .nestie-front-page .nestie-representative-profile { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
  .nestie-front-page .nestie-company-grid,
  .nestie-front-page .nestie-faq-grid { gap: 44px; }
  .nestie-front-page .nestie-company-list > div { padding: 23px 0; grid-template-columns: 1fr; gap: 8px; }
  .nestie-front-page .nestie-company-list dd { font-size: 15px; }
  .nestie-front-page .nestie-faq-item summary { min-height: 82px; grid-template-columns: 44px minmax(0, 1fr) 32px; gap: 10px; font-size: 15px; }
  .nestie-front-page .nestie-faq-item__icon { width: 30px; height: 30px; }
  .nestie-front-page .nestie-faq-item__answer { padding: 0 0 27px 54px; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; font-size: 14px; }
}

@media (max-width: 380px) {
  .nestie-front-page .nestie-price-list > div { grid-template-columns: 1fr; gap: 6px; }
  .nestie-front-page .nestie-price-list dd {
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: right;
  }
}

@media (max-height: 760px) {
  .nestie-front-page .nestie-representative-media { position: static; }
}

@media (max-height: 500px) and (max-width: 980px) and (orientation: landscape) {
  .nestie-front-page .nestie-why-section,
  .nestie-front-page .nestie-pricing-section,
  .nestie-front-page .nestie-process-section,
  .nestie-front-page .nestie-representative-section,
  .nestie-front-page .nestie-company-section,
  .nestie-front-page .nestie-faq-section { padding-block: 72px; }
  .nestie-front-page .nestie-pricing-grid { grid-template-columns: 1fr; }
  .nestie-front-page .nestie-pricing-card:last-child { grid-column: auto; width: 100%; margin-inline: 0; }
  .nestie-front-page .nestie-process-grid { grid-template-columns: 1fr 1fr; }
  .nestie-front-page .nestie-representative-media { width: min(46vw, 320px); margin-inline: auto; }
  .nestie-front-page .nestie-reason-card { min-height: 240px; }
}


/* v1.4.0 mobile BUILT FROM ZERO — compact editorial card */
.brand-proof-card h3 {
  font-family: Optima, "Optima Nova", "URW Classico", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: .015em;
}

@media (max-width: 700px) {
  .brand-proof-card {
    display: block;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0;
    border-radius: 24px;
    background: #050505;
  }

  .brand-proof-image {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    background: #f4f4f4;
  }

  .brand-proof-overlay {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: linear-gradient(180deg, rgba(0,0,0,.32) 0%, rgba(0,0,0,.04) 34%, rgba(0,0,0,.10) 72%, rgba(0,0,0,.28) 100%);
  }

  .brand-proof-card-top {
    position: absolute;
    top: 14px;
    left: 16px;
    right: 16px;
    z-index: 3;
    font-size: 8px;
    letter-spacing: .14em;
    color: rgba(255,255,255,.76);
    text-shadow: 0 1px 10px rgba(0,0,0,.45);
  }

  .brand-proof-card.has-image .brand-proof-card-body,
  .brand-proof-card-body {
    position: relative;
    z-index: 3;
    max-width: none;
    margin: 0;
    padding: 14px 18px 16px;
    border-radius: 0;
    background: #050505;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand-proof-card .eyebrow {
    margin: 0 0 5px;
    font-size: 8px;
    letter-spacing: .18em;
    opacity: .62;
  }
  .brand-proof-card .eyebrow::before {
    width: 18px;
  }

  .brand-proof-card h3 {
    margin: 0 0 7px;
    font-family: Optima, "Optima Nova", "URW Classico", "Times New Roman", serif;
    font-size: clamp(40px, 11vw, 52px);
    font-weight: 400;
    line-height: .95;
    letter-spacing: .015em;
  }

  .brand-proof-card p {
    display: -webkit-box;
    max-width: none;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255,255,255,.66);
    font-size: 12.5px;
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* v2.1.0 dedicated company page */
.nestie-company-page #main-content,
.nestie-company-page .nestie-company-page-content {
  background: #f5f6f7;
  color: #151b28;
}
.nestie-company-page #outline,
.nestie-company-page #message { scroll-margin-top: 96px; }
.nestie-company-hero {
  padding: clamp(170px, 17vw, 250px) 0 clamp(90px, 10vw, 150px);
  border-bottom: 1px solid rgba(21,27,40,.12);
  background: #ffffff;
}
.nestie-company-hero__index {
  margin: 0 0 30px;
  color: #6d7380;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}
.nestie-company-hero h1 {
  margin: 0;
  font-size: clamp(76px, 13vw, 180px);
  font-weight: 750;
  line-height: .78;
  letter-spacing: -.075em;
}
.nestie-company-hero > .container > p:last-child {
  margin: 38px 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}
.nestie-outline-section,
.nestie-message-section { padding-block: clamp(110px, 11vw, 175px); }
.nestie-outline-section { background: #ffffff; }
.nestie-outline-grid {
  display: grid;
  grid-template-columns: minmax(240px, .52fr) minmax(0, 1.48fr);
  gap: clamp(60px, 10vw, 165px);
  align-items: start;
}
.nestie-company-section-heading { position: sticky; top: 120px; }
.nestie-company-section-heading h2 {
  width: fit-content;
  margin: 0;
  border-bottom: 6px solid currentColor;
  font-size: clamp(58px, 7.2vw, 102px);
  font-weight: 720;
  line-height: .9;
  letter-spacing: -.065em;
}
.nestie-company-section-heading > p {
  margin: 38px 0 0;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .03em;
}
.nestie-outline-list {
  margin: 0;
  border-top: 1px solid rgba(21,27,40,.18);
}
.nestie-outline-list > div {
  min-height: 112px;
  padding: 35px 0;
  display: grid;
  grid-template-columns: minmax(140px, .42fr) minmax(0, 1.58fr);
  gap: 44px;
  align-items: start;
  border-bottom: 1px solid rgba(21,27,40,.18);
}
.nestie-outline-list dt {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}
.nestie-outline-list dd {
  min-width: 0;
  margin: 0;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 580;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.nestie-outline-list ul { margin: 0; padding: 0; list-style: none; }
.nestie-outline-list li + li { margin-top: 7px; }
.nestie-message-section {
  border-top: 1px solid rgba(21,27,40,.12);
  background: #f1f3f5;
}
.nestie-message-heading { position: static; }
.nestie-message-grid {
  margin-top: clamp(90px, 10vw, 150px);
  display: grid;
  grid-template-columns: minmax(320px, .67fr) minmax(0, 1.33fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.nestie-message-photo {
  position: sticky;
  top: 120px;
  margin: 0;
  overflow: hidden;
  background: #e3e5e8;
}
.nestie-message-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.nestie-message-position {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}
.nestie-message-copy h3 {
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 690;
  line-height: 1;
  letter-spacing: .035em;
}
.nestie-message-lead {
  margin: clamp(48px, 6vw, 78px) 0 0;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 690;
  line-height: 1.55;
  letter-spacing: -.025em;
}
.nestie-message-body {
  margin-top: 40px;
  color: #373e4b;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 2.05;
}
.nestie-message-body p { margin: 0 0 1.35em; }
.nestie-message-tags {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nestie-message-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(21,27,40,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  color: #565d69;
  font-size: 10px;
  letter-spacing: .06em;
}
.nestie-company-contact {
  padding-block: clamp(80px, 9vw, 130px);
  background: #0b0d12;
  color: #ffffff;
}
.nestie-company-contact__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.nestie-company-contact__inner p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}
.nestie-company-contact__inner h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.18;
  letter-spacing: -.045em;
}
.nestie-company-contact__inner a {
  flex: 0 0 auto;
  padding: 15px 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.7);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.nestie-company-contact__inner a span { margin-left: 18px; }

@media (max-width: 960px) {
  .nestie-outline-grid,
  .nestie-message-grid { grid-template-columns: 1fr; }
  .nestie-company-section-heading,
  .nestie-message-photo { position: static; }
  .nestie-company-section-heading { max-width: 520px; }
  .nestie-message-grid { margin-top: 76px; gap: 54px; }
  .nestie-message-photo { width: min(100%, 560px); }
}

@media (max-width: 700px) {
  .nestie-company-hero { padding: 150px 0 84px; }
  .nestie-company-hero h1 { font-size: clamp(66px, 22vw, 94px); }
  .nestie-company-hero > .container > p:last-child { margin-top: 27px; }
  .nestie-outline-section,
  .nestie-message-section { padding-block: 88px; }
  .nestie-outline-grid { gap: 58px; }
  .nestie-company-section-heading h2 { border-bottom-width: 4px; font-size: clamp(54px, 18vw, 76px); }
  .nestie-company-section-heading > p { margin-top: 25px; }
  .nestie-outline-list > div { min-height: 0; padding: 26px 0; grid-template-columns: 1fr; gap: 10px; }
  .nestie-outline-list dt { font-size: 12px; }
  .nestie-outline-list dd { font-size: 15px; line-height: 1.8; }
  .nestie-message-grid { margin-top: 64px; }
  .nestie-message-photo { width: 100%; }
  .nestie-message-copy h3 { font-size: clamp(38px, 12vw, 52px); }
  .nestie-message-lead { margin-top: 38px; font-size: 24px; }
  .nestie-message-body { margin-top: 30px; font-size: 15px; line-height: 1.95; }
  .nestie-company-contact__inner { align-items: flex-start; flex-direction: column; }
  .nestie-company-contact__inner h2 { font-size: clamp(34px, 10.5vw, 47px); }
}

/* v2.2.0 typography, line breaking, responsive polish, and process flow */
.section-title,
.about-split-title,
.nestie-front-page .nestie-section-title--medium {
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  text-wrap: balance;
}
.section-title {
  max-width: 13em;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.about-split-title {
  max-width: 11em;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.about-split-lead {
  max-width: 40em;
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.55;
}
.nestie-front-page .nestie-section-heading {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: end;
}
.nestie-front-page .nestie-section-title--medium {
  max-width: 13em;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.1;
  letter-spacing: -.04em;
}
.nestie-front-page .nestie-section-heading__lead {
  max-width: 500px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.85;
}
.service-card--editorial h3 {
  font-size: clamp(28px, 2.55vw, 44px);
  line-height: 1.12;
  text-wrap: balance;
}
.project-body h3 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  text-wrap: balance;
}
.brand-proof-card h3 { font-size: clamp(48px, 6vw, 78px); }
.contact-section .section-title {
  max-width: 11em;
  font-size: clamp(40px, 5.3vw, 72px);
  line-height: 1.08;
}
.page-hero h1 {
  max-width: 12em;
  font-size: clamp(48px, 8vw, 108px);
  line-height: .95;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

/* Connected process diagram */
.nestie-front-page .nestie-process-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(0,0,0,.035) 0 2px, transparent 3px) 0 0 / 28px 28px,
    #f6f6f3;
}
.nestie-front-page .nestie-process-section::after {
  content: "06";
  position: absolute;
  right: -24px;
  bottom: -66px;
  color: rgba(0,0,0,.025);
  font-size: clamp(180px, 24vw, 360px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.1em;
  pointer-events: none;
}
.nestie-front-page .nestie-process-section .container { position: relative; z-index: 1; }
.nestie-front-page .nestie-process-grid {
  --process-gap: clamp(36px, 4vw, 58px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--process-gap);
  margin: clamp(62px, 7vw, 88px) 0 0;
  padding: 0;
  border: 0;
}
.nestie-front-page .nestie-process-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 268px;
  padding: clamp(26px, 2.7vw, 38px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.11);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 56px rgba(0,0,0,.055);
}
.nestie-front-page .nestie-process-step:nth-child(1) { grid-column: 1; grid-row: 1; }
.nestie-front-page .nestie-process-step:nth-child(2) { grid-column: 2; grid-row: 1; }
.nestie-front-page .nestie-process-step:nth-child(3) { grid-column: 3; grid-row: 1; }
.nestie-front-page .nestie-process-step:nth-child(4) { grid-column: 3; grid-row: 2; }
.nestie-front-page .nestie-process-step:nth-child(5) { grid-column: 2; grid-row: 2; }
.nestie-front-page .nestie-process-step:nth-child(6) { grid-column: 1; grid-row: 2; }
.nestie-front-page .nestie-process-step__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.nestie-front-page .nestie-process-step__number {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #111111;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 720;
  line-height: .85;
  letter-spacing: -.065em;
}
.nestie-front-page .nestie-process-step__phase {
  padding: 6px 9px;
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 999px;
  color: #747474;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.nestie-front-page .nestie-process-step__body {
  margin-top: auto;
  padding-top: 42px;
}
.nestie-front-page .nestie-process-step h3 {
  margin: 0 0 14px;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.25;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.nestie-front-page .nestie-process-step p {
  max-width: 29em;
  margin: 0;
  color: #686868;
  font-size: 13px;
  line-height: 1.8;
}
.nestie-front-page .nestie-process-step__connector {
  position: absolute;
  z-index: 0;
  display: block;
  background: rgba(0,0,0,.42);
  pointer-events: none;
}
.nestie-front-page .nestie-process-step__connector::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #202020;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.nestie-front-page .nestie-process-step:nth-child(1) .nestie-process-step__connector,
.nestie-front-page .nestie-process-step:nth-child(2) .nestie-process-step__connector {
  top: 50%;
  left: 100%;
  width: var(--process-gap);
  height: 1px;
}
.nestie-front-page .nestie-process-step:nth-child(1) .nestie-process-step__connector::after,
.nestie-front-page .nestie-process-step:nth-child(2) .nestie-process-step__connector::after {
  right: 10px;
  top: -4px;
}
.nestie-front-page .nestie-process-step:nth-child(3) .nestie-process-step__connector {
  top: 100%;
  left: 50%;
  width: 1px;
  height: var(--process-gap);
}
.nestie-front-page .nestie-process-step:nth-child(3) .nestie-process-step__connector::after {
  left: -4px;
  bottom: 10px;
  transform: rotate(90deg);
}
.nestie-front-page .nestie-process-step:nth-child(4) .nestie-process-step__connector,
.nestie-front-page .nestie-process-step:nth-child(5) .nestie-process-step__connector {
  top: 50%;
  right: 100%;
  width: var(--process-gap);
  height: 1px;
}
.nestie-front-page .nestie-process-step:nth-child(4) .nestie-process-step__connector::after,
.nestie-front-page .nestie-process-step:nth-child(5) .nestie-process-step__connector::after {
  left: 10px;
  top: -4px;
  transform: rotate(180deg);
}
.nestie-front-page .nestie-process-step:nth-child(6) .nestie-process-step__connector { display: none; }

/* Company page type scale */
.nestie-company-hero h1 { font-size: clamp(68px, 10vw, 138px); }
.nestie-company-section-heading h2 { font-size: clamp(52px, 6vw, 84px); }
.nestie-message-copy h3 { font-size: clamp(38px, 4vw, 58px); }
.nestie-message-lead {
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.6;
  text-wrap: balance;
}
.nestie-company-contact__inner h2 {
  max-width: 13em;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.22;
  text-wrap: balance;
}

@media (max-width: 900px) {
  .nestie-front-page .nestie-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .nestie-front-page .nestie-section-heading__lead { max-width: 42em; }
  .nestie-front-page .nestie-process-grid { grid-template-columns: 1fr; gap: 24px; }
  .nestie-front-page .nestie-process-step:nth-child(n) { grid-column: 1; grid-row: auto; }
  .nestie-front-page .nestie-process-step:nth-child(n) .nestie-process-step__connector {
    top: 100%;
    left: 35px;
    right: auto;
    width: 1px;
    height: 24px;
    display: block;
  }
  .nestie-front-page .nestie-process-step:nth-child(n) .nestie-process-step__connector::after {
    left: -4px;
    right: auto;
    top: auto;
    bottom: 5px;
    transform: rotate(90deg);
  }
  .nestie-front-page .nestie-process-step:nth-child(6) .nestie-process-step__connector { display: none; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--nestie-max)); }
  .section { padding-block: 74px; }
  .eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .16em; }
  .section-title,
  .nestie-front-page .nestie-section-title--medium {
    max-width: none;
    font-size: clamp(32px, 9.4vw, 42px);
    line-height: 1.16;
    letter-spacing: -.035em;
  }
  .about-split-title {
    max-width: none;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.14;
  }
  .about-split-lead { margin-top: 24px; font-size: clamp(19px, 5.8vw, 25px); line-height: 1.6; }
  .about-split-note { font-size: 14px; line-height: 1.8; }
  .primary-nav a { font-size: 22px; }
  .story-step h1,
  .story-step h2 { font-size: clamp(36px, 11.8vw, 52px); overflow-wrap: normal; word-break: normal; text-wrap: balance; }
  .story-step[data-step="3"] h2,
  .story-step[data-step="4"] h2 { font-size: clamp(34px, 10.8vw, 48px); white-space: normal; text-wrap: balance; }
  .story-step p { max-width: 310px; font-size: 13px; }
  .service-card--editorial { border-radius: 20px; }
  .service-card--editorial h3 { font-size: clamp(25px, 7.7vw, 32px); line-height: 1.18; }
  .service-card--editorial p { font-size: 14px; }
  .brand-proof-lead { font-size: clamp(17px, 5.2vw, 21px); }
  .brand-proof-card h3 { font-size: clamp(36px, 10.5vw, 46px); }
  .nestie-front-page .nestie-why-section,
  .nestie-front-page .nestie-pricing-section,
  .nestie-front-page .nestie-process-section,
  .nestie-front-page .nestie-faq-section { padding-block: 76px; }
  .nestie-front-page .nestie-section-heading { gap: 20px; }
  .nestie-front-page .nestie-section-heading__lead { font-size: 14px; line-height: 1.8; }
  .nestie-front-page .nestie-reason-card { min-height: 230px; padding: 24px 20px; }
  .nestie-front-page .nestie-reason-card h3 { font-size: 25px; line-height: 1.25; }
  .nestie-front-page .nestie-reason-card p { font-size: 14px; line-height: 1.75; }
  .nestie-front-page .nestie-pricing-card { padding: 24px 20px; border-radius: 20px; }
  .nestie-front-page .nestie-pricing-card h3 { margin-top: 30px; font-size: 27px; }
  .nestie-front-page .nestie-pricing-card__description { font-size: 14px; }
  .nestie-front-page .nestie-price-list dd { font-size: 18px; }
  .nestie-front-page .nestie-process-grid { margin-top: 42px; gap: 20px; }
  .nestie-front-page .nestie-process-step {
    min-height: 0;
    padding: 23px 20px 24px;
    display: flex;
    border: 1px solid rgba(0,0,0,.11);
    border-radius: 20px;
  }
  .nestie-front-page .nestie-process-step__number { width: auto; height: auto; font-size: 38px; }
  .nestie-front-page .nestie-process-step__phase { padding: 5px 8px; }
  .nestie-front-page .nestie-process-step__body { padding-top: 30px; }
  .nestie-front-page .nestie-process-step h3 { margin: 0 0 10px; font-size: 23px; }
  .nestie-front-page .nestie-process-step p { font-size: 13px; line-height: 1.75; }
  .nestie-front-page .nestie-process-step:nth-child(n) .nestie-process-step__connector { left: 27px; height: 20px; }
  .nestie-front-page .nestie-faq-grid { gap: 36px; }
  .nestie-front-page .nestie-faq-item summary { min-height: 72px; font-size: 14px; line-height: 1.6; }
  .contact-section .section-title { max-width: none; font-size: clamp(31px, 9vw, 39px); }
  .contact-intro > p:last-child { font-size: 14px; line-height: 1.8; }
  .contact-form { padding: 22px 18px; border-radius: 20px; }
  .page-hero { padding: 135px 0 72px; }
  .page-hero h1 { font-size: clamp(42px, 13vw, 60px); line-height: 1; }
  .nestie-company-hero { padding: 138px 0 74px; }
  .nestie-company-hero h1 { font-size: clamp(52px, 17vw, 72px); line-height: .9; }
  .nestie-company-section-heading h2 { font-size: clamp(44px, 14vw, 60px); }
  .nestie-message-copy h3 { font-size: clamp(32px, 10vw, 43px); }
  .nestie-message-lead { margin-top: 32px; font-size: clamp(19px, 6vw, 24px); line-height: 1.6; }
  .nestie-message-body { font-size: 14px; line-height: 1.9; }
  .nestie-company-contact__inner h2 { max-width: none; font-size: clamp(29px, 8.8vw, 38px); }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 28px), var(--nestie-max)); }
  .section-title,
  .nestie-front-page .nestie-section-title--medium { font-size: 31px; }
  .nestie-front-page .nestie-price-list > div { grid-template-columns: 1fr; }
  .nestie-front-page .nestie-price-list dd { text-align: left; }
}

/* v2.3.0 vertical process story */
:root {
  --nestie-shopify-green: #95bf47;
  --nestie-shopify-deep: #5f8f3d;
  --nestie-shopify-pale: #f1f7e9;
}

.nestie-front-page .nestie-process-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(149, 191, 71, .10), transparent 22%),
    radial-gradient(circle at 92% 72%, rgba(149, 191, 71, .08), transparent 24%),
    #f7f8f5;
}
.nestie-front-page .nestie-process-section::after { display: none; }
.nestie-front-page .nestie-process-section .eyebrow { color: var(--nestie-shopify-deep); }
.nestie-front-page .nestie-process-grid {
  --process-flow-gap: clamp(78px, 8vw, 104px);
  width: min(100%, 1000px);
  margin: clamp(64px, 8vw, 94px) auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--process-flow-gap);
  list-style: none;
  border: 0;
}
.nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nestie-front-page .nestie-process-step__badge {
  position: relative;
  z-index: 3;
  display: table;
  min-width: 92px;
  margin: 0 auto 15px;
  padding: 9px 16px 8px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--nestie-shopify-deep), var(--nestie-shopify-green));
  box-shadow: 0 9px 22px rgba(95, 143, 61, .20);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .13em;
  text-align: center;
}
.nestie-front-page .nestie-process-card {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(53, 79, 41, .10);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 65px rgba(25, 42, 17, .075), 0 2px 8px rgba(25, 42, 17, .035);
  transition: transform .45s var(--nestie-ease), border-color .45s ease, box-shadow .45s ease;
}
.nestie-front-page .nestie-process-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--nestie-shopify-green), rgba(149,191,71,.12));
}
@media (hover: hover) {
  .nestie-front-page .nestie-process-step:hover .nestie-process-card {
    transform: translateY(-4px);
    border-color: rgba(95, 143, 61, .24);
    box-shadow: 0 30px 78px rgba(25, 42, 17, .11), 0 3px 10px rgba(25, 42, 17, .04);
  }
}
.nestie-front-page .nestie-process-card__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 30px);
  align-items: start;
}
.nestie-front-page .nestie-process-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: var(--nestie-shopify-deep);
  background: var(--nestie-shopify-pale);
  box-shadow: inset 0 0 0 1px rgba(95,143,61,.08);
}
.nestie-front-page .nestie-process-card__icon > span,
.nestie-front-page .nestie-process-card__icon > span::before,
.nestie-front-page .nestie-process-card__icon > span::after {
  position: absolute;
  content: "";
  display: block;
}
.nestie-front-page .nestie-process-step[data-step="01"] .nestie-process-card__icon > span {
  width: 25px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
}
.nestie-front-page .nestie-process-step[data-step="01"] .nestie-process-card__icon > span::after {
  left: 3px;
  bottom: -6px;
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  transform: skewY(-34deg);
}
.nestie-front-page .nestie-process-step[data-step="02"] .nestie-process-card__icon > span {
  width: 26px;
  height: 26px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px var(--nestie-shopify-pale), inset 0 0 0 7px currentColor;
}
.nestie-front-page .nestie-process-step[data-step="02"] .nestie-process-card__icon > span::after {
  inset: 9px;
  border-radius: 50%;
  background: currentColor;
}
.nestie-front-page .nestie-process-step[data-step="03"] .nestie-process-card__icon > span {
  width: 22px;
  height: 27px;
  border: 2px solid currentColor;
  border-radius: 4px;
}
.nestie-front-page .nestie-process-step[data-step="03"] .nestie-process-card__icon > span::before {
  left: 4px;
  top: 7px;
  width: 10px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}
.nestie-front-page .nestie-process-step[data-step="04"] .nestie-process-card__icon > span {
  width: 25px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 6px;
}
.nestie-front-page .nestie-process-step[data-step="04"] .nestie-process-card__icon > span::before {
  left: 5px;
  right: 5px;
  top: 10px;
  height: 2px;
  background: currentColor;
}
.nestie-front-page .nestie-process-step[data-step="04"] .nestie-process-card__icon > span::after {
  top: 5px;
  bottom: 5px;
  left: 10px;
  width: 2px;
  background: currentColor;
}
.nestie-front-page .nestie-process-step[data-step="05"] .nestie-process-card__icon > span {
  width: 27px;
  height: 27px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.nestie-front-page .nestie-process-step[data-step="05"] .nestie-process-card__icon > span::after {
  left: 7px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}
.nestie-front-page .nestie-process-step[data-step="06"] .nestie-process-card__icon > span {
  width: 27px;
  height: 23px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.nestie-front-page .nestie-process-step[data-step="06"] .nestie-process-card__icon > span::after {
  left: 4px;
  top: 9px;
  width: 17px;
  height: 10px;
  border-top: 2px solid currentColor;
  transform: skewY(-28deg);
}
.nestie-front-page .nestie-process-step__phase {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--nestie-shopify-deep);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .18em;
}
.nestie-front-page .nestie-process-step h3 {
  margin: 9px 0 10px;
  color: #10120f;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.nestie-front-page .nestie-process-step p {
  max-width: 650px;
  margin: 0;
  color: #686b65;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.85;
}
.nestie-front-page .nestie-process-card__details {
  margin: clamp(28px, 4vw, 42px) 0 0 88px;
  padding-top: clamp(24px, 3.2vw, 34px);
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  border-top: 1px solid rgba(17, 18, 15, .09);
}
.nestie-front-page .nestie-process-card__visual {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  border: 1px solid rgba(95,143,61,.09);
  border-radius: 22px;
  background:
    linear-gradient(rgba(95,143,61,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95,143,61,.055) 1px, transparent 1px),
    var(--nestie-shopify-pale);
  background-size: 24px 24px;
}
.nestie-front-page .nestie-process-card__visual::before,
.nestie-front-page .nestie-process-card__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.nestie-front-page .nestie-process-card__visual::before {
  left: 26%;
  top: 54%;
  width: 50%;
  height: 1px;
  background: var(--nestie-shopify-deep);
  transform: rotate(-8deg);
  transform-origin: left center;
}
.nestie-front-page .nestie-process-card__visual::after {
  right: 17%;
  top: 28%;
  width: 24%;
  height: 42%;
  border: 1px solid rgba(95,143,61,.32);
  border-radius: 50%;
}
.nestie-front-page .nestie-process-card__visual-index {
  position: absolute;
  left: 18px;
  bottom: -13px;
  color: rgba(95,143,61,.15);
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.1em;
}
.nestie-front-page .nestie-process-card__visual-label {
  position: absolute;
  right: 18px;
  top: 16px;
  color: var(--nestie-shopify-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}
.nestie-front-page .nestie-process-card__node {
  position: absolute;
  z-index: 2;
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--nestie-shopify-green);
  box-shadow: 0 4px 12px rgba(95,143,61,.24);
}
.nestie-front-page .nestie-process-card__node--a { left: 24%; top: 52%; }
.nestie-front-page .nestie-process-card__node--b { left: 50%; top: 40%; background: #171916; }
.nestie-front-page .nestie-process-card__node--c { right: 20%; top: 31%; }
.nestie-front-page .nestie-process-step[data-step="02"] .nestie-process-card__node--b,
.nestie-front-page .nestie-process-step[data-step="04"] .nestie-process-card__node--b,
.nestie-front-page .nestie-process-step[data-step="06"] .nestie-process-card__node--b { top: 62%; }
.nestie-front-page .nestie-process-step[data-step="02"] .nestie-process-card__visual::before,
.nestie-front-page .nestie-process-step[data-step="04"] .nestie-process-card__visual::before,
.nestie-front-page .nestie-process-step[data-step="06"] .nestie-process-card__visual::before { transform: rotate(8deg); }
.nestie-front-page .nestie-process-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nestie-front-page .nestie-process-checklist li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  color: #30332e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}
.nestie-front-page .nestie-process-checklist li > span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  background: var(--nestie-shopify-green);
  box-shadow: 0 5px 12px rgba(95,143,61,.20);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) .nestie-process-step__connector {
  position: absolute;
  z-index: 0;
  left: 50%;
  right: auto;
  top: auto;
  bottom: calc(var(--process-flow-gap) * -1 + 10px);
  display: block;
  width: 2px;
  height: calc(var(--process-flow-gap) - 24px);
  background: linear-gradient(180deg, rgba(95,143,61,.22), var(--nestie-shopify-green));
  transform: translateX(-50%);
  pointer-events: none;
}
.nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) .nestie-process-step__connector::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  bottom: -1px;
  width: 9px;
  height: 9px;
  border: 0;
  border-right: 2px solid var(--nestie-shopify-green);
  border-bottom: 2px solid var(--nestie-shopify-green);
  background: transparent;
  clip-path: none;
  transform: translateX(-50%) rotate(45deg);
}
.nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(6) .nestie-process-step__connector { display: none; }

@media (max-width: 760px) {
  .nestie-front-page .nestie-process-grid {
    --process-flow-gap: 72px;
    margin-top: 48px;
    gap: var(--process-flow-gap);
  }
  .nestie-front-page .nestie-process-step__badge {
    min-width: 82px;
    margin-bottom: 12px;
    padding: 8px 13px 7px;
    font-size: 9px;
  }
  .nestie-front-page .nestie-process-card {
    padding: 25px 21px 23px;
    border-radius: 22px;
  }
  .nestie-front-page .nestie-process-card::before { width: 3px; }
  .nestie-front-page .nestie-process-card__head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }
  .nestie-front-page .nestie-process-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .nestie-front-page .nestie-process-step h3 {
    margin-top: 8px;
    font-size: clamp(21px, 6.5vw, 27px);
    line-height: 1.28;
  }
  .nestie-front-page .nestie-process-step p { font-size: 13px; line-height: 1.8; }
  .nestie-front-page .nestie-process-card__details {
    margin: 24px 0 0;
    padding-top: 20px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .nestie-front-page .nestie-process-card__visual { min-height: 124px; border-radius: 18px; }
  .nestie-front-page .nestie-process-card__visual-index { font-size: 72px; }
  .nestie-front-page .nestie-process-checklist { gap: 12px; }
  .nestie-front-page .nestie-process-checklist li { font-size: 13px; }
  .nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) .nestie-process-step__connector {
    left: 50%;
    bottom: -61px;
    height: 48px;
  }
}

@media (max-width: 390px) {
  .nestie-front-page .nestie-process-card { padding-inline: 18px; }
  .nestie-front-page .nestie-process-card__head { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; }
  .nestie-front-page .nestie-process-card__icon { width: 44px; height: 44px; border-radius: 14px; }
  .nestie-front-page .nestie-process-step h3 { font-size: 21px; }
  .nestie-front-page .nestie-process-card__visual { min-height: 112px; }
}

/* v2.4.0 editable visuals and motion polish */
.nestie-front-page .nestie-reason-grid {
  gap: 18px;
  border: 0;
}
.nestie-front-page .nestie-reason-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(255,255,255,.085), rgba(255,255,255,.025));
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
  transition: opacity .9s var(--nestie-ease), transform .9s var(--nestie-ease), border-color .45s ease, box-shadow .45s ease;
}
.nestie-front-page .nestie-reason-grid .nestie-reason-card:last-child {
  border: 1px solid rgba(255,255,255,.13);
}
.nestie-front-page .nestie-reason-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(380px circle at var(--pointer-x) var(--pointer-y), rgba(149,191,71,.16), transparent 64%);
  opacity: .28;
  transition: opacity .4s ease;
  pointer-events: none;
}
.nestie-front-page .nestie-reason-card > * { position: relative; z-index: 1; }
.nestie-front-page .nestie-reason-card__meta {
  padding: 10px 10px 0;
  color: rgba(255,255,255,.67);
}
.nestie-front-page .nestie-reason-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 380px;
  margin: 30px 0 0;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 21px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    radial-gradient(circle at 72% 25%, rgba(149,191,71,.28), transparent 28%),
    #10130e;
  background-size: 24px 24px, 24px 24px, auto, auto;
}
.nestie-front-page .nestie-reason-card__media.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3,8,2,.22));
  pointer-events: none;
}
.nestie-front-page .nestie-reason-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02);
  transition: transform 1.1s var(--nestie-ease), filter .55s ease;
}
.nestie-front-page .nestie-reason-card__visual-number {
  position: absolute;
  left: 20px;
  bottom: -20px;
  color: rgba(149,191,71,.20);
  font-size: clamp(92px, 10vw, 142px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.1em;
}
.nestie-front-page .nestie-reason-card__visual-line {
  position: absolute;
  left: 19%;
  top: 57%;
  width: 62%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nestie-shopify-green), transparent);
  transform: rotate(-11deg);
}
.nestie-front-page .nestie-reason-card__visual-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid #161b13;
  border-radius: 50%;
  background: var(--nestie-shopify-green);
  box-shadow: 0 0 0 1px rgba(149,191,71,.55), 0 0 22px rgba(149,191,71,.32);
}
.nestie-front-page .nestie-reason-card__visual-node--a { left: 18%; top: 62%; }
.nestie-front-page .nestie-reason-card__visual-node--b { left: 49%; top: 47%; background: #fff; }
.nestie-front-page .nestie-reason-card__visual-node--c { right: 17%; top: 30%; }
.nestie-front-page .nestie-reason-card:nth-child(2) .nestie-reason-card__visual-line { transform: rotate(9deg); }
.nestie-front-page .nestie-reason-card:nth-child(2) .nestie-reason-card__visual-node--b { top: 63%; }
.nestie-front-page .nestie-reason-card:nth-child(3) .nestie-reason-card__visual-line { transform: rotate(-3deg); }
.nestie-front-page .nestie-reason-card:nth-child(3) .nestie-reason-card__visual-node--a { top: 48%; }
.nestie-front-page .nestie-reason-card__body {
  margin-top: auto;
  padding: 0 10px 10px;
}
.nestie-front-page .nestie-reason-card h3 {
  margin: 30px 0 15px;
  max-width: 10em;
  font-size: clamp(27px, 2.55vw, 38px);
}
.nestie-front-page .nestie-reason-card p {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.82;
}

.nestie-front-page .nestie-process-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  isolation: isolate;
}
.nestie-front-page .nestie-process-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(480px circle at var(--pointer-x) var(--pointer-y), rgba(149,191,71,.12), transparent 62%);
  opacity: .18;
  transition: opacity .4s ease;
  pointer-events: none;
}
.nestie-front-page .nestie-process-card > * { position: relative; z-index: 1; }
.nestie-front-page .nestie-process-card__visual { margin: 0; }
.nestie-front-page .nestie-process-card__visual.has-image {
  display: grid;
  place-items: center;
  min-height: 190px;
  aspect-ratio: 16 / 10;
  padding: 13px;
  background: linear-gradient(145deg, #f6f9f1, #edf5e5);
}
.nestie-front-page .nestie-process-card__visual.has-image::before,
.nestie-front-page .nestie-process-card__visual.has-image::after { display: none; }
.nestie-front-page .nestie-process-card__image {
  width: 100%;
  height: 100%;
  max-height: 230px;
  border-radius: 13px;
  object-fit: contain;
  transition: transform 1.1s var(--nestie-ease), filter .55s ease;
}
.nestie-front-page .nestie-process-card__visual.has-image .nestie-process-card__visual-label {
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 7px 9px 6px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(17,25,13,.68);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (hover: hover) {
  .nestie-front-page .nestie-reason-card.is-visible:hover {
    transform: translateY(-7px);
    border-color: rgba(149,191,71,.32);
    box-shadow: 0 40px 100px rgba(0,0,0,.34);
  }
  .nestie-front-page .nestie-reason-card:hover::before,
  .nestie-front-page .nestie-process-card:hover::after { opacity: .8; }
  .nestie-front-page .nestie-reason-card:hover .nestie-reason-card__image { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
  .nestie-front-page .nestie-process-card:hover .nestie-process-card__image { transform: scale(1.025); }
}

.js .nestie-front-page .nestie-reason-card__media,
.js .nestie-front-page .nestie-process-step .nestie-process-card__visual {
  opacity: 0;
  clip-path: inset(0 0 18% 0 round 20px);
  transform: translateY(18px) scale(.985);
}
.js .nestie-front-page .nestie-reason-card.is-visible .nestie-reason-card__media,
.js .nestie-front-page .nestie-process-step.is-visible .nestie-process-card__visual {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 20px);
  transform: none;
  transition: opacity .85s var(--nestie-ease) .18s, clip-path 1s var(--nestie-ease) .18s, transform 1s var(--nestie-ease) .18s;
}
.js .nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) .nestie-process-step__connector {
  transform: translateX(-50%) scaleY(0);
  transform-origin: 50% 0;
  transition: transform .8s var(--nestie-ease) .42s;
}
.js .nestie-front-page .nestie-process-grid > .nestie-process-step.is-visible:nth-child(n) .nestie-process-step__connector {
  transform: translateX(-50%) scaleY(1);
}
.reveal-fallback .nestie-front-page .nestie-reason-card__media,
.reveal-fallback .nestie-front-page .nestie-process-step .nestie-process-card__visual {
  opacity: 1;
  clip-path: none;
  transform: none;
}
.reveal-fallback .nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) .nestie-process-step__connector {
  transform: translateX(-50%) scaleY(1);
}
.js .nestie-front-page .nestie-reason-card.is-visible .nestie-reason-card__visual-node--a,
.js .nestie-front-page .nestie-process-step.is-visible .nestie-process-card__node--a { animation: nestie-visual-float 3.8s ease-in-out .25s infinite; }
.js .nestie-front-page .nestie-reason-card.is-visible .nestie-reason-card__visual-node--b,
.js .nestie-front-page .nestie-process-step.is-visible .nestie-process-card__node--b { animation: nestie-visual-float 4.3s ease-in-out .55s infinite reverse; }
.js .nestie-front-page .nestie-reason-card.is-visible .nestie-reason-card__visual-node--c,
.js .nestie-front-page .nestie-process-step.is-visible .nestie-process-card__node--c { animation: nestie-visual-float 4.8s ease-in-out .85s infinite; }
@keyframes nestie-visual-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@media (max-width: 960px) {
  .nestie-front-page .nestie-reason-grid { grid-template-columns: 1fr; }
  .nestie-front-page .nestie-reason-card {
    min-height: 0;
    padding: 18px;
    border-right: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .nestie-front-page .nestie-reason-card__media { aspect-ratio: 16 / 9; }
  .nestie-front-page .nestie-reason-card h3 { max-width: none; }
}

@media (max-width: 700px) {
  .nestie-front-page .nestie-reason-grid { gap: 14px; margin-top: 48px; }
  .nestie-front-page .nestie-reason-card { min-height: 0; padding: 14px; border-radius: 23px; }
  .nestie-front-page .nestie-reason-card__meta { padding: 8px 7px 0; }
  .nestie-front-page .nestie-reason-card__media { margin-top: 22px; border-radius: 17px; }
  .nestie-front-page .nestie-reason-card__body { padding: 0 7px 8px; }
  .nestie-front-page .nestie-reason-card h3 { margin-top: 24px; font-size: clamp(24px, 7.5vw, 30px); }
  .nestie-front-page .nestie-reason-card p { font-size: 13px; line-height: 1.78; }
  .nestie-front-page .nestie-process-card__visual.has-image {
    min-height: 132px;
    aspect-ratio: 16 / 10;
    padding: 9px;
  }
  .nestie-front-page .nestie-process-card__image { max-height: 180px; border-radius: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .nestie-front-page .nestie-reason-card,
  .nestie-front-page .nestie-reason-card__image,
  .nestie-front-page .nestie-process-card__image,
  .nestie-front-page .nestie-reason-card__media,
  .nestie-front-page .nestie-process-step .nestie-process-card__visual,
  .nestie-front-page .nestie-process-step__connector {
    animation: none !important;
    transition: none !important;
  }
  .js .nestie-front-page .nestie-reason-card__media,
  .js .nestie-front-page .nestie-process-step .nestie-process-card__visual {
    opacity: 1;
    clip-path: none;
    transform: none;
  }
  .js .nestie-front-page .nestie-process-grid > .nestie-process-step:nth-child(n) .nestie-process-step__connector {
    transform: translateX(-50%) scaleY(1);
  }
}

/* v2.5.0 bright WHY NESTIE visual system */
.nestie-front-page .nestie-why-section {
  --nestie-why-band-height: clamp(390px, 36vw, 520px);
  isolation: isolate;
  background:
    radial-gradient(circle at 7% 70%, rgba(149, 191, 71, .16), transparent 25%),
    radial-gradient(circle at 93% 88%, rgba(95, 143, 61, .12), transparent 25%),
    linear-gradient(180deg, #f1f7e9 0%, #f8faf5 100%);
  color: #10120f;
}
.nestie-front-page .nestie-why-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: var(--nestie-why-band-height);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, .24), transparent 25%),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, .14), transparent 24%),
    linear-gradient(135deg, #a7cb61 0%, var(--nestie-shopify-green) 48%, #88b23f 100%);
  pointer-events: none;
}
.nestie-front-page .nestie-why-section::after {
  z-index: 0;
  color: rgba(17, 25, 13, .055);
}
.nestie-front-page .nestie-why-section .container { position: relative; z-index: 1; }
.nestie-front-page .nestie-why-section .eyebrow { color: #294216; }
.nestie-front-page .nestie-why-section .nestie-section-heading__lead { color: #26311f; }
.nestie-front-page .nestie-reason-grid {
  position: relative;
  z-index: 1;
  gap: clamp(14px, 1.5vw, 20px);
}
.nestie-front-page .nestie-reason-card,
.nestie-front-page .nestie-reason-grid .nestie-reason-card:last-child {
  border: 1px solid rgba(63, 98, 38, .14);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(54, 80, 35, .11);
}
.nestie-front-page .nestie-reason-card::before {
  background: radial-gradient(
    380px circle at var(--pointer-x) var(--pointer-y),
    rgba(149, 191, 71, .20),
    transparent 64%
  );
  opacity: .22;
}
.nestie-front-page .nestie-reason-card__meta { color: #4f762f; }
.nestie-front-page .nestie-reason-card__media {
  aspect-ratio: 3 / 2;
  max-height: none;
  border-color: rgba(63, 98, 38, .11);
  background: #ffffff;
}
.nestie-front-page .nestie-reason-card__media.has-image::after {
  background: linear-gradient(180deg, transparent 72%, rgba(149, 191, 71, .045));
}
.nestie-front-page .nestie-reason-card__image {
  object-fit: contain;
  filter: none;
}
.nestie-front-page .nestie-reason-card__visual-number { color: rgba(95, 143, 61, .16); }
.nestie-front-page .nestie-reason-card__visual-node { border-color: #ffffff; }
.nestie-front-page .nestie-reason-card h3 { color: #10120f; }
.nestie-front-page .nestie-reason-card p { color: #596053; }
.nestie-front-page .nestie-why-section a:focus-visible { outline-color: #10120f; }

@media (hover: hover) {
  .nestie-front-page .nestie-reason-card.is-visible:hover {
    border-color: rgba(95, 143, 61, .44);
    box-shadow: 0 34px 90px rgba(54, 80, 35, .16);
  }
  .nestie-front-page .nestie-reason-card:hover .nestie-reason-card__image { filter: none; }
}

@media (min-width: 701px) and (max-width: 960px) {
  .nestie-front-page .nestie-reason-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    grid-template-rows: auto 1fr;
    gap: 20px 28px;
    border-color: rgba(63, 98, 38, .14);
  }
  .nestie-front-page .nestie-reason-card__meta { grid-column: 1 / -1; }
  .nestie-front-page .nestie-reason-card__media {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    margin-top: 0;
  }
  .nestie-front-page .nestie-reason-card__body {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin-top: 0;
  }
  .nestie-front-page .nestie-reason-card h3 { margin-top: 0; }
}

@media (max-width: 700px) {
  .nestie-front-page .nestie-why-section { --nestie-why-band-height: 350px; }
  .nestie-front-page .nestie-reason-card { border-color: rgba(63, 98, 38, .14); }
  .nestie-front-page .nestie-reason-card__media { aspect-ratio: 3 / 2; }
}

/* ==========================================================
   v2.6.0 — mobile navigation, clearer copy and lean EC support
   ========================================================== */

/* Compact editorial typography */
.nestie-front-page .about-split-lead {
  max-width: 44em;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.65;
  text-wrap: pretty;
}

.nestie-front-page .nestie-why-section .nestie-section-title--medium {
  max-width: 12em;
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.14;
  letter-spacing: -.045em;
}

.nestie-front-page .service-card-description {
  display: block;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}

.nestie-front-page #ec-support,
.nestie-front-page #pricing {
  scroll-margin-top: 96px;
}

.nestie-anchor-alias {
  position: absolute;
  inset: 0 auto auto 0;
}

/* GROW — draw and illuminate the upward curve */
.nestie-front-page .nestie-grow-curve {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity .65s var(--nestie-ease) .45s;
}

.nestie-front-page .nestie-grow-curve__halo,
.nestie-front-page .nestie-grow-curve__rail,
.nestie-front-page .nestie-grow-curve__trace {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nestie-front-page .nestie-grow-curve__halo {
  stroke: rgba(149, 191, 71, .3);
  stroke-width: 13px;
  opacity: 0;
  filter: url(#nestie-grow-curve-glow);
  transition: opacity .8s ease 1s;
}

.nestie-front-page .nestie-grow-curve__rail {
  stroke: url(#nestie-grow-curve-gradient);
  stroke-width: 3.5px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.8s var(--nestie-ease) .55s;
}

.nestie-front-page .nestie-grow-curve__trace {
  stroke: #b8dd72;
  stroke-width: 6px;
  stroke-dasharray: 11 89;
  stroke-dashoffset: 100;
  opacity: 0;
  filter: url(#nestie-grow-curve-glow);
}

.nestie-front-page .nestie-grow-curve__goal {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.nestie-front-page .nestie-grow-curve__goal-ring {
  fill: rgba(149, 191, 71, .08);
  stroke: rgba(149, 191, 71, .76);
  stroke-width: 2px;
  transform-box: fill-box;
  transform-origin: center;
}

.nestie-front-page .nestie-grow-curve__goal-core {
  fill: #95bf47;
  stroke: #fff;
  stroke-width: 4px;
  filter: url(#nestie-grow-curve-glow);
}

.nestie-front-page .nestie-reason-card.is-visible .nestie-grow-curve,
.nestie-front-page .nestie-reason-card.is-visible .nestie-grow-curve__halo {
  opacity: 1;
}

.nestie-front-page .nestie-reason-card.is-visible .nestie-grow-curve__rail {
  stroke-dashoffset: 0;
}

.nestie-front-page .nestie-reason-card.is-visible .nestie-grow-curve__trace {
  animation: nestie-grow-trace 3.2s linear 1.55s infinite;
}

.nestie-front-page .nestie-reason-card.is-visible .nestie-grow-curve__goal {
  animation: nestie-grow-goal-in .7s var(--nestie-ease) 1.7s forwards;
}

.nestie-front-page .nestie-reason-card.is-visible .nestie-grow-curve__goal-ring {
  animation: nestie-grow-goal-pulse 2.8s ease-out 2.25s infinite;
}

@keyframes nestie-grow-trace {
  0% { stroke-dashoffset: 100; opacity: 0; }
  10%, 82% { opacity: .95; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

@keyframes nestie-grow-goal-in {
  from { opacity: 0; scale: .55; }
  to { opacity: 1; scale: 1; }
}

@keyframes nestie-grow-goal-pulse {
  0% { opacity: .8; scale: .7; }
  70%, 100% { opacity: 0; scale: 1.8; }
}

/* Lean EC support */
.nestie-front-page .nestie-lean-ec {
  isolation: isolate;
  overflow: hidden;
  color: #10120f;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, .42), transparent 29%),
    linear-gradient(135deg, #a8cf5e 0%, #95bf47 52%, #85b139 100%);
}

.nestie-front-page .nestie-lean-ec::before {
  content: "SMALL START";
  position: absolute;
  z-index: -1;
  right: -3vw;
  bottom: -4vw;
  color: rgba(255, 255, 255, .15);
  font-size: clamp(108px, 18vw, 270px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.09em;
  white-space: nowrap;
  pointer-events: none;
}

.nestie-front-page .nestie-lean-ec .eyebrow {
  grid-column: 1 / -1;
  color: #243513;
}

.nestie-front-page .nestie-lean-ec__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  gap: 18px clamp(42px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.nestie-front-page .nestie-lean-ec__title {
  max-width: 8.5em;
  font-size: clamp(44px, 6.6vw, 88px);
  line-height: .98;
}

.nestie-front-page .nestie-lean-ec__lead {
  max-width: 31em;
  margin: 0 0 .35em;
  color: #26361b;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.9;
  text-wrap: pretty;
}

.nestie-front-page .nestie-lean-ec__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(22px, 3.4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: clamp(24px, 3vw, 40px);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 38px 100px rgba(35, 58, 18, .2);
  backdrop-filter: blur(16px);
}

.nestie-front-page .nestie-lean-ec__story {
  padding: clamp(10px, 2.6vw, 34px);
}

.nestie-front-page .nestie-lean-ec__label,
.nestie-front-page .nestie-lean-ec__loop-label {
  margin: 0 0 24px;
  color: #507929;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em;
}

.nestie-front-page .nestie-lean-ec__story h3 {
  max-width: 10em;
  margin: 0 0 32px;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: -.052em;
}

.nestie-front-page .nestie-lean-ec__story > p:not(.nestie-lean-ec__label) {
  max-width: 42em;
  margin: 0 0 16px;
  color: #5a6254;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.9;
}

.nestie-front-page .nestie-lean-ec__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 60px;
  margin-top: 24px;
  padding: 0 26px;
  border-radius: 999px;
  color: #fff;
  background: #10120f;
  font-size: 14px;
  font-weight: 800;
  transition: transform .35s var(--nestie-ease), box-shadow .35s ease, background .35s ease;
}

.nestie-front-page .nestie-lean-ec__cta span {
  transition: transform .35s var(--nestie-ease);
}

.nestie-front-page .nestie-lean-ec__cta:hover {
  transform: translateY(-3px);
  background: #26351a;
  box-shadow: 0 16px 35px rgba(24, 38, 14, .2);
}

.nestie-front-page .nestie-lean-ec__cta:hover span {
  transform: translate(3px, -3px);
}

.nestie-front-page .nestie-lean-ec__loop {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border-radius: clamp(20px, 2.5vw, 32px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(149, 191, 71, .22), transparent 35%),
    #11150e;
}

.nestie-front-page .nestie-lean-ec__loop::after {
  content: "↗";
  position: absolute;
  right: -22px;
  bottom: -58px;
  color: rgba(149, 191, 71, .1);
  font-size: 180px;
  font-weight: 300;
  line-height: 1;
}

.nestie-front-page .nestie-lean-ec__loop-label {
  position: relative;
  z-index: 1;
  color: #b8dd72;
}

.nestie-front-page .nestie-lean-ec__loop ol {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nestie-front-page .nestie-lean-ec__loop ol::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 21px;
  width: 2px;
  background: linear-gradient(#95bf47, rgba(149, 191, 71, .18));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.15s var(--nestie-ease) .5s;
}

.nestie-front-page .nestie-lean-ec__panel.is-visible .nestie-lean-ec__loop ol::before {
  transform: scaleY(1);
}

.nestie-front-page .nestie-lean-ec__loop li {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 78px;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity .55s ease, transform .65s var(--nestie-ease);
}

.nestie-front-page .nestie-lean-ec__panel.is-visible .nestie-lean-ec__loop li {
  opacity: 1;
  transform: none;
}

.nestie-front-page .nestie-lean-ec__panel.is-visible .nestie-lean-ec__loop li:nth-child(1) { transition-delay: .45s; }
.nestie-front-page .nestie-lean-ec__panel.is-visible .nestie-lean-ec__loop li:nth-child(2) { transition-delay: .62s; }
.nestie-front-page .nestie-lean-ec__panel.is-visible .nestie-lean-ec__loop li:nth-child(3) { transition-delay: .79s; }
.nestie-front-page .nestie-lean-ec__panel.is-visible .nestie-lean-ec__loop li:nth-child(4) { transition-delay: .96s; }

.nestie-front-page .nestie-lean-ec__loop li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 5px solid #11150e;
  border-radius: 50%;
  color: #17200e;
  background: #95bf47;
  font-size: 10px;
  font-weight: 900;
}

.nestie-front-page .nestie-lean-ec__loop li div {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.nestie-front-page .nestie-lean-ec__loop small {
  color: rgba(255, 255, 255, .66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.nestie-front-page .nestie-lean-ec__loop strong {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.45;
}

.nestie-front-page .nestie-lean-ec__loop-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0 62px;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

.nestie-front-page .nestie-lean-ec__loop-note span {
  color: #b8dd72;
  font-size: 18px;
}

/* FAQ — align A. with the question number column */
.nestie-front-page .nestie-faq-item__answer {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 0 54px 30px 0;
}

.nestie-front-page .nestie-faq-item__answer-label {
  display: block;
  color: #0a0a0a;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
}

.nestie-front-page .nestie-faq-item__answer p {
  min-width: 0;
  margin: 0;
}

html:not(.js) .nestie-front-page .nestie-lean-ec__loop ol::before,
.reveal-fallback .nestie-front-page .nestie-lean-ec__loop ol::before {
  transform: scaleY(1);
  transition: none;
}

html:not(.js) .nestie-front-page .nestie-lean-ec__loop li,
.reveal-fallback .nestie-front-page .nestie-lean-ec__loop li {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Fully opaque mobile navigation with a deliberate panel transition */
@media (max-width: 980px) {
  .site-header {
    isolation: isolate;
  }

  .site-header.is-scrolled {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.menu-open .site-header {
    background: #fff;
    border-color: rgba(0, 0, 0, .08);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
    backdrop-filter: none;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    padding:
      calc(84px + env(safe-area-inset-top))
      max(24px, env(safe-area-inset-right))
      calc(36px + env(safe-area-inset-bottom))
      max(24px, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    transition: transform .62s cubic-bezier(.76, 0, .24, 1), visibility 0s linear .62s;
    will-change: transform;
  }

  .primary-nav::before {
    content: "MENU";
    position: absolute;
    left: 50%;
    bottom: max(20px, env(safe-area-inset-bottom));
    transform: translateX(-50%);
    color: rgba(0, 0, 0, .055);
    font-size: clamp(70px, 24vw, 132px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.08em;
    pointer-events: none;
  }

  body.menu-open .primary-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  .primary-nav ul {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .primary-nav li {
    width: 100%;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .42s ease, transform .52s cubic-bezier(.2, .8, .2, 1);
  }

  body.menu-open .primary-nav li {
    opacity: 1;
    transform: none;
  }

  body.menu-open .primary-nav li:nth-child(1) { transition-delay: .18s; }
  body.menu-open .primary-nav li:nth-child(2) { transition-delay: .23s; }
  body.menu-open .primary-nav li:nth-child(3) { transition-delay: .28s; }
  body.menu-open .primary-nav li:nth-child(4) { transition-delay: .33s; }
  body.menu-open .primary-nav li:nth-child(5) { transition-delay: .38s; }
  body.menu-open .primary-nav li:nth-child(6) { transition-delay: .43s; }

  .primary-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    color: #111;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1;
    letter-spacing: -.025em;
  }

  .primary-nav li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  .primary-nav li:last-child {
    margin-top: 18px;
  }

  .primary-nav li:last-child a {
    width: fit-content;
    min-width: min(100%, 290px);
    min-height: 58px;
    margin-inline: auto;
    color: #fff;
    background: #000;
  }

  .menu-toggle {
    z-index: 3;
    display: block;
    color: #000;
    background: #fff;
  }

  .primary-nav a:focus-visible,
  .menu-toggle:focus-visible {
    outline: 2px solid #95bf47;
    outline-offset: 5px;
  }
}

@media (max-height: 560px) and (max-width: 980px) {
  .primary-nav {
    align-items: flex-start;
    padding-top: calc(88px + env(safe-area-inset-top));
  }

  .primary-nav a {
    min-height: 48px;
    font-size: 24px;
  }

  .primary-nav li:last-child { margin-top: 8px; }
  .primary-nav::before { display: none; }
}

@media (max-width: 900px) {
  .nestie-front-page .nestie-lean-ec__heading,
  .nestie-front-page .nestie-lean-ec__panel {
    grid-template-columns: 1fr;
  }

  .nestie-front-page .nestie-lean-ec__lead {
    max-width: 42em;
  }
}

@media (max-width: 700px) {
  .nestie-front-page .about-split-lead {
    margin-top: 22px;
    font-size: clamp(17px, 4.8vw, 21px);
    line-height: 1.7;
  }

  .nestie-front-page .nestie-why-section .nestie-section-title--medium {
    max-width: 11em;
    font-size: clamp(30px, 9.2vw, 40px);
    line-height: 1.15;
  }

  .nestie-front-page .nestie-grow-curve__rail { stroke-width: 3px; }
  .nestie-front-page .nestie-grow-curve__trace { stroke-width: 4.5px; }
  .nestie-front-page .nestie-grow-curve__halo { stroke-width: 9px; }

  .nestie-front-page .nestie-lean-ec__heading {
    gap: 24px;
    margin-bottom: 34px;
  }

  .nestie-front-page .nestie-lean-ec__title {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1;
  }

  .nestie-front-page .nestie-lean-ec__lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .nestie-front-page .nestie-lean-ec__panel {
    gap: 18px;
    padding: 14px;
    border-radius: 26px;
  }

  .nestie-front-page .nestie-lean-ec__story {
    padding: 18px 10px 26px;
  }

  .nestie-front-page .nestie-lean-ec__story h3 {
    margin-bottom: 24px;
    font-size: clamp(31px, 9vw, 42px);
  }

  .nestie-front-page .nestie-lean-ec__story > p:not(.nestie-lean-ec__label) {
    font-size: 14px;
  }

  .nestie-front-page .nestie-lean-ec__cta {
    width: 100%;
    min-height: 58px;
  }

  .nestie-front-page .nestie-lean-ec__loop {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .nestie-front-page .nestie-lean-ec__loop li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    min-height: 72px;
  }

  .nestie-front-page .nestie-lean-ec__loop li > span {
    width: 40px;
    height: 40px;
  }

  .nestie-front-page .nestie-lean-ec__loop ol::before { left: 19px; }
  .nestie-front-page .nestie-lean-ec__loop-note { margin-left: 54px; }

  .nestie-front-page .nestie-faq-item__answer {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 0 42px 27px 0;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .primary-nav,
  .primary-nav li,
  .menu-toggle::before,
  .menu-toggle span {
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }

  .nestie-front-page .nestie-grow-curve {
    opacity: 1;
    transition: none;
  }

  .nestie-front-page .nestie-grow-curve__halo {
    opacity: .7;
    transition: none;
  }

  .nestie-front-page .nestie-grow-curve__rail {
    stroke-dashoffset: 0;
    transition: none;
  }

  .nestie-front-page .nestie-grow-curve__trace {
    display: none;
    animation: none !important;
  }

  .nestie-front-page .nestie-grow-curve__goal {
    opacity: 1;
    animation: none !important;
  }

  .nestie-front-page .nestie-grow-curve__goal-ring {
    opacity: .6;
    animation: none !important;
  }

  .nestie-front-page .nestie-lean-ec__loop ol::before {
    transform: scaleY(1);
    transition: none;
  }

  .nestie-front-page .nestie-lean-ec__loop li {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================
   v2.6.1 — balanced menu, ABOUT growth motion and scroll fade
   ========================================================== */

.nestie-front-page .about-media-frame {
  position: relative;
}

.nestie-front-page .about-media-frame.has-standard-visual {
  aspect-ratio: 16 / 9;
  background: #fafaf8;
}

.nestie-front-page .about-media-frame.has-standard-visual > img {
  object-fit: contain;
  object-position: center;
}

.nestie-front-page .nestie-about-grow-curve {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease .08s;
}

.nestie-front-page .nestie-about-grow-curve__halo,
.nestie-front-page .nestie-about-grow-curve__rail,
.nestie-front-page .nestie-about-grow-curve__trace {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nestie-front-page .nestie-about-grow-curve__halo {
  stroke: rgba(149, 191, 71, .5);
  stroke-width: 24px;
  opacity: 0;
  filter: url(#nestie-about-grow-glow);
  transition: opacity .7s ease .35s;
}

.nestie-front-page .nestie-about-grow-curve__rail {
  stroke: url(#nestie-about-grow-gradient);
  stroke-width: 5.5px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.35s var(--nestie-ease) .12s;
}

.nestie-front-page .nestie-about-grow-curve__trace {
  stroke: #f4ffd9;
  stroke-width: 11px;
  stroke-dasharray: 16 84;
  stroke-dashoffset: 100;
  opacity: 0;
  filter: url(#nestie-about-grow-glow);
}

.nestie-front-page .nestie-about-grow-curve__goal {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.nestie-front-page .nestie-about-grow-curve__goal-ring {
  fill: rgba(149, 191, 71, .12);
  stroke: #7ead30;
  stroke-width: 3px;
  transform-box: fill-box;
  transform-origin: center;
}

.nestie-front-page .nestie-about-grow-curve__goal-core {
  fill: #6f9f25;
  stroke: #fff;
  stroke-width: 5px;
  filter: url(#nestie-about-grow-glow);
}

.nestie-front-page .about-split-media.is-visible .nestie-about-grow-curve,
.nestie-front-page .about-split-media.is-visible .nestie-about-grow-curve__halo {
  opacity: 1;
}

.nestie-front-page .about-split-media.is-visible .nestie-about-grow-curve__rail {
  stroke-dashoffset: 0;
}

.nestie-front-page .about-split-media.is-visible .nestie-about-grow-curve__trace {
  animation: nestie-about-grow-trace 2.25s linear .72s infinite;
}

.nestie-front-page .about-split-media.is-visible .nestie-about-grow-curve__goal {
  animation: nestie-about-grow-goal-in .55s var(--nestie-ease) .92s forwards;
}

.nestie-front-page .about-split-media.is-visible .nestie-about-grow-curve__goal-ring {
  animation: nestie-about-grow-goal-pulse 2.1s ease-out 1.35s infinite;
}

@keyframes nestie-about-grow-trace {
  0% { stroke-dashoffset: 100; opacity: 0; }
  12%, 78% { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

@keyframes nestie-about-grow-goal-in {
  from { opacity: 0; scale: .45; }
  to { opacity: 1; scale: 1; }
}

@keyframes nestie-about-grow-goal-pulse {
  0% { opacity: .9; scale: .72; }
  72%, 100% { opacity: 0; scale: 1.95; }
}

.nestie-front-page .nestie-strengths-title {
  max-width: none;
}

.nestie-front-page .nestie-strengths-title__line {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

/* Use the existing observer for a soft, consistent fade-in. */
.js .reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition-property: opacity, transform, border-color, background, box-shadow, color;
  transition-duration: .82s, .96s, .35s, .35s, .35s, .25s;
  transition-timing-function: var(--nestie-ease), var(--nestie-ease), ease, ease, ease, ease;
  will-change: opacity, transform;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

html.reveal-fallback .reveal {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

@media (hover: hover) {
  .js .service-card.reveal.is-visible:not(.service-card--editorial):hover,
  .js .project-card.reveal.is-visible:hover,
  .js .post-card.reveal.is-visible:hover {
    transform: translate3d(0, -8px, 0);
  }

  .js .service-card--editorial.reveal.is-visible:hover {
    transform: translate3d(0, -10px, 0);
  }
}

html:not(.js) .nestie-front-page .nestie-about-grow-curve,
html:not(.js) .nestie-front-page .nestie-about-grow-curve__halo,
html:not(.js) .nestie-front-page .nestie-about-grow-curve__goal,
.reveal-fallback .nestie-front-page .nestie-about-grow-curve,
.reveal-fallback .nestie-front-page .nestie-about-grow-curve__halo,
.reveal-fallback .nestie-front-page .nestie-about-grow-curve__goal {
  opacity: 1;
  transition: none;
}

html:not(.js) .nestie-front-page .nestie-about-grow-curve__rail,
.reveal-fallback .nestie-front-page .nestie-about-grow-curve__rail {
  stroke-dashoffset: 0;
  transition: none;
}

html:not(.js) .nestie-front-page .nestie-about-grow-curve__trace,
.reveal-fallback .nestie-front-page .nestie-about-grow-curve__trace {
  display: none;
}

@media (max-width: 980px) {
  .primary-nav li:last-child {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .primary-nav li:last-child a {
    display: flex;
    width: min(100%, 290px);
    min-width: 0;
    margin: 0;
    padding-inline: 22px;
  }
}

@media (max-width: 700px) {
  .nestie-front-page .nestie-why-section .nestie-strengths-title {
    font-size: clamp(24px, 7.3vw, 33px);
    line-height: 1.18;
    letter-spacing: -.045em;
  }

  .nestie-front-page .nestie-about-grow-curve__halo { stroke-width: 18px; }
  .nestie-front-page .nestie-about-grow-curve__rail { stroke-width: 4.5px; }
  .nestie-front-page .nestie-about-grow-curve__trace { stroke-width: 8px; }
}

@media (max-height: 560px) and (max-width: 980px) {
  .primary-nav li:last-child { margin-top: 8px; }
  .primary-nav li:last-child a { min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .nestie-front-page .nestie-about-grow-curve,
  .nestie-front-page .nestie-about-grow-curve__halo,
  .nestie-front-page .nestie-about-grow-curve__goal {
    opacity: 1;
    transition: none;
  }

  .nestie-front-page .nestie-about-grow-curve__rail {
    stroke-dashoffset: 0;
    transition: none;
  }

  .nestie-front-page .nestie-about-grow-curve__trace {
    display: none;
    animation: none !important;
  }

  .nestie-front-page .nestie-about-grow-curve__goal,
  .nestie-front-page .nestie-about-grow-curve__goal-ring {
    animation: none !important;
  }
}
