.hero h1 {
    font-size: clamp(48px, 5.3vw, 78px);
}

.human-made-subheading {
    margin: -18px 0 20px;
    color: #9b4719;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.human-made-subheading span,
.human-made-footer span {
    margin: 0 .35em;
    color: #e9631a;
}

.main-footer .human-made-footer {
    grid-column: 1 / -1;
    margin: -17px 0 0;
    color: #4f4f48;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.founder-note {
    display: block;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto 60px;
    padding: 24px 28px;
    border-radius: 18px;
    background: #181814;
    color: #f7f6ee;
}

.founder-note .eyebrow {
    margin: 0;
    color: #f59a67;
}

.founder-note .founder-copy {
    max-width: 820px;
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: -.015em;
    color: #f7f6ee;
}

.domain-feature {
    width: calc(100% - 80px);
    max-width: 1320px;
    margin: 0 auto 130px;
    padding: clamp(38px, 5vw, 70px);
    border-radius: 30px;
    background: #181814;
    color: #f7f6ee;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
    overflow: hidden;
}

.domain-feature-copy h2 {
    max-width: 650px;
    margin: 14px 0 24px;
    font-size: clamp(40px, 4.6vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
}

.domain-feature-copy p {
    max-width: 620px;
    margin: 0;
    color: #c5c4b9;
    font-size: 17px;
    line-height: 1.7;
}

.domain-feature-copy small {
    display: block;
    margin-top: 22px;
    color: #f59a67;
    font-size: 12px;
    font-weight: 750;
}

.domain-address-card {
    position: relative;
    min-width: 0;
    padding: 25px 28px 32px;
    border: 1px solid #d8d6c8;
    border-radius: 20px;
    background: #f7f6ee;
    color: #181814;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
    transform: rotate(2deg);
    display: grid;
}

.domain-window-dots {
    display: flex;
    gap: 6px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d8d6c8;
}

.domain-window-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #aaa99f;
}

.domain-window-dots i:first-child {
    background: #e9631a;
}

.domain-address-card strong {
    margin: 36px 0 8px;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
}

.domain-address-card > span:last-child {
    color: #69695f;
    font-size: 12px;
    font-weight: 750;
}

.contact-email-display {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.contact-email-image {
    display: block;
    width: min(270px, 100%);
    height: auto;
}

.footer-links .contact-email-image {
    width: 220px;
}

.contact-email-inline {
    max-width: 240px;
    vertical-align: middle;
}

.contact-email-inline .contact-email-image {
    width: 240px;
}

.cta-button-callout {
    position: relative;
    display: inline-flex;
    padding-top: 12px;
}

.cta-click-label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    padding: 4px 10px;
    border: 2px solid #e9631a;
    border-radius: 999px;
    background: #181814;
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1;
    transform: translateX(-50%);
    white-space: nowrap;
}

.cta-button-callout .button {
    min-width: 190px;
    padding-top: 15px;
}

.seo-breadcrumbs {
    max-width: 1400px;
    margin: 0 auto;
    padding: 26px 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #6c6c63;
    font-size: 11px;
    font-weight: 700;
}

.seo-breadcrumbs a {
    text-underline-offset: 3px;
}

.state-index-hero,
.state-hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 72px 40px 105px;
}

.state-index-hero {
    max-width: 1180px;
    margin-left: max(0px, calc((100vw - 1400px) / 2));
}

.state-index-hero h1,
.state-hero h1 {
    max-width: 1050px;
    margin: 18px 0 30px;
    font-size: clamp(52px, 6vw, 86px);
    line-height: .95;
    letter-spacing: -.065em;
}

.state-index-hero > p,
.state-hero-lede {
    max-width: 760px;
    color: #55554d;
    font-size: 18px;
    line-height: 1.7;
}

.state-directory,
.state-trade-section,
.related-states {
    max-width: 1400px;
    margin: 0 auto;
    padding: 75px 40px 110px;
}

.state-section-heading {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 40px;
}

.state-section-heading h2,
.state-context h2,
.state-official-note h2,
.state-index-note h2,
.state-sources h2,
.related-states h2 {
    max-width: 900px;
    margin: 8px 0 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.state-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.state-directory-card {
    min-height: 265px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4d3c8;
    border-radius: 20px;
    background: #f8f7ef;
    text-decoration: none;
    transition: transform .18s, border-color .18s, box-shadow .18s;
}

.state-directory-card:hover {
    border-color: #d28a5d;
    box-shadow: 0 20px 45px rgba(38, 34, 24, .08);
    transform: translateY(-3px);
}

.state-directory-card > span,
.state-focus-grid article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e9631a;
    font-size: 11px;
    font-weight: 850;
}

.state-directory-card h3 {
    margin: 32px 0 4px;
    font-size: 28px;
    letter-spacing: -.04em;
}

.state-directory-card p {
    margin: 0;
    color: #707067;
    font-size: 11px;
}

.state-directory-card strong {
    margin-top: auto;
    font-size: 12px;
}

.state-index-note,
.state-context,
.state-official-note,
.state-sources {
    max-width: 1320px;
    margin: 0 auto 80px;
    padding: 48px;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 70px;
    border-radius: 24px;
}

.state-index-note,
.state-official-note {
    background: #181814;
    color: #f8f7ef;
}

.state-index-note p,
.state-official-note p {
    color: #cccbc1;
}

.state-official-note .text-link {
    color: #f59a67;
}

.state-official-note small {
    display: block;
    max-width: 700px;
    margin-top: 24px;
    color: #929188;
    font-size: 10px;
    line-height: 1.6;
}

.state-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 70px;
    align-items: center;
}

.state-hero .human-made-subheading {
    margin-top: -14px;
}

.state-area-card {
    padding: 30px;
    border: 1px solid #cfcec2;
    border-radius: 24px;
    background: #f8f7ef;
    box-shadow: 0 30px 80px rgba(38, 34, 24, .11);
    transform: rotate(1.5deg);
}

.state-area-card > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 40px;
    border-radius: 17px;
    background: #181814;
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.state-area-card h2 {
    margin: 8px 0 18px;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -.055em;
}

.state-area-card ul {
    margin: 0 0 25px;
    padding: 0;
    display: grid;
    list-style: none;
}

.state-area-card li {
    padding: 10px 0;
    border-bottom: 1px solid #deddd3;
    font-size: 12px;
    font-weight: 750;
}

.state-area-card small {
    color: #77776e;
    font-size: 9px;
    line-height: 1.5;
}

.state-context {
    align-items: start;
    border: 1px solid #d5d4c8;
    background: #f8f7ef;
}

.state-context > p {
    margin: 16px 0 0;
    color: #5e5e55;
    font-size: 17px;
    line-height: 1.75;
}

.state-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.state-focus-grid article {
    min-height: 330px;
    padding: 30px;
    border: 1px solid #d6d5ca;
    border-radius: 21px;
    background: #fff;
}

.state-focus-grid h3 {
    margin: 75px 0 15px;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.state-focus-grid p {
    color: #64645b;
    font-size: 13px;
    line-height: 1.7;
}

.state-faq {
    margin-top: 0;
}

.state-sources {
    border: 1px solid #d5d4c8;
    background: #e3e2d7;
}

.state-sources a {
    font-weight: 800;
    text-underline-offset: 4px;
}

.state-sources p {
    margin-top: 15px;
    color: #66665d;
    font-size: 11px;
}

.related-states {
    padding-top: 35px;
}

.related-states > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.related-states a {
    padding: 11px 15px;
    border: 1px solid #c8c7bb;
    border-radius: 999px;
    background: #f8f7ef;
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

@media (max-width: 980px) {
    .domain-feature {
        grid-template-columns: 1fr;
    }

    .domain-address-card {
        width: min(620px, 100%);
    }

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

    .state-hero {
        grid-template-columns: 1fr;
    }

    .state-area-card {
        max-width: 520px;
        transform: none;
    }

    .state-index-note,
    .state-context,
    .state-official-note,
    .state-sources {
        width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 640px) {
    .hero h1 {
        font-size: 46px;
    }

    .human-made-subheading {
        margin-top: -10px;
        line-height: 1.5;
    }

    .founder-note {
        width: calc(100% - 32px);
        margin: 0 16px 40px;
        padding: 22px;
    }

    .founder-note .founder-copy {
        margin-top: 6px;
        font-size: 15px;
    }

    .domain-feature {
        width: calc(100% - 16px);
        margin: 0 8px 90px;
        padding: 42px 22px;
        border-radius: 24px;
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .domain-feature-copy h2 {
        font-size: 40px;
    }

    .domain-feature-copy p {
        font-size: 15px;
    }

    .domain-address-card {
        padding: 20px 20px 26px;
        transform: rotate(1deg);
    }

    .seo-breadcrumbs {
        padding: 20px 20px 0;
    }

    .state-index-hero,
    .state-hero,
    .state-directory,
    .state-trade-section,
    .related-states {
        padding-left: 20px;
        padding-right: 20px;
    }

    .state-index-hero,
    .state-hero {
        padding-top: 50px;
        padding-bottom: 70px;
        gap: 40px;
    }

    .state-index-hero h1,
    .state-hero h1 {
        font-size: 48px;
    }

    .state-index-hero > p,
    .state-hero-lede {
        font-size: 15px;
    }

    .state-directory-grid,
    .state-focus-grid {
        grid-template-columns: 1fr;
    }

    .state-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .state-directory-card,
    .state-focus-grid article {
        min-height: 250px;
    }

    .state-index-note,
    .state-context,
    .state-official-note,
    .state-sources {
        width: calc(100% - 32px);
        margin-bottom: 55px;
        padding: 28px 24px;
        border-radius: 18px;
    }

    .state-area-card {
        padding: 25px;
    }
}

/* Keep the home page sections compact while preserving clear transitions. */
.hero {
    padding-bottom: 70px;
}

.statement {
    padding-top: 24px;
    padding-bottom: 40px;
}

.feature-grid {
    padding-top: 30px;
    padding-bottom: 70px;
}

.process-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pricing-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.domain-feature {
    margin-top: 60px;
    margin-bottom: 60px;
}

.faq-section {
    padding-bottom: 70px;
}

.closing-cta {
    padding-top: 70px;
    padding-bottom: 70px;
}

.trades-row {
    padding-bottom: 40px;
}

@media (max-width: 640px) {
    .hero {
        padding-bottom: 50px;
    }

    .statement {
        padding-top: 16px;
        padding-bottom: 28px;
    }

    .feature-grid {
        padding-top: 16px;
        padding-bottom: 50px;
    }

    .process-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pricing-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .domain-feature {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .faq-section {
        padding-bottom: 50px;
    }

    .closing-cta {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .trades-row {
        padding-bottom: 30px;
    }
}
