.fhh-page {
    --fhh-ink: var(--fh-ink, #101713);
    --fhh-ink-2: #17231c;
    --fhh-paper: var(--fh-paper, #f0ede5);
    --fhh-cream: #f8f4eb;
    --fhh-white: #fffef9;
    --fhh-copper: var(--fh-copper, #b8793c);
    --fhh-copper-bright: #db9b5c;
    --fhh-sage: #9aac8e;
    --fhh-muted: #5f665f;
    --fhh-line: rgba(16, 23, 19, 0.16);
    --fhh-shadow: 0 28px 80px rgba(7, 14, 10, 0.15);
    background: var(--fhh-paper);
}

.fhh-checkout-terms,
.fhh-rating-truth {
    display: flex !important;
    align-items: flex-start;
    gap: .55rem;
    margin: .85rem 0;
    color: #4d514d;
    font-size: .78rem;
    line-height: 1.45;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.fhh-checkout-terms input,
.fhh-rating-truth input {
    flex: 0 0 auto;
    width: 1rem !important;
    height: 1rem !important;
    margin-top: .12rem;
}

.fhh-checkout-terms a,
.fhh-rating-truth a {
    color: inherit;
    text-decoration: underline;
}

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

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

.fhh-main h1,
.fhh-main h2,
.fhh-main h3,
.fhh-main p {
    margin-top: 0;
}

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

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

.fhh-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.6rem;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.fhh-button--dark {
    background: var(--fhh-ink);
    color: var(--fhh-white);
}

.fhh-button--light {
    background: var(--fhh-white);
    color: var(--fhh-ink);
}

.fhh-button--copper {
    background: var(--fhh-copper-bright);
    color: var(--fhh-ink);
}

.fhh-button--outline-light {
    border-color: rgba(255,255,255,0.38);
    color: var(--fhh-white);
}

.fhh-button--facebook {
    background: #1877f2;
    color: #fff;
}

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

.fhh-find-hero::before {
    background-image:
        linear-gradient(90deg, rgba(7, 16, 11, 0.97) 0%, rgba(9, 21, 14, 0.91) 38%, rgba(11, 25, 17, 0.63) 70%, rgba(11, 24, 16, 0.76) 100%),
        linear-gradient(180deg, rgba(7, 15, 10, 0.20), rgba(7, 15, 10, 0.62)),
        var(--fhh-find-hero-image);
    background-position: center, center, 72% center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.fhh-find-hero--fishing::before {
    background-position: center, center, center;
}

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

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

.fhh-find-hero h1 {
    font-size: clamp(3.2rem, 7vw, 7.3rem);
    line-height: 0.87;
    margin-bottom: 2rem;
    max-width: 10ch;
}

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

.fhh-find-hero__lede {
    color: rgba(255,255,255,0.77);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.7;
    max-width: 620px;
}

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

.fhh-find-hero__proof span {
    color: rgba(255,255,255,0.62);
    font-size: 0.82rem;
}

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

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

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

.fhh-search {
    display: grid;
    gap: 1rem;
}

.fhh-search label,
.fhh-owner-form label,
.fhh-inquiry-form label {
    display: grid;
    gap: 0.45rem;
}

.fhh-search label > span,
.fhh-owner-form label > span,
.fhh-inquiry-form label > span,
.fhh-check-grid legend {
    font-size: 0.76rem;
    font-weight: 820;
    letter-spacing: 0.04em;
}

.fhh-search input,
.fhh-search select,
.fhh-owner-form input,
.fhh-owner-form textarea,
.fhh-inquiry-form input,
.fhh-inquiry-form textarea {
    background: #fff;
    border: 1px solid rgba(16,23,19,0.23);
    border-radius: 3px;
    color: var(--fhh-ink);
    min-height: 51px;
    padding: 0.8rem 0.95rem;
    width: 100%;
}

.fhh-owner-form textarea,
.fhh-inquiry-form textarea {
    line-height: 1.55;
    min-height: 140px;
    resize: vertical;
}

.fhh-search__row,
.fhh-form-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

.fhh-map-band h2,
.fhh-results h2,
.fhh-owner-callout h2 {
    font-size: clamp(2.25rem, 4.5vw, 4.5rem);
    line-height: 0.98;
    margin-bottom: 1.4rem;
}

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

.fhh-state-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.8rem;
}

.fhh-state-pills__label {
    color: #696f69;
    display: block;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    margin-top: 2rem;
    text-transform: uppercase;
}

.fhh-state-pills a {
    align-items: center;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(16,23,19,0.14);
    border-radius: 999px;
    display: flex;
    font-size: 0.8rem;
    font-weight: 760;
    gap: 0.65rem;
    padding: 0.45rem 0.55rem 0.45rem 0.85rem;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.fhh-state-pills a:hover,
.fhh-state-pills a:focus-visible {
    background: #fff;
    border-color: rgba(16,23,19,0.35);
    transform: translateY(-1px);
}

.fhh-state-pills span {
    align-items: center;
    background: var(--fhh-ink);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.68rem;
    height: 1.55rem;
    justify-content: center;
    min-width: 1.55rem;
}

.fhh-map-band__visual {
    background:
        linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.82)),
        repeating-linear-gradient(0deg, transparent 0 27px, rgba(16,23,19,0.06) 28px),
        repeating-linear-gradient(90deg, transparent 0 27px, rgba(16,23,19,0.06) 28px);
    border: 1px solid rgba(16,23,19,0.14);
    border-radius: 4px;
    box-shadow: var(--fhh-shadow);
    min-width: 0;
    padding: clamp(1.4rem, 4vw, 3rem);
    position: relative;
}

.fhh-map-band__canvas {
    margin: -1rem -1rem 0;
}

.fhh-directory-map {
    display: block;
    height: auto;
    overflow: visible;
    width: 100%;
}

.fhh-directory-map g[data-state] {
    cursor: default;
}

.fhh-directory-map g.fhh-map-state {
    cursor: pointer;
    outline: none;
}

.fhh-directory-map g.fhh-map-state .fh-map {
    fill: #e9e5da;
    stroke: #777166;
    transition: fill 140ms ease, stroke 140ms ease, filter 140ms ease;
}

.fhh-directory-map g.fhh-map-state.density-1 .fh-map { fill: #eee9dd; }
.fhh-directory-map g.fhh-map-state.density-2 .fh-map { fill: #dfd2bd; }
.fhh-directory-map g.fhh-map-state.density-3 .fh-map { fill: #cfb38e; }
.fhh-directory-map g.fhh-map-state.density-4 .fh-map { fill: #be9160; }
.fhh-directory-map g.fhh-map-state.density-5 .fh-map { fill: #a96835; }

.fhh-directory-map g.fhh-map-state:hover .fh-map,
.fhh-directory-map g.fhh-map-state:focus .fh-map,
.fhh-directory-map g.fhh-map-state.is-active .fh-map {
    fill: #e7a35e;
    filter: drop-shadow(0 3px 4px rgba(16,23,19,0.28));
    stroke: #101713;
    stroke-width: 2;
}

.fhh-map-count-badge {
    pointer-events: none;
}

.fhh-map-count-badge circle {
    fill: var(--fhh-ink);
    stroke: #fff;
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
}

.fhh-map-count-badge text {
    fill: #fff;
    font: 800 11px/1 var(--fh-sans, Arial, sans-serif);
    letter-spacing: -.02em;
}

.fhh-directory-map g.fhh-map-state:hover .fhh-map-count-badge circle,
.fhh-directory-map g.fhh-map-state:focus .fhh-map-count-badge circle,
.fhh-directory-map g.fhh-map-state.is-active .fhh-map-count-badge circle {
    fill: #9a572b;
}

.fhh-map-band__legend {
    align-items: center;
    color: #59615b;
    display: flex;
    font-size: .68rem;
    gap: .5rem;
    margin: .3rem 0 .85rem;
}

.fhh-map-band__legend > span {
    align-items: center;
    background: var(--fhh-ink);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: .56rem;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.fhh-map-band__status {
    align-items: center;
    background: var(--fhh-ink);
    color: #fff;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 0.5rem;
    padding: 1rem 1.15rem;
}

.fhh-map-band__status span {
    color: rgba(255,255,255,0.55);
    display: block;
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.fhh-map-band__status strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: clamp(1rem, 1.5vw, 1.24rem);
}

.fhh-map-band__status a {
    color: var(--fhh-copper-bright);
    font-size: 0.76rem;
    font-weight: 850;
    text-align: right;
}

.fhh-map-band__calendar {
    color: #565d57;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 780;
    gap: 0.45rem;
    margin-top: 1rem;
}

.fhh-all-states-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(16,23,19,0.32);
    color: var(--fhh-ink);
    cursor: pointer;
    display: flex;
    font-size: 0.78rem;
    font-weight: 850;
    justify-content: space-between;
    margin-top: 1.3rem;
    padding: 0.75rem 0;
    width: 100%;
}

.fhh-all-states-toggle span {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.4rem;
    font-weight: 400;
}

.fhh-all-states {
    margin-top: 1rem;
}

.fhh-all-states[hidden] {
    display: none;
}

.fhh-all-states label {
    display: grid;
    gap: 0.4rem;
}

.fhh-all-states label > span {
    font-size: 0.7rem;
    font-weight: 800;
}

.fhh-all-states input {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(16,23,19,0.22);
    border-radius: 3px;
    min-height: 46px;
    padding: 0.7rem 0.8rem;
    width: 100%;
}

.fhh-all-states__grid {
    display: grid;
    gap: 0.35rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.8rem;
    max-height: 340px;
    overflow: auto;
    padding-right: 0.4rem;
}

.fhh-all-states__grid a {
    align-items: center;
    border-bottom: 1px solid rgba(16,23,19,0.12);
    color: var(--fhh-ink);
    display: flex;
    font-size: 0.74rem;
    justify-content: space-between;
    padding: 0.55rem 0;
    text-decoration: none;
}

.fhh-all-states__grid a:hover span,
.fhh-all-states__grid a:focus-visible span {
    text-decoration: underline;
}

.fhh-all-states__grid a[hidden] {
    display: none;
}

.fhh-all-states__grid strong {
    align-items: center;
    background: rgba(16,23,19,0.1);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.64rem;
    height: 1.45rem;
    justify-content: center;
    min-width: 1.45rem;
}

.fhh-all-states > p {
    color: #656c66;
    font-size: 0.76rem;
    margin-top: 0.8rem;
}

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

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

.fhh-results__head h2 {
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    margin-bottom: 0;
}

.fhh-clear {
    font-size: 0.82rem;
    font-weight: 800;
}

.fhh-result-tools {
    align-items: end;
    background: #e5ded1;
    border: 1px solid var(--fhh-line);
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.38fr) auto;
    margin: -0.7rem 0 2.4rem;
    padding: 1rem;
}

.fhh-result-tools label {
    display: grid;
    gap: 0.35rem;
}

.fhh-result-tools label > span {
    color: #515952;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fhh-result-tools input,
.fhh-result-tools select {
    background: #fff;
    border: 1px solid #bdb5a8;
    border-radius: 2px;
    color: var(--fhh-ink);
    font: inherit;
    min-height: 48px;
    padding: 0.7rem 0.85rem;
    width: 100%;
}

.fhh-result-tools button {
    background: var(--fhh-ink);
    border: 1px solid var(--fhh-ink);
    color: #fff;
    cursor: pointer;
    font-weight: 850;
    min-height: 48px;
    padding: 0.7rem 1.3rem;
}

.fhh-result-tools__note {
    color: #5d655f;
    font-size: 0.76rem;
    margin: -1.7rem 0 2.2rem;
}

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

.fhh-join-card {
    background: var(--fhh-ink);
    border: 1px solid rgba(184,121,60,.72);
    box-shadow: 0 14px 42px rgba(15,22,17,.16);
    color: #fff;
    min-height: 470px;
    min-width: 0;
    overflow: hidden;
}

.fhh-join-card__toggle {
    background: linear-gradient(180deg, rgba(8,22,15,.28), rgba(8,22,15,.96)), url('../../../themes/fieldhonest/assets/images/deer-season-hero.webp') center/cover;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 0;
    color: inherit;
    font: inherit;
    list-style: none;
    min-height: 470px;
    padding: clamp(1.5rem, 3vw, 2.3rem);
    text-align: left;
    width: 100%;
}

.fhh-join-card__toggle:focus-visible { outline: 3px solid var(--fhh-copper-bright); outline-offset: -4px; }
.fhh-join-card__kicker { color: var(--fhh-copper-bright); font-size: .68rem; font-weight: 900; letter-spacing: .12em; margin-bottom: .8rem; text-transform: uppercase; }
.fhh-join-card__toggle > strong { color: #fff; font-family: var(--fhh-serif); font-size: clamp(2.4rem, 4vw, 4rem); line-height: .95; max-width: 8ch; }
.fhh-join-card__toggle > small { align-items: center; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.78); display: flex; font-size: .82rem; justify-content: space-between; margin-top: 1.4rem; padding-top: 1rem; }
.fhh-join-card__toggle > small b { color: var(--fhh-copper-bright); font-size: 1.2rem; }
.fhh-join-card.is-open { grid-column: 1 / -1 !important; min-height: 0; width: 100%; }
.fhh-join-card.is-open .fhh-join-card__toggle { background-position: center 42%; min-height: 225px; }
.fhh-join-card.is-open .fhh-join-card__toggle > strong { max-width: none; }
.fhh-join-card__presentation { background: #fff; color: var(--fhh-ink); display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); min-width: 0; padding: clamp(1.8rem, 4vw, 3.5rem); }
.fhh-join-card__presentation[hidden] { display: none !important; }
.fhh-join-card__presentation > * { min-width: 0; }
.fhh-join-card__presentation h3 { font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: .98; margin: .4rem 0 1rem; max-width: 13ch; }
.fhh-join-card__presentation > div > p:last-child { color: #59615b; max-width: 58ch; }
.fhh-join-card__presentation ol { display: grid; gap: .8rem; list-style: none; margin: 0; padding: 0; }
.fhh-join-card__presentation li { align-items: start; border-bottom: 1px solid var(--fhh-line); display: grid; gap: .8rem; grid-template-columns: 28px 1fr; padding-bottom: .8rem; }
.fhh-join-card__presentation li > span { align-items: center; background: var(--fhh-ink); border-radius: 50%; color: #fff; display: inline-flex; font-size: .72rem; font-weight: 900; height: 28px; justify-content: center; width: 28px; }
.fhh-join-card__presentation li strong, .fhh-join-card__presentation li small { display: block; }
.fhh-join-card__presentation li small { color: #626963; line-height: 1.5; margin-top: .15rem; }
.fhh-join-card__offer { background: #e7ded0; border-left: 3px solid var(--fhh-copper); display: flex; flex-direction: column; justify-content: center; padding: 1.2rem 1.4rem; }
.fhh-join-card__offer span { color: #8b5728; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fhh-join-card__offer strong { font-family: var(--fhh-serif); font-size: 1.35rem; margin: .25rem 0; }
.fhh-join-card__offer small { color: #59615b; }
.fhh-join-card__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; }
.fhh-join-card__actions .fhh-button { justify-content: space-between; min-width: 240px; }
.fhh-join-card__actions > a:not(.fhh-button) { color: #78471e; font-size: .78rem; font-weight: 850; }

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

.fhh-card:hover {
    box-shadow: 0 24px 60px rgba(15,22,17,0.14);
    transform: translateY(-4px);
}

.fhh-card--featured {
    border-color: rgba(184,121,60,0.62);
}

.fhh-card__media {
    aspect-ratio: 16 / 10;
    background: var(--fhh-ink-2);
    display: block;
    overflow: hidden;
    position: relative;
}

.fhh-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
    width: 100%;
}

.fhh-card:hover .fhh-card__media img {
    transform: scale(1.035);
}

.fhh-card__featured {
    background: var(--fhh-copper-bright);
    color: var(--fhh-ink);
    font-size: 0.68rem;
    font-weight: 900;
    left: 0.8rem;
    letter-spacing: 0.08em;
    padding: 0.43rem 0.65rem;
    position: absolute;
    text-transform: uppercase;
    top: 0.8rem;
}

.fhh-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
}

.fhh-card__meta {
    align-items: center;
    color: #6a6f69;
    display: flex;
    font-size: 0.72rem;
    gap: 0.65rem;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    min-height: 1.5rem;
}

.fhh-card__verified {
    color: #3e6445;
    font-weight: 800;
}

.fhh-card__rating {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(15, 23, 19, .92);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 850;
    gap: .3rem;
    padding: .5rem .62rem;
    position: absolute;
    right: .8rem;
    top: .8rem;
}

.fhh-card__rating b {
    color: var(--fhh-copper-bright);
    font-size: 1rem;
}

.fhh-card__rating strong {
    color: #fff;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.05rem;
}

.fhh-card__rating small {
    border-left: 1px solid rgba(255,255,255,.24);
    color: rgba(255,255,255,.72);
    font-size: .62rem;
    font-weight: 700;
    padding-left: .4rem;
}

.fhh-card h2 {
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.05;
    margin-bottom: 0.7rem;
}

.fhh-card h2 a {
    text-decoration: none;
}

.fhh-card__species {
    color: #5b625c;
    font-size: 0.84rem;
}

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

.fhh-card__foot strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 0.95rem;
}

.fhh-card__foot a {
    color: #875225;
    font-size: 0.77rem;
    font-weight: 850;
    text-decoration: none;
}

.fhh-empty {
    background: var(--fhh-white);
    border: 1px solid var(--fhh-line);
    max-width: 720px;
    padding: 3rem;
}

.fhh-empty h3 {
    font-size: 2.4rem;
}

.fhh-owner-callout {
    align-items: center;
    background: var(--fhh-ink);
    color: var(--fhh-white);
    display: grid;
    gap: 2rem 4rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.6fr) auto;
    padding: clamp(3rem, 6vw, 5.5rem) var(--fh-gutter, 4vw);
}

.fhh-owner-callout h2 {
    font-size: clamp(2rem, 4vw, 4.1rem);
    margin: 0;
    max-width: 17ch;
}

.fhh-owner-callout > p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 0;
}

.fhh-owner-callout__actions { display: grid; gap: .7rem; min-width: 270px; }
.fhh-owner-callout__actions .fhh-button { justify-content: space-between; white-space: nowrap; }

/* Full outfitter profile showcase */
.fhh-showcase-intro {
    align-items: end;
    background:
        radial-gradient(circle at 82% 5%, rgba(219,155,92,0.2), transparent 30%),
        var(--fhh-ink);
    color: var(--fhh-white);
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    padding: clamp(4rem, 8vw, 8rem) var(--fh-gutter, 4vw);
}

.fhh-showcase-intro h1 {
    font-size: clamp(3.4rem, 7vw, 7.6rem);
    line-height: 0.87;
    margin: 0;
    max-width: 10ch;
}

.fhh-showcase-intro h1 em {
    color: var(--fhh-copper-bright);
    font-weight: 400;
}

.fhh-showcase-intro__copy {
    border-left: 1px solid rgba(255,255,255,0.18);
    padding-left: clamp(1.5rem, 4vw, 3rem);
}

.fhh-showcase-intro__copy p {
    color: rgba(255,255,255,0.72);
    font-family: var(--fh-serif, Georgia, serif);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.65;
}

.fhh-showcase-intro__copy a {
    color: var(--fhh-copper-bright);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.fhh-showcase-notice {
    align-items: center;
    background: #dca160;
    color: var(--fhh-ink);
    display: flex;
    gap: 1rem 2rem;
    padding: 1rem var(--fh-gutter, 4vw);
    scroll-margin-top: 80px;
}

.fhh-showcase-notice > span {
    border: 1px solid rgba(16,23,19,0.35);
    border-radius: 999px;
    flex: 0 0 auto;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 0.38rem 0.65rem;
}

.fhh-showcase-notice p {
    font-size: 0.82rem;
    margin: 0;
}

.fhh-showcase-business {
    color: var(--fhh-white);
    font-size: clamp(3rem, 6vw, 6.5rem);
    line-height: 0.88;
    margin-bottom: 1.5rem;
}

.fhh-showcase-caption {
    color: #687069;
    font-size: 0.76rem;
    margin-top: 1rem;
}

.fhh-showcase-phone {
    color: var(--fhh-copper-bright);
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.15rem;
    margin-top: 1.25rem;
}

.fhh-showcase-side-note {
    border: 1px dashed rgba(16,23,19,0.25);
    padding: 1.35rem;
}

.fhh-showcase-side-note span {
    color: #86562d;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fhh-showcase-side-note p {
    color: #59615a;
    font-size: 0.78rem;
    line-height: 1.6;
    margin: 0.55rem 0 0;
}

.fhh-showcase-value {
    background:
        radial-gradient(circle at 80% 0, rgba(219,155,92,0.16), transparent 32%),
        var(--fhh-ink);
    color: var(--fhh-white);
    padding: clamp(4rem, 8vw, 8rem) var(--fh-gutter, 4vw);
}

.fhh-showcase-value__head {
    align-items: end;
    display: grid;
    gap: 2rem 5rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
    margin: 0 auto 3rem;
    max-width: 1420px;
}

.fhh-showcase-value__head h2,
.fhh-showcase-addons h2 {
    font-size: clamp(2.7rem, 5vw, 5.4rem);
    line-height: 0.92;
    margin: 0;
    max-width: 12ch;
}

.fhh-showcase-value__head > p {
    color: rgba(255,255,255,0.67);
    line-height: 1.7;
}

.fhh-showcase-plan-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1420px;
}

.fhh-showcase-plan-grid article {
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.14);
    min-height: 310px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    position: relative;
}

.fhh-showcase-plan-grid article.is-featured {
    background: var(--fhh-white);
    color: var(--fhh-ink);
    transform: translateY(-0.65rem);
}

.fhh-showcase-plan-grid article.is-featured::before {
    background: var(--fhh-copper-bright);
    color: var(--fhh-ink);
    content: "BEST FIT";
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 0.45rem 0.7rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.fhh-showcase-plan-grid article > span,
.fhh-showcase-addons article > span {
    color: var(--fhh-copper-bright);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.fhh-showcase-plan-grid h3 {
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
    margin: 1.5rem 0 1rem;
    max-width: 12ch;
}

.fhh-showcase-plan-grid strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 2.1rem;
    margin-bottom: 1rem;
}

.fhh-showcase-plan-grid strong small {
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
}

.fhh-showcase-plan-grid p {
    color: rgba(255,255,255,0.64);
    font-size: 0.84rem;
    line-height: 1.65;
}

.fhh-showcase-plan-grid .is-featured p {
    color: #5c645e;
}

.fhh-showcase-value__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 2.5rem auto 0;
    max-width: 1420px;
}

.fhh-showcase-addons {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(260px, 1.1fr) repeat(2, minmax(220px, 0.65fr)) auto;
    padding: clamp(4rem, 7vw, 7rem) var(--fh-gutter, 4vw);
}

.fhh-showcase-addons article {
    border-left: 1px solid var(--fhh-line);
    min-height: 180px;
    padding: 1rem 1.5rem;
}

.fhh-showcase-addons article strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.8rem;
    margin: 1.2rem 0 0.8rem;
}

.fhh-showcase-addons article p {
    color: #5d655f;
    font-size: 0.8rem;
    line-height: 1.6;
}

.fhh-showcase [data-fhh-demo-success][hidden] {
    display: none;
}

/* Public outfitter page */
.fhh-profile-hero {
    background: var(--fhh-ink);
    color: var(--fhh-white);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
    min-height: 650px;
}

.fhh-profile-hero__image {
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.fhh-profile-hero__image::after {
    background: linear-gradient(90deg, transparent 62%, rgba(16,23,19,0.45));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.fhh-profile-hero__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fhh-profile-hero__image-mark {
    bottom: 1.3rem;
    color: rgba(255,255,255,0.74);
    font-size: 0.62rem;
    font-weight: 900;
    left: 1.4rem;
    letter-spacing: 0.19em;
    position: absolute;
    text-shadow: 0 1px 12px rgba(0,0,0,0.5);
    z-index: 2;
}

.fhh-profile-hero__copy {
    align-self: center;
    padding: clamp(3rem, 6vw, 7rem) clamp(2rem, 5vw, 6rem);
}

.fhh-breadcrumb {
    align-items: center;
    color: rgba(255,255,255,0.55);
    display: flex;
    font-size: 0.73rem;
    gap: 0.55rem;
    margin-bottom: 2rem;
}

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

.fhh-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.3rem;
}

.fhh-badge {
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    color: rgba(255,255,255,0.85);
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    padding: 0.34rem 0.62rem;
    text-transform: uppercase;
}

.fhh-badge--copper {
    background: var(--fhh-copper-bright);
    border-color: transparent;
    color: var(--fhh-ink);
}

.fhh-badge--quiet {
    color: rgba(255,255,255,0.58);
}

.fhh-profile-hero h1 {
    font-size: clamp(3rem, 6vw, 6.5rem);
    line-height: 0.88;
    margin-bottom: 1.5rem;
}

.fhh-profile-logo {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(255,255,255,.24);
    display: flex;
    height: 96px;
    justify-content: center;
    margin: 0 0 1.3rem;
    padding: .65rem;
    width: 96px;
}

.fhh-profile-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.fhh-profile-hero__tagline {
    color: rgba(255,255,255,0.7);
    font-size: clamp(1rem, 1.5vw, 1.28rem);
    line-height: 1.6;
    max-width: 620px;
}

.fhh-profile-rating {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    display: inline-grid;
    gap: .18rem .55rem;
    grid-template-columns: auto auto minmax(0, 1fr);
    margin: 1.1rem 0 1.4rem;
    padding: .7rem .85rem;
    text-decoration: none;
    width: fit-content;
}

.fhh-profile-rating > strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 2rem;
    line-height: 1;
}

.fhh-profile-rating > span:nth-child(2) {
    color: var(--fhh-copper-bright);
    font-size: 1.45rem;
}

.fhh-profile-rating > span:last-child {
    border-left: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    gap: .08rem;
    margin-left: .15rem;
    padding-left: .7rem;
}

.fhh-profile-rating b {
    font-size: .64rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fhh-profile-rating small {
    color: rgba(255, 255, 255, .62);
    font-size: .67rem;
}

.fhh-profile-rating:hover,
.fhh-profile-rating:focus-visible {
    background: rgba(199, 130, 60, .2);
    border-color: var(--fhh-copper-bright);
}

.fhh-profile-hero__facts {
    border-bottom: 1px solid rgba(255,255,255,0.14);
    border-top: 1px solid rgba(255,255,255,0.14);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 2rem 0;
    padding: 1.2rem 0;
}

.fhh-profile-hero__facts span {
    color: rgba(255,255,255,0.48);
    display: block;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fhh-profile-hero__facts strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1rem;
    margin-top: 0.2rem;
}

.fhh-profile-hero__actions,
.fhh-desk-head__actions,
.fhh-desk-welcome__actions,
.fhh-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fhh-profile-owner-link {
    color: rgba(255,255,255,0.76);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 780;
    gap: 0.45rem;
    margin-top: 1.15rem;
    text-decoration-color: rgba(231,163,94,0.72);
    text-underline-offset: 0.24rem;
}

.fhh-profile-owner-link span {
    color: var(--fhh-copper-bright);
}

.fhh-profile-owner-link:hover,
.fhh-profile-owner-link:focus-visible {
    color: #fff;
}

.fhh-profile-nav {
    align-items: center;
    background: var(--fhh-white);
    border-bottom: 1px solid var(--fhh-line);
    display: flex;
    gap: clamp(1rem, 3vw, 2.6rem);
    min-height: 66px;
    overflow-x: auto;
    padding: 0 var(--fh-gutter, 4vw);
    position: sticky;
    scrollbar-width: none;
    top: 0;
    z-index: 35;
}

.fhh-profile-nav a,
.fhh-profile-nav button {
    background: transparent;
    border: 0;
    color: #4f5750;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 1rem 0;
    text-decoration: none;
}

.fhh-profile-nav button {
    color: #8b572c;
    margin-left: auto;
}

.fhh-profile-layout {
    display: grid;
    gap: clamp(2rem, 6vw, 7rem);
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    margin: 0 auto;
    max-width: 1420px;
    padding: clamp(3.5rem, 7vw, 7rem) var(--fh-gutter, 4vw);
}

.fhh-profile-content {
    min-width: 0;
}

.fhh-section {
    border-bottom: 1px solid var(--fhh-line);
    margin-bottom: clamp(3.5rem, 7vw, 7rem);
    padding-bottom: clamp(3.5rem, 7vw, 7rem);
    scroll-margin-top: 90px;
}

.fhh-section h2 {
    font-size: clamp(2.2rem, 4.5vw, 4.4rem);
    line-height: 0.98;
    max-width: 14ch;
}

.fhh-prose {
    color: #343c36;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    line-height: 1.78;
    max-width: 760px;
}

.fhh-prose > *:last-child {
    margin-bottom: 0;
}

.fhh-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2rem;
}

.fhh-main .fhh-offering-label {
    margin-bottom: .8rem;
    margin-top: 2rem;
}

.fhh-offering-label + .fhh-chip-group {
    margin-top: 0;
}

.fhh-chip-group span {
    background: #ded8cc;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 760;
    padding: 0.48rem 0.8rem;
}

.fhh-package-grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.fhh-package {
    background: var(--fhh-white);
    border: 1px solid var(--fhh-line);
    padding: clamp(1.25rem, 3vw, 2rem);
    position: relative;
}

.fhh-package::before {
    background: var(--fhh-copper);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.fhh-package__top,
.fhh-package__meta {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.fhh-package__top span,
.fhh-package__meta {
    color: #687069;
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
}

.fhh-package__top strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.12rem;
}

.fhh-package h3 {
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    margin: 0.7rem 0;
}

.fhh-package > a {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 850;
    margin-top: 1rem;
}

.fhh-location {
    align-items: center;
    background: #d8d1c3;
    border: 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    padding: clamp(2rem, 5vw, 4rem);
}

.fhh-location h2 {
    margin-bottom: 0.9rem;
}

.fhh-location p {
    color: #525a53;
    max-width: 55ch;
}

.fhh-location > div > a,
.fhh-location__actions a {
    font-size: 0.8rem;
    font-weight: 850;
}

.fhh-location__actions {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.15rem;
}

.fhh-location__map {
    background: #f7f4ed;
    border: 1px solid rgba(15, 23, 19, .14);
    min-width: 0;
    padding: .75rem;
}

.fhh-profile-state-map {
    display: block;
    height: auto;
    width: 100%;
}

.fhh-location .fhh-profile-state-map g[data-state] {
    cursor: default;
    pointer-events: none;
}

.fhh-location .fhh-profile-state-map .fh-map {
    fill: #ebe6dc;
    opacity: .42;
    stroke: #aaa397;
}

.fhh-location .fhh-profile-state-map g.is-current .fh-map {
    fill: var(--fhh-copper-bright);
    filter: drop-shadow(0 4px 5px rgba(15, 23, 19, .28));
    opacity: 1;
    stroke: var(--fhh-ink);
    stroke-width: 2.2;
}

.fhh-location__map > div {
    border-top: 1px solid var(--fhh-line);
    display: grid;
    gap: .15rem;
    padding: .7rem .25rem .1rem;
}

.fhh-location__map > div strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1rem;
}

.fhh-location__map > div span {
    color: #687069;
    font-size: .68rem;
}

.fhh-location__mark {
    align-items: center;
    aspect-ratio: 1;
    background: var(--fhh-ink);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 3rem;
    justify-content: center;
    position: relative;
}

.fhh-location__mark i {
    background: var(--fhh-copper-bright);
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 16%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.23);
    height: 25px;
    position: absolute;
    right: 14%;
    width: 25px;
}

.fhh-inquiry {
    background: var(--fhh-ink);
    border: 0;
    color: #fff;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    padding: clamp(2rem, 5vw, 4rem);
}

.fhh-inquiry h2 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.fhh-inquiry__intro > p:not(.fhh-eyebrow) {
    color: rgba(255,255,255,0.68);
}

.fhh-inquiry__intro > a {
    color: var(--fhh-copper-bright);
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.3rem;
}

.fhh-inquiry-form {
    display: grid;
    gap: 1rem;
}

.fhh-inquiry-form label > span {
    color: rgba(255,255,255,0.72);
}

.fhh-inquiry-form small,
.fhh-owner-form small {
    color: #777d78;
    font-weight: 500;
}

.fhh-rating {
    background: #f4f0e8;
    border: 1px solid rgba(15, 23, 19, .14);
    border-top: 4px solid var(--fhh-copper);
    margin-bottom: clamp(2rem, 4vw, 4rem);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.fhh-rating__head {
    align-items: stretch;
    display: grid;
    gap: clamp(1.25rem, 4vw, 2.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(190px, 230px);
}

.fhh-rating__head > div:first-child > p:last-child {
    color: #56605b;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 540px;
}

.fhh-rating h2 {
    font-size: clamp(2.25rem, 4vw, 3.35rem);
    line-height: .98;
    margin: .35rem 0 .8rem;
    max-width: 11ch;
}

.fhh-rating__overall {
    align-content: center;
    background: var(--fhh-ink);
    color: #fff;
    display: grid;
    min-width: 0;
    padding: 1.15rem 1.25rem;
}

.fhh-rating__overall > span {
    color: rgba(255, 255, 255, .55);
    font-size: .6rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.fhh-rating__overall > div {
    align-items: baseline;
    display: flex;
    flex-wrap: nowrap;
    gap: .4rem;
    margin: .38rem 0 .25rem;
    white-space: nowrap;
}

.fhh-rating__overall strong {
    font: 700 3.5rem/1 var(--fhh-serif);
}

.fhh-rating__overall b {
    color: var(--fhh-copper-bright);
    font-size: 1.65rem;
}

.fhh-rating__overall em {
    color: rgba(255, 255, 255, .5);
    font-size: .78rem;
    font-style: normal;
    white-space: nowrap;
}

.fhh-rating__overall small {
    color: rgba(255, 255, 255, .65);
    font-size: .72rem;
}

.fhh-rating__overall.is-empty {
    background: #ded7c9;
    color: var(--fhh-ink);
}

.fhh-rating__overall.is-empty > span,
.fhh-rating__overall.is-empty small {
    color: #68716c;
}

.fhh-rating__summary {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.2rem 0 0;
}

.fhh-rating-metric {
    background: #fff;
    border: 1px solid rgba(15, 23, 19, .1);
    padding: .8rem .9rem;
}

.fhh-rating-metric p {
    align-items: baseline;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 0 .55rem;
}

.fhh-rating-metric p span {
    color: #4f5953;
    font-size: .75rem;
}

.fhh-rating-metric p b {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1rem;
}

.fhh-rating-metric__track {
    background: #e8e2d7;
    display: block;
    height: 6px;
    overflow: hidden;
}

.fhh-rating-metric__track i {
    background: var(--fhh-copper);
    display: block;
    height: 100%;
}

.fhh-rating-form {
    background: #fff;
    border: 1px solid rgba(15, 23, 19, .1);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.2rem;
    padding: 1rem;
}

.fhh-rating-form__intro {
    display: flex;
    gap: .5rem 1rem;
    grid-column: 1 / -1;
    justify-content: space-between;
    margin: 0 0 .15rem;
}

.fhh-rating-form__intro strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.15rem;
}

.fhh-rating-form__intro span {
    color: #68716c;
    font-size: .72rem;
}

.fhh-rating-form fieldset {
    align-items: center;
    background: #f8f6f1;
    border: 1px solid rgba(15, 23, 19, .1);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 0;
    padding: .75rem .85rem;
}

.fhh-rating-form legend {
    float: left;
    font-weight: 700;
}

.fhh-stars {
    display: inline-flex;
    flex-direction: row-reverse;
}

.fhh-stars input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fhh-stars label {
    align-items: center;
    color: #c9c5bb;
    cursor: pointer;
    display: inline-flex;
    font-size: 27px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.fhh-stars label:hover,
.fhh-stars label:hover ~ label,
.fhh-stars input:checked ~ label {
    color: #c7823c;
}

.fhh-stars input:focus-visible + label {
    outline: 2px solid #0f1713;
    outline-offset: 2px;
}

.fhh-rating-form__footer {
    align-items: center;
    border-top: 1px solid rgba(15, 23, 19, .12);
    display: flex;
    gap: 1rem 2rem;
    grid-column: 1 / -1;
    justify-content: space-between;
    margin-top: .3rem;
    padding-top: .9rem;
}

.fhh-rating-form__footer .fhh-rating-truth {
    margin: 0;
    max-width: 470px;
}

.fhh-rating-form__footer > div {
    display: grid;
    flex: 0 0 220px;
    gap: .45rem;
}

.fhh-rating-form__footer button {
    padding: 14px 20px;
    border: 0;
    background: #0f1713;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.fhh-rating-form__footer small {
    color: #68716c;
    font-size: .68rem;
    line-height: 1.4;
}

.fhh-rating .fhh-rating__feedback {
    margin: 1rem 0 0;
}

.fhh-direct-contact {
    align-items: center;
    background: var(--fhh-ink);
    border: 0;
    color: #fff;
    display: grid;
    gap: clamp(1.5rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 0;
    padding: clamp(2rem, 5vw, 3.5rem);
}

.fhh-direct-contact h2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    margin: .5rem 0 1rem;
    max-width: 12ch;
}

.fhh-direct-contact p:not(.fhh-eyebrow) {
    color: rgba(255,255,255,.7);
    margin: 0;
    max-width: 58ch;
}

.fhh-direct-contact__actions {
    display: grid;
    gap: .7rem;
    min-width: min(100%, 280px);
}

.fhh-visibility-panel {
    border-color: rgba(139, 51, 39, .28);
}

.fhh-rating-management {
    border-color: rgba(199, 130, 60, .38);
}

.fhh-rating-management__summary {
    align-items: center;
    display: grid;
    gap: clamp(1.2rem, 4vw, 3rem);
    grid-template-columns: minmax(130px, .28fr) minmax(0, 1fr);
    margin-bottom: 1.6rem;
}

.fhh-rating-management__summary > div {
    align-items: baseline;
    display: flex;
    gap: .65rem;
}

.fhh-rating-management__summary > div strong {
    color: var(--fhh-ink);
    font-family: var(--fh-serif, Georgia, serif);
    font-size: clamp(2.7rem, 7vw, 4.8rem);
    line-height: .8;
}

.fhh-rating-management__summary > div span,
.fhh-rating-management__summary > p,
.fhh-rating-reset-status p {
    color: #68716c;
    font-size: .8rem;
    margin: 0;
}

.fhh-rating-management__summary > div span {
    white-space: nowrap;
}

.fhh-rating-reset-status {
    align-items: center;
    background: #eee9df;
    display: flex;
    gap: 1rem;
    padding: 1rem 1.1rem;
}

.fhh-rating-reset-status > span {
    align-items: center;
    background: var(--fhh-ink);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 44px;
    font-size: .76rem;
    font-weight: 900;
    height: 44px;
    justify-content: center;
}

.fhh-rating-reset-status.is-used > span {
    background: #4f8156;
}

.fhh-rating-reset-status strong {
    display: block;
    margin-bottom: .2rem;
}

.fhh-rating-reset-form {
    border: 1px solid rgba(139, 51, 39, .3);
    display: grid;
    gap: 1rem;
    justify-items: start;
    padding: 1.1rem;
}

.fhh-rating-reset-form label {
    align-items: flex-start;
    display: flex;
    font-size: .8rem;
    font-weight: 700;
    gap: .65rem;
    line-height: 1.5;
}

.fhh-rating-reset-form input {
    accent-color: #8b3327;
    flex: 0 0 auto;
    margin-top: .2rem;
}

.fhh-rating-reset-form button {
    background: transparent;
    border: 1px solid #8b3327;
    color: #8b3327;
    cursor: pointer;
    font-weight: 800;
    padding: 13px 18px;
}

.fhh-remove-profile {
    display: grid;
    gap: 16px;
    justify-items: start;
    margin-top: 24px;
}

.fhh-remove-profile label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.fhh-remove-profile button {
    padding: 13px 18px;
    border: 1px solid #8b3327;
    background: transparent;
    color: #8b3327;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 760px) {
    .fhh-rating__head { grid-template-columns: 1fr; }
    .fhh-rating__overall { min-height: 116px; }
    .fhh-rating__summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fhh-rating-form { grid-template-columns: 1fr; }
    .fhh-rating h2 { font-size: clamp(2.15rem, 11vw, 3rem); }
    .fhh-rating-form__intro { align-items: flex-start; flex-direction: column; }
    .fhh-rating-form__footer { align-items: stretch; flex-direction: column; }
    .fhh-rating-form__footer > div { flex-basis: auto; }
    .fhh-rating-form__footer button { width: 100%; }
    .fhh-rating-form fieldset { align-items: center; }
    .fhh-rating-form legend { max-width: 48%; }
    .fhh-stars label { font-size: 24px; width: 27px; }
    .fhh-direct-contact { grid-template-columns: 1fr; }
    .fhh-rating-management__summary { grid-template-columns: 1fr; }
}

.fhh-hp {
    left: -9999px !important;
    position: absolute !important;
}

.fhh-success {
    background: #e0efdf;
    border-left: 4px solid #4f8156;
    color: #15341d;
    display: grid;
    gap: 0.15rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
}

.fhh-success span {
    font-size: 0.8rem;
}

.fhh-profile-side {
    align-self: start;
    min-width: 0;
    position: static;
}

.fhh-side-card {
    background: var(--fhh-white);
    border: 1px solid var(--fhh-line);
    margin-bottom: 1.1rem;
    padding: 1.5rem;
}

.fhh-side-card--contact {
    position: static;
}

.fhh-side-card--rating {
    background: #f4f0e8;
    border-top: 4px solid var(--fhh-copper);
    padding: 1.25rem;
    scroll-margin-top: 90px;
}

.fhh-side-card--rating .fhh-rating__head {
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 112px;
}

.fhh-side-card--rating .fhh-rating__head > div:first-child > p:last-child {
    font-size: .78rem;
    line-height: 1.45;
}

.fhh-side-card--rating h2 {
    font-size: 1.8rem;
    line-height: 1;
    margin: .35rem 0 .65rem;
}

.fhh-side-card--rating .fhh-rating__overall {
    min-height: 104px;
    padding: .8rem;
}

.fhh-side-card--rating .fhh-rating__overall > div {
    gap: .25rem;
}

.fhh-side-card--rating .fhh-rating__overall > span {
    font-size: .52rem;
}

.fhh-side-card--rating .fhh-rating__overall strong {
    font-size: 2.15rem;
}

.fhh-side-card--rating .fhh-rating__overall b {
    font-size: 1.15rem;
}

.fhh-side-card--rating .fhh-rating__overall em,
.fhh-side-card--rating .fhh-rating__overall small {
    font-size: .62rem;
}

.fhh-side-card--rating .fhh-rating__summary,
.fhh-side-card--rating .fhh-rating-form {
    grid-template-columns: 1fr;
}

.fhh-side-card--rating .fhh-rating-metric {
    padding: .65rem .7rem;
}

.fhh-side-card--rating .fhh-rating-form {
    gap: 9px;
    padding: .75rem;
}

.fhh-side-card--rating .fhh-rating-form__intro,
.fhh-side-card--rating .fhh-rating-form__footer {
    align-items: stretch;
    flex-direction: column;
}

.fhh-side-card--rating .fhh-rating-form__intro strong {
    font-size: 1rem;
}

.fhh-side-card--rating .fhh-rating-form fieldset {
    gap: 8px;
    padding: .65rem;
}

.fhh-side-card--rating .fhh-rating-form legend {
    font-size: .78rem;
    line-height: 1.25;
    max-width: 45%;
}

.fhh-side-card--rating .fhh-stars label {
    font-size: 22px;
    height: 30px;
    width: 24px;
}

.fhh-side-card--rating .fhh-rating-form__footer .fhh-rating-truth {
    max-width: none;
}

.fhh-side-card--rating .fhh-rating-form__footer > div {
    flex-basis: auto;
}

.fhh-side-card--rating .fhh-rating-form__footer button {
    width: 100%;
}

.fhh-side-card dl {
    margin: 0 0 1.3rem;
}

.fhh-side-card dl div {
    border-bottom: 1px solid var(--fhh-line);
    display: grid;
    gap: 0.35rem;
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 0.8rem 0;
}

.fhh-side-card dt {
    color: #767c77;
    font-size: 0.7rem;
}

.fhh-side-card dd {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.fhh-side-card .fhh-button {
    width: 100%;
}

.fhh-side-card--license {
    background: #e3dfd4;
    position: relative;
}

.fhh-side-card__seal {
    align-items: center;
    background: #47664c;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    width: 36px;
}

.fhh-side-card h3 {
    font-size: 1.35rem;
    line-height: 1.1;
    margin-bottom: 0.45rem;
}

.fhh-side-card > p:last-child {
    color: #636a64;
    font-size: 0.72rem;
    margin-bottom: 0;
}

.fhh-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.fhh-share-row a,
.fhh-share-row button {
    background: transparent;
    border: 0;
    color: #825126;
    cursor: pointer;
    font-size: 0.73rem;
    font-weight: 850;
    padding: 0;
}

.fhh-gallery {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fhh-gallery figure,
.fhh-owner-gallery figure {
    background: #d8d2c6;
    margin: 0;
    overflow: hidden;
}

.fhh-gallery figure {
    aspect-ratio: 4 / 3;
}

.fhh-gallery__lead {
    aspect-ratio: 16 / 9 !important;
    grid-column: 1 / -1;
}

.fhh-gallery img,
.fhh-owner-gallery img {
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
    width: 100%;
}

.fhh-gallery figure:hover img {
    transform: scale(1.025);
}

.fhh-owner-gallery {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fhh-owner-gallery figure {
    aspect-ratio: 1;
    cursor: grab;
    position: relative;
}

.fhh-owner-gallery figure.is-dragging {
    opacity: .55;
}

.fhh-cover-badge {
    background: #d99a52;
    color: #111813;
    font-size: .68rem;
    font-weight: 900;
    left: .45rem;
    padding: .3rem .45rem;
    position: absolute;
    text-transform: uppercase;
    top: .45rem;
}

.fhh-photo-controls {
    background: rgba(17,24,19,.82);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: .66rem;
    gap: .25rem;
    left: 0;
    padding: .38rem .48rem;
    position: absolute;
    right: 0;
}

.fhh-photo-controls button {
    background: #fff;
    border: 0;
    color: #111813;
    cursor: pointer;
    font-weight: 900;
    min-height: 28px;
    padding: 0 .55rem;
}

.fhh-photo-controls label {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: .3rem;
    margin-left: auto;
}

.fhh-photo-controls label input {
    min-height: 0;
    width: auto;
}

.fhh-photo-order-note {
    color: #5d625e;
    font-size: .78rem;
    margin: .5rem 0 1rem;
}

.fhh-photo-drop {
    background: #f2eee6;
    border: 1px dashed #a99d89;
    cursor: pointer;
    padding: 1.2rem;
}

.fhh-logo-editor {
    background: #f4f0e8;
    border: 1px solid var(--fhh-line);
    display: grid;
    gap: 1rem;
    margin: 1.4rem 0 2rem;
    padding: clamp(1rem, 3vw, 1.4rem);
    scroll-margin-top: 90px;
}

.fhh-license-editor {
    background: #f4f0e8;
    border: 1px solid var(--fhh-line);
    display: grid;
    gap: 1rem;
    margin: 1.4rem 0 0;
    padding: clamp(1rem, 3vw, 1.4rem);
    scroll-margin-top: 90px;
}

.fhh-license-editor__head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.fhh-license-editor__head > div > span {
    color: #815028;
    display: block;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.fhh-license-editor__head strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.35rem;
    margin-top: .3rem;
}

.fhh-license-editor__head p {
    color: #626963;
    font-size: .78rem;
    margin: .35rem 0 0;
}

.fhh-owner-form .fhh-license-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--fhh-line);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: .8rem;
    padding: .9rem 1rem;
}

.fhh-owner-form .fhh-license-toggle input {
    accent-color: var(--fhh-copper);
    min-height: 0;
    width: auto;
}

.fhh-owner-form .fhh-license-toggle > span {
    display: grid;
    gap: .15rem;
}

.fhh-owner-form .fhh-license-toggle small {
    color: #626963;
    font-weight: 400;
}

.fhh-logo-editor__head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.fhh-logo-editor__head > div > span {
    color: #815028;
    display: block;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.fhh-logo-editor__head strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.35rem;
    margin-top: .3rem;
}

.fhh-logo-editor__head p {
    color: #626963;
    font-size: .78rem;
    margin: .35rem 0 0;
}

.fhh-logo-editor__current {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.fhh-logo-editor__current img {
    background: #fff;
    border: 1px solid var(--fhh-line);
    height: 104px;
    object-fit: contain;
    padding: .5rem;
    width: 104px;
}

.fhh-logo-editor__current label {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

.fhh-logo-editor__current label input {
    min-height: 0;
    width: auto;
}

.fhh-logo-upload {
    background: #fff;
    border: 1px dashed #a99d89;
    padding: 1rem;
}

.fhh-inline-feedback {
    color: #525b55;
    font-size: .76rem;
    font-weight: 700;
    margin: 0;
}

.fhh-inline-feedback.is-success { color: #31543a; }
.fhh-inline-feedback.is-error { color: #8b3327; }

.fhh-photo-drop input {
    background: #fff;
    cursor: pointer;
}

.fhh-package-editor {
    border: 1px solid var(--fhh-line);
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 1.1rem;
}

.fhh-package-editor legend {
    background: var(--fhh-white);
    color: #825126;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 0 .45rem;
    text-transform: uppercase;
}

.fhh-species-links {
    align-items: center;
    border-bottom: 1px solid var(--fhh-line);
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
}

.fhh-species-links > span {
    color: #666d67;
    font-size: 0.72rem;
    font-weight: 800;
    margin-right: 0.25rem;
}

.fhh-species-links a {
    background: #e5dfd3;
    border-radius: 999px;
    color: var(--fhh-ink);
    font-size: 0.72rem;
    font-weight: 750;
    padding: 0.42rem 0.72rem;
    text-decoration: none;
}

.fhh-breadcrumb--archive {
    margin-bottom: 1.2rem;
}

.fhh-calendar-bridge {
    background: #f0ece3;
    margin: clamp(2rem, 5vw, 5rem) auto;
    max-width: 1480px;
    padding: clamp(1.5rem, 4vw, 3.5rem);
}

.fhh-calendar-bridge__head {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.fhh-calendar-bridge__head h2,
.fhh-hunt-pick-bridge h2 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1;
    margin-bottom: 0;
}

.fhh-calendar-bridge__head > a {
    color: #825126;
    font-size: 0.78rem;
    font-weight: 850;
}

.fhh-calendar-bridge__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fhh-calendar-bridge__empty {
    color: #626963;
    margin-bottom: 0;
    max-width: 760px;
}

.fhh-hunt-pick-bridge {
    background: var(--fhh-ink);
    color: #fff;
    margin: clamp(2rem, 6vw, 6rem) auto;
    max-width: 1180px;
    padding: clamp(2rem, 5vw, 4.5rem);
}

.fhh-hunt-pick-bridge > p:not(.fhh-eyebrow) {
    color: rgba(255,255,255,.7);
    max-width: 660px;
}

.fhh-claim-strip {
    align-items: center;
    background:
        linear-gradient(105deg, rgba(255,255,255,0.08), transparent 42%),
        #b8793c;
    color: var(--fhh-ink);
    display: grid;
    gap: 1.5rem clamp(2rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    padding: clamp(1.5rem, 3vw, 2.5rem) var(--fh-gutter, 4vw);
    scroll-margin-top: 76px;
}

.fhh-claim-strip .fhh-eyebrow {
    color: rgba(16,23,19,0.7);
    margin-bottom: 0.4rem;
}

.fhh-claim-strip h2 {
    font-size: clamp(2rem, 3.4vw, 3.45rem);
    line-height: 0.95;
    margin-bottom: 0.55rem;
}

.fhh-claim-strip__copy > p:last-child {
    font-size: 0.93rem;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 720px;
}

.fhh-claim-action {
    justify-self: stretch;
}

.fhh-claim-action summary {
    align-items: center;
    background: var(--fhh-ink);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.88rem;
    font-weight: 850;
    gap: 1rem;
    justify-content: space-between;
    list-style: none;
    min-height: 58px;
    padding: 1rem 1.2rem;
}

.fhh-claim-action summary::-webkit-details-marker {
    display: none;
}

.fhh-claim-action summary span {
    color: var(--fhh-copper-bright);
    font-size: 1.2rem;
}

.fhh-claim-action[open] summary span {
    transform: rotate(90deg);
}

.fhh-claim-action__panel {
    background: #fffef9;
    border: 1px solid rgba(16,23,19,0.18);
    border-top: 0;
    box-shadow: 0 16px 38px rgba(16,23,19,0.14);
    color: var(--fhh-ink);
    padding: clamp(1.2rem, 2vw, 1.55rem);
}

.fhh-claim-action__panel > p {
    color: #525a54;
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 0.9rem;
}

.fhh-claim-action__panel form {
    display: grid;
    gap: 0.75rem;
    margin: 0;
}

.fhh-claim-field {
    color: var(--fhh-ink);
    display: grid;
    font-size: 0.72rem;
    font-weight: 850;
    gap: 0.45rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fhh-claim-field input {
    appearance: none;
    background: #f7f3ea;
    border: 1px solid rgba(16,23,19,0.34);
    border-radius: 0;
    box-sizing: border-box;
    color: var(--fhh-ink);
    font: inherit;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 52px;
    padding: 0.85rem 0.95rem;
    text-transform: none;
    width: 100%;
}

.fhh-claim-field input::placeholder {
    color: #7a817c;
    opacity: 1;
}

.fhh-claim-field input:focus {
    border-color: var(--fhh-copper);
    box-shadow: 0 0 0 3px rgba(184,121,60,0.18);
    outline: 0;
}

.fhh-claim-action__panel button {
    background: var(--fhh-ink);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 850;
    min-height: 48px;
    padding: 0.8rem 1rem;
    width: 100%;
}

.fhh-claim-action__panel button:hover,
.fhh-claim-action__panel button:focus-visible {
    background: #223129;
}

.fhh-claim-action__panel small {
    border-top: 1px solid rgba(16,23,19,0.12);
    color: #6c746e;
    display: block;
    font-size: 0.7rem;
    line-height: 1.45;
    margin-top: 0.9rem;
    padding-top: 0.8rem;
    text-align: left;
}

.fhh-claim-action__panel .fhh-claim-error {
    color: #8a2f24;
    font-weight: 750;
}

.fhh-owner-access-strip {
    border-bottom: 1px solid rgba(16, 23, 19, 0.14);
    margin: 0 auto;
    max-width: 1300px;
    padding: 1rem clamp(1rem, 4vw, 3rem);
    scroll-margin-top: 76px;
}

.fhh-owner-access-strip > p {
    color: #525a54;
    font-size: 0.82rem;
    margin: 0;
}

.fhh-owner-access-strip .fhh-claim-action {
    margin-left: auto;
    max-width: 420px;
}

.fhh-owner-access-strip .fhh-claim-action summary {
    background: transparent;
    border: 1px solid rgba(16, 23, 19, 0.18);
    color: var(--fhh-ink);
    font-size: 0.75rem;
    padding: 0.75rem 0.9rem;
}

.fhh-claim-feedback {
    background: rgba(255,255,255,0.86);
    border-left: 5px solid var(--fhh-ink);
    display: grid;
    gap: 0.2rem;
    padding: 1.15rem 1.3rem;
}

.fhh-claim-feedback--success {
    border-left-color: #3e7548;
}

.fhh-claim-feedback span {
    color: #555d57;
    font-size: 0.8rem;
}

/* Owner desk */
.fhh-desk-welcome,
.fhh-desk-head {
    background:
        radial-gradient(circle at 82% 18%, rgba(184,121,60,0.25), transparent 30%),
        var(--fhh-ink);
    color: #fff;
}

.fhh-desk-welcome {
    align-items: center;
    display: grid;
    gap: 5rem;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    min-height: 660px;
    padding: clamp(4rem, 8vw, 8rem) var(--fh-gutter, 4vw);
}

.fhh-desk-welcome h1 {
    font-size: clamp(3.2rem, 7vw, 7rem);
    line-height: 0.9;
    margin-bottom: 1.7rem;
    max-width: 11ch;
}

.fhh-desk-welcome h1 em {
    color: var(--fhh-copper-bright);
    font-weight: 400;
}

.fhh-desk-welcome__copy > p:not(.fhh-eyebrow) {
    color: rgba(255,255,255,0.72);
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 620px;
}

.fhh-desk-welcome__preview {
    background: #f7f2e8;
    border-radius: 5px;
    box-shadow: 0 40px 110px rgba(0,0,0,0.38);
    color: var(--fhh-ink);
    overflow: hidden;
    padding-bottom: 1.4rem;
    transform: rotate(2deg);
}

.fhh-desk-welcome__browser {
    align-items: center;
    background: #ded8cc;
    display: flex;
    gap: 0.35rem;
    height: 34px;
    padding: 0 0.8rem;
}

.fhh-desk-welcome__browser i {
    background: #a79f91;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.fhh-desk-welcome__photo {
    background-position: center;
    background-size: cover;
    height: 255px;
}

.fhh-desk-welcome__lines {
    display: grid;
    gap: 0.65rem;
    padding: 1.5rem 1.5rem 0.5rem;
}

.fhh-desk-welcome__lines strong,
.fhh-desk-welcome__lines span {
    background: #cfc8ba;
    border-radius: 999px;
    display: block;
    height: 9px;
}

.fhh-desk-welcome__lines strong {
    background: var(--fhh-ink);
    height: 22px;
    width: 62%;
}

.fhh-desk-welcome__lines span:nth-child(2) { width: 88%; }
.fhh-desk-welcome__lines span:nth-child(3) { width: 74%; }
.fhh-desk-welcome__lines span:nth-child(4) { background: var(--fhh-copper); height: 32px; width: 38%; }

.fhh-desk-welcome__preview > p {
    color: #687069;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 0.84rem;
    margin: 0;
    padding: 0 1.5rem;
}

.fhh-desk-login {
    align-items: center;
    background: #ded8cc;
    display: grid;
    gap: clamp(1.5rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
    margin: 0 auto;
    max-width: 1480px;
    padding: clamp(2rem, 5vw, 4.5rem) var(--fh-gutter, 4vw);
    scroll-margin-top: 1rem;
}

.fhh-desk-login h2 {
    font-size: clamp(2.2rem, 4.5vw, 4.5rem);
    line-height: .95;
    margin: .55rem 0 .8rem;
}

.fhh-desk-login > div > p:last-child {
    color: #555d57;
    margin: 0;
    max-width: 610px;
}

.fhh-desk-login__action {
    background: var(--fhh-white);
    border-left: 4px solid var(--fhh-copper);
    padding: clamp(1.2rem, 3vw, 2rem);
}

.fhh-desk-login__action form {
    align-items: end;
    display: grid;
    gap: .8rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.fhh-desk-login__action label:not(.fhh-hp) {
    display: grid;
    gap: .4rem;
}

.fhh-desk-login__action label > span {
    font-size: .72rem;
    font-weight: 850;
}

.fhh-desk-login__action input[type="email"] {
    background: #fff;
    border: 1px solid #aaa294;
    border-radius: 0;
    min-height: 50px;
    padding: .8rem .9rem;
    width: 100%;
}

.fhh-desk-login__action button {
    background: var(--fhh-ink);
    border: 0;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    font-weight: 850;
    min-height: 50px;
    padding: .8rem 1.1rem;
}

.fhh-desk-login__action > small {
    color: #656c66;
    display: block;
    font-size: .68rem;
    line-height: 1.5;
    margin-top: .75rem;
}

.fhh-desk-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1480px;
    padding: clamp(3rem, 7vw, 7rem) var(--fh-gutter, 4vw);
}

.fhh-desk-benefits article {
    border-left: 1px solid var(--fhh-line);
    padding: 1rem clamp(1rem, 3vw, 3rem);
}

.fhh-desk-benefits article:first-child {
    border-left: 0;
}

.fhh-desk-benefits article > span {
    color: var(--fhh-copper);
    font-size: 0.7rem;
    font-weight: 900;
}

.fhh-desk-benefits h2 {
    font-size: 2rem;
    margin: 0.7rem 0;
}

.fhh-desk-benefits p {
    color: #5b625c;
    font-size: 0.9rem;
}

.fhh-desk-head {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    min-height: 290px;
    padding: clamp(3rem, 6vw, 6rem) var(--fh-gutter, 4vw);
}

.fhh-desk-head h1 {
    font-size: clamp(2.6rem, 5vw, 5.4rem);
    line-height: 0.95;
    margin-bottom: 0.7rem;
}

.fhh-desk-head > div > p:last-child {
    color: rgba(255,255,255,0.65);
    margin-bottom: 0;
}

.fhh-desk-shell {
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: 255px minmax(0, 980px);
    margin: 0 auto;
    max-width: 1400px;
    padding: clamp(2.5rem, 6vw, 6rem) var(--fh-gutter, 4vw);
}

.fhh-desk-rail {
    align-self: start;
    position: sticky;
    top: 1.5rem;
}

.fhh-completeness {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.8rem;
}

.fhh-completeness__ring {
    align-items: center;
    background: conic-gradient(var(--fhh-copper) var(--fhh-complete), #d5cfc4 0);
    border-radius: 50%;
    display: flex;
    height: 68px;
    justify-content: center;
    position: relative;
    width: 68px;
}

.fhh-completeness__ring::before {
    background: var(--fhh-paper);
    border-radius: 50%;
    content: "";
    inset: 6px;
    position: absolute;
}

.fhh-completeness__ring span {
    font-size: 0.75rem;
    font-weight: 900;
    position: relative;
}

.fhh-completeness > div:last-child {
    display: grid;
}

.fhh-completeness strong {
    font-family: var(--fh-serif, Georgia, serif);
}

.fhh-completeness > div:last-child span {
    color: #717771;
    font-size: 0.72rem;
}

.fhh-desk-rail nav {
    border-bottom: 1px solid var(--fhh-line);
    border-top: 1px solid var(--fhh-line);
    display: grid;
    margin-bottom: 1.3rem;
    padding: 0.8rem 0;
}

.fhh-desk-rail nav a {
    border-left: 3px solid transparent;
    color: #626963;
    font-size: 0.78rem;
    font-weight: 750;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
}

.fhh-desk-rail nav a.is-active {
    border-left-color: var(--fhh-copper);
    color: var(--fhh-ink);
}

.fhh-desk-jump {
    display: none;
}

.fhh-plan-pill {
    align-items: center;
    background: #ded8cc;
    display: flex;
    font-size: 0.7rem;
    justify-content: space-between;
    padding: 0.8rem;
}

.fhh-plan-pill strong {
    color: #825126;
    text-transform: uppercase;
}

.fhh-desk-content {
    min-width: 0;
}

.fhh-desk-guide {
    background: #17231c;
    color: #fff;
    margin-bottom: 1.5rem;
}

.fhh-desk-guide summary {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: .85rem;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    list-style: none;
    padding: 1rem 1.15rem;
}

.fhh-desk-guide summary::-webkit-details-marker,
.fhh-help summary::-webkit-details-marker {
    display: none;
}

.fhh-desk-guide summary::marker,
.fhh-help summary::marker {
    content: "";
}

.fhh-desk-guide summary > span,
.fhh-help summary > span {
    align-items: center;
    background: var(--fhh-copper-bright);
    border-radius: 50%;
    color: var(--fhh-ink);
    display: inline-flex;
    font-family: Georgia, serif;
    font-size: .9rem;
    font-style: italic;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.fhh-desk-guide summary > span {
    height: 42px;
    width: 42px;
}

.fhh-desk-guide summary strong,
.fhh-desk-guide summary small {
    display: block;
}

.fhh-desk-guide summary strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.15rem;
}

.fhh-desk-guide summary small {
    color: rgba(255,255,255,.67);
    font-size: .72rem;
    margin-top: .1rem;
}

.fhh-desk-guide summary b {
    color: var(--fhh-copper-bright);
    font-size: .7rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fhh-desk-guide summary b i,
.fhh-desk-guide summary b em {
    font-style: normal;
}

.fhh-desk-guide summary b em,
.fhh-desk-guide[open] summary b i {
    display: none;
}

.fhh-desk-guide[open] summary b em {
    display: inline;
}

.fhh-desk-guide > ol {
    border-top: 1px solid rgba(255,255,255,.12);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.fhh-desk-guide > ol li {
    display: grid;
    gap: .7rem;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 1rem;
}

.fhh-desk-guide > ol li + li {
    border-left: 1px solid rgba(255,255,255,.12);
}

.fhh-desk-guide > ol li > span {
    align-items: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: flex;
    font-size: .68rem;
    font-weight: 900;
    height: 28px;
    justify-content: center;
}

.fhh-desk-guide li strong {
    display: block;
    font-size: .76rem;
    margin-bottom: .25rem;
}

.fhh-desk-guide li p {
    color: rgba(255,255,255,.66);
    font-size: .7rem;
    line-height: 1.5;
    margin: 0;
}

.fhh-panel-tools {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    gap: .55rem;
}

.fhh-help {
    font-family: var(--fh-sans, system-ui, sans-serif);
    max-width: min(390px, 75vw);
}

.fhh-help summary {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.fhh-help summary > span {
    background: #eee9df;
    border: 1px solid #b8ae9d;
    height: 30px;
    transition: background-color 150ms ease, border-color 150ms ease;
    width: 30px;
}

.fhh-help summary:hover > span,
.fhh-help summary:focus-visible > span,
.fhh-help[open] summary > span {
    background: var(--fhh-copper-bright);
    border-color: var(--fhh-copper);
}

.fhh-help summary:focus-visible,
.fhh-desk-guide summary:focus-visible {
    outline: 2px solid var(--fhh-copper);
    outline-offset: 3px;
}

.fhh-help[open] {
    width: min(390px, 75vw);
}

.fhh-help__body {
    background: #f3eee4;
    border-left: 3px solid var(--fhh-copper);
    color: var(--fhh-ink);
    margin-top: .7rem;
    padding: .85rem 1rem;
}

.fhh-help__body > strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1rem;
    margin-bottom: .5rem;
}

.fhh-help__body ol {
    counter-reset: fhh-help-step;
    display: grid;
    gap: .45rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fhh-help__body li {
    counter-increment: fhh-help-step;
    display: grid;
    font-size: .73rem;
    gap: .5rem;
    grid-template-columns: 20px minmax(0, 1fr);
    line-height: 1.45;
}

.fhh-help__body li::before {
    align-items: center;
    background: var(--fhh-ink);
    border-radius: 50%;
    color: #fff;
    content: counter(fhh-help-step);
    display: flex;
    font-size: .58rem;
    font-weight: 900;
    height: 20px;
    justify-content: center;
}

.fhh-field-lead .fhh-help--inline {
    margin-left: auto;
}

.fhh-field-lead .fhh-help--inline[open] {
    flex-basis: 100%;
    margin-left: 0;
    max-width: none;
    width: 100%;
}

.fhh-desk-panel {
    background: var(--fhh-white);
    border: 1px solid var(--fhh-line);
    margin-bottom: 1.5rem;
    padding: clamp(1.3rem, 4vw, 3rem);
    scroll-margin-top: 1.5rem;
}

.fhh-desk-panel > header {
    align-items: start;
    border-bottom: 1px solid var(--fhh-line);
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
}

.fhh-desk-panel h2 {
    font-size: clamp(1.8rem, 3.5vw, 3.2rem);
    line-height: 1;
    margin-bottom: 0;
}

.fhh-step-badge {
    background: #e0eadc;
    border-radius: 999px;
    color: #38543d;
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-weight: 850;
    padding: 0.42rem 0.7rem;
}

.fhh-owner-form {
    display: grid;
    gap: 1.15rem;
    padding-bottom: 6.5rem;
}

.fhh-field-lead {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.fhh-field-lead:first-child {
    margin-top: 0;
}

.fhh-field-lead > span {
    align-items: center;
    background: var(--fhh-ink);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 36px;
    font-family: var(--fh-serif, Georgia, serif);
    height: 36px;
    justify-content: center;
}

.fhh-field-lead strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.16rem;
}

.fhh-field-lead p {
    color: #747a75;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.fhh-check-grid {
    border: 0;
    display: grid;
    gap: 0.6rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

.fhh-check-grid legend {
    grid-column: 1 / -1;
    margin-bottom: 0.25rem;
}

.fhh-check-grid label {
    align-items: center;
    background: #f1eee7;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.55rem 0.7rem;
}

.fhh-check-grid label:has(input:checked) {
    background: #e3eadf;
    border-color: #789079;
}

.fhh-check-grid input {
    accent-color: var(--fhh-copper);
    min-height: 0;
    width: auto;
}

.fhh-money {
    align-items: center;
    display: flex;
    position: relative;
}

.fhh-money b {
    left: 0.9rem;
    position: absolute;
}

.fhh-money input {
    padding-left: 1.9rem;
}

.fhh-save-dock {
    align-items: center;
    background: rgba(15, 23, 19, .97);
    border: 1px solid rgba(255, 255, 255, .18);
    bottom: 1.25rem;
    box-shadow: 0 18px 55px rgba(7, 14, 10, .32);
    color: #fff;
    display: flex;
    gap: 1.1rem;
    justify-content: space-between;
    max-width: 470px;
    padding: .72rem;
    pointer-events: none;
    position: fixed;
    right: 1.25rem;
    width: calc(100vw - 2.5rem);
    z-index: 1000;
}

.fhh-save-dock__state {
    display: grid;
    gap: .12rem;
    padding-left: .35rem;
}

.fhh-save-dock__state small {
    color: rgba(255, 255, 255, .56);
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.fhh-save-dock__state strong {
    font-size: .78rem;
    line-height: 1.2;
}

.fhh-save-dock.is-dirty .fhh-save-dock__state strong {
    color: #ffd09a;
}

.fhh-save-dock.is-saved .fhh-save-dock__state strong {
    color: #cbe4c9;
}

.fhh-save-dock .fhh-owner-save {
    background: var(--fhh-copper-bright);
    color: var(--fhh-ink);
    flex: 0 0 auto;
    margin: 0;
    min-height: 48px;
    min-width: 174px;
    pointer-events: auto;
}

.fhh-save-dock .fhh-owner-save:hover,
.fhh-save-dock .fhh-owner-save:focus-visible {
    background: #efad68;
}

.fhh-save-dock.is-saving .fhh-owner-save {
    cursor: wait;
    opacity: .72;
}

.fhh-photo-upgrade,
.fhh-rating__period {
    color: #626963;
    font-size: .75rem;
}

.fhh-photo-upgrade {
    margin: .65rem 0 0;
}

.fhh-photo-upload {
    align-items: center;
    align-self: flex-start;
    background: var(--fhh-ink);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    gap: 0.55rem;
    justify-content: center;
    margin-top: -0.15rem;
    min-height: 44px;
    padding: 0.78rem 1.05rem;
}

.fhh-photo-upload:hover,
.fhh-photo-upload:focus-visible {
    background: var(--fhh-copper-dark);
}

.fhh-rating__period {
    background: #eee9df;
    border-left: 3px solid var(--fhh-copper);
    margin: 0 0 1rem;
    padding: .65rem .8rem;
}

.fhh-activation-gate {
    align-items: center;
    background: linear-gradient(135deg, #122019, #26362c);
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .42fr);
    padding: clamp(1.4rem, 4vw, 2.5rem);
}

.fhh-existing-page-preview {
    background: #eee9df;
    border: 1px solid var(--fhh-line);
    color: var(--fhh-ink);
    display: grid;
    grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr);
    margin-bottom: 1rem;
    text-decoration: none;
}

.fhh-existing-page-preview img {
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    width: 100%;
}

.fhh-existing-page-preview > div {
    align-self: center;
    padding: clamp(1.2rem, 3vw, 2rem);
}

.fhh-existing-page-preview span {
    color: var(--fhh-copper);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.fhh-existing-page-preview strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.05;
    margin: .55rem 0;
}

.fhh-existing-page-preview p {
    color: #626963;
    font-size: .8rem;
}

.fhh-existing-page-preview b {
    font-size: .75rem;
    text-decoration: underline;
}

.fhh-activation-gate span,
.fhh-inline-lock > span,
.fhh-complete-offer > div > span {
    color: var(--fhh-copper-bright);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.fhh-activation-gate h3 {
    color: #fff;
    font-size: clamp(1.6rem, 3.4vw, 2.6rem);
    line-height: 1.03;
    margin: .55rem 0;
}

.fhh-activation-gate p {
    color: rgba(255,255,255,.7);
    margin: 0;
}

.fhh-activation-gate button,
.fhh-complete-offer button,
.fhh-module-grid button,
.fhh-primary-plan button,
.fhh-after-save-upgrade button {
    background: var(--fhh-copper-bright);
    border: 0;
    color: var(--fhh-ink);
    cursor: pointer;
    font-size: .76rem;
    font-weight: 900;
    min-height: 48px;
    padding: .82rem 1rem;
    width: 100%;
}

.fhh-inline-lock {
    background: #eee9df;
    border: 1px dashed #b8ae9d;
    display: grid;
    gap: .35rem;
    margin-top: 1rem;
    padding: 1.2rem;
}

.fhh-inline-lock strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.2rem;
}

.fhh-inline-lock p {
    color: #6b706c;
    font-size: .8rem;
    margin: 0;
}

.fhh-inline-lock a {
    color: #855024;
    font-size: .74rem;
    font-weight: 850;
    margin-top: .35rem;
}

.fhh-share-panel {
    background: #ddd6c8;
}

.fhh-share-preview {
    background: #fff;
    border: 1px solid var(--fhh-line);
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    margin-bottom: 1rem;
    max-width: 720px;
}

.fhh-share-preview__image {
    min-height: 230px;
}

.fhh-share-preview__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fhh-share-preview > div:last-child {
    align-self: center;
    padding: 1.4rem;
}

.fhh-share-preview > div:last-child > span,
.fhh-service-card > span {
    color: var(--fhh-copper);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.fhh-share-preview strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: clamp(1.35rem, 2.8vw, 2.2rem);
    line-height: 1.05;
    margin: 0.5rem 0;
}

.fhh-share-preview p {
    color: #606761;
    font-size: 0.78rem;
    margin-bottom: 0;
}

.fhh-service-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fhh-service-details {
    border: 1px solid var(--fhh-line);
}

.fhh-service-details > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
    min-height: 64px;
    padding: 1rem 1.2rem;
}

.fhh-service-details > summary::-webkit-details-marker {
    display: none;
}

.fhh-service-details > summary span {
    font-weight: 850;
}

.fhh-service-details > summary small {
    color: #626963;
}

.fhh-service-details > summary::after {
    content: '+';
    font-size: 1.4rem;
    margin-left: 1rem;
}

.fhh-service-details[open] > summary::after {
    content: '−';
}

.fhh-service-details .fhh-service-grid {
    border-top: 1px solid var(--fhh-line);
    padding: .8rem;
}

.fhh-after-save-upgrade {
    align-items: center;
    background: linear-gradient(135deg, #14231b, #2c3b31);
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .4fr);
    margin-bottom: 1rem;
    padding: clamp(1.4rem, 4vw, 2.3rem);
}

.fhh-after-save-upgrade h2 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1;
    margin: .35rem 0 .65rem;
}

.fhh-after-save-upgrade p:not(.fhh-eyebrow) {
    color: rgba(255,255,255,.72);
    margin: 0;
}

.fhh-primary-plan-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fhh-primary-plan {
    background: #f2eee7;
    border: 1px solid var(--fhh-line);
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: clamp(1.3rem, 3vw, 2rem);
}

.fhh-primary-plan--complete {
    background: var(--fhh-ink);
    color: #fff;
}

.fhh-primary-plan.is-active {
    box-shadow: inset 0 0 0 2px #7d987e;
}

.fhh-primary-plan > span {
    color: var(--fhh-copper-bright);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.fhh-primary-plan h3 {
    color: inherit;
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    line-height: 1;
    margin: .55rem 0 .8rem;
}

.fhh-primary-plan > strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 2rem;
}

.fhh-primary-plan > strong del {
    margin-right: .25rem;
    color: #8a8f8a;
    font-size: .72em;
    font-weight: 400;
    text-decoration-thickness: 2px;
}

.fhh-primary-plan > strong small,
.fhh-primary-plan > small {
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: .67rem;
}

.fhh-primary-plan > p {
    color: #626963;
    font-size: .82rem;
    line-height: 1.55;
}

.fhh-primary-plan--complete > p,
.fhh-primary-plan--complete > small {
    color: rgba(255,255,255,.7);
}

.fhh-primary-plan--complete .fhh-checkout-terms {
    color: rgba(255,255,255,.82);
}

.fhh-primary-plan--complete .fhh-checkout-terms a {
    color: #f3bc82;
}

.fhh-complete-math {
    align-items: baseline;
    border-bottom: 1px solid rgba(255,255,255,.16);
    border-top: 1px solid rgba(255,255,255,.16);
    display: flex;
    flex-wrap: wrap;
    gap: .35rem 1rem;
    margin: .75rem 0 .15rem;
    padding: .7rem 0;
}

.fhh-complete-math del {
    color: rgba(255,255,255,.58);
    font-size: .76rem;
}

.fhh-complete-math b {
    color: #f0ad68;
    font-size: .78rem;
}

.fhh-primary-plan > b,
.fhh-primary-plan > form {
    margin-top: auto;
}

.fhh-primary-plan > b {
    font-size: .75rem;
}

.fhh-custom-build {
    border: 1px solid var(--fhh-line);
    margin-top: 1rem;
}

.fhh-price-explainer {
    border: 1px solid var(--fhh-line);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.fhh-price-explainer > div {
    padding: 1rem 1.2rem;
}

.fhh-price-explainer > div + div {
    background: #e8efe4;
    border-left: 1px solid var(--fhh-line);
}

.fhh-price-explainer span {
    color: #815028;
    display: block;
    font-size: .6rem;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: .35rem;
}

.fhh-price-explainer strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.15rem;
}

.fhh-price-explainer p {
    color: #5d645e;
    font-size: .75rem;
    line-height: 1.5;
    margin: .45rem 0 0;
}

.fhh-custom-build > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
    min-height: 64px;
    padding: 1rem 1.2rem;
}

.fhh-custom-build > summary::-webkit-details-marker {
    display: none;
}

.fhh-custom-build > summary span {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.2rem;
    font-weight: 700;
}

.fhh-custom-build > summary small {
    color: #626963;
}

.fhh-custom-build > summary::after {
    content: '+';
    font-size: 1.4rem;
    margin-left: 1rem;
}

.fhh-custom-build[open] > summary::after {
    content: '−';
}

.fhh-custom-build .fhh-module-grid {
    border-top: 1px solid var(--fhh-line);
    padding: .8rem;
}

.fhh-complete-offer {
    align-items: center;
    background: var(--fhh-ink);
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .38fr);
    margin-bottom: 1rem;
    padding: clamp(1.4rem, 4vw, 2.5rem);
}

.fhh-complete-offer h3 {
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3.4rem);
    line-height: 1;
    margin: .4rem 0 .7rem;
}

.fhh-complete-offer p,
.fhh-complete-offer li {
    color: rgba(255,255,255,.7);
    font-size: .82rem;
}

.fhh-complete-offer ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.fhh-complete-offer__buy {
    display: grid;
    gap: .8rem;
}

.fhh-complete-offer__buy > strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 2rem;
}

.fhh-complete-offer__buy small,
.fhh-module-card__top small {
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: .64rem;
}

.fhh-complete-offer__buy > b {
    background: #dcead9;
    color: #31543a;
    padding: .8rem;
    text-align: center;
}

.fhh-module-grid {
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fhh-module-grid article {
    background: #f2eee7;
    border: 1px solid var(--fhh-line);
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 1.25rem;
}

.fhh-module-grid article.is-active {
    background: #e8efe4;
    border-color: #9eb09d;
}

.fhh-module-grid article:last-child {
    grid-column: 1 / -1;
    min-height: 210px;
}

.fhh-module-card__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.fhh-module-card__top > span {
    color: #815028;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.fhh-module-card__top > strong {
    font-family: var(--fh-serif, Georgia, serif);
}

.fhh-module-grid h3 {
    font-size: 1.45rem;
    margin: .8rem 0 .55rem;
}

.fhh-module-grid p {
    color: #646a65;
    font-size: .8rem;
    line-height: 1.5;
}

.fhh-module-grid form,
.fhh-module-active {
    margin-top: auto;
}

.fhh-module-active {
    color: #31543a;
    font-size: .75rem;
}

.fhh-plan-grid {
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fhh-plan-grid article {
    background: #f1ede5;
    border: 1px solid var(--fhh-line);
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 1.35rem;
}

.fhh-plan-grid article > span {
    color: #825126;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.fhh-plan-grid h3 {
    font-size: 1.55rem;
    line-height: 1.05;
    margin: .7rem 0 1rem;
}

.fhh-plan-grid article > strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.75rem;
}

.fhh-plan-grid article > strong small {
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: .68rem;
}

.fhh-plan-grid article > p {
    color: #626963;
    font-size: .8rem;
    line-height: 1.55;
}

.fhh-plan-grid article > b {
    color: #49624e;
    font-size: .72rem;
    margin-top: auto;
}

.fhh-plan-grid article form {
    margin-top: auto;
}

.fhh-plan-grid button,
.fhh-billing-form button {
    background: var(--fhh-ink);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 850;
    min-height: 45px;
    padding: .75rem .9rem;
    width: 100%;
}

.fhh-plan-grid .fhh-plan-card--featured {
    background: var(--fhh-ink);
    color: #fff;
}

.fhh-plan-card--featured > p {
    color: rgba(255,255,255,.68) !important;
}

.fhh-plan-card--featured button {
    background: var(--fhh-copper-bright);
    color: var(--fhh-ink);
}

.fhh-billing-form {
    margin-top: 1rem;
    max-width: 240px;
}

.fhh-billing-form button {
    background: transparent;
    border: 1px solid var(--fhh-line);
    color: var(--fhh-ink);
}

.fhh-contact-quiet {
    background: #eee9df;
    border-left: 4px solid var(--fhh-copper);
    padding: 1.3rem;
}

.fhh-contact-quiet strong {
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.15rem;
}

.fhh-contact-quiet p {
    color: #626963;
    font-size: .8rem;
    margin: .45rem 0 0;
}

.fhh-notice {
    background: #ece3cf;
    border-left: 4px solid var(--fhh-copper);
    display: grid;
    margin-bottom: 1.2rem;
    padding: 1rem 1.2rem;
}

.fhh-notice span {
    color: #666055;
    font-size: .75rem;
}

.fhh-service-card {
    border: 1px solid var(--fhh-line);
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: clamp(1.3rem, 3vw, 2rem);
}

.fhh-service-card--story {
    background: #e3ddd1;
}

.fhh-service-card--website {
    background: var(--fhh-ink);
    color: #fff;
}

.fhh-service-card h3 {
    font-size: clamp(1.5rem, 2.8vw, 2.4rem);
    line-height: 1.04;
    margin: 0.8rem 0;
}

.fhh-service-card p {
    color: #626963;
    font-size: 0.88rem;
    line-height: 1.6;
}

.fhh-service-card--website p {
    color: rgba(255,255,255,0.68);
}

.fhh-service-card > strong {
    display: block;
    font-family: var(--fh-serif, Georgia, serif);
    font-size: 1.7rem;
    margin: auto 0 1rem;
}

.fhh-service-card > strong small {
    font-family: var(--fh-sans, system-ui, sans-serif);
    font-size: 0.64rem;
    font-weight: 600;
}

.fhh-service-card button,
.fhh-service-requested {
    background: var(--fhh-copper-bright);
    border: 0;
    color: var(--fhh-ink);
    cursor: pointer;
    display: flex;
    font-size: 0.78rem;
    font-weight: 850;
    justify-content: space-between;
    min-height: 47px;
    padding: 0.85rem 1rem;
    width: 100%;
}

.fhh-service-card button[disabled] {
    background: #cbc3b5;
    color: #747068;
    cursor: default;
}

.fhh-service-requested {
    background: #dcead9;
    display: block;
}

.fhh-main .navigation.pagination {
    margin-top: 2.5rem;
}

.fhh-main .nav-links {
    display: flex;
    gap: 0.5rem;
}

.fhh-main .page-numbers {
    align-items: center;
    background: #fff;
    border: 1px solid var(--fhh-line);
    box-sizing: border-box;
    display: inline-flex;
    font-size: 0.78rem;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

.fhh-main .page-numbers:not(.prev):not(.next) {
    min-width: 44px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.fhh-main .page-numbers.current {
    background: var(--fhh-ink);
    color: #fff;
}

@media (max-width: 1100px) {
    .fhh-showcase-addons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fhh-showcase-addons > a {
        justify-self: start;
    }

    .fhh-find-hero,
    .fhh-desk-welcome {
        gap: 3rem;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    }

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

    .fhh-owner-callout {
        grid-template-columns: 1fr auto;
    }

    .fhh-owner-callout > p {
        grid-column: 1 / 2;
    }

    .fhh-owner-callout__actions {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .fhh-profile-hero {
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    }

    .fhh-profile-layout {
        gap: 2.5rem;
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 840px) {
    .fhh-showcase-intro,
    .fhh-showcase-value__head {
        grid-template-columns: 1fr;
    }

    .fhh-showcase-intro__copy {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.18);
        padding-left: 0;
        padding-top: 1.5rem;
    }

    .fhh-showcase-plan-grid {
        grid-template-columns: 1fr;
    }

    .fhh-showcase-plan-grid article.is-featured {
        transform: none;
    }

    .fhh-find-hero,
    .fhh-map-band,
    .fhh-profile-hero,
    .fhh-desk-welcome,
    .fhh-profile-layout,
    .fhh-inquiry,
    .fhh-activation-gate,
    .fhh-complete-offer,
    .fhh-after-save-upgrade,
    .fhh-primary-plan-grid {
        grid-template-columns: 1fr;
    }

    .fhh-price-explainer {
        grid-template-columns: 1fr;
    }

    .fhh-price-explainer > div + div {
        border-left: 0;
        border-top: 1px solid var(--fhh-line);
    }

    .fhh-existing-page-preview {
        grid-template-columns: 1fr;
    }

    .fhh-existing-page-preview img {
        min-height: 180px;
    }

    .fhh-find-hero {
        min-height: 0;
    }

    .fhh-find-hero__aside {
        max-width: none;
    }

    .fhh-map-band__visual {
        transform: none;
    }

    .fhh-map-band__intro {
        max-width: none;
        position: static;
    }

    .fhh-profile-hero__image,
    .fhh-profile-hero {
        min-height: 0;
    }

    .fhh-profile-hero__image {
        aspect-ratio: 16 / 10;
        grid-row: 1;
    }

    .fhh-profile-hero__copy {
        grid-row: 2;
    }

    .fhh-profile-hero__image::after {
        background: linear-gradient(0deg, rgba(16,23,19,0.5), transparent 55%);
    }

    .fhh-profile-layout {
        padding-top: 3rem;
    }

    .fhh-profile-side {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .fhh-side-card--rating {
        grid-column: 1 / -1;
    }

    .fhh-side-card {
        margin-bottom: 0;
    }

    .fhh-side-card--contact {
        position: static;
    }

    .fhh-desk-shell {
        grid-template-columns: 1fr;
    }

    .fhh-desk-rail {
        background: var(--fhh-paper);
        position: static;
    }

    .fhh-desk-rail nav {
        display: none;
    }

    .fhh-desk-jump {
        display: grid;
        gap: .35rem;
        margin-bottom: 1.3rem;
    }

    .fhh-desk-jump > span {
        color: #626963;
        font-size: .68rem;
        font-weight: 850;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .fhh-desk-jump select {
        background: var(--fhh-white);
        border: 1px solid var(--fhh-line);
        border-radius: 0;
        color: var(--fhh-ink);
        font: inherit;
        font-size: .82rem;
        font-weight: 800;
        min-height: 48px;
        padding: .7rem 2.5rem .7rem .8rem;
    }

    .fhh-desk-guide > ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fhh-desk-guide > ol li:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .fhh-desk-guide > ol li:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.12);
    }

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

@media (max-width: 640px) {
    .fhh-owner-form {
        padding-bottom: 8rem;
    }

    .fhh-save-dock {
        bottom: .65rem;
        gap: .65rem;
        left: .65rem;
        max-width: none;
        padding: .6rem;
        right: .65rem;
        width: auto;
    }

    .fhh-save-dock__state {
        min-width: 0;
        padding-left: .2rem;
    }

    .fhh-save-dock__state small {
        font-size: .52rem;
    }

    .fhh-save-dock__state strong {
        font-size: .7rem;
    }

    .fhh-save-dock .fhh-owner-save {
        min-height: 46px;
        min-width: 150px;
        padding: .72rem .85rem;
    }

    .fhh-showcase-intro {
        padding-bottom: 3.2rem;
        padding-top: 3.2rem;
    }

    .fhh-showcase-intro h1 {
        font-size: clamp(3.1rem, 15vw, 5rem);
    }

    .fhh-showcase-notice {
        align-items: flex-start;
        flex-direction: column;
    }

    .fhh-showcase-business {
        font-size: clamp(3rem, 16vw, 5rem);
    }

    .fhh-showcase-addons {
        grid-template-columns: 1fr;
    }

    .fhh-showcase-addons article {
        border-left: 0;
        border-top: 1px solid var(--fhh-line);
        min-height: 0;
        padding: 1.5rem 0;
    }

    .fhh-showcase-value__actions,
    .fhh-showcase-value__actions .fhh-button,
    .fhh-showcase-addons > a {
        width: 100%;
    }

    .fhh-find-hero,
    .fhh-desk-welcome {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .fhh-desk-login {
        grid-template-columns: 1fr;
    }

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

    .fhh-find-hero h1,
    .fhh-desk-welcome h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .fhh-search__row,
    .fhh-form-row,
    .fhh-card-grid,
    .fhh-desk-benefits,
    .fhh-profile-side,
    .fhh-service-grid,
    .fhh-plan-grid,
    .fhh-module-grid,
    .fhh-check-grid,
    .fhh-share-preview,
    .fhh-calendar-bridge__grid {
        grid-template-columns: 1fr;
    }

    .fhh-join-card.is-open { grid-column: 1 / -1 !important; }
    .fhh-join-card__presentation { grid-template-columns: 1fr; }

    .fhh-module-grid article,
    .fhh-module-grid article:last-child {
        grid-column: auto;
        min-height: 0;
    }

    .fhh-calendar-bridge__head {
        align-items: start;
        flex-direction: column;
    }

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

    .fhh-map-band {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .fhh-map-band__visual {
        min-width: 0;
    }

    .fhh-map-band__canvas {
        margin: -0.5rem -0.5rem 0;
    }

    .fhh-map-band__status {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .fhh-map-band__status a {
        text-align: left;
    }

    .fhh-all-states__grid {
        grid-template-columns: 1fr;
    }

    .fhh-results__head,
    .fhh-desk-head {
        align-items: start;
        flex-direction: column;
    }

    .fhh-result-tools {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .fhh-owner-callout,
    .fhh-claim-strip {
        grid-template-columns: 1fr;
    }

    .fhh-owner-callout > p,
    .fhh-owner-callout__actions {
        grid-column: auto;
        grid-row: auto;
    }

    .fhh-claim-action {
        width: 100%;
    }

    .fhh-profile-hero__copy {
        padding: 2.3rem 1rem 3rem;
    }

    .fhh-profile-hero h1 {
        font-size: clamp(3rem, 16vw, 5rem);
    }

    .fhh-profile-logo {
        height: 78px;
        width: 78px;
    }

    .fhh-profile-hero__facts {
        grid-template-columns: 1fr;
    }

    .fhh-profile-hero__facts div {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 0.65rem;
    }

    .fhh-profile-hero__facts div:last-child {
        border-bottom: 0;
    }

    .fhh-profile-nav {
        padding: 0 1rem;
    }

    .fhh-profile-nav button {
        margin-left: 0;
    }

    .fhh-location {
        grid-template-columns: 1fr;
    }

    .fhh-location__mark {
        max-width: 150px;
    }

    .fhh-inquiry,
    .fhh-location,
    .fhh-desk-panel {
        padding: 1.25rem;
    }

    .fhh-side-card--contact {
        order: -1;
    }

    .fhh-desk-welcome__preview {
        transform: none;
    }

    .fhh-desk-benefits article {
        border-left: 0;
        border-top: 1px solid var(--fhh-line);
        padding: 1.5rem 0;
    }

    .fhh-desk-benefits article:first-child {
        border-top: 0;
    }

    .fhh-desk-head__actions,
    .fhh-desk-head__actions .fhh-button,
    .fhh-desk-welcome__actions,
    .fhh-desk-welcome__actions .fhh-button,
    .fhh-profile-hero__actions,
    .fhh-profile-hero__actions .fhh-button,
    .fhh-share-actions,
    .fhh-share-actions .fhh-button {
        width: 100%;
    }

    .fhh-desk-panel > header {
        align-items: start;
        flex-direction: column;
    }

    .fhh-desk-guide > ol {
        grid-template-columns: 1fr;
    }

    .fhh-desk-guide > ol li + li,
    .fhh-desk-guide > ol li:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .fhh-panel-tools {
        justify-content: space-between;
        width: 100%;
    }

    .fhh-panel-tools .fhh-help[open] {
        flex-basis: 100%;
        max-width: none;
        width: 100%;
    }

    .fhh-share-preview__image {
        min-height: 210px;
    }
}

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

/* Paid self-service listing */
.fhh-add { background: var(--fhh-paper); }
.fhh-add-hero { min-height: 610px; padding: clamp(4rem, 8vw, 8rem) max(5vw, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; color: #fff; background: linear-gradient(90deg, rgba(8,22,15,.97) 0%, rgba(8,22,15,.86) 48%, rgba(8,22,15,.58) 100%), url('../../../themes/fieldhonest/assets/images/deer-season-hero.webp') center/cover; }
.fhh-add-hero h1 { max-width: 850px; margin: .5rem 0 1.5rem; color: #fff; font-size: clamp(3.8rem, 7.2vw, 7.4rem); line-height: .86; letter-spacing: -.045em; }
.fhh-add-hero h1 em { color: var(--fhh-copper); font-weight: 400; }
.fhh-add-hero__lead { max-width: 700px; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.65; }
.fhh-add-price { display: flex; gap: 1rem; align-items: center; margin-top: 2rem; }
.fhh-add-price strong { color: var(--fhh-copper); font-family: var(--fhh-serif); font-size: clamp(3rem, 5vw, 5rem); line-height: 1; }
.fhh-add-price strong del { margin-right: .45rem; color: rgba(255,255,255,.58); font-size: .48em; font-weight: 400; text-decoration-thickness: 2px; }
.fhh-add-price span { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: .82rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }
.fhh-founder-meter { width: min(560px, 100%); margin-top: 1.35rem; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.2); background: rgba(8,22,15,.54); }
.fhh-founder-meter > div { display: flex; gap: 1rem; align-items: baseline; justify-content: space-between; }
.fhh-founder-meter > div span { color: var(--fhh-copper); font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.fhh-founder-meter > div b { font-family: var(--fhh-serif); font-size: 1rem; }
.fhh-founder-meter > i { display: block; height: 6px; margin: .7rem 0 .65rem; overflow: hidden; background: rgba(255,255,255,.16); }
.fhh-founder-meter > i > em { display: block; height: 100%; background: var(--fhh-copper); }
.fhh-founder-meter > small { color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.45; }
.fhh-founder-meter > small strong { color: #fff; }
.fhh-add-hero aside { padding: clamp(2rem, 4vw, 3.5rem); background: rgba(246,242,233,.96); color: var(--fhh-ink); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.fhh-add-hero aside ol { margin: 1.8rem 0; padding: 0; list-style: none; }
.fhh-add-hero aside li { display: grid; grid-template-columns: 38px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--fhh-line); }
.fhh-add-hero aside li > span, .fhh-add-form legend > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--fhh-ink); color: #fff; font-weight: 800; }
.fhh-add-hero aside li strong, .fhh-add-hero aside li small { display: block; }
.fhh-add-hero aside li small { margin-top: .3rem; color: var(--fhh-muted); line-height: 1.45; }
.fhh-add-hero aside > p:last-child { margin: 0; padding: 1rem; border-left: 3px solid var(--fhh-copper); background: #e8e1d4; line-height: 1.5; }
.fhh-add-form-wrap { width: min(1040px, 90vw); margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) 0; }
.fhh-add-form-wrap > header { max-width: 760px; margin-bottom: 2.5rem; }
.fhh-add-form-wrap > header h2 { margin: .35rem 0 .75rem; font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: .95; }
.fhh-add-form-wrap > header > p:last-child { color: var(--fhh-muted); font-size: 1.05rem; line-height: 1.6; }
.fhh-add-feedback { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; margin: 0 0 2rem; padding: 1.5rem; border: 1px solid #c9bda8; background: #efe7d8; }
.fhh-add-feedback > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--fhh-copper); color: #fff; font-size: 1.25rem; font-weight: 900; }
.fhh-add-feedback--success { border-color: #729275; background: #e2eee0; }
.fhh-add-feedback h3, .fhh-add-feedback p { margin: 0; }
.fhh-add-feedback p { margin-top: .35rem; line-height: 1.55; }
.fhh-add-feedback a { display: inline-block; margin-top: .75rem; font-weight: 800; }
.fhh-add-form { border: 1px solid var(--fhh-line); background: #fffdf8; }
.fhh-add-form fieldset { margin: 0; padding: clamp(1.5rem, 4vw, 3rem); border: 0; border-bottom: 1px solid var(--fhh-line); }
.fhh-add-form legend { display: flex; width: 100%; gap: 1rem; align-items: center; padding: 0 0 1.5rem; }
.fhh-add-form legend strong, .fhh-add-form legend small { display: block; }
.fhh-add-form legend strong { font: 700 clamp(1.35rem, 2vw, 1.8rem)/1.1 var(--fhh-serif); }
.fhh-add-form legend small { margin-top: .25rem; color: var(--fhh-muted); }
.fhh-add-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fhh-add-form label > span, .fhh-add-form__wide > span { display: block; margin-bottom: .45rem; font-size: .86rem; font-weight: 800; }
.fhh-add-form input[type="text"], .fhh-add-form input[type="url"], .fhh-add-form input[type="email"], .fhh-add-form input[type="tel"], .fhh-add-form select, .fhh-add-form textarea { width: 100%; min-height: 54px; padding: .85rem 1rem; border: 1px solid #bdb8ae; border-radius: 0; background: #fff; color: var(--fhh-ink); font: inherit; }
.fhh-add-form textarea { min-height: 170px; resize: vertical; line-height: 1.55; }
.fhh-add-form label small { display: block; margin: .45rem 0 1rem; color: var(--fhh-muted); line-height: 1.4; }
.fhh-add-type { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fhh-add-type label { display: flex; gap: .8rem; padding: 1.2rem; border: 1px solid var(--fhh-line); background: #f5f1e8; cursor: pointer; }
.fhh-add-type input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--fhh-copper); }
.fhh-add-type b, .fhh-add-type small { display: block; }
.fhh-add-type small { margin-top: .3rem; color: var(--fhh-muted); }
.fhh-add-species { margin-top: 1.5rem; }
.fhh-add-species > strong { display: block; margin-bottom: .75rem; }
.fhh-add-species > div { display: flex; flex-wrap: wrap; gap: .55rem; }
.fhh-add-species label input { position: absolute; opacity: 0; }
.fhh-add-species label span { display: block; margin: 0; padding: .62rem .85rem; border: 1px solid var(--fhh-line); background: #fff; cursor: pointer; font-size: .8rem; }
.fhh-add-species label input:checked + span { border-color: var(--fhh-copper); background: var(--fhh-ink); color: #fff; }
.fhh-add-confirm { padding: clamp(1.5rem, 4vw, 3rem); background: #e9e2d4; }
.fhh-add-confirm label { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; margin: .7rem 0; line-height: 1.55; }
.fhh-add-confirm label > span { margin: 0; font-weight: 400; }
.fhh-add-confirm input { width: 19px; height: 19px; accent-color: var(--fhh-copper); }
.fhh-add-submit { display: flex; width: calc(100% - clamp(3rem, 8vw, 6rem)); margin: 0 clamp(1.5rem, 4vw, 3rem) 1rem; padding: 1.2rem 1.4rem; align-items: center; justify-content: space-between; border: 0; background: var(--fhh-ink); color: #fff; cursor: pointer; font: 800 1rem/1.3 inherit; }
.fhh-add-submit b { color: var(--fhh-copper); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.fhh-add-form__fineprint { margin: 0; padding: 0 clamp(1.5rem, 4vw, 3rem) 2rem; color: var(--fhh-muted); font-size: .78rem; }
.fhh-private-page-pill { display: inline-flex; padding: .75rem 1rem; align-items: center; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 800px) {
    .fhh-add-hero { min-height: 0; padding: 5rem 6vw 3rem; grid-template-columns: 1fr; gap: 2.5rem; }
    .fhh-add-hero h1 { font-size: clamp(3.5rem, 16vw, 5.4rem); }
    .fhh-add-form__row, .fhh-add-type { grid-template-columns: 1fr; }
    .fhh-add-submit { display: block; text-align: left; }
    .fhh-add-submit b { display: block; margin-top: .35rem; }
    .fhh-founder-meter > div { display: block; }
    .fhh-founder-meter > div b { display: block; margin-top: .3rem; }
}
