:root {
  --ink: #07110f;
  --black: #030706;
  --deep: #002f2d;
  --teal: #005c55;
  --aqua: #0fb6b7;
  --gold: #f0c05a;
  --gold-bright: #ffd66d;
  --gold-deep: #9b6b22;
  --warm: #f6efe0;
  --paper: #f8f4eb;
  --muted: #d8e3df;
  --soft: #a9bbb6;
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(240, 192, 90, 0.08), transparent 30%),
    linear-gradient(180deg, #06110f, #020403 62%);
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

.site-header {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 15, 14, 0.97), rgba(0, 55, 51, 0.95)),
    radial-gradient(circle at 15% 0%, rgba(240, 192, 90, 0.24), transparent 32%);
  border-bottom: 1px solid rgba(240, 192, 90, 0.28);
  color: var(--white);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(20px, 6vw, 78px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand img {
  height: 76px;
  width: auto;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.3vw, 34px);
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  border-bottom: 2px solid transparent;
  padding: 10px 0;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.header-cta,
.button {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  border: 1px solid rgba(240, 192, 90, 0.82);
  color: var(--gold-bright);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-deep));
  border: 1px solid rgba(255, 245, 204, 0.65);
  color: #08110f;
  box-shadow: 0 16px 36px rgba(240, 192, 90, 0.28);
}

.button-secondary {
  border: 1px solid rgba(240, 192, 90, 0.78);
  color: var(--white);
}

.hero {
  color: var(--white);
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.page-hero {
  color: var(--white);
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-overlay,
.page-hero-media {
  inset: 0;
  position: absolute;
}

.hero-media,
.page-hero-media {
  background-image: url("assets/hero-port.png");
  background-position: center right;
  background-size: cover;
  filter: saturate(1.02) contrast(1.05);
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 32, 30, 0.96) 0%, rgba(0, 42, 39, 0.8) 42%, rgba(0, 0, 0, 0.36) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.08)),
    radial-gradient(circle at 14% 42%, rgba(240, 192, 90, 0.2), transparent 25%);
}

.hero-content {
  max-width: 760px;
  padding: 132px clamp(24px, 7vw, 94px) 82px;
  position: relative;
  z-index: 2;
}

.page-hero-content {
  max-width: 780px;
  padding: 162px clamp(24px, 7vw, 94px) 86px;
  position: relative;
  z-index: 2;
}

.hero-logo {
  height: auto;
  margin-bottom: 44px;
  width: min(360px, 74vw);
}

.eyebrow {
  color: var(--gold-bright);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.6px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

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

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

h1 {
  font-size: clamp(42px, 4.5vw, 66px);
  margin-bottom: 20px;
  max-width: 720px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.42);
}

h2 {
  font-size: clamp(34px, 4vw, 56px);
  margin-bottom: 14px;
}

h3 {
  line-height: 1.18;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 570px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.section {
  background:
    radial-gradient(circle at 50% 0%, rgba(240, 192, 90, 0.11), transparent 34%),
    linear-gradient(180deg, #0c1715, #050908);
  padding: 64px clamp(20px, 6vw, 86px);
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.section-heading h2::after,
.about-copy h2::after,
.contact-intro h2::after {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
  content: "";
  display: block;
  height: 3px;
  margin: 18px auto 0;
  width: 76px;
}

.about-copy h2::after,
.contact-intro h2::after {
  margin-left: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1160px;
}

.service-item {
  border-right: 1px solid rgba(240, 192, 90, 0.22);
  padding: 0 36px;
  text-align: center;
}

.service-item:last-child {
  border-right: 0;
}

.service-icon {
  align-items: center;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #003f3b, #031312);
  border: 2px solid rgba(240, 192, 90, 0.8);
  border-radius: 50%;
  color: var(--gold-bright);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 900;
  height: 72px;
  justify-content: center;
  margin-bottom: 18px;
  width: 72px;
}

.service-item h3 {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 12px;
}

.service-item p {
  color: var(--soft);
  font-size: 15px;
  margin-bottom: 0;
}

.portfolio {
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 92, 85, 0.34), transparent 28%),
    linear-gradient(180deg, #020706, #0d1715 58%, #050807);
}

.portfolio-category + .portfolio-category {
  margin-top: clamp(58px, 8vw, 104px);
}

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

.project-card {
  background: #0a1513;
  border: 1px solid rgba(240, 192, 90, 0.2);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.feature-card {
  grid-column: span 1;
}

.project-card img,
.project-video {
  border: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.project-video {
  inset: 0;
  z-index: 0;
}

.project-card::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent 58%),
    linear-gradient(90deg, rgba(0, 74, 69, 0.22), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.play-button {
  border: 2px solid var(--gold-bright);
  background: rgba(3, 7, 6, 0.42);
  border-radius: 50%;
  height: 54px;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 54px;
  z-index: 2;
}

.play-button::after {
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--gold-bright);
  border-top: 10px solid transparent;
  content: "";
  left: 20px;
  position: absolute;
  top: 15px;
}

.project-info {
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.project-info h3 {
  font-size: 21px;
  margin-bottom: 2px;
}

.project-info p {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.about-band {
  background:
    radial-gradient(circle at 8% 20%, rgba(240, 192, 90, 0.11), transparent 28%),
    linear-gradient(135deg, #06110f 0%, #0d1b18 48%, #001f1d 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-copy {
  align-self: center;
  padding: clamp(44px, 6vw, 86px);
}

.about-copy p {
  color: var(--muted);
  font-size: 17px;
}

.about-copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.about-copy li {
  color: var(--white);
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}

.about-copy li::before {
  color: var(--gold-bright);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.about-photo {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.about-photo::after {
  background: linear-gradient(90deg, rgba(6, 17, 15, 0.34), transparent 32%);
  content: "";
  inset: 0;
  position: absolute;
}

.about-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.portfolio-cta {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 14, 13, 0.98), rgba(0, 72, 67, 0.88)),
    url("assets/hero-port.png") center/cover;
  border-bottom: 1px solid rgba(240, 192, 90, 0.24);
  border-top: 1px solid rgba(240, 192, 90, 0.24);
  color: var(--white);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  padding: 30px clamp(24px, 12vw, 260px);
}

.portfolio-cta h2 {
  font-size: clamp(30px, 3vw, 42px);
  margin: 0 0 2px;
}

.portfolio-cta p {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.camera-mark {
  border: 2px solid rgba(240, 192, 90, 0.78);
  border-radius: 50%;
  height: 86px;
  position: relative;
  width: 86px;
}

.camera-mark::before {
  border: 3px solid var(--white);
  border-radius: 8px;
  content: "";
  height: 28px;
  left: 20px;
  position: absolute;
  top: 31px;
  width: 42px;
}

.camera-mark::after {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 35px;
  position: absolute;
  top: 41px;
  width: 12px;
}

.contact-section {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.contact-intro {
  justify-self: end;
  max-width: 520px;
}

.contact-list {
  border-left: 1px solid rgba(240, 192, 90, 0.24);
  display: grid;
  gap: 18px;
  justify-content: start;
  padding-left: clamp(24px, 5vw, 90px);
}

.contact-list a,
.contact-list p {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.contact-list p {
  font-weight: 700;
}

.contact-list .contact-support {
  color: var(--soft);
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
}

.contact-page-section {
  padding-bottom: 86px;
}

.clients-title-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 92, 85, 0.32), transparent 42%),
    linear-gradient(135deg, #06110f, #002724);
  border-bottom: 1px solid rgba(240, 192, 90, 0.22);
  padding: clamp(160px, 12vw, 190px) 24px 70px;
  text-align: center;
}

.clients-title-band h1 {
  font-size: clamp(54px, 5vw, 82px);
  margin: 0 auto;
  max-width: none;
}

.clients-intro-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(240, 192, 90, 0.11), transparent 31%),
    linear-gradient(180deg, #06110f, #0b1715);
}

.clients-intro {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.clients-intro h2::after {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
  content: "";
  display: block;
  height: 3px;
  margin: 18px auto 24px;
  width: 76px;
}

.clients-intro > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.clients-groups-section {
  background: linear-gradient(180deg, #040908, #0d1715);
}

.client-name-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
}

.client-name-grid li {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(1, 12, 11, 0.74);
  border: 1px solid rgba(240, 192, 90, 0.22);
  color: var(--white);
  display: flex;
  font-size: 17px;
  font-weight: 800;
  justify-content: center;
  min-height: 66px;
  padding: 14px 18px;
  text-align: center;
}

.broadcast-context {
  color: var(--soft);
  margin: -10px auto 34px;
  max-width: 850px;
  text-align: center;
}

.clients-final-cta .hero-actions {
  justify-content: end;
}

.contact-page-hero {
  min-height: clamp(640px, 39vw, 720px);
}

.contact-page-hero .page-hero-media {
  background-image: url("assets/contact-event-camera-hero.png");
  background-position: center center;
  background-size: cover;
  filter: saturate(0.92) contrast(1.05);
}

.contact-page-hero .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 31, 29, 0.98) 0%,
      rgba(0, 37, 34, 0.91) 24%,
      rgba(0, 29, 27, 0.63) 42%,
      rgba(0, 15, 14, 0.16) 67%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    linear-gradient(0deg, rgba(0, 12, 11, 0.45), transparent 44%);
}

.contact-page-hero .page-hero-content {
  max-width: 700px;
  padding-bottom: 72px;
  padding-top: 112px;
}

.contact-page-hero .hero-logo {
  margin-bottom: 44px;
  width: min(340px, 56vw);
}

.contact-page-hero h1 {
  font-size: clamp(54px, 4.6vw, 82px);
  margin-bottom: 26px;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.66);
}

.contact-page-hero h1::after {
  background: var(--gold-bright);
  content: "";
  display: block;
  height: 3px;
  margin-top: 26px;
  width: 76px;
}

.contact-page-hero .hero-copy {
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.62;
  max-width: 620px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.services-page-section {
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 92, 85, 0.26), transparent 28%),
    linear-gradient(180deg, #07110f, #0d1715 58%, #050807);
}

.services-list {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1040px;
}

.service-detail-card {
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(1, 12, 11, 0.74);
  border: 1px solid rgba(240, 192, 90, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  padding: clamp(24px, 3.5vw, 38px);
}

.service-detail-card h3 {
  color: var(--white);
  font-size: clamp(24px, 2.5vw, 34px);
  margin-bottom: 10px;
}

.service-detail-card p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 0;
}

.wedding-service-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(1, 12, 11, 0.56);
  border-color: rgba(240, 192, 90, 0.14);
  margin-top: 10px;
}

.wedding-service-card .service-icon {
  opacity: 0.72;
}

.wedding-service-card .eyebrow {
  font-size: 12px;
  margin-bottom: 6px;
}

.wedding-service-card h3 {
  font-size: clamp(22px, 2vw, 28px);
}

.wedding-service-card .button {
  margin-top: 22px;
}

.services-final-cta .hero-actions {
  justify-content: end;
}

.services-page-hero .page-hero-media {
  background-image: url("assets/services-harbor-filming-hero.png");
  background-position: 66% center;
  background-size: cover;
}

.services-page-hero .page-hero-content {
  margin-left: auto;
  max-width: 560px;
  padding-left: 32px;
  padding-right: clamp(32px, 7vw, 104px);
  transform: translateY(24px);
}

.services-page-hero .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 32, 30, 0.8) 0%,
      rgba(0, 42, 39, 0.49) 34%,
      rgba(0, 42, 39, 0.33) 52%,
      rgba(0, 42, 39, 0.68) 76%,
      rgba(0, 32, 30, 0.78) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.07)),
    radial-gradient(circle at 84% 42%, rgba(240, 192, 90, 0.12), transparent 25%);
}

.portfolio-hero {
  height: clamp(480px, 39vw, 700px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.portfolio-hero-image {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.portfolio-hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 10, 13, 0.02) 34%, rgba(2, 12, 16, 0.26) 58%, rgba(1, 10, 14, 0.82) 100%),
    linear-gradient(0deg, rgba(0, 8, 12, 0.44) 0%, transparent 45%);
  inset: 0;
  position: absolute;
}

.portfolio-hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 470px;
  position: absolute;
  right: clamp(38px, 7vw, 132px);
  text-align: center;
  top: 50%;
  transform: translateY(-47%);
  width: min(31vw, 470px);
  z-index: 1;
}

.portfolio-hero-logo {
  height: auto;
  margin-bottom: 24px;
  width: min(260px, 78%);
}

.portfolio-hero-content h1 {
  color: var(--white);
  font-size: clamp(50px, 4.2vw, 76px);
  margin: 0 0 22px;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.65);
}

.portfolio-hero-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(17px, 1.35vw, 24px);
  font-style: italic;
  line-height: 1.45;
  margin: 0;
  max-width: 420px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.78);
}

.pricing-page-hero {
  min-height: clamp(500px, 31vw, 560px);
}

.pricing-page-hero .page-hero-media {
  background-image: url("assets/pricing-handshake-hero.png");
  background-position: 52% 14%;
  background-size: cover;
  filter: saturate(0.95) contrast(1.06);
}

.pricing-page-hero .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 20, 19, 0.97) 0%,
      rgba(0, 25, 23, 0.9) 25%,
      rgba(0, 20, 19, 0.57) 44%,
      rgba(0, 8, 8, 0.12) 68%,
      rgba(0, 0, 0, 0.08) 100%
    ),
    linear-gradient(0deg, rgba(0, 7, 7, 0.45), transparent 45%);
}

.pricing-page-hero .page-hero-content {
  max-width: 620px;
  padding-bottom: 44px;
  padding-top: clamp(118px, 8.5vw, 150px);
}

.pricing-page-hero .eyebrow {
  margin-bottom: 18px;
}

.pricing-page-hero h1 {
  font-size: clamp(52px, 4vw, 68px);
  max-width: 500px;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.68);
}

.pricing-page-hero .hero-copy {
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.65;
  max-width: 430px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.pricing-section {
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 92, 85, 0.26), transparent 28%),
    linear-gradient(180deg, #07110f, #0d1715 58%, #050807);
}

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

.pricing-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(1, 12, 11, 0.74);
  border: 1px solid rgba(240, 192, 90, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.pricing-card:hover,
.pricing-card:focus-within {
  border-color: rgba(255, 214, 109, 0.44);
  transform: translateY(-4px);
}

.pricing-card h3 {
  color: var(--white);
  font-size: clamp(22px, 2vw, 28px);
  margin-bottom: 10px;
}

.pricing-rate {
  color: var(--gold-bright);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 22px;
}

.pricing-card ul {
  color: var(--muted);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-card li {
  padding-left: 20px;
  position: relative;
}

.pricing-card li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.pricing-includes-section {
  background:
    radial-gradient(circle at 86% 0%, rgba(15, 182, 183, 0.14), transparent 30%),
    linear-gradient(180deg, #040908, #0d1715);
}

.pricing-checklist {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.pricing-checklist div {
  align-items: center;
  background: rgba(1, 12, 11, 0.68);
  border: 1px solid rgba(240, 192, 90, 0.18);
  color: var(--white);
  display: flex;
  font-weight: 800;
  gap: 12px;
  min-height: 76px;
  padding: 18px;
}

.pricing-checklist span {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 50%;
  color: #06110f;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.pricing-note-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(240, 192, 90, 0.1), transparent 28%),
    linear-gradient(135deg, #081210 0%, #001f1d 100%);
}

.pricing-note {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.pricing-note h2::after {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
  content: "";
  display: block;
  height: 3px;
  margin: 18px auto 0;
  width: 76px;
}

.pricing-note p {
  color: var(--muted);
  font-size: 18px;
}

.pricing-final-cta .hero-actions {
  justify-content: end;
}

.meet-frank-hero {
  background:
    linear-gradient(90deg, rgba(0, 32, 30, 0.98) 0%, rgba(0, 42, 39, 0.92) 48%, rgba(0, 17, 16, 0.64) 100%),
    radial-gradient(circle at 12% 42%, rgba(240, 192, 90, 0.2), transparent 28%);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.meet-frank-hero::before {
  background: linear-gradient(90deg, rgba(0, 32, 30, 0.94), rgba(0, 32, 30, 0.48), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.meet-frank-hero .page-hero-content {
  align-self: center;
  max-width: 760px;
  z-index: 1;
}

.meet-hero-portrait {
  min-height: inherit;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.meet-hero-portrait::before {
  background: linear-gradient(
    90deg,
    rgba(0, 32, 30, 0.94) 0%,
    rgba(0, 42, 39, 0.66) 18%,
    rgba(0, 42, 39, 0.22) 34%,
    rgba(0, 42, 39, 0.04) 48%,
    transparent 62%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.meet-hero-portrait img {
  height: 100%;
  object-fit: cover;
  object-position: 28% center;
  width: 100%;
}

.meet-intro-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(15, 182, 183, 0.14), transparent 30%),
    linear-gradient(180deg, #07110f, #101b18);
}

.meet-intro {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1120px;
}

.meet-intro-copy {
  color: var(--muted);
  font-size: 18px;
}

.meet-intro-copy p:last-child {
  margin-bottom: 0;
}

.meet-story-band .about-photo img {
  object-position: center center;
}

.storytelling-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(240, 192, 90, 0.1), transparent 32%),
    linear-gradient(180deg, #040908, #0d1715);
}

.story-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.story-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(1, 12, 11, 0.74);
  border: 1px solid rgba(240, 192, 90, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  padding: clamp(24px, 3vw, 34px);
}

.story-card h3 {
  color: var(--white);
  font-size: 22px;
  margin-bottom: 12px;
}

.story-card p {
  color: var(--soft);
  margin: 0;
}

.personal-touch-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 92, 85, 0.28), transparent 30%),
    linear-gradient(135deg, #081210 0%, #001f1d 100%);
}

.personal-touch-panel {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.personal-touch-photo {
  border: 1px solid rgba(240, 192, 90, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  height: clamp(240px, 32vw, 360px);
  margin: 0 auto 34px;
  object-fit: cover;
  object-position: center center;
  width: min(620px, 100%);
}

.personal-touch-panel h2::after {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
  content: "";
  display: block;
  height: 3px;
  margin: 18px auto 0;
  width: 76px;
}

.personal-touch-panel p {
  color: var(--muted);
  font-size: 18px;
}

.meet-final-cta .hero-actions {
  justify-content: end;
}

.contact-panel {
  display: grid;
  gap: clamp(36px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1160px;
}

.contact-page-list {
  border-left: 0;
  border-top: 1px solid rgba(240, 192, 90, 0.24);
  margin-top: 30px;
  padding-left: 0;
  padding-top: 26px;
}

.contact-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(1, 12, 11, 0.72);
  border: 1px solid rgba(240, 192, 90, 0.24);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.contact-form label {
  color: var(--gold-bright);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  color: var(--white);
  font: inherit;
  padding: 14px 16px;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold-bright);
  outline: 2px solid rgba(240, 192, 90, 0.2);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  border-radius: 3px;
  cursor: pointer;
  width: fit-content;
}

.site-footer {
  align-items: center;
  background: linear-gradient(90deg, #020807, #002d2a, #03100f);
  border-top: 1px solid rgba(240, 192, 90, 0.24);
  color: rgba(255, 255, 255, 0.86);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  padding: 18px clamp(20px, 6vw, 78px);
}

.site-footer img {
  width: 76px;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-content {
    padding-top: 178px;
  }

  .service-grid,
  .project-grid,
  .pricing-card-grid,
  .pricing-checklist {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-item:nth-child(2) {
    border-right: 0;
  }

  .service-item {
    border-bottom: 1px solid rgba(0, 92, 85, 0.22);
    padding: 26px;
  }

  .service-item:nth-child(3),
  .service-item:nth-child(4) {
    border-bottom: 0;
  }

  .about-band,
  .contact-section,
  .contact-panel,
  .meet-intro {
    grid-template-columns: 1fr;
  }

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

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

  .contact-intro {
    justify-self: start;
  }

  .contact-list {
    border-left: 0;
    border-top: 1px solid rgba(0, 92, 85, 0.24);
    padding-left: 0;
    padding-top: 34px;
  }

  .portfolio-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .meet-final-cta .hero-actions {
    justify-content: center;
  }

  .services-final-cta .hero-actions {
    justify-content: center;
  }

  .pricing-final-cta .hero-actions {
    justify-content: center;
  }

  .clients-final-cta .hero-actions {
    justify-content: center;
  }

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

  .camera-mark {
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 10px 18px;
    position: static;
  }

  .brand img {
    height: 58px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .main-nav {
    font-size: 13px;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    overflow-x: visible;
  }

  .hero {
    min-height: 760px;
  }

  .portfolio-hero {
    height: 520px;
  }

  .portfolio-hero-image {
    object-position: 43% center;
  }

  .portfolio-hero-overlay {
    background:
      linear-gradient(0deg, rgba(1, 10, 14, 0.92) 0%, rgba(1, 10, 14, 0.36) 58%, rgba(1, 10, 14, 0.08) 100%),
      linear-gradient(90deg, transparent, rgba(1, 10, 14, 0.25));
  }

  .portfolio-hero-content {
    bottom: 38px;
    max-width: none;
    padding: 0 24px;
    right: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .portfolio-hero-logo {
    margin-bottom: 16px;
    width: min(220px, 66vw);
  }

  .portfolio-hero-content h1 {
    font-size: clamp(44px, 14vw, 60px);
    margin-bottom: 14px;
  }

  .portfolio-hero-content p {
    font-size: 17px;
    max-width: 340px;
  }

  .page-hero.pricing-page-hero {
    min-height: 590px;
  }

  .pricing-page-hero .page-hero-media {
    background-position: 52% 18%;
  }

  .pricing-page-hero .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 24, 22, 0.95), rgba(0, 24, 22, 0.72), rgba(0, 12, 11, 0.32)),
      linear-gradient(0deg, rgba(0, 8, 8, 0.68), rgba(0, 8, 8, 0.08));
  }

  .pricing-page-hero .page-hero-content {
    padding-bottom: 48px;
    padding-top: 190px;
  }

  .pricing-page-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .pricing-page-hero .hero-copy {
    font-size: 17px;
    line-height: 1.55;
  }

  .page-hero.contact-page-hero {
    min-height: 680px;
  }

  .contact-page-hero .page-hero-media {
    background-position: 68% center;
  }

  .contact-page-hero .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 31, 29, 0.96), rgba(0, 31, 29, 0.7), rgba(0, 10, 10, 0.24)),
      linear-gradient(0deg, rgba(0, 12, 11, 0.68), rgba(0, 12, 11, 0.08));
  }

  .contact-page-hero .page-hero-content {
    padding: 64px 22px 50px;
  }

  .contact-page-hero .hero-logo {
    margin-bottom: 34px;
    width: min(250px, 72vw);
  }

  .contact-page-hero h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .contact-page-hero .hero-copy {
    font-size: 17px;
  }

  .page-hero {
    min-height: 610px;
  }

  .hero-media {
    background-color: #06110f;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 35%;
  }

  .services-page-hero .page-hero-media {
    background-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 39, 36, 0.97) 0%, rgba(0, 39, 36, 0.84) 58%, rgba(0, 0, 0, 0.2)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08));
  }

  .hero-content {
    padding: 36px 22px 56px;
  }

  .page-hero-content {
    padding: 36px 22px 58px;
  }

  .meet-frank-hero {
    grid-template-columns: 1fr;
  }

  .meet-frank-hero::before {
    background: linear-gradient(180deg, rgba(0, 39, 36, 0.96), rgba(0, 39, 36, 0.56), transparent 78%);
  }

  .meet-hero-portrait {
    min-height: 390px;
  }

  .meet-hero-portrait::before {
    background: linear-gradient(180deg, rgba(0, 39, 36, 0.72), rgba(0, 39, 36, 0.16) 34%, transparent 62%);
  }

  .meet-hero-portrait img {
    object-position: 35% center;
  }

  .hero .hero-logo {
    margin-left: auto;
    margin-right: auto;
    width: min(292px, 88vw);
  }

  h1 {
    font-size: 39px;
  }

  .service-grid,
  .project-grid,
  .pricing-card-grid,
  .pricing-checklist {
    grid-template-columns: 1fr;
  }

  .clients-title-band {
    padding: 62px 22px;
  }

  .client-name-grid {
    grid-template-columns: 1fr;
  }

  .client-name-grid li {
    min-height: 68px;
  }

  .pricing-card {
    min-height: auto;
  }

  .service-item {
    border-right: 0;
  }

  .service-item:nth-child(3) {
    border-bottom: 1px solid rgba(0, 92, 85, 0.22);
  }

  .project-card {
    min-height: 420px;
  }

  .about-photo {
    min-height: 420px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
