:root {
    --cc-night: #06171f;
    --cc-deep: #0a2530;
    --cc-blue: #123946;
    --cc-gold: #c69a4b;
    --cc-gold-soft: #d8b66c;
    --cc-paper: #eee9df;
    --cc-cream: #f7f3ea;
    --cc-ink: #101d22;
    --cc-muted: #5d686b;
    --cc-white: #fffdf7;
    --cc-rule: rgba(198, 154, 75, .55);
}

html { scroll-behavior: smooth; }
body.flagship-home { margin: 0; background: var(--cc-night); color: var(--cc-white); }
body.flagship-home main { overflow: hidden; }

/* Header and heritage identity */
.flagship-home .site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 100;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: center;
    gap: 2rem;
    padding: 1.35rem clamp(1.25rem, 4.5vw, 4.8rem);
    background: linear-gradient(180deg, rgba(2, 12, 17, .92), rgba(2, 12, 17, .18), transparent);
    border: 0;
}
.flagship-home .brand { display: inline-flex; align-items: center; gap: .9rem; color: var(--cc-white); text-decoration: none; }
.flagship-home .brand-mark {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid var(--cc-gold);
    border-radius: 50%;
    color: transparent;
    position: relative;
}
.flagship-home .brand-mark::before {
    content: "✦";
    color: var(--cc-gold);
    font-size: 2.3rem;
    line-height: 1;
}
.flagship-home .brand-mark::after {
    content: "EST. 1984";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    color: var(--cc-gold-soft);
    font: 700 .5rem/1 Arial, sans-serif;
    letter-spacing: .22em;
    text-align: center;
}
.flagship-home .brand strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.flagship-home .brand small {
    display: block;
    margin-top: .22rem;
    color: rgba(255, 255, 255, .58);
    font-size: .58rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.flagship-home .site-nav { display: flex; align-items: center; gap: clamp(.8rem, 1.5vw, 1.55rem); }
.flagship-home .site-nav a {
    color: rgba(255, 255, 255, .86);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-decoration: none;
    text-transform: uppercase;
}
.flagship-home .site-nav a:hover,
.flagship-home .site-nav a[aria-current="page"] { color: var(--cc-gold-soft); }
.flagship-home .nav-cta {
    padding: .9rem 1.25rem !important;
    border: 1px solid var(--cc-rule);
    color: var(--cc-white) !important;
}
.flagship-home .menu-toggle { border-color: rgba(255,255,255,.55); color: #fff; }

/* Cinematic hero matching the approved mockup */
.flag-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3,15,21,.94) 0%, rgba(3,15,21,.8) 36%, rgba(3,15,21,.12) 70%),
        radial-gradient(circle at 58% 42%, rgba(245,187,86,.9) 0 2.5%, rgba(245,187,86,.2) 3%, transparent 14%),
        linear-gradient(180deg, #26363b 0%, #8a755d 38%, #36515a 60%, #0b2731 100%);
}
.flag-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background:
        repeating-radial-gradient(ellipse at 70% 82%, transparent 0 13px, rgba(255,255,255,.16) 14px 15px),
        linear-gradient(180deg, transparent 56%, rgba(2,15,20,.7) 100%);
}
.flag-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(180deg, transparent, rgba(1,10,14,.82));
}
.flag-hero-boat {
    position: absolute;
    z-index: 1;
    right: 3vw;
    bottom: 13%;
    width: min(650px, 53vw);
    height: 210px;
    border-bottom: 44px solid rgba(10,22,27,.94);
    border-left: 115px solid transparent;
    border-right: 54px solid transparent;
    transform: skewX(-5deg) rotate(-1deg);
    filter: drop-shadow(0 25px 20px rgba(0,0,0,.45));
}
.flag-hero-boat::before {
    content: "";
    position: absolute;
    right: 90px;
    bottom: -6px;
    width: 210px;
    height: 125px;
    border: 14px solid rgba(8,20,25,.92);
    border-bottom: 0;
}
.flag-hero-boat::after {
    content: "";
    position: absolute;
    right: 45px;
    bottom: 95px;
    width: 310px;
    height: 3px;
    background: rgba(8,20,25,.9);
    box-shadow: 35px -78px 0 -1px rgba(8,20,25,.9), 110px -92px 0 -1px rgba(8,20,25,.9), 188px -74px 0 -1px rgba(8,20,25,.9);
}
.flag-hero-content {
    position: relative;
    z-index: 3;
    width: min(720px, 90vw);
    padding: 11rem clamp(1.5rem, 5vw, 5.2rem) 3.8rem;
}
.flag-kicker {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: 0;
    color: var(--cc-gold-soft);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.flag-kicker::after { content: ""; width: 68px; height: 1px; background: var(--cc-rule); }
.flag-kicker::before { display: none; }
.flag-hero .flag-kicker { font-size: 0; }
.flag-hero .flag-kicker::before {
    content: "Cross Current";
    display: block;
    color: var(--cc-gold-soft);
    font: 500 .92rem/1 Georgia, serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.flag-hero h1 {
    margin: .55rem 0 0;
    color: transparent;
    font-size: 0;
    line-height: .84;
}
.flag-hero h1::before {
    content: "LIGHT TACKLE\A EXPERIENCE";
    display: block;
    white-space: pre;
    color: var(--cc-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 7vw, 7.3rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: .82;
    text-transform: uppercase;
}
.flag-hero h1 em { display: none; }
.flag-hero h1::after {
    content: "Chase Fish. Make Memories.";
    display: block;
    margin-top: 1.2rem;
    color: var(--cc-gold-soft);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
    text-transform: none;
}
.flag-hero-copy {
    max-width: 455px;
    margin: 1.45rem 0 0;
    color: rgba(255,255,255,.82);
    font-size: .9rem;
    line-height: 1.65;
}
.flag-link {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin-top: 1.45rem;
    color: inherit;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
}
.flag-link::after { content: "→"; width: auto; height: auto; color: var(--cc-gold); background: none; }
.flag-link:hover::after { width: auto; transform: translateX(4px); }
.flag-hero .flag-link {
    padding: .95rem 1.2rem;
    border: 1px solid var(--cc-gold);
    color: #fff;
}
.flag-hero .flag-link { font-size: 0; }
.flag-hero .flag-link::before { content: "Request Your Trip"; font-size: .66rem; }

/* Captain split exactly following the visual */
.flag-manifesto {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    background: var(--cc-paper);
    color: var(--cc-ink);
}
.flag-manifesto-photo {
    position: relative;
    min-height: 520px;
    background:
        linear-gradient(180deg, transparent 60%, rgba(5,20,26,.3)),
        radial-gradient(circle at 51% 30%, #b99879 0 8%, transparent 8.5%),
        linear-gradient(145deg, #aab5b4 0%, #718d91 48%, #254752 100%);
}
.flag-manifesto-photo::before {
    content: "";
    position: absolute;
    left: 13%;
    right: 12%;
    bottom: 0;
    height: 61%;
    background: linear-gradient(145deg, #182c33, #081a20);
    border-radius: 48% 48% 0 0;
    clip-path: polygon(25% 0, 72% 0, 100% 100%, 0 100%);
}
.flag-manifesto-photo::after {
    content: "";
    position: absolute;
    left: 4%;
    bottom: 0;
    width: 86%;
    height: 37%;
    background: linear-gradient(165deg, #c8c0a6, #8f8978 42%, #5b625d);
    clip-path: polygon(0 45%, 100% 0, 90% 78%, 8% 100%);
}
.flag-manifesto-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 6vw, 6.5rem);
    background:
        radial-gradient(circle at 100% 55%, rgba(10,37,48,.08), transparent 31%),
        linear-gradient(90deg, rgba(255,255,255,.18), transparent),
        var(--cc-paper);
}
.flag-manifesto-copy::before {
    content: "✦";
    position: absolute;
    right: 7%;
    bottom: 10%;
    color: rgba(14,48,61,.07);
    font-size: clamp(11rem, 19vw, 20rem);
}
.flag-manifesto .flag-kicker { color: var(--cc-gold); }
.flag-manifesto h2 {
    margin: .7rem 0 1.15rem;
    color: transparent;
    font-size: 0;
}
.flag-manifesto h2::before {
    content: "40 YEARS\A ON THE BAY";
    display: block;
    white-space: pre;
    color: var(--cc-ink);
    font-family: Georgia, serif;
    font-size: clamp(3.2rem, 5.3vw, 5.4rem);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: .92;
    text-transform: uppercase;
}
.flag-manifesto h2 span { display: none; }
.flag-manifesto p {
    position: relative;
    max-width: 500px;
    margin: 0 0 1rem;
    color: #3f4b4e;
    font-family: Arial, sans-serif;
    font-size: .88rem;
    line-height: 1.65;
}
.flag-manifesto p:nth-of-type(3),
.flag-manifesto .flag-quote { display: none; }
.flag-manifesto .flag-link {
    align-self: flex-start;
    margin-top: .8rem;
    padding: .9rem 1.1rem;
    background: var(--cc-night);
    color: #fff;
}

/* Four-up trip band */
.flag-trips {
    padding: 2.8rem clamp(1.2rem, 3.5vw, 3.8rem) 3.2rem;
    color: #fff;
    background:
        radial-gradient(circle at 10% 30%, rgba(255,255,255,.025), transparent 25%),
        repeating-radial-gradient(ellipse at 30% 40%, transparent 0 15px, rgba(255,255,255,.025) 16px 17px),
        var(--cc-night);
}
.flag-section-head { display: block; margin: 0 auto 1.6rem; text-align: center; }
.flag-section-head .flag-kicker { justify-content: center; }
.flag-section-head .flag-kicker::before { content: ""; display: block; width: 68px; height: 1px; background: var(--cc-rule); }
.flag-section-head h2 {
    margin: .55rem 0 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3vw, 3.3rem);
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 1;
    text-transform: uppercase;
}
.flag-trips .flag-section-head h2 { font-size: 0; }
.flag-trips .flag-section-head h2::before { content: "Adventures for Every Angler"; font-size: clamp(2rem, 3vw, 3.3rem); }
.flag-section-head > p { display: none; }
.flag-trip-stack {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .55rem;
    background: transparent;
}
.flag-trip,
.flag-trip:nth-child(even) {
    position: relative;
    min-height: 330px;
    display: block;
    overflow: hidden;
    color: #fff;
    background: #213f48;
    text-decoration: none;
}
.flag-trip:nth-child(even) .flag-trip-photo { order: initial; }
.flag-trip-photo {
    position: absolute;
    inset: 0;
    min-height: 0;
    background:
        linear-gradient(180deg, rgba(3,14,18,.02) 15%, rgba(3,14,18,.92) 100%),
        radial-gradient(ellipse at 48% 35%, #8d9a8f 0 12%, transparent 13%),
        linear-gradient(145deg, #758f91, #264d57 58%, #0b252d);
}
.flag-trip:nth-child(2) .flag-trip-photo { background: linear-gradient(180deg, transparent 20%, rgba(3,14,18,.94)), radial-gradient(ellipse at 50% 40%, #a6a590 0 12%, transparent 13%), linear-gradient(145deg,#98a4a0,#45666d 58%,#142f36); }
.flag-trip:nth-child(3) .flag-trip-photo { background: linear-gradient(180deg, transparent 20%, rgba(3,14,18,.94)), radial-gradient(circle at 62% 35%, rgba(231,178,84,.75) 0 5%, transparent 6%), linear-gradient(180deg,#7c8580,#b18c5c 45%,#173944 75%); }
.flag-trip:nth-child(4) .flag-trip-photo { background: linear-gradient(180deg, transparent 20%, rgba(3,14,18,.94)), linear-gradient(145deg,#4e6165,#1c3841 58%,#07191f); }
.flag-trip-photo::after { display: none; }
.flag-trip-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: block;
    padding: 1.25rem 1.15rem 1.15rem;
    background: transparent;
}
.flag-trip-number { display: none; }
.flag-trip h3 {
    margin: 0 0 .55rem;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.flag-trip p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-family: Arial, sans-serif;
    font-size: .72rem;
    line-height: 1.5;
}
.flag-trip .flag-link { margin-top: .85rem; color: var(--cc-gold-soft); font-size: .56rem; }
.flag-trip:nth-child(2) h3 { font-size: 0; }
.flag-trip:nth-child(2) h3::before { content: "Multi-Species"; font-size: clamp(1.45rem, 2vw, 2.05rem); }
.flag-trip:nth-child(3) h3 { font-size: 0; }
.flag-trip:nth-child(3) h3::before { content: "Half Day Trips"; font-size: clamp(1.45rem, 2vw, 2.05rem); }
.flag-trip:nth-child(4) h3 { font-size: 0; }
.flag-trip:nth-child(4) h3::before { content: "Full Day Adventures"; font-size: clamp(1.45rem, 2vw, 2.05rem); }

/* Compact recent memories strip */
.flag-gallery {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 2rem;
    padding: 2rem clamp(1.5rem, 4.5vw, 4.8rem);
    background:
        radial-gradient(circle at 5% 40%, rgba(7,35,46,.04), transparent 22%),
        var(--cc-paper);
    color: var(--cc-ink);
}
.flag-gallery .flag-section-head { margin: 0; text-align: left; }
.flag-gallery .flag-section-head .flag-kicker { justify-content: flex-start; }
.flag-gallery .flag-section-head .flag-kicker::before { display: none; }
.flag-gallery .flag-section-head h2 {
    color: var(--cc-ink);
    font-size: 0;
    line-height: 1.02;
}
.flag-gallery .flag-section-head h2::before {
    content: "Recent\A Memories";
    white-space: pre;
    font-size: 1.9rem;
}
.flag-gallery .flag-section-head .flag-link {
    margin-top: 1rem;
    padding: .75rem .85rem;
    border: 1px solid rgba(12,32,40,.45);
    color: var(--cc-ink);
}
.flag-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    gap: .38rem;
}
.flag-gallery-card,
.flag-gallery-card:first-child {
    position: relative;
    grid-row: auto;
    min-height: 180px;
    overflow: hidden;
    background: linear-gradient(145deg,#b7a17c,#385e68);
}
.flag-gallery-card:nth-child(2) { background: linear-gradient(145deg,#83989a,#204b58); }
.flag-gallery-card:nth-child(3) { background: linear-gradient(180deg,#9b8c6c,#365c67); }
.flag-gallery-card:nth-child(4) { background: linear-gradient(145deg,#6f8588,#183c47); }
.flag-gallery-card span { display: none; }

/* Sunset final panel */
.flag-finale {
    position: relative;
    min-height: 320px;
    display: grid;
    place-items: center;
    overflow: hidden;
    text-align: center;
    background:
        linear-gradient(rgba(6,19,25,.2), rgba(4,15,20,.7)),
        radial-gradient(circle at 50% 44%, rgba(255,185,78,.96) 0 3%, rgba(255,147,54,.22) 4%, transparent 18%),
        linear-gradient(180deg,#594c45 0%,#b06639 48%,#173f4d 75%,#06171f 100%);
}
.flag-finale::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38%;
    background: repeating-linear-gradient(176deg,rgba(255,255,255,.08) 0 2px,transparent 2px 14px);
}
.flag-finale-content { position: relative; z-index: 2; width: min(760px, 90vw); padding: 3rem 1rem; }
.flag-finale .flag-kicker { justify-content: center; color: rgba(255,255,255,.78); }
.flag-finale .flag-kicker::after { display: none; }
.flag-finale h2 {
    margin: .45rem 0 0;
    color: transparent;
    font-size: 0;
}
.flag-finale h2::before {
    content: "YOUR NEXT STORY\A STARTS HERE";
    display: block;
    white-space: pre;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 400;
    letter-spacing: .05em;
    line-height: .95;
    text-transform: uppercase;
}
.flag-finale h2 span { display: none; }
.flag-finale p {
    margin: .8rem auto;
    color: var(--cc-gold-soft);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 1.6rem;
    line-height: 1.1;
}
.flag-finale p { font-size: 0; }
.flag-finale p::before { content: "Let's get you on the water."; font-size: 1.6rem; }
.flag-cta {
    display: inline-flex;
    margin-top: .5rem;
    padding: .9rem 1.25rem;
    background: rgba(2,14,19,.92);
    color: #fff;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
}

/* Footer made to match the concept */
.flagship-home .site-footer {
    margin: 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr auto;
    align-items: start;
    gap: 2rem;
    padding: 1.6rem clamp(1.5rem, 4.5vw, 4.8rem);
    background: #031118;
    color: rgba(255,255,255,.72);
    border-top: 1px solid rgba(255,255,255,.08);
}
.flagship-home .site-footer .brand-mark { width: 56px; height: 56px; }
.flagship-home .site-footer nav { display: grid; grid-template-columns: repeat(2, max-content); gap: .5rem 1.5rem; }
.flagship-home .site-footer nav a { color: rgba(255,255,255,.7); font-size: .65rem; text-decoration: none; }
.flagship-home .site-footer .copyright { margin: 0; font-size: .65rem; }

@media (max-width: 1000px) {
    .flagship-home .site-header { grid-template-columns: 1fr auto; }
    .flagship-home .site-nav { display: none; position: absolute; top: 100%; left: 1rem; right: 1rem; flex-direction: column; align-items: stretch; padding: 1rem; background: rgba(3,17,24,.98); }
    .flagship-home .site-nav.is-open { display: flex; }
    .flag-manifesto { grid-template-columns: 1fr; }
    .flag-manifesto-photo { min-height: 560px; }
    .flag-trip-stack { grid-template-columns: repeat(2, 1fr); }
    .flag-gallery { grid-template-columns: 1fr; }
    .flag-gallery-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
    .flagship-home .brand-mark { width: 58px; height: 58px; }
    .flagship-home .brand span:last-child { display: none; }
    .flag-hero { min-height: 760px; }
    .flag-hero-content { padding-top: 10rem; padding-bottom: 3rem; }
    .flag-hero h1::before { font-size: clamp(3.3rem, 17vw, 5rem); }
    .flag-hero-boat { width: 76vw; right: -11vw; bottom: 18%; opacity: .62; }
    .flag-manifesto-photo { min-height: 430px; }
    .flag-manifesto-copy { padding: 3rem 1.3rem; }
    .flag-manifesto h2::before { font-size: clamp(3rem, 15vw, 4.5rem); }
    .flag-trip-stack { grid-template-columns: 1fr; }
    .flag-trip { min-height: 360px; }
    .flag-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .flag-gallery-card, .flag-gallery-card:first-child { min-height: 150px; }
    .flagship-home .site-footer { grid-template-columns: 1fr; }
}