@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument-serif-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument-serif-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

/* The studio identity is shared; the editorial composition is homepage-specific. */
:root {
  --paper: #f6f7f4;
  --ink: #1c2b26;
  --forest: #223e35;
  --muted: #56645e;
  --line: #cdd5ce;
  --clay: #397255;
  --clay-dark: #26533b;
  --studio-mint: #b2e0bc;
  --studio-deep: #152b23;
  --studio-gold: #d9bc8d;
  --display-font: "Instrument Serif", Georgia, serif;
}
body, body * { letter-spacing: 0 !important; }
.site-header, .site-header.is-scrolled, .site-header.is-open {
  background: var(--studio-deep);
  border-bottom: 1px solid #ffffff24;
  box-shadow: none;
}
.topbar { display: none; }
.nav { min-height: 92px; padding-block: 16px; }
.brand-logo { width: 114px; height: 58px; }
.nav-links { gap: 20px; font-weight: 500; }
.nav-links > a:not(.button) { color: #f6f7f4; }
.nav-links > a[aria-current="page"]::after { background: var(--studio-mint); }
.button {
  min-height: 50px;
  padding: 12px 24px;
  background: var(--studio-mint);
  border-color: var(--studio-mint);
  color: var(--studio-deep);
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
}
.button:hover { background: #c5eccd; border-color: #c5eccd; color: var(--studio-deep); transform: none; }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-ghost, .button-link { color: #fff; background: transparent; border-color: #ffffff8c; }
.button-ghost:hover, .button-link:hover { color: #fff; background: #ffffff12; border-color: #fff; }
.button-outline { color: var(--forest); background: transparent; border: 1px solid #739381; }
.button-outline:hover { color: var(--forest); background: #e7eee7; border-color: var(--forest); }
.section-kicker, .eyebrow { font-size: 13px; font-weight: 600; }
.section > h2, .section-heading h2, .split-content > div > h2, .faq-section > div:first-child > h2, .mini-cta h2, .cta-band h2, .page-hero h1 {
  font-family: var(--display-font);
  font-weight: 400;
  line-height: 1.06;
  text-wrap: balance;
}
.section > h2, .section-heading h2, .split-content > div > h2, .faq-section > div:first-child > h2 { font-size: 48px; }
.section h2 em, .cta-band h2 em { font-weight: 400; color: #397255; }
.page-hero { min-height: 430px; }
.page-hero img.page-hero-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-position, center);
  background-image: none;
  transform: none;
}
.page-hero::after {
  background: linear-gradient(90deg, #10251ef5 0%, #142a22e0 32%, #142a22b5 52%, #142a2224 85%);
}
.page-hero-inner { padding-top: 142px; padding-bottom: 58px; }
.page-hero h1 { font-size: 64px; max-width: 800px; }
.page-hero .eyebrow, .hero .eyebrow { color: var(--studio-mint); }
.page-hero-description { max-width: 640px; color: #f0f4f0; }
.page-hero-proof { border-top: 1px solid #ffffff38; padding-top: 20px; color: #f0f4f0; }
.page-hero-proof span { background: transparent; border: 0; padding-left: 0; }
.hero-image-note { position: absolute; right: 24px; bottom: 14px; color: #fff; background: #142a22b8; padding: 4px 8px; font-size: 11px; }
.section-heading { align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading > p, .section p { line-height: 1.7; }
.text-link { color: #326044; border-bottom-color: #739381; }
.link-card, .client-grid a, .capability-profile, .leadership-grid article,
.blog-card, .demonstration-project, .software-card, .pilot-assignment-grid article {
  box-shadow: none;
  border-radius: 0;
}
.link-card:hover, .client-grid a:hover, .blog-card:hover { box-shadow: none; }
.link-card, .client-grid a { border-top: 1px solid #739381; }
.detail-list article, .fit-boundaries article, .workflow-grid article { box-shadow: none; border-radius: 0; }
.detail-list article { background: transparent; border: 0; border-top: 1px solid var(--line); padding: 22px 0; }
.media-grid { gap: 28px; }
.media-grid figure, .sector-gallery .media-grid figure { aspect-ratio: 4 / 3; min-height: 0; border: 0; box-shadow: none; background: var(--studio-deep); }
.media-grid img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.media-grid figcaption { padding: 12px 14px; border: 0; }
.blog-feature img, .blog-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-article-image { height: auto; aspect-ratio: 16 / 9; }
.sector-visual-rail img, .deliverable-image img, .dedicated-visual-media img { position: absolute; inset: 0; }
.demonstration-project figure { display: block; align-self: start; }
.sample-image-link { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.demonstration-project figure img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.team-showcase .showcase-media img { height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; }
.software-card { border-width: 0 0 1px; background: transparent; }
.mini-cta { border-top: 1px solid var(--line); box-shadow: none; }
.mini-cta h2, .cta-band h2 { font-size: 48px; }
.site-footer { --footer-line: #3c564b; background: #132c25; color: #e3ebe6; width: 100%; margin: 0; padding: 0; border-top: 1px solid var(--footer-line); }
.footer-shell { width: min(var(--site-width), calc(100% - var(--site-gutter))); margin-inline: auto; }
.footer-inquiry { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 44px; border-bottom: 1px solid var(--footer-line); }
.footer-email-block { min-width: 0; }
.site-footer .footer-eyebrow { margin: 0 0 10px; color: #b4cabb; font-size: 14px; font-weight: 500; }
.footer-email { display: inline-block; max-width: 100%; color: #f5f7f3; font-family: var(--display-font); font-size: 48px; line-height: 1.15; font-weight: 400; text-decoration: none; overflow-wrap: anywhere; }
.footer-start { display: grid; justify-items: end; flex-shrink: 0; gap: 8px; }
.footer-booking { display: inline-flex; align-items: center; gap: 22px; min-height: 52px; color: #f5f7f3; font-size: 17px; font-weight: 500; }
.footer-action-icon { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; border: 1px solid #b2d5bb; border-radius: 50%; background: #b2d5bb; color: #132c25; }
.footer-arrow { display: block; width: 24px; height: 24px; flex: 0 0 24px; stroke-width: 1.6; transition: transform 180ms ease; }
.footer-brief { display: inline-flex; align-items: center; min-height: 44px; color: #c9d9cf; font-size: 14px; }
.footer-main { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(0, 2.5fr); gap: 72px; padding-block: 56px; }
.footer-studio { min-width: 0; }
.footer-logo { display: block; width: 180px; max-width: 100%; }
.footer-logo img { width: 100%; height: auto; aspect-ratio: 428 / 222; object-fit: contain; filter: brightness(1.6); }
.site-footer .footer-positioning { color: #e3ebe6; font-family: var(--display-font); font-size: 26px; font-weight: 400; line-height: 1.3; max-width: 280px; margin: 22px 0 24px; }
.footer-address { display: grid; justify-items: start; gap: 8px; font-style: normal; color: #b4cabb; font-size: 14px; line-height: 1.5; }
.footer-address a { display: inline-flex; align-items: center; color: #f5f7f3; font-size: 17px; min-height: 44px; }
.footer-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; min-width: 0; }
.footer-group { min-width: 0; }
.footer-summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 28px; margin: 0 0 14px; cursor: pointer; list-style: none; }
.footer-summary::-webkit-details-marker { display: none; }
.footer-summary::marker { content: ""; }
.site-footer .footer-group h2 { color: #b2d5bb; font: 600 14px/1.5 Inter, Arial, sans-serif; margin: 0; }
.footer-chevron { flex: 0 0 16px; width: 16px; height: 16px; color: #b2d5bb; }
.footer-group[open] .footer-chevron { transform: rotate(180deg); }
.footer-group ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.footer-group li { min-width: 0; margin: 0; }
.footer-group a { display: flex; align-items: center; width: fit-content; max-width: 100%; min-height: 38px; padding-block: 7px; color: #e3ebe6; font-size: 14px; font-weight: 400; line-height: 1.45; overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; padding-block: 20px 24px; border-top: 1px solid var(--footer-line); color: #b4cabb; font-size: 13px; line-height: 1.5; }
.site-footer .footer-bottom p { margin: 0; color: inherit; font-size: inherit; }
.footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 28px; }
.footer-legal a, .footer-legal button { display: inline-flex; align-items: center; min-height: 44px; color: #c9d9cf; font-size: 13px; text-decoration: none; }
.footer-back { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; color: #e3ebe6; font-size: 13px; }
.footer-back .footer-arrow { transform: rotate(-45deg); width: 18px; height: 18px; flex-basis: 18px; }
.site-footer a:hover, .site-footer button:hover { color: #fff; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-footer .footer-logo:hover { text-decoration: none; }
.footer-booking:hover .footer-arrow { transform: translate(2px, -2px); }
.site-footer a:focus-visible, .site-footer button:focus-visible, .footer-summary:focus-visible { outline: 2px solid #b2d5bb; outline-offset: 5px; border-radius: 1px; }
@media (max-width: 1100px) {
  .footer-main { gap: 40px; grid-template-columns: minmax(180px, .85fr) minmax(0, 2.5fr); }
  .footer-directory { gap: 24px; }
  .footer-email { font-size: 42px; }
}
@media (max-width: 900px) {
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-block: 40px; }
  .footer-studio { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 0 32px; }
  .footer-logo { grid-row: span 2; }
  .site-footer .footer-positioning { margin: 0 0 14px; max-width: 420px; }
  .footer-inquiry { align-items: flex-start; }
  .footer-email { font-size: 36px; }
  .footer-booking { font-size: 15px; gap: 14px; }
  .footer-action-icon { width: 44px; height: 44px; flex-basis: 44px; }
}
@media (max-width: 600px) {
  .footer-inquiry { flex-direction: column; gap: 24px; padding-block: 32px; }
  .footer-email { font-size: 32px; }
  .footer-start { width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; }
  .footer-booking { gap: 12px; font-size: 14px; }
  .footer-booking .footer-action-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .footer-brief { font-size: 13px; }
  .footer-studio { display: block; }
  .footer-logo { width: 156px; }
  .site-footer .footer-positioning { font-size: 24px; max-width: 300px; margin: 18px 0; }
  .footer-directory { grid-template-columns: minmax(0, 1fr); gap: 0; border-top: 1px solid var(--footer-line); }
  .footer-group { border-bottom: 1px solid var(--footer-line); }
  .footer-summary { min-height: 64px; margin: 0; padding-block: 14px; }
  .footer-group ul { padding-bottom: 18px; }
  .footer-group a { min-height: 44px; }
  .footer-bottom { align-items: flex-start; gap: 12px; }
  .footer-bottom > p { width: 100%; }
  .footer-legal { width: 100%; gap: 4px 22px; }
}
@media (max-width: 760px) {
  body.has-mobile-cta:has(> .site-footer) { padding-bottom: 0; }
  .has-mobile-cta .site-footer .footer-bottom { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  .footer-arrow { transition: none; }
  .footer-booking:hover .footer-arrow { transform: none; }
}
.article-summary-box { border: 0; border-left: 2px solid #397255; box-shadow: none; background: #eaf0e8; }
.blog-article-main h2 { font-family: Inter, Arial, sans-serif; font-size: 30px; font-weight: 600; line-height: 1.25; }
body[data-page="contact.html"] .page-hero { min-height: 0; }
body[data-page="contact.html"] .page-hero h1 { font-size: 52px; }
.section.contact-workspace { padding-top: 32px; }
.contact-workspace .form-status a { color: inherit; }
.mobile-cta-bar a:first-child { background: var(--studio-mint); color: var(--studio-deep); }
body[data-page="services.html"] .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
body[data-page="services.html"] .studio-catalog-card { display: grid; grid-template-columns: 36% 1fr; gap: 0; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; transform: none; align-items: stretch; }
.studio-catalog-image { position: relative; display: block; align-self: start; aspect-ratio: 4 / 5; overflow: hidden; background: #dde4dc; }
.studio-catalog-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.studio-catalog-card > div { padding: 22px 0 22px 24px; min-width: 0; }
.studio-catalog-card strong { display: block; font-family: var(--display-font); font-weight: 400; font-size: 31px; line-height: 1.05; margin-top: 10px; }
.studio-catalog-card p { font-size: 14px; margin: 14px 0 0; }
.studio-catalog-card span { color: #396b4c; }
.studio-catalog-card:hover strong { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.nest-studio-home main > section { content-visibility: visible; }
.nest-studio-home .section { padding-block: 100px; }
.nest-studio-home .section-heading h2 { font-size: 58px; max-width: 690px; }
.nest-studio-home .section-heading > p { max-width: 440px; font-size: 16px; }
.nest-studio-home .hero {
  min-height: min(850px, calc(100svh - 88px));
  padding: 158px 0 64px;
  align-items: center;
}
.nest-studio-home .hero-bg { width: 100%; height: 100%; object-fit: cover; object-position: center; background-image: none; transform: none; }
.nest-studio-home .hero-overlay {
  background: linear-gradient(90deg, #10251eeb 0%, #142a22b8 42%, #142a2220 80%), linear-gradient(0deg, #142a2266, transparent 65%);
}
.nest-studio-home .hero-content { margin: 0 auto; padding: 0; }
.nest-studio-home .hero h1 { font-family: var(--display-font); font-size: 82px; font-weight: 400; line-height: .99; max-width: 790px; }
.nest-studio-home .hero .eyebrow { max-width: 680px; margin-bottom: 25px; }
.nest-studio-home .hero-copy { max-width: 540px; font-size: 17px; line-height: 1.7; color: #eff4ee; margin-top: 26px; }
.nest-studio-home .hero-actions { margin-top: 28px; }
.nest-studio-home .hero-points { gap: 18px; font-weight: 400; color: #e4ede4; margin-top: 30px; }
.nest-studio-home .hero-points span { border: 0; padding: 0; }
.nest-studio-home .hero-points span + span { border-left: 1px solid #ffffff6b; padding-left: 18px; }
.hero-project-note { position: absolute; bottom: 66px; right: max(24px, calc((100% - 1360px) / 2)); width: 210px; border-left: 1px solid #ffffff78; padding-left: 20px; }
.hero-project-note span { display: block; color: #f2f5ef; font-size: 12px; }
.hero-project-note strong { display: block; margin: 10px 0; font-family: var(--display-font); font-weight: 400; font-size: 30px; line-height: 1.1; }
.hero-project-note a { font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.studio-facts { display: grid; grid-template-columns: .8fr 1fr 1fr 1fr; gap: 26px; align-items: center; width: min(var(--site-width), calc(100% - var(--site-gutter))); margin: 0 auto; padding: 30px 0; border-bottom: 1px solid var(--line); }
.studio-facts > div { display: flex; align-items: center; gap: 18px; }
.studio-facts strong { font-family: var(--display-font); font-size: 42px; font-weight: 400; white-space: nowrap; }
.studio-facts span { font-size: 13px; line-height: 1.5; max-width: 140px; }
.studio-facts a { justify-self: end; font-size: 14px; border-bottom: 1px solid #739381; padding-bottom: 5px; }

.nest-studio-home .homepage-service-grid { gap: 30px; }
.nest-studio-home .homepage-service-grid a { display: block; padding: 0; border: 0; background: transparent; box-shadow: none; transform: none; }
.studio-service-image { overflow: hidden; aspect-ratio: 4 / 3; background: #dde4dc; }
.studio-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.homepage-service-grid a:hover img { transform: scale(1.035); }
.studio-service-copy { padding-top: 24px; }
.studio-service-copy h3 { margin: 11px 0 10px; font-family: var(--display-font); font-weight: 400; font-size: 38px; line-height: 1.05; }
.studio-service-copy p { margin: 0; font-size: 15px; color: var(--muted); }
.homepage-service-grid .studio-service-link { display: block; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 24px; font-family: Inter, Arial, sans-serif; font-size: 14px; font-weight: 500; }
.studio-service-link::after { content: "\2197"; float: right; font-size: 20px; line-height: 1; }
.nest-studio-home .homepage-core-services .section-actions { justify-content: center; margin-top: 44px; }

.studio-dark-band { background: var(--studio-deep); color: #f6f7f4; }
.studio-why-inner { width: min(var(--site-width), calc(100% - var(--site-gutter))); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 110px; padding: 100px 0; }
.studio-why-intro h2 { font-family: var(--display-font); font-size: 60px; font-weight: 400; line-height: 1.04; margin: 0; }
.studio-why-intro h2 em { color: var(--studio-mint); font-weight: 400; }
.studio-why-intro > p:not(.section-kicker) { font-size: 17px; color: #d5e0d8; line-height: 1.7; margin: 26px 0; max-width: 475px; }
.studio-dark-band .section-kicker { color: var(--studio-mint); }
.studio-why-image { margin: 32px 0 0; }
.studio-why-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.studio-why-image figcaption { font-size: 12px; color: #d0dccf; padding: 12px 0; }
.studio-why-inner .why-stack { display: block; padding: 0; background: transparent; border: 0; }
.studio-why-inner .why-stack article { display: grid; grid-template-columns: 46px 1fr; column-gap: 20px; row-gap: 14px; padding: 30px 0; border: 0; border-top: 1px solid #ffffff35; box-shadow: none; background: transparent; min-height: 0; }
.studio-why-inner .why-stack article:last-child { border-bottom: 1px solid #ffffff35; }
.studio-why-inner .why-stack article > span { grid-row: 1 / 3; padding-top: 1px; font-family: var(--display-font); color: var(--studio-gold); font-size: 38px; font-weight: 400; line-height: 1; }
.studio-why-inner .why-stack article strong { font-size: 21px; color: #f6f7f4; font-weight: 500; line-height: 1.3; }
.studio-why-inner .why-stack article p { grid-column: 2; font-size: 15px; line-height: 1.7; color: #d0ddd3; margin: 0; }

.nest-studio-home .capability-preview-grid { gap: 0; border-block: 1px solid #aebdb1; }
.nest-studio-home .capability-preview-grid article { padding: 32px; border: 0; background: transparent; box-shadow: none; transform: none; }
.nest-studio-home .capability-preview-grid article:first-child { padding-left: 0; }
.nest-studio-home .capability-preview-grid article + article { border-left: 1px solid var(--line); }
.nest-studio-home .capability-preview-grid strong { font-family: var(--display-font); font-size: 34px; font-weight: 400; }
.capability-preview-grid p { margin: 0; }
.capability-preview-grid a { color: #315e43; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; margin-top: 14px; }
.studio-pilot-band { background: #e4ece1; border-block: 1px solid #c6d2c4; }
.nest-studio-home .pilot-overview { width: min(var(--site-width), calc(100% - var(--site-gutter))); padding: 90px 0; margin: 0 auto; background: transparent; color: var(--forest); gap: 110px; grid-template-columns: 1fr 1fr; }
.nest-studio-home .pilot-overview .section-kicker { color: #397255; }
.nest-studio-home .pilot-overview h2 { font-family: var(--display-font); font-weight: 400; font-size: 66px; line-height: 1.03; color: var(--forest); margin: 0; }
.nest-studio-home .pilot-overview h2 em { font-weight: 400; }
.nest-studio-home .pilot-overview p { color: #405448; }
.nest-studio-home .pilot-overview .button { background: var(--forest); color: #fff; border-color: var(--forest); }
.studio-pilot-detail { display: grid; grid-template-columns: 120px 1fr; align-content: center; gap: 24px; }
.studio-pilot-number { font-size: 126px; line-height: .85; font-family: var(--display-font); color: #397255; }
.studio-pilot-detail > p { margin: 0; align-self: center; font-family: var(--display-font); font-size: 29px; line-height: 1.15; }
.studio-pilot-detail .pilot-includes-list { grid-column: 1 / -1; gap: 0; margin-top: 12px; }
.studio-pilot-detail .pilot-includes-list span { border: 0; border-top: 1px solid #aabbab; background: transparent; color: var(--forest); padding: 14px 0; font-size: 15px; font-weight: 400; }
.studio-pilot-detail .pilot-includes-list span::before { content: "\2713"; margin-right: 14px; }

.nest-studio-home .demonstration-preview-grid { grid-template-columns: 1.2fr 1fr; gap: 36px; }
.nest-studio-home .demonstration-preview-grid a { padding: 0; border: 0; background: transparent; box-shadow: none; min-height: 0; display: block; transform: none; }
.nest-studio-home .demonstration-preview-grid a:first-child { grid-row: span 2; }
.demonstration-preview-grid img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.demonstration-preview-grid a:first-child img { aspect-ratio: 4 / 4.5; }
.demonstration-preview-grid a > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.nest-studio-home .demonstration-preview-grid strong { display: block; font-family: var(--display-font); font-weight: 400; font-size: 34px; margin: 10px 0; }
.demonstration-preview-grid small { display: block; }
.nest-studio-home .homepage-process { border-top: 1px solid var(--line); }
.nest-studio-home .profile-steps { gap: 30px; }
.nest-studio-home .profile-steps li { display: block; padding: 22px 0 0; border: 0; border-top: 1px solid #72927c; box-shadow: none; background: transparent; }
.nest-studio-home .profile-steps li > span { display: block; font-family: var(--display-font); font-size: 56px; font-weight: 400; color: #397255; margin-bottom: 32px; }
.nest-studio-home .profile-steps h3 { font-size: 18px; font-weight: 500; }
.nest-studio-home .profile-steps p { font-size: 15px; }
.nest-studio-home .homepage-experience { padding: 0 0 72px; }
.nest-studio-home .homepage-experience .proof-panel { padding: 40px 0; background: transparent; color: var(--ink); display: block; border-top: 1px solid var(--line); box-shadow: none; }
.nest-studio-home .homepage-experience h2 { font-family: Inter, Arial, sans-serif; font-size: 21px; line-height: 1.5; max-width: 1000px; font-weight: 500; color: var(--forest); }
.nest-studio-home .homepage-experience p:not(.section-kicker) { font-size: 13px; color: var(--muted); max-width: 920px; }
.nest-studio-home .homepage-experience .stat-grid { display: none; }
.nest-studio-home .homepage-faq { padding-top: 0; grid-template-columns: .7fr 1fr; gap: 100px; }
.nest-studio-home .homepage-faq h2 { font-size: 60px; }
.nest-studio-home .faq-list article { box-shadow: none; background: transparent; padding: 20px 0; border: 0; border-top: 1px solid var(--line); }
.nest-studio-home .faq-list strong { font-size: 17px; font-weight: 500; }
.nest-studio-home .faq-list span { font-size: 15px; line-height: 1.7; }
.studio-final { position: relative; isolation: isolate; display: block; padding-block: 104px; background: var(--studio-deep); }
.studio-final::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #142a22f5, #142a2278), url("assets/project-01.webp") center / cover; }
.studio-final > div { width: min(var(--site-width), calc(100% - var(--site-gutter))); margin: 0 auto; }
.studio-final .section-kicker { color: var(--studio-mint); }
.studio-final h2 { font-size: 72px; max-width: 900px; }
.studio-final h2 em { color: var(--studio-mint); }
.studio-final p { max-width: 550px; color: #e0e9df; }
.studio-final .homepage-final-actions { margin-top: 30px; }

@media (min-width: 1600px) {
  .nest-studio-home .hero h1 { font-size: 94px; max-width: 900px; }
}
@media (max-width: 1150px) {
  .nav-links { gap: 13px; font-size: 13px; }
  .hero-project-note { display: none; }
  .studio-why-inner, .nest-studio-home .pilot-overview { gap: 56px; }
  .studio-facts { grid-template-columns: 1fr 1fr 1.3fr; }
  .studio-facts > a { display: none; }
}
@media (max-width: 980px) {
  .nav { min-height: 78px; padding-block: 10px; }
  .brand-logo { width: 104px; height: 52px; }
  .nav-links { font-size: 16px; }
  .site-header.is-open .nav-links { background: var(--studio-deep); }
  .nest-studio-home .hero { padding-top: 140px; }
  .nest-studio-home .hero h1 { font-size: 72px; max-width: 750px; }
  .nest-studio-home .section-heading h2, .studio-why-intro h2 { font-size: 50px; }
  .section-heading { gap: 30px; }
  .nest-studio-home .homepage-service-grid { gap: 22px; }
  .studio-service-copy h3 { font-size: 32px; }
  .studio-why-inner { gap: 40px; }
  .studio-pilot-detail { grid-template-columns: 86px 1fr; }
  .studio-pilot-number { font-size: 96px; }
  .nest-studio-home .homepage-faq { gap: 50px; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .page-hero::after { background: linear-gradient(90deg, #10251ef0, #142a22bf); }
}
@media (max-width: 700px) {
  :root { --site-gutter: 40px; }
  .section, .nest-studio-home .section { padding-block: 64px; }
  .section > h2, .section-heading h2, .split-content > div > h2, .faq-section > div:first-child > h2, .mini-cta h2, .cta-band h2 { font-size: 38px; }
  .page-hero h1 { font-size: 45px; }
  .page-hero-inner { padding-top: 125px; padding-bottom: 42px; }
  .page-hero { min-height: 0; }
  .page-hero img.page-hero-bg { object-position: var(--hero-mobile-position, center); }
  .page-hero::after { background: linear-gradient(90deg, #10251ee8, #142a22b8); }
  body[data-page="contact.html"] .page-hero h1 { font-size: 40px; }
  .section.contact-workspace { padding-top: 12px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 22px; }
  .nest-studio-home .hero { min-height: 0; padding: 128px 0 48px; }
  .nest-studio-home .hero h1 { font-size: 51px; max-width: 520px; line-height: 1.02; }
  .nest-studio-home .hero .eyebrow { font-size: 12px; max-width: 330px; margin-bottom: 22px; }
  .nest-studio-home .hero-copy { font-size: 16px; max-width: 390px; margin-top: 24px; }
  .nest-studio-home .hero-overlay { background: linear-gradient(90deg, #142a22ed, #142a2290); }
  .nest-studio-home .hero-bg { object-position: 62% center; }
  .nest-studio-home .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .nest-studio-home .hero-actions .button { min-height: 52px; padding: 12px; font-size: 13px; line-height: 1.4; }
  .nest-studio-home .hero-points { font-size: 12px; gap: 9px; margin-top: 22px; }
  .nest-studio-home .hero-points span + span { padding-left: 9px; }
  .studio-facts { grid-template-columns: 1fr 1fr; gap: 22px; padding-block: 24px; }
  .studio-facts > div { align-items: start; gap: 8px; flex-direction: column; }
  .studio-facts > div:nth-child(3) { display: none; }
  .studio-facts strong { font-size: 42px; line-height: 1; }
  .studio-facts span { max-width: 180px; }
  .nest-studio-home .section-heading h2 { font-size: 43px; }
  .nest-studio-home .homepage-service-grid { grid-template-columns: 1fr; gap: 40px; }
  .studio-service-image { aspect-ratio: 4 / 3; }
  .studio-service-copy { padding-top: 20px; }
  .studio-service-copy h3 { font-size: 36px; }
  .studio-service-copy p { font-size: 16px; }
  .studio-why-inner { grid-template-columns: 1fr; padding-block: 64px; gap: 36px; }
  .studio-why-intro h2 { font-size: 45px; }
  .studio-why-inner .why-stack article { padding-block: 24px; grid-template-columns: 38px 1fr; gap: 12px; }
  .studio-why-inner .why-stack article strong { font-size: 20px; }
  .nest-studio-home .capability-preview-grid { grid-template-columns: 1fr; }
  .nest-studio-home .capability-preview-grid article { padding: 26px 0; }
  .nest-studio-home .capability-preview-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .nest-studio-home .pilot-overview { grid-template-columns: 1fr; gap: 40px; padding-block: 64px; }
  .nest-studio-home .pilot-overview h2 { font-size: 54px; }
  .studio-pilot-detail { grid-template-columns: 110px 1fr; gap: 20px; }
  .studio-pilot-detail > p { font-size: 28px; }
  .nest-studio-home .demonstration-preview-grid { grid-template-columns: 1fr; gap: 32px; }
  .demonstration-preview-grid a:first-child img, .demonstration-preview-grid img { aspect-ratio: 4 / 3; }
  .nest-studio-home .demonstration-preview-grid strong { font-size: 31px; }
  .nest-studio-home .profile-steps { grid-template-columns: 1fr 1fr; gap: 26px; }
  .nest-studio-home .profile-steps li > span { font-size: 48px; margin-bottom: 22px; }
  .nest-studio-home .homepage-experience { padding-block: 0 36px; }
  .nest-studio-home .homepage-faq { grid-template-columns: 1fr; gap: 30px; padding-top: 20px; }
  .nest-studio-home .homepage-faq h2 { font-size: 46px; }
  .studio-final { padding: 66px 0; }
  .studio-final h2 { font-size: 47px; }
  .studio-final .homepage-final-actions { gap: 12px; }
  .blog-article-main h2 { font-size: 26px; }
  body[data-page="services.html"] .link-grid { grid-template-columns: 1fr; }
  body[data-page="services.html"] .studio-catalog-card { grid-template-columns: 32% 1fr; }
  .studio-catalog-card > div { padding-left: 18px; }
  .studio-catalog-card strong { font-size: 28px; }
}
@media (max-width: 600px) {
  body[data-page="services.html"] .studio-catalog-card { grid-template-columns: minmax(0, 1fr); }
  .studio-catalog-image { aspect-ratio: 16 / 10; }
  .studio-catalog-card > div { padding: 20px 0 24px; }
}
@media (max-width: 370px) {
  .nest-studio-home .hero h1 { font-size: 44px; }
  .nest-studio-home .hero-points { display: none; }
  .nest-studio-home .profile-steps { grid-template-columns: 1fr; }
  .nest-studio-home .section-heading h2, .studio-why-intro h2 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .studio-service-image img { transition: none; }
  .homepage-service-grid a:hover img { transform: none; }
}
