@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@500;600;700&display=swap");

:root {
  --ink: #080808;
  --charcoal: #171717;
  --muted: #6b6b6b;
  --line: #d8d8d8;
  --paper: #f5f5f3;
  --white: #ffffff;
  --blue: #3d3d3d;
  --blue-dark: #1d1d1d;
  --ice: #eeeeec;
  --sand: #cfcfcf;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

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

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.42), rgba(0, 0, 0, 0.14)),
    linear-gradient(45deg, #efefef, #9c9c9c 42%, #2f2f2f);
}

.media-placeholder::before,
.media-placeholder::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(246, 241, 234, 0.32);
}

.media-placeholder::after {
  inset: auto 11% 13% auto;
  width: 34%;
  height: 54%;
  border-color: rgba(246, 241, 234, 0.18);
}

.media-placeholder span {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 19%, transparent 19% 100%);
}

.hero-media img,
.hero-media video {
  filter: saturate(0.9) contrast(0.96);
}

.hero-media .media-placeholder {
  background:
    linear-gradient(140deg, rgba(8, 8, 8, 0.92), rgba(74, 74, 74, 0.5)),
    linear-gradient(45deg, #111, #777 42%, #f2f2f2);
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  padding: 12px clamp(20px, 4vw, 62px);
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 70px;
  height: 64px;
  place-items: center;
  border: 0;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  background: transparent;
  overflow: hidden;
}

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

.brand-name {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}


nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero {
  position: relative;
  height: min(calc(100vh - 104px), 820px);
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.35)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.08) 55%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
  justify-self: center;
  align-self: center;
  padding: clamp(80px, 10vw, 140px) clamp(22px, 6vw, 88px) clamp(54px, 7vw, 90px);
  text-align: center;
}

.hero-copy p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.6vw, 5.7rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 12.5ch;
}

h2 {
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.4vw, 4.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-copy span,
.section-heading p,
.intro-grid p,
.about p,
.contact p {
  display: block;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.hero-copy span {
  color: rgba(255, 255, 255, 0.84);
  max-width: 720px;
  margin-inline: auto;
}

.hero-actions,
.section-heading,
.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-actions {
  justify-content: flex-start;
  justify-content: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0 22px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  box-shadow: none;
}

.button.ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.58);
}

.button.ghost-light {
  background: transparent;
  color: var(--paper);
  border-color: rgba(246, 241, 234, 0.32);
}

.button.small {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.78rem;
}

.section {
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.dark {
  background: var(--charcoal);
  color: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 44px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-grid p,
.contact p {
  color: var(--muted);
}

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

.section-heading > div {
  max-width: 780px;
}

.work-section {
  background: var(--white);
  color: var(--ink);
}

.work-section .section-heading {
  align-items: end;
}

.gallery-label {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.film-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-bottom: 30px;
}

.film-card {
  position: relative;
  min-height: clamp(440px, 52vw, 650px);
  overflow: hidden;
  background: #d8d8d8;
  box-shadow: none;
}

.film-card::after,
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.03) 58%);
}

.film-card div,
.photo-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 46px;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.film-card span,
.photo-card span,
.package-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.film-card p {
  color: #e6e6e6;
}

.film-card button,
.film-card a,
.photo-card button {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  border: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  font-style: italic;
  font-weight: 600;
  cursor: pointer;
}

.portfolio-note {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  margin: 32px 0 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.portfolio-note span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-note p {
  margin: 0;
  max-width: 820px;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.photo-card {
  position: relative;
  min-height: clamp(440px, 52vw, 650px);
  overflow: hidden;
  background: #d8d8d8;
}

.photo-card:nth-child(1),
.photo-card:nth-child(4) {
  grid-column: span 1;
}

.photo-card:nth-child(2),
.photo-card:nth-child(6) {
  grid-column: span 1;
}

.photo-card:nth-child(3),
.photo-card:nth-child(5) {
  grid-column: span 1;
}

.film-card h3,
.photo-card strong {
  margin: 0 0 18px;
  color: var(--white);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
}

.tabs {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 26px;
  border: 1px solid var(--line);
  padding: 0;
  background: transparent;
}

.tab {
  min-height: 40px;
  border: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  cursor: pointer;
}

.tab.active {
  background: var(--ink);
  color: var(--paper);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--white);
}

.package-card:nth-child(2) {
  border-color: rgba(0, 0, 0, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.package-card strong {
  display: block;
  font-size: 2.4rem;
}

.package-card p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.package-card ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  border-top: 1px solid var(--line);
  padding: 13px 0;
  color: #3f3f3f;
}

.included-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 60px);
  margin-top: 22px;
  padding: clamp(28px, 5vw, 48px);
  background: var(--charcoal);
  color: var(--paper);
}

.included-panel p {
  color: #dddddd;
  line-height: 1.75;
}

.included-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.included-list article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.included-list span {
  width: 8px;
  height: 8px;
  margin-top: 9px;
  background: var(--blue);
}

.included-list p {
  margin: 0;
  color: var(--white);
  font-weight: 800;
  line-height: 1.45;
}

.booking-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-top: 0;
  padding: 22px 26px;
  background: var(--ice);
}

.booking-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-strip p {
  margin: 0;
  max-width: 840px;
  color: #34404d;
  line-height: 1.6;
}

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

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.experience-grid article {
  min-height: 310px;
  padding: 28px;
  background: var(--white);
}

.experience-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-grid p {
  color: var(--muted);
  line-height: 1.68;
}

.split-panel,
.notes-grid,
.contact,
.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
}

.split-panel {
  margin-top: 28px;
}

.split-panel > div,
.notes-grid > div {
  border: 1px solid var(--line);
  padding: 26px;
  background: var(--white);
}

.dark .notes-grid > div {
  border-color: rgba(255, 255, 255, 0.14);
  background: #242424;
}

.addon-list article,
.investment-list article {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.addon-list span,
.investment-list span {
  float: right;
  color: var(--blue-dark);
  font-weight: 900;
}

.addon-list p,
.investment-list p,
details p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.about {
  align-items: center;
  background: var(--white);
}

.about-image {
  min-height: 620px;
  box-shadow: var(--shadow);
}

.about p {
  color: var(--muted);
}

blockquote {
  margin: 0 0 18px;
  border-left: 1px solid var(--sand);
  padding-left: 18px;
  color: #e6e6e6;
  line-height: 1.7;
}

cite {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}

details {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 0;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.contact {
  background: var(--paper);
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--blue-dark);
  font-weight: 800;
}

.contact-form,
.admin-panel {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  padding: 26px;
  background: var(--white);
}

.contact-form {
  box-shadow: 0 18px 50px rgba(7, 11, 16, 0.08);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.68);
}

label {
  display: grid;
  gap: 8px;
  color: #333333;
  font-size: 0.82rem;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 12px 13px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.admin-body {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 280px minmax(0, 1fr);
  background: #eef3f8;
}

.admin-login {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.72)),
    url("assets/hero-wedding-temp.png") center / cover;
}

.admin-locked {
  overflow: hidden;
}

.admin-locked .admin-login {
  display: grid;
}

.login-card {
  display: grid;
  width: min(100%, 480px);
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.login-card .brand {
  color: var(--ink);
}

.login-card .brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.login-card h1 {
  margin: 8px 0;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.login-card p {
  color: var(--muted);
  line-height: 1.6;
}

.login-error {
  min-height: 1.3em;
  color: #9b1c1c;
  font-weight: 800;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: var(--ink);
  color: var(--white);
}

.admin-sidebar .brand {
  margin-bottom: 22px;
}

.admin-mini {
  margin: -12px 0 10px;
  color: #93a2b1;
  font-size: 0.86rem;
  line-height: 1.5;
}

.admin-sidebar a:not(.brand) {
  padding: 10px 0;
  color: #c9d3dd;
  font-weight: 800;
}

.admin-main {
  padding: 28px;
}

.admin-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 34px;
  background: var(--charcoal);
  color: var(--white);
}

.admin-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 4rem);
}

.admin-hero p {
  max-width: 680px;
  color: #c9d3dd;
  line-height: 1.7;
}

.admin-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.admin-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.admin-quick-grid a {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  padding: 18px;
  background: var(--paper);
  color: var(--ink);
}

.admin-quick-grid strong {
  font-size: 1rem;
}

.admin-quick-grid span,
.admin-help {
  color: var(--muted);
  line-height: 1.55;
}

.admin-help {
  margin: -2px 0 8px;
  max-width: 760px;
}

#adminForm {
  display: grid;
  gap: 18px;
}

.admin-panel h2 {
  margin-bottom: 8px;
}

.admin-panel h3 {
  margin: 18px 0 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wide {
  grid-column: 1 / -1;
}

.file-label {
  border: 1px dashed #aeb9c5;
  padding: 14px;
  background: #f9fbfd;
  cursor: pointer;
}

.file-label span {
  display: block;
  margin: 5px 0 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
}

.editor-list,
.package-editors {
  display: grid;
  gap: 14px;
}

.editor-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid var(--line);
  padding: 18px;
  background: #f9fbfd;
}

.admin-preview {
  grid-column: 1 / -1;
  width: 100%;
  height: 240px;
  border: 1px solid var(--line);
  background: #111;
  object-fit: cover;
}

.admin-preview.empty {
  display: grid;
  place-items: center;
  background: #edf1f5;
  color: var(--muted);
  font-weight: 800;
}

.editor-card label:has(textarea),
.editor-card .file-label {
  grid-column: 1 / -1;
}

.remove-item {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: #ffe8e8;
  color: #9b1c1c;
  padding: 6px 9px;
  font-weight: 900;
  cursor: pointer;
}

.package-editor-block {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }

  .hero {
    height: min(calc(100vh - 120px), 760px);
    min-height: 620px;
    grid-template-columns: 1fr;
  }

  .hero-media {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    max-height: none;
    margin: 0;
    opacity: 1;
  }

  .hero-copy {
    grid-column: 1;
    max-width: 620px;
    padding: 96px 28px 58px;
  }

  nav {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .intro-grid,
  .film-row,
  .package-grid,
  .experience-grid,
  .split-panel,
  .included-panel,
  .notes-grid,
  .admin-quick-grid,
  .contact,
  .about,
  .admin-body {
    grid-template-columns: 1fr;
  }

  .portfolio-note,
  .booking-strip {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-card,
  .photo-card:nth-child(n) {
    grid-column: span 1;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .form-grid,
  .editor-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    height: min(calc(100vh - 122px), 720px);
    min-height: 620px;
  }

  .hero-media {
    inset: 0;
    opacity: 1;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 72px 24px 48px;
  }

  h1 {
    max-width: 11.5ch;
    font-size: 2.72rem;
    line-height: 0.98;
  }

  h2 {
    max-width: 12ch;
    font-size: 1.95rem;
    line-height: 1.06;
  }

  .hero-copy span,
  .section-heading p,
  .intro-grid p,
  .about p,
  .contact p {
    max-width: 30ch;
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .hero-copy span {
    max-width: 32ch;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
    font-size: 0.68rem;
    text-align: center;
    white-space: normal;
  }

  .tabs {
    display: grid;
    width: 100%;
  }

  .film-card,
  .about-image {
    min-height: 360px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .included-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding-inline: 16px;
  }
}
