:root {
  --ink: #f7f7f7;
  --muted: #e3e3e3;
  --paper: #d4001f;
  --surface: rgba(255, 255, 255, 0.08);
  --line: rgba(224, 218, 211, 0.26);
  --gold: #c99a3a;
  --ruby: #e60023;
  --green: #d8d0c5;
  --silver: #f6f6f6;
  --silver-deep: #dddddd;
  --red-deep: #a00016;
  --red-rich: #e60023;
  --red-bright: #e60023;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(230, 0, 35, 0.82), rgba(160, 0, 22, 0.88)),
    url("slide53.jpg") center / cover fixed no-repeat,
    radial-gradient(circle at 18% 12%, rgba(255, 232, 185, 0.2), transparent 24%),
    radial-gradient(circle at 84% 6%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(135deg, #e60023 0%, #d4001f 44%, #a00016 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

p,
li,
label,
small {
  color: #eeeeee;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: linear-gradient(90deg, rgba(183, 13, 26, 0.98), rgba(125, 7, 16, 0.98));
  color: var(--silver);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 10px 30px rgba(0,0,0,0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: Georgia, serif;
  text-decoration: none;
  white-space: nowrap;
  color: var(--silver);
  min-width: 370px;
}

.brand-logo {
  width: 88px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 0;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.36));
}
.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  justify-items: center;
  text-align: center;
}

.brand-title {
  font-size: 30px;
  color: #f4f1ec;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 14px 28px rgba(0,0,0,0.38);
}

.brand-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #e8e3dc;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.main-nav a {
  color: var(--silver);
  text-decoration: none;
  font-size: 14px;
  opacity: 0.86;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a.active {
  opacity: 1;
  border-bottom-color: var(--gold);
}

.main-nav a:focus-visible,
.brand:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-dark:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,0.24);
  color: var(--silver);
  background: transparent;
  border-radius: 4px;
  padding: 8px 12px;
}

.header-phone,
.mobile-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f2d18d;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.header-phone {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(242, 209, 141, 0.45);
  border-radius: 999px;
  font-size: 14px;
}

.mobile-phone {
  display: none;
}

.phone-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: min(75vh, 720px);
  min-height: 500px;
  overflow: hidden;
  background: #d0001f;
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21, 4, 8, 0.78), rgba(21, 4, 8, 0.34) 46%, rgba(21, 4, 8, 0.08)),
    linear-gradient(0deg, rgba(15,12,10,0.46), transparent 34%),
    linear-gradient(180deg, rgba(15,12,10,0.2), transparent 28%);
  pointer-events: none;
}

.slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 42%;
  opacity: 0;
  filter: saturate(1.04) contrast(1.02);
  transition: opacity 1.6s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  width: min(620px, 92vw);
  min-height: 100%;
  padding: clamp(66px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 58px);
}

.hero-content h1 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.3vw, 40px);
  max-width: 560px;
}

.hero-lede {
  max-width: 520px;
  margin-bottom: 0;
  color: #f3eee8;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.5;
}

.hero-actions {
  margin-top: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #f2d18d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
  margin: 0 0 18px;
  font-weight: 400;
  color: #f8f8f8;
  text-shadow: 0 1px 0 rgba(255,255,255,0.42), 0 18px 40px rgba(0,0,0,0.34);
}

h1 {
  font-size: clamp(32px, 4.5vw, 52px);
}

h2 {
  font-size: clamp(24px, 2.7vw, 34px);
}

h3 {
  font-size: 20px;
}

p {
  margin: 0 0 18px;
}

.lede {
  font-size: 17px;
  max-width: 760px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #f0d08b, #b78324);
  color: #2d060b;
}

.btn-secondary {
  color: var(--silver);
  border-color: rgba(255,255,255,0.42);
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(230, 225, 220, 0.34);
  background: rgba(20, 4, 8, 0.72);
  color: var(--silver);
}

.section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 232, 196, 0.22);
  border-top: 1px solid rgba(255, 232, 196, 0.24);
  border-bottom: 1px solid rgba(255, 232, 196, 0.24);
}

.trust-strip div {
  display: grid;
  gap: 4px;
  padding: 22px clamp(18px, 4vw, 42px);
  background: rgba(48, 3, 11, 0.82);
}

.trust-strip strong {
  color: #f2d18d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.1;
}

.trust-strip span {
  color: #eeeeee;
  font-size: 14px;
}

.page {
  min-height: 70vh;
  background:
    linear-gradient(rgba(230, 0, 35, 0.82), rgba(160, 0, 22, 0.9)),
    url("slide53.jpg") center / cover fixed no-repeat,
    radial-gradient(circle at 20% 0, rgba(255, 222, 174, 0.24), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(135deg, #e60023 0%, #d4001f 44%, #a00016 100%);
}

.about-page {
  background:
    linear-gradient(rgba(230, 0, 35, 0.8), rgba(160, 0, 22, 0.9)),
    url("slide53.jpg") center / cover fixed no-repeat,
    radial-gradient(circle at 16% 8%, rgba(255, 228, 180, 0.25), transparent 25%),
    linear-gradient(135deg, #e60023 0%, #d4001f 48%, #a00016 100%);
}

.page > .section:first-child {
  padding-top: clamp(70px, 9vw, 118px);
}

.narrow,
.article {
  max-width: 900px;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.about-copy {
  max-width: 820px;
}

.about-copy h1 {
  font-size: clamp(28px, 3.3vw, 42px);
}

.about-copy h2 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.about-visual {
  position: sticky;
  top: 104px;
  min-height: min(76vh, 720px);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(199, 13, 30, 0.9), rgba(125, 7, 16, 0.94)),
    url("slide50.jpg") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(92, 17, 25, 0.24);
}

.about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 214, 150, 0.24), transparent 22%),
    radial-gradient(circle at 82% 68%, rgba(255, 214, 150, 0.18), transparent 26%),
    url("slide47.jpg") center / cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: screen;
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 232, 196, 0.32);
  border-radius: 6px;
}

.about-visual-card {
  position: absolute;
  left: clamp(18px, 4vw, 42px);
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 1;
  color: var(--silver);
}

.about-visual-card p {
  margin: 0;
  max-width: 420px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.15;
}

.about-service-panel {
  margin: 30px 0;
  padding: clamp(22px, 3vw, 34px);
  border-left: 4px solid var(--gold);
  background:
    linear-gradient(135deg, rgba(199, 13, 30, 0.95), rgba(125, 7, 16, 0.98));
  color: var(--silver);
  border-radius: 8px;
}

.about-service-panel h2 {
  color: var(--silver);
}

.about-service-panel p {
  color: #f0f0f0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(199, 13, 30, 0.95), rgba(125, 7, 16, 0.98));
}

.home-intro {
  align-items: center;
  border-bottom: 1px solid rgba(230, 225, 220, 0.18);
}

.home-intro h1 {
  font-size: clamp(30px, 3.8vw, 48px);
}

.home-intro > div:first-child {
  text-align: center;
}

.welcome-kicker {
  margin-bottom: 8px;
  color: #f1d596;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.welcome-title {
  margin-bottom: 8px;
  font-size: clamp(34px, 4.2vw, 56px);
  color: #f8f8f8;
  letter-spacing: 0.02em;
}

.welcome-subtitle {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-top: 14px;
  color: #e8e8e8;
  font-size: clamp(13px, 1.35vw, 18px);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.welcome-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(220px, 72vw);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.intro-actions {
  margin-top: 22px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

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

.gallery-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 18px;
}

.gallery-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: var(--silver);
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(55, 37, 24, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(55, 37, 24, 0.14);
}

.gallery-card img {
  width: 100%;
  height: clamp(170px, 14vw, 220px);
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.gallery-card span,
.gallery-card small {
  display: block;
  padding: 0 16px;
}

.gallery-card span {
  padding-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
}

.gallery-card small {
  padding-bottom: 16px;
  color: #ffffff;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.album-page {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 16px 35px rgba(55, 37, 24, 0.08);
}

.album-page img {
  width: 100%;
  display: block;
}

.card {
  display: block;
  min-height: 205px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(55, 37, 24, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 134, 47, 0.46);
  box-shadow: 0 24px 55px rgba(55, 37, 24, 0.12);
}

.card span {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  font-weight: 700;
}

.card p {
  color: #eeeeee;
}

.featured-preview {
  background:
    linear-gradient(rgba(48, 3, 11, 0.88), rgba(125, 7, 16, 0.9)),
    url("slide32.jpg") center / cover fixed no-repeat;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.15fr;
  gap: 12px;
}

.featured-grid a {
  display: block;
  min-height: clamp(220px, 32vw, 440px);
  overflow: hidden;
  border: 1px solid rgba(255, 232, 196, 0.24);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 22px 60px rgba(0,0,0,0.22);
}

.featured-grid a:nth-child(even) {
  margin-top: 38px;
}

.featured-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.featured-grid a:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(44px, 6vw, 72px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(199,13,30,0.94), rgba(125,7,16,0.94)),
    url("slide2.jpg") center / cover no-repeat;
  color: var(--silver);
}

.locations,
.mini-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.locations span,
.mini-gallery span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--silver);
}

.section-contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.contact-right {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

label {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  display: block;
  margin-top: 4px;
  padding: 9px 10px;
  border: 1px solid rgba(230, 225, 220, 0.32);
  border-radius: 4px;
  font: inherit;
  background: rgba(255,255,255,0.9);
  color: #1c1512;
}

.form-note {
  min-height: 24px;
  margin-top: 14px;
  color: #f2d18d;
  font-weight: 700;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: end;
  padding: 18px;
  border-radius: 8px;
  color: var(--silver);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  background: center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(55, 37, 24, 0.12);
}

.gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15,12,10,0.72), rgba(15,12,10,0.08));
}

.gallery-tile span {
  position: relative;
  z-index: 1;
}

.tile-1 { background-image: url("slide1.jpg"); }
.tile-2 { background-image: url("slide2.jpg"); }
.tile-3 { background-image: url("slide3.jpg"); }
.tile-4 { background-image: url("slide4.png"); }
.tile-5 { background-image: url("slide5.jpg"); }
.tile-6 { background-image: url("slide6.jpg"); }

.photo-service-split,
.photo-services-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
}

.photo-service-split {
  align-items: center;
}

.photo-services-showcase {
  align-items: start;
}

.photo-service-copy,
.photo-services-copy {
  max-width: 680px;
}

.photo-services-copy {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
}

.photo-services-copy > .lede,
.photo-services-copy > p:not(.eyebrow) {
  margin-bottom: 0;
}

.photo-service-item {
  display: grid;
  gap: 12px;
  min-height: 56vh;
  align-content: center;
  padding: clamp(26px, 4vw, 44px) 0;
  opacity: 0.72;
  transform: translateY(12px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.photo-service-item.active {
  opacity: 1;
  transform: translateY(0);
}

.service-kicker {
  margin: 0;
  color: #f2d18d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.photo-service-item h2 {
  max-width: 620px;
  margin-bottom: 2px;
  font-size: clamp(25px, 3vw, 38px);
}

.photo-service-item p:last-child {
  max-width: 620px;
  margin-bottom: 0;
}

.sticky-service-gallery {
  position: sticky;
  top: 96px;
  min-height: calc(100vh - 116px);
  display: grid;
  align-items: start;
  padding-top: 12px;
}

.service-image-frame {
  position: relative;
  width: min(100%, 430px);
  max-width: 430px;
  max-height: calc(100vh - 150px);
  aspect-ratio: 4 / 5;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 196, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(35, 6, 10, 0.86), rgba(96, 9, 20, 0.7)),
    #30030b;
  box-shadow: 0 22px 58px rgba(31, 3, 8, 0.36);
}

.service-image-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 232, 196, 0.22);
  border-radius: 6px;
  pointer-events: none;
}

.sticky-service-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  filter: saturate(1.04) contrast(1.02);
  transition: opacity 700ms ease, transform 900ms ease;
}

.sticky-service-image.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-mobile-image {
  display: none;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 232, 196, 0.24);
  border-radius: 8px;
  background: rgba(48, 3, 11, 0.72);
  box-shadow: 0 18px 46px rgba(31, 3, 8, 0.3);
}

.service-slider {
  position: relative;
  min-height: min(56vh, 500px);
  overflow: hidden;
  border-radius: 8px;
  background: #d0001f;
  box-shadow: 0 22px 55px rgba(55, 37, 24, 0.14);
}

.service-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateY(36px) scale(1.04);
  transition: opacity 1.2s ease, transform 1.6s ease;
}

.service-slide.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.photography-slider-page {
  height: auto;
  min-height: 620px;
  overflow: visible;
}

.photography-split-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.photography-copy {
  height: auto;
  max-width: 620px;
  overflow: visible;
  padding-right: clamp(10px, 2vw, 22px);
}

.photography-copy .lede {
  margin-bottom: 22px;
}

.photography-copy .mini-gallery {
  margin: 28px 0;
}

.photography-content-block {
  display: grid;
  gap: 10px;
  margin: clamp(34px, 7vh, 72px) 0;
}

.photography-content-block h2 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(24px, 3vw, 36px);
}

.photography-content-block p:last-child {
  margin-bottom: 0;
}

.photography-slider-panel {
  display: flex;
  align-items: center;
  align-self: start;
  min-width: 0;
  height: calc(100vh - 140px);
  position: sticky;
  top: 116px;
}

.photography-ai-slider {
  width: 100%;
  height: min(68vh, 640px);
  min-height: 0;
  background: rgba(48, 3, 11, 0.74);
}

.photography-ai-slider .service-slide {
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 2vw, 22px);
}

.album-showcase {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 232, 185, 0.16), transparent 22%),
    linear-gradient(135deg, #e60023, #d4001f 46%, #970013);
}

.small-button,
.album-toggle {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.08);
  color: var(--silver);
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

.album-slider {
  position: relative;
  height: 100vh;
  min-height: 520px;
  overflow: hidden;
  background: #a00016;
}

.cinema-image-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  padding: clamp(22px, 5vw, 72px);
  background:
    linear-gradient(0deg, rgba(30, 3, 7, 0.82), rgba(30, 3, 7, 0.16) 58%),
    linear-gradient(90deg, rgba(125, 7, 16, 0.74), rgba(125, 7, 16, 0.12)),
    url("slide24.jpg") center / cover no-repeat;
}

.cinema-overlay {
  max-width: 760px;
  color: var(--silver);
}

.cinema-overlay .actions {
  margin-top: 26px;
}

.vimeo-button {
  box-shadow: 0 14px 34px rgba(0,0,0,0.26);
}

.album-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.album-slide.active {
  opacity: 1;
}

.album-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.album-controls {
  position: absolute;
  left: clamp(12px, 2.5vw, 28px);
  bottom: clamp(12px, 2.5vw, 28px);
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-music-toggle {
  position: fixed;
  right: clamp(12px, 2.5vw, 28px);
  bottom: clamp(12px, 2.5vw, 28px);
  z-index: 30;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(246,246,246,0.55);
  background: rgba(160, 0, 22, 0.82);
  color: #f8f8f8;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
}

.site-music-control {
  position: fixed;
  right: clamp(12px, 2.5vw, 28px);
  bottom: clamp(12px, 2.5vw, 28px);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255, 232, 196, 0.3);
  border-radius: 999px;
  background: rgba(48, 3, 11, 0.78);
  box-shadow: 0 16px 42px rgba(0,0,0,0.32);
  backdrop-filter: blur(14px);
}

.site-music-control button {
  min-width: 62px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #f8f8f8;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.site-music-control button:hover,
.site-music-control button:focus-visible {
  border-color: rgba(242, 209, 141, 0.6);
  outline: none;
}

.site-music-control button:disabled {
  background: linear-gradient(135deg, #f0d08b, #b78324);
  color: #2d060b;
  cursor: default;
}

.site-music {
  display: none;
}

.site-header,
.section,
.hero-content,
.card,
.gallery-card,
.article {
  min-width: 0;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-music-control,
  .main-nav {
    background: rgba(70, 4, 14, 0.96);
  }
}

.video-placeholder {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin: 30px 0;
  padding: 24px;
  color: var(--silver);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18,60,51,0.9), rgba(125,38,55,0.9)),
    url("slide3.jpg") center / cover no-repeat;
  text-align: center;
}

.check-list {
  padding-left: 20px;
  margin-bottom: 28px;
}

.site-footer {
  padding: 34px clamp(18px, 5vw, 72px);
  background: #30030b;
  color: var(--silver);
}

.seo-copy {
  max-width: 1050px;
  color: #eeeeee;
}

.seo-copy strong {
  color: var(--silver);
}

.contact-details {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.contact-details p {
  margin: 0;
}

.site-footer p {
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background-attachment: scroll;
  }

  .site-header {
    gap: 12px;
    min-height: auto;
    padding: 10px clamp(12px, 4vw, 28px);
    border-bottom-width: 2px;
  }

  .header-phone {
    order: 2;
    display: inline-flex;
    min-height: auto;
    padding: 0;
    border: 0;
    font-size: 13px;
    gap: 5px;
  }

  .brand {
    order: 1;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    white-space: normal;
  }

  .brand-logo {
    width: 70px;
    height: 54px;
  }

  .brand-text {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .brand-title {
    font-size: 24px;
    white-space: normal;
  }

  .brand-subtitle {
    font-size: 9px;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .nav-toggle {
    order: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 58px;
    padding: 8px 12px;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100svh - 76px);
    overflow-y: auto;
    padding: 8px clamp(14px, 4vw, 28px) 14px;
    background: #46040e;
  }

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

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;
  }

  .main-nav .mobile-phone {
    display: none;
    min-height: 44px;
    padding: 10px 0;
    border-bottom: 0;
    opacity: 1;
    font-size: 14px;
  }

  .section {
    padding: clamp(38px, 8vw, 58px) clamp(14px, 4vw, 28px);
    scroll-margin-bottom: 96px;
  }

  .page,
  .about-page {
    background-attachment: scroll;
  }

  .page > .section:first-child {
    padding-top: clamp(44px, 9vw, 70px);
  }

  h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  h2 {
    font-size: clamp(23px, 7vw, 32px);
  }

  h3 {
    font-size: 19px;
  }

  p,
  li,
  label,
  small {
    font-size: 15px;
  }

  .lede {
    font-size: 17px;
  }

  .hero-slider {
    height: 60svh;
    min-height: 360px;
    max-height: 560px;
    overflow: hidden;
  }

  .slides {
    position: absolute;
    inset: 0;
  }

  .slide {
    object-fit: contain;
    object-position: center;
    transform: none;
    background: #30030b;
  }

  .slide.active {
    transform: none;
  }

  .hero-content {
    width: 100%;
    min-height: 100%;
    padding: 48px clamp(14px, 4vw, 28px) 24px;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(25px, 6.4vw, 34px);
  }

  .hero-lede {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .intro,
  .grid-3,
  .feature-band,
  .trust-strip,
  .section-contact,
  .photo-service-split,
  .photo-services-showcase,
  .photography-split-page,
  .about-split,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .gallery-card-grid,
  .album-grid {
    gap: 14px;
  }

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

  .gallery-card img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    background: rgba(48, 3, 11, 0.72);
  }

  .card {
    min-height: auto;
    padding: 20px;
  }

  .card span {
    margin-bottom: 16px;
  }

  .trust-strip div {
    padding: 16px clamp(14px, 4vw, 28px);
  }

  .feature-band {
    align-items: start;
  }

  .actions {
    gap: 10px;
    margin-top: 22px;
  }

  .btn-primary,
  .btn-secondary,
  .btn-dark,
  .small-button,
  .album-toggle,
  .site-music-toggle,
  .site-music-control button {
    min-height: 44px;
  }

  .about-visual {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .service-slider {
    min-height: 380px;
  }

  .photography-slider-page {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .photography-copy {
    height: auto;
    max-width: none;
    overflow: visible;
    padding-right: 0;
  }

  .photography-slider-panel {
    position: relative;
    top: auto;
    height: auto;
  }

  .photography-ai-slider {
    height: clamp(360px, 58vh, 520px);
  }

  .photo-services-copy {
    gap: 34px;
  }

  .photo-service-item {
    min-height: auto;
    padding: 12px 0 32px;
    opacity: 1;
    transform: none;
  }

  .sticky-service-gallery {
    display: none;
  }

  .service-mobile-image {
    display: block;
    margin-bottom: 8px;
  }

  .hero-slider::after {
    background:
      linear-gradient(90deg, rgba(21, 4, 8, 0.72), rgba(21, 4, 8, 0.24)),
      linear-gradient(0deg, rgba(15,12,10,0.5), transparent 38%),
      linear-gradient(180deg, rgba(15,12,10,0.24), transparent 28%);
  }

  .hero-content {
    align-content: end;
    padding-top: 48px;
  }

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

  .featured-grid a:nth-child(even) {
    margin-top: 0;
  }

  .site-footer {
    padding: 26px clamp(14px, 4vw, 28px) 92px;
  }

  main,
  .page,
  .album-showcase {
    padding-bottom: 76px;
  }

  main .page,
  .album-showcase .album-slider {
    padding-bottom: 0;
  }

  .site-footer p {
    margin-bottom: 8px;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  .brand {
    gap: 7px;
    min-width: 0;
    max-width: none;
  }

  .brand-logo {
    width: 54px;
    height: 42px;
  }

  .header-phone {
    font-size: 12px;
    gap: 4px;
  }

  .header-phone .phone-icon {
    width: 13px;
    height: 13px;
  }

  .brand-title {
    font-size: 19px;
  }

  .brand-subtitle {
    font-size: 7px;
    letter-spacing: 0.06em;
  }

  h1 {
    font-size: 31px;
  }

  .lede {
    font-size: 16px;
  }

  .hero-slider {
    height: 56svh;
    min-height: 330px;
    max-height: 480px;
  }

  .slide {
    object-fit: contain;
    object-position: center;
  }

  .hero-content {
    width: 100%;
    min-height: 100%;
    padding-top: 42px;
    padding-bottom: 26px;
  }

  .hero-content h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .hero-lede {
    font-size: 13px;
  }

  .btn-primary,
  .btn-secondary,
  .btn-dark {
    width: 100%;
  }

  .gallery-tile {
    min-height: 170px;
  }

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

  .featured-grid a {
    min-height: 260px;
  }

  .album-slider {
    min-height: 100vh;
  }

  .site-music-control {
    left: 12px;
    right: 12px;
    justify-content: center;
    max-width: calc(100vw - 24px);
  }

  .site-music-control button {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .brand-subtitle {
    display: none;
  }
}


