/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

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

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }
}

:root {
    --ink: #050505;
    --paper: #f2efe9;
    --muted: #9b9994;
    --line: #292929;
    --orange: #d94a16
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--ink);
    color: var(--paper);
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
}

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

main {
    min-height: 100vh;
    overflow: hidden
}

.nav {
    z-index: 10;
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
    align-items: center;
    height: 98px;
    padding: 0 4vw;
    display: flex;
    position: relative
}

.brand {
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.nav-link {
    border-bottom: 1px solid var(--orange);
    letter-spacing: .12em;
    text-transform: uppercase;
    padding-bottom: 7px;
    font-size: 12px;
    transition: color .18s
}

.nav-actions {
    align-items: center;
    gap: clamp(20px, 3vw, 48px);
    display: flex
}

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    z-index: 20;
}

.close-menu {
    display: none;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--paper);
    transition: all 0.3s ease-in-out;
}

.menu-open .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background-color: var(--ink);
}

.menu-open .hamburger span:nth-child(2) {
    opacity: 0;
}

.menu-open .hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background-color: var(--ink);
}

.nav-link:hover {
    color: var(--orange)
}

.hero {
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 98px);
    padding: 28px 4vw 34px;
    display: flex
}

.hero-center {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex
}

.logo-stage {
    place-items: center;
    padding-block: clamp(34px, 5vh, 68px);
    display: grid
}

.hero-logo {
    object-fit: contain;
    width: clamp(218px, 28.5vw, 445px);
    height: clamp(218px, 28.5vw, 445px)
}

.hero-center h1 {
    letter-spacing: .045em;
    text-transform: uppercase;
    margin: 0;
    font-family: Copperplate, Copperplate Gothic Light, Avenir Next, sans-serif;
    font-size: clamp(48px, 6.7vw, 108px);
    font-weight: 500;
    line-height: .9
}

.kicker {
    color: var(--orange);
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4
}

.eyebrow {
    color: var(--muted);
    letter-spacing: .2em;
    text-transform: uppercase;
    justify-content: space-between;
    font-size: 10px;
    display: flex
}

h1 {
    letter-spacing: -.075em;
    margin: 0;
    font-family: Baskerville, Baskerville Old Face, Palatino Linotype, Palatino, serif;
    font-size: clamp(72px, 11.3vw, 190px);
    font-weight: 400;
    line-height: .78
}

h1 em,
h2 em {
    color: var(--orange);
    font-weight: 400
}

.coastline {
    color: var(--muted);
    letter-spacing: .2em;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
    font-size: 9px;
    display: flex;
    position: relative
}

.coastline i {
    background: var(--line);
    flex: 1;
    height: 1px
}

.route-hammer {
    z-index: 2;
    background: var(--ink);
    pointer-events: none;
    padding: 2px 5px;
    line-height: 1;
    animation: 7s linear infinite hammer-travel;
    display: block;
    position: absolute;
    top: 50%;
    left: -20%
}

.route-hammer b {
    transform-origin: 80% 80%;
    font-size: 47px;
    animation: .55s ease-in-out infinite hammer-pound;
    display: block
}

.route-fox {
    z-index: 2;
    aspect-ratio: 1.5;
    pointer-events: none;
    width: clamp(78px, 7.2vw, 117px);
    animation: 7s linear infinite fox-travel;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(-44% - 45px)
}

.route-fox img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    animation: .34s ease-in-out infinite alternate fox-run;
    display: block
}

@keyframes hammer-travel {
    0% {
        left: -20%
    }

    to {
        left: 120%
    }
}

@keyframes fox-travel {
    0% {
        left: calc(-44% - 45px)
    }

    to {
        left: calc(96% - 45px)
    }
}

@keyframes fox-run {
    0% {
        transform: translateY(-56%)rotate(-3deg)scaleX(.97)
    }

    to {
        transform: translateY(-78%)rotate(3deg)scaleX(1.03)
    }
}

@keyframes hammer-pound {

    0%,
    to {
        transform: translate(-50%, -70%)rotate(-38deg)
    }

    55% {
        transform: translate(-50%, -42%)rotate(12deg)
    }
}

.statement {
    border-top: 1px solid var(--line);
    grid-template-columns: .55fr 3.45fr;
    gap: 3vw;
    padding: 14vw 4vw;
    display: grid;
    position: relative;
    overflow: hidden
}

.statement-gazebo {
    z-index: 0;
    object-fit: cover;
    object-position: right center;
    opacity: .62;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.section-label,
.statement-content {
    z-index: 1;
    position: relative
}

.section-label {
    color: var(--muted);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 8px 0 0;
    font-size: 10px
}

h2 {
    letter-spacing: -.055em;
    margin: 0;
    font-family: Snell Roundhand, Apple Chancery, URW Chancery L, cursive;
    font-size: clamp(46px, 7.5vw, 120px);
    font-weight: 400;
    line-height: .95
}

.statement-copy {
    color: #bdbab5;
    max-width: 510px;
    margin: 70px 0 0;
    font-family: Iowan Old Style, Cochin, Baskerville, Baskerville Old Face, Georgia, serif;
    font-size: clamp(20px, 2.15vw, 31px);
    line-height: 1.45
}

footer {
    background: var(--orange);
    color: var(--ink);
    padding: 7vw 4vw 28px
}

.footer-heading {
    letter-spacing: -.05em;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 7vw;
    font-family: Baskerville, Baskerville Old Face, Palatino Linotype, Palatino, serif;
    font-size: clamp(47px, 7.8vw, 123px);
    display: flex
}

.footer-heading a {
    letter-spacing: .14em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700
}

.footer-meta {
    letter-spacing: .16em;
    text-transform: uppercase;
    border-top: 1px solid #05050580;
    justify-content: space-between;
    padding-top: 20px;
    font-size: 10px;
    font-weight: 700;
    display: flex
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    margin-top: 10px;
}

.testimonials-page {
    background: var(--ink)
}

.testimonials-hero {
    border-bottom: 1px solid var(--line);
    padding: clamp(100px, 13vw, 210px) 4vw clamp(80px, 10vw, 150px)
}

.testimonials-hero .section-label {
    margin-bottom: 56px
}

.testimonials-hero h1 {
    max-width: 1280px;
    font-family: Iowan Old Style, Cochin, Baskerville, Georgia, serif;
    font-size: clamp(62px, 10.5vw, 170px);
    line-height: .83
}

.testimonials-hero>p:last-child {
    color: #bdbab5;
    max-width: 580px;
    margin: 70px 0 0 auto;
    font-family: Iowan Old Style, Cochin, Baskerville, Georgia, serif;
    font-size: clamp(17px, 1.65vw, 23px);
    line-height: 1.45
}

.testimonials-grid {
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid
}

.testimonial-card {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    min-height: 390px;
    padding: clamp(40px, 5vw, 78px) 4vw
}

.testimonial-card:nth-child(2n) {
    border-right: 0
}

.testimonial-card-featured {
    grid-column: 1/-1
}

.testimonial-card-top {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 48px;
    display: flex
}

.testimonial-card-top span {
    color: var(--orange);
    letter-spacing: .18em;
    font-size: 13px
}

.testimonial-card-top p,
.testimonial-name {
    color: var(--orange);
    letter-spacing: .17em;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.testimonial-card-top p,
.testimonial-location {
    color: var(--muted);
    letter-spacing: .17em;
    text-transform: uppercase;
    margin: 0;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600
}

.testimonial-card blockquote {
    letter-spacing: -.025em;
    max-width: 1050px;
    margin: 0 0 54px;
    font-family: Iowan Old Style, Cochin, Baskerville, Georgia, serif;
    font-size: clamp(21px, 2.35vw, 36px);
    line-height: 1.22
}

.testimonial-card:not(.testimonial-card-featured) blockquote {
    font-size: clamp(19px, 1.8vw, 28px)
}

.testimonial-name {
    color: var(--orange)
}

.testimonial-location {
    color: var(--muted);
}

@media (max-width:760px) {
    .nav {
        height: 82px;
        padding: 0 20px
    }

    .brand {
        font-size: 11px
    }

    .hamburger {
        display: flex;
    }

    .nav-actions {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: var(--orange);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        transition: left 0.4s ease-in-out;
        z-index: 15;
    }

    .menu-open .nav-actions {
        left: 0;
    }

    .menu-open body {
        overflow: hidden;
    }

    .nav-link {
        font-size: 14px;
        color: var(--ink);
        border-bottom: 1px solid var(--ink);
        letter-spacing: .12em;
        text-transform: uppercase;
        padding-bottom: 7px;
    }

    .nav-link:hover {
        color: var(--ink);
    }

    .portfolio-link {
        font-size: 14px;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 30px;
        font-weight: 300;
        color: #000;
        cursor: pointer;
        line-height: 1;
        padding: 5px;
    }

    .testimonials-link {
        display: block;
    }

    .nav-link span {
        display: none;
    }

    .hero {
        min-height: calc(100svh - 82px);
        padding: 22px 20px 28px
    }

    .hero-center {
        padding: 0
    }

    .hero-logo {
        width: min(73vw, 320px);
        height: min(73vw, 320px)
    }

    .logo-stage {
        padding-block: clamp(28px, 5vh, 48px)
    }

    .hero-center h1 {
        margin-top: 0;
        font-size: clamp(50px, 15vw, 78px)
    }

    .hero-center .kicker {
        letter-spacing: .14em;
        margin-top: 24px;
        font-size: 12px
    }

    .coastline {
        margin-top: 14px
    }

    .route-hammer b {
        font-size: 39px
    }

    .route-fox {
        width: 78px
    }

    .statement {
        padding: 100px 20px;
        display: block
    }

    .statement-gazebo {
        object-position: 68% center;
        opacity: .38
    }

    .section-label {
        margin-bottom: 55px
    }

    .statement-copy {
        margin-top: 45px
    }

    footer {
        padding: 80px 20px 22px
    }

    .footer-heading {
        padding-bottom: 80px;
        display: block
    }

    .footer-heading a {
        margin-top: 25px;
        display: block
    }

    .footer-meta {
        flex-direction: column;
        gap: 12px
    }

    .footer-links {
        margin-top: 45px;
    }

    .testimonials-hero {
        padding: 100px 20px 80px
    }

    .testimonials-hero .section-label {
        margin-bottom: 40px
    }

    .testimonials-hero h1 {
        font-size: clamp(54px, 17vw, 82px)
    }

    .testimonials-hero>p:last-child {
        margin-top: 50px
    }

    .testimonials-grid {
        display: block
    }

    .testimonial-card {
        border-right: 0;
        min-height: 0;
        padding: 58px 20px
    }

    .testimonial-card-top {
        align-items: flex-start;
        margin-bottom: 36px
    }

    .testimonial-card-top p {
        text-align: right;
        max-width: 55%
    }
}

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

    .route-hammer {
        animation: none;
        left: 50%
    }

    .route-fox {
        animation: none;
        left: calc(35% - 45px)
    }

    .route-fox img {
        animation: none;
        transform: translateY(-66%)
    }

    .route-hammer b {
        animation: none;
        transform: translate(-50%, -55%)rotate(-18deg)
    }
}

::selection {
    background-color: var(--orange);
    color: #fff
}

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

.sr-only:focus,
.sr-only:active {
    clip: auto;
    white-space: normal;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    overflow: visible
}