
:root {
  --ink: #22191a;
  --soft-ink: #5e5350;
  --paper: #fbf8f2;
  --white: #fffefb;
  --line: #e5ded4;
  --rose: #bf2d6b;
  --coral: #f06458;
  --sun: #f4c34f;
  --leaf: #4e714f;
  --blue: #275f78;
  --aubergine: #3a202f;
  --blush: #f7d6cf;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffdf8 0, var(--paper) 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:has(dialog[open]) { overflow: hidden; }

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: .85rem max(1.25rem, calc((100vw - 1180px) / 2));
  background: color-mix(in srgb, var(--paper) 86%, white);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: grid;
  gap: .05rem;
  text-decoration: none;
  line-height: 1;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.brand small {
  color: var(--soft-ink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem .95rem;
}

nav a {
  color: var(--soft-ink);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-call {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem .9rem;
  color: var(--white);
  background: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

[id] {
  scroll-margin-top: 5.4rem;
}

.hero {
  min-height: calc(88svh - 63px);
  display: grid;
  grid-template-columns: minmax(18rem, .95fr) minmax(19rem, .78fr);
  align-items: center;
  gap: clamp(1.2rem, 4vw, 4rem);
  padding: clamp(1.1rem, 3vw, 2.75rem) max(1.25rem, calc((100vw - 1180px) / 2)) clamp(1.8rem, 4vw, 3.5rem);
  background:
    linear-gradient(90deg, rgba(34, 25, 26, .055), transparent 43%),
    linear-gradient(155deg, rgba(244, 195, 79, .18), transparent 32%),
    var(--paper);
}

.hero-media {
  min-height: min(68svh, 41rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--white);
}

.hero-media img {
  width: 100%;
  height: min(68svh, 41rem);
  object-fit: cover;
}

.hero-copy {
  display: grid;
  gap: 1.05rem;
  align-content: center;
}

.eyebrow {
  margin: 0;
  color: var(--rose);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 17ch;
  font-size: clamp(3rem, 7vw, 4.65rem);
  line-height: .96;
}

h2 {
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  line-height: 1;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.2;
}

p {
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.72;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 34rem;
  font-size: 1.16rem;
}

.heritage-line {
  max-width: 31rem;
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .25rem;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .85rem 1.05rem;
  border: 1px solid var(--ink);
  font-size: .92rem;
  font-weight: 850;
  text-decoration: none;
}

.primary-action {
  color: var(--white);
  background: var(--ink);
}

.secondary-action {
  background: transparent;
}

.thesis,
.services,
.trust,
.about,
.contact {
  display: grid;
  grid-template-columns: minmax(18rem, .72fr) minmax(18rem, .9fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3.25rem, 6vw, 5.25rem) max(1.25rem, calc((100vw - 1180px) / 2));
}

.thesis {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.thesis p,
.about p {
  max-width: 42rem;
  font-size: 1.02rem;
}

.thesis h2,
.about h2 {
  max-width: 19ch;
}

.section-copy {
  display: grid;
  gap: 1.35rem;
  align-content: center;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: .58rem .72rem;
  color: var(--ink);
  background: color-mix(in srgb, var(--sun) 24%, var(--white));
  border: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.work-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.45rem, .75vw, .7rem);
  padding: clamp(.9rem, 1.4vw, 1.25rem) max(1.25rem, calc((100vw - 1180px) / 2)) clamp(3.25rem, 6vw, 5.5rem);
  background: var(--white);
}

button {
  font: inherit;
}

.work-tile,
.gallery-tile {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  transition: transform .18s ease, filter .18s ease;
}

.work-tile {
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 1.16;
}

.work-tile:hover,
.gallery-tile:hover,
.work-tile:focus-visible,
.gallery-tile:focus-visible {
  border-color: color-mix(in srgb, var(--rose) 38%, var(--line));
  filter: saturate(1.04) contrast(1.02);
  transform: translateY(-2px);
  outline: 2px solid color-mix(in srgb, var(--rose) 42%, transparent);
  outline-offset: 3px;
}

.work-tile img,
.gallery-tile img {
  width: 100%;
  height: auto;
}

.work-tile img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.work-wall .work-tile img {
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.tile-1,
.tile-2,
.tile-5,
.tile-8 {
  border-top-width: 3px;
}

.mood-romantic { border-top-color: color-mix(in srgb, var(--rose) 46%, var(--line)); }
.mood-color { border-top-color: color-mix(in srgb, var(--sun) 70%, var(--line)); }
.mood-garden { border-top-color: color-mix(in srgb, var(--leaf) 58%, var(--line)); }
.mood-signature { border-top-color: color-mix(in srgb, var(--coral) 60%, var(--line)); }
.mood-events { border-top-color: color-mix(in srgb, var(--blue) 56%, var(--line)); }
.mood-unexpected { border-top-color: color-mix(in srgb, var(--aubergine) 65%, var(--line)); }
.mood-seasonal { border-top-color: color-mix(in srgb, var(--sun) 45%, var(--coral)); }
.mood-understated { border-top-color: #c9c0b4; }
.mood-weddings { border-top-color: color-mix(in srgb, var(--rose) 28%, var(--line)); }

.services {
  grid-template-columns: 1fr;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(191, 45, 107, .3), rgba(78, 113, 79, .22)),
    linear-gradient(90deg, rgba(244, 195, 79, .08), transparent 46%),
    var(--ink);
}

.services .eyebrow,
.contact .eyebrow {
  color: var(--sun);
}

.services p,
.services h2,
.services h3,
.contact p,
.contact h2 {
  color: var(--white);
}

.services-copy {
  display: grid;
  gap: 1rem;
}

.services h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-list article {
  min-height: 14rem;
  display: grid;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.service-list article a {
  min-height: inherit;
  display: grid;
  align-content: end;
  gap: .75rem;
  padding: clamp(1.05rem, 2vw, 1.45rem);
  text-decoration: none;
}

.service-list h3 {
  max-width: 13rem;
  font-size: clamp(1.1rem, 1.45vw, 1.38rem);
}

.service-list p {
  color: rgba(255, 255, 255, .78);
  font-size: .96rem;
  line-height: 1.55;
}

.range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem max(1.25rem, calc((100vw - 1180px) / 2));
  background: linear-gradient(90deg, var(--sun), var(--blush));
}

.range-kicker {
  color: var(--ink);
  font-weight: 850;
}

.range ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.range li {
  font-size: .86rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.trust {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust h2 {
  max-width: 15ch;
}

.trust-copy {
  display: grid;
  gap: 1.15rem;
  align-content: center;
}

.review-fragments {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.review-fragments span {
  padding: .72rem .85rem;
  color: var(--ink);
  background: color-mix(in srgb, var(--blush) 55%, var(--white));
  border-left: 3px solid var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.text-link {
  width: fit-content;
  color: var(--ink);
  font-weight: 900;
  text-decoration-color: var(--rose);
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
}

.gallery-section {
  padding: clamp(4rem, 8vw, 7rem) max(1.25rem, calc((100vw - 1180px) / 2));
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(18rem, .72fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.gallery-heading p:last-child {
  align-self: end;
}

.gallery-intro {
  display: grid;
  gap: 1rem;
  align-self: end;
}

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

.subhero {
  display: grid;
  grid-template-columns: minmax(18rem, .78fr) minmax(18rem, .92fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2.6rem, 7vw, 6rem) max(1.25rem, calc((100vw - 1180px) / 2));
}

.subhero-copy {
  display: grid;
  gap: 1rem;
}

.subhero-copy h1 {
  max-width: 12ch;
}

.subhero-copy p:not(.eyebrow) {
  max-width: 38rem;
  font-size: 1.15rem;
}

.subhero-media {
  overflow: hidden;
}

.subhero-media img {
  width: 100%;
  height: min(62svh, 38rem);
  object-fit: cover;
}

.gallery-subhero {
  grid-template-columns: minmax(18rem, .68fr) minmax(18rem, 1fr);
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.gallery-subhero .subhero-copy h1 {
  max-width: 11ch;
}

.subhero-collage {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(.6rem, 1vw, .9rem);
  align-items: end;
}

.subhero-collage .work-tile {
  min-height: 0;
}

.subhero-collage .tile-1 {
  grid-column: span 6;
  aspect-ratio: 1.8;
}

.subhero-collage .tile-2,
.subhero-collage .tile-3 {
  grid-column: span 3;
  aspect-ratio: 1;
}

.detail-band {
  display: grid;
  grid-template-columns: minmax(18rem, .75fr) minmax(18rem, .9fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 6vw, 5rem) max(1.25rem, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--ink);
}

.detail-band h2 {
  max-width: 19ch;
  color: var(--white);
}

.detail-band .eyebrow {
  color: var(--sun);
}

.detail-points {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-points li {
  padding: 1rem 1.05rem;
  border-left: 3px solid var(--sun);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
  font-size: 1.03rem;
  line-height: 1.5;
}

.detail-gallery {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.about {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact {
  color: var(--white);
  background: var(--aubergine);
}

.contact-panel {
  display: grid;
  gap: .75rem;
  align-self: center;
}

.contact-panel a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: .95rem 1rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .25);
  text-decoration: none;
  font-weight: 850;
}

.lightbox {
  width: min(94vw, 72rem);
  height: min(92svh, 54rem);
  padding: 3rem 1rem 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.lightbox::backdrop {
  background: rgba(34, 25, 26, .72);
}

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

.lightbox-close {
  position: absolute;
  top: .7rem;
  right: .7rem;
  min-height: 40px;
  padding: .5rem .75rem;
  color: var(--white);
  background: var(--ink);
  border: 0;
  cursor: pointer;
  font-weight: 850;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .hero,
  .thesis,
  .services,
  .trust,
  .about,
  .contact,
  .gallery-heading,
  .subhero,
  .gallery-subhero,
  .detail-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: min(58svh, 34rem);
  }

  .hero-media img {
    height: min(54svh, 32rem);
  }

  .subhero-media img {
    height: min(52svh, 32rem);
  }

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

  .subhero-collage .tile-1 {
    grid-column: span 2;
  }

  .subhero-collage .tile-2,
  .subhero-collage .tile-3 {
    grid-column: span 1;
  }

  h1 {
    max-width: 14ch;
    font-size: 3.6rem;
  }

  h2,
  .services h2 {
    font-size: 2.45rem;
  }

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

  .service-list article {
    min-height: 10rem;
  }

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

  .work-wall .work-tile {
    aspect-ratio: 1.08;
  }

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

  .range ul {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: .75rem;
    grid-template-columns: 1fr;
  }

  nav {
    justify-content: flex-start;
  }

  nav a {
    font-size: .76rem;
  }

  .header-call {
    width: 100%;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-media {
    min-height: 52svh;
  }

  h1 {
    max-width: none;
    font-size: 2.85rem;
  }

  h2,
  .services h2 {
    font-size: 2.05rem;
  }

  .hero-actions a,
  .contact-panel a {
    width: 100%;
  }

  .work-wall {
    grid-template-columns: 1fr;
  }

  .work-wall .work-tile {
    aspect-ratio: auto;
  }

  .subhero-collage .tile-1,
  .subhero-collage .tile-2,
  .subhero-collage .tile-3 {
    grid-column: auto;
    aspect-ratio: auto;
  }

  .work-tile img {
    height: auto;
  }

  .work-wall .work-tile img {
    height: auto;
  }

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

.facts {
  display: grid;
  grid-template-columns: minmax(16rem, .8fr) minmax(18rem, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: var(--white);
  border-top: 1px solid var(--line);
}

.fact-list { display: grid; gap: 0; margin: 0; align-self: center; }

.fact-list > div {
  display: grid;
  grid-template-columns: minmax(8rem, 12rem) 1fr;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}

.fact-list > div:first-child { border-top: 1px solid var(--line); }
.fact-list dt { font-weight: 700; font-size: .95rem; }
.fact-list dd { margin: 0; color: var(--soft-ink); font-size: .98rem; line-height: 1.5; }

/* Gallery: uniform grid. Every tile is the same 4:5 portrait so the rows never
   leave holes; object-fit: cover keeps each arrangement centred in its frame. */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: clamp(.5rem, .9vw, .8rem);
}

.gallery-grid .gallery-tile {
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: none;
  box-shadow: none;
}

.gallery-grid .gallery-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gallery-grid .gallery-tile:hover,
.gallery-grid .gallery-tile:focus-visible {
  transform: none;
  box-shadow: none;
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

.gallery-grid .gallery-tile:hover img { transform: scale(1.04); }

/* Phone number leads the contact panel. */
.contact-panel a:first-child {
  font-size: 1.25rem;
  font-weight: 800;
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

@media (prefers-reduced-motion: reduce) {
  .gallery-grid .gallery-tile img { transition: none; }
  .gallery-grid .gallery-tile:hover img { transform: none; }
}

@media (max-width: 920px) {
  .facts { grid-template-columns: 1fr; }
  .fact-list > div { grid-template-columns: 1fr; gap: .2rem; }
}

@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Hero photograph fills its frame rather than letterboxing inside it. */
.hero-media { padding: 0; border: 0; box-shadow: none; }

.hero-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 920px) {
  .hero-media { min-height: 0; }
  .hero-media img { aspect-ratio: 4 / 3; }
}
