/* ============================================================
   KALDERVUD OZELENENNIA — landscape studio
   Arches · lowercase serif · seasonal palette · slow parallax
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body, h1, h2, h3, h4, p, dl, dd, figure, ol, ul { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }

:root {
  --mist: #F6F4ED;
  --paper: #FCFBF7;
  --moss: #1E3A2B;
  --moss-2: #2A4C38;
  --fern: #55764C;
  --sage: #A8BE9E;
  --clay: #C2714B;
  --stone: #8B8779;
  --bark: #4A3D30;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;

  --wrap: min(1280px, 100% - 2 * var(--edge));
  --edge: clamp(1.25rem, 5vw, 5rem);
  --air: clamp(4.5rem, 10vw, 10rem);
  --soft: cubic-bezier(.33, 1, .68, 1);
  --arch: 999px 999px 28px 28px / 460px 460px 28px 28px;

  /* seasonal scene palette — summer is the default */
  --sky: #CFE0E6; --sun: #F6E9C4; --far: #8FA98A;
  --mid: #3F6242; --near: #6F8F63; --ground: #86A473;
  --fore: #4C6E45; --accent: #E4C15E;
}

body[data-season="spring"] { --sky: #DCE7E4; --sun: #F7EEDD; --far: #A9C2A0; --mid: #4E7A50; --near: #85A874; --ground: #9DBB80; --fore: #5D8552; --accent: #E8A0B4; }
body[data-season="summer"] { --sky: #CFE0E6; --sun: #F6E9C4; --far: #8FA98A; --mid: #3F6242; --near: #6F8F63; --ground: #86A473; --fore: #4C6E45; --accent: #E4C15E; }
body[data-season="autumn"] { --sky: #E7DCC9; --sun: #F0D9A4; --far: #B99C6C; --mid: #8A5A2B; --near: #A8783E; --ground: #B58E4E; --fore: #7A5A32; --accent: #C2714B; }
body[data-season="winter"] { --sky: #DDE4E8; --sun: #EEF3F5; --far: #B7C2C4; --mid: #46564F; --near: #8C9A96; --ground: #C3CBC9; --fore: #5E6D67; --accent: #9FB4AE; }

.scene rect, .scene circle, .scene ellipse, .scene path, .scene g { transition: fill 1.1s var(--soft), stroke 1.1s var(--soft); }

body {
  background: var(--mist);
  color: var(--moss);
  font-family: var(--sans);
  font-size: clamp(1rem, .96rem + .24vw, 1.09rem);
  font-weight: 300;
  line-height: 1.72;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--sage); color: var(--moss); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--clay); outline-offset: 3px; border-radius: 6px;
}

.skip {
  position: fixed; left: 1rem; top: -80px; z-index: 999;
  background: var(--moss); color: var(--mist); padding: .8rem 1.3rem; border-radius: 100px;
  font-size: .85rem; transition: top .4s var(--soft);
}
.skip:focus { top: 1rem; }

.h2 {
  font-family: var(--serif); font-weight: 300; font-optical-sizing: auto;
  font-size: clamp(2rem, 1.1rem + 3.4vw, 4.2rem);
  line-height: 1.06; letter-spacing: -.02em; text-transform: lowercase;
}
.h2--light { color: var(--mist); }
.kicker {
  font-size: .74rem; letter-spacing: .2em; text-transform: lowercase;
  color: var(--stone); font-weight: 500;
}
.kicker--light { color: var(--sage); }

.head { max-width: 62ch; margin-bottom: clamp(2rem, 5vw, 3.6rem); }
.head--center { margin-inline: auto; text-align: center; }
.head .h2 { margin: .8rem 0 1rem; }
.head__sub { color: var(--stone); max-width: 52ch; }
.head--center .head__sub { margin-inline: auto; }
.head--light .h2, .head--light .kicker { color: var(--mist); }
.head--light .kicker { color: var(--sage); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 400;
  display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(.9rem, 2vw, 1.6rem) var(--edge);
  transition: background .6s var(--soft), padding .6s var(--soft), box-shadow .6s var(--soft);
}
.nav.is-float {
  background: rgba(246, 244, 237, .82);
  backdrop-filter: blur(16px) saturate(130%);
  box-shadow: 0 1px 0 rgba(30, 58, 43, .08);
  padding-block: .7rem;
}

.brand { display: flex; align-items: center; gap: .75rem; margin-right: auto; }
.brand__mk { width: 42px; height: 42px; flex: none; overflow: visible; }
.brand__canopy .r { fill: var(--fern); transform-origin: 24px 24px; }
.brand__canopy .r2 { fill: var(--moss); }
.brand__canopy .r3 { fill: var(--clay); }
.brand__stem { fill: none; stroke: var(--bark); stroke-width: 2; stroke-linecap: round; }
@media (prefers-reduced-motion: no-preference) {
  .brand__canopy .r1 { animation: bloom 1.1s var(--soft) both; }
  .brand__canopy .r2 { animation: bloom 1.1s var(--soft) .12s both; }
  .brand__canopy .r3 { animation: bloom 1.1s var(--soft) .24s both; }
  .brand__stem { stroke-dasharray: 60; stroke-dashoffset: 60; animation: grow 1.3s var(--soft) .2s forwards; }
  .brand:hover .brand__mk { animation: sway 2.2s var(--soft); }
}
@keyframes bloom { from { transform: scale(.2); opacity: 0; } }
@keyframes grow { to { stroke-dashoffset: 0; } }
@keyframes sway { 25% { transform: rotate(-5deg); } 60% { transform: rotate(4deg); } 100% { transform: rotate(0); } }

.brand__tx { display: flex; flex-direction: column; line-height: 1; }
.brand__tx b { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; letter-spacing: -.01em; }
.brand__tx i { font-style: normal; font-size: .74rem; letter-spacing: .1em; color: var(--stone); margin-top: .34rem; }

.nav__links { display: flex; gap: clamp(.9rem, 2vw, 2rem); }
.nav__links a {
  font-size: .95rem; padding: .6rem .25rem; position: relative; color: var(--moss);
  isolation: isolate;   /* keeps the sage highlight above the floating nav background */
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .1rem; height: 6px;
  background: var(--sage); border-radius: 100px; opacity: 0; transform: scaleX(.4);
  transition: opacity .45s var(--soft), transform .45s var(--soft); z-index: -1;
}
.nav__links a:hover::after, .nav__links a.is-here::after { opacity: .75; transform: scaleX(1); }

.nav__end { display: flex; align-items: center; gap: .7rem; }
.globe {
  display: flex; align-items: center; gap: .1rem;
  border: 1px solid rgba(30, 58, 43, .18); border-radius: 100px; padding: .15rem .55rem .15rem .5rem;
}
.globe svg { width: 15px; height: 15px; stroke: var(--stone); fill: none; stroke-width: 1.3; margin-right: .25rem; }
.globe__b {
  font-size: .78rem; letter-spacing: .04em; padding: .4rem .55rem; min-height: 38px; min-width: 40px; color: var(--stone);
  border-radius: 100px; transition: background .35s var(--soft), color .35s var(--soft);
}
.globe__b.is-on { background: var(--moss); color: var(--mist); }
.globe__b:hover:not(.is-on) { color: var(--moss); }

.pill {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: .85rem 1.7rem; border-radius: 100px;
  font-size: .92rem; font-weight: 500; letter-spacing: .01em;
  border: 1px solid transparent;
  transition: background .5s var(--soft), color .5s var(--soft), transform .5s var(--soft), border-color .5s var(--soft);
}
.pill--dark { background: var(--moss); color: var(--mist); }
.pill--dark:hover { background: var(--fern); transform: translateY(-2px); }
.pill--line { border-color: rgba(30,58,43,.25); color: var(--moss); }
.pill--line:hover { background: var(--moss); color: var(--mist); border-color: var(--moss); }
.pill--cream { background: var(--mist); color: var(--moss); }
.pill--cream:hover { background: var(--clay); color: #fff; transform: translateY(-2px); }
.nav__cta { min-height: 42px; padding: .55rem 1.2rem; font-size: .84rem; }

.sprout { display: none; width: 46px; height: 46px; position: relative; border-radius: 50%; }
.sprout span {
  position: absolute; left: 12px; width: 22px; height: 2px; background: var(--moss); border-radius: 2px;
  transition: transform .5s var(--soft);
}
.sprout span:nth-child(1) { top: 19px; }
.sprout span:nth-child(2) { top: 26px; width: 14px; }
.sprout[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.sprout[aria-expanded="true"] span:nth-child(2) { width: 22px; transform: translateY(-3.5px) rotate(-45deg); }

.sheet {
  position: fixed; inset: 0; z-index: 390; background: var(--moss); color: var(--mist);
  display: flex; flex-direction: column; justify-content: center; gap: 2rem;
  padding: 6rem var(--edge) 3rem;
  border-radius: 0 0 40px 40px;
  transform: translateY(-100%); transition: transform .7s var(--soft);
}
.sheet[hidden] { display: none; }
.sheet.is-open { transform: none; }
.sheet nav { display: flex; flex-direction: column; gap: .2rem; }
.sheet nav a {
  font-family: var(--serif); font-weight: 300; font-size: clamp(1.9rem, 8vw, 3rem);
  padding: .3rem 0; text-transform: lowercase;
  opacity: 0; transform: translateY(14px);
}
.sheet.is-open nav a { animation: sheetIn .6s var(--soft) forwards; }
.sheet.is-open nav a:nth-child(1) { animation-delay: .1s; }
.sheet.is-open nav a:nth-child(2) { animation-delay: .16s; }
.sheet.is-open nav a:nth-child(3) { animation-delay: .22s; }
.sheet.is-open nav a:nth-child(4) { animation-delay: .28s; }
.sheet.is-open nav a:nth-child(5) { animation-delay: .34s; }
.sheet.is-open nav a:nth-child(6) { animation-delay: .40s; }
@keyframes sheetIn { to { opacity: 1; transform: none; } }
.sheet__foot { display: flex; flex-direction: column; gap: .4rem; color: var(--sage); font-size: .95rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; width: var(--wrap); margin-inline: auto;
  padding: clamp(7.5rem, 16vh, 11rem) 0 clamp(3rem, 7vh, 6rem);
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 5vw, 4.5rem); align-items: center;
}
.hero__words { position: relative; z-index: 2; }
.hero__h1 {
  font-family: var(--serif); font-weight: 300; font-optical-sizing: auto;
  font-size: clamp(2.6rem, 1rem + 6vw, 6rem);
  line-height: 1.02; letter-spacing: -.026em; text-transform: lowercase;
  margin: clamp(1rem, 2vw, 1.6rem) 0 clamp(1.2rem, 2.4vw, 1.9rem);
}
.hero__h1 span, .hero__h1 em { display: block; }
.hero__h1 em { font-style: italic; color: var(--fern); }
@media (prefers-reduced-motion: no-preference) {
  .hero__h1 > * { opacity: 0; transform: translateY(24px); filter: blur(6px); animation: soften 1.2s var(--soft) forwards; }
  .hero__h1 > *:nth-child(1) { animation-delay: .1s; }
  .hero__h1 > *:nth-child(2) { animation-delay: .22s; }
  .hero__h1 > *:nth-child(3) { animation-delay: .34s; }
  .hero__words .kicker, .hero__lede, .hero__acts { opacity: 0; animation: soften 1.1s var(--soft) forwards; }
  .hero__words .kicker { animation-delay: .05s; }
  .hero__lede { animation-delay: .46s; }
  .hero__acts { animation-delay: .58s; }
}
@keyframes soften { to { opacity: 1; transform: none; filter: none; } }

.hero__lede { color: var(--stone); max-width: 44ch; }
.hero__acts { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: clamp(1.5rem, 3vw, 2.4rem); }

.stage { position: relative; }
.stage__arch {
  position: relative; overflow: hidden;
  border-radius: var(--arch);
  aspect-ratio: 4 / 5;
  background: var(--sky);
  box-shadow: 0 40px 80px -50px rgba(30, 58, 43, .55);
}
.scene { width: 100%; height: 100%; }
.ly { transform: translate3d(0, calc(var(--y, 0px) * var(--d, 0)), 0); will-change: transform; }
@media (prefers-reduced-motion: no-preference) {
  .grass { transform-origin: 400px 900px; }
  .blade { animation: bladeSway 5.5s ease-in-out infinite alternate; transform-origin: bottom; }
  .blade:nth-child(2) { animation-duration: 6.4s; }
  .blade:nth-child(3) { animation-duration: 4.9s; }
  .blade:nth-child(4) { animation-duration: 7.1s; }
  .blooms circle { animation: blink 6s ease-in-out infinite alternate; }
  .blooms circle:nth-child(even) { animation-delay: 1.6s; }
}
@keyframes bladeSway { from { transform: rotate(-3deg); } to { transform: rotate(3deg); } }
@keyframes blink { from { opacity: .55; } to { opacity: 1; } }

.stage__cap {
  display: block; margin-top: 1rem; text-align: right;
  font-size: .78rem; color: var(--stone); font-style: italic;
}
.hero__down {
  position: absolute; left: 0; bottom: clamp(1rem, 3vh, 2.5rem);
  width: 46px; height: 46px; display: grid; place-items: center;
}
.hero__down svg { width: 20px; stroke: var(--stone); fill: none; stroke-width: 1.4; }
@media (prefers-reduced-motion: no-preference) { .hero__down svg { animation: bob 2.6s var(--soft) infinite; } }
@keyframes bob { 50% { transform: translateY(7px); } }

/* ============================================================
   INTRO
   ============================================================ */
.intro {
  width: var(--wrap); margin-inline: auto; padding-block: var(--air);
  display: grid; grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem); align-items: start;
}
.intro__mark { color: var(--fern); position: sticky; top: 22vh; }
.intro__mark svg { width: min(100%, 220px); }
.intro__mark .draw { stroke-dasharray: 620; stroke-dashoffset: 620; }
.intro__mark.on .draw { animation: drawIn 2.6s var(--soft) forwards; }
@keyframes drawIn { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .intro__mark .draw { stroke-dashoffset: 0; } }

.intro__lead {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.5rem, 1rem + 2vw, 2.7rem); line-height: 1.2;
  color: var(--moss); margin-bottom: 1.6rem; letter-spacing: -.015em;
}
.intro__body p { color: var(--stone); max-width: 62ch; margin-bottom: 1.1rem; }
.intro__facts { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 4vw, 3.5rem); margin-top: clamp(1.8rem, 4vw, 3rem); }
.intro__facts li { display: flex; flex-direction: column; }
.intro__facts b { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; }
.intro__facts span { font-size: .8rem; color: var(--stone); margin-top: .5rem; }

/* ============================================================
   PRACTICE
   ============================================================ */
.prac { width: var(--wrap); margin-inline: auto; padding-block: var(--air); }
.pracGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2.2rem); }
.card {
  background: var(--paper);
  border-radius: 200px 200px 26px 26px / 150px 150px 26px 26px;
  padding: clamp(1.8rem, 3vw, 2.6rem) clamp(1.4rem, 2.4vw, 2.1rem) clamp(1.6rem, 2.6vw, 2.2rem);
  display: flex; flex-direction: column; text-align: center;
  transition: transform .6s var(--soft), box-shadow .6s var(--soft), background .6s var(--soft);
}
.card:nth-child(even) { margin-top: clamp(0rem, 3vw, 2.6rem); }
.card:hover { transform: translateY(-8px); box-shadow: 0 28px 50px -34px rgba(30, 58, 43, .5); }
.card__art { width: 96px; height: 96px; margin: 0 auto clamp(1rem, 2vw, 1.5rem); }
.card__art svg { width: 100%; height: 100%; }
.card__art .ln { fill: none; stroke: var(--fern); stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 340; stroke-dashoffset: 0; }
.card__art .dt { fill: var(--clay); }
@media (prefers-reduced-motion: no-preference) {
  .card:hover .card__art .ln { animation: redraw 1.5s var(--soft); }
}
@keyframes redraw { from { stroke-dashoffset: 340; } to { stroke-dashoffset: 0; } }
.card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.25rem, 1.6vw, 1.6rem); text-transform: lowercase; letter-spacing: -.01em; }
.card p { color: var(--stone); font-size: .93rem; margin-top: .7rem; }
.card__tag {
  margin-top: auto; padding-top: 1.2rem;
  font-size: .72rem; letter-spacing: .06em; color: var(--fern);
}

/* ============================================================
   SEASONS
   ============================================================ */
.seasons { padding-block: var(--air); background: var(--paper); }
.seasons > .head { width: var(--wrap); margin-inline: auto; }
.seaBox {
  width: var(--wrap); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
}
.seaScene { border-radius: 32px; overflow: hidden; box-shadow: 0 30px 60px -44px rgba(30,58,43,.5); }
.scene--s { width: 100%; height: auto; }
.seaTabs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.6rem; }
.seaTab {
  border-radius: 100px; padding: .6rem 1.15rem; min-height: 44px;
  border: 1px solid rgba(30,58,43,.18); font-size: .9rem; color: var(--stone);
  text-transform: lowercase;
  transition: background .45s var(--soft), color .45s var(--soft), border-color .45s var(--soft);
}
.seaTab:hover { border-color: var(--fern); color: var(--moss); }
.seaTab.is-on { background: var(--fern); border-color: var(--fern); color: var(--paper); }
.seaTitle {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem); text-transform: lowercase; line-height: 1.1;
}
.seaText { color: var(--stone); margin-top: .8rem; min-height: 7.4em; }
.seaWork { display: grid; gap: .9rem; margin-top: 1.4rem; }
.seaWork > div { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding-top: .8rem; border-top: 1px solid rgba(30,58,43,.12); }
.seaWork dt { font-size: .8rem; letter-spacing: .1em; color: var(--stone); }
.seaWork dd { font-size: .95rem; }

/* ============================================================
   PROCESS — vine
   ============================================================ */
.proc { width: var(--wrap); margin-inline: auto; padding-block: var(--air); }
.vine { position: relative; padding-left: clamp(2.5rem, 7vw, 7rem); }
.vine__line {
  position: absolute; left: 0; top: 0; height: 100%; width: clamp(34px, 5vw, 60px);
  color: var(--sage);
}
#vinePath { stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--vp, 0)); }
@media (prefers-reduced-motion: reduce) { #vinePath { stroke-dashoffset: 0; } }

.steps { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.stp { position: relative; max-width: 58ch; }
.stp:nth-child(even) { margin-left: clamp(0rem, 8vw, 7rem); }
.stp__leaf {
  position: absolute; left: calc(-1 * clamp(2.5rem, 7vw, 7rem) + 4px); top: .3rem;
  width: 30px; height: 30px; display: grid; place-items: center;
}
.stp:nth-child(even) .stp__leaf { left: calc(-1 * (clamp(2.5rem, 7vw, 7rem) + clamp(0rem, 8vw, 7rem)) + 4px); }
.stp__leaf svg { width: 26px; height: 26px; fill: none; stroke: var(--fern); stroke-width: 2; stroke-linecap: round; }
.stp__n {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 1.1rem; color: var(--clay);
}
.stp h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2.2rem); text-transform: lowercase; margin: .3rem 0 .7rem; letter-spacing: -.015em; }
.stp p { color: var(--stone); }

/* ============================================================
   WORK
   ============================================================ */
.work { background: var(--moss); color: var(--mist); padding-block: var(--air); border-radius: 60px 60px 0 0; }
.work > .head { width: var(--wrap); margin-inline: auto; }
.prj {
  width: var(--wrap); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
  gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  padding-block: clamp(2rem, 5vw, 4rem);
}
.prj--flip .prj__img { order: 2; }
.prj__img {
  border-radius: 28px; overflow: hidden; aspect-ratio: 16 / 10;
  box-shadow: 0 40px 70px -50px rgba(0, 0, 0, .8);
}
.prj__img picture { display: block; width: 100%; height: 100%; }
.prj__img img {
  width: 100%; height: 100%; object-fit: cover;
  background: var(--near);                       /* holds the frame before decode */
  transform: scale(1.1) translate3d(0, calc(var(--y, 0px) * .06), 0);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) { .prj__img img { transform: none; } }

.work__credits {
  width: var(--wrap); margin: clamp(1rem, 2vw, 2rem) auto 0;
  font-size: .78rem; line-height: 1.9; color: var(--sage); opacity: .72;
}
.work__credits a { border-bottom: 1px solid rgba(168, 190, 158, .4); }
.work__credits a:hover { color: var(--mist); border-bottom-color: var(--mist); }
.prj__meta h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2.3rem); text-transform: lowercase; letter-spacing: -.015em; }
.prj__meta p { color: var(--sage); margin: .9rem 0 1.4rem; }
.prj__meta dl { display: grid; gap: .1rem; }
.prj__meta dl > div { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; padding: .6rem 0; border-top: 1px solid rgba(246,244,237,.16); }
.prj__meta dt { font-size: .8rem; letter-spacing: .1em; color: var(--sage); }
.prj__meta dd { font-size: .95rem; }

/* ============================================================
   STUDIO
   ============================================================ */
.studio {
  width: var(--wrap); margin-inline: auto; padding-block: var(--air);
  display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 5vw, 5rem); align-items: start;
}
.studio__quote {
  background: var(--sage); border-radius: 260px 260px 30px 30px / 200px 200px 30px 30px;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.6rem, 3vw, 2.6rem) clamp(1.8rem, 3vw, 2.6rem);
  text-align: center;
}
.studio__quote p {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.24; color: var(--moss);
}
.studio__quote span { display: block; margin-top: 1.2rem; font-size: .8rem; color: var(--moss-2); opacity: .8; }
.studio__body .h2 { margin-bottom: 1.2rem; }
.studio__body p { color: var(--stone); max-width: 60ch; margin-bottom: 1rem; }
.studio__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1.5rem; margin-top: clamp(1.4rem, 3vw, 2.2rem); }
.studio__list li { position: relative; padding-left: 1.6rem; font-size: .95rem; }
.studio__list li::before {
  content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px;
  background: var(--fern); border-radius: 100% 0 100% 0;
}

/* ============================================================
   TALK
   ============================================================ */
.talk { background: var(--moss-2); color: var(--mist); padding-block: var(--air); }
.talk__in {
  width: var(--wrap); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
}
.talk__copy .h2 { margin: .8rem 0 1.2rem; }
.talk__copy p { color: var(--sage); max-width: 44ch; }
.talk__contacts { margin-top: clamp(1.8rem, 4vw, 2.8rem); }
.talk__contacts li { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: 1rem; padding: .8rem 0; border-top: 1px solid rgba(246,244,237,.16); }
.talk__contacts span:first-child { font-size: .8rem; letter-spacing: .1em; color: var(--sage); padding-top: .25rem; }
.talk__contacts a { border-bottom: 1px solid transparent; word-break: break-word; transition: border-color .4s var(--soft), color .4s var(--soft); }
.talk__contacts a:hover { color: var(--sage); border-bottom-color: var(--sage); }

.gform { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-content: start; }
.gf { display: flex; flex-direction: column; gap: .45rem; }
.gf--w { grid-column: 1 / -1; }
.gf label, .gcheck span { font-size: .82rem; letter-spacing: .04em; color: var(--sage); }
.gf input, .gf select, .gf textarea {
  background: rgba(246, 244, 237, .07); border: 1px solid rgba(246,244,237,.2);
  border-radius: 16px; padding: .85rem 1.05rem; min-height: 50px; color: var(--mist);
  transition: border-color .4s var(--soft), background .4s var(--soft);
}
.gf textarea { resize: vertical; min-height: 112px; border-radius: 20px; }
.gf select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--sage) 50%), linear-gradient(135deg, var(--sage) 50%, transparent 50%); background-position: right 18px center, right 13px center; background-size: 5px 5px; background-repeat: no-repeat; }
.gf select option { color: #1E3A2B; }
.gf input:focus, .gf select:focus, .gf textarea:focus { border-color: var(--sage); background: rgba(246,244,237,.12); }
.gf.is-bad input, .gf.is-bad textarea { border-color: var(--clay); }
.gcheck { display: flex; gap: .7rem; align-items: flex-start; cursor: pointer; }
.gcheck span { line-height: 1.55; }
.gcheck input { width: 24px; height: 24px; accent-color: var(--sage); flex: none; margin-top: .2rem; }
.gcheck.is-bad span { color: var(--clay); }
.gform__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; }
.gform__note { font-size: .85rem; color: #E7A98A; }
.gform__note.is-ok { color: var(--sage); }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--moss); color: var(--sage); padding: clamp(2.5rem, 5vw, 4rem) var(--edge) 2rem; }
.foot__word {
  font-family: var(--serif); font-weight: 300; color: var(--mist);
  font-size: clamp(2.6rem, 13vw, 12rem); line-height: .9; letter-spacing: -.03em;
  text-align: center; margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.foot__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.2rem, 3vw, 2.5rem); border-top: 1px solid rgba(246,244,237,.16); padding-top: clamp(1.6rem, 3vw, 2.5rem); }
.foot h4 { font-size: .78rem; letter-spacing: .12em; color: var(--mist); margin-bottom: .9rem; font-weight: 500; text-transform: lowercase; }
.foot__grid a { display: block; padding: .42rem 0; font-size: .92rem; word-break: break-word; transition: color .4s var(--soft), padding-left .4s var(--soft); }
.foot__grid a:hover { color: var(--mist); padding-left: .35rem; }
.foot__base {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.3rem;
  border-top: 1px solid rgba(246,244,237,.16); font-size: .8rem;
}

/* ============================================================
   LEGAL
   ============================================================ */
.paper { width: min(760px, 100% - 2 * var(--edge)); margin-inline: auto; padding: clamp(8rem, 18vh, 11rem) 0 var(--air); }
.paper__meta { font-size: .78rem; letter-spacing: .12em; color: var(--stone); }
.paper h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 5vw, 3.8rem); text-transform: lowercase; line-height: 1.06; margin: .8rem 0 1.2rem; letter-spacing: -.02em; }
.paper h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.25rem, 2.2vw, 1.65rem); text-transform: lowercase; margin: clamp(2.2rem, 4vw, 3rem) 0 .7rem; padding-top: 1.3rem; border-top: 1px solid rgba(30,58,43,.14); }
.paper p, .paper li { color: var(--stone); margin-bottom: .85rem; }
.paper li { padding-left: 1.6rem; position: relative; }
.paper li::before { content: ""; position: absolute; left: 0; top: .68em; width: 9px; height: 9px; background: var(--sage); border-radius: 100% 0 100% 0; }
.paper a { color: var(--fern); text-decoration: underline; text-underline-offset: 3px; }
.paper__back { display: inline-block; margin-top: 2.6rem; font-size: .85rem; color: var(--fern); }

/* ---------- reveal ---------- */
.rise { opacity: 0; transform: translateY(26px); }
.rise.on { opacity: 1; transform: none; transition: opacity 1s var(--soft), transform 1s var(--soft); }
@media (prefers-reduced-motion: reduce) { .rise { opacity: 1; transform: none; } }
.frozen { overflow: hidden; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1120px) {
  .nav__links { display: none; }
  .sprout { display: block; }
  .nav__cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .stage { order: -1; max-width: 460px; margin-inline: auto; width: 100%; }
  .hero__down { display: none; }
  .pracGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro { grid-template-columns: 1fr; }
  .intro__mark { position: static; }
  .intro__mark svg { width: 130px; }
}

@media (max-width: 900px) {
  .seaBox { grid-template-columns: 1fr; }
  .prj, .prj--flip .prj__img { grid-template-columns: 1fr; order: 0; }
  .prj { grid-template-columns: 1fr; }
  .studio { grid-template-columns: 1fr; }
  .talk__in { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .pracGrid { grid-template-columns: 1fr; }
  .card:nth-child(even) { margin-top: 0; }
  .gform { grid-template-columns: 1fr; }
  .studio__list { grid-template-columns: 1fr; }
  .vine { padding-left: 2.4rem; }
  .stp:nth-child(even) { margin-left: 0; }
  .stp:nth-child(even) .stp__leaf { left: calc(-1 * 2.4rem + 2px); }
  .stp__leaf { left: calc(-1 * 2.4rem + 2px); }
  .vine__line { width: 26px; }
  .talk__contacts li { grid-template-columns: 1fr; gap: .15rem; }
  .work { border-radius: 34px 34px 0 0; }
}

@media (max-width: 460px) {
  .foot__grid { grid-template-columns: 1fr; }
  .intro__facts { gap: 1.2rem 2rem; }
  .brand__tx b { font-size: 1.15rem; }
}

@media print {
  .nav, .sheet, .hero__down { display: none !important; }
  body { background: #fff; color: #000; }
}
