:root {
  --ink: #141210;
  --paper: #f3eee6;
  --muted: #6b645c;
  --line: #d4cbbd;
  --gold: #8f7340;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
::selection { background: var(--ink); color: var(--paper); }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
a { color: inherit; text-decoration: none; }
button, input, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 2rem;
  background: rgba(243, 238, 230, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.mark {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.88rem;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  border: 1px solid var(--ink);
  padding: 0.45rem 0.95rem;
}
.nav-cta:hover { background: var(--ink); color: var(--paper) !important; }
.menu-btn {
  display: none;
  width: 2rem;
  height: 1.1rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.menu-btn span {
  display: block;
  height: 1px;
  background: var(--ink);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 4.4rem);
  padding: 2.5rem;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem 2.2rem;
  max-width: 34rem;
  border-radius: 1.4rem;
  background: rgba(243, 238, 230, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 60px rgba(20, 18, 16, 0.18);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 5.5vw, 4.8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 1.1rem 0 1.4rem;
}
.lede {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 28rem;
  margin-bottom: 2.2rem;
}
.btn {
  align-self: flex-start;
  background: var(--ink);
  color: var(--paper);
  padding: 0.9rem 1.4rem;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}
.btn:hover { background: var(--gold); }

.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 2rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.practice {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  padding: 6rem 3.5rem;
}
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0.7rem;
}
.practice-list { list-style: none; }
.practice-list li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.2rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.practice-list li:first-child { border-top: 1px solid var(--line); }
.practice-list span {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 1.15rem;
}
.practice-list h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.practice-list p { color: var(--muted); max-width: 34rem; }

.portrait {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: var(--paper);
}
.portrait figure {
  min-height: 0;
  overflow: hidden;
}
.portrait figure img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  object-position: center;
}
.portrait blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
.portrait p {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
}
.portrait footer {
  margin-top: 1.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cbbca8;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.gallery figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery figcaption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 6rem 3.5rem;
}
.contact h2 {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0.7rem 0 1.2rem;
}
.contact p { color: var(--muted); max-width: 26rem; }
address {
  font-style: normal;
  margin-top: 1.8rem;
  color: var(--ink);
}
form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
input, textarea {
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: var(--ink);
}
input:focus, textarea:focus { outline: none; border-color: var(--ink); }
form button {
  margin-top: 0.6rem;
  align-self: flex-start;
  background: var(--ink);
  color: var(--paper);
  padding: 0.9rem 1.4rem;
  cursor: pointer;
}
form button:hover { background: var(--gold); }

.site-foot {
  padding: 1.4rem 2rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--muted);
}
.foot-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.powered {
  margin-top: 0.85rem;
  line-height: 1.55;
  font-size: 0.74rem;
}
.powered a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.powered a:hover { color: var(--ink); }

@media (max-width: 900px) {
  body { overflow-x: hidden; }
  .menu-btn { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.4rem 1.5rem 1.8rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .nav.open .nav-links { display: flex; }
  .hero, .practice, .portrait, .gallery, .contact {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: calc(100svh - 4.2rem);
    align-items: flex-end;
    padding: 1.15rem;
    padding-bottom: 1.4rem;
  }
  .hero-copy {
    max-width: none;
    width: 100%;
    padding: 1.6rem 1.3rem;
  }
  .hero-image img {
    min-height: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  .portrait figure img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .gallery figure {
    aspect-ratio: 4 / 3;
  }
  .hero-copy, .practice, .contact, .portrait blockquote {
    padding: 2.2rem 1.25rem;
  }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
  .practice { gap: 2rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .practice-list li { grid-template-columns: 2.4rem 1fr; gap: 0.8rem; }
  .portrait blockquote { padding: 2.4rem 1.25rem; }
  .gallery figcaption {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  }
  .foot-row { flex-direction: column; gap: 0.35rem; }
  .nav { padding: 1rem 1.25rem; }
  .btn, form button { width: 100%; text-align: center; }
  form button { align-self: stretch; }
}

@media (max-width: 480px) {
  .hero-copy { padding-top: 1.8rem; }
  .lede { font-size: 0.98rem; }
}

/* Motion */
.hero-copy > * {
  opacity: 0;
  transform: translateY(22px);
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-copy > *:nth-child(1) { animation-delay: 0.05s; }
.hero-copy > *:nth-child(2) { animation-delay: 0.18s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.32s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.46s; }

.hero-image,
.portrait figure,
.gallery figure {
  overflow: hidden;
}
.hero-image img {
  animation: kenburns 22s ease-out forwards;
}
.portrait figure img,
.gallery figure img {
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.portrait figure:hover img,
.gallery figure:hover img {
  transform: scale(1.05);
}

.btn,
form button,
.nav-cta {
  transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.btn:hover,
form button:hover {
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

@keyframes rise-in {
  to { opacity: 1; transform: none; }
}
@keyframes kenburns {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.1) translate(-1.5%, -1%); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *,
  .hero-image img,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
