:root {
  --photo-ink: #2f2140;
  --photo-muted: #675b72;
  --photo-purple: #7854a3;
  --photo-purple-dark: #513476;
  --photo-lilac: #e8e5f9;
  --photo-lilac-deep: #d8d0f0;
  --photo-cream: #fbf9f5;
  --photo-white: #fff;
  --photo-line: rgb(120 84 163 / 24%);
  --photo-shadow: 0 1.5rem 3rem rgb(54 36 77 / 12%);
  --photo-radius: 1.25rem;
}

body.photo-page {
  background: var(--photo-cream);
  color: var(--photo-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.photo-page > [data-helper-shell="header"] {
  position: relative;
  z-index: 30;
  min-height: 149px;
  background: var(--photo-white);
  box-shadow: 0 0.25rem 0.65rem rgb(120 84 163 / 16%);
}

body.photo-page > [data-helper-shell="header"] [data-homepage-region-content] {
  background: var(--photo-white);
}

body.photo-page main {
  display: block;
  margin: 0;
  background: var(--photo-cream);
}

body.photo-page h1,
body.photo-page h2,
body.photo-page h3,
body.photo-page h4 {
  color: var(--photo-purple-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

body.photo-page p { max-width: 68ch; }
body.photo-page a { color: inherit; }
body.photo-page img { max-width: 100%; }

.photo-hero {
  min-height: 39rem;
  padding: clamp(3rem, 7vw, 7.5rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--photo-lilac);
}

.photo-hero__inner,
.photo-section__inner {
  width: min(76rem, 100%);
  margin-inline: auto;
}

.photo-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(22rem, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
}

.photo-hero__copy { min-width: 0; }

.photo-kicker {
  margin: 0 0 1.25rem;
  color: var(--photo-purple);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
}

.photo-hero h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  line-height: 0.98;
}

.photo-hero__lede {
  margin: 2rem 0 0;
  color: var(--photo-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.photo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.photo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: 700 0.95rem/1.2 Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.photo-button:hover { transform: translateY(-2px); }
.photo-button:focus-visible,
.photo-text-link:focus-visible,
.photo-account-panel__switch:focus-visible,
.site-footer__settings:focus-visible { outline: 3px solid #f0b85f; outline-offset: 3px; }

.photo-button--primary { background: var(--photo-purple); color: var(--photo-white); }
.photo-button--primary:hover { background: var(--photo-purple-dark); }
.photo-button--quiet { border-color: var(--photo-purple); color: var(--photo-purple-dark); }
.photo-button--quiet:hover { background: rgb(255 255 255 / 58%); }

.photo-hero__figure,
.photo-tile,
.photo-gallery__item,
.photo-decor__figure,
.photo-team__figure {
  margin: 0;
}

.photo-hero__figure img,
.photo-tile img,
.photo-gallery__item img,
.photo-decor__figure img,
.photo-team__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-hero__figure {
  position: relative;
  min-height: 28rem;
  border: 0.55rem solid var(--photo-white);
  box-shadow: var(--photo-shadow);
  transform: rotate(1.5deg);
}

.photo-hero__figure img { aspect-ratio: 1 / 1.02; }

.photo-hero__figure figcaption,
.photo-tile figcaption,
.photo-gallery__item figcaption,
.photo-decor__figure figcaption,
.photo-team__figure figcaption {
  padding: 0.8rem 0.2rem 0;
  color: var(--photo-muted);
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.4;
}

.photo-hero__figure figcaption { padding-inline: 0.3rem; }

.photo-table-story {
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--photo-cream);
}

.photo-table-story__inner {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(2rem, 8vw, 9rem);
}

.photo-table-story__lead h2,
.photo-atmosphere h2,
.photo-decor h2,
.photo-team h2,
.photo-planning h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1.02;
}

.photo-table-story__lead > p:not(.photo-kicker) { margin: 1.7rem 0 0; color: var(--photo-muted); }
.photo-note { padding-left: 1.1rem; border-left: 3px solid var(--photo-purple); font-size: 0.98rem; }

.photo-table-story__tiles {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(10rem, 0.8fr);
  align-items: end;
  gap: 1.25rem;
}

.photo-tile {
  min-width: 0;
  padding: 0.6rem;
  background: var(--photo-white);
  box-shadow: var(--photo-shadow);
}

.photo-tile--tall { transform: translateY(-1.5rem) rotate(-2deg); }
.photo-tile--small { transform: rotate(2.5deg); }
.photo-tile--tall img { aspect-ratio: 0.9 / 1; }
.photo-tile--small img { aspect-ratio: 1 / 1.15; }

.photo-atmosphere {
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--photo-purple-dark);
  color: #f7f3ff;
}

.photo-atmosphere h2 { max-width: 11ch; color: var(--photo-white); }
.photo-atmosphere .photo-kicker { color: #d9c9ff; }
.photo-atmosphere__heading > p:last-child { margin: 1.6rem 0 0; color: #ded3e9; }

.photo-gallery {
  column-count: 3;
  column-gap: 1.2rem;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.photo-gallery__item {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.2rem;
  break-inside: avoid;
  background: var(--photo-white);
  color: var(--photo-ink);
}

.photo-gallery__item img { aspect-ratio: 1 / 1; }
.photo-gallery__item--wide img { aspect-ratio: 1.3 / 1; }
.photo-gallery__item--portrait img { aspect-ratio: 0.78 / 1; }
.photo-gallery__item--square img { aspect-ratio: 1 / 1; }
.photo-gallery__item figcaption { padding: 0.8rem 1rem 1rem; }

.photo-news {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgb(255 255 255 / 32%);
}

.photo-news__header { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: end; column-gap: 2rem; }
.photo-news__header .photo-kicker { grid-row: span 2; align-self: start; }
.photo-news h3 { margin: 0; color: var(--photo-white); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.photo-news__status { grid-column: 2; margin: 0.75rem 0 0; color: #ded3e9; font-size: 0.9rem; }

.photo-news__grid {
  column-count: 3;
  column-gap: 1rem;
  margin-top: 2rem;
}

.photo-news__card {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
  break-inside: avoid;
  background: var(--photo-white);
  color: var(--photo-ink);
  box-shadow: 0 0.75rem 2rem rgb(27 14 45 / 18%);
}

.photo-news__card img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.photo-news__card-body { padding: 1.15rem; }
.photo-news__date { color: var(--photo-purple); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.photo-news__card h4 { margin: 0.45rem 0 0; color: var(--photo-purple-dark); font-size: 1.35rem; line-height: 1.1; }
.photo-news__card p { margin: 0.75rem 0 1rem; color: var(--photo-muted); font-size: 0.9rem; line-height: 1.5; }
.photo-news__link { color: var(--photo-purple-dark); font-size: 0.9rem; font-weight: 700; text-decoration: underline; text-underline-offset: 0.2em; }

.photo-decor {
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--photo-lilac);
}

.photo-decor__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.photo-decor__copy > p:not(.photo-kicker) { margin: 1.5rem 0 0; color: var(--photo-muted); }
.photo-decor__list { display: grid; gap: 0.8rem; margin: 2rem 0 0; padding: 0; color: var(--photo-purple-dark); list-style: none; }
.photo-decor__list li { padding: 0.75rem 0 0.75rem 1.8rem; border-top: 1px solid var(--photo-line); font-weight: 700; }
.photo-decor__list li::before { content: "✦"; display: inline-block; width: 1.8rem; margin-left: -1.8rem; color: var(--photo-purple); }
.photo-decor__figure { padding: 0.7rem; background: var(--photo-white); box-shadow: var(--photo-shadow); transform: rotate(-1.2deg); }
.photo-decor__figure img { aspect-ratio: 1.28 / 1; }

.photo-team {
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--photo-cream);
}

.photo-team__inner { display: grid; grid-template-columns: minmax(20rem, 1.1fr) minmax(0, 0.9fr); align-items: center; gap: clamp(2rem, 8vw, 9rem); }
.photo-team__figure { padding: 0.7rem; background: var(--photo-white); box-shadow: var(--photo-shadow); transform: rotate(1.4deg); }
.photo-team__figure img { aspect-ratio: 1.15 / 1; }
.photo-team__copy > p:not(.photo-kicker) { margin: 1.6rem 0 0; color: var(--photo-muted); }
.photo-team__principles { display: grid; gap: 1rem; margin-top: 2.3rem; }
.photo-principle { display: grid; grid-template-columns: minmax(8rem, 0.75fr) 1.25fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--photo-line); }
.photo-principle strong { color: var(--photo-purple-dark); }
.photo-principle span { color: var(--photo-muted); }

.photo-planning {
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--photo-purple);
  color: var(--photo-white);
}

.photo-planning__inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr); gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.photo-planning h2 { max-width: 10ch; color: var(--photo-white); }
.photo-planning .photo-kicker { color: #dfd1ff; }
.photo-planning__prompt > p:not(.photo-kicker) { margin: 1.6rem 0 0; color: #f0eafa; }
.photo-text-link { display: inline-block; margin-top: 2rem; color: var(--photo-white); font-weight: 700; text-underline-offset: 0.25em; }

.photo-enquiry { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: clamp(1.3rem, 3vw, 2rem); background: var(--photo-white); color: var(--photo-ink); box-shadow: var(--photo-shadow); }
.photo-form__field { min-width: 0; }
.photo-form__field--wide { grid-column: 1 / -1; }
.photo-form__field label { display: block; margin-bottom: 0.45rem; color: var(--photo-purple-dark); font-size: 0.84rem; font-weight: 700; }
.photo-form__field input,
.photo-form__field textarea { display: block; width: 100%; border: 1px solid rgb(81 52 118 / 35%); border-radius: 0.35rem; background: #fff; color: var(--photo-ink); font: 1rem/1.4 Arial, Helvetica, sans-serif; }
.photo-form__field input { min-height: 3rem; padding: 0.7rem 0.8rem; }
.photo-form__field textarea { min-height: 8.5rem; padding: 0.8rem; resize: vertical; }
.photo-form__field input:focus-visible,
.photo-form__field textarea:focus-visible { outline: 3px solid #f0b85f; outline-offset: 2px; }
.photo-form__field [aria-invalid="true"] { border-color: #a4323c; }
.photo-form__error { display: block; min-height: 1.25rem; margin-top: 0.3rem; color: #a4323c; font-size: 0.78rem; }
.photo-enquiry > .photo-button { justify-self: start; }
.photo-form__status { grid-column: 2; align-self: center; margin: 0; color: var(--photo-purple-dark); font-size: 0.85rem; }

.site-footer {
  background: #241832;
  color: #f7f3ff;
}

.site-footer__content { width: min(76rem, calc(100% - 2.5rem)); margin-inline: auto; padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
.site-footer__layout { display: grid; grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.28fr); gap: clamp(2rem, 8vw, 8rem); }
.site-footer__location,
.site-footer__about { min-width: 0; }
.site-footer__heading { margin: 0; color: #e9d9ff; font: 700 1.4rem/1.2 Georgia, "Times New Roman", serif; }
.site-footer__copy { margin: 1rem 0 0; color: #d3c6dd; font-size: 0.9rem; line-height: 1.7; }
.site-footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 22%); }
.site-footer__legal-link,
.site-footer__settings { color: #f7f3ff; font: 700 0.82rem/1.3 Arial, Helvetica, sans-serif; text-decoration: none; }
.site-footer__legal-link:hover { text-decoration: underline; text-underline-offset: 0.25em; }
.site-footer__settings { padding: 0; border: 0; background: transparent; cursor: pointer; }
.site-footer__settings:hover { text-decoration: underline; text-underline-offset: 0.25em; }

.photo-account-panel,
.photo-consent-panel { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 1rem; background: rgb(36 24 50 / 70%); }
.photo-account-panel[hidden],
.photo-consent-panel[hidden] { display: none; }
.photo-account-panel__surface,
.photo-consent-panel__surface { position: relative; width: min(34rem, 100%); max-height: calc(100vh - 2rem); padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--photo-white); color: var(--photo-ink); box-shadow: 0 2rem 5rem rgb(22 10 36 / 32%); overflow: auto; }
.photo-account-panel__view { min-width: 0; }
.photo-dashboard { display: block; }
.photo-account-panel__close { position: absolute; top: 0.85rem; right: 1rem; border: 0; background: transparent; color: var(--photo-purple-dark); cursor: pointer; font: 400 2rem/1 Arial, sans-serif; }
.photo-account-panel__surface h2,
.photo-consent-panel__surface h2 { margin: 0; color: var(--photo-purple-dark); font-size: clamp(2rem, 5vw, 3rem); line-height: 1; }
.photo-account-panel__intro { margin: 1rem 0 1.5rem; color: var(--photo-muted); }
.photo-auth-form,
.photo-profile-form { display: grid; gap: 0.8rem; }
.photo-account-panel__switch { display: inline-block; margin-top: 1rem; padding: 0; border: 0; background: transparent; color: var(--photo-purple-dark); cursor: pointer; font: 700 0.88rem/1.4 Arial, Helvetica, sans-serif; text-decoration: underline; text-underline-offset: 0.2em; }
.photo-account-panel__status { min-height: 1.4rem; margin: 1.2rem 0 0; color: var(--photo-purple-dark); font-size: 0.88rem; }
.photo-account-panel__status.is-error { color: #a4323c; }
.photo-avatar-block { display: grid; grid-template-columns: 4rem 1fr; align-items: center; gap: 0.8rem; margin-bottom: 0.5rem; }
.photo-avatar { width: 4rem; height: 4rem; border-radius: 50%; object-fit: cover; opacity: 0; transition: opacity 260ms ease; }
.photo-avatar.is-ready { opacity: 1; }
.photo-avatar__upload { color: var(--photo-purple-dark); cursor: pointer; font-size: 0.88rem; font-weight: 700; text-decoration: underline; text-underline-offset: 0.2em; }
.photo-avatar-block input[type="file"] { grid-column: 2; max-width: 100%; font-size: 0.78rem; }
.photo-profile-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
.photo-consent-panel__surface > p:not(.photo-kicker) { color: var(--photo-muted); }
.photo-consent-panel__choice { display: flex; align-items: center; gap: 0.65rem; color: var(--photo-purple-dark); font-weight: 700; }
.photo-consent-panel__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem; margin-top: 1.5rem; }

@media (max-width: 900px) {
  .photo-hero__inner,
  .photo-table-story__inner,
  .photo-decor__inner,
  .photo-team__inner,
  .photo-planning__inner { grid-template-columns: 1fr; }
  .photo-hero__copy { max-width: 42rem; }
  .photo-hero__figure { width: min(100%, 42rem); margin-inline: auto; }
  .photo-table-story__tiles { width: min(100%, 40rem); margin-inline: auto; }
  .photo-decor__figure { width: min(100%, 44rem); margin-inline: auto; }
  .photo-team__figure { width: min(100%, 44rem); margin-inline: auto; order: 2; }
  .photo-team__copy { order: 1; }
  .photo-planning h2 { max-width: 14ch; }
  .photo-enquiry { width: min(100%, 44rem); }
  .site-footer__layout { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
  body.photo-page > [data-helper-shell="header"] { min-height: 105px !important; }
  .photo-hero,
  .photo-table-story,
  .photo-atmosphere,
  .photo-decor,
  .photo-team,
  .photo-planning { padding-inline: 1rem; }
  .photo-hero { min-height: 0; padding-top: 3.5rem; padding-bottom: 4rem; }
  .photo-hero h1 { max-width: 10ch; font-size: clamp(3rem, 15vw, 5rem); }
  .photo-hero__figure { min-height: 0; transform: rotate(0.8deg); }
  .photo-table-story__tiles { grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr); gap: 0.7rem; }
  .photo-tile--tall { transform: translateY(-0.7rem) rotate(-1deg); }
  .photo-tile--small { transform: rotate(1.5deg); }
  .photo-gallery,
  .photo-news__grid { column-count: 1; }
  .photo-gallery__item { display: block; }
  .photo-gallery__item img { aspect-ratio: 1.25 / 1; }
  .photo-gallery__item--portrait img { aspect-ratio: 1.1 / 1; }
  .photo-news__header { display: block; }
  .photo-news__status { margin-top: 0.7rem; }
  .photo-news__card { display: block; }
  .photo-decor__list { margin-top: 1.5rem; }
  .photo-principle { grid-template-columns: 1fr; gap: 0.25rem; }
  .photo-enquiry { grid-template-columns: 1fr; padding: 1rem; }
  .photo-form__field--wide,
  .photo-form__status { grid-column: auto; }
  .photo-enquiry > .photo-button { width: 100%; }
  .site-footer__content { width: min(100% - 2rem, 76rem); }
  .site-footer__legal { align-items: flex-start; flex-direction: column; gap: 0.9rem; }
  .photo-account-panel__surface,
  .photo-consent-panel__surface { max-height: calc(100vh - 1rem); padding: 1.3rem; }
  .photo-profile-form__grid { grid-template-columns: 1fr; }
  .photo-profile-form__grid .photo-form__field--wide { grid-column: auto; }
}
