:root {
    --bg: #f2efe9;
    --panel: #fffdf8;
    --panel-strong: #ffffff;
    --ink: #132034;
    --muted: #5e6878;
    --line: rgba(19, 32, 52, .12);
    --accent: #0f766e;
    --accent-2: #cf7b2a;
    --accent-3: #1d4ed8;
    --shadow: 0 22px 55px rgba(19, 32, 52, .10);
    --shadow-soft: 0 12px 28px rgba(19, 32, 52, .08);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, .10), transparent 28%),
        radial-gradient(circle at top right, rgba(207, 123, 42, .12), transparent 24%),
        linear-gradient(180deg, #f7f3ed 0%, #f4f1ea 38%, #fff 100%);
    font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, sans-serif;
}

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

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

svg {
    display: block
}

::selection {
    background: rgba(15, 118, 110, .18)
}

h1,
h2,
h3,
h4 {
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    letter-spacing: -.02em;
    line-height: 1.05;
    margin: 0 0 .65em;
}

p {
    line-height: 1.7
}

.container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 253, 248, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(19, 32, 52, .08);
}

.site-footer {
    margin-top: 72px;
    padding: 48px 0 30px;
    background: linear-gradient(180deg, rgba(19, 32, 52, .98), rgba(18, 24, 38, .98));
    color: rgba(255, 255, 255, .86);
}

.site-footer a {
    color: #fff
}

.header-inner,
.footer-grid,
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-inner {
    padding: 18px 0
}

.footer-grid {
    align-items: flex-start;
    padding-bottom: 28px
}

.footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--accent), #134e4a);
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 118, 110, .28);
}

.site-main {
    min-height: 60vh
}

.nav-toggle-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    color: var(--ink);
    border: 1px solid rgba(19, 32, 52, .12);
    box-shadow: none;
    cursor: pointer;
    user-select: none;
}

.nav-toggle:hover {
    transform: none
}

.nav-toggle-lines {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after,
.nav-toggle-lines {
    background: linear-gradient(var(--ink), var(--ink)) center 0/100% 2px no-repeat;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ink);
    border-radius: 999px;
}

.nav-toggle-lines::before {
    top: 0;
    box-shadow: 0 5px 0 var(--ink);
}

.nav-toggle-lines::after {
    display: none
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.primary-nav-menu {
    display: flex;
    align-items: center;
}

.primary-nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.primary-nav a {
    color: var(--muted);
    font-weight: 700;
}

.primary-nav a:hover {
    color: var(--ink)
}

.header-auth-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 14px;
}

.button-small {
    padding: 11px 14px;
    border-radius: 12px;
    font-size: .94rem;
    line-height: 1;
}

.hero,
.archive-hero,
.single-hero {
    padding: 74px 0 26px
}

.hero-grid,
.single-grid {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 24px;
    align-items: stretch;
}

.hero h1,
.archive-hero h1,
.single-summary h1 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: .96;
    max-width: 12ch;
    margin: .1em 0 .18em;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 800;
    font-size: .78rem;
}

.eyebrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent-2);
    box-shadow: 0 0 0 6px rgba(207, 123, 42, .13);
}

.hero-copy {
    font-size: 1.08rem;
    color: var(--muted);
    max-width: 58ch;
}

.directory-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 22px 0 8px;
}

.directory-stat {
    min-width: 140px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(19, 32, 52, .10);
    box-shadow: var(--shadow-soft);
}

.directory-stat strong {
    display: block;
    font-size: 1.45rem;
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.directory-stat span {
    color: var(--muted);
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero-card,
.info-panel,
.listing-card,
.content-card,
.blog-card,
.tax-card,
.location-card,
.panel,
.gate-card {
    background: rgba(255, 253, 248, .92);
    border: 1px solid rgba(19, 32, 52, .10);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(6px);
}

.hero-card,
.info-panel {
    padding: 24px;
    border-radius: var(--radius-xl)
}

.hero-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(160deg, rgba(15, 118, 110, .14), rgba(29, 78, 216, .08)),
        rgba(255, 253, 248, .96);
}

.hero-card h2 {
    font-size: 1.9rem;
    line-height: 1.05;
    max-width: 12ch
}

.search-panel {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr auto;
    gap: 10px;
    margin-top: 24px;
}

.search-panel input,
.search-panel select,
.sort-form select,
.content-copy input,
.content-copy select,
.content-copy textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid rgba(19, 32, 52, .14);
    border-radius: 14px;
    background: #fff;
    color: var(--ink);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.search-panel input:focus,
.search-panel select:focus,
.sort-form select:focus,
.content-copy input:focus,
.content-copy textarea:focus {
    border-color: rgba(15, 118, 110, .55);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, .12);
}

.button,
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 14px;
    border: 0;
    background: linear-gradient(135deg, var(--accent), #0b5a54);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(15, 118, 110, .20);
}

.button:hover,
button:hover {
    transform: translateY(-1px)
}

.button-light {
    background: #fff;
    color: var(--ink);
    border: 1px solid rgba(19, 32, 52, .12);
    box-shadow: none;
}

.section {
    padding: 34px 0
}

.section-alt {
    padding: 48px 0;
    background:
        linear-gradient(180deg, rgba(15, 118, 110, .06), rgba(15, 118, 110, .03)),
        rgba(255, 255, 255, .55);
    border-top: 1px solid rgba(19, 32, 52, .05);
    border-bottom: 1px solid rgba(19, 32, 52, .05);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: clamp(1.7rem, 2vw, 2.4rem)
}

.card-grid,
.listing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.tax-card,
.location-card {
    border-radius: var(--radius-lg);
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 168px;
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tax-card:hover,
.location-card:hover,
.listing-card:hover,
.content-card:hover,
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(15, 118, 110, .22);
}

.tax-card::after,
.location-card::after {
    content: "";
    position: absolute;
    inset: auto -32px -32px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 118, 110, .10) 0%, transparent 70%);
    pointer-events: none;
}

.tax-card strong,
.location-card strong {
    font-size: 1.05rem
}

.term-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, .16), rgba(29, 78, 216, .14));
    color: var(--accent);
}

.term-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.tax-card .term-icon {
    margin-bottom: 2px
}

.location-card {
    align-items: flex-start;
    gap: 14px;
}

.location-card .term-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    margin-bottom: 2px;
}

.location-card .term-icon svg {
    width: 18px;
    height: 18px
}

.location-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-weight: 800;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.card-topline {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-weight: 800;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.card-topline .term-icon {
    width: 30px;
    height: 30px;
    border-radius: 12px;
}

.card-topline .term-icon svg {
    width: 16px;
    height: 16px
}

.listing-card a,
.content-card a,
.blog-card a {
    display: block;
    height: 100%
}

.listing-card {
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.listing-card-media {
    aspect-ratio: 16/10;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .12), rgba(207, 123, 42, .08)),
        #ece6dc;
}

.listing-card-media img,
.listing-card-media .listing-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-card-body {
    padding: 18px 18px 20px
}

.listing-card-body h3 {
    font-size: 1.35rem;
    margin-bottom: .35em
}

.listing-placeholder {
    display: grid;
    place-items: center;
    color: var(--muted);
    font-weight: 700;
    letter-spacing: .04em;
}

.meta-line,
.listing-meta,
.post-meta {
    color: var(--muted);
    font-size: .94rem
}

.meta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--muted);
    font-size: .92rem;
}

.meta-inline span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.link-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: var(--accent);
    font-weight: 800;
}

.link-text::after {
    content: "\2192"
}

.blog-card {
    border-radius: var(--radius-xl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-card-media {
    aspect-ratio: 16/10;
    background:
        radial-gradient(circle at 20% 20%, rgba(15, 118, 110, .16), transparent 34%),
        linear-gradient(135deg, rgba(19, 32, 52, .08), rgba(207, 123, 42, .10)),
        #eee7dc;
    overflow: hidden;
    position: relative;
}

.blog-card-media img,
.blog-card-media .blog-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-placeholder {
    display: grid;
    place-items: center;
    gap: 10px;
    color: var(--muted);
    font-weight: 700;
    text-align: center;
    padding: 18px;
}

.post-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .82);
    color: var(--accent);
    box-shadow: var(--shadow-soft);
}

.post-placeholder-icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor
}

.blog-card-body {
    padding: 20px 20px 22px;
    display: grid;
    gap: 12px;
}

.blog-card-title {
    font-size: 1.35rem;
    line-height: 1.15;
    margin: 0;
}

.blog-card-excerpt {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.blog-card-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 800;
}

.blog-card-read::after {
    content: "\2192"
}

.page-hero {
    padding: 54px 0 18px;
}

.page-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
    gap: 24px;
    align-items: stretch;
}

.page-hero-panel,
.page-hero-aside,
.content-page article {
    background: rgba(255, 253, 248, .94);
    border: 1px solid rgba(19, 32, 52, .10);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
}

.page-hero-panel {
    padding: 30px;
}

.page-hero-panel h1 {
    font-size: clamp(2.3rem, 4vw, 4rem);
    /* max-width: 14ch; */
    line-height: 1;
    margin-bottom: .2em;
}

.page-hero-aside {
    padding: 24px;
    display: grid;
    gap: 16px;
    align-content: start;
    background:
        linear-gradient(160deg, rgba(15, 118, 110, .12), rgba(207, 123, 42, .08)),
        rgba(255, 253, 248, .96);
}

.page-hero-aside .sidebar-note {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(19, 32, 52, .08);
    color: var(--muted);
}

.auth-shell {
    align-items: start;
}

.auth-panel {
    display: grid;
    gap: 18px;
}

.auth-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 6px;
    border-radius: 18px;
    background: rgba(19, 32, 52, .05);
    width: fit-content;
}

.auth-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: 12px 16px;
    border-radius: 14px;
    color: var(--muted);
    font-weight: 800;
    background: transparent;
}

.auth-tab.is-active {
    color: var(--ink);
    background: #fff;
    box-shadow: 0 8px 22px rgba(19, 32, 52, .10);
}

.auth-form {
    display: grid;
    gap: 14px;
    max-width: 560px;
}

.auth-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.auth-form label {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-weight: 700;
}

.auth-form input {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid rgba(19, 32, 52, .14);
    border-radius: 14px;
    background: #fff;
    color: var(--ink);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.auth-form input:focus {
    border-color: rgba(15, 118, 110, .55);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, .12);
}

.auth-remember {
    grid-template-columns: auto 1fr;
    align-items: center;
}

.auth-remember input {
    width: 18px;
    height: 18px;
    padding: 0;
}

.auth-notice {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid transparent;
}

.auth-notice-success {
    background: rgba(15, 118, 110, .08);
    border-color: rgba(15, 118, 110, .20);
    color: #0b5a54;
}

.auth-notice-error {
    background: rgba(186, 28, 28, .08);
    border-color: rgba(186, 28, 28, .18);
    color: #8a1f1f;
}

.auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.auth-aside {
    position: sticky;
    top: 18px;
}

.content-page {
    max-width: 980px;
}

.content-page article {
    padding: 30px;
}

.single-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, .75fr);
    gap: 24px;
    align-items: start;
}

.single-post-main,
.single-post-sidebar {
    display: grid;
    gap: 18px;
}

.single-post-hero {
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 15% 15%, rgba(15, 118, 110, .12), transparent 30%),
        linear-gradient(135deg, rgba(19, 32, 52, .08), rgba(207, 123, 42, .10)),
        #ede7dd;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(19, 32, 52, .10);
}

.single-post-hero img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.single-post-panel {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 253, 248, .96);
    border: 1px solid rgba(19, 32, 52, .10);
    box-shadow: var(--shadow-soft);
}

.single-post-panel h1 {
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    line-height: .98;
    max-width: 14ch;
}

.single-post-sidebar .panel {
    background: rgba(255, 253, 248, .96);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr 1fr;
    align-items: start;
}

.footer-brand {
    max-width: 28ch;
}

.footer-title {
    margin-bottom: .35em;
}

.footer-section-title {
    font-size: .92rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .66);
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, .9);
}

.footer-links a:hover {
    color: #fff
}

.footer-store {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
}

.footer-store strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.02rem;
}

.footer-store p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .74);
}

.footer-bottom {
    color: rgba(255, 255, 255, .65);
}

.cta-band {
    background: linear-gradient(135deg, #12203a, #1d4ed8 65%, #0f766e);
    color: #fff;
    padding: 38px 0;
    margin-top: 54px;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.search-panel-inline {
    grid-template-columns: 1fr 170px 170px 170px auto
}

.archive-hero {
    padding-top: 62px;
    padding-bottom: 10px;
}

.archive-hero p {
    color: var(--muted);
    max-width: 66ch
}

.archive-hero-shell {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 8px 0 18px;
}

.archive-hero-copy {
    max-width: 760px;
}

.archive-hero-icon {
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, .13), rgba(207, 123, 42, .12));
    border: 1px solid rgba(19, 32, 52, .10);
    box-shadow: var(--shadow-soft);
}

.archive-hero-icon .term-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
}

.archive-hero-icon .term-icon svg {
    width: 28px;
    height: 28px
}

.archive-filter-panel {
    padding: 20px;
    border-radius: 28px;
    margin-top: 16px;
}

.listing-hero {
    padding: 54px 0 22px
}

.listing-hero-grid {
    display: grid;
    grid-template-columns: .98fr 1.02fr;
    gap: 24px;
    align-items: stretch;
}

.listing-hero-media {
    overflow: hidden;
    border-radius: 32px;
    min-height: 440px;
    background:
        radial-gradient(circle at 20% 20%, rgba(15, 118, 110, .12), transparent 35%),
        linear-gradient(135deg, #ebe6db, #f9f6f1);
    box-shadow: var(--shadow);
    border: 1px solid rgba(19, 32, 52, .08);
}

.listing-hero-media img,
.listing-hero-media .listing-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 440px;
}

.listing-hero-content {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .92)),
        rgba(255, 255, 255, .9);
    border: 1px solid rgba(19, 32, 52, .10);
    border-radius: 32px;
    padding: 30px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listing-topline,
.listing-chip-row,
.listing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.listing-topline {
    margin-bottom: 14px
}

.pill,
.chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: .88rem;
    font-weight: 800;
}

.pill-featured {
    background: rgba(207, 123, 42, .14);
    color: #9a5700;
}

.pill-muted {
    background: rgba(19, 32, 52, .06);
    color: var(--muted);
}

.chip {
    background: rgba(15, 118, 110, .10);
    color: var(--accent);
}

.chip-soft {
    background: rgba(19, 32, 52, .06);
    color: #364152;
}

.listing-summary {
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--muted);
    max-width: 68ch;
}

.listing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .85fr);
    gap: 24px;
    align-items: start;
}

.listing-main,
.listing-sidebar {
    display: grid;
    gap: 18px
}

.panel,
.gate-card {
    border-radius: 28px;
    padding: 24px;
    border: 1px solid rgba(19, 32, 52, .10);
    box-shadow: var(--shadow-soft);
}

.panel {
    background: rgba(255, 253, 248, .96);
}

.gate-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background:
        linear-gradient(140deg, rgba(15, 118, 110, .10), rgba(207, 123, 42, .08)),
        rgba(255, 253, 248, .96);
}

.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.panel-head h2 {
    margin: 0
}

.panel-kicker {
    color: var(--muted);
    font-size: .94rem
}

.fact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.fact-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(19, 32, 52, .08);
}

.fact-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.fact-list span {
    color: var(--muted)
}

.fact-list strong {
    text-align: right
}

.locked-preview {
    opacity: 1;
}

.locked-preview strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-weight: 800;
}

.lock-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(15, 118, 110, .10);
    color: var(--accent);
    flex: 0 0 auto;
}

.lock-badge svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.lock-badge-large {
    width: 54px;
    height: 54px;
}

.lock-badge-large svg {
    width: 24px;
    height: 24px;
}

.locked-preview-action strong {
    font-size: .96rem;
    line-height: 1.6;
    color: var(--ink);
    text-align: left;
}

.locked-access-panel {
    border: 1px solid rgba(15, 118, 110, .14);
    background:
        linear-gradient(180deg, rgba(15, 118, 110, .08), rgba(255, 253, 248, .98)),
        rgba(255, 253, 248, .98);
}

.locked-access-copy {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.locked-access-copy h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.locked-access-copy p {
    color: var(--muted);
    margin: 0;
}

.sticky-panel {
    position: sticky;
    top: 18px
}

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

.login-gate {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(207, 123, 42, .08);
    border: 1px solid rgba(207, 123, 42, .14);
}

.content-copy {
    color: #223041;
    line-height: 1.85;
    font-size: 1.02rem;
}

.content-copy p:first-child {
    margin-top: 0
}

.content-copy p:last-child {
    margin-bottom: 0
}

.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.faq-list details {
    background: #fff;
    border: 1px solid rgba(19, 32, 52, .10);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 12px;
}

.map-embed iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 18px
}

.content-page {
    max-width: 860px
}

.pagination {
    margin-top: 24px
}

@media (max-width: 1100px) {

    .listing-hero-grid,
    .listing-layout {
        grid-template-columns: 1fr
    }

    .page-hero-shell,
    .single-post-layout {
        grid-template-columns: 1fr
    }

    .sticky-panel {
        position: static
    }

    .search-panel,
    .search-panel-inline {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .search-panel button,
    .search-panel-inline button {
        grid-column: 1/-1
    }

    .archive-hero-shell {
        align-items: flex-start
    }
}

@media (max-width: 900px) {

    .hero-grid,
    .single-grid,
    .details-grid,
    .card-grid,
    .listing-grid,
    .search-panel,
    .search-panel-inline,
    .footer-grid,
    .cta-inner {
        grid-template-columns: 1fr;
        display: grid
    }

    .hero h1,
    .archive-hero h1,
    .single-summary h1 {
        max-width: none
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .listing-hero-media,
    .listing-hero-media img,
    .listing-hero-media .listing-placeholder {
        min-height: 300px
    }

    .gate-card {
        flex-direction: column;
        align-items: flex-start
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        position: relative;
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
        z-index: 45;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: grid;
        gap: 16px;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255, 253, 248, .98);
        border: 1px solid rgba(19, 32, 52, .10);
        box-shadow: 0 20px 40px rgba(19, 32, 52, .14);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        z-index: 44;
    }

    .nav-toggle-checkbox:checked~.primary-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-toggle-checkbox:checked+.nav-toggle .nav-toggle-label {
        color: var(--accent);
    }

    .primary-nav-menu,
    .primary-nav ul,
    .header-auth-actions {
        width: 100%;
    }

    .primary-nav ul {
        flex-direction: column;
        gap: 6px;
    }

    .primary-nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(19, 32, 52, .03);
    }

    .primary-nav a:hover {
        background: rgba(15, 118, 110, .08);
    }

    .header-auth-actions {
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .header-auth-actions .button {
        flex: 1 1 140px;
    }

    .related-grid {
        grid-template-columns: 1fr
    }

    .archive-hero-icon {
        display: none
    }

    .page-hero-panel,
    .page-hero-aside,
    .content-page article,
    .single-post-panel {
        padding: 22px
    }

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

.section {
    padding: 60px 0;
}

.mt-5 {
    margin-top: 50px !important;
}

.contactform label {
    margin-bottom: 6px;
    font-weight: 700;
}

.contactform input,
.contactform textarea {
    width: 100%;
    height: 48px;
}

.contactform textarea {
    height: 120px;
}

.color-white {
    color: #fff;
}
