/* ==========================================================================
   Cine Visual Studios — Cinematic Storytelling Ad Landing Page Design System
   ========================================================================== */

:root {
  /* Color Tokens */
  --ink: #0e0d0b;           /* Near-black deep cinematic ground */
  --ink-soft: #171512;      /* Raised cards and surfaces */
  --ink-card: #1f1c18;      /* Chapter cards */
  
  --bone: #f3efe7;          /* Primary editorial text */
  --bone-dim: #b9b2a4;      /* Secondary text */
  --bone-muted: #857e72;    /* Muted captions */
  
  --gold: #c9a25e;          /* Signature warm gold */
  --gold-light: #f5e2b8;    /* Bright gold accent */
  --gold-dim: #8a7346;      /* Subdued gold rules */
  --gold-glow: rgba(201, 162, 94, 0.25);
  
  --crimson: #8e2d38;       /* Deep cinematic crimson */
  --crimson-glow: rgba(142, 45, 56, 0.35);

  --border-gold: rgba(201, 162, 94, 0.25);
  --border-light: rgba(243, 239, 231, 0.08);

  /* Typography */
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Jost", "Avenir Next", system-ui, sans-serif;

  /* Spacing */
  --gutter: clamp(1rem, 4vw, 4rem);
  --radius-sm: 4px;
  --radius-md: 10px;
  --shadow-luxury: 0 30px 60px rgba(0, 0, 0, 0.85);
}

/* Core Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--ink);
  color: var(--bone);
}

body {
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--crimson);
  color: var(--bone);
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  width: 100%;
}

/* ==========================================================================
   Header & Sticky Story Navigator
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(14, 13, 11, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-gold);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo svg {
  width: 44px;
  height: auto;
  fill: var(--gold);
  flex-shrink: 0;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bone);
  white-space: nowrap;
}

.brand-sub {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #c9a25e 0%, #8a7346 100%);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(201, 162, 94, 0.25);
  text-align: center;
}

.header-cta-btn:hover {
  background: linear-gradient(135deg, #f5e2b8 0%, #c9a25e 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(201, 162, 94, 0.4);
}

/* ==========================================================================
   Hero Section — Storytelling Feature Intro
   ========================================================================== */
.hero-story {
  position: relative;
  min-height: 95vh;
  padding-top: 130px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  isolation: isolate;
  background: radial-gradient(circle at 50% 30%, #1e1b16 0%, var(--ink) 75%);
}

.hero-media-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
}

.hero-media-bg img {
  filter: contrast(1.1) brightness(0.7);
}

.hero-alert-banner {
  background: rgba(201, 162, 94, 0.12);
  border: 1px solid var(--border-gold);
  border-radius: 40px;
  padding: 8px 20px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.hero-alert-text {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 500;
}

.hero-alert-badge {
  background: var(--gold);
  color: #0e0d0b;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-badge {
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.hero-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5.5vw, 5.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.02em;
  max-width: 1050px;
  margin: 0 auto 1.5rem;
  color: var(--bone);
  word-wrap: break-word;
}

.hero-title .amp {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  color: var(--bone-dim);
  max-width: 780px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}

.hero-primary-btn {
  padding: 15px 34px;
  font-size: 0.85rem;
  box-shadow: 0 10px 30px rgba(201, 162, 94, 0.4);
}

.hero-secondary-btn {
  padding: 15px 28px;
  font-size: 0.82rem;
  border-color: rgba(201, 162, 94, 0.6);
}

/* Interactive Story Selector Bar */
.story-selector-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 12px;
  background: rgba(23, 21, 18, 0.75);
  border: 1px solid var(--border-gold);
  border-radius: 40px;
  backdrop-filter: blur(12px);
}

.story-tab {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bone-dim);
  transition: all 0.3s ease;
  background: transparent;
}

.story-tab:hover {
  color: var(--gold-light);
  background: rgba(201, 162, 94, 0.1);
}

.story-tab.active {
  background: var(--gold);
  color: var(--ink);
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(201, 162, 94, 0.3);
}

/* ==========================================================================
   Storytelling Chapters Layout System
   ========================================================================== */
.story-feature {
  padding: 80px 0 120px;
  border-bottom: 1px solid var(--border-light);
  position: relative;
  transition: all 0.5s ease;
}

.story-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 4rem;
}

.story-tag {
  display: inline-block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.story-tag::before, .story-tag::after {
  content: " —— ";
  color: var(--gold-dim);
}

.story-couple-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--bone);
  margin-bottom: 0.8rem;
}

.story-location-badge {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 1.5rem;
}

.story-intro-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  color: var(--bone);
  line-height: 1.5;
  border-left: 2px solid var(--gold);
  padding-left: 1.5rem;
  text-align: left;
  margin: 2rem auto 0;
  max-width: 720px;
}

/* Chapter Blocks */
.chapter {
  margin-bottom: 5rem;
}

.chapter-head {
  max-width: 680px;
  margin: 0 auto 3rem;
  text-align: center;
}

.chapter-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.chapter-num::before, .chapter-num::after {
  content: " —— ";
  color: var(--gold-dim);
}

.chapter-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  margin: 0.6rem 0 0.8rem;
  line-height: 1.2;
  color: var(--bone);
}

.chapter-desc {
  color: var(--bone-dim);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.7;
}

/* Grids System */
.grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.8rem);
  margin-bottom: 2rem;
}

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

.solo figure img {
  aspect-ratio: 21 / 9;
  max-height: 650px;
  border-radius: var(--radius-sm);
}

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

.duo.tilt-r figure:last-child {
  transform: translateY(clamp(1.5rem, 3vw, 3rem));
}

.duo.tilt-l figure:first-child {
  transform: translateY(clamp(1.5rem, 3vw, 3rem));
}

.duo figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--radius-sm);
}

.trio {
  grid-template-columns: repeat(6, 1fr);
}

.trio figure:nth-child(1) {
  grid-column: 1 / 5;
}

.trio figure:nth-child(2) {
  grid-column: 5 / 7;
  align-self: end;
}

.trio figure:nth-child(3) {
  grid-column: 2 / 6;
  margin-top: -1rem;
}

.trio figure img {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-sm);
}

.trio figure:nth-child(2) img {
  aspect-ratio: 4 / 5;
}

.grid figure {
  position: relative;
  overflow: hidden;
  background: var(--ink-soft);
  cursor: pointer;
  border: 1px solid var(--border-light);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s ease;
}

.grid figure:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

.grid figure:hover img {
  transform: scale(1.045);
  filter: brightness(1.08);
}

/* Photo Caption Overlay */
.photo-caption-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1rem 0.8rem;
  background: linear-gradient(transparent, rgba(14, 13, 11, 0.85));
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.grid figure:hover .photo-caption-tag {
  opacity: 1;
}

/* Embedded Story CTA Banner */
.story-cta-banner {
  max-width: 960px;
  margin: 4rem auto 0;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, rgba(23, 21, 18, 0.95) 0%, rgba(14, 13, 11, 0.95) 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-luxury);
}

.story-cta-banner h4 {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--bone);
  margin-bottom: 0.6rem;
}

.story-cta-banner p {
  color: var(--bone-dim);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.story-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.link-full-gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.link-full-gallery:hover {
  background: rgba(201, 162, 94, 0.15);
  border-color: var(--gold);
  color: #ffffff;
}

/* ==========================================================================
   Full-Screen Cinema Videos Showcase (No Thumbnails)
   ========================================================================== */
.featured-videos-section {
  padding: 60px 0 20px;
  background: #080706;
}

.fullscreen-video-block {
  position: relative;
  width: 100%;
  margin: 40px 0 60px;
  background: #000000;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.fullscreen-video-block video {
  width: 100%;
  max-height: 85vh;
  object-fit: cover;
  display: block;
}

.fullscreen-video-caption {
  padding: 24px 32px;
  background: rgba(14, 13, 11, 0.95);
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.fullscreen-video-caption h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--bone);
  margin-bottom: 0.3rem;
}

.fullscreen-video-caption p {
  color: var(--bone-muted);
  font-size: 0.9rem;
}

/* ==========================================================================
   Why Choose Us & Packages Section
   ========================================================================== */
.studio-info-section {
  padding: 100px 0;
  background: var(--ink-soft);
}

.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem;
}

.section-kicker {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.section-main-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--bone);
}

/* Multi-Step Booking Lead Form */
.booking-section {
  padding: 110px 0;
  background: var(--ink);
}

.form-box {
  max-width: 840px;
  margin: 0 auto;
  background: var(--ink-soft);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 3.2rem 2.5rem;
  box-shadow: var(--shadow-luxury);
}

.form-group {
  margin-bottom: 1.6rem;
}

.form-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  background: var(--ink);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  color: var(--bone);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 12px var(--gold-glow);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a25e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-step-actions {
  margin-top: 1.8rem;
}

.step-1-actions {
  text-align: right;
}

.step-2-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(14, 13, 11, 0.96);
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

.lightbox-img {
  max-height: 82vh;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-luxury);
  object-fit: contain;
}

.lightbox-caption {
  margin-top: 1rem;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--bone);
  font-size: 2.2rem;
  line-height: 1;
}

/* Mobile Sticky Bar */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(14, 13, 11, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-gold);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-sticky-info {
  display: flex;
  flex-direction: column;
}

.mobile-sticky-title {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.mobile-sticky-sub {
  font-size: 0.7rem;
  color: var(--gold);
  line-height: 1.2;
}

.mobile-sticky-btn {
  padding: 10px 16px;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Floating Quick CTA Button (Desktop & Tablet) */
.floating-desktop-cta {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #c9a25e 0%, #8a7346 100%);
  color: #0e0d0b;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 162, 94, 0.35);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-desktop-cta:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 40px rgba(201, 162, 94, 0.5);
  background: linear-gradient(135deg, #f5e2b8 0%, #c9a25e 100%);
}

/* Default state (Mobile first) */
.floating-desktop-cta { display: none; }
.mobile-sticky-bar { display: flex; }

/* Switch to desktop layout on larger screens */
@media (min-width: 769px) {
  .floating-desktop-cta { display: flex; }
  .mobile-sticky-bar { display: none; }
}

/* Footer */
.site-footer {
  padding: 60px 0 100px;
  background: #080706;
  border-top: 1px solid var(--border-light);
  text-align: center;
  font-size: 0.85rem;
  color: var(--bone-muted);
}

/* ==========================================================================
   Responsive Breakpoints & Mobile Optimization
   ========================================================================== */

/* Tablets & Small Laptops */
@media (max-width: 1024px) {
  .header-inner {
    height: 70px;
  }

  .hero-story {
    padding-top: 110px;
    min-height: auto;
  }

  .fullscreen-video-caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .fullscreen-video-caption .header-cta-btn {
    width: 100%;
  }
}

/* Mobile & Small Tablets */
@media (max-width: 768px) {
  .site-header {
    background: rgba(14, 13, 11, 0.96);
  }

  .header-inner {
    height: 64px;
  }

  .brand-logo svg {
    width: 34px;
  }

  .brand-name {
    font-size: 0.8rem;
  }

  .brand-sub {
    font-size: 0.4rem;
    letter-spacing: 0.25em;
  }

  .header-cta-btn {
    padding: 9px 14px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .hero-story {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .hero-alert-banner {
    display: none;
  }

  .hero-badge {
    letter-spacing: 0.2em;
    font-size: 0.68rem;
  }

  .hero-cta-group {
    flex-direction: column;
  }

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

  /* Photo Grids Stacked vertically for Mobile */
  .duo, .trio {
    grid-template-columns: 1fr;
  }

  .duo.tilt-r figure:last-child,
  .duo.tilt-l figure:first-child {
    transform: none;
  }

  .trio figure:nth-child(1),
  .trio figure:nth-child(2),
  .trio figure:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .solo figure img,
  .duo figure img,
  .trio figure img,
  .trio figure:nth-child(2) img {
    aspect-ratio: 4 / 3;
    max-height: 420px;
  }

  .photo-caption-tag {
    opacity: 1;
    padding: 1rem 0.8rem 0.6rem;
    font-size: 0.72rem;
  }

  /* Story Features */
  .story-feature {
    padding: 50px 0 70px;
  }

  .story-header {
    margin-bottom: 2.5rem;
  }

  .story-intro-quote {
    padding-left: 1rem;
    margin-top: 1.2rem;
  }

  .chapter {
    margin-bottom: 3.5rem;
  }

  .chapter-head {
    margin-bottom: 1.8rem;
  }

  .story-cta-banner {
    padding: 1.8rem 1.2rem;
  }

  .story-cta-actions {
    flex-direction: column;
  }

  .story-cta-actions .link-full-gallery,
  .story-cta-actions .header-cta-btn {
    width: 100%;
  }

  /* Form Responsive Styles */
  .booking-section {
    padding: 60px 0 90px;
  }

  .form-box {
    padding: 1.8rem 1.2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .step-1-actions {
    text-align: stretch;
  }

  .step-1-actions .form-submit-btn {
    width: 100%;
  }

  .step-2-actions {
    flex-direction: column-reverse;
  }

  .step-2-actions .link-full-gallery,
  .step-2-actions .form-submit-btn {
    width: 100%;
  }

  /* Lightbox */
  .lightbox-modal {
    padding: 1rem;
  }

  .lightbox-close {
    top: -35px;
    right: 5px;
  }

  /* Footer Padding to account for mobile bar */
  .site-footer {
    padding-bottom: 110px;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .header-inner .brand-sub {
    display: none;
  }

  .header-cta-btn svg {
    display: none;
  }
}