:root {
  --ink: #273229;
  --cream: #f1ede4;
  --paper: #faf8f2;
  --sage: #b8c2ad;
  --terracotta: #a45237;
  --line: rgba(39, 50, 41, .18);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
button, a { font: inherit; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  height: 108px;
  padding: 26px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand span { font-family: Italiana, serif; font-size: 25px; letter-spacing: .02em; }
.brand small { margin-top: 7px; font-size: 8px; letter-spacing: .38em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
nav a, .gallery-link { border: 0; padding: 3px 0; color: inherit; background: none; cursor: pointer; }
nav a:hover, .gallery-link:hover { border-bottom: 1px solid currentColor; }
.language-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 30px;
  padding: 8px 11px;
  color: white;
  background: rgba(0,0,0,.08);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .08em;
}
.language-toggle i { display: block; height: 12px; width: 1px; background: currentColor; opacity: .45; }
.language-toggle span:not(.active) { opacity: .5; }

.hero { position: relative; height: 100svh; min-height: 680px; color: white; overflow: hidden; }
.hero > img { height: 100%; object-fit: cover; object-position: center 56%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,24,16,.78) 0%, rgba(11,24,16,.48) 42%, rgba(11,24,16,.08) 76%), linear-gradient(0deg, rgba(11,24,16,.38), transparent 55%); }
.hero-copy { position: absolute; left: 8vw; bottom: 15vh; max-width: 820px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: Fraunces, serif; font-weight: 500; line-height: .96; }
.hero h1 { font-size: clamp(54px, 7vw, 106px); letter-spacing: -.02em; text-shadow: 0 2px 25px rgba(0,0,0,.34); }
.hero-intro { max-width: 480px; margin: 27px 0 32px; font-size: 16px; line-height: 1.6; }
.button {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 15px 25px;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
}
.button.light { color: white; }
.button:hover { color: var(--ink); background: white; }
.manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  padding: 150px 10vw 130px;
}
.terracotta { color: var(--terracotta); }
.manifesto h2, .section-heading h2 { font-size: clamp(48px, 5.6vw, 84px); }
.two-line-title span { display: block; white-space: nowrap; }
.manifesto-copy { padding-top: 38px; }
.manifesto-copy > p:first-child { max-width: 520px; margin: 0; font-size: 19px; line-height: 1.75; }
.location { margin-top: 36px; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(320px, 35vw));
  gap: 18px;
  padding: 0 2vw 150px;
}
.editorial-grid figure { position: relative; margin: 0; overflow: hidden; }
.editorial-grid figure:nth-child(1) { grid-column: 1 / span 7; }
.editorial-grid figure:nth-child(2) { grid-column: 8 / span 5; }
.editorial-grid figure:nth-child(3) { grid-column: 1 / span 5; }
.editorial-grid figure:nth-child(4) { grid-column: 6 / span 7; }
.editorial-grid img { height: 100%; object-fit: cover; }
.editorial-grid figure:nth-child(4) img { object-position: center 35%; }
figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: white;
  font-size: 9px;
  letter-spacing: .14em;
  text-shadow: 0 1px 8px rgba(0,0,0,.65);
  text-transform: uppercase;
}

.gallery-invite { padding: 130px 8vw; color: white; background: var(--terracotta); }
.gallery-invite h2 { max-width: 1000px; font-size: clamp(50px, 7vw, 100px); }
.text-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 10px;
  color: white;
  background: none;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.text-button b { font-size: 20px; font-weight: 300; }

.packages { padding: 150px 8vw; }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 6vw; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { max-width: 440px; margin: 0 0 7px; font-size: 17px; line-height: 1.7; }
.package-list { margin-top: 100px; border-top: 1px solid var(--line); }
.package-group-heading {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 3vw;
  margin-top: 105px;
  padding: 0 20px;
}
.package-group-heading > span { color: var(--terracotta); font-size: 18px; font-weight: 600; line-height: 1; }
.package-group-title {
  margin: -8px 0 14px;
  color: var(--terracotta);
  font: 600 34px/1.12 "DM Sans", sans-serif;
  letter-spacing: -.025em;
}
.package-group-heading div > p:last-child { max-width: 620px; margin: 0; font-size: 14px; line-height: 1.6; }
.package-group-heading + .package-list { margin-top: 35px; }
.brands-heading { margin-top: 120px; }
.package-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  padding: 48px 20px;
  border-bottom: 1px solid var(--line);
}
.package-card.featured { background: var(--cream); }
.package-label { margin: 0 0 8px; color: var(--terracotta); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.package-main h3 { margin: 0; font: 500 52px/1 Fraunces, serif; }
.price { margin: 20px 0 0; font-size: 15px; font-weight: 500; letter-spacing: .06em; }
.package-card ul { margin: 4px 0 0; padding: 0; list-style: none; font-size: 13px; line-height: 2.1; }
.package-card li::before { content: "—"; margin-right: 10px; color: var(--terracotta); }
.client-note {
  display: flex;
  gap: 22px;
  max-width: 780px;
  margin: 45px 0 0 auto;
  padding: 28px 32px;
  border-left: 2px solid var(--terracotta);
  background: var(--cream);
}
.client-note span { color: var(--terracotta); }
.client-note p { margin: 0; font-size: 13px; line-height: 1.7; }

.headshots {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 820px;
  background: var(--sage);
}
.headshot-image { position: relative; min-height: 720px; overflow: hidden; }
.headshot-image img { height: 100%; object-fit: cover; object-position: center 35%; }
.headshot-image span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: white;
  font-size: 9px;
  letter-spacing: .14em;
  text-shadow: 0 1px 8px rgba(0,0,0,.7);
  text-transform: uppercase;
}
.headshot-content { align-self: center; padding: 90px 6vw; }
.headshot-content h2 { max-width: 780px; font-size: clamp(48px, 5vw, 76px); }
.headshot-intro { max-width: 650px; margin: 30px 0 50px; font-size: 16px; line-height: 1.7; }
.headshot-options { border-top: 1px solid rgba(39,50,41,.28); }
.headshot-options article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 28px 18px;
  border-bottom: 1px solid rgba(39,50,41,.28);
}
.headshot-options article.express { background: rgba(250,248,242,.48); }
.headshot-tag { margin: 0 0 6px; color: var(--terracotta); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.headshot-options h3 { margin: 0; font-size: 21px; font-weight: 600; }
.headshot-price { margin: 10px 0 0; font-size: 14px; font-weight: 600; letter-spacing: .04em; }
.headshot-options ul { margin: 0; padding: 0; list-style: none; font-size: 12px; line-height: 1.9; }
.headshot-options li::before { content: "—"; margin-right: 8px; color: var(--terracotta); }
.editing-note { max-width: 620px; margin: 24px 0; font-size: 11px; line-height: 1.6; }
.button.dark { color: var(--ink); }
.button.dark:hover { color: white; background: var(--ink); }

.closing { position: relative; min-height: 760px; display: grid; place-items: center; color: white; text-align: center; overflow: hidden; }
.closing > img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: brightness(.36); }
.closing > div { position: relative; max-width: 760px; padding: 100px 30px; }
.closing h2 { font-size: clamp(70px, 9vw, 130px); }
.closing p:not(.eyebrow) { max-width: 550px; margin: 30px auto; line-height: 1.7; }

footer { min-height: 180px; display: flex; align-items: center; justify-content: space-between; padding: 50px 5vw; background: var(--ink); color: white; }
footer p { margin: 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.hestia-signature { opacity: .42; font-family: Italiana, serif; text-transform: none; }

dialog { max-width: none; max-height: none; border: 0; padding: 0; }
dialog::backdrop { background: rgba(20,26,21,.76); backdrop-filter: blur(4px); }
.gallery-dialog { width: 94vw; height: 94vh; padding: 50px; color: var(--ink); background: var(--paper); }
.gallery-header { display: flex; align-items: start; justify-content: space-between; }
.gallery-header .eyebrow { margin-bottom: 10px; }
.gallery-header h2 { font-size: 60px; }
.gallery-close, .lightbox-close {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font: 42px/1 "DM Sans", sans-serif;
  font-weight: 200;
}
.filters { display: flex; gap: 9px; margin: 35px 0; }
.filters button {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 9px 15px;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.filters button.active { color: white; background: var(--ink); }
.gallery-grid { columns: 4 230px; column-gap: 12px; padding-bottom: 40px; }
.gallery-grid button { display: block; width: 100%; border: 0; margin: 0 0 12px; padding: 0; background: none; cursor: zoom-in; break-inside: avoid; }
.gallery-grid img { height: auto; transition: opacity .25s; }
.gallery-grid button:hover img { opacity: .82; }
.lightbox { width: 100vw; height: 100vh; background: rgba(20,26,21,.95); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; padding: 5vh 5vw; }
.lightbox-close { position: fixed; z-index: 2; top: 18px; right: 25px; color: white; }

@media (max-width: 760px) {
  .site-header { height: 90px; padding: 22px 20px; }
  .brand span { font-size: 21px; }
  nav { display: none; }
  .hero { min-height: 620px; }
  .hero-copy { left: 24px; right: 24px; bottom: 12vh; }
  .hero h1 { font-size: 50px; }
  .scroll-note { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 30px; padding: 100px 24px; }
  .manifesto h2, .section-heading h2 { font-size: 49px; }
  .manifesto-copy { padding-top: 0; }
  .manifesto-copy > p:first-child { font-size: 16px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 58vw); gap: 10px; padding: 0 10px 90px; }
  .editorial-grid figure { grid-column: auto !important; grid-row: auto !important; }
  .gallery-invite { padding: 95px 24px; }
  .gallery-invite h2 { font-size: 48px; }
  .packages { padding: 100px 20px; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 28px; }
  .package-list { margin-top: 70px; }
  .package-group-heading { grid-template-columns: 35px 1fr; margin-top: 75px; padding: 0 14px; }
  .package-group-heading > span { font-size: 13px; }
  .package-group-heading + .package-list { margin-top: 28px; }
  .package-group-title { font-size: 26px; }
  .package-card { grid-template-columns: 1fr; padding: 38px 14px; }
  .package-card ul { margin-top: 20px; }
  .package-main h3 { font-size: 45px; }
  .client-note { padding: 24px 20px; }
  .headshots { grid-template-columns: 1fr; }
  .headshot-image { min-height: 580px; }
  .headshot-content { padding: 85px 22px; }
  .headshot-content h2 { font-size: 45px; }
  .headshot-options article { grid-template-columns: 1fr; }
  .closing { min-height: 680px; }
  footer { flex-direction: column; gap: 34px; text-align: center; }
  .gallery-dialog { width: 100vw; height: 100vh; padding: 28px 16px; }
  .gallery-header h2 { font-size: 45px; }
  .filters { overflow-x: auto; }
  .filters button { flex: 0 0 auto; }
  .gallery-grid { columns: 2 140px; gap: 7px; }
}
