/* StonyBrookFalls — artful water features */
:root {
  --slate-950: #0c1210;
  --slate-900: #14201c;
  --slate-800: #1e322c;
  --slate-700: #2a453c;
  --stone-400: #a89f90;
  --stone-200: #e4ddd2;
  --stone-100: #f3efe8;
  --moss-600: #3d6b52;
  --moss-500: #4f8a68;
  --moss-400: #6aa882;
  --gold-400: #e0b45a;
  --gold-300: #f0c97a;
  --water-400: #7eb8c9;
  --water-300: #a8d4e0;
  --cream: #f7f3ec;
  --ink: #15221e;
  --muted: #5a6b64;
  --white: #ffffff;
  --radius: 2px;
  --font-display: "Fraunces", "Palatino Linotype", Palatino, serif;
  --font-body: "Figtree", "Avenir Next", "Segoe UI", sans-serif;
  --shadow-soft: 0 24px 60px rgba(12, 18, 16, 0.28);
  --max: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(126, 184, 201, 0.18), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(224, 180, 90, 0.12), transparent 50%),
    linear-gradient(180deg, #eef6f3 0%, var(--cream) 38%, #f5f1ea 100%);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 550;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 1.25rem 0;
}

.site-header.is-solid {
  position: sticky;
  top: 0;
  background: rgba(20, 32, 28, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.5vw, 1.45rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.03em;
}

.logo span {
  color: var(--gold-300);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.25s var(--ease);
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--gold-300);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
  padding: 0.45rem 0.7rem;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-400), #c9923d);
  color: var(--slate-950);
  box-shadow: 0 12px 30px rgba(224, 180, 90, 0.28);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-400));
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
}

.btn-dark {
  background: var(--slate-900);
  color: var(--cream);
}

.btn-dark:hover {
  background: var(--slate-800);
}

.btn-soft {
  background: #4a5358;
  color: var(--cream);
  box-shadow: 0 8px 22px rgba(20, 32, 28, 0.18);
}

.btn-soft:hover {
  background: #5b666c;
  color: var(--white);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 22s var(--ease) infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 12, 0.45) 0%, rgba(8, 14, 12, 0.18) 35%, rgba(8, 14, 12, 0.78) 100%),
    radial-gradient(circle at 70% 40%, rgba(224, 180, 90, 0.18), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 0 5.5rem;
  max-width: 40rem;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 6.5vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 1rem;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.brand-mark em {
  font-style: normal;
  color: var(--gold-300);
}

.hero h1 {
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  font-weight: 500;
  max-width: 18ch;
  margin-bottom: 0.75rem;
}

.hero-tag {
  color: var(--water-300);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.scroll-cue {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: floatY 2.8s ease-in-out infinite;
}

/* Sections */
.section {
  padding: 5.5rem 0;
}

#pricing {
  scroll-margin-top: 1.5rem;
}

.section-tight {
  padding: 4rem 0;
}

.section-dark {
  background:
    linear-gradient(160deg, var(--slate-900), var(--slate-800) 55%, #1a2f3a);
  color: var(--cream);
}

.section-moss {
  background:
    linear-gradient(135deg, rgba(61, 107, 82, 0.12), rgba(126, 184, 201, 0.1)),
    linear-gradient(180deg, #e7f1ec, #f2efe8);
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss-600);
  margin-bottom: 0.85rem;
}

.section-dark .eyebrow {
  color: var(--gold-300);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.85rem);
  max-width: 18ch;
}

.section-title-nowrap {
  max-width: none;
  white-space: nowrap;
}

.lede {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 42rem;
}

.section-dark .lede {
  color: rgba(243, 239, 232, 0.78);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split.reverse .split-copy {
  order: 2;
}

.founder-story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.75rem;
  align-items: start;
}

.founder-portrait {
  margin: 0;
}

.founder-frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.founder-portrait figcaption {
  display: grid;
  gap: 0.15rem;
  margin-top: 0.9rem;
  text-align: center;
}

.founder-portrait figcaption strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 550;
  color: var(--slate-900);
}

.founder-portrait figcaption span {
  color: var(--muted);
  font-size: 0.95rem;
}

.frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.frame.wide img {
  aspect-ratio: 16 / 11;
}

/* Pillars */
.pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.pillar {
  padding: 2rem 1.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(42, 69, 60, 0.1);
  backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20, 32, 28, 0.1);
}

.pillar-index {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--moss-500);
  margin-bottom: 0.75rem;
}

.pillar h3 {
  font-size: 1.55rem;
  margin-bottom: 0.7rem;
}

.pillar p {
  color: var(--muted);
}

.pillar-quotes {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.pillar-quotes blockquote {
  margin: 0;
  padding: 0.55rem 0 0.55rem 0.95rem;
  border-left: 2px solid var(--gold-400);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 550;
  line-height: 1.35;
  color: var(--slate-800);
}

.pillar-quotes blockquote::before {
  content: "“";
}

.pillar-quotes blockquote::after {
  content: "”";
}

.pillar-with-photo {
  display: flex;
  flex-direction: column;
}

.pillar-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 1.5rem 1.15rem;
  min-height: 16.5rem;
  overflow: hidden;
  border-radius: 16px;
}

.pillar-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pillar-cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 16.5rem;
}

.pillar-cta-title,
.pillar p.pillar-cta-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #c9923d;
  text-align: center;
  margin: 1.35rem 0 0;
}

.pillar-cta-title::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  margin: 0.45rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
}

.pillar-cta-title + .pillar-cta {
  margin-top: 0.85rem;
}

.pillar-cta .btn-row {
  position: relative;
  z-index: 1;
  margin-top: 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

/* Gallery */
.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.gallery-head-actions {
  margin-top: 0;
}

.process-step a {
  color: var(--moss-600);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.process-step a:hover {
  color: var(--slate-900);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  min-height: 280px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(8, 14, 12, 0.8));
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 500;
}

.video-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
  width: 100%;
}

.video-embed {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 14, 12, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}

.video-embed video {
  display: block;
  width: 100%;
  height: auto;
  background: #0c1210;
}

.video-embed figcaption {
  padding: 0.5rem 0.7rem 0.7rem;
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 500;
}

.video-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 160px;
  padding: 1.4rem;
  border-radius: 16px;
  color: var(--cream);
  background:
    linear-gradient(145deg, rgba(30, 50, 44, 0.95), rgba(26, 47, 58, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(224, 180, 90, 0.25), transparent 50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s var(--ease);
}

.video-card:hover {
  transform: translateY(-3px);
}

.video-card strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 550;
}

.video-card span {
  color: var(--water-300);
  font-size: 0.9rem;
}

/* Feel */
.feel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.feel-item h3 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}

.feel-item p {
  color: var(--muted);
  font-size: 0.98rem;
}

/* CTA band */
.cta-band {
  text-align: center;
  padding: 4.5rem 1.5rem;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(224, 180, 90, 0.18), transparent 40%),
    linear-gradient(160deg, var(--slate-900), #1a3a45);
  color: var(--cream);
  box-shadow: var(--shadow-soft);
}

.cta-band h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  max-width: 18ch;
  margin-inline: auto;
}

.cta-band p {
  color: rgba(243, 239, 232, 0.75);
  max-width: 34rem;
  margin: 0.75rem auto 1.75rem;
}

/* About page */
.page-hero {
  position: relative;
  min-height: 52vh;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.page-hero .hero-content {
  padding-bottom: 3.5rem;
  max-width: 36rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.process {
  counter-reset: step;
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(42, 69, 60, 0.1);
}

.process-step::before {
  counter-increment: step;
  content: counter(step);
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--slate-900);
  color: var(--gold-300);
  font-family: var(--font-display);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.process-step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.process-step p {
  color: var(--muted);
  font-size: 0.98rem;
}

.note {
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--gold-400);
  background: rgba(224, 180, 90, 0.1);
  border-radius: 0 10px 10px 0;
  color: var(--slate-800);
  font-size: 0.98rem;
}

.ideas-note {
  max-width: 42rem;
}

.footnote-mark {
  color: var(--gold-400);
  font-size: 0.65em;
  font-weight: 600;
  margin-left: 0.15em;
  vertical-align: super;
}

.ideas-footnote {
  margin-top: 1.75rem;
  max-width: 46rem;
}

.section-dark .ideas-footnote {
  background: rgba(224, 180, 90, 0.12);
  color: rgba(243, 239, 232, 0.9);
}

/* Inspiration gallery */
.ideas-wrap {
  width: min(100% - 2.5rem, 1280px);
  margin-inline: auto;
}

.ideas-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.ideas-item {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(8, 14, 12, 0.35);
  box-shadow: 0 16px 40px rgba(8, 14, 12, 0.28);
}

.ideas-item button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  color: inherit;
}

.ideas-item button:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: -3px;
}

.ideas-item img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
}

.ideas-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  transition: border-color 0.35s var(--ease);
}

.ideas-item:hover img,
.ideas-item:focus-within img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.04);
}

.ideas-item:hover::after,
.ideas-item:focus-within::after {
  border-color: rgba(240, 201, 122, 0.55);
}

.ideas-item figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 2.6rem 1.05rem 0.95rem;
  background: linear-gradient(transparent, rgba(8, 14, 12, 0.82));
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 550;
  letter-spacing: -0.01em;
  pointer-events: none;
  transform: translateY(6px);
  opacity: 0.92;
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
}

.ideas-item:hover figcaption,
.ideas-item:focus-within figcaption {
  transform: none;
  opacity: 1;
}

.ideas-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 4.5rem 4.5rem 3rem;
}

.ideas-lightbox[hidden] {
  display: none;
}

.ideas-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 11, 0.92);
  backdrop-filter: blur(16px);
}

.ideas-lightbox-frame {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(100%, 1100px);
  max-height: 100%;
}

.ideas-lightbox-frame img {
  max-width: 100%;
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  margin-inline: auto;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  object-fit: contain;
}

.ideas-lightbox-frame figcaption {
  margin-top: 0.85rem;
  text-align: center;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 550;
}

.ideas-lightbox-close,
.ideas-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(20, 32, 28, 0.72);
  color: var(--cream);
  cursor: pointer;
  font: inherit;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.ideas-lightbox-close:hover,
.ideas-lightbox-nav:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
  background: rgba(20, 32, 28, 0.92);
}

.ideas-lightbox-close {
  top: 1.15rem;
  right: 1.25rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ideas-lightbox-nav {
  top: 50%;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
}

.ideas-lightbox-nav.is-prev {
  left: 1.1rem;
}

.ideas-lightbox-nav.is-next {
  right: 1.1rem;
}

.story-pull {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.35;
  color: var(--slate-800);
  border-top: 1px solid rgba(42, 69, 60, 0.15);
  border-bottom: 1px solid rgba(42, 69, 60, 0.15);
  padding: 1.5rem 0;
  margin: 2rem 0;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-panel {
  padding: 1.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(42, 69, 60, 0.1);
}

.contact-panel .pillar-cta-title {
  margin-top: 0;
}

.contact-panel .pillar-cta {
  margin-top: 0.85rem;
}

.contact-panel h2 {
  font-size: 1.5rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.contact-list li {
  margin-bottom: 0.85rem;
}

.contact-list strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss-600);
  margin-bottom: 0.2rem;
}

.contact-list a:hover {
  color: var(--moss-600);
}

.form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--slate-800);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(42, 69, 60, 0.2);
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.85);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--moss-500);
  box-shadow: 0 0 0 3px rgba(79, 138, 104, 0.2);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  display: none;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: rgba(79, 138, 104, 0.15);
  color: var(--slate-800);
  font-weight: 500;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  background: rgba(160, 60, 50, 0.12);
  color: #6b2a22;
}

.hp-field {
  display: none !important;
}

.copy-note {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(79, 138, 104, 0.18);
  color: var(--moss-600);
  font-size: 0.8rem;
  font-weight: 600;
}

.contact-list a {
  color: var(--moss-600);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.contact-list a:hover {
  color: var(--slate-900);
}

/* Footer */
.site-footer {
  background: var(--slate-950);
  color: rgba(243, 239, 232, 0.75);
  padding: 3rem 0 5.75rem;
  margin-top: 2rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
}

.footer-brand span {
  color: var(--gold-300);
}

.footer-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--gold-300);
}

.footer-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-meta a:hover {
  color: var(--gold-300);
}

/* Share */
.share {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
}

.share-btn {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(20, 32, 28, 0.92);
  color: var(--gold-300);
  box-shadow: 0 14px 36px rgba(12, 18, 16, 0.38);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.share-btn:hover,
.share-btn:focus-visible,
.share-btn[aria-expanded="true"] {
  transform: translateY(-2px);
  border-color: var(--gold-300);
  background: rgba(20, 32, 28, 0.98);
  color: var(--gold-300);
}

.share-btn:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 3px;
}

.share-icon {
  width: 1.28rem;
  height: 1.28rem;
}

.share-menu {
  display: grid;
  gap: 0.15rem;
  min-width: 13.25rem;
  padding: 0.45rem;
  border-radius: 16px;
  background: rgba(12, 18, 16, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(8, 14, 12, 0.42);
  backdrop-filter: blur(16px);
}

.share-menu[hidden] {
  display: none;
}

.share-option {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.68rem 0.8rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--cream);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.share-option:hover,
.share-option:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-300);
}

.share-option:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: -2px;
}

.share-option svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.share-copied {
  color: var(--gold-300);
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translate(-50%, 0);
    opacity: 0.55;
  }
  50% {
    transform: translate(-50%, -8px);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 960px) {
  .split,
  .split.reverse,
  .founder-story,
  .pillars,
  .gallery-grid,
  .feel-grid,
  .contact-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .ideas-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .ideas-lightbox {
    padding: 4.25rem 3.25rem 2.5rem;
  }

  .split.reverse .split-copy {
    order: 0;
  }

  .founder-portrait {
    max-width: 22rem;
    margin-inline: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1.25rem;
    left: 1.25rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem;
    background: rgba(12, 18, 16, 0.96);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 0.85rem 1rem;
  }
}

@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .ideas-gallery {
    grid-template-columns: 1fr;
  }

  .ideas-lightbox {
    padding: 4rem 0.85rem 1.5rem;
  }

  .ideas-lightbox-nav.is-prev {
    left: 0.4rem;
  }

  .ideas-lightbox-nav.is-next {
    right: 0.4rem;
  }

  .share {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .hero-content {
    padding-bottom: 4.5rem;
  }

  .section {
    padding: 4rem 0;
  }
}
