:root {
  --cream: #f7f1ea;
  --paper: #fffaf4;
  --brown: #6b432f;
  --brown-dark: #3d281e;
  --green: #1f3f31;
  --green-soft: #dce7d8;
  --blue: #7aa6af;
  --clay: #b77955;
  --text: #2d2924;
  --muted: #756b61;
  --line: rgba(61, 40, 30, 0.18);
  --shadow: 0 24px 70px rgba(42, 31, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--paper);
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(247, 241, 234, 0.94);
  color: var(--brown-dark);
  box-shadow: 0 12px 36px rgba(38, 28, 19, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 72px;
  height: 54px;
  overflow: hidden;
  background: var(--paper);
  border-radius: 4px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  padding: 8px 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.hero picture,
.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(27, 40, 31, 0.82), rgba(27, 40, 31, 0.34) 52%, rgba(27, 40, 31, 0.18)),
    linear-gradient(0deg, rgba(16, 22, 18, 0.38), rgba(16, 22, 18, 0.08));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  padding: 132px 0 72px;
  margin-left: clamp(18px, 6vw, 84px);
  color: var(--paper);
}

.hero-logo {
  width: min(420px, 76vw);
  height: 150px;
  object-fit: contain;
  object-position: center;
  background: var(--paper);
  margin-bottom: 26px;
  border-radius: 4px;
  box-shadow: 0 18px 54px rgba(22, 18, 14, 0.22);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f1d7c7;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
}

h2 {
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

h3 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

p {
  line-height: 1.75;
}

.hero-copy {
  max-width: 580px;
  margin: 24px 0 0;
  color: rgba(255, 250, 244, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.btn.primary {
  background: var(--paper);
  color: var(--brown-dark);
}

.btn.secondary {
  border-color: rgba(255, 250, 244, 0.7);
  color: var(--paper);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green);
  color: var(--paper);
}

.intro-item {
  min-height: 112px;
  padding: 28px clamp(20px, 4vw, 54px);
  border-right: 1px solid rgba(255, 250, 244, 0.18);
}

.intro-item span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 250, 244, 0.68);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-item strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.section {
  padding: clamp(74px, 10vw, 136px) clamp(18px, 6vw, 84px);
}

.studio-section,
.kate-section,
.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.section-copy {
  max-width: 590px;
}

.section-copy p:not(.eyebrow),
.booking-copy p {
  color: var(--muted);
  font-size: 1.02rem;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green);
  font-weight: 800;
  border-bottom: 2px solid var(--blue);
}

.studio-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-auto-rows: 260px;
  gap: 14px;
}

.studio-grid img,
.kate-photo-wrap img,
.image-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.studio-grid .span-tall {
  grid-row: span 2;
}

.services-section {
  background: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.services-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 310px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7f0;
}

.service-number {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--blue);
  font-weight: 900;
}

.service-card p {
  margin: 18px 0 0;
  color: var(--muted);
}

.image-break {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--brown-dark);
}

.image-break img {
  position: absolute;
  inset: 0;
  border-radius: 0;
  filter: saturate(0.86);
  opacity: 0.72;
}

.image-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(37, 25, 18, 0.78), rgba(37, 25, 18, 0.32));
}

.image-break-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding: 72px clamp(18px, 6vw, 84px);
  color: var(--paper);
}

.image-break-copy p:not(.eyebrow) {
  max-width: 470px;
  color: rgba(255, 250, 244, 0.84);
}

.kate-section {
  background: linear-gradient(180deg, var(--cream), #eef4ec);
}

.kate-photo-wrap {
  aspect-ratio: 1 / 1.08;
  box-shadow: var(--shadow);
}

.kate-photo-wrap img {
  object-position: center;
}

.credential {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  background: rgba(255, 250, 244, 0.75);
  color: var(--brown-dark);
  font-weight: 800;
}

.booking-section {
  background: var(--green);
  color: var(--paper);
}

.booking-copy {
  max-width: 620px;
}

.booking-copy p {
  color: rgba(255, 250, 244, 0.78);
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-row {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 22px;
  border: 1px solid rgba(255, 250, 244, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.08);
}

.contact-row span {
  color: rgba(255, 250, 244, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-row strong {
  overflow-wrap: anywhere;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 84px);
  background: var(--paper);
  color: var(--brown-dark);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 82px;
  height: 60px;
  object-fit: contain;
  border-radius: 4px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

@media (max-width: 900px) {
  .site-nav {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border-radius: 8px;
    background: var(--paper);
    color: var(--brown-dark);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 6px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-content {
    margin-inline: 18px;
    padding-bottom: 54px;
  }

  .intro-band,
  .studio-section,
  .kate-section,
  .booking-section,
  .services-layout {
    grid-template-columns: 1fr;
  }

  .intro-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 244, 0.18);
  }

  .kate-photo-wrap {
    order: 2;
  }
}

@media (max-width: 620px) {
  .brand {
    width: 60px;
    height: 46px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.4rem);
  }

  .hero-logo {
    width: min(310px, 82vw);
    height: 112px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .studio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .studio-grid .span-tall {
    grid-row: auto;
  }

  .image-break {
    min-height: 560px;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}
