/* Fonts (Source Serif 4, Manrope, Courier Prime, Caveat) are loaded once,
   non-blocking, in cast-templates/layout.php — do not re-@import here (it
   double-fetches Manrope + Courier Prime and serializes behind this sheet). */


.home-study {
  --paper: #f5f5f1;
  --paper-2: #ffffff;
  --ink: #282825;
  --ink-soft: #55565e;
  --gray: #8f8f89;
  --line: #d6d6cf;
  --dark: #292a2e;
  --darker: #1d1e20;
  --brand-red-soft: #980f0f;
  --teal: #0c7a5c;
  --mint: #73e2bd;
  --acid: #d8ff59;
  --sky: #e1edfe;
  --lilac: #dc78ff;
  --brand-red: #980f0f;

  --display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --mono: "Courier Prime", "Courier New", monospace;
  --hand: "Caveat", "Segoe Script", cursive;
  --home-copy-size: 1.3125rem;
  --home-eyebrow-size: .875rem;

  --nav-h: 4.5rem;
  --pad-x: max(6vw, calc((100vw - 1180px) / 2));
  --squiggle: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='7' viewBox='0 0 48 7'><path d='M1 4 Q7 1 13 3.6 T25 3.6 T37 3.6 T49 3.6' fill='none' stroke='%23980f0f' stroke-width='2' stroke-linecap='round'/></svg>");
}

.home-study * { box-sizing: border-box; }
.home-study { scroll-behavior: smooth; }
.home-study, .home-study { overflow-x: clip; }
.home-study {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1rem/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
}
.home-study a { color: inherit; text-decoration: none; }
.home-study ::selection { background: var(--brand-red); color: #fff; }
.home-study :focus-visible { outline: 2px solid var(--brand-red); outline-offset: 3px; }
.home-study .hero .button:focus-visible, .home-study .counter .button:focus-visible { outline-color: var(--brand-red-soft); }
.home-study b, .home-study i, .home-study em, .home-study u, .home-study span { margin: 0; }

.home-study .button {
  border: 1.5px solid currentColor;
  padding: .95rem 1.6rem;
  font: 700 .85rem var(--sans);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.home-study .button:hover { transform: translateY(-2px); }
.home-study .button.primary { background: var(--ink); border-color: var(--ink); color: #fff; }
.home-study .button.primary:hover { background: var(--brand-red); border-color: var(--brand-red); }
.home-study .button.light { color: #fff; }
.home-study .button.light:hover { background: #fff; border-color: #fff; color: var(--ink); }

.home-study .eyebrow {
  margin: 0 0 .5rem;
  font: 700 var(--home-eyebrow-size)/1.5 var(--mono);
  letter-spacing: .22em; text-transform: uppercase;
}
.home-study .eyebrow.ink { color: var(--teal); }
.home-study .mono-label { margin: 0; font: 700 var(--home-eyebrow-size)/1.5 var(--mono); letter-spacing: .2em; text-transform: uppercase; }

.home-study h1, .home-study h2, .home-study h3 { font-optical-sizing: auto; }
.home-study .section-copy { max-width: 700px; }
.home-study .section-copy h2, .home-study .showcase-title h2, .home-study .statement-inner h2, .home-study .join-copy h2 {
  font: 400 clamp(2.4rem, 5vw, 4.6rem)/1 var(--display);
  letter-spacing: -.03em;
  margin: 1rem 0 1.6rem;
}
.home-study .section-copy p:not(.eyebrow) { font-size: var(--home-copy-size); }
.home-study .section-copy p:not(.eyebrow):last-of-type { max-width: 560px; color: var(--ink-soft); }


.home-study .edge { height: 120px; }
.home-study .wave-top { top: 1px; transform: translateY(-99%); height: 96px; }
.home-study .wave-top path { fill: var(--paper); }


.home-study .hero {
  --hero-landscape-width: max(100%, 1600px);
  min-height: max(1048px, 100svh);
  padding: calc(var(--nav-h) + 5.5rem) 0 0;
  background: var(--dark);
  color: #f7f6f2;
}
.home-study .hero-sky {
  background:
    radial-gradient(ellipse at 0% 68%, rgba(180, 139, 87, .22), transparent 58%),
    linear-gradient(180deg, var(--darker) 0%, var(--dark) 48%, #625447 100%);
}

/* Three registered 2:1 plates from one storybook scene. Overscan keeps the
   landscape continuous through scroll and preserves the artwork's proportions. */
.home-study .hero-layer {
  left: 50%;
  width: var(--hero-landscape-width);
  margin-left: calc(var(--hero-landscape-width) / -2);
  aspect-ratio: 2 / 1;
  will-change: transform;
}
.home-study .hero-layer img { width: 100%; height: auto; }
.home-study .hero-layer.far { bottom: 160px; opacity: .62; }
.home-study .hero-layer.mid {
  bottom: -20px;
  filter: drop-shadow(12px 20px 22px rgba(20, 17, 13, .28));
}
.home-study .hero-layer.near {
  bottom: -50px;
  filter: drop-shadow(12px 16px 14px rgba(15, 13, 10, .4));
}
.home-study .hero-content { max-width: 900px; padding: 2rem 5vw 1rem; }
.home-study .hero .eyebrow { color: var(--brand-red-soft); }
.home-study .hero h1 {
  font: 340 clamp(3.4rem, 9.2vw, 9rem)/.95 var(--display);
  letter-spacing: -.02em;
  margin: 1.2rem 0 1.6rem;
}
.home-study .hero-accent { font-style: italic; color: var(--mint); }

.home-study .hero-copy { max-width: 460px; color: #d4d5d8; font-size: var(--home-copy-size); }
.home-study .hero-tablet {
  width: min(900px, 92vw);
  margin-bottom: 115px;
  will-change: transform;
  bottom: -38px;
}
.home-study .hero-tablet__hardware {
  aspect-ratio: 104 / 85;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  background: linear-gradient(145deg, #303238, #0d0e11 58%, #25272c);
  box-shadow: 0 42px 90px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .12);
}
.home-study .hero-tablet__camera {
  z-index: 4;
  top: 50%;
  left: 5px;
  background: #4d5058;
  box-shadow: 0 0 0 1px #07080a;
}
.home-study .hero-tablet__screen {
  height: 860px;
  border-radius: 20px;
  background: #f4efe6;
  container-type: inline-size;
}
.home-study .demo-site {
  min-height: 100%;
  color: #172322;
  background: #f4efe6;
  font-family: var(--sans);
  transform: translate3d(0, var(--demo-scroll-y, 0px), 0);
  will-change: transform;
}
.home-study .demo-nav {
  height: 5.5cqw;
  padding: 0 5%;
  border-bottom: 1px solid rgba(23, 35, 34, .12);
}
.home-study .demo-brand { gap: .65rem; }
.home-study .demo-brand i {
  width: 19px;
  height: 19px;
  border-radius: 50% 50% 50% 8%;
  background: #980f0f;
  transform: rotate(-22deg);
}
.home-study .demo-brand b { font: 600 clamp(.68rem, 1.25vw, 1rem) var(--display); letter-spacing: -.01em; }
.home-study .demo-links { gap: clamp(.7rem, 2.2vw, 1.8rem); font-size: clamp(.38rem, .75vw, .68rem); }
.home-study .demo-hero {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  min-height: 44cqw;
  background: #efe7db;
}
.home-study .demo-hero__copy { padding: var(--space-8); }
.home-study .demo-hero__copy .demo-kicker { font-size: var(--home-eyebrow-size); line-height: 1.5; }
.home-study .demo-kicker, .home-study .demo-index {
  font: 700 clamp(.48rem, .9vw, .78rem) var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #980f0f;
}
.home-study .demo-hero__copy h1 {
  margin: var(--space-4) 0 var(--space-6);
  font: 400 clamp(2.8rem, 4.8vw, 4.3rem)/1.02 var(--display);
  letter-spacing: -.035em;
  text-wrap: balance;
}
.home-study .demo-hero__accent { color: #980f0f; }
.home-study .demo-hero__copy p {
  max-width: 25rem;
  margin: 0 0 1.3rem;
  color: #53615e;
  font-size: var(--home-copy-size);
  line-height: 1.55;
}
.home-study .demo-button {
  min-height: 44px;
  padding: .7em 1.2em;
  background: #172322;
  color: #fff;
  font-size: .875rem;
}
.home-study a.demo-button { color: var(--paper); }
.home-study a.demo-button:hover { background: var(--brand-red); }
.home-study .demo-hero__gallery { padding: var(--space-3); }
.home-study .demo-hero__image {
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  background: linear-gradient(145deg, #c6cfca 0 43%, #9aa9a2 43% 44%, #e7d2b7 44% 72%, #b66b53 72%);
  box-shadow: inset 0 0 60px rgba(18, 29, 28, .12);
}
.home-study .demo-room__window { inset: 8% 8% 42% 43%; border: 5px solid #5c6e69; background: linear-gradient(#a8c9ce 55%, #6f8577 55%); }
.home-study .demo-room__sofa { left: 9%; right: 24%; bottom: 11%; height: 30%; border-radius: 9px 9px 2px 2px; background: #ede5d8; box-shadow: 0 12px 25px rgba(30,35,31,.18); }
.home-study .demo-room__table { right: 8%; bottom: 8%; width: 34%; aspect-ratio: 1.7; background: #864c39; box-shadow: 0 14px 20px rgba(40,24,18,.22); }
.home-study .demo-room__plant { right: 12%; top: 18%; width: 12%; height: 30%; background: radial-gradient(ellipse at 20% 60%, #315e4a 0 18%, transparent 19%), radial-gradient(ellipse at 72% 42%, #3e7258 0 19%, transparent 20%), linear-gradient(90deg, transparent 47%, #315e4a 48% 53%, transparent 54%); }
.home-study .demo-hero__image--detail { background: linear-gradient(135deg, #e7d2b7, #c7b09a); }
.home-study .demo-detail__frame { top: 12%; left: 12%; width: 44%; height: 58%; border: 5px solid #864c39; background: radial-gradient(ellipse at 50% 95%, #536d62 0 40%, transparent 41%), #ede5d8; transform: rotate(-5deg); }
.home-study .demo-detail__shelf { left: 0; right: 0; bottom: 18%; height: 7%; background: #864c39; box-shadow: 0 8px 12px rgba(30, 35, 31, .18); }
.home-study .demo-detail__vase { right: 15%; bottom: 25%; width: 20%; height: 30%; border-radius: 25% 25% 40% 40%; background: #980f0f; }
.home-study .demo-detail__stem { right: 19%; bottom: 55%; width: 13%; height: 30%; background: radial-gradient(ellipse at 20% 35%, #315e4a 0 20%, transparent 21%), radial-gradient(ellipse at 80% 60%, #536d62 0 20%, transparent 21%), linear-gradient(90deg, transparent 47%, #315e4a 48% 53%, transparent 54%); }
.home-study .demo-marquee { padding: 1rem 5%; background: #172322; color: #f7f2e9; font: 600 clamp(.42rem, .9vw, .75rem) var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.home-study .demo-marquee i { width: 4px; height: 4px; border-radius: 50%; background: #980f0f; align-self: center; }
.home-study .demo-intro { grid-template-columns: .7fr 1.35fr 1fr; gap: 5%; padding: 11% 6%; }
.home-study .demo-intro strong { font: 400 clamp(1rem, 2.7vw, 2.35rem)/1 var(--display); letter-spacing: -.03em; }
.home-study .demo-intro p { margin: 0; color: #68716f; font-size: clamp(.4rem, .85vw, .72rem); }
.home-study .demo-projects { gap: 1.2%; padding: 0 2%; }
.home-study .demo-project { min-height: 37cqw; padding: 5%; color: #fff; font: 500 clamp(.7rem, 1.5vw, 1.2rem) var(--display); }
.home-study .demo-project::before { content: ""; width: 72%; height: 75%; margin: auto; border: 8px solid rgba(255,255,255,.55); box-shadow: 30px 25px 0 rgba(0,0,0,.1); }
.home-study .demo-project--warm { background: #b86a50; }
.home-study .demo-project--green { background: #536d62; }
.home-study .demo-project--coral { background: #980f0f; }
.home-study .demo-quote { min-height: 44cqw; padding: 6%; background: #d9e5d8; }
.home-study .demo-quote span { font: 700 clamp(.35rem, .7vw, .58rem) var(--mono); text-transform: uppercase; letter-spacing: .15em; color: #536d62; }
.home-study .demo-quote strong { font: 400 clamp(1.2rem, 3vw, 2.8rem) var(--display); letter-spacing: -.03em; }
.home-study .hero-tablet__glare { background: linear-gradient(118deg, rgba(255,255,255,.11), transparent 27% 72%, rgba(255,255,255,.06)); }

.home-study .writers {
  top: var(--nav-h);
  padding: clamp(7rem, 12vw, 11rem) var(--pad-x);
  background: var(--paper);
  box-shadow: 0 -20px 45px rgba(0, 0, 0, .18);
  gap: clamp(2rem, 5vw, 5rem);
  margin-bottom: 300px;
}
.home-study .sketch-table {
  flex: 0 0 min(620px, 54%);
  transform: rotate(-1.5deg);
}
.home-study .sketch-pan { transform: scale(1.2); }


/* A continuous service timeline: the promise stays beside the details. */
.home-study .showcase {
  --service-paper: #d6d6c9;
  isolation: isolate;
  padding: clamp(6rem, 9vw, 9rem) var(--pad-x);
  background: var(--service-paper);
  box-shadow: 0 -24px 42px rgba(40, 40, 35, .12);
}
.home-study .showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -2%;
  width: 104%;
  height: 64px;
  background: var(--service-paper);
  border-radius: 50% 50% 0 0 / 85% 85% 0 0;
}
.home-study .services-layout {
  max-width: 1180px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
}
.home-study .showcase-head {
  top: calc(var(--nav-h) + var(--space-12));
}
.home-study .showcase-title h2 {
  max-width: 10ch;
  margin-bottom: var(--space-8);
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  line-height: 1.06;
  text-wrap: balance;
}
.home-study .showcase-title .eyebrow {
  max-width: 30ch;
  line-height: 1.7;
}
.home-study .services-signature {
  width: 125px;
  height: auto;
  color: var(--brand-red);
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.home-study .service-timeline { list-style: none; }
.home-study .service-step {
  grid-template-columns: 3rem minmax(0, 1fr);
  column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
}
.home-study .service-step::before {
  content: "";
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: calc(1.5rem - .5px);
  width: 1px;
  background: color-mix(in srgb, var(--teal) 30%, transparent);
}
.home-study .service-step:last-child { padding-bottom: 0; }
.home-study .service-step:last-child::before { display: none; }
.home-study .service-number {
  min-height: 3rem;
  border: 1px solid color-mix(in srgb, var(--brand-red) 45%, transparent);
  background: var(--service-paper);
  color: var(--brand-red);
  font: 400 1rem/1 var(--mono);
}
.home-study .service-copy {
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
}
.home-study .service-step:last-child .service-copy {
  padding-bottom: 0;
  border-bottom: 0;
}
.home-study .service-phase {
  color: var(--teal);
  font: 700 var(--home-eyebrow-size)/1.5 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-study .service-copy h3 {
  font: 400 clamp(1.8rem, 2.8vw, 2.5rem)/1.1 var(--display);
  text-wrap: balance;
}
.home-study .service-description {
  color: var(--ink-soft);
  font-size: var(--home-copy-size);
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.home-study .service-description p { margin: 0 0 var(--space-4); }
.home-study .service-description > :last-child { margin-bottom: 0; }
.home-js .home-study .service-copy.reveal {
  transform: translateY(18px);
  transition-duration: .6s;
}
.home-js .home-study .service-copy.reveal.is-visible { transform: none; }

@media (max-width: 900px) {
  .home-study .services-layout { grid-template-columns: minmax(0, 1fr); gap: var(--space-12); }
  .home-study .showcase-head { position: static; }
  .home-study .showcase-title h2 { max-width: 16ch; }
  .home-study .services-signature { width: 90px; }
}
@media (max-width: 480px) {
  .home-study .service-step { grid-template-columns: 2.5rem minmax(0, 1fr); column-gap: var(--space-4); padding-bottom: var(--space-8); }
  .home-study .service-number { width: 2.5rem; min-height: 2.5rem; font-size: var(--text-sm); }
  .home-study .service-step::before { top: 2.5rem; left: calc(1.25rem - .5px); }
}
@media (prefers-reduced-motion: reduce) {
  .home-js .home-study .service-copy.reveal { transform: none; transition: none; }
}
@media print {
  .home-study .showcase-head { position: static; }
  .home-js .home-study .service-copy.reveal { opacity: 1; transform: none; }
}


/* Studio notes stay in their own margins, clear of the manifesto. */
.home-study .statement {
  padding: clamp(5rem, 8vw, 8rem) var(--pad-x) clamp(6rem, 10vw, 10rem);
  background: var(--paper);
}
.home-study .statement-inner { max-width: 1180px; }
.home-study .studio-manifesto { max-width: 640px; }
.home-study .statement-inner h2 {
  margin: var(--space-6) 0 var(--space-8);
  font-size: clamp(2.8rem, 4.7vw, 4.6rem);
  line-height: 1.06;
  text-wrap: balance;
}
.home-study .statement-copy {
  max-width: 52ch;
  color: var(--ink-soft);
  font: 400 var(--home-copy-size)/1.55 var(--sans);
}
.home-study .statement-copy p { margin: 0 0 var(--space-6); }
.home-study .statement-copy p:last-child { margin-bottom: 0; }
.home-study .statement-copy em { font-style: italic; color: var(--brand-red); }
.home-study .statement-copy strong {
  color: var(--ink);
  font-weight: 600;
  background: linear-gradient(transparent 65%, color-mix(in srgb, var(--brand-red-soft) 25%, transparent) 65% 92%, transparent 92%);
}
.home-study .note {
  width: 190px;
  filter: drop-shadow(0 10px 10px color-mix(in srgb, var(--ink) 15%, transparent));
}
.home-study .sn-ul { top: 20%; left: -1%; transform: rotate(-8deg); }
.home-study .sn-tr { top: -8%; right: 0; width: 165px; transform: rotate(9deg); }
.home-study .sn-br { bottom: -9%; right: -1%; width: 185px; transform: rotate(6deg); }

/* Years of hands-on craft, set across a full-bleed photo with a dark veil. */
.home-study .counter {
  padding: clamp(5rem, 8vw, 8rem) var(--pad-x);
  /* Balance the content above the following section's overlapping paper edge. */
  padding-bottom: calc(clamp(5rem, 8vw, 8rem) + var(--space-16) + var(--space-8));
  min-height: clamp(520px, 72vh, 760px);
  background: var(--dark);
  color: var(--paper);
  overflow: hidden;
}
.home-study .counter-bg-wrap { position: absolute; inset: 0; }
.home-study .counter-bg { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-study .counter-veil { position: absolute; inset: 0; background: color-mix(in srgb, var(--dark) 64%, transparent); pointer-events: none; }
.home-study .experience-layout {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: var(--space-8) clamp(3rem, 7vw, 7rem);
}
.home-study .counter-inner .mono-label { color: var(--brand-red-soft); }
.home-study .experience-mark .experience-unit { margin-top: var(--space-3); color: var(--paper); }
.home-study .count {
  font: 300 clamp(8rem, 15vw, 14rem)/1 var(--display);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.065em;
}
.home-study .experience-circle {
  color: var(--brand-red-soft);
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  transform: rotate(-7deg);
}
.home-study .experience-circle path { vector-effect: non-scaling-stroke; }
.home-study .experience-copy h2 {
  max-width: 11ch;
  font: 400 clamp(2.8rem, 4.8vw, 4.8rem)/1.04 var(--display);
  letter-spacing: -.035em;
  text-wrap: balance;
}
.home-study .experience-points { list-style: none; max-width: 40ch; }
.home-study .experience-point {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: var(--space-3);
  color: color-mix(in srgb, var(--paper) 84%, var(--dark));
  font-size: var(--home-copy-size);
  line-height: 1.5;
}
.home-study .experience-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--brand-red-soft);
}
.home-study .experience-point:last-child { margin-bottom: 0; }
@media (max-width: 1200px) {
  .home-study .studio-manifesto { max-width: 600px; }
  .home-study .studio-notes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-8);
    margin-top: var(--space-12);
  }
  .home-study .note { position: relative; inset: auto; width: 170px; }
  .home-study .sn-tr { width: 150px; }
}
@media (max-width: 760px) {
  .home-study .experience-layout { grid-template-columns: minmax(0, 1fr); gap: var(--space-12); }
  .home-study .counter-inner { width: min(340px, 100%); margin-inline: auto; }
  .home-study .count { font-size: clamp(8rem, 32vw, 12rem); }
  .home-study .experience-copy { text-align: center; }
  .home-study .experience-copy h2, .home-study .experience-copy p { margin-inline: auto; }
  .home-study .studio-notes { gap: var(--space-4); }
  .home-study .note { width: 29%; }
  .home-study .sn-tr { width: 25%; }
}
@media (max-width: 480px) {
  .home-study .studio-notes {
    position: relative;
    display: block;
    width: min(330px, 100%);
    height: 385px;
    margin-inline: auto;
  }
  .home-study .note { position: absolute; width: 52%; }
  .home-study .sn-ul { top: 0; left: 0; z-index: 2; }
  .home-study .sn-tr { top: 0; right: 0; left: auto; width: 42%; }
  .home-study .sn-br { top: auto; bottom: 0; right: 0; left: auto; width: 52%; }
}
@media (prefers-reduced-motion: no-preference) {
  .home-js .counter-inner.is-visible .experience-circle path {
    stroke-dasharray: 1300;
    animation: experience-circle-draw 1.4s ease-out both;
  }
}
@keyframes experience-circle-draw {
  from { stroke-dashoffset: 1300; }
  to { stroke-dashoffset: 0; }
}


.home-study .join {
  min-height: 780px;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(7rem, 11vw, 10rem) var(--pad-x) 0;
  background: var(--paper);
  box-shadow: 0 -20px 45px rgba(0, 0, 0, .18);
}
.home-study .join-copy h2 { font-size: clamp(2.8rem, 6vw, 6rem); }
.home-study .join-image {
  transform: scale(1.25);
  transform-origin: center;
}


.home-js .home-study .reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2, .6, .2, 1), transform .8s cubic-bezier(.2, .6, .2, 1); transition-delay: var(--d, 0s); }
.home-js .home-study .reveal.is-visible { opacity: 1; transform: none; }


@media (max-width: 760px) {
  .home-study { --nav-h: 58px; }
  .home-study .hero { --hero-landscape-width: 1100px; min-height: 100svh; }
  .home-study .hero-tablet { width: 94vw; margin-bottom: 0; }
  .home-study .demo-hero { grid-template-columns: minmax(0, 1fr); }
  .home-study .demo-hero__copy { padding: var(--space-6) var(--space-4); }
  .home-study .demo-hero__copy h1 { font-size: clamp(2.3rem, 8vw, 3.5rem); }
  .home-study .demo-hero__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 var(--space-4) var(--space-4); }
  .home-study .hero-tablet__hardware { top: -72px; }
  .home-study .hero-layer.far { bottom: 140px; }
  .home-study .hero-layer.mid { bottom: 40px; }
  .home-study .hero-layer.near { bottom: -30px; }

  .home-study .writers { min-height: 720px; padding-top: 6rem; flex-direction: column; }
  .home-study .sketch-table { flex-basis: auto; width: 92%; }
  .home-study .edge { height: 70px; }


  .home-study .join { grid-template-columns: 1fr; min-height: 700px; padding-bottom: 0; }
  .home-study .join-copy { padding-top: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-study { scroll-behavior: auto; }
  .home-js .home-study .reveal { opacity: 1; transform: none; transition: none; }
  .home-study .demo-site { transform: none; }
}
