:root {
  --paper: #f3ebe3;
  --paper-2: #eadfd4;
  --ink: #241f1c;
  --ink-mute: #6a5f57;
  --rose: #a85d55;
  --rose-soft: #d4a49a;
  --olive: #6d7f6c;
  --olive-deep: #4a5a4b;
  --wash: #dfc4b8;
  --font-display: "Literata", "Times New Roman", serif;
  --font-body: "Onest", system-ui, sans-serif;
  --font-hand: "Marck Script", cursive;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --top: 4.25rem;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.05;
  margin: 0 0 0.8rem;
  letter-spacing: -0.02em;
}

p { margin: 0 0 1rem; color: var(--ink-mute); }

/* ——— topbar ——— */
.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--top);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.1rem, 4vw, 2.8rem);
  transition: background 0.35s var(--ease), color 0.35s ease;
}

.topbar.is-scrolled,
.topbar.is-solid {
  background: rgba(243, 235, 227, 0.92);
  backdrop-filter: blur(10px);
  color: var(--ink);
}

.topbar:not(.is-scrolled):not(.is-solid) {
  color: #f7efe8;
}

.mark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 560;
  letter-spacing: 0.04em;
}

.mark-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: inherit;
}

.mark-icon svg,
.about-logo svg,
.foot-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mark-word {
  line-height: 1;
  font-style: italic;
}

.about-logo {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.85rem;
  color: var(--ink);
  opacity: 0.72;
}

.foot-icon {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--ink);
  flex-shrink: 0;
}

.desk-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.88rem;
  font-weight: 400;
}

.desk-nav a { opacity: 0.82; transition: opacity 0.2s ease; }
.desk-nav a:hover { opacity: 1; }

.nav-write {
  padding: 0.45rem 0.9rem;
  border: 1px solid currentColor;
  opacity: 1 !important;
}

.burger {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.burger i {
  display: block;
  width: 1.35rem;
  height: 1.5px;
  background: currentColor;
}

.sheet-nav {
  position: fixed;
  top: var(--top);
  left: 0;
  right: 0;
  z-index: 39;
  display: grid;
  gap: 0.2rem;
  padding: 0.5rem 1.4rem 1.3rem;
  background: var(--paper);
  border-bottom: 1px solid rgba(36, 31, 28, 0.1);
}

.sheet-nav a {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(36, 31, 28, 0.08);
  font-size: 1.05rem;
}

.sheet-nav[hidden] { display: none; }

/* ——— HERO ——— */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: #f7efe8;
  overflow: hidden;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.04);
  animation: settle 1.8s var(--ease) both;
}

.hero-photo.is-art {
  object-position: center 30%;
  filter: saturate(0.92) contrast(1.02);
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(36, 31, 28, 0.72) 0%, rgba(36, 31, 28, 0.42) 42%, rgba(36, 31, 28, 0.18) 70%, rgba(36, 31, 28, 0.35) 100%),
    linear-gradient(0deg, rgba(36, 31, 28, 0.55) 0%, transparent 42%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  padding: calc(var(--top) + 2rem) clamp(1.3rem, 5vw, 4rem) clamp(4.2rem, 11vh, 7rem);
  animation: rise 1.1s var(--ease) 0.15s both;
}

.hero-brand {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 12vw, 8rem);
  font-weight: 650;
  font-style: italic;
  line-height: 0.88;
  letter-spacing: -0.02em;
  color: #f7efe8;
  transform: translateY(-0.35rem);
}

.hero-role {
  margin: 1.15rem 0 1.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 239, 232, 0.72);
}

.hero h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  font-weight: 400;
  font-style: italic;
  color: #f7efe8;
  max-width: 18ch;
}

.hero-line {
  max-width: 28rem;
  color: rgba(247, 239, 232, 0.82);
  font-size: 1.05rem;
  margin-bottom: 1.8rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.ink-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 1.55rem;
  background: #f7efe8;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
  transition: transform 0.3s var(--ease), background 0.3s ease;
}

.ink-btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

.text-link {
  font-size: 0.95rem;
  color: rgba(247, 239, 232, 0.88);
  border-bottom: 1px solid rgba(247, 239, 232, 0.4);
  padding-bottom: 0.15rem;
  transition: border-color 0.25s ease;
}

.text-link:hover { border-bottom-color: #f7efe8; }

.hero-nick {
  margin: 2rem 0 0;
  font-family: var(--font-hand);
  font-size: 1.45rem;
  color: rgba(247, 239, 232, 0.78);
}

/* ——— ABOUT ——— */
.about {
  position: relative;
  padding: clamp(4rem, 10vh, 7rem) 0;
  background: var(--paper);
  overflow: hidden;
}

.about-stage {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.3rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.about-wash {
  position: absolute;
  right: -8%;
  top: -18%;
  width: min(58vw, 620px);
  opacity: 0.38;
  mix-blend-mode: multiply;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 45%, #000 20%, transparent 72%);
}

.about-giant {
  position: absolute;
  left: -2%;
  bottom: -8%;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(5rem, 16vw, 12rem);
  font-weight: 650;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: rgba(36, 31, 28, 0.05);
  pointer-events: none;
  user-select: none;
}

.about-text {
  position: relative;
  z-index: 1;
}

.about-text h2 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  margin-bottom: 1.2rem;
}

.about-lead {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-style: italic;
  color: var(--ink);
  line-height: 1.4;
  max-width: 28rem;
}

.about-card {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  padding: 1.6rem 1.5rem 1.4rem;
  background: #efe3d8;
  border-left: 3px solid var(--rose);
  transform: rotate(1.1deg);
}

.about-card img {
  margin-bottom: 0.9rem;
  opacity: 0.9;
}

.about-card blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--ink);
}

.signed {
  margin: 1rem 0 0;
  font-family: var(--font-hand);
  font-size: 1.35rem;
  color: var(--rose);
}

/* ——— WORK / lanes ——— */
.work {
  padding: clamp(3rem, 8vh, 5rem) 0 clamp(4rem, 9vh, 6rem);
  background:
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}

.work-head {
  max-width: 1120px;
  margin: 0 auto 2.5rem;
  padding: 0 clamp(1.3rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: end;
}

.work-head h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 0.95;
}

.work-head p {
  margin: 0;
  max-width: 18rem;
  justify-self: end;
  text-align: right;
}

.lane {
  max-width: 1120px;
  margin: 0 auto 1.1rem;
  padding: clamp(1.6rem, 3vw, 2.4rem) clamp(1.3rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
}

.lane-a {
  background: #e7d2c8;
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
}

.lane-b {
  background: #d5dfd4;
  grid-template-columns: 1fr auto;
  clip-path: polygon(1.5% 0, 100% 0, 100% 100%, 0 100%);
}

.lane-index {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 650;
  line-height: 0.9;
  color: rgba(36, 31, 28, 0.18);
  writing-mode: horizontal-tb;
  min-width: 4.5rem;
}

.lane-b .lane-index {
  text-align: right;
}

.lane h3 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin-bottom: 0.55rem;
}

.lane p { max-width: 34rem; }

.lane ul {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.lane li {
  position: relative;
  padding-left: 1rem;
  color: var(--ink-mute);
  font-size: 0.98rem;
}

.lane li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.35rem;
  height: 1px;
  background: var(--ink);
  opacity: 0.45;
}

/* ——— PATH ——— */
.path {
  padding: clamp(4rem, 10vh, 7rem) clamp(1.3rem, 4vw, 2.5rem);
  background: var(--ink);
  color: #f3ebe3;
}

.path-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.path h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: #f3ebe3;
  margin-bottom: 2.5rem;
}

.path-rail {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
}

.path-line {
  width: 40px;
  height: 100%;
  color: rgba(243, 235, 227, 0.35);
}

.path-steps {
  list-style: none;
  margin: 0;
  padding: 0.3rem 0 0;
  display: grid;
  gap: 2.2rem;
}

.path-steps li { position: relative; }

.path-steps .dot {
  position: absolute;
  left: -2.55rem;
  top: 0.45rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--rose-soft);
  box-shadow: 0 0 0 5px rgba(168, 93, 85, 0.2);
}

.path-steps h3 {
  color: #f3ebe3;
  font-size: 1.45rem;
  margin-bottom: 0.4rem;
}

.path-steps p {
  margin: 0;
  color: rgba(243, 235, 227, 0.7);
  max-width: 28rem;
}

/* ——— BOOKING ——— */
.booking {
  position: relative;
  padding: clamp(4.5rem, 11vh, 8rem) 0;
  background:
    linear-gradient(118deg, #c9a094 0%, #d7b5a8 40%, #b7c4b4 100%);
  overflow: hidden;
}

.booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../assets/atmosphere.jpg") center/cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.booking-layout {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.3rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.booking-story h2 {
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  line-height: 0.95;
  color: var(--ink);
}

.booking-kicker {
  margin: 0 0 0.5rem;
  font-family: var(--font-hand);
  font-size: 1.5rem;
  color: rgba(36, 31, 28, 0.7);
}

.booking-note {
  max-width: 22rem;
  color: rgba(36, 31, 28, 0.78);
  margin-bottom: 1.8rem;
}

.booking-facts {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  max-width: 17rem;
  display: grid;
  gap: 0.65rem;
}

.booking-facts li {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.7rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(36, 31, 28, 0.14);
  color: var(--ink);
  font-size: 0.98rem;
}

.booking-facts span {
  font-family: var(--font-display);
  font-style: italic;
  color: rgba(36, 31, 28, 0.5);
}

.booking-hand {
  margin: 0;
  font-family: var(--font-hand);
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--ink);
}

.booking-form {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  background: #f6eee6;
  box-shadow: 14px 18px 0 rgba(36, 31, 28, 0.07);
  transform: rotate(-0.5deg);
}

.form-lead {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ink);
}

.field { display: grid; gap: 0.3rem; }

.field-line label,
.audience legend {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(36, 31, 28, 0.5);
}

.field-line input,
.field-line textarea {
  width: 100%;
  padding: 0.5rem 0 0.65rem;
  border: 0;
  border-bottom: 1.5px solid rgba(36, 31, 28, 0.2);
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 1.02rem;
  color: var(--ink);
  outline: none;
}

.field-line textarea {
  resize: vertical;
  min-height: 84px;
  line-height: 1.5;
}

.field-line input::placeholder,
.field-line textarea::placeholder {
  color: rgba(36, 31, 28, 0.32);
}

.field-line input:focus,
.field-line textarea:focus {
  border-bottom-color: var(--rose);
}

.audience {
  margin: 0.2rem 0 0;
  padding: 0;
  border: 0;
}

.audience legend {
  padding: 0;
  margin-bottom: 0.7rem;
}

.audience-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.audience-option { cursor: pointer; }

.audience-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.audience-option span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(36, 31, 28, 0.18);
  font-size: 0.94rem;
  color: var(--ink-mute);
  transition: 0.25s ease;
}

.audience-option input:checked + span {
  background: var(--ink);
  border-color: var(--ink);
  color: #f6eee6;
}

.audience.is-error .audience-option span { border-color: var(--rose); }
.field.is-error input,
.field.is-error textarea { border-bottom-color: var(--rose); }

.form-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.2rem;
}

.btn-send {
  appearance: none;
  border: 0;
  padding: 0.9rem 1.55rem;
  background: var(--ink);
  color: #f6eee6;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s var(--ease), background 0.25s ease;
}

.btn-send:hover {
  background: #3a322e;
  transform: translateY(-2px);
}

.form-note {
  margin: 0;
  max-width: 13rem;
  font-size: 0.76rem;
  line-height: 1.4;
  color: rgba(36, 31, 28, 0.5);
}

.form-success {
  margin: 0;
  font-family: var(--font-hand);
  font-size: 1.45rem;
  color: var(--olive-deep);
}

/* ——— FOOTER ——— */
.foot {
  padding: 0.95rem clamp(1.2rem, 4vw, 2.5rem);
  background: #ebe2d8;
  border-top: 1px solid rgba(36, 31, 28, 0.1);
}

.foot-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  flex-wrap: wrap;
}

.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.foot-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.foot-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 560;
  color: var(--ink);
}

.foot-sep {
  color: rgba(36, 31, 28, 0.28);
  font-size: 0.9rem;
}

.foot-tag {
  font-size: 0.78rem;
  color: var(--ink-mute);
  white-space: nowrap;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.15rem;
}

.foot-links a {
  font-size: 0.78rem;
  color: var(--ink-mute);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.foot-links a:hover {
  color: var(--ink);
  border-bottom-color: rgba(36, 31, 28, 0.28);
}

.foot-copy {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(36, 31, 28, 0.45);
  white-space: nowrap;
}

.form-note a {
  color: var(--ink);
  border-bottom: 1px solid rgba(36, 31, 28, 0.28);
}

.form-note a:hover {
  border-bottom-color: var(--ink);
}

/* ——— legal pages ——— */
.legal-page {
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}

.legal-top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1.2rem, 4vw, 2.5rem);
  background: rgba(243, 235, 227, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(36, 31, 28, 0.08);
}

.legal-top a {
  font-size: 0.88rem;
  color: var(--ink-mute);
  border-bottom: 1px solid transparent;
}

.legal-top a:hover {
  color: var(--ink);
  border-bottom-color: rgba(36, 31, 28, 0.25);
}

.legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2.2rem, 6vh, 3.5rem) clamp(1.2rem, 4vw, 2rem) 4rem;
}

.legal-wrap .eyebrow-hand {
  margin: 0 0 0.4rem;
  font-family: var(--font-hand);
  font-size: 1.35rem;
  color: var(--rose);
}

.legal-wrap h1 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 0.5rem;
}

.legal-updated {
  margin: 0 0 2rem;
  font-size: 0.82rem;
  color: rgba(36, 31, 28, 0.45);
}

.legal-wrap h2 {
  font-size: 1.25rem;
  margin: 1.8rem 0 0.65rem;
}

.legal-wrap p,
.legal-wrap li {
  color: var(--ink-mute);
  font-size: 0.98rem;
}

.legal-wrap ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.legal-wrap li { margin-bottom: 0.35rem; }

.legal-note {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  background: #efe3d8;
  border-left: 3px solid var(--rose);
  font-size: 0.92rem;
  color: var(--ink);
}

/* ——— motion ——— */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}

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

.reveal-delay { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }

@keyframes settle {
  from { transform: scale(1.1); opacity: 0.7; }
  to { transform: scale(1.04); opacity: 1; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

/* ——— responsive ——— */
@media (max-width: 960px) {
  .desk-nav { display: none; }
  .burger { display: flex; }

  .topbar:not(.is-scrolled):not(.is-solid) { color: #f7efe8; }

  .about-stage,
  .work-head,
  .booking-layout,
  .lane,
  .lane-b {
    grid-template-columns: 1fr;
  }

  .work-head p {
    justify-self: start;
    text-align: left;
  }

  .lane-a,
  .lane-b {
    clip-path: none;
  }

  .lane-b .lane-index {
    text-align: left;
    order: -1;
  }

  .booking-form { transform: none; }

  .about-wash {
    width: 90vw;
    right: -20%;
    top: -10%;
    opacity: 0.28;
  }
}

@media (max-width: 720px) {
  .foot-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .foot-links {
    justify-content: flex-start;
  }

  .foot-tag { display: none; }
}
