:root {
  --paper: #f5f3ee;
  --paper-deep: #ebe8e1;
  --ink: #171717;
  --muted: #67645f;
  --line: rgba(23, 23, 23, 0.18);
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
}

body.no-scroll {
  overflow: hidden;
}

.about-page {
  --muted: rgba(245, 243, 238, 0.72);
  --line: rgba(245, 243, 238, 0.2);
  color: var(--paper);
  background: #000;
}

.about-page .site-header.light,
.about-page .site-nav {
  color: var(--paper);
  background: #000;
}

.about-page .cta {
  color: var(--paper);
  background: #000;
}

.about-page .button:hover {
  color: #000;
  background: var(--paper);
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.site-header.light {
  position: relative;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  opacity: 0.78;
}

.site-nav a:hover,
.site-nav a.active {
  opacity: 1;
}

.site-nav a.active {
  border-bottom: 1px solid currentColor;
}

.nav-button {
  display: none;
  padding: 0;
  color: inherit;
  background: transparent;
}

.nav-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  font-size: clamp(3.8rem, 8vw, 7.5rem);
}

h2 {
  font-size: clamp(2.7rem, 5vw, 5.25rem);
}

h3 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.eyebrow {
  margin-bottom: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead {
  max-width: 670px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: #111;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lens-hero .hero-media {
  object-position: center;
}

.journal-hero .hero-media {
  object-position: center;
}

.journal-hero {
  align-items: flex-start;
}

.journal-hero .hero-content {
  position: absolute;
  top: auto;
  right: max(32px, calc((100% - var(--container)) / 2));
  bottom: 58px;
  width: min(calc(100% - 64px), 590px);
  max-width: 590px;
  margin: 0;
  padding: 0;
  color: var(--white);
  text-align: right;
}

.journal-hero .hero-content .eyebrow {
  margin-bottom: 8px;
}

.journal-hero .hero-content h1 {
  margin-bottom: 12px;
  font-size: clamp(3.25rem, 6vw, 5.75rem);
  line-height: 0.88;
}

.journal-hero .hero-content p:last-child {
  max-width: 470px;
  margin-right: 0;
  margin-left: auto;
  color: var(--white);
  line-height: 1.45;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 28%, rgba(0, 0, 0, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding: 180px 0 82px;
}

.hero-content h1 {
  margin-bottom: 16px;
  font-size: clamp(3.25rem, 6vw, 5.75rem);
}

.hero-content p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.page-hero {
  min-height: 72svh;
}

.page-hero .hero-content {
  padding-bottom: 72px;
}

.about-hero .hero-media {
  object-position: center;
}

.wedding-hero .hero-content {
  position: absolute;
  right: auto;
  bottom: 32px;
  left: max(32px, calc((100% - var(--container)) / 2));
  width: min(calc(100% - 64px), 850px);
  margin: 0;
  padding: 0;
  text-align: left;
}

.wedding-hero .hero-content h1 {
  font-size: clamp(3.25rem, 6vw, 5.75rem);
}

.intro {
  padding: 120px 0;
}

.intro-copy {
  max-width: 790px;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.pathways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 120px;
}

.home-pathways {
  grid-template-columns: minmax(220px, 0.85fr) 1fr 1fr;
  align-items: stretch;
  padding-top: 120px;
}

.pathway-intro {
  display: flex;
  min-height: 70svh;
  flex-direction: column;
  justify-content: center;
}

.pathway-intro h2 {
  margin-bottom: 28px;
  font-size: clamp(2.6rem, 4vw, 4.7rem);
}

.pathway-intro .lead {
  max-width: 32rem;
}

.image-path {
  position: relative;
  min-height: 70svh;
  overflow: hidden;
  color: var(--white);
}

.image-path img {
  height: 100%;
  object-fit: cover;
  transition: filter 500ms ease, transform 700ms ease;
}

.home-wedding-path img {
  filter: grayscale(1);
}

.home-wedding-path:hover img,
.home-wedding-path:focus-visible img {
  filter: grayscale(0);
}

.image-path::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.65));
}

.image-path:hover img {
  transform: scale(1.015);
}

.image-path-copy {
  position: absolute;
  z-index: 1;
  right: 38px;
  bottom: 32px;
  left: 38px;
}

.image-path h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
}

.section {
  padding: 120px 0;
}

.section-rule {
  border-top: 1px solid var(--line);
}

.section.wedding-intro {
  padding-bottom: 64px;
}

.section.wedding-gallery {
  padding-top: 64px;
  padding-bottom: 64px;
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(48px, 10vw, 150px);
  align-items: start;
}

.editorial-split .copy {
  max-width: 630px;
}

.editorial-split .copy p:last-child {
  margin-bottom: 0;
}

.portrait-image {
  min-height: 720px;
  object-fit: cover;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 46px;
}

.gallery-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masonry {
  columns: 3 300px;
  column-gap: 18px;
}

.gallery-item {
  margin: 0 0 18px;
  break-inside: avoid;
  overflow: hidden;
  background: #ddd;
}

.gallery-item button {
  width: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  background: transparent;
}

.gallery-item img {
  transition: filter 500ms ease, transform 500ms ease;
}

.mono-gallery .gallery-item img {
  filter: grayscale(1);
}

.mono-gallery .gallery-item:hover img,
.mono-gallery .gallery-item:focus-within img {
  filter: grayscale(0);
  transform: scale(1.01);
}

.balanced-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.balanced-gallery .gallery-item {
  grid-column: span 4;
  margin: 0;
}

.balanced-gallery .gallery-item.wide {
  grid-column: span 8;
}

.balanced-gallery img {
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.story-card {
  grid-column: span 4;
  align-self: stretch;
}

.story-card.featured {
  grid-column: span 8;
  align-self: stretch;
}

.story-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: left;
  aspect-ratio: 4 / 5.15;
  overflow: hidden;
  background: #171612;
  cursor: pointer;
}

.story-card.featured .story-link {
  aspect-ratio: 16 / 10;
}

.story-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 8, 7, 0.3) 0%, transparent 42%, rgba(8, 8, 7, 0.64) 100%);
  content: "";
  pointer-events: none;
}

.story-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.story-link:hover img,
.story-link:focus-visible img {
  transform: scale(1.015);
}

.story-overlay {
  position: absolute;
  z-index: 2;
  max-width: min(82%, 680px);
  padding: clamp(20px, 3vw, 42px);
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.72);
}

.story-overlay--top-left {
  top: 0;
  left: 0;
}

.story-overlay--top-right {
  top: 0;
  right: 0;
  text-align: right;
}

.story-overlay--bottom-left {
  bottom: 0;
  left: 0;
}

.story-overlay--bottom-right {
  right: 0;
  bottom: 0;
  text-align: right;
}

.story-meta {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-card h2,
.story-card h3 {
  margin: 0;
  color: #fff;
  line-height: 0.98;
}

.story-card h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
}

.story-card h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
}

.story-overlay--compact h2 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(48px, 10vw, 150px);
  align-items: start;
}

.pricing-list {
  border-top: 1px solid var(--line);
}

.pricing-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.pricing-row h3 {
  margin-bottom: 5px;
  font-size: 1.8rem;
}

.pricing-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.pricing-row strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.cta {
  padding: 120px 0;
  text-align: center;
  background: var(--ink);
  color: var(--white);
}

.cta-inner {
  max-width: 760px;
  margin-inline: auto;
}

.cta h2 {
  margin-bottom: 18px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 26px;
  border: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button:hover {
  color: var(--ink);
  background: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(54px, 10vw, 150px);
}

.contact-layout h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-details a {
  width: fit-content;
  border-bottom: 1px solid var(--line);
}

.contact-form {
  display: grid;
  gap: 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
}

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

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

.contact-form .button {
  width: fit-content;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-row nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 56px;
  background: rgba(8, 8, 8, 0.96);
}

.lightbox.open {
  display: flex;
}

.lightbox--light {
  background: rgba(255, 255, 255, 0.98);
}

.lightbox--light .lightbox-control {
  border-color: rgba(20, 20, 20, 0.35);
  color: #111;
  background: rgba(255, 255, 255, 0.88);
}

.lightbox img {
  width: auto;
  max-width: min(92vw, 1500px);
  max-height: 88vh;
  object-fit: contain;
}

.lightbox-control {
  position: absolute;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 22px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .journal-hero .hero-content {
    top: auto;
    right: 18px;
    bottom: 34px;
    width: min(calc(100% - 36px), 590px);
  }

  .nav-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
  }

  .nav-button::before {
    width: 18px;
    height: 10px;
    content: "";
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
  }

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

  .pathways,
  .editorial-split,
  .pricing-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .home-pathways {
    grid-template-columns: 1fr;
    padding-top: 92px;
  }

  .pathway-intro {
    min-height: auto;
    padding-bottom: 28px;
  }

  .image-path {
    min-height: 62svh;
  }

  .portrait-image {
    min-height: 65svh;
  }

  .balanced-gallery .gallery-item,
  .balanced-gallery .gallery-item.wide {
    grid-column: span 6;
  }

  .story-card,
  .story-card.featured {
    grid-column: span 6;
  }

  .story-link,
  .story-card.featured .story-link {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: clamp(3.15rem, 16vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  .nav-row {
    min-height: 76px;
  }

  .hero-content {
    padding: 130px 0 54px;
  }

  .hero-content h1,
  .journal-hero .hero-content h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
  }

  .wedding-hero .hero-content {
    bottom: 24px;
    left: 18px;
    width: calc(100% - 36px);
    padding: 0;
  }

  .wedding-hero .hero-content h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
  }

  .intro,
  .section,
  .cta {
    padding: 82px 0;
  }

  .section.wedding-intro {
    padding-bottom: 48px;
  }

  .section.wedding-gallery {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pathways {
    gap: 14px;
    padding-bottom: 82px;
  }

  .image-path {
    min-height: 68svh;
  }

  .image-path-copy {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .gallery-heading {
    display: block;
  }

  .gallery-heading .text-link {
    display: inline-block;
    margin-top: 16px;
  }

  .masonry {
    columns: 1;
  }

  .balanced-gallery {
    display: block;
  }

  .balanced-gallery .gallery-item {
    margin-bottom: 14px;
  }

  .balanced-gallery img {
    min-height: 0;
  }

  .journal-grid {
    display: block;
  }

  .story-card {
    margin-bottom: 56px;
  }

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

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

  .lightbox {
    padding: 52px 14px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
