.fhs-page {
    --fhs-ink: var(--fh-ink, #101713);
    --fhs-ink-2: #17231c;
    --fhs-muted: #5f665f;
    --fhs-paper: var(--fh-paper, #f0ede5);
    --fhs-cream: #f8f4eb;
    --fhs-white: #fffef9;
    --fhs-line: rgba(16, 23, 19, .16);
    --fhs-copper: var(--fh-copper, #b8793c);
    --fhs-copper-bright: #db9b5c;
    --fhs-green: #234735;
    background: var(--fhs-paper);
}

.fhs-page .site-shell { overflow: clip; }

.fhs-main {
    min-height: 60vh;
    background: var(--fhs-paper);
    color: var(--fhs-ink);
}

.fhs-main h1,
.fhs-main h2,
.fhs-main h3,
.fhs-shell h1,
.fhs-shell h2,
.fhs-shell h3 {
    font-family: var(--fh-serif, Georgia, serif);
    letter-spacing: -.035em;
}

.fhs-eyebrow {
    margin: 0 0 1rem;
    color: var(--fhs-copper);
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .17em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fhs-find-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: clamp(2.5rem, 7vw, 8rem);
    min-height: 590px;
    padding: clamp(4rem, 8vw, 8rem) var(--fh-gutter, 4vw);
    overflow: hidden;
    background: #0d1510;
    color: var(--fhs-white);
}

.fhs-find-hero::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    background-image:
        linear-gradient(90deg, rgba(7, 16, 11, .98) 0%, rgba(9, 21, 14, .92) 38%, rgba(11, 25, 17, .60) 70%, rgba(11, 24, 16, .78) 100%),
        linear-gradient(180deg, rgba(7, 15, 10, .14), rgba(7, 15, 10, .68)),
        var(--fhs-hero-image);
    background-position: center, center, 64% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fhs-find-hero::after {
    position: absolute;
    z-index: 0;
    top: -15rem;
    right: -15rem;
    width: 34rem;
    height: 34rem;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}

.fhs-find-hero__copy {
    position: relative;
    z-index: 1;
    align-self: center;
    max-width: 840px;
}

.fhs-find-hero h1 {
    max-width: 11ch;
    margin: 0 0 2rem;
    color: #fff;
    font-size: clamp(3.2rem, 7vw, 7.3rem);
    line-height: .87;
}

.fhs-find-hero:not(.is-state) h1 { max-width: 13ch; }

.fhs-find-hero h1 em {
    color: var(--fhs-copper-bright);
    font-weight: 400;
}

.fhs-find-hero__lede {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .77);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.7;
}

.fhs-find-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.6rem;
    margin-top: 2.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.fhs-find-hero__proof span {
    color: rgba(255, 255, 255, .62);
    font-size: .82rem;
}

.fhs-find-hero__proof strong {
    display: block;
    color: #fff;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.3rem;
}

.fhs-breadcrumb {
    display: flex;
    gap: .55rem;
    margin: -.35rem 0 1.3rem;
    color: rgba(255, 255, 255, .62);
    font-size: .76rem;
}

.fhs-breadcrumb a { color: #fff; }

.fhs-find-hero__aside {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 530px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 4px;
    background: rgba(255, 254, 249, .97);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .26);
    color: var(--fhs-ink);
}

.fhs-find-hero__aside-label {
    margin: 0 0 1.4rem;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.55rem;
    font-weight: 700;
}

.fhs-find-hero.is-state {
    min-height: 0;
    padding-top: clamp(2.8rem, 5vw, 5rem);
    padding-bottom: clamp(2.8rem, 5vw, 5rem);
}

.fhs-find-hero.is-state h1 { font-size: clamp(3rem, 6vw, 6rem); }

.fhs-search { display: grid; gap: 1rem; }
.fhs-search label { display: grid; gap: .45rem; }

.fhs-search label > span {
    font-size: .76rem;
    font-weight: 820;
    letter-spacing: .04em;
}

.fhs-search select,
.fhs-search input[type="search"] {
    width: 100%;
    min-height: 51px;
    padding: .8rem .95rem;
    border: 1px solid rgba(16, 23, 19, .23);
    border-radius: 3px;
    background: #fff;
    color: var(--fhs-ink);
    font: inherit;
}

.fhs-search__distance { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: .65rem; }
.fhs-location-button {
    min-height: 51px;
    padding: .75rem 1rem;
    border: 1px solid rgba(16, 23, 19, .23);
    border-radius: 3px;
    background: #ece6da;
    color: var(--fhs-ink);
    cursor: pointer;
    font-weight: 800;
}
.fhs-location-button:disabled { cursor: wait; opacity: .65; }

.fhs-category-filter { min-width: 0; margin: 0; padding: 0; border: 0; }
.fhs-category-filter legend { margin-bottom: .55rem; font-size: .76rem; font-weight: 820; letter-spacing: .04em; }
.fhs-category-filter > div { display: flex; flex-wrap: wrap; gap: .42rem; }
.fhs-category-filter label { position: relative; display: block; }
.fhs-category-filter input { position: absolute; opacity: 0; pointer-events: none; }
.fhs-category-filter span {
    display: block;
    padding: .48rem .68rem;
    border: 1px solid rgba(16, 23, 19, .18);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: .7rem;
    font-weight: 780;
}
.fhs-category-filter input:checked + span { border-color: var(--fhs-green); background: var(--fhs-green); color: #fff; }
.fhs-category-filter input:focus-visible + span { outline: 3px solid rgba(184, 121, 60, .38); outline-offset: 2px; }
.fhs-search__message { min-height: 1.2em; margin: 0; color: #68513b; font-size: .75rem; line-height: 1.45; }

.fhs-search button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    padding: .9rem 1.1rem;
    border: 0;
    border-radius: 3px;
    background: var(--fhs-ink);
    color: #fff;
    cursor: pointer;
    font-weight: 850;
}

.fhs-clear { color: #6f4a28; font-size: .78rem; font-weight: 800; }

.fhs-map-band {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(520px, 1.28fr);
    align-items: start;
    gap: clamp(2.5rem, 5vw, 6rem);
    padding: clamp(3rem, 6vw, 6rem) var(--fh-gutter, 4vw);
    background: #d7d0c2;
}

.fhs-map-band__intro { position: sticky; top: 6rem; max-width: 590px; }

.fhs-map-band h2,
.fhs-results h2 {
    margin: 0 0 1.4rem;
    font-size: clamp(2.25rem, 4.5vw, 4.5rem);
    line-height: .98;
}

.fhs-map-band__intro > p:not(.fhs-eyebrow) {
    max-width: 55ch;
    color: #4d534e;
    font-size: 1.02rem;
    line-height: 1.65;
}

.fhs-state-picker {
    margin-top: 2rem;
    color: #454d47;
}

.fhs-state-picker summary { cursor: pointer; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.fhs-states { display: flex; flex-wrap: wrap; gap: .55rem; margin: .8rem 0 0; }

.fhs-states a {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .45rem .55rem .45rem .85rem;
    border: 1px solid rgba(16, 23, 19, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: var(--fhs-ink);
    font-size: .8rem;
    font-weight: 760;
    text-decoration: none;
}

.fhs-states a span {
    display: inline-grid;
    min-width: 1.7rem;
    min-height: 1.7rem;
    place-items: center;
    border-radius: 999px;
    background: var(--fhs-ink);
    color: #fff;
    font-size: .7rem;
}

.fhs-states a.is-active,
.fhs-states a:hover { border-color: var(--fhs-ink); background: #fff; }

.fhs-map-trust {
    display: grid;
    gap: .25rem;
    margin-top: 2rem;
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--fhs-copper);
    background: rgba(255, 255, 255, .36);
}

.fhs-map-trust strong { font-family: var(--fh-serif, Georgia, serif); }
.fhs-map-trust span { color: #5c625d; font-size: .78rem; line-height: 1.5; }

.fhs-map-band__visual {
    min-width: 0;
    padding: .85rem;
    background: rgba(255, 254, 249, .9);
    box-shadow: 0 24px 70px rgba(17, 24, 20, .16);
    transform: rotate(.35deg);
}

.fhs-map {
    height: min(58vh, 560px);
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(16, 23, 19, .16);
    border-radius: 0;
    background: #e8e3d7;
}

.fhs-map-status {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem .4rem .2rem;
}

.fhs-map-status span,
.fhs-map-status strong { display: block; }
.fhs-map-status span { color: #737973; font-size: .61rem; font-weight: 850; letter-spacing: .1em; }
.fhs-map-status strong { margin-top: .15rem; font-family: var(--fh-serif, Georgia, serif); font-size: 1.12rem; }
.fhs-map-status a { color: #7f4e24; font-size: .78rem; font-weight: 850; text-decoration: none; }

.fhs-map--single { height: 400px; min-height: 320px; }
.fhs-map--wide {
    width: 100%;
    height: clamp(520px, 68vh, 820px);
    min-height: 520px;
    border: 0;
    border-radius: 0;
}
.fhs-map-pin-wrap { border: 0; background: transparent; }
.fhs-map-pin { display: grid; width: 24px; height: 24px; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #b3541e; box-shadow: 0 4px 12px rgba(0, 0, 0, .3); color: #b3541e; }
.fhs-cluster-wrap { border: 0; background: transparent; }
.fhs-map-cluster { display: grid; width: 42px; height: 42px; place-items: center; border: 4px solid rgba(255,255,255,.92); border-radius: 50%; background: var(--fhs-green); box-shadow: 0 5px 16px rgba(0,0,0,.28); color: #fff; font: 850 .8rem/1 var(--fh-sans, system-ui, sans-serif); }
.fhs-popup { display: grid; gap: 5px; }
.fhs-popup span { color: var(--fhs-muted); }
.fhs-popup a { color: #8b4a1f; font-weight: 800; }

.fhs-results { max-width: 1540px; margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) var(--fh-gutter, 4vw); background: var(--fhs-paper); }

.fhs-results__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.4rem;
}

.fhs-results__head h2 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.7rem); line-height: .95; }

.fhs-view-tabs { display: flex; gap: .55rem; margin: 0 0 1.15rem; overflow-x: auto; scrollbar-width: none; }
.fhs-view-tabs::-webkit-scrollbar { display: none; }
.fhs-view-tabs button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .65rem;
    min-height: 46px;
    padding: .7rem 1rem;
    border: 1px solid var(--fhs-line);
    border-radius: 999px;
    background: rgba(255,255,255,.65);
    color: var(--fhs-ink);
    cursor: pointer;
    font-weight: 820;
}
.fhs-view-tabs button span { display: inline-grid; min-width: 1.7rem; min-height: 1.7rem; place-items: center; border-radius: 999px; background: #e3dccf; font-size: .7rem; }
.fhs-view-tabs button[aria-selected="true"] { border-color: var(--fhs-green); background: var(--fhs-green); color: #fff; }
.fhs-view-tabs button[aria-selected="true"] span { background: rgba(255,255,255,.16); color: #fff; }

.fhs-result-tools {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(170px, .52fr) minmax(170px, .52fr) minmax(150px, .42fr) auto;
    align-items: end;
    gap: .8rem;
    margin: 0 0 2.4rem;
    padding: 1rem;
    border: 1px solid var(--fhs-line);
    background: #e5ded1;
}
.fhs-result-tools label { display: grid; gap: .35rem; min-width: 0; }
.fhs-result-tools label > span { color: #515952; font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.fhs-result-tools input,
.fhs-result-tools select { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #bdb5a8; border-radius: 2px; background: #fff; color: var(--fhs-ink); font: inherit; }
.fhs-result-tools button { min-height: 48px; padding: .7rem 1.25rem; border: 1px solid var(--fhs-ink); background: var(--fhs-ink); color: #fff; cursor: pointer; font-weight: 850; }

.fhs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.3rem, 2.4vw, 2.4rem); }

.fhs-join-card {
    display: flex;
    min-height: 470px;
    flex-direction: column;
    justify-content: end;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    overflow: hidden;
    border: 1px solid rgba(184,121,60,.72);
    background:
        linear-gradient(180deg, rgba(8,20,13,.25), rgba(8,20,13,.96)),
        url('../../../themes/fieldhonest/assets/images/fallback-trail.webp') center/cover;
    box-shadow: 0 14px 42px rgba(15,22,17,.14);
    color: #fff;
}
.fhs-join-card p { margin: 0 0 1rem; color: var(--fhs-copper-bright); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.fhs-join-card h3 { margin: 0; color: #fff; font-family: var(--fh-sans, system-ui, sans-serif); font-size: clamp(2.6rem, 4vw, 4.1rem); letter-spacing: -.055em; line-height: .88; }
.fhs-join-card > span { margin: 1.4rem 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.6; }
.fhs-join-card a { display: flex; justify-content: space-between; color: #fff; font-size: .78rem; font-weight: 850; text-decoration: none; }
.fhs-join-card a b { color: var(--fhs-copper-bright); }

.fhs-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--fhs-line);
    border-radius: 0;
    background: var(--fhs-white);
    box-shadow: 0 14px 42px rgba(15, 22, 17, .07);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.fhs-card:hover,
.fhs-card.is-map-active { border-color: rgba(173,79,28,.55); box-shadow: 0 22px 54px rgba(15, 22, 17, .13); transform: translateY(-3px); }

.fhs-card[hidden] { display: none !important; }

.fhs-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.58 / 1;
    overflow: hidden;
    text-decoration: none;
}
.fhs-card__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(8,18,12,.62)); pointer-events: none; }
.fhs-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.fhs-card:hover .fhs-card__media img { transform: scale(1.025); }
.fhs-card__rating { position: absolute; z-index: 2; top: .75rem; right: .75rem; display: flex; align-items: baseline; gap: .3rem; padding: .48rem .6rem; background: rgba(16,23,19,.92); color: #fff; }
.fhs-card__rating b { color: var(--fhs-copper-bright); }
.fhs-card__rating strong { font-family: var(--fh-serif, Georgia, serif); font-size: .9rem; }
.fhs-card__rating small { color: rgba(255,255,255,.62); font-size: .58rem; }
.fhs-card__status { position: absolute; z-index: 1; right: .75rem; bottom: .75rem; padding: .42rem .58rem; background: rgba(16,23,19,.9); color: #fff; font-size: .62rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }

.fhs-card__body { display: flex; flex: 1; min-height: 235px; flex-direction: column; padding: 1.2rem 1.3rem 1.1rem; }

.fhs-card__meta {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: .65rem;
    min-height: 1rem;
    margin-bottom: .7rem;
    color: #6a6f69;
    font-size: .69rem;
}

.fhs-card__meta span:last-child { color: #47705a; font-weight: 800; }
.fhs-card h3 { margin: 0 0 .65rem; font-size: clamp(1.55rem, 2.1vw, 2.12rem); line-height: 1.02; }
.fhs-card h3 a { color: var(--fhs-ink); text-decoration: none; }
.fhs-card__categories { margin: 0 0 1rem; color: #687069; font-size: .75rem; line-height: 1.5; }
.fhs-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.fhs-chips span { padding: .42rem .58rem; border-radius: 2px; background: #ece6da; color: #3a493f; font-size: .68rem; font-weight: 800; }
.fhs-chips--large span { padding: .55rem .7rem; font-size: .82rem; }

.fhs-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--fhs-line);
}

.fhs-card__foot strong { font-family: var(--fh-serif, Georgia, serif); font-size: .82rem; }
.fhs-card__foot a { color: #875225; font-size: .74rem; font-weight: 850; text-decoration: none; }
.fhs-card__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem; }
.fhs-card__distance { color: #ad4f1c; }
.fhs-empty[hidden],
.fhs-map-band[hidden] { display: none !important; }
.fhs-empty, .fhs-notice { padding: 2rem; border: 1px solid #d6c6a4; background: #fff8df; }
.navigation.pagination { margin-top: 2.4rem; }
.nav-links { display: flex; justify-content: center; gap: .5rem; }
.page-numbers { padding: .6rem .85rem; background: #fff; color: var(--fhs-ink); text-decoration: none; }
.page-numbers.current { background: var(--fhs-green); color: #fff; }

/* Compact dark bridge used inside state hunting-calendar pages. */
.fhs-calendar-bridge {
    --fhs-ink: #101713;
    --fhs-muted: #5f665f;
    --fhs-white: #fffef9;
    --fhs-line: rgba(255,255,255,.18);
    --fhs-copper: var(--fh-copper, #b8793c);
    --fhs-copper-bright: var(--fh-copper-bright, #d49655);
    margin: clamp(1.25rem, 2.5vw, 2.25rem) var(--fh-gutter, 4vw) clamp(2.75rem, 5vw, 5rem);
    padding: clamp(1.25rem, 2.4vw, 2rem);
    border: 1px solid rgba(255,255,255,.18);
    background: radial-gradient(circle at 14% 0, rgba(184,121,60,.08), transparent 34%), rgba(0,0,0,.14);
    color: #fffef9;
}
.fhs-calendar-bridge__head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.25rem,2.5vw,1.8rem); }
.fhs-calendar-bridge__head .fhs-eyebrow { margin-bottom: .5rem; color: var(--fhs-copper-bright); }
.fhs-calendar-bridge__head h2 { margin: 0; color: #fffef9; font-family: var(--fh-serif,Georgia,serif); font-size: clamp(2rem,4vw,3.8rem); font-weight: 700; line-height: 1; }
.fhs-calendar-bridge__head > div > p:last-child { margin: .55rem 0 0; color: rgba(255,254,249,.72); font-family: var(--fh-serif,Georgia,serif); font-size: clamp(1rem,1.4vw,1.2rem); }
.fhs-calendar-bridge__head > a { display: inline-flex; align-items: center; justify-content: space-between; flex: 0 0 auto; gap: 1rem; min-height: 3rem; padding: .75rem 1rem; border: 1px solid rgba(212,150,85,.78); color: var(--fhs-copper-bright); font-size: .8rem; font-weight: 850; text-decoration: none; }
.fhs-calendar-bridge__head > a:hover, .fhs-calendar-bridge__head > a:focus-visible { background: var(--fhs-copper); color: var(--fhs-ink); }
.fhs-calendar-bridge__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.fhs-calendar-bridge__empty { max-width: 760px; margin: 0; color: rgba(255,254,249,.68); }
.fhs-calendar-bridge .fhs-card { border-color: rgba(255,255,255,.2); border-radius: 0; background: rgba(5,19,14,.52); box-shadow: none; color: #fffef9; }
.fhs-calendar-bridge .fhs-card:hover { border-color: rgba(212,150,85,.62); box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.fhs-calendar-bridge .fhs-card__media { aspect-ratio: 16 / 6.4; }
.fhs-calendar-bridge .fhs-card__media::after { background: linear-gradient(180deg,transparent 45%,rgba(8,18,12,.72)); }
.fhs-calendar-bridge .fhs-card__status { font-size: .55rem; }
.fhs-calendar-bridge .fhs-card__body { min-height: 190px; padding: 1.05rem 1.15rem 1rem; }
.fhs-calendar-bridge .fhs-card__meta { color: var(--fhs-copper-bright); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.fhs-calendar-bridge .fhs-card__meta span:last-child { color: var(--fhs-copper-bright); }
.fhs-calendar-bridge .fhs-card h3 { margin: .7rem 0 .55rem; font-family: var(--fh-serif,Georgia,serif); font-size: clamp(1.35rem,2.1vw,1.9rem); font-weight: 700; line-height: 1.02; }
.fhs-calendar-bridge .fhs-card h3 a { color: #fffef9; }
.fhs-calendar-bridge .fhs-card__categories { color: rgba(255,254,249,.66); }
.fhs-calendar-bridge .fhs-card__foot { border-color: rgba(255,255,255,.16); }
.fhs-calendar-bridge .fhs-card__foot strong { color: rgba(255,254,249,.74); }
.fhs-calendar-bridge .fhs-card__foot a { color: var(--fhs-copper-bright); }

.fhs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .85rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #ad4f1c;
    color: #fff !important;
    cursor: pointer;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.fhs-button--quiet { background: var(--fhs-green); }
.fhs-button--dark { background: var(--fhs-ink); }
.fhs-button--outline { border-color: rgba(255,255,255,.35); background: transparent; }

/* Public store profile follows the same editorial rhythm as outfitter profiles. */
.fhs-store-profile__hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); min-height: 650px; background: var(--fhs-ink); color: #fff; }
.fhs-store-profile__image { position: relative; min-height: 650px; overflow: hidden; }
.fhs-store-profile__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 62%, rgba(16,23,19,.46)); pointer-events: none; }
.fhs-store-profile__image img { width: 100%; height: 100%; object-fit: cover; }
.fhs-store-profile__image > span { position: absolute; z-index: 1; left: 1.4rem; bottom: 1.3rem; color: rgba(255,255,255,.74); font-size: .61rem; font-weight: 900; letter-spacing: .18em; }
.fhs-store-profile__copy { align-self: center; padding: clamp(3rem, 6vw, 7rem) clamp(2rem, 5vw, 6rem); }
.fhs-profile-breadcrumb { display: flex; gap: .55rem; margin-bottom: 2rem; color: rgba(255,255,255,.52); font-size: .72rem; }
.fhs-profile-breadcrumb a { color: #fff; }
.fhs-profile-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.3rem; }
.fhs-profile-badges span { padding: .34rem .62rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.82); font-size: .63rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.fhs-store-profile__hero h1 { max-width: 10ch; margin: 0 0 1.4rem; color: #fff; font-size: clamp(3.1rem, 6vw, 6.5rem); line-height: .88; }
.fhs-store-profile__lead { max-width: 620px; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.6; }
.fhs-profile-rating { display: inline-flex; align-items: center; gap: .42rem; margin-top: .45rem; padding: .68rem .8rem; border: 1px solid rgba(255,255,255,.2); color: #fff; text-decoration: none; }
.fhs-profile-rating > strong { font-family: var(--fh-serif, Georgia, serif); font-size: 1.45rem; }
.fhs-profile-rating > span:nth-child(2) { color: var(--fhs-copper-bright); }
.fhs-profile-rating > span:last-child { display: grid; padding-left: .25rem; border-left: 1px solid rgba(255,255,255,.18); }
.fhs-profile-rating b { color: rgba(255,255,255,.78); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.fhs-profile-rating small { color: rgba(255,255,255,.52); font-size: .61rem; }
.fhs-profile-rating:hover, .fhs-profile-rating:focus-visible { border-color: var(--fhs-copper-bright); }
.fhs-store-profile__facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin: 2rem 0; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.fhs-store-profile__facts span { display: block; color: rgba(255,255,255,.47); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.fhs-store-profile__facts strong { display: block; margin-top: .25rem; font-family: var(--fh-serif, Georgia, serif); font-size: .98rem; }
.fhs-store-profile__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.fhs-profile-owner-link { display: inline-flex; gap: .45rem; margin-top: 1.15rem; color: rgba(255,255,255,.75); font-size: .75rem; font-weight: 780; text-underline-offset: .24rem; }
.fhs-profile-owner-link span { color: var(--fhs-copper-bright); }
.fhs-profile-nav { position: sticky; z-index: 35; top: 0; display: flex; gap: clamp(1rem,3vw,2.6rem); min-height: 64px; padding: 0 var(--fh-gutter,4vw); overflow-x: auto; border-bottom: 1px solid var(--fhs-line); background: var(--fhs-white); scrollbar-width: none; }
.fhs-profile-nav a { display: inline-flex; align-items: center; flex: 0 0 auto; color: #4f5750; font-size: .76rem; font-weight: 800; text-decoration: none; }
.fhs-profile-nav a:last-child { margin-left: auto; color: #8b572c; }

.fhs-claim-strip.fhs-claim-card { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr); align-items: center; gap: clamp(2rem,6vw,7rem); padding: clamp(2rem,4vw,3.3rem) var(--fh-gutter,4vw); border: 0; border-radius: 0; background: #c27b38; color: var(--fhs-ink); }
.fhs-claim-strip .fhs-eyebrow { margin-bottom: .45rem; color: #26372d; }
.fhs-claim-strip.fhs-claim-card h2 { margin: 0 0 .35rem; font-size: clamp(2.2rem,4vw,3.8rem); line-height: .95; }
.fhs-claim-strip p { max-width: 680px; margin-bottom: 0; line-height: 1.55; }
.fhs-claim-action summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.35rem; background: var(--fhs-ink); color: #fff; cursor: pointer; font-size: .78rem; font-weight: 850; list-style: none; }
.fhs-claim-action summary::-webkit-details-marker { display: none; }
.fhs-claim-action__panel { padding: 1rem 1.2rem 1.2rem; border: 1px solid rgba(16,23,19,.22); border-top: 0; background: #efe7da; }
.fhs-claim-action__panel p { margin: 0 0 .85rem; font-size: .8rem; }
.fhs-claim-action__panel form { display: grid; grid-template-columns: 1fr auto; gap: .65rem; align-items: end; }
.fhs-claim-action__panel label { display: grid; gap: .35rem; font-size: .68rem; font-weight: 800; }
.fhs-claim-action__panel input { width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid #b8ad9b; background: #fff; font: inherit; }
.fhs-claim-action__panel button { min-height: 46px; padding: .7rem 1rem; border: 0; background: var(--fhs-ink); color: #fff; cursor: pointer; font-weight: 850; }
.fhs-claim-action__panel small { display: block; margin-top: .6rem; color: #676b64; font-size: .66rem; }
.fhs-claim-feedback { display: grid; gap: .25rem; padding: 1.2rem; background: var(--fhs-ink); color: #fff; }
.fhs-claim-feedback span { color: rgba(255,255,255,.7); font-size: .76rem; }

.fhs-store-profile__layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,360px); gap: clamp(2rem,6vw,7rem); max-width: 1420px; margin: 0 auto; padding: clamp(3.5rem,7vw,7rem) var(--fh-gutter,4vw); }
.fhs-store-profile__content { min-width: 0; }
.fhs-store-profile__content > section { margin-bottom: clamp(3.5rem,7vw,7rem); padding-bottom: clamp(3.5rem,7vw,7rem); border-bottom: 1px solid var(--fhs-line); scroll-margin-top: 85px; }
.fhs-store-profile__content h2 { max-width: 14ch; margin-top: 0; font-size: clamp(2.3rem,4.5vw,4.5rem); line-height: .97; }
.fhs-store-prose { max-width: 760px; color: #343c36; font-family: var(--fh-serif, Georgia, serif); font-size: clamp(1.05rem,1.6vw,1.27rem); line-height: 1.78; }
.fhs-offering-label { margin-top: 2rem; margin-bottom: .8rem; }
.fhs-hours { max-width: 760px; padding: 1.2rem 1.35rem; border-left: 4px solid var(--fhs-copper); background: var(--fhs-white); font-weight: 750; line-height: 1.7; }
.fhs-source-note { max-width: 760px; color: var(--fhs-muted); font-size: .82rem !important; line-height: 1.6; }
.fhs-store-location-wide {
    scroll-margin-top: 85px;
    border-top: 1px solid var(--fhs-line);
    background: var(--fhs-cream);
}
.fhs-store-location-wide__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1420px;
    margin: 0 auto;
    padding: clamp(2.25rem, 5vw, 4.75rem) var(--fh-gutter, 4vw);
}
.fhs-store-location-wide__head h2 {
    max-width: none;
    margin: 0 0 .55rem;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .92;
}
.fhs-store-location-wide__head p:not(.fhs-eyebrow) {
    max-width: 42rem;
    margin: 0;
    color: #343c36;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
}
.fhs-store-location-wide__directions {
    flex: 0 0 auto;
    padding: .9rem 1.1rem;
    border-bottom: 2px solid currentColor;
    color: #7c491f;
    font-weight: 850;
    text-decoration: none;
}
.fhs-store-location-wide__directions:hover,
.fhs-store-location-wide__directions:focus-visible { color: var(--fhs-ink); }
.fhs-store-profile__rail { position: sticky; top: 86px; display: grid; align-self: start; gap: 1rem; }
.fhs-side-card { padding: 1.3rem; border: 1px solid var(--fhs-line); background: var(--fhs-white); }
.fhs-side-card h2 { margin-top: 0; font-size: 1.65rem; }
.fhs-side-card dl { margin: 0 0 1.2rem; }
.fhs-side-card dl > div { display: grid; grid-template-columns: 82px 1fr; gap: .75rem; padding: .78rem 0; border-bottom: 1px solid var(--fhs-line); }
.fhs-side-card dt { color: #6b716c; font-size: .67rem; }
.fhs-side-card dd { margin: 0; font-family: var(--fh-serif, Georgia, serif); font-size: .84rem; line-height: 1.35; }
.fhs-side-card--source { background: #dfd8ca; }
.fhs-side-card--source p { color: #4f5751; font-size: .82rem; line-height: 1.55; }
.fhs-side-card--source small { color: #6e736e; font-size: .67rem; }

.fhs-rating { padding: 0; overflow: hidden; border-top: 4px solid var(--fhs-copper); background: #f4f0e8; }
.fhs-rating__head { display: grid; grid-template-columns: minmax(0,1fr) 112px; gap: 1rem; padding: 1.2rem; }
.fhs-rating__head h2 { margin: .2rem 0 .45rem; font-size: 1.8rem; line-height: 1; }
.fhs-rating__head > div:first-child > p:last-child { margin: 0; color: #56605b; font-size: .72rem; line-height: 1.45; }
.fhs-rating__overall { align-content: center; display: grid; min-width: 0; padding: .8rem; background: var(--fhs-ink); color: #fff; }
.fhs-rating__overall > span { color: rgba(255,255,255,.54); font-size: .52rem; font-weight: 900; letter-spacing: .09em; }
.fhs-rating__overall > div { display: flex; align-items: baseline; gap: .25rem; margin: .25rem 0; white-space: nowrap; }
.fhs-rating__overall strong { font-family: var(--fh-serif, Georgia, serif); font-size: 2.3rem; line-height: 1; }
.fhs-rating__overall b { color: var(--fhs-copper-bright); }
.fhs-rating__overall em { color: rgba(255,255,255,.48); font-size: .65rem; font-style: normal; }
.fhs-rating__overall small { color: rgba(255,255,255,.62); font-size: .58rem; }
.fhs-rating__overall.is-empty { background: #ded7c9; color: var(--fhs-ink); }
.fhs-rating__overall.is-empty > span, .fhs-rating__overall.is-empty small { color: #68716c; }
.fhs-rating__summary { display: grid; gap: .55rem; padding: 0 1.2rem 1.2rem; }
.fhs-rating-metric { padding: .65rem .75rem; border: 1px solid rgba(15,23,19,.1); background: #fff; }
.fhs-rating-metric p { display: flex; justify-content: space-between; gap: .75rem; margin: 0 0 .45rem; }
.fhs-rating-metric p span { color: #4f5953; font-size: .68rem; }
.fhs-rating-metric p b { font-family: var(--fh-serif, Georgia, serif); font-size: .82rem; }
.fhs-rating-metric__track { display: block; height: 5px; overflow: hidden; background: #e8e2d7; }
.fhs-rating-metric__track i { display: block; height: 100%; background: var(--fhs-copper); }
.fhs-rating-form { display: grid; gap: .65rem; padding: 1rem 1.2rem 1.2rem; border-top: 1px solid rgba(15,23,19,.1); background: #fff; }
.fhs-rating-form__intro { display: flex; justify-content: space-between; gap: .7rem; margin: 0 .05rem .2rem; }
.fhs-rating-form__intro strong { font-family: var(--fh-serif, Georgia, serif); }
.fhs-rating-form__intro span { color: #68716c; font-size: .66rem; }
.fhs-rating-form fieldset { display: grid; gap: .45rem; margin: 0; padding: .65rem .7rem; border: 1px solid rgba(15,23,19,.1); background: #f8f6f1; }
.fhs-rating-form legend { padding: 0; font-size: .73rem; font-weight: 750; }
.fhs-stars { display: inline-flex; flex-direction: row-reverse; justify-self: start; }
.fhs-stars input { position: absolute; opacity: 0; pointer-events: none; }
.fhs-stars label { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 30px; color: #c9c5bb; cursor: pointer; font-size: 25px; line-height: 1; }
.fhs-stars label:hover, .fhs-stars label:hover ~ label, .fhs-stars input:checked ~ label { color: #c7823c; }
.fhs-stars input:focus-visible + label { outline: 2px solid var(--fhs-ink); outline-offset: 1px; }
.fhs-rating-form__footer { display: grid; gap: .7rem; padding-top: .25rem; }
.fhs-rating-truth { display: flex; align-items: flex-start; gap: .55rem; color: #505852; font-size: .66rem; line-height: 1.45; }
.fhs-rating-truth input { flex: 0 0 auto; margin-top: .16rem; }
.fhs-rating-truth a { color: #7c491f; }
.fhs-rating-form__footer button { min-height: 44px; border: 0; background: var(--fhs-ink); color: #fff; cursor: pointer; font-weight: 800; }
.fhs-rating-form__footer small { color: #68716c; font-size: .62rem; line-height: 1.4; }
.fhs-rating-feedback { display: grid; gap: .2rem; margin: 0 1.2rem 1.2rem; padding: .9rem; background: var(--fhs-green); color: #fff; }
.fhs-rating-feedback span { color: rgba(255,255,255,.7); font-size: .68rem; }
.fhs-rating-notice { display: grid; gap: .2rem; margin: 0 1.2rem 1rem; padding: .9rem; font-size: .7rem; }
.fhs-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Single profile and owner desk retain the same Field Honest material palette. */
.fhs-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 80px; color: var(--fhs-ink); }
.fhs-back { margin: 0 0 24px; }
.fhs-back a { color: var(--fhs-green); font-weight: 800; }
.fhs-single__hero { display: grid; grid-template-columns: minmax(0, 2fr) minmax(240px, .7fr); align-items: end; gap: 30px; padding: 44px 0; border-bottom: 1px solid var(--fhs-line); }
.fhs-single__hero h1 { max-width: 880px; margin: .18em 0; font-size: clamp(2.35rem, 5vw, 5rem); line-height: .98; }
.fhs-single__hero .fhs-lead { max-width: 780px; color: var(--fhs-muted); font-size: 1.16rem; line-height: 1.65; }
.fhs-single__hero aside { padding: 20px; border-radius: 3px; background: var(--fhs-green); color: #fff; }
.fhs-single__hero aside p { margin-bottom: 0; color: #e6eee8; }
.fhs-single__hero aside small { display: block; margin-top: .65rem; color: rgba(255,255,255,.68); font-size: .72rem; }
.fhs-single__layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(290px, .7fr); gap: 36px; margin-top: 36px; }
.fhs-content section { padding: 28px 0; border-bottom: 1px solid var(--fhs-line); }
.fhs-content h2, .fhs-contact-card h2, .fhs-plan-card h2 { font-size: 1.8rem; }
.fhs-content p { font-size: 1.03rem; line-height: 1.75; }
.fhs-hours { padding: 1rem 1.1rem; border-left: 3px solid var(--fhs-copper); background: rgba(255,255,255,.55); font-weight: 750; }
.fhs-source-note { color: var(--fhs-muted); font-size: .88rem !important; }
.fhs-single__rail { position: sticky; top: 24px; display: grid; align-self: start; gap: 16px; }
.fhs-contact-card, .fhs-claim-card, .fhs-plan-card { padding: 24px; border: 1px solid var(--fhs-line); border-radius: 3px; background: var(--fhs-white); }
.fhs-contact-card { border-top: 4px solid var(--fhs-green); }
.fhs-claim-card { background: #ebe5d9; }
.fhs-claim-card h2 { margin-top: 0; font-size: 1.55rem; }
.fhs-contact-card form, .fhs-claim-card form { display: grid; gap: 13px; }
.fhs-contact-card label, .fhs-owner-form label { display: grid; gap: 7px; font-weight: 700; }
.fhs-contact-card input, .fhs-claim-card input, .fhs-owner-form input, .fhs-owner-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bdb5a4; border-radius: 3px; background: #fff; color: var(--fhs-ink); font: inherit; }
.fhs-contact-card a:not(.fhs-button) { color: #8b4a1f; font-weight: 800; }
.fhs-desk__layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(290px, .7fr); gap: 24px; margin-top: 28px; }
.fhs-owner-form { display: grid; gap: 18px; }
.fhs-owner-form section { display: grid; gap: 13px; padding: 24px; border: 1px solid var(--fhs-line); border-radius: 3px; background: var(--fhs-white); }
.fhs-owner-form h2 { margin: 0; }
.fhs-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.fhs-check-grid label, .fhs-terms { display: flex !important; align-items: flex-start; gap: 8px !important; padding: 10px; border: 1px solid var(--fhs-line); background: #fff; font-weight: 600 !important; }
.fhs-check-grid input, .fhs-terms input { width: auto; min-height: 0; margin-top: 3px; }
.fhs-plan-card form { display: grid; gap: 13px; }

@media (max-width: 1080px) {
    .fhs-find-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: 3rem; }
    .fhs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fhs-result-tools { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .fhs-result-tools__name { grid-column: 1 / -1; }
    .fhs-result-tools button { grid-column: 2; }
    .fhs-calendar-bridge__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 840px) {
    .fhs-find-hero, .fhs-map-band { grid-template-columns: 1fr; }
    .fhs-find-hero { min-height: 0; }
    .fhs-find-hero__aside { max-width: none; }
    .fhs-map-band__intro { position: static; max-width: none; }
    .fhs-map-band__visual { transform: none; }
    .fhs-single__layout, .fhs-desk__layout, .fhs-single__hero { grid-template-columns: 1fr; }
    .fhs-single__rail { display: contents; }
    .fhs-contact-card { order: -1; }
    .fhs-content { order: 0; }
    .fhs-claim-card { order: 1; }
    .fhs-single__rail, .fhs-contact-card, .fhs-plan-card { position: static; }
    .fhs-store-profile__hero { grid-template-columns: 1fr; }
    .fhs-store-profile__image { min-height: 460px; }
    .fhs-store-profile__copy { padding: 3rem var(--fh-gutter,4vw) 4rem; }
    .fhs-claim-strip.fhs-claim-card, .fhs-store-profile__layout { grid-template-columns: 1fr; }
    .fhs-store-profile__rail { position: static; }
}

@media (max-width: 640px) {
    .fhs-find-hero { padding-top: 3rem; padding-bottom: 3rem; }
    .fhs-find-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
    .fhs-store-location-wide__head { display: grid; gap: 1.5rem; }
    .fhs-store-location-wide__directions { justify-self: start; padding-left: 0; padding-right: 0; }
    .fhs-map--wide { height: 58vh; min-height: 430px; }
    .fhs-calendar-bridge { margin-right: 12px; margin-left: 12px; }
    .fhs-calendar-bridge__head { display: grid; gap: 1.25rem; }
    .fhs-calendar-bridge__head > a { width: 100%; }
    .fhs-calendar-bridge__grid { grid-template-columns: 1fr; }
    .fhs-calendar-bridge .fhs-card__media { aspect-ratio: 16 / 7.5; }
    .fhs-find-hero.is-state { padding-top: 2rem; padding-bottom: 2rem; }
    .fhs-find-hero.is-state h1 { margin-bottom: 1.2rem; font-size: clamp(2.65rem, 11vw, 3.5rem); }
    .fhs-find-hero.is-state .fhs-find-hero__lede { font-size: .96rem; line-height: 1.55; }
    .fhs-find-hero__proof { gap: 1rem 1.6rem; margin-top: 1.4rem; padding-top: .9rem; }
    .fhs-search__distance { grid-template-columns: 1fr; }
    .fhs-location-button { width: 100%; }
    .fhs-map-band { padding-top: 3rem; padding-bottom: 3rem; }
    .fhs-map { min-height: 340px; }
    .fhs-map-status { grid-template-columns: 1fr; }
    .fhs-results { padding-top: 3.5rem; padding-bottom: 4rem; }
    .fhs-results__head { align-items: start; flex-direction: column; gap: .4rem; }
    .fhs-grid, .fhs-check-grid { grid-template-columns: 1fr; }
    .fhs-result-tools { grid-template-columns: 1fr; }
    .fhs-result-tools__name, .fhs-result-tools button { grid-column: auto; }
    .fhs-shell { width: min(100% - 22px, 1180px); padding-top: 22px; }
    .fhs-card__meta { display: grid; }
    .fhs-card__foot { align-items: flex-start; flex-direction: column; }
    .fhs-card__links { justify-content: flex-start; }
    .fhs-card__body { min-height: 215px; }
    .fhs-join-card { min-height: 430px; }
    .fhs-store-profile__image { min-height: 330px; }
    .fhs-store-profile__hero h1 { font-size: clamp(3rem,14vw,4.8rem); }
    .fhs-store-profile__facts { grid-template-columns: 1fr; }
    .fhs-profile-nav a:last-child { margin-left: 0; }
    .fhs-claim-action__panel form { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .fhs-card, .fhs-button { transition: none; }
}

/* Owner Desk — shared visual language with the outfitter management area. */
.fhs-desk-page { min-height: 100vh; background: #f2efe7; color: var(--fhs-ink); }
.fhs-desk-head { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 3rem; min-height: 375px; padding: 5.5rem max(4vw,calc((100vw - 1340px)/2)); background: radial-gradient(circle at 82% 14%,rgba(190,121,52,.22),transparent 34%),#0c1812; color: #fff; }
.fhs-desk-head__copy { max-width: 900px; }
.fhs-desk-head .fhs-eyebrow { color: #d28b47; }
.fhs-desk-head h1 { max-width: 920px; margin: .22em 0 .28em; color: #fff; font-family: var(--fh-serif,Georgia,serif); font-size: clamp(3rem,5.3vw,5.3rem); line-height: .96; letter-spacing: -.04em; }
.fhs-desk-head__copy > p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.06rem; line-height: 1.55; }
.fhs-desk-head__actions { display: grid; justify-items: stretch; gap: .9rem; min-width: 250px; }
.fhs-desk-head__actions .fhs-button { justify-content: center; min-width: 250px; }
.fhs-button--outline-light { border: 1px solid rgba(255,255,255,.42); background: transparent; color: #fff; }
.fhs-button--outline-light:hover { border-color: #fff; background: #fff; color: #0c1812; }
.fhs-button--copper { background: #d99650; color: #0c1812; }
.fhs-desk-status { display: flex; align-items: center; justify-content: center; min-height: 46px; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fhs-desk-status.is-active { border-color: rgba(165,199,164,.42); background: rgba(102,145,104,.2); color: #dcebdc; }
.fhs-desk-login { display: grid; place-items: center; min-height: 660px; padding: 5rem 4vw; background: radial-gradient(circle at 80% 20%,rgba(190,121,52,.25),transparent 32%),#0c1812; color: #fff; text-align: center; }
.fhs-desk-login > div { max-width: 760px; }
.fhs-desk-login h1 { margin: .25em 0; color: #fff; font-size: clamp(3.2rem,7vw,6rem); line-height: .95; }
.fhs-desk-login h1 em { color: #d99650; font-weight: inherit; }
.fhs-desk-login p:not(.fhs-eyebrow) { max-width: 650px; margin: 0 auto 2rem; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.65; }

.fhs-desk-shell { display: grid; grid-template-columns: 275px minmax(0,1fr); gap: 3.8rem; width: min(1340px,calc(100% - 8vw)); margin: 0 auto; padding: 5.2rem 0 7rem; }
.fhs-desk-rail { position: sticky; top: 24px; display: grid; align-self: start; gap: 1.35rem; }
.fhs-completeness { display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid #d1ccbf; }
.fhs-completeness__ring { position: relative; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: conic-gradient(#c47b37 var(--fhs-complete),#ddd7ca 0); }
.fhs-completeness__ring::before { position: absolute; width: 56px; height: 56px; border-radius: 50%; background: #f2efe7; content: ''; }
.fhs-completeness__ring span { position: relative; z-index: 1; font-size: .76rem; font-weight: 900; }
.fhs-completeness > div:last-child { display: grid; gap: .2rem; }
.fhs-completeness strong { font-family: var(--fh-serif,Georgia,serif); font-size: 1rem; }
.fhs-completeness > div:last-child span { color: #69716b; font-size: .72rem; }
.fhs-desk-rail nav { display: grid; gap: .15rem; padding: .2rem 0 1.2rem; border-bottom: 1px solid #d1ccbf; }
.fhs-desk-rail nav a { padding: .8rem .9rem; border-left: 3px solid transparent; color: #56615b; font-size: .78rem; font-weight: 800; text-decoration: none; }
.fhs-desk-rail nav a:hover,.fhs-desk-rail nav a.is-active { border-left-color: #c47b37; color: #0c1812; }
.fhs-desk-jump { display: none; }
.fhs-access-pill { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; background: #e3ddd0; font-size: .68rem; }
.fhs-access-pill strong { color: #8b4d20; letter-spacing: .05em; }
.fhs-desk-content { display: grid; gap: 1.5rem; min-width: 0; }
.fhs-desk-success,.fhs-desk-locked { display: grid; gap: .25rem; padding: 1rem 1.2rem; border-left: 4px solid #587a5c; background: #e2ebe0; }
.fhs-desk-success span,.fhs-desk-locked span { color: #506056; font-size: .78rem; }
.fhs-desk-locked { border-left-color: #c47b37; background: #f2dfc9; }
.fhs-desk-locked a { justify-self: start; margin-top: .4rem; color: #7b431d; font-weight: 800; }

.fhs-desk-guide { border: 1px solid #cfc8b9; background: #e4ded1; }
.fhs-desk-guide summary { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: .8rem; padding: 1rem 1.2rem; cursor: pointer; list-style: none; }
.fhs-desk-guide summary::-webkit-details-marker { display: none; }
.fhs-desk-guide summary::marker { content: ''; }
.fhs-desk-guide summary > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #0c1812; color: #fff; font-family: var(--fh-serif,Georgia,serif); font-weight: 800; }
.fhs-desk-guide summary div { display: grid; gap: .1rem; }
.fhs-desk-guide summary small { color: #69716b; }
.fhs-desk-guide summary b { color: #864b22; font-size: .7rem; }
.fhs-desk-guide summary b i,.fhs-desk-guide summary b em { font-style: normal; }
.fhs-desk-guide summary b em,.fhs-desk-guide[open] summary b i { display: none; }
.fhs-desk-guide[open] summary b em { display: inline; }
.fhs-desk-guide ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid #cfc8b9; list-style: none; }
.fhs-desk-guide li { display: grid; grid-template-columns: 34px 1fr; gap: .75rem; padding: 1.25rem; }
.fhs-desk-guide li:nth-child(odd) { border-right: 1px solid #cfc8b9; }
.fhs-desk-guide li:nth-child(n+3) { border-top: 1px solid #cfc8b9; }
.fhs-desk-guide li > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #9b9180; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.fhs-desk-guide li strong { font-family: var(--fh-serif,Georgia,serif); }
.fhs-desk-guide li p { margin: .25rem 0 0; color: #626b66; font-size: .72rem; line-height: 1.5; }

.fhs-desk-preview { display: grid; grid-template-columns: 235px minmax(0,1fr); min-height: 185px; overflow: hidden; border: 1px solid #cdc6b8; background: #0c1812; color: #fff; text-decoration: none; }
.fhs-desk-preview img { width: 100%; height: 100%; min-height: 185px; object-fit: cover; filter: saturate(.76); }
.fhs-desk-preview > div { display: grid; align-content: center; gap: .45rem; padding: 1.5rem 1.8rem; }
.fhs-desk-preview span { color: #d99650; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.fhs-desk-preview strong { font-family: var(--fh-serif,Georgia,serif); font-size: 1.8rem; line-height: 1.05; }
.fhs-desk-preview p { margin: 0; color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.5; }
.fhs-desk-preview b { color: #e4a15d; font-size: .72rem; }
.fhs-media-editors { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 1rem; }
.fhs-media-editor { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid #d4cec2; background: #f8f5ee; }
.fhs-media-editor__preview { position: relative; min-height: 220px; overflow: hidden; background: #16231b; }
.fhs-media-editor__preview > img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.fhs-media-editor__preview > span:not(.fhs-logo-placeholder) { position: absolute; right: .7rem; bottom: .7rem; padding: .4rem .55rem; background: rgba(11,22,15,.84); color: #fff; font-size: .58rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.fhs-media-editor__preview--logo { display: grid; place-items: center; padding: 1.5rem; background: #e8e3d8; }
.fhs-media-editor__preview--logo > img { width: min(190px,80%); height: 190px; min-height: 0; object-fit: contain; }
.fhs-logo-placeholder { display: grid; place-items: center; width: 150px; height: 150px; border: 1px dashed #aaa294; color: #8a8173; font-family: var(--fh-serif,Georgia,serif); font-size: 4rem; }
.fhs-media-editor__copy { display: grid; align-content: start; gap: .55rem; padding: 1.25rem; }
.fhs-media-editor__copy > span { color: #a45d28; font-size: .61rem; font-weight: 900; letter-spacing: .11em; }
.fhs-media-editor__copy h3 { margin: 0; font-family: var(--fh-serif,Georgia,serif); font-size: 1.35rem; }
.fhs-media-editor__copy > p { margin: 0 0 .3rem; color: #606a64; font-size: .72rem; line-height: 1.5; }
.fhs-file-button { position: relative; display: grid !important; justify-items: start; gap: .35rem !important; margin-top: .35rem; cursor: pointer; }
.fhs-file-button > span { display: inline-flex; min-height: 42px; align-items: center; padding: .65rem .85rem; background: #0c1812; color: #fff; font-size: .7rem !important; font-weight: 850; }
.fhs-file-button input { position: absolute; width: 1px !important; height: 1px; min-height: 0 !important; overflow: hidden; opacity: 0; }
.fhs-file-button:focus-within > span { outline: 3px solid rgba(196,123,55,.35); outline-offset: 2px; }
.fhs-media-remove { display: flex !important; align-items: flex-start; gap: .5rem !important; margin-top: .35rem; color: #725a49; font-size: .68rem; }
.fhs-media-remove input { width: auto !important; min-height: 0 !important; margin-top: .15rem; }
.fhs-upload-feedback { margin: .25rem 0 0 !important; padding: .55rem .65rem; background: #e9e2d7; color: #5d574e !important; font-size: .68rem !important; font-weight: 750; }
.fhs-upload-feedback.is-success { background: #dce9da; color: #315a39 !important; }
.fhs-upload-feedback.is-error { background: #f2d8d3; color: #822f27 !important; }
.fhs-media-save-note { margin: 1rem 0 0; color: #6a716d; font-size: .69rem; }

.fhs-owner-form--desk,.fhs-owner-form__fields { display: grid; gap: 1.5rem; min-width: 0; }
.fhs-owner-form__fields { margin: 0; padding: 0; border: 0; }
.fhs-owner-form--desk.is-locked .fhs-owner-form__fields { opacity: .62; }
.fhs-owner-form--desk .fhs-desk-panel,.fhs-desk-plan { scroll-margin-top: 1.5rem; padding: 2.8rem 3rem; border: 1px solid #d1cbbe; border-radius: 0; background: #fffefa; }
.fhs-desk-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid #ded9cf; }
.fhs-desk-panel > header .fhs-eyebrow { margin-bottom: .55rem; }
.fhs-desk-panel > header h2 { max-width: 760px; margin: 0; font-family: var(--fh-serif,Georgia,serif); font-size: clamp(2rem,3.4vw,3.25rem); line-height: 1; letter-spacing: -.035em; }
.fhs-desk-panel > header p:not(.fhs-eyebrow) { max-width: 700px; margin: .65rem 0 0; color: #65706a; font-size: .82rem; line-height: 1.55; }
.fhs-section-state { flex: 0 0 auto; padding: .48rem .72rem; border-radius: 999px; background: #e9e4d9; color: #6d6457; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.fhs-section-state.is-active { background: #dce9da; color: #315a39; }
.fhs-edit-block { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: start; gap: .9rem; margin: .2rem 0 .8rem; }
.fhs-edit-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #0c1812; color: #fff; font-size: .75rem; font-weight: 900; }
.fhs-edit-block h3 { margin: .05rem 0 .12rem; font-family: var(--fh-serif,Georgia,serif); font-size: 1.2rem; }
.fhs-edit-block p { margin: 0; color: #68716c; font-size: .72rem; }
.fhs-owner-form--desk label { gap: .48rem; }
.fhs-owner-form--desk label > span:first-child { font-size: .76rem; }
.fhs-owner-form--desk label small { color: #68716c; font-size: .68rem; font-weight: 500; line-height: 1.45; }
.fhs-owner-form--desk input:not([type=checkbox]):not([type=radio]),.fhs-owner-form--desk textarea { min-height: 54px; padding: .88rem 1rem; border-color: #c8c3b9; border-radius: 0; background: #fff; }
.fhs-owner-form--desk textarea { min-height: 118px; resize: vertical; }
.fhs-owner-form--desk input:focus,.fhs-owner-form--desk textarea:focus { border-color: #985721; outline: 2px solid rgba(196,123,55,.18); outline-offset: 0; }
.fhs-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.fhs-choice-grid--storefront { grid-template-columns: repeat(3,minmax(0,1fr)); }
.fhs-choice-grid--inventory { grid-template-columns: repeat(2,minmax(0,1fr)); }
.fhs-choice-grid label { display: grid !important; grid-template-columns: 19px minmax(0,1fr); align-items: start; gap: .7rem !important; min-height: 72px; padding: 1rem !important; border: 1px solid #d4cec2; background: #f8f5ee; cursor: pointer; font-weight: 700 !important; }
.fhs-choice-grid label:has(input:checked) { border-color: #a95f28; background: #f5e4d1; box-shadow: inset 0 0 0 1px #a95f28; }
.fhs-choice-grid input { width: 17px !important; height: 17px; min-height: 0 !important; margin: .1rem 0 0; accent-color: #9b5624; }
.fhs-choice-grid label > span { display: grid; gap: .25rem; }
.fhs-choice-grid label strong { font-family: var(--fh-serif,Georgia,serif); font-size: .92rem; line-height: 1.15; }
.fhs-choice-grid label small { color: #69716b; font-size: .66rem; font-weight: 500; line-height: 1.4; }
.fhs-address-fields { display: grid; grid-template-columns: 2fr .65fr 1fr; gap: 1rem; margin-top: 1.25rem; padding-top: 1.8rem; border-top: 1px solid #ded9cf; }
.fhs-address-fields[hidden] { display: none; }
.fhs-address-fields .fhs-edit-block,.fhs-field-wide { grid-column: 1 / -1; }
.fhs-contact-fields { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; }
.fhs-save-bar { position: sticky; bottom: 0; z-index: 12; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.25rem; border: 1px solid #28342d; background: #0c1812; color: #fff; box-shadow: 0 -12px 36px rgba(14,23,17,.15); }
.fhs-save-bar > div { display: grid; gap: .2rem; }
.fhs-save-bar span { color: rgba(255,255,255,.62); font-size: .68rem; }
.fhs-save-bar .fhs-button { flex: 0 0 auto; background: #d99650; color: #0c1812; }
.fhs-plan-active { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 1.2rem; align-items: start; }
.fhs-plan-active > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: #54765a; color: #fff; font-size: 1.3rem; }
.fhs-plan-active h3,.fhs-founder-offer h3,.fhs-paid-plan h3 { margin: 0 0 .45rem; font-size: 1.65rem; }
.fhs-plan-active p,.fhs-founder-offer p,.fhs-paid-plan p { margin: 0; color: #5d6862; line-height: 1.6; }
.fhs-plan-active small { display: block; margin-top: .75rem; color: #806b56; }
.fhs-billing-link { margin-top: 1rem; }
.fhs-billing-link button { padding: 0; border: 0; background: transparent; color: #81471e; cursor: pointer; font: inherit; font-size: .74rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.fhs-founder-offer,.fhs-paid-plan { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 2rem; padding: 1.5rem; background: #ead6bc; }
.fhs-founder-offer > div > span { display: block; margin-bottom: .65rem; color: #884b20; font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.fhs-paid-plan { align-items: start; background: #eee9df; }
.fhs-paid-plan > div > strong { display: block; margin: .45rem 0; font-family: var(--fh-serif,Georgia,serif); font-size: 2rem; }
.fhs-paid-plan > div > strong small { font-size: .78rem; }
.fhs-paid-plan form { display: grid; gap: .8rem; width: min(390px,100%); }
.fhs-paid-plan .fhs-terms { background: rgba(255,255,255,.58); font-size: .68rem; line-height: 1.4; }
.fhs-visibility-panel > p { max-width: 820px; color: #5e6862; line-height: 1.65; }
.fhs-visibility-panel > form:not(.fhs-remove-profile) { margin-top: 1.25rem; }
.fhs-remove-profile { display: grid; gap: .9rem; margin-top: 1.6rem; padding: 1.2rem; border: 1px solid #d6c8bb; background: #f7eee6; }
.fhs-remove-profile label { display: flex; align-items: flex-start; gap: .65rem; font-size: .72rem; font-weight: 700; }
.fhs-remove-profile input { flex: 0 0 auto; width: auto; min-height: 0; margin-top: .15rem; }
.fhs-remove-profile button { justify-self: start; padding: .75rem 1rem; border: 1px solid #9a2f24; background: transparent; color: #8b2d24; cursor: pointer; font-weight: 800; }
.fhs-store-profile__title { display: flex; align-items: center; gap: 1.15rem; }
.fhs-store-profile__title h1 { margin-right: 0; }
.fhs-store-profile__logo { flex: 0 0 auto; width: clamp(68px,7vw,96px); height: clamp(68px,7vw,96px); padding: .45rem; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.96); object-fit: contain; }

@media (max-width: 1020px) {
    .fhs-desk-head { grid-template-columns: 1fr; min-height: 0; padding-top: 4.5rem; padding-bottom: 4.5rem; }
    .fhs-desk-head__actions { grid-template-columns: repeat(2,minmax(0,1fr)); min-width: 0; }
    .fhs-desk-shell { grid-template-columns: 1fr; gap: 1.5rem; }
    .fhs-desk-rail { position: static; }
    .fhs-desk-rail nav { display: none; }
    .fhs-desk-jump { display: grid; gap: .4rem; }
    .fhs-desk-jump span { font-size: .68rem; font-weight: 800; }
    .fhs-desk-jump select { min-height: 48px; padding: .6rem .8rem; border: 1px solid #c9c2b5; background: #fff; }
    .fhs-choice-grid--storefront { grid-template-columns: 1fr; }
    .fhs-media-editors { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .fhs-desk-head { gap: 2rem; padding: 3.2rem 20px; }
    .fhs-desk-head h1 { font-size: clamp(2.8rem,13vw,4rem); }
    .fhs-desk-head__actions { grid-template-columns: 1fr; }
    .fhs-desk-head__actions .fhs-button { min-width: 0; }
    .fhs-desk-shell { width: min(100% - 24px,1340px); padding: 2.5rem 0 4rem; }
    .fhs-desk-guide ol { grid-template-columns: 1fr; }
    .fhs-desk-guide li:nth-child(odd) { border-right: 0; }
    .fhs-desk-guide li + li { border-top: 1px solid #cfc8b9; }
    .fhs-desk-preview { grid-template-columns: 1fr; }
    .fhs-desk-preview img { min-height: 190px; max-height: 230px; }
    .fhs-owner-form--desk .fhs-desk-panel,.fhs-desk-plan { padding: 1.5rem 1.2rem; }
    .fhs-desk-panel > header { display: grid; gap: 1rem; }
    .fhs-choice-grid,.fhs-choice-grid--inventory,.fhs-address-fields,.fhs-contact-fields { grid-template-columns: 1fr; }
    .fhs-address-fields .fhs-edit-block,.fhs-field-wide { grid-column: auto; }
    .fhs-save-bar { position: static; align-items: stretch; flex-direction: column; }
    .fhs-save-bar .fhs-button { width: 100%; }
    .fhs-founder-offer,.fhs-paid-plan { grid-template-columns: 1fr; }
    .fhs-store-profile__title { align-items: flex-start; flex-direction: column; }
}
