:root {
    --ink: #17130f;
    --ink-soft: #2b241d;
    --paper: #d8bd92;
    --paper-light: #ead6b4;
    --paper-dark: #bf9c6c;
    --cream: #f1e1c3;
    --brass: #b88d46;
    --brass-dark: #7f5d2e;
    --red: #7b2d20;
    --red-dark: #572018;
    --line: rgba(93, 62, 32, 0.34);
    --max-width: 1500px;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
}

body {
    color: var(--ink);

    background:
        linear-gradient(
            rgba(214, 188, 147, 0.88),
            rgba(197, 160, 111, 0.88)
        ),
        url("../textures/paper.svg");

    background-size:
        cover,
        1200px auto;

    background-attachment:
        fixed,
        fixed;

    font-family: "Source Serif 4", Georgia, serif;
    line-height: 1.6;
    overflow-x: hidden;
}

body::after {
    content: "";

    position: fixed;
    inset: 0;

    pointer-events: none;
    z-index: 9999;

    opacity: 0.11;

    background:
        repeating-linear-gradient(
            0deg,
            rgba(47, 31, 17, 0.05) 0,
            rgba(47, 31, 17, 0.05) 1px,
            transparent 1px,
            transparent 4px
        );

    mix-blend-mode: multiply;
}

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

img {
    display: block;
    max-width: 100%;
}

.site-shell {
    width: 100%;
}


/* ==================================================
   HEADER
================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background:
        linear-gradient(
            rgba(21, 17, 13, 0.99),
            rgba(13, 11, 9, 0.99)
        );

    color: var(--cream);

    border-bottom:
        1px solid rgba(184, 141, 70, 0.42);

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.34);
}

.header-inner {
    width: min(var(--max-width), 94%);
    min-height: 88px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;

    gap: 40px;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.brand-seal {
    width: 64px;
    height: 64px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 2px solid var(--brass);
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #2a231d,
            #14110e
        );

    box-shadow:
        inset 0 0 0 4px #15110e,
        inset 0 0 0 6px rgba(184, 141, 70, 0.6);
}

.brand-seal span {
    font-family: "Oswald", sans-serif;
    font-size: 0.54rem;
    letter-spacing: 0.16em;

    color: #cdb17f;
}

.brand-seal strong {
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    line-height: 1;

    color: var(--brass);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-kicker {
    max-width: 330px;
    margin-bottom: 4px;

    font-family: "Oswald", sans-serif;
    font-size: 0.55rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: #b9a17d;
}

.brand-name {
    font-family: "Cinzel", serif;
    font-size: 1.65rem;
    font-weight: 700;
}

.brand-region {
    margin-top: 5px;

    font-family: "Oswald", sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;

    color: var(--brass);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 30px;
}

.main-nav a {
    position: relative;

    padding: 34px 0;

    font-family: "Oswald", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;

    color: #d8c5a4;
}

.main-nav a::after {
    content: "";

    position: absolute;

    left: 0;
    right: 100%;
    bottom: 23px;

    height: 1px;

    background: var(--brass);

    transition: right 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
    right: 0;
}

.header-cta {
    padding: 13px 20px;

    border: 1px solid var(--brass);

    background:
        linear-gradient(
            #302820,
            #171310
        );

    color: var(--cream);

    font-family: "Oswald", sans-serif;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* ==================================================
   HERO
================================================== */

.hero-section {
    display: grid;
    grid-template-columns: 45% 55%;

    min-height: 720px;

    background:
        linear-gradient(
            90deg,
            #d8bc92 0%,
            #d8bc92 45%,
            #181410 45%,
            #181410 100%
        );

    border-bottom: 1px solid #3c2f22;
}

.hero-copy {
    padding: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-copy-frame {
    width: min(640px, 100%);

    padding: 54px 46px 46px;

    border: 1px solid rgba(111, 72, 35, 0.48);

    outline: 1px solid rgba(111, 72, 35, 0.2);
    outline-offset: -8px;

    background:
        radial-gradient(
            circle at 25% 20%,
            rgba(255, 255, 255, 0.18),
            transparent 34%
        ),
        rgba(219, 192, 150, 0.68);
}

.hero-kicker {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 14px;

    margin-bottom: 22px;

    font-family: "Oswald", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-kicker::before,
.hero-kicker::after {
    content: "";

    width: 58px;
    height: 1px;

    background: var(--brass-dark);
}

.hero-section h1 {
    font-family: "Oswald", sans-serif;
    font-size: clamp(4.8rem, 7vw, 8rem);
    line-height: 0.88;
    letter-spacing: -0.025em;

    text-transform: uppercase;
    text-align: center;

    color: #201914;
}

.hero-section h1 span {
    display: block;

    margin-top: 16px;

    font-family: "Cinzel", serif;
    font-size: 0.45em;
    line-height: 1.12;
}

.hero-divider {
    max-width: 310px;

    margin: 22px auto 20px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    gap: 14px;
}

.hero-divider span {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--brass-dark),
            transparent
        );
}

.hero-divider strong {
    color: var(--brass-dark);
}

.hero-lead {
    max-width: 530px;

    margin: 0 auto;

    text-align: center;

    font-size: 1.02rem;

    color: #392e23;
}

.hero-actions {
    margin-top: 30px;

    display: flex;
    justify-content: center;
    gap: 14px;

    flex-wrap: wrap;
}

.button {
    display: inline-block;

    padding: 13px 23px;

    border: 1px solid;

    font-family: "Oswald", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-dark {
    border-color: #1b1713;

    background:
        linear-gradient(
            #302820,
            #171310
        );

    color: var(--cream);
}

.button-red {
    border-color: var(--red-dark);

    background:
        linear-gradient(
            #873729,
            #63241b
        );

    color: #f0dcbd;
}

.hero-footnote {
    margin-top: 24px;

    text-align: center;

    font-family: "Cinzel", serif;
    font-size: 0.78rem;

    color: #6b4d2b;
}

.hero-artwork {
    position: relative;

    min-height: 720px;

    overflow: hidden;

    background: #17130f;
}

.hero-artwork-frame {
    position: absolute;
    inset: 0;

    overflow: hidden;
}

.hero-artwork-frame::before {
    content: "";

    position: absolute;
    inset: 18px;

    z-index: 2;

    border: 1px solid rgba(184, 141, 70, 0.6);

    outline: 1px solid rgba(184, 141, 70, 0.18);
    outline-offset: 5px;

    pointer-events: none;
}

.hero-artwork-frame::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        repeating-linear-gradient(
            0deg,
            rgba(20, 15, 10, 0.05) 0,
            rgba(20, 15, 10, 0.05) 1px,
            transparent 1px,
            transparent 4px
        );

    mix-blend-mode: multiply;

    pointer-events: none;
}

.hero-artwork-frame img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    filter:
        sepia(1)
        grayscale(0.12)
        contrast(1.28)
        brightness(0.84);

    transform: scale(1.01);

    transition:
        transform 8s ease,
        filter 500ms ease;
}

.hero-artwork:hover .hero-artwork-frame img {
    transform: scale(1.04);
}

.hero-artwork-caption {
    position: absolute;

    left: 50%;
    bottom: 28px;

    z-index: 5;

    transform: translateX(-50%);

    min-width: 380px;

    padding: 10px 20px;

    border-top: 1px solid var(--brass);
    border-bottom: 1px solid var(--brass);

    background: rgba(18, 15, 12, 0.9);

    color: #d7bb85;

    text-align: center;
}

.hero-artwork-caption span {
    display: block;

    font-family: "Oswald", sans-serif;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-artwork-caption strong {
    display: block;

    margin-top: 2px;

    font-family: "Cinzel", serif;
    font-size: 0.88rem;
}

.hero-motto {
    position: absolute;

    top: 50%;
    right: 24px;

    z-index: 10;

    width: 175px;

    transform: translateY(-50%);

    padding: 30px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 14px;

    text-align: center;

    border: 1px solid var(--brass);

    outline: 1px solid rgba(184, 141, 70, 0.28);
    outline-offset: -7px;

    background:
        linear-gradient(
            rgba(24, 20, 16, 0.97),
            rgba(13, 11, 9, 0.97)
        );

    color: #d6b878;
}

.hero-motto span {
    font-family: "Oswald", sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-motto strong {
    color: var(--brass);
}


/* ==================================================
   STATS
================================================== */

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

    background:
        linear-gradient(
            #1f1a16,
            #12100e
        );

    color: #d6c1a0;

    border-top: 1px solid #3e3225;
    border-bottom: 1px solid #3e3225;
}

.stat-item {
    min-height: 126px;

    padding: 26px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border-right: 1px solid rgba(184, 141, 70, 0.24);
}

.stat-item:last-child {
    border-right: 0;
}

.stat-symbol {
    color: var(--brass);

    font-size: 0.6rem;
}

.stat-item strong {
    margin-top: 4px;

    font-family: "Cinzel", serif;
    font-size: 1.38rem;

    color: var(--brass);
}

.stat-item > span:last-child {
    margin-top: 4px;

    font-family: "Oswald", sans-serif;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ==================================================
   SHARED SECTIONS
================================================== */

.parchment-section {
    background:
        linear-gradient(
            rgba(216, 190, 149, 0.96),
            rgba(207, 174, 127, 0.96)
        ),
        url("../textures/paper.svg");

    background-size:
        cover,
        1000px auto;
}

.section-frame {
    width: min(1320px, 90%);

    margin: 0 auto;

    padding: 72px 0;
}

.section-heading.centered {
    text-align: center;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    font-family: "Oswald", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;

    color: var(--red);
}

.section-eyebrow::before {
    content: "◆";

    font-size: 0.48rem;

    color: var(--brass-dark);
}

.section-heading h2 {
    margin-top: 8px;

    font-family: "Cinzel", serif;
    font-size: clamp(2.7rem, 4.3vw, 4.8rem);
    line-height: 1.08;

    text-transform: uppercase;

    color: #241c16;
}


/* ==================================================
   HERITAGE
================================================== */

.heritage-editorial {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 70px;
    align-items: stretch;
}

.heritage-left {
    padding-right: 20px;
}

.heritage-left h2 {
    margin-top: 8px;

    font-family: "Cinzel", serif;
    font-size: clamp(3rem, 4.8vw, 5.3rem);
    line-height: 1.02;
    text-transform: uppercase;

    color: #241c16;
}

.heritage-left h2 span {
    display: block;

    color: var(--red);
}

.heritage-rule {
    width: min(380px, 100%);

    margin: 24px 0 26px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
}

.heritage-rule span {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--brass-dark),
            transparent
        );
}

.heritage-rule strong {
    color: var(--brass-dark);

    font-size: 0.7rem;
}

.heritage-copy {
    max-width: 760px;

    padding-left: 28px;

    border-left: 3px solid var(--brass-dark);

    font-size: 1rem;
    line-height: 1.65;
}

.heritage-copy p + p {
    margin-top: 16px;
}

.heritage-right {
    position: relative;

    align-self: start;

    padding: 34px 30px;

    border: 1px solid rgba(95, 62, 29, 0.42);

    outline: 1px solid rgba(95, 62, 29, 0.16);
    outline-offset: -8px;

    background:
        rgba(236, 213, 177, 0.34);

    box-shadow:
        inset 0 0 34px rgba(92, 57, 26, 0.045);
}

.heritage-year {
    text-align: center;

    padding-bottom: 22px;

    border-bottom: 1px solid rgba(127, 93, 46, 0.24);
}

.heritage-year span,
.heritage-year small {
    display: block;

    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.heritage-year span {
    font-size: 0.62rem;

    color: var(--red);
}

.heritage-year strong {
    display: block;

    margin: 3px 0;

    font-family: "Cinzel", serif;
    font-size: 2.2rem;
}

.heritage-year small {
    font-size: 0.54rem;
}

.heritage-quote-mark {
    margin-top: 20px;

    font-family: Georgia, serif;
    font-size: 4rem;
    line-height: 0.8;

    color: rgba(123, 45, 32, 0.24);
}

.heritage-right blockquote {
    margin-top: 6px;

    font-family: "Cinzel", serif;
    font-size: 1.35rem;
    line-height: 1.45;

    color: #33261d;
}

.heritage-badges {
    margin-top: 28px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(127, 93, 46, 0.24);
}

.heritage-badge {
    padding: 18px 8px 0;

    text-align: center;

    border-right: 1px solid rgba(127, 93, 46, 0.18);
}

.heritage-badge:last-child {
    border-right: 0;
}

.heritage-badge strong {
    display: block;

    font-family: "Cinzel", serif;
    font-size: 0.95rem;

    color: var(--red);
}

.heritage-badge span {
    display: block;

    margin-top: 4px;

    font-family: "Oswald", sans-serif;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 900px) {

    .heritage-editorial {
        grid-template-columns: 1fr;
    }

    .heritage-left {
        padding-right: 0;
    }

}


/* ==================================================
   ORNAMENT
================================================== */

.ornament-divider {
    min-height: 76px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d0b484;
}

.ornament-divider img {
    display: block;

    width: min(460px, 65vw);
    height: 54px;

    object-fit: contain;

    opacity: 0.9;
}


/* ==================================================
   CRAFTS
================================================== */

.crafts-section .section-heading p {
    max-width: 680px;

    margin: 12px auto 0;
}

.craft-grid {
    margin-top: 40px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 14px;
}

.craft-card {
    min-height: 175px;

    padding: 26px 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border: 1px solid rgba(95, 62, 29, 0.4);

    background: rgba(236, 213, 177, 0.44);

    transition:
        transform 180ms ease,
        background 180ms ease;
}

.craft-card:hover {
    transform: translateY(-4px);

    background: rgba(242, 221, 188, 0.66);
}

.craft-icon-svg {
    width: 68px;
    height: 68px;

    margin-bottom: 14px;

    fill: none;

    stroke: var(--brass-dark);
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.craft-card h3 {
    font-family: "Oswald", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}


/* ==================================================
   WHERE WE WORK
================================================== */

.where-section {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;

    background:
        linear-gradient(
            #211c17,
            #12100e
        );

    color: #d6c1a0;
}

.where-copy {
    padding: 76px 7vw;
}

.section-heading-dark .section-eyebrow {
    color: var(--brass);
}

.section-heading-dark h2 {
    color: var(--cream);
}

.section-heading-dark h2 span {
    display: block;

    color: var(--brass);
}

.where-copy p {
    max-width: 610px;

    margin-top: 18px;

    color: #c5b091;
}

.region-panel {
    padding: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-left: 1px solid rgba(184, 141, 70, 0.24);
}

.region-panel-inner {
    width: min(720px, 100%);

    padding: 42px 34px;

    border: 1px solid rgba(184, 141, 70, 0.46);

    outline: 1px solid rgba(184, 141, 70, 0.16);
    outline-offset: -8px;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(184, 141, 70, 0.08),
            transparent 60%
        ),
        rgba(18, 15, 12, 0.74);

    text-align: center;
}

.region-kicker {
    font-family: "Oswald", sans-serif;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: var(--brass);
}

.region-panel h3 {
    margin-top: 6px;

    font-family: "Cinzel", serif;
    font-size: 1.9rem;
    text-transform: uppercase;

    color: var(--cream);
}

.venue-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.venue-card {
    min-width: 0;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    border: 1px solid rgba(184, 141, 70, 0.3);
    background: rgba(8, 7, 6, 0.28);
}

.venue-logo {
    width: 100%;
    height: 82px;
    object-fit: contain;
}

.venue-card strong {
    display: block;
    font-family: "Cinzel", serif;
    color: var(--brass);
}

.venue-card p {
    margin-top: 7px;
    color: #c5b091;
    line-height: 1.5;
}

.vintage-map {
    margin-top: 24px;
}

.vintage-map svg {
    width: 100%;
    height: auto;
}

.map-coast,
.map-coast-secondary,
.map-guide,
.map-compass,
.map-compass-circle {
    fill: none;

    stroke: var(--brass-dark);
}

.map-coast {
    stroke-width: 3;
}

.map-coast-secondary {
    stroke-width: 1.2;

    opacity: 0.5;
}

.map-guide {
    stroke-width: 1;

    stroke-dasharray: 4 5;

    opacity: 0.65;
}

.map-point {
    fill: #17130f;

    stroke: var(--brass);

    stroke-width: 3;
}

.map-label {
    fill: #d7c19a;

    font-family: "Oswald", sans-serif;

    font-size: 18px;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.map-compass {
    stroke-width: 2;
}

.map-compass-circle {
    stroke-width: 1.3;

    opacity: 0.7;
}

.map-compass-letter {
    fill: var(--brass);

    font-family: "Cinzel", serif;

    font-size: 16px;
}

.region-note {
    margin-top: 20px;

    padding-top: 18px;

    border-top:
        1px solid rgba(184, 141, 70, 0.2);

    font-size: 0.84rem;
}


/* ==================================================
   OFFICERS
================================================== */

.officers-layout {
    display: block;
}

.officers-copy {
    width: min(100%, 980px);

    margin-top: 26px;
    padding-left: 26px;

    border-left:
        3px solid var(--brass-dark);
}

.officers-badge {
    width: 210px;
    height: 210px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border: 2px solid var(--brass-dark);
    border-radius: 50%;

    background:
        rgba(235, 210, 172, 0.35);
}

.officers-badge span,
.officers-badge small {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.officers-badge span {
    font-size: 0.64rem;

    color: var(--red);
}

.officers-badge strong {
    margin: 5px 0;

    font-family: "Cinzel", serif;
    font-size: 1.4rem;
}

.officers-badge small {
    font-size: 0.56rem;
}


/* ==================================================
   CONTACT
================================================== */

.contact-editorial {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.contact-editorial > p {
    margin: 14px auto 0;
}

.contact-editorial .contact-lead {
    margin-top: 20px;
    font-size: 1.08rem;
}

.contact-request-button {
    margin-top: 28px;
}

.contact-direct {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contact-direct strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7d4c2c;
}

.contact-direct a,
.contact-membership {
    color: var(--red);
    overflow-wrap: anywhere;
}

.contact-membership {
    display: inline-block;
    margin-top: 24px;
    border-bottom: 1px solid var(--brass-dark);
    font-family: "Oswald", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* ==================================================
   FOOTER
================================================== */

.site-footer {
    padding: 52px 7vw 24px;

    background:
        linear-gradient(
            #1b1713,
            #0e0c0a
        );

    color: #c5af8c;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.25fr 0.7fr 1fr;

    gap: 58px;
}

.footer-brand {
    display: flex;
    gap: 16px;
}

.footer-seal {
    width: 56px;
    height: 56px;

    flex: 0 0 auto;

    display: grid;
    place-items: center;

    border: 1px solid var(--brass);
    border-radius: 50%;

    color: var(--brass);

    font-family: "Oswald", sans-serif;
}

.footer-brand strong,
.footer-links strong,
.footer-affiliation strong {
    display: block;

    margin-bottom: 8px;

    font-family: "Cinzel", serif;

    color: var(--brass);

    text-transform: uppercase;
}

.footer-brand span {
    font-family: "Oswald", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-brand p {
    max-width: 350px;

    margin-top: 8px;
}

.footer-links {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.footer-links a {
    font-family: "Oswald", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.footer-bottom {
    margin-top: 38px;
    padding-top: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 4px;

    text-align: center;

    border-top:
        1px solid rgba(184, 141, 70, 0.2);

    font-size: 0.74rem;
}

.footer-credit-line {
    font-size: 0.85em;
    opacity: 0.72;
}


/* ==================================================
   ANIMATIONS
================================================== */

.reveal-item {
    opacity: 0;

    transform:
        translateY(24px);

    transition:
        opacity 700ms ease,
        transform 700ms ease;
}

.reveal-item.is-visible {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1180px) {

    .header-inner {
        grid-template-columns:
            1fr
            auto;
    }

    .main-nav {
        display: none;
    }

    .hero-section {
        grid-template-columns:
            1fr;

        background: #d8bc92;
    }

    .hero-artwork {
        min-height: 560px;
    }

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

    .heritage-layout {
        grid-template-columns:
            1fr;
    }

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

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

    .region-panel {
        border-left: 0;

        border-top:
            1px solid rgba(184, 141, 70, 0.24);
    }

}

@media (max-width: 820px) {

    html {
        scroll-padding-top: 82px;
    }

    .brand-kicker {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .hero-copy {
        padding:
            24px
            16px;
    }

    .hero-copy-frame {
        padding:
            42px
            24px;
    }

    .hero-artwork {
        min-height:
            460px;
    }

    .hero-motto {
        right:
            18px;

        width:
            155px;
    }

    .hero-artwork-caption {
        left:
            24px;

        transform:
            none;

        min-width:
            0;

        width:
            calc(100% - 220px);
    }

    .officers-layout {
        grid-template-columns:
            1fr;
    }

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

    .footer-bottom {
        flex-direction:
            column;
    }

    .section-frame {
        width: min(100% - 32px, 1320px);
        padding: 58px 0;
    }

    .where-copy {
        padding: 58px max(24px, 7vw);
    }

    .region-panel {
        padding: 32px 24px 48px;
    }

}

@media (max-width: 560px) {

    .section-heading h2,
    .heritage-left h2 {
        font-size: clamp(2rem, 10vw, 3rem);
        overflow-wrap: anywhere;
    }

    .heritage-copy {
        padding-left: 18px;
    }

    .heritage-right,
    .region-panel-inner {
        padding: 30px 20px;
    }

    .brand-seal {
        width:
            50px;

        height:
            50px;
    }

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

    .hero-section h1 {
        font-size:
            clamp(
                3rem,
                16vw,
                4.8rem
            );
    }

    .hero-kicker::before,
    .hero-kicker::after {
        width:
            28px;
    }

    .hero-actions {
        flex-direction:
            column;
    }

    .button {
        text-align:
            center;
    }

    .hero-motto {
        display:
            none;
    }

    .hero-artwork-caption {
        left:
            18px;

        right:
            18px;

        width:
            auto;
    }

    .stats-strip {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

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

    .craft-card {
        min-height: 145px;
        padding: 20px 10px;
    }

    .craft-icon-svg {
        width: 56px;
        height: 56px;
    }

    .venue-list {
        grid-template-columns: 1fr;
    }

    .officers-badge {
        width:
            165px;

        height:
            165px;
    }

}

/* ==================================================
   FINAL VINTAGE POLISH
================================================== */

/* Stronger aged-paper depth */

.parchment-section {
    position: relative;

    box-shadow:
        inset 0 18px 30px rgba(84, 52, 25, 0.035),
        inset 0 -18px 30px rgba(84, 52, 25, 0.055);
}

.parchment-section::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(83, 52, 25, 0.055),
            transparent 6%,
            transparent 94%,
            rgba(83, 52, 25, 0.055)
        );

    mix-blend-mode: multiply;
}


/* Stronger editorial headings */

.section-heading h2 {
    letter-spacing: -0.025em;

    text-shadow:
        0 1px 0 rgba(255, 240, 210, 0.18);
}

.section-eyebrow {
    font-weight: 600;
}


/* Heritage section */

.heritage-section {
    border-top:
        1px solid rgba(91, 60, 30, 0.18);

    border-bottom:
        1px solid rgba(91, 60, 30, 0.18);
}

.heritage-layout {
    position: relative;
}

.heritage-copy {
    font-size: 1rem;
    line-height: 1.65;
}

.heritage-sidebar {
    box-shadow:
        inset 0 0 30px rgba(92, 57, 26, 0.055);
}

.heritage-sidebar blockquote {
    position: relative;

    padding-top: 8px;
}

.heritage-sidebar blockquote::before {
    content: "“";

    position: absolute;

    top: -12px;
    left: -12px;

    font-family: Georgia, serif;
    font-size: 3.5rem;

    color: rgba(123, 45, 32, 0.22);
}


/* Craft section */

.crafts-section {
    border-bottom:
        1px solid rgba(91, 60, 30, 0.22);
}

.craft-grid {
    gap: 10px;
}

.craft-card {
    position: relative;

    overflow: hidden;

    box-shadow:
        inset 0 0 22px rgba(88, 56, 27, 0.035);
}

.craft-card::before {
    content: "";

    position: absolute;

    top: 8px;
    left: 8px;

    width: 14px;
    height: 14px;

    border-top:
        1px solid rgba(127, 93, 46, 0.5);

    border-left:
        1px solid rgba(127, 93, 46, 0.5);
}

.craft-card::after {
    content: "";

    position: absolute;

    right: 8px;
    bottom: 8px;

    width: 14px;
    height: 14px;

    border-right:
        1px solid rgba(127, 93, 46, 0.5);

    border-bottom:
        1px solid rgba(127, 93, 46, 0.5);
}

.craft-icon-svg {
    filter:
        drop-shadow(
            0 1px 0
            rgba(255, 239, 207, 0.25)
        );
}


/* Dark jurisdiction section */

.where-section {
    position: relative;

    box-shadow:
        inset 0 18px 34px rgba(0, 0, 0, 0.2),
        inset 0 -18px 34px rgba(0, 0, 0, 0.25);
}

.where-section::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    opacity: 0.18;

    background:
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 3px,
            rgba(212, 178, 118, 0.035) 4px
        );
}

.where-copy,
.region-panel {
    position: relative;

    z-index: 1;
}

.region-panel-inner {
    box-shadow:
        inset 0 0 50px rgba(0, 0, 0, 0.28),
        0 12px 28px rgba(0, 0, 0, 0.14);
}


/* Officers */

.officers-section {
    border-bottom:
        1px solid rgba(91, 60, 30, 0.18);
}

.officers-badge {
    position: relative;

    box-shadow:
        inset 0 0 0 7px
        rgba(216, 190, 149, 0.7);

    outline:
        1px solid rgba(127, 93, 46, 0.42);

    outline-offset:
        -10px;
}


/* Footer */

.site-footer {
    border-top:
        2px solid rgba(184, 141, 70, 0.38);

    box-shadow:
        inset 0 16px 30px
        rgba(0, 0, 0, 0.18);
}


/* Buttons feel more like old printed signs */

.button,
.header-cta {
    box-shadow:
        inset 0 0 0 2px
        rgba(255, 225, 176, 0.07),
        0 3px 7px
        rgba(0, 0, 0, 0.16);
}

.button-dark:hover,
.header-cta:hover {
    box-shadow:
        inset 0 0 0 2px
        rgba(255, 225, 176, 0.1),
        0 5px 10px
        rgba(0, 0, 0, 0.22);
}


/* Slightly denser desktop composition */

@media (min-width: 1181px) {

    .section-frame {
        padding-top:
            66px;

        padding-bottom:
            66px;
    }

    .heritage-section .section-frame {
        padding-top:
            72px;

        padding-bottom:
            72px;
    }

    .crafts-section .section-frame {
        padding-top:
            62px;

        padding-bottom:
            70px;
    }

    .contact-section .section-frame {
        padding-top:
            62px;

        padding-bottom:
            62px;
    }

}

.site-logo{

    display:flex;

    align-items:center;

    gap:16px;

    color:inherit;

    text-decoration:none;

}

.site-logo-image{

    width:58px;

    height:58px;

    object-fit:contain;

    flex-shrink:0;

    filter:
        drop-shadow(
            0 2px 2px rgba(0,0,0,.35)
        );

}

.site-logo-text{

    display:flex;

    flex-direction:column;

}

.site-title-small{

    font-size:.46rem;

    letter-spacing:.18em;

    text-transform:uppercase;

    color:#b38a49;

    line-height:1.4;

}

.site-logo-text h1{

    margin:0;

    font-family:"Cinzel",serif;

    font-size:2rem;

    font-weight:700;

    letter-spacing:.03em;

    color:#efe0bf;

    line-height:1;

}

.site-title-location{

    margin-top:2px;

    font-size:.58rem;

    letter-spacing:.18em;

    text-transform:uppercase;

    color:#b38a49;

}

/* ==================================================
   OFFICIAL IATSE LOCAL 60 LOGO — FINAL OVERRIDES
================================================== */

.site-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.site-logo-image {
    display: block;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    object-fit: contain;
    filter:
        brightness(0)
        saturate(100%)
        invert(66%)
        sepia(39%)
        saturate(690%)
        hue-rotate(358deg)
        brightness(91%)
        contrast(88%)
        drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
}

.site-logo-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1;
}

.site-title-small {
    max-width: 360px;
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 0.54rem;
    line-height: 1.35;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b9a17d;
}

.site-logo-text h1 {
    margin: 0;
    font-family: "Cinzel", serif;
    font-size: 1.68rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--cream);
}

.site-title-location {
    margin-top: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 0.62rem;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--brass);
}

.officers-badge {
    width: 230px;
    height: 230px;
    padding: 26px;
    display: grid;
    place-items: center;
    border: 2px solid var(--brass-dark);
    border-radius: 50%;
    outline: 1px solid rgba(127, 93, 46, 0.34);
    outline-offset: -11px;
    background: rgba(235, 210, 172, 0.3);
    box-shadow: inset 0 0 0 7px rgba(216, 190, 149, 0.62);
}

.officers-logo {
    display: block;
    width: 176px;
    height: 176px;
    object-fit: contain;
    filter:
        sepia(1)
        saturate(0.72)
        contrast(1.38)
        brightness(0.62);
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.footer-logo {
    display: block;
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    object-fit: contain;
    filter:
        brightness(0)
        saturate(100%)
        invert(66%)
        sepia(39%)
        saturate(690%)
        hue-rotate(358deg)
        brightness(91%)
        contrast(88%);
}

@media (max-width: 820px) {
    .site-logo-image {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .site-title-small {
        display: none;
    }

    .site-logo-text h1 {
        font-size: 1.28rem;
    }

    .officers-badge {
        width: 184px;
        height: 184px;
        padding: 22px;
    }

    .officers-logo {
        width: 140px;
        height: 140px;
    }

    .footer-logo {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }
}

.officers-copy{
    display:flex;
    flex-direction:column;
    gap:2.75rem;
}

.officer-entry h3{
    margin:0;
    font-size:1.55rem;
}

.officer-title{
    display:block;
    margin:.35rem 0 1rem;
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:.8rem;
    color:#8b5d34;
    font-weight:700;
}

.officer-entry p{
    margin-bottom:1rem;
}

.officers-layout{
    display:block;
}

.officers-copy{
    display:flex;
    flex-direction:column;
    gap:2.75rem;
}

.officer-entry{
    display:flex;
    align-items:flex-start;
    gap:1.75rem;
    border-left:3px solid rgba(122,84,39,.45);
    padding-left:1.5rem;
}

.officer-photo{
    width:130px;
    height:130px;
    object-fit:cover;
    flex-shrink:0;
    border:4px solid #c5a76a;
    padding:5px;
    background:#efe0bf;
}

.officer-content{
    flex:1;
}

.officer-entry h3{
    margin:0;
    font-size:1.55rem;
}

.officer-title{
    display:block;
    margin:.35rem 0 1rem;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:.75rem;
    color:#8b5d34;
    font-weight:700;
}

.officer-entry p{
    margin-bottom:1rem;
}

@media (max-width:700px){
    .officer-entry{
        flex-direction:column;
        gap:1rem;
        padding-left:1rem;
    }

    .officer-photo{
        width:110px;
        height:110px;
    }
}

@media (max-width: 560px) {
    .contact-direct {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {

    .header-inner {
        width: 100%;
        min-height: 74px;
        padding: 8px 16px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-logo {
        justify-content: center;
        gap: 12px;
    }

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

@media (max-width: 389px) {
    .craft-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy-frame {
        padding-inline: 18px;
    }

    .site-logo-image {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ==================================================
   STAFFING REQUEST FORM
================================================== */

.quote-section {
    min-height: 70vh;
}

.quote-intro {
    max-width: 760px;
}

.quote-intro p {
    margin-top: 16px;
    font-size: 1.05rem;
}

.quote-form {
    max-width: 1040px;
    margin-top: 38px;
    padding: 38px;
    border: 1px solid rgba(95, 62, 29, 0.42);
    outline: 1px solid rgba(95, 62, 29, 0.16);
    outline-offset: -8px;
    background: rgba(236, 213, 177, 0.38);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
}

.form-field {
    min-width: 0;
}

.form-field-full {
    grid-column: 1 / -1;
}

.form-field label,
.form-group legend {
    display: block;
    margin-bottom: 7px;
    font-family: "Oswald", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4f3523;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(95, 62, 29, 0.5);
    border-radius: 0;
    background: rgba(245, 226, 194, 0.72);
    color: var(--ink);
    font: inherit;
}

.form-field input,
.form-field select {
    min-height: 48px;
    padding: 10px 12px;
}

.form-field textarea {
    min-height: 120px;
    padding: 12px;
    resize: vertical;
}

.form-field textarea.form-textarea-large {
    min-height: 210px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: 2px solid var(--brass-dark);
    outline-offset: 2px;
}

.form-group {
    margin: 28px 0;
    padding: 0;
    border: 0;
}

.form-field-spaced {
    margin-top: 22px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 18px;
}

.checkbox-option {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.95rem;
}

.checkbox-option input {
    width: 18px;
    height: 18px;
    accent-color: var(--red);
}

.quote-form .button {
    margin-top: 28px;
    cursor: pointer;
}

.quote-form .button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.form-status {
    margin-top: 16px;
}

.form-error {
    color: var(--red-dark);
    font-weight: 600;
}

.thank-you-section {
    min-height: 70vh;
    display: grid;
    place-items: center;
}

.thank-you-panel {
    width: min(800px, 100%);
    padding: 58px 44px;
    border: 1px solid rgba(95, 62, 29, 0.42);
    outline: 1px solid rgba(95, 62, 29, 0.16);
    outline-offset: -8px;
    background: rgba(236, 213, 177, 0.38);
    text-align: center;
}

.success-seal {
    width: 112px;
    height: 112px;
    margin: 0 auto 26px;
    display: grid;
    place-items: center;
    border: 2px solid var(--brass-dark);
    border-radius: 50%;
    outline: 1px solid rgba(127, 93, 46, 0.42);
    outline-offset: -8px;
    box-shadow: inset 0 0 0 5px rgba(216, 190, 149, 0.62);
}

.success-seal span {
    font-family: "Cinzel", serif;
    font-size: 3.5rem;
    line-height: 1;
    color: var(--red);
}

.thank-you-panel p {
    max-width: 650px;
    margin: 18px auto 0;
}

.thank-you-contact {
    max-width: 650px;
    margin: 28px auto 0;
    padding: 22px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    border-top: 1px solid rgba(127, 93, 46, 0.28);
    border-bottom: 1px solid rgba(127, 93, 46, 0.28);
}

.thank-you-contact strong {
    display: block;
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4f3523;
}

.thank-you-contact a {
    color: var(--red);
    overflow-wrap: anywhere;
}

.thank-you-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .quote-form {
        padding: 30px 24px;
    }

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

    .form-field-full {
        grid-column: auto;
    }

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

    .thank-you-panel {
        padding: 46px 24px;
    }

    .thank-you-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .quote-form {
        padding: 26px 18px;
    }

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

    .success-seal {
        width: 96px;
        height: 96px;
    }

    .success-seal span {
        font-size: 3rem;
    }

    .thank-you-actions {
        flex-direction: column;
    }

    .thank-you-actions .button {
        width: 100%;
    }
}
