/* ============================================================
   Boss Ladies Santa Clarita — Stylesheet
   Brand: Wine/Burgundy, Soft Gold, Warm Neutrals
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

/* ── Custom Properties ──────────────────────────────────── */
:root {
  --wine:        #6B1A2A;
  --wine-dark:   #4A0F1C;
  --wine-dark-a: #4A0F1C11;
  --wine-light:  #8D1416;
  --gold:        #C9A84C;
  --gold-light:  #DFC07A;
  --gold-pale:   #F5EDD6;
  --cream:       #f3e2da;
  --cream-alpha: #f3e2daaa;
  --warm-white:  #FFFDF9;
  --charcoal:    #201b1b;
  --charcoal-a:  #201b1b5a;
  --mid-grey:    #5C4E48;
  --light-grey:  #E8E0D8;
  --border:      rgba(107, 26, 42, 0.12);
  --bg-image:    url("assets/background.png");
  --bg-image-light:    url("assets/background-light.png");
  --bg-image-cream:    url("assets/background-cream.png");
  --bg-image-dark:    url("assets/background-dark.png");
  --gold-bar: linear-gradient(
  135deg,
  #fae2a6 0%,
  #fdf1d3 18%,
  #f1d198 38%,
  #e6bf7e 48%,
  #d4ac80 58%,
  #fdf1d3 68%,
  #fae2a6 78%,
  #fae2a6 100%
);

  --ff-display: 'Cormorant Garamond', Georgia, serif;
  --ff-body:    'DM Sans', system-ui, sans-serif;

  --r-sm:  0.5rem;
  --r-md:  0.875rem;
  --r-lg:  1.25rem;

  --shadow-card: 0 2px 16px rgba(107,26,42,0.08), 0 1px 4px rgba(107,26,42,0.04);
  --shadow-raise: 0 8px 32px rgba(107,26,42,0.14), 0 2px 8px rgba(107,26,42,0.06);
  --transition: 0.22s ease;
  --transition-long: 0.62s ease;
}

/* ── Reset & Base ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ff-body); background: url("assets/background-dark.png"); background-size: 100%; background-position: center; color: var(--charcoal); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
bl { font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.1rem,2.5vw,1.5rem); font-style: italic; color: var(--gold-light); margin-bottom: 1.5rem; text-shadow: 1px 1px 3px #111;}
.gold-div {
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.red-div {
  margin-top: -2px;
  height: 4px;
  background: linear-gradient(to right, transparent, var(--wine), transparent);
}
/* ── Skip Link ── */
.skip-link { position: absolute; top: -100%; left: 1rem; background: var(--wine); color: #fff; padding: .75rem 1.25rem; border-radius: var(--r-sm); font-size: .875rem; font-weight: 600; z-index: 9999; transition: top var(--transition); }
.skip-link:focus { top: 1rem; }

/* ── Focus States ── */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

/* ── Typography ── */
h1,h2,h3 { font-family: var(--ff-display); line-height: 1.2; }
h4,h5,h6 { font-family: var(--ff-body); line-height: 1.3; }

/* ── Utilities ── */
.container { max-width: 1160px; margin-inline: auto; padding-inline: 1.5rem; }

.section-label { display: inline-block; font-family: var(--ff-body); font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--wine-light); margin-bottom: .75rem; }

.section-title { font-family: var(--ff-display); font-size: clamp(1.9rem,4vw,2.75rem); color: var(--gold-light); margin-bottom: 1rem; }

.section-intro { font-size: 1.05rem; color: var(--mid-grey); max-width: 620px; line-height: 1.75; }

.red-rule { display: block; width: 48px; height: 2px; background: var(--wine-light); margin-block: 1.25rem; }
.gold-rule { display: block; width: 48px; height: 2px; background: var(--gold-light); margin-block: 1.25rem; }

.placeholder-tag { display: inline-block; background: var(--gold-pale); border: 1px dashed var(--gold); color: var(--wine); font-size: .75rem; font-weight: 500; padding: .2rem .55rem; border-radius: var(--r-sm); }

/* ── Buttons ── */
.btn { display: inline-flex;justify-content: center; align-items: center; gap: .5rem; font-family: var(--ff-body); font-size: .9rem; font-weight: 600; padding: .8rem 1.6rem; border-radius: var(--r-md); border: 2px solid transparent; font-size: 1.0rem;  text-transform: uppercase; cursor: pointer; transition: background var(--transition-long), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition); text-align: center; line-height: 1.2; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-raise);  cursor: pointer;}
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--gold-bar); color: #141414; box-shadow: 0px 0px 13px 2px #11111155, inset 0px 0px 6px 6px #edededa5; text-align: center; background-size: 400%;  background-position: 50% 50%; font-size: 1.0rem;}
.btn-primary:hover {border-color: var(--wine-dark);box-shadow: 0px 0px 13px 2px #DFC07A55, inset 0px 0px 6px 6px var(--gold-light);  animation: moveBack 4s linear 1; }

.btn-gold { background: var(--gold); color: var(--wine-dark); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }

@keyframes moveBack{
    0%,100%{
        background-position: 50% 50%;
    }
    50%{
        background-position: 100% 0%;
    }
    }

.btn-outline { background: transparent; color: var(--gold); border-color: var(--gold); box-shadow: 0px 0px 15px 1px #DFC07A35 }
.btn-outline:hover { background: var(--wine); color: #fff }

.btn-outline-white { background: #4A0F1C11; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: #4A0F1C; border-color: var(--gold-light); color: var(--gold-pale); text-shadow: 0px 0px 5px #111 }

.btn-ghost { background: none; border: none; color: var(--wine); font-size: .875rem; padding: .4rem .25rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; font-family: var(--ff-body); }
.btn-ghost:hover { color: var(--wine-dark); transform: none; box-shadow: none; }

/* ── Header ── */
.site-header { position: fixed; width: 100%;top: 0; z-index: 100; border-bottom: 1px solid var(--border); box-shadow: 0 1px 8px rgba(107,26,42,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: .9rem; }
#header{
      transition: background 0.4s ease, padding 0.4s ease;}
#header.scrolled {
   background: var(--bg-image-dark); background-size: auto 100%; color: #fff;
  background-size: 100%;
  background-position: top center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
#header .gold-div{
  opacity: 0;
}
#header.scrolled .gold-div{
  opacity: 1.0;
}
#header.scrolled:hover{
  backdrop-filter: blur(0);
}

.site-logo { display: flex; flex-direction: column; align-items: center;gap: .05rem; flex-shrink: 0; height: 2.3rem;}
.logo-name { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 700; color: var(--wine); letter-spacing: .01em; line-height: 1.1; height: 100%}
.logo-name img, .logo-tagline img{height: 100%;}
.logo-tagline { font-size: .65rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); height: 100%;}

.site-nav { display: flex; align-items: center; gap: 2rem; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; }
.nav-links a { font-size: .875rem; font-weight: 500; color: var(--gold-pale); letter-spacing: .02em; transition: color var(--transition); position: relative; border-right: 1px }
.nav-links a::after { content:''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1.5px; background: var(--gold); transition: width var(--transition); }
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }

.nav-cta { font-size: .82rem; padding: .6rem 1.2rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .25rem; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--wine); border-radius: 2px; transition: transform var(--transition), opacity var(--transition); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.hero {background: url("assets/santaclarita.png"); background-size: auto 100%; color: #fff; padding-block: 8rem 0; overflow: hidden; position: relative; z-index: 2}
.hero-inner { display: flex; justify-content: center;align-items: center; }
.logo-large {width: 70%;}
.tagline-large {height: 56px; width: 50%; overflow:visible;display: flex; align-items: center; justify-content: center; padding: 0 20px; margin: 16px 0; border-top: 4px solid rgba(255, 0, 0, 0.4); border-bottom:4px solid rgba(255, 0, 0, 0.4); background-image: url("assets/backdrop-shine.png"); background-size: 100% auto; background-position: left; }
.tagline-large img{filter: drop-shadow(0px 0px 5px black)}

.hero-overlay {
  user-select: none;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  top: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 
    radial-gradient(ellipse 90% 30% at 75% 95%, var(--charcoal) 0%, transparent 65%),
    radial-gradient(ellipse 90% 40% at 20% 95%, var(--charcoal) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 20% 45%, var(--gold) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 80% 85%, var(--gold) 0%, transparent 55%),
    radial-gradient(ellipse 100% 80% at 50% 50%, var(--wine-dark-a) 0%, var(--wine-dark-a) 100%);
}
.hero-bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 50%;
}
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center;align-items: center; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.25rem; }
.hero-eyebrow::before { content:''; display: inline-block; width: 28px; height: 1.5px; background: var(--gold-light); }

.hero-headline { font-family: var(--ff-display); font-size: clamp(2.4rem,5vw,3.75rem); font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: .35rem; }
.hero-tagline { font-family: var(--ff-display); font-size: clamp(1.1rem,2.5vw,1.5rem); font-style: italic; color: var(--gold-light); margin-bottom: 1.5rem; text-shadow: 1px 1px 3px #111;}
.next-event-wrapper{
  width: 100%;
  display: grid;
  grid-template-columns: 1.0fr .6fr;
  gap: 2.2rem;
  align-items: center;
  justify-content: space-evenly;
}
.hero-next-event{
   padding: 1.2rem 0; background: var(--bg-image-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;
}
.hero-next-event h2{ font-family: var(--ff-display); font-size: clamp(1.4rem,3.5vw,1.9rem); font-style: italic; color: var(--gold-light); margin-bottom: 0.5rem; text-shadow: 1px 1px 3px #111; text-align: center;padding: 0 60px;}
.hero-next-event .event-info > div{
  display: flex; flex-direction: column;
}
.hero-next-event .event-info .section-label{
  color: var(--gold); padding: 0; margin: 0;
}
.event-info{
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.main-info{
  color: var(--gold-pale);
  font-family: var(--ff-display);
  font-size: 2.1rem;
}
.sub-info{
  color: var(--gold-pale);
  font-family: var(--ff-body);
  font-size: 1.6rem;
}
.hero-description { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,.8); max-width: 920px; margin-bottom: 1.25rem; }
.hero-actions { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; gap: .75rem; padding: 15px; }
.hero-actions .primary {
  grid-column: 1 / -1;
}

.hero-actions .secondary {
  grid-column: 1 / -1;
}

.hero-actions .tertiary-sponsor {
  grid-column: 1;
}

.hero-actions .tertiary-speaker {
  grid-column: 2;
}
.hero-image-col { position: relative; align-self: stretch; display: flex; align-items: flex-end; }
.hero-image-wrap { width: 100%; border-radius: var(--r-lg) var(--r-lg) 0 0; overflow: hidden; position: relative; min-height: 480px; background: linear-gradient(160deg, var(--wine-light) 0%, #3A0C18 100%); display: flex; align-items: flex-end; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .85; }
.hero-image-placeholder { position: relative; z-index: 2; width: 100%; padding: 1rem 1.25rem; background: rgba(0,0,0,.45); backdrop-filter: blur(4px); font-size: .75rem; color: rgba(255,255,255,.75); font-style: italic; text-align: center; border-top: 1px solid rgba(255,255,255,.1); }
/* ── What Happens ── */
.what-happens { padding-block: 5rem; background: var(--bg-image-light); }
.what-happens .section-label {color: var(--wine-dark)}
.what-happens h2{color: var(--wine);}
.what-happens-header { text-align: center; margin-bottom: 3rem; }
.what-happens-header .section-intro { margin-inline: auto; }

.feature-tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.tile { background: linear-gradient(
  0deg,
  var(--wine-dark) 0%,
  var(--wine-light) 70%
); box-shadow: 0px 0px 15px 5px var(--charcoal-a);
border: 1px solid var(--border); border-radius: var(--r-lg); text-align: center; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); overflow: hidden; transition: 0.3s all; }
.tile img{
  height: 100%;
  transition: 0.8s all;
  filter: grayscale(1) sepia(1) saturate(2.5) hue-rotate(-12deg) brightness(1.15) contrast(1.21);
}
.tile-overlay{
  position: absolute; height: 100%; width: 100%; background: linear-gradient(180deg,#111111aa,transparent,#111111aa); transition: 1s all;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-raise); border-color: var(--gold); scale: 1.08;box-shadow: 0px 0px 3px 1px var(--charcoal) }
.tile:hover img{
  filter: grayscale(0.0)
}
.tile:hover .tile-overlay{
  background: linear-gradient(180deg,#1111115a,transparent,#1111115a);
}
.tile-icon { width: 100%; height: 200px; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; transition: background var(--transition); position: relative; }
.tile:hover .tile-icon { background: var(--wine); }
.tile h3 { font-family: var(--ff-display); font-size: 1.8rem; color: var(--gold-light); margin-bottom: .75rem; padding-top: 25px; text-shadow: 0px 0px 3px #111}
.tile p { font-size: .9rem; color: var(--cream); line-height: 1.7; margin: 25px;}

/* ── Whois ── */
.whois { padding-block: 5rem; background: var(--bg-image); background-size: 100%; background-position: center; }
.whois-grid { display: flex; flex-direction: column;align-items: center;justify-content: center; gap: 4rem; align-items: start; }
.whois-text .section-label{color: var(--gold-pale)}
.whois-text p { color: var(--gold-pale); margin-bottom: 1.5rem; font-size: 1.02rem; line-height: 1.8; }
.the-boss-ladies{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.boss-tile{
border: 1px solid var(--border); border-radius: var(--r-lg); text-align: center; transition:background var(--transition), transform var(--transition), box-shadow var(--transition), border-color var(--transition); overflow: hidden;
  background: var(--bg-image-dark);
  position: relative;

}
.boss-tile h1{
  position: relative; left: 0; text-align: left;
  color: var(--gold-pale); font-size: 3.8rem; font-family: var(--ff-body);
  padding: 20px;
}
.boss-lady{
  position: relative; width: 70%; top: -80px; margin-bottom: -80px; display: flex;align-items: center; justify-content: center; left: 50%;transform: translate(-30%,0);
}

.boss-tile:hover{
  background: var(--charcoal);
}

.boss-lady img{
  filter: none;
}
.boss-bio{
  position: relative;
  padding: 1rem;
  margin: 0;
  background: linear-gradient(180deg,var(--bg-image-dark),transparent);
  box-shadow: -2px -2px 9px 3px var(--charcoal);
  width: 100%;
}
.boss-bio p{font-size: .9rem; color: var(--cream); line-height: 1.7; margin: 25px;
  margin: 0;
  top: 0;
}
/* ── Next Event ── */
.next-event { padding-block: 5rem; background: var(--wine-dark); color: #fff; position: relative; overflow: hidden; }
.next-event::before { content:''; position: absolute; top: -60px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 70%); pointer-events: none; }

.event-spotlight { max-width: 800px; margin-inline: auto; }
.event-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.35); color: var(--gold-light); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: .4rem .9rem; border-radius: 100px; margin-bottom: 1.5rem; }

.event-spotlight .section-title { color: #fff; }

.event-meta { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-block: 1.75rem; padding: 1.5rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); }
.meta-item { display: flex; align-items: flex-start; gap: .75rem; }
.meta-icon { font-size: 1.1rem; margin-top: .1rem; }
.meta-label { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); display: block; margin-bottom: .15rem; }
.meta-value { font-size: .95rem; color: #fff; }

.expect-list { margin-bottom: 2rem; }
.expect-list li { display: flex; align-items: flex-start; gap: .75rem; padding-block: .5rem; font-size: .95rem; color: rgba(255,255,255,.85); }
.expect-list li::before { content: '→'; color: var(--gold-light); flex-shrink: 0; }

.event-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.spots-note { font-size: .82rem; color: rgba(255,255,255,.6); font-style: italic; }

/* ── Gallery ── */
.gallery { padding-block: 5rem; background: var(--bg-image-light); }
.gallery-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-credibility { max-width: 400px; font-size: .92rem; color: var(--mid-grey); line-height: 1.7; }
.gallery .section-title{color: var(--wine-dark)}

.photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.photo-slot { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--light-grey) 0%, var(--gold-pale) 100%); border-radius: var(--r-md); overflow: hidden; position: relative; border: 1px solid var(--border); transition: transform var(--transition), box-shadow var(--transition); }
.photo-slot:hover { transform: scale(1.02); box-shadow: var(--shadow-raise); }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; }
.photo-slot .photo-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(107,26,42,.75); color: rgba(255,255,255,.8); font-size: .68rem; padding: .4rem .6rem; text-align: center; font-style: italic; }

/* ── Testimonials ── */
.testimonials { padding-block: 5rem; background: var(--bg-image); background-size: 100%; }
.testimonials-header { text-align: center; margin-bottom: 3rem; }
.testimonials .section-label{color: var(--gold)}
.testimonials-header .section-intro { margin-inline: auto; color: var(--cream)}

.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testimonial-card { background: var(--gold-pale); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; position: relative; transition: box-shadow var(--transition); }
.testimonial-card:hover { box-shadow: var(--shadow-raise); }
.testimonial-card::before { content: '\201C'; position: absolute; top: 1rem; right: 1.5rem; font-family: var(--ff-display); font-size: 4rem; color: var(--gold-pale); line-height: 1; }
.testimonial-quote { font-size: .97rem; color: var(--mid-grey); line-height: 1.8; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: .9rem; border-top: 1px solid var(--border); padding-top: 1.25rem; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--wine-light), var(--wine-dark)); display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--ff-display); font-size: 1.1rem; font-weight: 700; flex-shrink: 0; }
.author-name { font-weight: 600; font-size: .9rem; color: var(--charcoal); display: block; }
.author-role { font-size: .78rem; color: var(--gold); font-weight: 500; }

/* ── Get Involved ── */
.get-involved { padding-block: 5rem; ; }
.get-involved .section-title { color: #fff; }
.get-involved .section-intro { color: rgba(255,255,255,.75); }
.get-involved .section-label { color: var(--gold-light); }
.get-involved-header { text-align: center; margin-bottom: 3rem; }

.involvement-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.involvement-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 2.25rem 2rem; text-align: center; transition: background var(--transition), border-color var(--transition), transform var(--transition); }
.involvement-card:hover { background: rgba(255,255,255,.1); border-color: rgba(201,168,76,.4); transform: translateY(-3px); }
.involvement-icon { width: 60px; height: 60px; background: rgba(201,168,76,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 1.25rem; }
.involvement-card h3 { font-family: var(--ff-display); font-size: 1.3rem; color: #fff; margin-bottom: .75rem; }
.involvement-card p { font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 1.5rem; }

/* ── Forms ── */
.forms-section { padding-block: 5rem; background: var(--bg-image); }
.forms-header { text-align: center; margin-bottom: 4rem; }
.forms-grid { display: flex; flex-direction: column; gap: 4rem; }

.form-block { max-width: 720px; margin-inline: auto; width: 100%; }
.form-block-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 2px solid var(--light-grey); margin-bottom: 2rem; }
.form-block-title { font-family: var(--ff-display); font-size: 1.75rem; color: var(--wine-dark); }
.form-block-sub { font-size: .88rem; color: var(--mid-grey); margin-top: .3rem; line-height: 1.6; }
.form-anchor-tag { font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); background: var(--gold-pale); border: 1px solid var(--gold); border-radius: 100px; padding: .3rem .75rem; white-space: nowrap; margin-top: .35rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.25rem; }
.form-group.full { grid-column: 1 / -1; }

.form-label { font-size: .83rem; font-weight: 600; color: var(--charcoal); }
.required-mark { color: var(--wine); margin-left: .15rem; }
.form-helper { font-size: .75rem; color: var(--mid-grey); margin-top: .2rem; }

.form-input,.form-select,.form-textarea { width: 100%; padding: .75rem 1rem; border: 1.5px solid var(--light-grey); border-radius: var(--r-sm); font-family: var(--ff-body); font-size: .92rem; color: var(--charcoal); background: var(--wine-dark); transition: border-color var(--transition), box-shadow var(--transition); -webkit-appearance: none; appearance: none; }
.form-input:focus,.form-select:focus,.form-textarea:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 3px rgba(107,26,42,.1); }
.form-input::placeholder,.form-textarea::placeholder { color: #B5A9A3; }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C4E48' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-textarea { resize: vertical; min-height: 100px; }

.checkbox-group { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-top: .25rem; }
.checkbox-item { display: flex; align-items: center; gap: .6rem; font-size: .88rem; color: var(--charcoal); cursor: pointer; }
.checkbox-item input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--wine); cursor: pointer; flex-shrink: 0; }

.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.form-note { font-size: .78rem; color: var(--mid-grey); font-style: italic; line-height: 1.5; }
.form-submit-note { font-size: .75rem; color: var(--gold); font-weight: 500; background: var(--gold-pale); padding: .5rem .875rem; border-radius: var(--r-sm); border: 1px solid rgba(201,168,76,.3); text-align: center; }

.form-divider { border: none; border-top: 1px solid var(--border); max-width: 720px; margin-inline: auto; }

/* ── Footer ── */
.site-footer { background: var(--bg-image-dark); background-size: 100%; background-position: center bottom;color: rgba(255,255,255,.75); padding-block: 3.5rem 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 2rem; }
.footer-brand .logo-name { color: var(--gold-light); font-size: 1.2rem; }
.footer-brand .logo-tagline { color: rgba(255,255,255,.45); }
.footer-desc { font-size: .88rem; line-height: 1.75; color: rgba(255,255,255,.6); margin-top: 1rem; margin-bottom: 1.25rem; }
.footer-social { display: flex; align-items: center; gap: .75rem; }
.social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); font-size: .9rem; transition: background var(--transition), color var(--transition); }
.social-link:hover { background: var(--wine); color: #fff; }
.footer-col h4 { font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.25rem; }
.footer-links { display: flex; flex-direction: column; gap: .6rem; }
.footer-links a { font-size: .875rem; color: rgba(255,255,255,.6); transition: color var(--transition); }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact p { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: .5rem; }
.footer-contact a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-copyright { font-size: .8rem; color: rgba(255,255,255,.4); }
.footer-disclaimer { font-size: .78rem; color: rgba(255,255,255,.35); max-width: 480px; text-align: right; line-height: 1.5; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .feature-tiles { grid-template-columns: repeat(2,1fr); }
  .testimonial-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links,.nav-cta { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--wine-dark); z-index: 200; align-items: center; justify-content: center; gap: 2rem; font-size: 1.2rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image-col { display: none; }
  .hero { padding-block: 3.5rem auto; }
  .hero-content { padding-bottom: 0; }
  .the-boss-ladies{  display: grid;  grid-template-columns: repeat(1, 1fr);  gap: 1.1rem;}
  .feature-tiles { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .involvement-cards { grid-template-columns: 1fr; }
  .logo-large{width: 100%;}
  .tagline-large{width: 100%;}
  .tagline-large img{height: 125%; width:fit-content}
  .photo-grid { grid-template-columns: repeat(2,1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .gallery-header { flex-direction: column; align-items: flex-start; }
  .footer-disclaimer { text-align: left; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .event-meta { flex-direction: column; gap: 1rem; }
  .hero-actions { display: flex; flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .photo-grid { grid-template-columns: 1fr; }
  .checkbox-group { grid-template-columns: 1fr; }
  .form-footer { flex-direction: column; align-items: flex-start; }
}
