:root {
    --pine: #102e2d;
    --pine-dark: #082221;
    --pine-soft: #264441;
    --gold: #e9c88f;
    --gold-deep: #b89159;
    --cream: #f3efe7;
    --paper: #faf8f3;
    --ink: #172b29;
    --muted: #586764;
    --line: #d7d8cd;
    --white: #fff
}

*, *::before, *::after {
    box-sizing: border-box
}

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

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 400 16px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif;
    overflow-x: clip
}

body.menu-open {
    overflow: hidden
}

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

button, input, textarea {
    font: inherit
}

button {
    cursor: pointer
}

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

a:hover {
    text-decoration: none
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
    outline: 2px solid var(--gold-deep);
    outline-offset: 4px
}

h1, h2, h3, p {
    margin-top: 0
}

h1, h2, h3 {
    font-weight: 400
}

h1, h2, .interlude p {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.035em;
    line-height: 1.08
}

em {
    font-weight: 400;
    color: var(--gold-deep)
}

.wrap {
    width: min(100% - 80px, 1280px);
    margin-inline: auto
}

.section {
    padding-block: 120px
}

.eyebrow {
    display: block;
    color: var(--gold-deep);
    font-size: .72rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 22px
}

.eyebrow.light {
    color: var(--gold)
}

.skip-link {
    position: absolute;
    z-index: 1000;
    left: 12px;
    top: -80px;
    background: var(--gold);
    padding: 10px
}

.skip-link:focus {
    top: 12px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--pine);
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .13)
}

.header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex: none
}

.brand-mark {
    display: grid;
    place-items: center;
    position: relative;
    border: 1px solid var(--gold);
    width: 43px;
    height: 43px;
    color: var(--gold);
    font: 27px Georgia, serif
}

.brand-mark span {
    font: 9px system-ui;
    position: absolute;
    right: 4px;
    top: 2px
}

.brand-name {
    font-size: 15px;
    letter-spacing: .15em;
    font-weight: 700;
    line-height: 1.1
}

.brand-name > span, .footer-brand span {
    color: var(--gold)
}

.brand-name small {
    display: block;
    font-size: 8px;
    letter-spacing: .28em;
    color: #c6d1c9;
    font-weight: 500;
    margin-top: 5px
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2vw, 34px);
    font-size: .83rem;
    letter-spacing: .02em
}

.site-nav > a:not(.nav-cta) {
    padding-block: 12px;
    color: #e4e9e3
}

.site-nav > a:hover, .site-nav > a:focus-visible {
    color: var(--gold)
}

.nav-cta {
    padding: 11px 22px;
    border: 1px solid var(--gold);
    color: var(--gold);
    transition: background .2s, color .2s
}

.nav-cta:hover {
    background: var(--gold);
    color: var(--pine) !important
}

.menu-toggle {
    display: none
}

.hero {
    min-height: 670px;
    display: grid;
    grid-template-columns:52% 48%;
    background: var(--pine);
    color: var(--white)
}

.hero-copy {
    display: grid;
    align-items: center;
    min-width: 0
}

.hero-copy-inner {
    padding: 85px clamp(35px, 6.1vw, 118px);
    max-width: 800px;
    margin-left: auto
}

.hero h1 {
    font-size: clamp(3.2rem, 6vw, 7rem);
    max-width: 750px;
    margin: 0 0 26px
}

.hero h1 em {
    color: var(--gold);
    font-style: italic
}

.hero-copy p {
    max-width: 520px;
    color: #d5dfd6;
    font-size: 1.06rem;
    line-height: 1.75
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 31px;
    flex-wrap: wrap;
    margin-top: 35px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-height: 53px;
    padding: 13px 22px;
    font-weight: 650;
    font-size: .84rem;
    letter-spacing: .025em;
    border: 1px solid transparent;
    transition: transform .2s, background .2s, color .2s
}

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

.button-gold {
    background: var(--gold);
    color: var(--pine-dark)
}

.button-gold:hover {
    background: #f6d8a5
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--pine);
    border-bottom: 1px solid currentColor;
    padding-bottom: 5px;
    font-weight: 650;
    font-size: .86rem
}

.light-link {
    color: var(--gold)
}

.hero-foot {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 72px;
    max-width: 350px;
    color: #b8c8bd;
    font-size: .73rem;
    line-height: 1.5
}

.hero-foot strong {
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    width: 50px;
    height: 50px;
    flex: none;
    border-radius: 50%;
    color: var(--gold);
    font-size: .95rem
}

.hero-visual {
    min-height: 650px;
    position: relative;
    overflow: hidden
}

.hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.85)
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 27, 26, .1), transparent 55%);
    pointer-events: none
}

.hero-inset {
    position: absolute;
    bottom: 34px;
    left: 36px;
    width: min(38%, 235px);
    padding: 8px;
    background: var(--paper);
    z-index: 1;
    box-shadow: 0 20px 45px #001b1e66
}

.hero-inset img {
    width: 100%;
    height: 145px;
    object-fit: cover
}

.hero-inset span {
    display: block;
    color: var(--pine);
    font-size: .59rem;
    letter-spacing: .14em;
    padding: 10px 3px 2px;
    font-weight: 700
}

.ribbon {
    background: var(--gold);
    color: var(--pine);
    padding: 16px 0;
    font-size: .7rem;
    letter-spacing: .16em;
    font-weight: 750
}

.ribbon .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.ribbon .star {
    font-size: 1rem
}

.intro {
    display: grid;
    grid-template-columns:1fr .85fr;
    gap: 12%;
    align-items: start
}

.section h2 {
    font-size: clamp(2.7rem, 4.5vw, 5rem);
    margin: 0;
    max-width: 650px
}

.intro-body {
    padding-top: 12px
}

.intro-body p {
    color: var(--muted);
    line-height: 1.8
}

.intro-body .lead {
    font-family: Georgia, serif;
    color: var(--ink);
    font-size: 1.4rem;
    line-height: 1.45
}

.intro-body .text-link {
    margin-top: 15px
}

.image-band {
    height: 480px;
    position: relative;
    overflow: hidden;
    background: var(--pine)
}

.image-band > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 49%
}

.image-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 30, 28, .82), transparent 70%)
}

.image-band-caption {
    position: absolute;
    bottom: 60px;
    left: max(40px, calc((100% - 1280px) / 2));
    color: var(--white)
}

.image-band-caption span {
    display: block;
    color: var(--gold);
    font-size: .72rem;
    letter-spacing: .2em;
    margin-bottom: 14px
}

.image-band-caption strong {
    display: block;
    font: 400 clamp(2.4rem, 4vw, 4.5rem)/1.12 Georgia, serif;
    letter-spacing: -.035em
}

.menu-section {
    background: var(--cream)
}

.section-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 55px
}

.section-top > p {
    max-width: 355px;
    color: var(--muted);
    margin-bottom: 4px
}

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

.dish {
    min-width: 0
}

.dish-index {
    color: var(--gold-deep);
    display: block;
    border-top: 1px solid var(--line);
    padding-block: 13px;
    font-size: .73rem;
    letter-spacing: .17em
}

.dish-photo {
    height: 270px;
    background: #d8d8cd;
    overflow: hidden
}

.dish-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.dish:hover .dish-photo img {
    transform: scale(1.035)
}

.dish-line {
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding-top: 22px
}

.dish-line h3 {
    font-family: Georgia, serif;
    font-size: 1.65rem;
    margin-bottom: 15px
}

.dish-line span {
    white-space: nowrap;
    font-size: .91rem;
    font-weight: 700;
    color: var(--pine)
}

.dish > p {
    color: var(--muted);
    font-size: .91rem;
    margin: 17px 0 0
}

.menu-note {
    margin: 28px 0 0;
    color: var(--muted);
    font-size: .8rem
}

.gaming-section {
    display: grid;
    grid-template-columns:49% 51%;
    background: var(--pine-dark);
    color: var(--white)
}

.gaming-image {
    min-height: 660px;
    overflow: hidden
}

.gaming-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gaming-copy {
    align-self: center;
    padding: 90px clamp(35px, 7vw, 120px);
    max-width: 820px
}

.gaming-copy h2 {
    font-size: clamp(2.8rem, 5vw, 5.3rem);
    margin-bottom: 24px
}

.gaming-copy h2 em {
    color: var(--gold)
}

.gaming-copy > p {
    color: #d2ded4;
    line-height: 1.8
}

.gaming-points {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px;
    margin-top: 45px;
    padding-top: 28px;
    border-top: 1px solid #ffffff42
}

.gaming-points > div > span {
    display: block;
    color: var(--gold);
    font-size: .72rem;
    margin-bottom: 13px
}

.gaming-points strong {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 1.35rem
}

.gaming-points p {
    color: #b8c8bf;
    font-size: .87rem;
    line-height: 1.65;
    margin-top: 8px
}

.gaming-copy .age-note {
    font-size: .81rem;
    margin: 34px 0 0;
    color: #d8e2d9
}

.age-note b {
    color: var(--gold)
}

.experience-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 22px
}

.experience-grid article {
    border-top: 2px solid var(--pine);
    background: var(--cream);
    padding: 30px;
    min-height: 240px
}

.experience-grid article span {
    color: var(--gold-deep);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em
}

.experience-grid h3 {
    font: 400 1.9rem Georgia, serif;
    margin: 37px 0 15px
}

.experience-grid p {
    color: var(--muted);
    font-size: .93rem
}

.interlude {
    min-height: 405px;
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--white);
    background: var(--pine)
}

.interlude > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.36)
}

.interlude > div {
    position: relative;
    padding: 60px 20px
}

.interlude p {
    font-size: clamp(2.4rem, 5vw, 5rem);
    margin: 0
}

.interlude p em {
    color: var(--gold)
}

.faq-section {
    display: grid;
    grid-template-columns:.8fr 1.2fr;
    gap: 11%
}

.faq-intro p {
    color: var(--muted);
    margin-top: 24px
}

.faq-intro .text-link {
    margin-top: 18px
}

.faq-list {
    border-top: 1px solid var(--line)
}

.faq-list details {
    border-bottom: 1px solid var(--line)
}

.faq-list summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    padding: 27px 0;
    font-family: Georgia, serif;
    font-size: 1.27rem;
    line-height: 1.3
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary span {
    font: 400 1.6rem system-ui;
    color: var(--gold-deep);
    transition: transform .2s
}

.faq-list details[open] summary span {
    transform: rotate(45deg)
}

.faq-list details p {
    padding-right: 28px;
    color: var(--muted);
    line-height: 1.75;
    margin: -5px 0 26px
}

.contact-section {
    background: var(--pine);
    color: var(--white);
    padding: 100px 0
}

.contact-grid {
    display: grid;
    grid-template-columns:.95fr 1fr;
    gap: 12%
}

.contact-copy h2 {
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    margin-bottom: 20px
}

.contact-copy h2 em {
    color: var(--gold)
}

.contact-copy > p {
    max-width: 480px;
    color: #d4dfd6;
    margin-bottom: 48px
}

.contact-detail {
    border-top: 1px solid #ffffff36;
    padding: 16px 0
}

.contact-detail > span {
    display: block;
    color: var(--gold);
    font-size: .7rem;
    letter-spacing: .15em;
    margin-bottom: 5px
}

.contact-detail strong {
    font-size: .93rem;
    font-weight: 500;
    overflow-wrap: anywhere
}

.contact-form {
    background: var(--paper);
    color: var(--pine);
    padding: clamp(26px, 4vw, 55px);
    display: flex;
    flex-direction: column;
    align-self: start;
    box-shadow: 0 24px 55px #041c1c4a
}

.contact-form label {
    font-size: .8rem;
    font-weight: 700;
    margin: 0 0 6px
}

.contact-form input, .contact-form textarea {
    border: 1px solid #c6cec7;
    background: var(--white);
    padding: 13px 14px;
    border-radius: 0;
    margin-bottom: 22px;
    width: 100%;
    color: var(--ink)
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #77847f
}

.contact-form .button {
    align-self: start
}

.form-note {
    font-size: .76rem;
    margin: 17px 0 0;
    color: var(--muted)
}

.site-footer {
    background: var(--pine-dark);
    color: #d0ddd2
}

.footer-top {
    display: grid;
    grid-template-columns:2fr 1fr 1fr;
    gap: 40px;
    padding: 65px 0
}

.footer-brand {
    display: block;
    font-weight: 700;
    letter-spacing: .15em;
    color: #fff;
    margin-bottom: 14px
}

.footer-top p {
    font-size: .83rem;
    max-width: 310px;
    margin: 0;
    color: #a9bcb0
}

.footer-top nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: .83rem
}

.footer-top nav a:hover, .footer-bottom a:hover {
    color: var(--gold)
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid #ffffff32;
    padding: 22px 0;
    font-size: .73rem;
    color: #a9bcb0
}

.footer-bottom a {
    color: var(--gold)
}

.legal-main {
    padding: 105px 0 100px;
    background: var(--paper)
}

.legal-header {
    max-width: 780px;
    margin-bottom: 48px
}

.legal-header h1 {
    font: 400 clamp(3rem, 6vw, 5.5rem)/1.05 Georgia, serif;
    letter-spacing: -.04em;
    margin: 0 0 18px
}

.legal-header p {
    color: var(--muted)
}

.legal-layout {
    display: grid;
    grid-template-columns:220px minmax(0, 780px);
    gap: 80px
}

.legal-aside {
    align-self: start;
    position: sticky;
    top: 118px;
    font-size: .86rem
}

.legal-aside a {
    display: block;
    color: var(--pine);
    padding: 12px 0;
    border-bottom: 1px solid var(--line)
}

.legal-aside a:hover {
    color: var(--gold-deep)
}

.legal-content h2 {
    font: 400 2rem/1.2 Georgia, serif;
    margin: 38px 0 12px
}

.legal-content h2:first-child {
    margin-top: 0
}

.legal-content p, .legal-content li {
    color: #495955;
    line-height: 1.8
}

.legal-content ul {
    padding-left: 21px
}

.legal-content a {
    color: var(--pine);
    border-bottom: 1px solid var(--gold-deep)
}

.legal-panel {
    background: var(--cream);
    border-left: 3px solid var(--gold-deep);
    padding: 20px 23px;
    margin: 28px 0
}

.legal-panel p:last-child {
    margin-bottom: 0
}

@media (max-width: 1050px) {
    .wrap {
        width: min(100% - 48px, 1280px)
    }

    .site-nav {
        gap: 15px
    }

    .hero {
        grid-template-columns:55% 45%
    }

    .hero-copy-inner {
        padding: 65px 36px
    }

    .hero h1 {
        font-size: clamp(3rem, 5.4vw, 5rem)
    }

    .gaming-copy {
        padding: 70px 40px
    }

    .intro, .faq-section {
        gap: 7%
    }

    .contact-grid {
        gap: 7%
    }
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 72px
    }

    .section {
        padding-block: 75px
    }

    .wrap {
        width: min(100% - 36px, 1280px)
    }

    .header-inner {
        min-height: 72px
    }

    .brand-mark {
        width: 37px;
        height: 37px;
        font-size: 24px
    }

    .brand-name {
        font-size: 13px
    }

    .menu-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        border: 1px solid #a9beb170;
        background: transparent;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        z-index: 102;
        padding: 0
    }

    .menu-toggle span {
        width: 20px;
        height: 2px;
        background: var(--gold);
        transition: transform .2s, opacity .2s
    }

    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-7px) rotate(-45deg)
    }

    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--pine);
        padding: 15px 18px 30px;
        box-shadow: 0 25px 35px #06191880;
        max-height: calc(100dvh - 72px);
        overflow-y: auto;
        border-top: 1px solid #ffffff29
    }

    .site-nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .site-nav > a:not(.nav-cta) {
        padding: 13px 7px;
        border-bottom: 1px solid #ffffff25
    }

    .site-nav .nav-cta {
        text-align: center;
        margin-top: 20px
    }

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

    .hero-copy-inner {
        padding: 70px 27px 45px;
        max-width: none
    }

    .hero h1 {
        font-size: clamp(3.15rem, 11vw, 5.8rem)
    }

    .hero-foot {
        margin-top: 40px
    }

    .hero-visual {
        min-height: 460px;
        max-height: 580px
    }

    .hero-inset {
        width: 180px;
        left: 18px;
        bottom: 18px
    }

    .hero-inset img {
        height: 115px
    }

    .ribbon {
        overflow: hidden
    }

    .ribbon .wrap {
        white-space: nowrap;
        width: max-content;
        gap: 24px;
        flex-direction: column;
    }

    .intro, .faq-section, .contact-grid {
        grid-template-columns:1fr;
        gap: 35px
    }

    .intro-body {
        padding: 0
    }

    .image-band {
        height: 380px
    }

    .image-band-caption {
        left: 25px;
        bottom: 30px
    }

    .section-top {
        display: block;
        margin-bottom: 35px
    }

    .section-top > p {
        margin-top: 25px
    }

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

    .gaming-section {
        grid-template-columns:1fr
    }

    .gaming-image {
        min-height: 400px;
        max-height: 520px
    }

    .gaming-copy {
        padding: 65px 27px
    }

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

    .interlude {
        min-height: 310px
    }

    .faq-intro .text-link {
        margin-bottom: 10px
    }

    .contact-section {
        padding: 75px 0
    }

    .footer-top {
        grid-template-columns:1fr 1fr;
        gap: 35px
    }

    .footer-top > div {
        grid-column: 1/-1
    }

    .footer-bottom {
        flex-wrap: wrap
    }

    .legal-main {
        padding: 75px 0
    }

    .legal-layout {
        grid-template-columns:1fr;
        gap: 32px
    }

    .legal-aside {
        position: static;
        display: flex;
        gap: 20px;
        flex-wrap: wrap
    }

    .legal-aside a {
        padding: 4px 0
    }
}

@media (max-width: 520px) {
    .hero-visual {
        min-height: 340px;
        max-height: 420px
    }

    .hero-copy-inner {
        padding: 57px 21px 37px
    }

    .hero-actions {
        gap: 22px
    }

    .hero-inset {
        width: 130px
    }

    .hero-inset img {
        height: 78px
    }

    .hero-inset span {
        font-size: .49rem
    }

    .section h2 {
        font-size: clamp(2.5rem, 11vw, 3.6rem)
    }

    .image-band {
        height: 310px
    }

    .image-band-caption strong {
        font-size: 2.4rem
    }

    .menu-grid, .experience-grid, .gaming-points {
        grid-template-columns:1fr
    }

    .dish-photo {
        height: 245px
    }

    .dish {
        padding-bottom: 18px
    }

    .gaming-image {
        min-height: 300px
    }

    .gaming-points {
        gap: 12px
    }

    .experience-grid article {
        min-height: 0
    }

    .experience-grid h3 {
        margin-top: 24px
    }

    .faq-list summary {
        font-size: 1.09rem
    }

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

    .footer-top > div {
        grid-column: auto
    }

    .footer-bottom {
        display: block
    }

    .footer-bottom > * {
        display: block;
        margin: 0 0 10px
    }

    .contact-form {
        padding: 25px 20px
    }
}

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

    *, *::before, *::after {
        transition: none !important;
        animation: none !important
    }
}

/* Shared New Zealand business details, in the footer and at the top of legal pages. */
.business-info {
    padding: 30px clamp(22px, 3.1vw, 42px);
    border-top: 2px solid var(--gold);
    background: #1b3936;
    color: #f3f2e9;
}
.business-info__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 22px;
    margin-bottom: 24px;
}
.business-info__heading h2 {
    margin: 0;
    color: var(--gold);
    font: 400 1.55rem/1.25 Georgia, serif;
}
.business-info__heading p {
    margin: 0;
    color: #c4d1c9;
    font-size: .77rem;
}
.business-info__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 28px;
}
.business-info__item {
    min-width: 0;
    padding-top: 12px;
    border-top: 1px solid #dce9db36;
}
.business-info__item span {
    display: block;
    margin-bottom: 7px;
    color: var(--gold);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.business-info__item strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: .84rem;
    font-weight: 500;
    line-height: 1.55;
}
.site-footer .business-info { margin-bottom: 0; }
.legal-main .business-info {
    margin-bottom: 60px;
    background: var(--cream);
    color: var(--ink);
}
.legal-main .business-info__heading p { color: var(--muted); }
.legal-main .business-info__item { border-top-color: var(--line); }
.legal-main .business-info__item span { color: #866138; }
@media (max-width: 900px) {
    .business-info__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .business-info { padding: 26px 18px; }
    .business-info__grid { grid-template-columns: 1fr; gap: 12px; }
    .business-info__heading { margin-bottom: 16px; }
    .legal-main .business-info { margin-bottom: 42px; }
}
