/* ============================================================
   NORDIC HOMES — redesign
   palette: deep pine night / warm bone / timber amber
   type: Fraunces (display serif) · Inter (body) · Space Mono (labels)
   ============================================================ */

:root {
  --night: #0e1311;        /* deep pine-black */
  --night-2: #141a17;
  --bone: #ece7de;         /* warm snow */
  --bone-2: #e3ddd2;
  --timber: #c98e54;       /* amber wood */
  --timber-soft: #e0b285;
  --mist: #9aa39d;
  --line-dark: rgba(236, 231, 222, 0.14);
  --line-light: rgba(14, 19, 17, 0.14);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, sans-serif;
  --font-mono: "Space Mono", monospace;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);

  --gutter: clamp(1.25rem, 4vw, 4rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; }

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--night);
  color: var(--bone);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--timber); color: var(--night); }

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }

/* hide native cursor on fine pointers (custom cursor takes over) */
@media (pointer: fine) {
  body.has-cursor, body.has-cursor a, body.has-cursor button,
  body.has-cursor input, body.has-cursor textarea, body.has-cursor select,
  body.has-cursor label { cursor: none; }
}

/* ============ PRELOADER ============ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  background: var(--night);
}
.preloader__inner { position: relative; z-index: 2; width: min(420px, 80vw); text-align: center; }
.preloader__logo {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 5rem);
  font-weight: 300; letter-spacing: 0.35em; margin-left: 0.35em;
  display: flex; justify-content: center; overflow: hidden;
}
.preloader__char { display: inline-block; transform: translateY(110%); }
.preloader__line {
  height: 1px; background: var(--line-dark); margin: 2rem 0 1rem; overflow: hidden;
}
.preloader__line-fill {
  display: block; height: 100%; width: 100%;
  background: var(--timber); transform: scaleX(0); transform-origin: left;
}
.preloader__meta {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-mono); font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--mist);
}
.preloader__count { font-size: 1rem; color: var(--bone); }
.preloader__curtain {
  position: absolute; inset: 0; background: var(--night-2);
  transform: scaleY(0); transform-origin: top;
}

/* ============ CURSOR ============ */
.cursor { position: fixed; top: 0; left: 0; z-index: 999; pointer-events: none; opacity: 0; }
body.has-cursor .cursor { opacity: 1; }
.cursor__dot {
  position: fixed; top: -3px; left: -3px; width: 6px; height: 6px;
  background: var(--timber); border-radius: 50%;
}
.cursor__ring {
  position: fixed; top: -20px; left: -20px; width: 40px; height: 40px;
  border: 1px solid rgba(201, 142, 84, 0.55); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: width 0.35s var(--ease-out), height 0.35s var(--ease-out),
              top 0.35s var(--ease-out), left 0.35s var(--ease-out),
              background-color 0.35s, border-color 0.35s;
}
.cursor__label {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--night); opacity: 0;
  transition: opacity 0.25s;
}
.cursor.is-link .cursor__ring { width: 56px; height: 56px; top: -28px; left: -28px; background: rgba(201,142,84,0.18); }
.cursor.is-view .cursor__ring,
.cursor.is-drag .cursor__ring {
  width: 84px; height: 84px; top: -42px; left: -42px;
  background: var(--timber); border-color: var(--timber);
}
.cursor.is-view .cursor__label, .cursor.is-drag .cursor__label { opacity: 1; }
.cursor.is-down .cursor__ring { transform: scale(0.85); }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem var(--gutter);
  transition: transform 0.5s var(--ease-out), background-color 0.5s, padding 0.5s;
}
.nav.is-scrolled {
  background: rgba(14, 19, 17, 0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--line-dark);
}
.nav.is-hidden { transform: translateY(-110%); }

.nav__logo { display: flex; align-items: center; gap: 0.6rem; }
.nav__mark { width: 26px; height: 26px; color: var(--timber); }
.nav__wordmark {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; letter-spacing: 0.02em;
}
.nav__wordmark em { font-style: italic; font-weight: 300; color: var(--timber-soft); }

.nav__links { display: flex; gap: 2.2rem; }
.nav__link {
  position: relative; font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--mist);
  transition: color 0.3s; overflow: hidden; display: inline-block;
}
.nav__link span { display: inline-block; transition: transform 0.4s var(--ease-out); }
.nav__link::after {
  content: attr(data-text);
  position: absolute; left: 0; top: 100%;
}
.nav__link:hover { color: var(--bone); }
.nav__link::before {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--timber); transform: scaleX(0); transform-origin: right;
  transition: transform 0.45s var(--ease-out);
}
.nav__link:hover::before { transform: scaleX(1); transform-origin: left; }

.nav__right { display: flex; align-items: center; gap: 1.2rem; }

.nav__burger {
  display: none; flex-direction: column; gap: 7px; padding: 8px; z-index: 300;
}
.nav__burger span {
  display: block; width: 26px; height: 2px; background: var(--bone);
  transition: transform 0.4s var(--ease-out), opacity 0.3s;
}
.nav__burger.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav__burger.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

/* ============ MOBILE MENU ============ */
.menu { position: fixed; inset: 0; z-index: 250; pointer-events: none; visibility: hidden; }
body.menu-open .nav { z-index: 300; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: none; transform: none; }
.menu.is-open { pointer-events: auto; visibility: visible; }
.menu__bg {
  position: absolute; inset: 0; background: var(--night-2);
  transform: translateY(-100%);
}
.menu__inner {
  position: relative; height: 100%; display: flex; flex-direction: column;
  justify-content: center; padding: var(--gutter); gap: 3rem;
}
.menu__links { display: flex; flex-direction: column; gap: 0.4rem; }
.menu__link {
  display: flex; align-items: baseline; gap: 1rem; overflow: hidden;
  font-family: var(--font-display); font-size: clamp(2.2rem, 9vw, 3.4rem); font-weight: 300;
}
.menu__num { font-family: var(--font-mono); font-size: 0.7rem; color: var(--timber); }
.menu__word { display: inline-block; transform: translateY(120%); }
.menu__link:active .menu__word { color: var(--timber-soft); }
.menu__footer { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.85rem; color: var(--mist); }

/* ============ BUTTONS ============ */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  padding: 1rem 2.2rem; border: 1px solid var(--line-dark); border-radius: 999px;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  overflow: hidden; isolation: isolate;
  transition: color 0.45s var(--ease-out), border-color 0.45s;
}
.btn__label { position: relative; z-index: 2; }
.btn__fill {
  position: absolute; inset: -1px; z-index: 1; border-radius: inherit;
  background: var(--timber); transform: translateY(101%);
  transition: transform 0.5s var(--ease-expo);
}
.btn:hover .btn__fill, .btn:focus-visible .btn__fill { transform: translateY(0); }
.btn:hover, .btn:focus-visible { color: var(--night); border-color: var(--timber); }

.btn--primary { background: var(--bone); color: var(--night); border-color: var(--bone); }
.btn--ghost { color: var(--bone); }
.btn--small { padding: 0.7rem 1.5rem; font-size: 0.72rem; }
.btn--wide { width: 100%; }

.section--bone .btn--primary { background: var(--night); color: var(--bone); border-color: var(--night); }
.section--bone .btn:hover, .section--bone .btn:focus-visible { color: var(--night); }

/* ============ SECTION CHROME ============ */
section { position: relative; padding: clamp(5rem, 12vh, 9rem) var(--gutter); }

.section--bone { background: var(--bone); color: var(--night); border-radius: 0; }

.section__head {
  display: flex; align-items: center; gap: 1rem; margin-bottom: clamp(2.5rem, 6vh, 4.5rem);
}
.section__index {
  font-family: var(--font-mono); font-size: 0.7rem; color: var(--timber);
  border: 1px solid currentColor; border-radius: 999px; padding: 0.25rem 0.6rem;
}
.section__label {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.25em;
  text-transform: uppercase; opacity: 0.65;
}

/* ============ HERO ============ */
.hero {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding-top: 8rem; overflow: hidden;
}
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% 110%, rgba(14,19,17,0.92) 0%, transparent 55%),
    linear-gradient(180deg, rgba(14,19,17,0.55) 0%, transparent 30%, transparent 70%, var(--night) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 1100px; }

.hero__eyebrow {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--timber-soft); margin-bottom: 2rem;
}
.hero__eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--timber);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(201,142,84,0.5);} 50% { box-shadow: 0 0 0 9px rgba(201,142,84,0);} }

.hero__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(3.4rem, 11.5vw, 9.5rem);
  line-height: 0.98; letter-spacing: -0.02em; margin-bottom: 2.2rem;
  text-wrap: balance;
}
.hero__line { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.hero__word { display: inline-block; will-change: transform; }
.hero__word--serif { font-style: italic; font-weight: 300; }
.hero__word--accent { color: var(--timber-soft); }
.hero__period { color: var(--timber); }

.hero__sub {
  max-width: 46ch; font-size: clamp(1rem, 1.4vw, 1.15rem); font-weight: 300;
  color: var(--mist); margin-bottom: 2.8rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero__meta {
  position: relative; z-index: 2; display: flex; gap: clamp(1.5rem, 5vw, 4rem);
  margin-top: clamp(3rem, 8vh, 6rem); padding-top: 1.6rem;
  border-top: 1px solid var(--line-dark);
}
.hero__meta-item { display: flex; flex-direction: column; gap: 0.2rem; }
.hero__meta-key {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--mist);
}
.hero__meta-val { font-family: var(--font-display); font-size: 1.15rem; font-weight: 400; }

.hero__scroll {
  position: absolute; right: var(--gutter); bottom: 2.5rem; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
}
.hero__scroll-track {
  width: 1px; height: 56px; background: var(--line-dark); position: relative; overflow: hidden;
}
.hero__scroll-thumb {
  position: absolute; left: 0; top: 0; width: 100%; height: 40%;
  background: var(--timber); animation: scrollHint 2s var(--ease-out) infinite;
}
@keyframes scrollHint { 0% { transform: translateY(-110%);} 60%,100% { transform: translateY(260%);} }
.hero__scroll-text {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--mist); writing-mode: vertical-rl;
}

/* ============ MARQUEE ============ */
.marquee {
  overflow: hidden; border-block: 1px solid var(--line-dark);
  padding: 1.1rem 0; background: var(--night-2);
}
.marquee__track { display: flex; width: max-content; }
.marquee__group {
  display: flex; align-items: center; gap: 2.5rem; padding-right: 2.5rem;
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 300;
  font-style: italic; letter-spacing: 0.04em; color: var(--mist); white-space: nowrap;
}
.marquee__group i { font-style: normal; color: var(--timber); font-size: 0.8rem; }

/* ============ PHILOSOPHY ============ */
.philosophy__statement {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.7rem, 4.2vw, 3.4rem); line-height: 1.25; letter-spacing: -0.01em;
  max-width: 22ch; margin-bottom: clamp(3rem, 8vh, 5.5rem); text-wrap: balance;
}
.philosophy__statement .w { opacity: 0.12; transition: none; }

.philosophy__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem); max-width: 980px;
  margin-bottom: clamp(3.5rem, 9vh, 6rem);
}
.philosophy__col p { font-size: 1rem; font-weight: 300; color: rgba(14,19,17,0.72); }

.philosophy__stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-top: 1px solid var(--line-light);
}
.stat { padding: 2rem 1.5rem 0.5rem 0; border-right: 1px solid var(--line-light); padding-right: 1.5rem; }
.stat:last-child { border-right: none; }
.stat__num {
  display: block; font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem); line-height: 1; margin-bottom: 0.6rem;
  font-variant-numeric: tabular-nums;
}
.stat__key {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(14,19,17,0.55);
}

/* ============ MODELS ============ */
.models { padding: 0; background: var(--night); }
.models__pin {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding: clamp(4rem, 8vh, 6rem) 0 3rem; overflow: hidden;
}
.models__head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 var(--gutter); margin-bottom: 2.5rem;
}
.models__head .section__head { margin-bottom: 0; }
.models__hint {
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--mist); display: flex; gap: 0.7rem; align-items: center;
}
.models__hint-arrow { animation: nudge 1.6s var(--ease-out) infinite; display: inline-block; }
@keyframes nudge { 0%,100% { transform: translateX(0);} 50% { transform: translateX(8px);} }

.models__track {
  display: flex; gap: clamp(1.5rem, 3vw, 3rem);
  padding: 0 var(--gutter); width: max-content; will-change: transform;
}
.model {
  width: clamp(310px, 38vw, 540px); flex-shrink: 0;
  border: 1px solid var(--line-dark); border-radius: 18px; overflow: hidden;
  background: var(--night-2);
  transition: border-color 0.4s, transform 0.6s var(--ease-out);
}
.model:hover { border-color: rgba(201,142,84,0.45); transform: translateY(-6px); }
.model__media { position: relative; aspect-ratio: 4 / 2.7; overflow: hidden; }
.model__media img { transition: transform 1.2s var(--ease-out), filter 0.8s; filter: saturate(0.85); }
.model:hover .model__media img { transform: scale(1.06); filter: saturate(1); }
.model__num {
  position: absolute; top: 1rem; left: 1.1rem; font-size: 1.5rem; color: var(--bone);
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.model__body { padding: clamp(1.4rem, 2.5vw, 2.2rem); }
.model__name {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 0.4rem;
}
.model__tag { font-size: 0.9rem; font-weight: 300; color: var(--mist); margin-bottom: 1.4rem; min-height: 2.7em; }
.model__specs { list-style: none; border-top: 1px solid var(--line-dark); margin-bottom: 1.4rem; }
.model__specs li {
  display: flex; justify-content: space-between; padding: 0.55rem 0;
  border-bottom: 1px solid var(--line-dark); font-size: 0.82rem;
}
.model__specs li span:first-child {
  font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--mist); padding-top: 0.15em;
}
.model__foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.model__price { font-size: 0.85rem; color: var(--mist); }
.model__price strong { color: var(--timber-soft); font-weight: 600; font-size: 1.05rem; }
.model__cta {
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  display: inline-flex; gap: 0.45rem; align-items: center; color: var(--bone);
  border-bottom: 1px solid var(--timber); padding-bottom: 0.25rem;
}
.model__cta span { transition: transform 0.35s var(--ease-out); }
.model__cta:hover span { transform: translateX(5px); }

.models__progress {
  height: 2px; background: var(--line-dark); margin: 3rem var(--gutter) 0;
  border-radius: 2px; overflow: hidden;
}
.models__progress-fill {
  display: block; height: 100%; width: 100%; background: var(--timber);
  transform: scaleX(0); transform-origin: left;
}

/* ============ CRAFT ============ */
.craft__layout {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem); align-items: start;
}
.craft__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.6rem); line-height: 1.1; margin-bottom: clamp(2rem, 5vh, 3.5rem);
}
.craft__item {
  display: flex; gap: 1.4rem; padding: 1.6rem 1rem;
  border-top: 1px solid var(--line-light);
  opacity: 0.45; transition: opacity 0.45s, background-color 0.45s, padding-left 0.45s var(--ease-out);
  border-radius: 0 12px 12px 0;
}
.craft__item:last-child { border-bottom: 1px solid var(--line-light); }
.craft__item.is-active { opacity: 1; background: rgba(14,19,17,0.045); padding-left: 1.5rem; }
.craft__item-num {
  font-family: var(--font-mono); font-size: 0.75rem; color: var(--timber);
  border: 1px solid rgba(201,142,84,0.5); border-radius: 50%;
  width: 28px; height: 28px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center; margin-top: 0.2rem;
}
.craft__item h3 {
  font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; margin-bottom: 0.4rem;
}
.craft__item p { font-size: 0.92rem; font-weight: 300; color: rgba(14,19,17,0.68); }

.craft__visual { position: sticky; top: 12vh; }
.craft__frame {
  position: relative; aspect-ratio: 4 / 5; border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(14,19,17,0.35);
}
.craft__img {
  position: absolute; inset: 0; opacity: 0;
  transform: scale(1.08); transition: opacity 0.7s var(--ease-out), transform 1.1s var(--ease-out);
}
.craft__img.is-active { opacity: 1; transform: scale(1); }
.craft__frame-label {
  position: absolute; left: 1.2rem; bottom: 1.1rem; z-index: 2;
  font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
  background: rgba(14,19,17,0.72); color: var(--bone);
  padding: 0.5rem 0.9rem; border-radius: 999px; backdrop-filter: blur(6px);
}

/* ============ PROCESS ============ */
.process { background: var(--night); }
.process__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 5vw, 4rem); line-height: 1.1; max-width: 18ch;
  margin-bottom: clamp(3rem, 8vh, 5.5rem);
}
.process__steps { position: relative; max-width: 880px; margin-inline: auto; }
.process__line {
  position: absolute; left: 27px; top: 0; width: 4px; height: 100%;
  color: rgba(201,142,84,0.9); z-index: 0;
}
.process__line path { stroke-dasharray: 1; stroke-dashoffset: 1; }

.step {
  position: relative; display: flex; gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2rem, 5vh, 3.5rem) 0 clamp(2rem, 5vh, 3.5rem) 0;
}
.step__num {
  flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%;
  background: var(--night); border: 1px solid rgba(201,142,84,0.5);
  color: var(--timber-soft); font-family: var(--font-mono); font-size: 0.8rem;
  display: flex; align-items: center; justify-content: center; z-index: 1;
}
.step__body h3 {
  font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  margin-bottom: 0.6rem;
}
.step__body p { max-width: 52ch; font-weight: 300; color: var(--mist); margin-bottom: 0.8rem; }
.step__meta {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--timber-soft);
}

/* ============ ADDONS ============ */
.addons__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.6rem); margin-bottom: clamp(2.5rem, 6vh, 4rem);
}
.addons__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1px;
  background: var(--line-light); border: 1px solid var(--line-light); border-radius: 18px; overflow: hidden;
}
.addon {
  background: var(--bone); padding: clamp(1.8rem, 3vw, 2.6rem);
  position: relative; overflow: hidden; isolation: isolate;
  transition: background-color 0.45s;
}
.addon::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--night); transform: translateY(101%); transition: transform 0.5s var(--ease-expo);
}
.addon:hover::after { transform: translateY(0); }
.addon:hover { color: var(--bone); }
.addon:hover .addon__icon { color: var(--timber-soft); transform: translateY(-4px) rotate(-6deg); }
.addon:hover p { color: var(--mist); }
.addon__icon {
  display: inline-block; font-size: 1.7rem; color: var(--timber); margin-bottom: 1.2rem;
  transition: transform 0.45s var(--ease-out), color 0.45s;
}
.addon h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin-bottom: 0.5rem; transition: color 0.45s; }
.addon p { font-size: 0.9rem; font-weight: 300; color: rgba(14,19,17,0.65); transition: color 0.45s; }
.addon--cta { display: flex; align-items: center; }
.addon--cta a { display: block; }
.addon--cta h3 { font-style: italic; }
.addon--cta p { color: var(--timber); font-weight: 500; }

/* ============ PROJECTS ============ */
.projects { background: var(--night); }
.project {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: end; margin-bottom: clamp(4rem, 10vh, 7rem);
}
.project--flip { direction: rtl; }
.project--flip > * { direction: ltr; }
.project__media {
  aspect-ratio: 16 / 10; border-radius: 18px; overflow: hidden;
}
.project__media img { transform: scale(1.12); will-change: transform; }
.project__name { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.project__loc {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--timber-soft); margin: 0.6rem 0 1.2rem;
}
.project__desc { font-weight: 300; color: var(--mist); max-width: 44ch; }

.projects__quote { max-width: 880px; margin: clamp(4rem, 10vh, 6rem) auto; text-align: center; }
.projects__quote p {
  font-family: var(--font-display); font-weight: 300; font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem); line-height: 1.35; margin-bottom: 1.6rem;
}
.projects__quote .w { opacity: 0.12; }
.projects__quote cite {
  font-family: var(--font-mono); font-style: normal; font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--mist);
}
.projects__ig {
  display: block; text-align: center; padding: 1.6rem; border: 1px dashed var(--line-dark);
  border-radius: 14px; color: var(--mist); font-weight: 300; transition: border-color 0.4s, color 0.4s;
}
.projects__ig span { color: var(--timber-soft); font-weight: 500; }
.projects__ig:hover { border-color: rgba(201,142,84,0.5); color: var(--bone); }

/* ============ CONTACT ============ */
.contact__layout {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}
.contact__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 4.8vw, 4rem); line-height: 1.1; margin-bottom: 1.6rem;
}
.contact__sub { font-weight: 300; color: rgba(14,19,17,0.7); max-width: 44ch; margin-bottom: 2.5rem; }
.contact__channels { display: flex; flex-direction: column; gap: 0.8rem; }
.channel {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 1.1rem 1.3rem; border: 1px solid var(--line-light); border-radius: 12px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.channel:hover { background: var(--night); color: var(--bone); border-color: var(--night); }
.channel:hover .channel__key { color: var(--timber-soft); }
.channel__key {
  font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(14,19,17,0.5); transition: color 0.4s;
}
.channel__val { font-weight: 500; font-size: 0.95rem; }

/* form */
.form { display: flex; flex-direction: column; gap: 1.3rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.field { position: relative; }
.field input, .field textarea, .field select {
  width: 100%; padding: 1.15rem 1rem 0.55rem; font: inherit; font-size: 0.95rem;
  background: rgba(14,19,17,0.04); color: var(--night);
  border: 1px solid var(--line-light); border-radius: 10px; outline: none;
  transition: border-color 0.35s, background-color 0.35s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field label {
  position: absolute; left: 1rem; top: 0.95rem; font-size: 0.9rem; color: rgba(14,19,17,0.5);
  pointer-events: none; transition: all 0.3s var(--ease-out); transform-origin: left top;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--timber); background: rgba(201,142,84,0.06);
}
.field input:focus ~ label, .field input:not(:placeholder-shown) ~ label,
.field textarea:focus ~ label, .field textarea:not(:placeholder-shown) ~ label,
.field--select select:focus ~ label, .field--select.has-value label {
  transform: translateY(-0.55rem) scale(0.72); color: var(--timber);
  font-family: var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase;
}
.field--select select { appearance: none; min-height: 3.4rem; }
.field--select::after {
  content: "↓"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
  color: var(--timber); pointer-events: none;
}
.field.is-error input, .field.is-error select { border-color: #b4452f; }
.form__note { font-size: 0.85rem; min-height: 1.4em; color: rgba(14,19,17,0.65); }
.form__note.is-ok { color: #2e6b46; }
.form__note.is-err { color: #b4452f; }

/* ============ FOOTER ============ */
.footer { background: var(--night-2); border-top: 1px solid var(--line-dark); padding: clamp(3rem, 7vh, 5rem) var(--gutter) 1.5rem; }
.footer__top {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem; margin-bottom: clamp(3rem, 8vh, 5rem);
}
.footer__col { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.9rem; font-weight: 300; color: var(--mist); }
.footer__col a:hover { color: var(--timber-soft); }
.footer__key {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--timber); margin-bottom: 0.4rem;
}
.footer__giant {
  display: block; text-align: center; line-height: 0.92; margin-bottom: 2.5rem;
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(4rem, 16vw, 15rem); letter-spacing: 0.02em;
  transition: letter-spacing 0.8s var(--ease-out);
}
.footer__giant:hover { letter-spacing: 0.06em; }
.footer__giant-line { display: block; overflow: hidden; }
.footer__giant-line--outline {
  color: transparent; -webkit-text-stroke: 1px rgba(236,231,222,0.35);
  transition: color 0.6s, -webkit-text-stroke-color 0.6s;
}
.footer__giant:hover .footer__giant-line--outline { color: var(--timber); -webkit-text-stroke-color: var(--timber); }
.footer__bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
  padding-top: 1.5rem; border-top: 1px solid var(--line-dark);
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mist);
}

/* ============ REVEAL PRIMITIVES ============ */
[data-reveal] { opacity: 0; transform: translateY(36px); }
.no-js [data-reveal], .reduced-motion [data-reveal] { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__right .btn { display: none; }
  .craft__layout, .contact__layout { grid-template-columns: 1fr; }
  .craft__visual { position: relative; top: 0; order: -1; }
  .craft__frame { aspect-ratio: 4 / 3; }
  .project, .project--flip { grid-template-columns: 1fr; direction: ltr; align-items: start; }
  .hero__meta { flex-wrap: wrap; gap: 1.5rem 2.5rem; }
  .hero__scroll { display: none; }
  .models__track { width: auto; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .model { scroll-snap-align: start; width: min(86vw, 420px); }
  .models__pin { min-height: 0; padding-block: 4.5rem; }
  .models__progress { display: none; }
  .form__row { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line-light); padding-block: 1.4rem; }
}

/* ============ FOUNDER BLOCK ============ */
.philosophy__founder {
  display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  margin: clamp(3rem, 7vh, 5rem) 0; padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(14,19,17,0.06); border-radius: 18px; border: 1px solid var(--line-light);
}
.philosophy__founder-img {
  flex-shrink: 0; width: clamp(80px, 12vw, 130px); height: clamp(80px, 12vw, 130px);
  border-radius: 50%; overflow: hidden; border: 3px solid var(--timber);
}
.philosophy__founder-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.philosophy__founder-body { display: flex; flex-direction: column; gap: 0.9rem; }
.philosophy__founder-quote {
  font-family: var(--font-display); font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 300; font-style: italic; line-height: 1.5;
  color: rgba(14,19,17,0.82);
}
.philosophy__founder-name {
  font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--timber);
}

/* ============ GARDEN ROUTE BAND ============ */
.garden-route {
  position: relative; overflow: hidden; min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
}
.garden-route__strip {
  position: absolute; inset: 0; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 0;
}
.garden-route__img { overflow: hidden; position: relative; }
.garden-route__img img {
  width: 100%; height: 130%; object-fit: cover;
  object-position: center; filter: brightness(0.45) saturate(0.8);
}
.garden-route__overlay {
  position: relative; z-index: 2; text-align: center;
  padding: clamp(3rem, 8vw, 6rem) var(--gutter);
  max-width: 900px;
}
.garden-route__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 5.5vw, 4.5rem); line-height: 1.1;
  color: var(--bone); margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.garden-route__title em { color: var(--timber-soft); font-style: italic; }
.garden-route__sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 300;
  color: rgba(236,231,222,0.72); max-width: 50ch; margin-inline: auto;
}

@media (max-width: 900px) {
  .garden-route__strip { grid-template-columns: repeat(2, 1fr); }
  .philosophy__founder { flex-direction: column; text-align: center; }
  .philosophy__founder-img { margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}
