/*
Theme Name: GDJ Custom
Theme URI: https://gdashjones.com/
Author: Lindsey Epps Media LLC
Description: Purpose-built WordPress theme for G Dash Jones.
Version: 0.1.0
Text Domain: gdj-custom
*/

:root {
  --gdj-ink: #121212;
  --gdj-paper: #ffffff;
  --gdj-red: #dd2b2b;
  --gdj-max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--gdj-paper); color: var(--gdj-ink); font-family: 'DM Sans', Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, .gdj-primary-nav, .gdj-button { font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif; }
a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.gdj-site-header { position: absolute; z-index: 10; inset: 0 0 auto; background: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent); }
.gdj-header-inner { width: min(100% - 2.5rem, var(--gdj-max-width)); min-height: 6.25rem; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.gdj-site-logo { display: block; width: 12.375rem; max-width: 38vw; height: auto; }
.gdj-header-inner > a:hover .gdj-site-logo, .gdj-header-inner > a:focus-visible .gdj-site-logo { animation: gdj-logo-wiggle 520ms ease-in-out both; }
@keyframes gdj-logo-wiggle {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(-3deg); }
  40% { transform: rotate(2.5deg); }
  60% { transform: rotate(-1.75deg); }
  80% { transform: rotate(1deg); }
}
.gdj-menu-toggle { display: none; align-items: center; justify-content: center; width: 2.75rem; height: 2.5rem; padding: 0; border: 1px solid rgba(255, 255, 255, .75); background: rgba(0, 0, 0, .35); color: #fff; font: inherit; }
.gdj-menu-icon { font-size: 1.4rem; line-height: 1; }
.gdj-primary-nav ul { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 1.4rem; margin: 0; padding: 0; list-style: none; }
.gdj-primary-nav a { color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.gdj-primary-nav a:hover, .gdj-primary-nav a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: .35rem; }

.gdj-hero { position: relative; height: clamp(20rem, 44vw, 35rem); background: var(--gdj-ink); overflow: hidden; }
.gdj-hero-slides { position: relative; height: 100%; }
.gdj-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 900ms ease; }
.gdj-hero-slide.is-active { opacity: 1; }
.gdj-hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focal-x, center) center; }
.gdj-hero-controls { position: absolute; z-index: 2; right: max(1.25rem, calc((100% - var(--gdj-max-width)) / 2)); bottom: 1.25rem; display: flex; gap: .5rem; }
.gdj-hero-dot { width: .65rem; height: .65rem; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.gdj-hero-dot.is-active { background: #fff; }

.gdj-booking-intro { width: min(100% - 2.5rem, 54rem); padding: clamp(3.5rem, 7vw, 6rem) 0; margin: 0 auto; text-align: center; }
.gdj-eyebrow { margin: 0 0 .75rem; color: var(--gdj-red); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gdj-booking-intro h1 { max-width: 17ch; margin: 0 auto; font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: .98; }
.gdj-booking-intro p:not(.gdj-eyebrow) { max-width: 42rem; margin: 1.5rem auto 2rem; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.6; }
.gdj-button { display: inline-block; padding: .95rem 1.35rem; border: 2px solid var(--gdj-ink); background: var(--gdj-ink); color: #fff; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.gdj-button:hover, .gdj-button:focus-visible { background: var(--gdj-red); border-color: var(--gdj-red); }
.gdj-services { padding: clamp(3.5rem, 7vw, 6rem) 0; background: #f1f1ef; }
.gdj-section-inner { width: min(100% - 2.5rem, var(--gdj-max-width)); margin: 0 auto; }
.gdj-section-inner > h2 { max-width: 17ch; margin: 0 0 2.25rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.gdj-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.gdj-service-card { min-height: 13rem; padding: clamp(1.5rem, 3vw, 2.25rem); border-top: .35rem solid var(--gdj-red); background: #fff; }
.gdj-service-card h3 { max-width: 15ch; margin: 0 0 1rem; font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.1; }
.gdj-service-card p { max-width: 30ch; margin: 0; line-height: 1.55; }
.gdj-about { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--gdj-ink); color: #fff; }
.gdj-about-inner { width: min(100% - 2.5rem, var(--gdj-max-width)); margin: 0 auto; display: grid; grid-template-columns: minmax(15rem, .8fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.gdj-about-image-wrap { align-self: stretch; min-height: 26rem; overflow: hidden; }
.gdj-about-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gdj-about-copy { max-width: 38rem; }
.gdj-about-copy h2 { max-width: 12ch; margin: 0 0 1.5rem; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1; }
.gdj-about-copy > p:not(.gdj-eyebrow) { margin: 0 0 1rem; font-size: clamp(1rem, 2vw, 1.15rem); line-height: 1.65; }
.gdj-about-page-hero { padding: clamp(6rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem); background: #f1f1ef; }
.gdj-about-page-hero-inner, .gdj-about-page-story-inner { width: min(100% - 2.5rem, var(--gdj-max-width)); margin: 0 auto; display: grid; grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 8vw, 9rem); align-items: end; }
.gdj-about-page-hero h1 { margin: 0; font-size: clamp(4rem, 9vw, 8rem); line-height: .9; }
.gdj-about-page-intro { max-width: 45rem; }
.gdj-intro-heading { margin: 0 0 1.5rem; font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 700; line-height: .98; }
.gdj-about-page-intro > p:not(.gdj-intro-heading), .gdj-about-page-story-copy p { margin: 0 0 1rem; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.gdj-about-page-story { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--gdj-ink); color: #fff; }
.gdj-about-page-story-inner { align-items: center; }
.gdj-about-page-image { min-height: 32rem; margin: 0; overflow: hidden; }
.gdj-about-page-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gdj-about-page-story-copy { max-width: 42rem; }
.gdj-about-page-story-copy h2 { max-width: 15ch; margin: 0 0 1.5rem; font-size: clamp(2.25rem, 4.5vw, 4.5rem); line-height: .98; }
.gdj-about-page-focus { padding: clamp(3.5rem, 8vw, 7rem) 0; background: #e8e8e6; }
.gdj-about-page-focus h2, .gdj-about-page-cta h2 { max-width: 14ch; margin: 0 0 2rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.gdj-about-focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.gdj-about-focus-grid article { padding: 2rem; border-top: .35rem solid var(--gdj-red); background: #fff; }
.gdj-about-focus-grid h3 { margin: 0 0 1rem; font-size: 1.55rem; line-height: 1.05; }
.gdj-about-focus-grid p { max-width: 28ch; margin: 0; line-height: 1.6; }
.gdj-about-page-projects { padding: clamp(3.5rem, 8vw, 7rem) 0; background: #fff; }
.gdj-about-page-projects h2 { max-width: 16ch; margin: 0 0 1.25rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.gdj-about-projects-intro { max-width: 46rem; margin: 0 0 2.5rem; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.gdj-about-projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gdj-about-projects-grid article { min-height: 13rem; padding: 1.75rem; background: var(--gdj-ink); color: #fff; }
.gdj-about-projects-grid h3 { margin: 0 0 1rem; font-size: 1.35rem; line-height: 1.1; }
.gdj-about-projects-grid p { margin: 0; color: #e0e0e0; line-height: 1.55; }
.gdj-about-page-cta { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--gdj-red); color: #fff; }
.gdj-about-page-cta .gdj-eyebrow { color: #fff; }
.gdj-about-page-cta .gdj-button { background: var(--gdj-ink); }
.gdj-hats-page-hero { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--gdj-ink); color: #fff; }
.gdj-hats-page-hero-inner { width: min(100% - 2.5rem, var(--gdj-max-width)); margin: 0 auto; display: grid; grid-template-columns: minmax(15rem, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.gdj-hats-page-heading h1 { margin: 0 0 1.5rem; font-size: clamp(4rem, 8vw, 7rem); line-height: .82; }
.gdj-hats-page-heading h1 > span { display: block; }
.gdj-hats-page-heading h1 .gdj-heading-subtitle { margin-top: .75rem; color: #f5a4a4; font-size: clamp(1.2rem, 2.5vw, 2rem); line-height: 1.05; }
.gdj-hats-page-heading > p:not(.gdj-eyebrow) { max-width: 29ch; margin: 0 0 2rem; color: #dedede; font-size: 1.15rem; line-height: 1.55; }
.gdj-hats-page-heading .gdj-eyebrow { color: #f5a4a4; }
.gdj-hats-page-heading .gdj-button { border: 1px solid var(--gdj-red); background: var(--gdj-red); color: #fff; }
.gdj-hats-page-heading .gdj-button:hover, .gdj-hats-page-heading .gdj-button:focus-visible { border-color: #fff; background: #fff; color: var(--gdj-ink); }
.gdj-hats-page-banner { margin: 0; overflow: hidden; border: .35rem solid var(--gdj-red); box-shadow: 1rem 1rem 0 rgba(227, 43, 43, .25); }
.gdj-hats-page-banner img { display: block; width: 100%; height: auto; }
.gdj-hats-page-intro { padding: clamp(3.5rem, 8vw, 7rem) 0; background: #f1f1ef; }
.gdj-hats-page-intro h2, .gdj-hats-page-pillars h2, .gdj-hats-page-watch h2 { max-width: 18ch; margin: 0 0 1.5rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.gdj-hats-page-lead { max-width: 54rem; margin: 0; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.65; }
.gdj-hats-page-pillars { padding: clamp(3.5rem, 8vw, 7rem) 0; background: #fff; }
.gdj-hats-page-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gdj-hats-page-pillars-grid article { min-height: 15rem; padding: 2rem; border-top: .35rem solid var(--gdj-red); background: var(--gdj-ink); color: #fff; }
.gdj-hats-page-pillars-grid h3 { margin: 0 0 1rem; font-size: 1.8rem; }
.gdj-hats-page-pillars-grid p { margin: 0; color: #e0e0e0; line-height: 1.6; }
.gdj-hats-page-watch { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--gdj-red); color: #fff; }
.gdj-hats-page-watch .gdj-eyebrow { color: #fff; }
.gdj-hats-page-watch-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.gdj-hats-page-watch .gdj-button { background: var(--gdj-ink); }
.gdj-hats-page-watch .gdj-button-outline { border-color: rgba(255, 255, 255, .7); background: transparent; }
.gdj-hats-page-watch .gdj-button-outline:hover, .gdj-hats-page-watch .gdj-button-outline:focus-visible { background: #fff; color: var(--gdj-ink); }
.gdj-hats-off { padding: clamp(3.5rem, 7vw, 6rem) 0; background: #f1f1ef; }
.gdj-hats-off h2 { max-width: 18ch; margin: 0 0 2rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.gdj-hats-off h2 > span { display: block; }
.gdj-heading-subtitle { margin-top: .45rem; color: var(--gdj-red); font-size: .52em; font-weight: 400; letter-spacing: .05em; }
.gdj-hats-off-feature { overflow: hidden; background: var(--gdj-ink); color: #fff; }
.gdj-hats-off-feature img { display: block; width: 100%; height: auto; }
.gdj-hats-off-feature p { max-width: 42rem; padding: 1.5rem clamp(1.5rem, 4vw, 3rem) 2rem; margin: 0; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.5; }
.gdj-page { min-height: 28rem; padding: clamp(9rem, 16vw, 12rem) 0 clamp(4rem, 8vw, 7rem); background: #f1f1ef; }
.gdj-page-inner { width: min(100% - 2.5rem, 54rem); margin: 0 auto; }
.gdj-page h1 { max-width: 16ch; margin: 0 0 1.5rem; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; }
.gdj-page-content { max-width: 45rem; font-size: 1.1rem; line-height: 1.7; }
.gdj-page-content > :first-child { margin-top: 0; }
.gdj-media-hero { padding: clamp(9rem, 16vw, 12rem) 0 clamp(3rem, 6vw, 5rem); background: var(--gdj-ink); color: #fff; }
.gdj-media-inner { width: min(100% - 2.5rem, var(--gdj-max-width)); margin: 0 auto; }
.gdj-media-hero h1 { margin: 0; font-size: clamp(3rem, 8vw, 6.5rem); line-height: .9; }
.gdj-media-hero > .gdj-media-inner > p:last-child { max-width: 43rem; margin: 1.5rem 0 0; color: #d9d9d9; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.6; }
.gdj-youtube-section, .gdj-instagram-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.gdj-youtube-section { background: #f1f1ef; }
.gdj-instagram-section { background: #fff; }
.gdj-media-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.gdj-media-section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.gdj-media-text-link { color: var(--gdj-ink); font-weight: 700; text-underline-offset: .25rem; white-space: nowrap; }
.gdj-youtube-selector { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr); aspect-ratio: 2.85 / 1; overflow: hidden; border-top: .35rem solid var(--gdj-red); background: var(--gdj-ink); box-shadow: 0 1.25rem 2.5rem rgba(18, 18, 18, .13); }
.gdj-youtube-player { min-width: 0; height: 100%; background: #000; }
.gdj-youtube-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.gdj-youtube-list { min-height: 0; height: 100%; overflow: auto; padding: .8rem; }
.gdj-youtube-option { display: block; width: 100%; min-height: 0; height: 5.5rem; max-height: 5.5rem; padding: .65rem .8rem; border: 1px solid rgba(255, 255, 255, .18); background: transparent; color: #fff; font: inherit; text-align: left; cursor: pointer; }
.gdj-youtube-option + .gdj-youtube-option { margin-top: .6rem; }
.gdj-youtube-option > span { display: block; margin-bottom: .22rem; color: #f0b3b3; font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gdj-youtube-option strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif; font-size: .86rem; line-height: 1.2; }
.gdj-youtube-option:hover, .gdj-youtube-option:focus-visible, .gdj-youtube-option.is-active { border-color: var(--gdj-red); background: var(--gdj-red); }
.gdj-youtube-option:hover > span, .gdj-youtube-option:focus-visible > span, .gdj-youtube-option.is-active > span { color: #fff; }
.gdj-button-outline { border-color: var(--gdj-ink); background: transparent; color: var(--gdj-ink); }
.gdj-button-outline:hover, .gdj-button-outline:focus-visible { border-color: var(--gdj-red); color: #fff; }
.gdj-instagram-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.gdj-instagram-card { overflow: hidden; background: var(--gdj-ink); }
.gdj-instagram-card a { display: block; color: #fff; text-decoration: none; }
.gdj-instagram-image { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #e9e9e7; }
.gdj-instagram-image img, .gdj-instagram-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; object-fit: cover; background: #e9e9e7; color: var(--gdj-ink); }
.gdj-instagram-card-label { display: block; min-height: 3.75rem; padding: .9rem 1rem; font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.25; }
.gdj-instagram-card a:hover .gdj-instagram-card-label, .gdj-instagram-card a:focus-visible .gdj-instagram-card-label { background: var(--gdj-red); }
.gdj-instagram-empty { padding: clamp(2rem, 5vw, 4rem); border-top: .35rem solid var(--gdj-red); background: #f1f1ef; }
.gdj-instagram-empty p { max-width: 46rem; margin: 0; font-size: 1.12rem; line-height: 1.6; }
.gdj-form-intro { max-width: 46rem; margin: 0 0 2rem; font-size: 1.12rem; line-height: 1.7; }
.gdj-inquiry-form { padding: clamp(1.5rem, 4vw, 2.75rem); background: #fff; border-top: .35rem solid var(--gdj-red); box-shadow: 0 1.25rem 2.5rem rgba(18, 18, 18, .08); }
.gdj-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.gdj-field { margin: 0; }
.gdj-field-full { grid-column: 1 / -1; }
.gdj-field label { display: block; margin-bottom: .45rem; font-weight: 700; }
.gdj-field input, .gdj-field select, .gdj-field textarea { width: 100%; padding: .8rem .85rem; border: 1px solid #a7a7a7; border-radius: 0; background: #fff; color: var(--gdj-ink); font: inherit; line-height: 1.35; }
.gdj-field textarea { resize: vertical; }
.gdj-field input:focus, .gdj-field select:focus, .gdj-field textarea:focus { outline: 3px solid rgba(221, 43, 43, .28); outline-offset: 1px; border-color: var(--gdj-red); }
.gdj-honeypot { position: absolute !important; left: -9999px !important; }
.gdj-form-consent { margin: 1.5rem 0; font-size: .92rem; line-height: 1.5; }
.gdj-form-consent input { accent-color: var(--gdj-red); }
.gdj-inquiry-form .cf-turnstile { margin: 0 0 1.25rem; }
.gdj-form-status { margin: 0 0 1rem; padding: .8rem 1rem; border-left: .25rem solid #555; background: #f1f1ef; line-height: 1.45; }
.gdj-form-status.is-success { border-color: #27724b; background: #e8f5ed; }
.gdj-form-status.is-error { border-color: #b42318; background: #ffefef; }
.gdj-inquiry-form .gdj-button { cursor: pointer; }
.gdj-inquiry-form .gdj-button:disabled { cursor: wait; opacity: .7; }
.gdj-site-footer { position: relative; isolation: isolate; background: #090909 url('assets/images/gdashjones-onstage-01.jpg') center 38% / cover no-repeat; color: #fff; }
.gdj-site-footer::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 5, .72), rgba(8, 8, 8, .58)); content: ''; }
.gdj-footer-inner { position: relative; width: min(100% - 2.5rem, var(--gdj-max-width)); padding: clamp(3rem, 6vw, 5rem) 0; margin: 0 auto; display: grid; grid-template-columns: minmax(14rem, 1.15fr) minmax(10rem, .7fr) minmax(13rem, .9fr); gap: clamp(2rem, 5vw, 5rem); }
.gdj-footer-heading { margin: 0 0 1.15rem; color: #fff; font-size: 1rem; font-weight: 700; text-align: center; }
.gdj-footer-about .gdj-footer-heading { width: 27ch; max-width: 100%; margin-right: auto; margin-left: auto; }
.gdj-footer-about { text-align: center; }
.gdj-footer-logo-link { display: inline-block; margin-bottom: .75rem; }
.gdj-footer-about .gdj-footer-logo-link { margin-right: auto; margin-left: auto; }
.gdj-footer-logo { display: block; width: 10rem; height: auto; }
.gdj-footer-role { margin: 0 0 1rem; color: #f0b3b3; font-weight: 700; }
.gdj-footer-about > p:last-child { max-width: 27ch; margin: 0 auto; color: #d1d1d1; line-height: 1.65; }
.gdj-footer-nav ul { display: grid; grid-template-rows: repeat(4, auto); grid-auto-flow: column; column-gap: 2.25rem; row-gap: .65rem; margin: 0; padding: 0; list-style: none; }
.gdj-site-footer a { color: #fff; text-underline-offset: .25rem; }
.gdj-footer-nav a { color: #d1d1d1; }
.gdj-footer-social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.gdj-footer-social-links a { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem .85rem; border: 1px solid rgba(255, 255, 255, .32); color: #fff; font-size: .9rem; font-weight: 700; text-align: center; text-decoration: none; }
.gdj-social-icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.gdj-social-icon-facebook, .gdj-social-icon-youtube { fill: currentColor; stroke: none; }
.gdj-social-icon-tiktok { display: inline-grid; width: 1.05rem; height: 1.05rem; place-items: center; color: currentColor; font-family: Arial, sans-serif; font-size: 1.35rem; font-weight: 700; line-height: 1; }
.gdj-site-footer a:hover, .gdj-site-footer a:focus-visible { color: #f5a4a4; }
.gdj-footer-social-links a:hover, .gdj-footer-social-links a:focus-visible { border-color: var(--gdj-red); background: var(--gdj-red); color: #fff; }
.gdj-footer-lower { position: relative; width: min(100% - 2.5rem, var(--gdj-max-width)); padding: 1.25rem 0; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, .22); display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #d1d1d1; font-size: .8rem; }
.gdj-footer-lower p { margin: 0; }
.gdj-back-to-top { position: fixed; z-index: 20; right: 1.25rem; bottom: 1.25rem; display: grid; width: 3rem; height: 3rem; padding: 0; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; place-items: center; background: var(--gdj-red); box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .24); color: #fff; font-family: Arial, sans-serif; font-size: 1.55rem; line-height: 1; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(.6rem); transition: opacity 180ms ease, transform 180ms ease, background 180ms ease; }
.gdj-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.gdj-back-to-top:hover, .gdj-back-to-top:focus-visible { background: var(--gdj-ink); }

@media (max-width: 760px) {
  .gdj-header-inner { width: min(100% - 1.5rem, var(--gdj-max-width)); min-height: 4.75rem; gap: 1rem; }
  .gdj-menu-toggle { display: inline-flex; margin-left: auto; }
  .gdj-primary-nav { display: none; position: absolute; top: 4.75rem; right: .75rem; min-width: 13rem; padding: .5rem 0; background: rgba(18, 18, 18, .98); box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .25); }
  .gdj-primary-nav.is-open { display: block; }
  .gdj-primary-nav ul { display: block; }
  .gdj-primary-nav li + li { border-top: 1px solid rgba(255, 255, 255, .15); }
  .gdj-primary-nav a { display: block; padding: .85rem 1rem; }
  .gdj-site-logo { width: 9.5rem; }
  .gdj-hero { height: clamp(18rem, 70vw, 26rem); }
  .gdj-booking-intro { width: min(100% - 2rem, 54rem); }
  .gdj-section-inner { width: min(100% - 2rem, var(--gdj-max-width)); }
  .gdj-service-grid { grid-template-columns: 1fr; }
  .gdj-service-card { min-height: 0; }
  .gdj-about-inner { width: min(100% - 2rem, var(--gdj-max-width)); grid-template-columns: 1fr; }
  .gdj-about-image-wrap { min-height: 24rem; max-height: 34rem; }
  .gdj-about-page-hero-inner, .gdj-about-page-story-inner { width: min(100% - 2rem, var(--gdj-max-width)); grid-template-columns: 1fr; gap: 2rem; }
  .gdj-about-page-hero { padding-top: 5rem; }
  .gdj-about-page-image { min-height: 24rem; max-height: 34rem; }
  .gdj-about-focus-grid, .gdj-about-projects-grid { grid-template-columns: 1fr; }
  .gdj-hats-page-hero-inner { width: min(100% - 2rem, var(--gdj-max-width)); grid-template-columns: 1fr; }
  .gdj-hats-page-pillars-grid { grid-template-columns: 1fr; }
  .gdj-page { padding-top: 8rem; }
  .gdj-page-inner { width: min(100% - 2rem, 54rem); }
  .gdj-media-inner { width: min(100% - 2rem, var(--gdj-max-width)); }
  .gdj-media-section-heading { align-items: flex-start; flex-direction: column; }
  .gdj-youtube-selector { grid-template-columns: 1fr; aspect-ratio: auto; }
  .gdj-youtube-player { height: auto; }
  .gdj-youtube-player iframe { aspect-ratio: 16 / 9; height: auto; }
  .gdj-youtube-list { height: 31rem; }
  .gdj-instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gdj-form-grid { grid-template-columns: 1fr; }
  .gdj-field-full { grid-column: auto; }
  .gdj-footer-inner { width: min(100% - 2rem, var(--gdj-max-width)); grid-template-columns: 1fr; gap: 2.5rem; }
  .gdj-footer-nav ul { grid-template-rows: none; grid-template-columns: 1fr; grid-auto-flow: row; }
  .gdj-footer-lower { width: min(100% - 2rem, var(--gdj-max-width)); align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gdj-hero-slide { transition: none; }
  .gdj-back-to-top { transition: none; }
  .gdj-header-inner > a:hover .gdj-site-logo, .gdj-header-inner > a:focus-visible .gdj-site-logo { animation: none; }
}
