/*
Theme Name: Sfilmowane Premium
Theme URI: https://sfilmowane.pl
Author: Sfilmowane
Description: Prywatny redesign strony Sfilmowane — fotografia i film ślubny.
Version: 1.0.0
Text Domain: sfilmowane-premium
*/


:root {
  --black: #070707;
  --black-soft: #111111;
  --white: #f7f7f5;
  --white-pure: #ffffff;
  --gray: #a3a3a0;
  --gray-dark: #5f5f5c;
  --line: #d3d3cf;
  --line-dark: rgba(255, 255, 255, 0.2);
  --red: #991b22;
  --red-dark: #731218;
  --background: var(--white);
  --foreground: var(--black);
  --card: var(--white-pure);
  --card-foreground: var(--black);
  --popover: var(--white-pure);
  --popover-foreground: var(--black);
  --primary: var(--black);
  --primary-foreground: var(--white);
  --secondary: #e9e9e6;
  --secondary-foreground: var(--black);
  --muted: #e9e9e6;
  --muted-foreground: var(--gray-dark);
  --accent: var(--red);
  --accent-foreground: var(--white);
  --destructive: #b00020;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--red);
  --radius: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

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

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  background: var(--white);
  color: var(--black);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(100% - 3rem, 1440px);
  margin-inline: auto;
}

.premium-section {
  padding-block: clamp(6rem, 10vw, 10rem);
}

.section-kicker {
  margin: 0 0 1.4rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker--light {
  color: rgba(255, 255, 255, 0.62);
}

.red-button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.2rem;
  background: var(--red);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}

.red-button:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.quiet-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.quiet-link--light {
  color: var(--white);
}

.brand-crop {
  position: relative;
  display: block;
  width: 182px;
  height: 25px;
  overflow: hidden;
}

.brand-crop img {
  position: absolute;
  top: -102px;
  left: -25px;
  width: 220px;
  max-width: none;
  height: auto;
}

.brand-crop--inverse img {
  filter: invert(1);
}

.premium-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 1rem 2rem;
  min-height: 132px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
}

.header-brand {
  display: inline-flex;
  align-items: center;
}

.header-meta {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 1.8rem;
}

.header-location {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.premium-header nav {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.premium-header nav a {
  display: flex;
  min-height: 3.7rem;
  align-items: center;
  gap: 0.65rem;
  border-right: 1px solid var(--line-dark);
  padding-inline: clamp(0.7rem, 1.4vw, 1.3rem);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.premium-header nav a:first-child {
  border-left: 1px solid var(--line-dark);
}

.premium-header nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.nav-index {
  color: var(--red);
  font-size: 0.62rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
  border: 1px solid var(--red);
  padding: 0.7rem 0.9rem;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.header-contact:hover {
  background: var(--red);
}

.premium-hero {
  min-height: 100svh;
  background: var(--black);
  color: var(--white);
}

.premium-hero-grid {
  display: grid;
  min-height: calc(100svh - 144px);
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  padding-block: clamp(3rem, 7vh, 6rem);
}

.premium-hero-copy h1,
.service-hero-copy h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4rem, 7.1vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

.premium-hero-copy h1 .hero-h1-emphasis {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.05;
}

.premium-hero-copy h1 .hero-h1-seo {
  display: block;
  max-width: 650px;
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.72rem, 0.14em, 1rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.premium-hero-copy h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 2rem;
  background: var(--red);
}

.hero-seo-lead,
.service-hero-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.premium-hero-visual {
  position: relative;
  margin: 0;
  border-left: 1px solid var(--line-dark);
  padding-left: clamp(1.5rem, 3vw, 3rem);
}

.premium-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12%;
  left: calc(clamp(1.5rem, 3vw, 3rem) - 5px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.premium-hero-visual img {
  width: 100%;
  min-height: min(68svh, 760px);
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08);
}

.premium-hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-marquee {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.trust-line-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-line-grid > div {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 2rem;
  border-right: 1px solid var(--black);
}

.trust-line-grid > div:first-child {
  padding-left: 0;
}

.trust-line-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-line-grid strong {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: -0.035em;
}

.trust-index {
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.manifesto {
  background: var(--white);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
}

.manifesto-grid h2,
.services-intro h2,
.team-copy h2,
.title-row h2,
.contact-band h2,
.service-intro h2,
.seo-copy h2,
.faq-premium-grid h2 {
  margin: 0;
  font-size: clamp(3.3rem, 6.2vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.manifesto-grid h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.manifesto-grid h2 em::after {
  content: "";
  display: inline-block;
  width: 0.14em;
  height: 0.14em;
  margin-left: 0.16em;
  border-radius: 50%;
  background: var(--red);
  vertical-align: baseline;
}

.manifesto-grid h2 + p {
  max-width: 760px;
  margin: 2.4rem 0 0;
  color: var(--gray-dark);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.75;
}

.premium-gallery,
.home-offer,
.service-packages {
  background: var(--black);
  color: var(--white);
}

.title-row {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.title-row > p {
  max-width: 500px;
  margin: 0 0 0.5rem;
  color: var(--gray);
  line-height: 1.75;
}

.premium-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.premium-gallery figure {
  margin: 0;
}

.premium-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35);
  transition: filter 450ms ease, transform 650ms ease;
}

.premium-gallery figure:hover img {
  filter: grayscale(0);
  transform: scale(1.015);
}

.premium-gallery figure > div,
.premium-gallery figure {
  overflow: hidden;
}

.gallery-main {
  grid-row: span 2;
}

.gallery-main img {
  aspect-ratio: 0.82;
}

.gallery-secondary img {
  aspect-ratio: 1.08;
}

.gallery-detail {
  width: 66%;
  margin-left: auto !important;
}

.gallery-detail img {
  aspect-ratio: 1;
}

.premium-gallery figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line-dark);
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.premium-gallery figcaption span {
  color: var(--red);
}

.gallery-link-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}

.services-seo {
  background: var(--white);
}

.services-intro {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
}

.seo-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(4.5rem, 8vw, 8rem);
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.seo-service-grid > a {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 1.6rem clamp(1.5rem, 3vw, 3rem);
  border-right: 1px solid var(--black);
  transition: background-color 200ms ease, color 200ms ease;
}

.seo-service-grid > a:first-child {
  padding-left: 0;
}

.seo-service-grid > a:last-child {
  border-right: 0;
  padding-right: 0;
}

.seo-service-grid > a:hover {
  background: var(--black);
  color: var(--white);
}

.seo-service-grid > a:hover > * {
  margin-inline: 1.6rem;
}

.seo-service-grid > a > * {
  transition: margin 220ms ease;
}

.seo-service-grid span {
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
}

.seo-service-grid h3 {
  margin: clamp(4rem, 7vw, 7rem) 0 1.5rem;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.seo-service-grid p {
  max-width: 360px;
  margin: 0;
  color: var(--gray-dark);
  line-height: 1.7;
}

.seo-service-grid > a:hover p {
  color: var(--gray);
}

.seo-service-grid strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  font-size: 0.86rem;
}

.team-section {
  background: var(--white-pure);
}

.team-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}

.team-image-window {
  position: relative;
  aspect-ratio: 0.82;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #ececea 0%, #fafaf8 56%, #e9e9e6 100%);
}

.team-image-window img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: grayscale(0.9) contrast(1.02);
  transform: none;
}

.team-image-window > span {
  position: absolute;
  right: -0.04em;
  bottom: -0.22em;
  color: rgba(153, 27, 34, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(10rem, 24vw, 24rem);
  font-style: italic;
  line-height: 0.8;
  mix-blend-mode: multiply;
}

.team-copy h2 {
  font-size: clamp(3.3rem, 5.5vw, 6rem);
}

.large-copy {
  margin: 2.5rem 0 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  line-height: 1.45;
}

.team-copy > p:not(.section-kicker, .large-copy) {
  max-width: 700px;
  color: var(--gray-dark);
  line-height: 1.8;
}

.team-copy .quiet-link {
  margin-top: 1.5rem;
}

.behind-scenes {
  background: var(--black);
  color: var(--white);
}

.behind-scenes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3.5rem);
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.behind-scenes figure {
  margin: 0;
  overflow: hidden;
}

.behind-scenes img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  filter: grayscale(0.25);
  transition: filter 450ms ease, transform 650ms ease;
}

.behind-scenes figure:hover img {
  filter: grayscale(0);
  transform: scale(1.015);
}

.behind-scenes figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line-dark);
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.behind-scenes figcaption span {
  color: var(--red);
}

.packages-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.packages-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 7.6vw, 8rem);
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.packages-intro h2 em {
  color: rgba(255, 255, 255, 0.64);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.packages-note {
  border-top: 1px solid var(--line-dark);
  padding-top: 1rem;
}

.packages-note > span {
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.packages-note p {
  margin: 1.4rem 0 0;
  color: var(--gray);
  line-height: 1.75;
}

.home-package-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(4.5rem, 8vw, 7rem);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.package-card {
  display: flex;
  min-height: 530px;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--black-soft);
  color: var(--white);
  transition: background-color 220ms ease, transform 220ms ease;
}

.package-card:hover {
  background: #181818;
  transform: translateY(-5px);
}

.package-card--featured {
  position: relative;
  z-index: 1;
  margin-block: -1.25rem;
  padding-block: clamp(2.75rem, 4.25vw, 4.25rem);
  background: var(--white-pure);
  color: var(--black);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}

.package-card--featured:hover {
  background: var(--white-pure);
}

.package-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 1.2rem;
}

.package-card--featured .package-card-head {
  border-color: var(--line);
}

.package-index {
  display: block;
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
}

.package-type {
  display: block;
  margin-top: 0.35rem;
  color: var(--gray);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.package-card--featured .package-type {
  color: var(--gray-dark);
}

.package-card-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
}

.package-card h3 {
  margin: clamp(4rem, 6vw, 6rem) 0 1.2rem;
  font-size: clamp(2rem, 3vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.package-card > p {
  max-width: 320px;
  margin: 0;
  color: var(--gray);
  line-height: 1.7;
}

.package-card--featured > p {
  color: var(--gray-dark);
}

.package-card ul {
  display: grid;
  gap: 0.55rem;
  margin: auto 0 2rem;
  padding: 0;
  color: var(--gray);
  font-size: 0.78rem;
  list-style: none;
}

.package-card--featured ul {
  color: var(--gray-dark);
}

.package-card li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.package-card li svg {
  flex: 0 0 auto;
  color: var(--red);
}

.package-card footer {
  border-top: 1px solid var(--line-dark);
  padding-top: 1rem;
}

.package-card--featured footer {
  border-color: var(--line);
}

.package-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.package-card-link svg {
  color: var(--red);
  transition: transform 180ms ease;
}

.package-card-link:hover svg {
  transform: translate(2px, -2px);
}

.offer-bottom-link {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
}

.home-faq {
  background: var(--white);
}

.faq-premium-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(3rem, 8vw, 9rem);
}

.faq-premium-grid h2 {
  font-size: clamp(3rem, 5vw, 5.6rem);
}

.faq-premium-list {
  border-top: 1px solid var(--black);
}

.faq-premium-list details {
  border-bottom: 1px solid var(--black);
}

.faq-premium-list summary {
  display: flex;
  min-height: 5.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  list-style: none;
}

.faq-premium-list summary::-webkit-details-marker {
  display: none;
}

.faq-premium-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 400;
}

.faq-premium-list details[open] summary::after {
  content: "−";
}

.faq-premium-list details p {
  max-width: 720px;
  margin: 0;
  padding: 0 3rem 2rem 0;
  color: var(--gray-dark);
  line-height: 1.75;
}

.contact-band {
  padding-block: clamp(6rem, 11vw, 11rem);
  background: var(--black);
  color: var(--white);
}

.contact-band-grid {
  display: grid;
  grid-template-columns: 0.18fr 1.05fr 0.55fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
}

.contact-band h2 {
  max-width: 850px;
  font-size: clamp(4.2rem, 8vw, 9rem);
  line-height: 0.85;
}

.contact-band h2::after {
  content: "";
  display: inline-block;
  width: 0.16em;
  height: 0.16em;
  margin-left: 0.08em;
  border-radius: 50%;
  background: var(--red);
}

.contact-band-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
}

.contact-band-copy > p {
  margin: 0 0 0.8rem;
  color: var(--gray);
  line-height: 1.75;
}

.premium-footer {
  padding-block: 3.5rem 2rem;
  background: var(--white-pure);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 3rem;
  align-items: center;
  padding-bottom: 3rem;
}

.footer-main p {
  margin: 0;
  color: var(--gray-dark);
  font-size: 0.78rem;
  line-height: 1.6;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 1.4rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  padding-top: 1.3rem;
  color: var(--gray-dark);
  font-size: 0.72rem;
}

.service-hero {
  background: var(--black);
  color: var(--white);
}

.service-hero-grid {
  display: grid;
  min-height: min(880px, calc(100svh - 86px));
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.breadcrumbs {
  display: flex;
  gap: 0.6rem;
  margin-bottom: clamp(3rem, 7vw, 7rem);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
}

.service-hero-copy h1 {
  max-width: 960px;
  font-size: clamp(3.5rem, 6.7vw, 7.5rem);
}

.service-hero-copy h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 2rem;
  background: var(--red);
}

.service-hero-image {
  margin: 0;
}

.service-hero-image img {
  width: 100%;
  max-height: 720px;
  aspect-ratio: 0.82;
  object-fit: cover;
  filter: grayscale(0.9) contrast(1.05);
}

.service-hero-image figcaption {
  padding-top: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-intro {
  background: var(--white);
}

.service-intro-grid {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
}

.service-intro h2 {
  max-width: 1100px;
}

.service-intro .large-copy {
  max-width: 900px;
  color: var(--gray-dark);
}

.numbered-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(5rem, 9vw, 9rem);
  border-top: 1px solid var(--black);
}

.numbered-grid article {
  min-height: 330px;
  padding: 1.5rem clamp(1.5rem, 3vw, 3rem) 0;
  border-right: 1px solid var(--black);
}

.numbered-grid article:first-child {
  padding-left: 0;
}

.numbered-grid article:last-child {
  border-right: 0;
  padding-right: 0;
}

.numbered-grid article > span {
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
}

.numbered-grid h3 {
  margin: clamp(4rem, 7vw, 7rem) 0 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  letter-spacing: -0.04em;
}

.numbered-grid p {
  max-width: 390px;
  margin: 0;
  color: var(--gray-dark);
  line-height: 1.75;
}

.service-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(4.5rem, 8vw, 8rem);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.service-package-grid article {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  padding: clamp(1.7rem, 3vw, 3rem);
  background: var(--black);
}

.service-package-grid .package-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 1.4rem;
}

.service-package-grid h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  letter-spacing: -0.04em;
}

.service-package-grid .package-head strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
}

.service-package-grid article > p {
  margin: 2rem 0;
  color: var(--gray);
  line-height: 1.7;
}

.service-package-grid ul {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 2rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.87rem;
  list-style: none;
}

.service-package-grid li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.service-package-grid li svg {
  color: var(--red);
}

.service-package-grid article > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  border-top: 1px solid var(--line-dark);
  padding-top: 1rem;
  font-size: 0.85rem;
  font-weight: 800;
}

.seo-copy {
  background: var(--white-pure);
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: clamp(3rem, 9vw, 10rem);
}

.seo-copy h2 {
  font-size: clamp(3.2rem, 5.5vw, 6rem);
}

.seo-copy-grid > div:last-child > p {
  margin: 0;
  color: var(--gray-dark);
  line-height: 1.85;
}

.location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2.5rem;
}

.location-list span {
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--black);
  font-size: 0.75rem;
  font-weight: 800;
}

.faq {
  background: var(--white);
}

@media (max-width: 1050px) {
  .premium-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 0.85rem;
    padding-block: 1rem 0;
  }

  .premium-header nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .premium-hero-grid,
  .service-hero-grid,
  .title-row,
  .team-grid,
  .packages-intro,
  .seo-copy-grid {
    grid-template-columns: 1fr;
  }

  .premium-hero-grid {
    min-height: auto;
  }

  .premium-hero-visual {
    padding-left: 0;
    border-left: 0;
  }

  .premium-hero-visual::before {
    left: -4px;
  }

  .premium-hero-visual img {
    min-height: 620px;
  }

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

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

  .package-card:last-child {
    grid-column: 1 / -1;
  }

  .seo-service-grid > a,
  .seo-service-grid > a:first-child,
  .seo-service-grid > a:last-child {
    min-height: 390px;
    padding: 1.6rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--black);
  }

  .seo-service-grid > a:last-child {
    border-bottom: 0;
  }

  .seo-service-grid > a:hover > * {
    margin-inline: 1.6rem;
  }

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

  .service-package-grid article {
    min-height: 480px;
  }

  .contact-band-grid {
    grid-template-columns: 0.18fr 1fr;
  }

  .contact-band-copy {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 2rem, 1440px);
  }

  .premium-section {
    padding-block: 5.5rem;
  }

  .premium-header {
    min-height: auto;
    gap: 1rem;
  }

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

  .header-location {
    display: none;
  }

  .brand-crop {
    width: 145px;
    height: 21px;
  }

  .brand-crop img {
    top: -81px;
    left: -20px;
    width: 175px;
  }

  .header-contact {
    font-size: 0.75rem;
  }

  .header-contact svg {
    display: none;
  }

  .premium-hero-grid {
    gap: 3rem;
    padding-block: 4rem;
  }

  .premium-hero-copy h1,
  .service-hero-copy h1 {
    font-size: clamp(3.4rem, 16vw, 5.5rem);
    line-height: 0.9;
  }

  .premium-hero-visual img {
    min-height: 480px;
  }

  .hero-marquee {
    overflow: hidden;
    justify-content: flex-start;
  }

  .hero-marquee span {
    white-space: nowrap;
  }

  .trust-line-grid {
    grid-template-columns: 1fr;
  }

  .trust-line-grid > div,
  .trust-line-grid > div:first-child,
  .trust-line-grid > div:last-child {
    min-height: 76px;
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--black);
  }

  .trust-line-grid > div:last-child {
    border-bottom: 0;
  }

  .manifesto-grid,
  .services-intro,
  .service-intro-grid,
  .faq-premium-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .manifesto-grid h2,
  .services-intro h2,
  .team-copy h2,
  .packages-intro h2,
  .title-row h2,
  .contact-band h2,
  .service-intro h2,
  .seo-copy h2,
  .faq-premium-grid h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .premium-gallery-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .behind-scenes-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .behind-scenes img {
    aspect-ratio: 0.9;
  }

  .gallery-main {
    grid-row: auto;
  }

  .gallery-main img,
  .gallery-secondary img,
  .gallery-detail img {
    aspect-ratio: 0.9;
  }

  .gallery-detail {
    width: 100%;
    margin: 0 !important;
  }

  .team-grid {
    gap: 4rem;
  }

  .home-package-list article {
    min-height: 470px;
  }

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

  .package-card:last-child {
    grid-column: auto;
  }

  .package-card--featured {
    margin-block: 0;
    padding-block: clamp(1.5rem, 3vw, 3rem);
  }

  .offer-bottom-link {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .numbered-grid article,
  .numbered-grid article:first-child,
  .numbered-grid article:last-child {
    min-height: auto;
    padding: 1.5rem 0 2.8rem;
    border-right: 0;
    border-bottom: 1px solid var(--black);
  }

  .numbered-grid article:last-child {
    border-bottom: 0;
  }

  .numbered-grid h3 {
    margin-top: 2.8rem;
  }

  .service-hero-grid {
    gap: 4rem;
    padding-block: 3rem 5rem;
  }

  .service-hero-image img {
    max-height: none;
  }

  .service-package-grid article {
    min-height: 520px;
  }

  .contact-band-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-band-copy {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    flex-wrap: wrap;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

