:root {
  --black: #080808;
  --charcoal: #111;
  --cream: #f5f1e9;
  --white: #fff;
  --gold: #c99a52;
  --muted: #aaa;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
}

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

.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 6vw;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
}

.brand {
  margin-right: auto;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: 2px;
}

.brand-sub {
  font-size: 9px;
  letter-spacing: 7px;
  margin-top: 5px;
}

.main-nav {
  display: flex;
  gap: 36px;
}

.main-nav a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 11px 0;
  border-bottom: 1px solid transparent;
}

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

.header-book {
  border: 1px solid var(--gold);
  padding: 14px 22px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
}

.mobile-menu-btn {
  display: none;
}

.hero {
  min-height: 720px;
  background-color: #050505;
  background-image:
    url('/assets/images/hero/don-robbie-hero.jpg?v=20260827223051');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 115%;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.56) 40%,
      rgba(0,0,0,.08) 75%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-left: 11vw;
  padding-top: 60px;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

h1,
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(54px, 6vw, 88px);
  line-height: .98;
  margin: 0 0 25px;
}

.hero p {
  max-width: 520px;
  line-height: 1.8;
  color: #ddd;
}

.hero-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn {
  padding: 16px 28px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
  display: inline-block;
}

.btn-gold {
  background: var(--gold);
  color: #111;
}

.btn-outline {
  border: 1px solid rgba(255,255,255,.6);
}

.btn-dark {
  background: #111;
  color: #fff;
}

.gallery-section {
  padding: 42px 6vw 58px;
  background: #090909;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-heading-row h2,
.services-section h2,
.about-section h2,
.contact-section h2 {
  font-size: 42px;
  margin: 0;
}

.text-link {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.gallery-card {
  background: #111;
  cursor: pointer;
}

.gallery-image {
  aspect-ratio: 4 / 3;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;

  /*
   * Portrait-friendly default focal point.
   * Keeps faces and heads safely inside homepage cards.
   */
  background-position: center 12%;
}

.gallery-weddings {
  background-image: url('/assets/images/galleries/weddings.jpg');
}

.gallery-headshots {
  background-image: url('/assets/images/galleries/headshots.jpg?v=20260828010447');
}

.gallery-events {
  background-image: url('/assets/images/galleries/events.jpg');
}

.gallery-portraits {
  background-image: url('/assets/images/galleries/portraits.jpg');
}

.gallery-label {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 15px 10px;
  font-size: 12px;
}

.services-section {
  background: var(--cream);
  color: #171717;
  padding: 70px 6vw;
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  gap: 70px;
}

.services-intro p {
  line-height: 1.7;
  color: #555;
  max-width: 380px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-grid article {
  padding: 10px 28px;
  border-left: 1px solid #d7d1c8;
}

.service-icon {
  color: var(--gold);
  font-size: 28px;
}

.service-grid h3 {
  font-family: Georgia, serif;
  font-size: 21px;
}

.service-grid p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.about-section {
  padding: 80px 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  background: #101010;
}

.about-photo {
  min-height: 580px;
  background:
    #111 url('/assets/images/about/don-robbie-about.jpg')
    center / cover no-repeat;
}

.about-copy p {
  color: #bbb;
  line-height: 1.8;
  max-width: 540px;
}

.testimonial-section {
  background: #080808;
  padding: 54px 10vw;
  border-top: 1px solid #242424;
  text-align: center;
}

.quote-mark {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: .5;
}

blockquote {
  font-family: Georgia, serif;
  font-size: clamp(23px, 3vw, 38px);
  max-width: 900px;
  margin: 25px auto;
  line-height: 1.35;
}

.testimonial-name {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.contact-section {
  background: #f4efe5;
  color: #151515;
  padding: 80px 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.contact-section p {
  color: #555;
}

.site-footer {
  background: #080808;
  padding: 60px 7vw 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
}

.site-footer h4 {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.site-footer a,
.site-footer span {
  display: block;
  color: #bbb;
  margin: 9px 0;
  font-size: 13px;
}

.footer-brand p {
  color: #888;
  line-height: 1.7;
  max-width: 320px;
}

.footer-bottom {
  border-top: 1px solid #222;
  grid-column: 1 / -1;
  padding-top: 25px;
  margin-top: 25px;
  color: #666;
  font-size: 12px;
}


@media (max-width: 980px) {

  .main-nav,
  .header-book {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
    background: none;
    color: white;
    border: 0;
    font-size: 28px;
  }

  .main-nav.open {
    display: flex;
    position: absolute;
    top: 75px;
    left: 5vw;
    right: 5vw;
    background: #090909;
    flex-direction: column;
    padding: 20px;
  }

  .hero {
    min-height: 680px;
    background-position: 65% center;
  }

  .hero-content {
    margin-left: 7vw;
    margin-right: 7vw;
  }

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

  .services-section {
    grid-template-columns: 1fr;
  }

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

  .about-section {
    grid-template-columns: 1fr;
  }

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


@media (max-width: 620px) {

  .site-header {
    padding: 0 20px;
  }

  .brand-main {
    font-size: 20px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.55) 55%,
        rgba(0,0,0,.12) 100%
      );
  }

  .hero-content {
    align-self: flex-end;
    margin: 0;
    padding: 0 24px 60px;
  }

  h1 {
    font-size: 48px;
  }

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

  .gallery-grid,
  .service-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .services-section,
  .about-section,
  .contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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


.hero-gold {
  color: var(--gold);
}

.about-btn {
  margin-top: 18px;
  border-color: var(--gold);
  color: var(--gold);
}

.about-btn:hover {
  background: var(--gold);
  color: #111;
}

.gallery-card {
  overflow: hidden;
}

.gallery-image {
  transition: transform .45s ease, filter .45s ease;
}

.gallery-card:hover .gallery-image {
  transform: scale(1.035);
  filter: brightness(1.04);
}

.gallery-card:hover .gallery-label {
  color: var(--gold);
}

.site-header {
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.82) 0%,
      rgba(0,0,0,.32) 70%,
      transparent 100%
    );
}


/* ========================================
   PREMIUM HOMEPAGE POLISH
======================================== */

.gallery-section {
  border-top: 1px solid rgba(201,154,82,.18);
  border-bottom: 1px solid rgba(201,154,82,.16);
}

.gallery-card {
  position: relative;
  display: block;
  border: 1px solid rgba(255,255,255,.04);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,154,82,.55);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}

.gallery-label {
  background: #0d0d0d;
  transition: color .3s ease;
}

.services-section {
  position: relative;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .26;
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(201,154,82,.13),
      transparent 34%
    );
}

.services-intro,
.service-grid {
  position: relative;
  z-index: 1;
}

.service-grid article {
  transition:
    transform .3s ease,
    background-color .3s ease;
}

.service-grid article:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.35);
}

.about-section {
  border-top: 1px solid rgba(201,154,82,.16);
  border-bottom: 1px solid rgba(201,154,82,.16);
}

.about-photo {
  box-shadow:
    0 28px 60px rgba(0,0,0,.35);
}

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

.about-copy h2 {
  margin-bottom: 22px;
}

.about-copy p {
  font-size: 15px;
}

.contact-section {
  position: relative;
}

.contact-section::after {
  content: "DON ROBBIE";
  position: absolute;
  right: 6vw;
  bottom: -15px;
  font-family: Georgia, serif;
  font-size: clamp(70px, 10vw, 170px);
  line-height: 1;
  color: rgba(0,0,0,.035);
  pointer-events: none;
  white-space: nowrap;
}

.contact-section > * {
  position: relative;
  z-index: 1;
}
