:root {
    --ink: #1c1a17;
    --charcoal: #26231f;
    --brown: #4a2b1d;
    --cream: #f7f0e4;
    --paper: #fffaf1;
    --white: #ffffff;
    --muted: #6f675d;
    --line: rgba(56, 42, 30, 0.14);
    --gold: #b8873c;
    --orange: #e96f24;
    --red: #b8201f;
    --deep-orange: #8f3b16;
    --shadow: 0 18px 50px rgba(45, 32, 20, 0.12);
    --radius: 10px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

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

p {
    color: var(--muted);
    line-height: 1.72;
}

.container {
    max-width: 1160px;
}

.site-nav.fixed-top {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.site-nav {
    padding: 14px 0;
    background: rgba(255, 250, 241, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.brand-mark {
    max-width: 270px;
    color: var(--ink);
}

.brand-mark:hover {
    color: var(--ink);
}

.brand-mark strong,
.brand-mark small {
    display: block;
    line-height: 1.1;
}

.brand-mark strong {
    font-size: 1rem;
    font-weight: 800;
}

.brand-mark small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 600;
}

.site-nav .nav-link {
    color: #4d463e;
    padding: 10px 9px;
    font-size: 0.88rem;
    font-weight: 700;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
    color: var(--red);
}

.navbar-toggler {
    border-color: var(--line);
}

.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 800;
}

.btn-accent,
.btn-primary-soft {
    color: #1f160b;
    border-color: transparent;
    background: linear-gradient(135deg, #e9c46a, #c7923f);
    box-shadow: 0 10px 24px rgba(184, 135, 60, 0.22);
}

.btn-primary-warm {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--red), var(--orange));
}

.btn-primary-orange {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #b94a16, #f28a00);
}

.btn-outline-cream {
    color: var(--paper);
    border-color: rgba(255, 250, 241, 0.55);
    background: transparent;
}

.btn-outline-cream:hover {
    color: var(--ink);
    background: var(--paper);
}

.hero,
.page-hero,
.venture-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 680px;
    padding: 78px 0;
    color: var(--paper);
    background:
        linear-gradient(135deg, rgba(38, 35, 31, 0.96), rgba(74, 43, 29, 0.94)),
        radial-gradient(circle at 82% 18%, rgba(184, 135, 60, 0.22), transparent 30%);
}

.page-hero {
    min-height: 360px;
    padding: 70px 0;
}

.venture-hero {
    min-height: 620px;
}

.warm-hero {
    background: linear-gradient(135deg, #3b1f17, #7b241c 55%, #2a1712);
}

.orange-hero {
    background: linear-gradient(135deg, #3a1608, #8f3b16 58%, #25160d);
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.display-title {
    max-width: 780px;
    margin-bottom: 20px;
    font-size: clamp(2.55rem, 5vw, 3.6rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.hero-text {
    max-width: 690px;
    color: rgba(255, 250, 241, 0.78);
    font-size: clamp(1rem, 1.45vw, 1.16rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.snapshot-panel {
    padding: 26px;
    border: 1px solid rgba(255, 250, 241, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 250, 241, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.snapshot-heading {
    padding-bottom: 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 250, 241, 0.16);
}

.snapshot-heading span,
.snapshot-row span,
.brand-portrait-card span {
    display: block;
    color: rgba(255, 250, 241, 0.62);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.snapshot-heading strong,
.snapshot-row strong {
    display: block;
    margin-top: 5px;
    color: var(--paper);
    font-size: 1.08rem;
}

.snapshot-row {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 250, 241, 0.13);
}

.venture-row {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 14px;
    align-items: center;
}

.venture-row img {
    grid-row: span 2;
    width: 58px;
    height: 58px;
    object-fit: contain;
    padding: 6px;
    border-radius: 999px;
    background: var(--paper);
}

.focus-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 18px;
}

.focus-strip span {
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--paper);
    background: rgba(255, 250, 241, 0.12);
    font-size: 0.84rem;
    font-weight: 800;
}

.section-pad {
    padding: 74px 0;
}

.bg-cream,
.about-preview,
.contact-section {
    background: var(--cream);
}

.bg-white {
    background: var(--white);
}

.section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-head.centered {
    margin-inline: auto;
    text-align: center;
}

.section-head.centered .section-kicker {
    justify-content: center;
}

.section-head.centered .section-kicker::after {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

h1,
h2,
h3 {
    color: inherit;
    font-weight: 800;
    letter-spacing: 0;
}

h2 {
    font-size: clamp(1.9rem, 3.3vw, 2.65rem);
    line-height: 1.14;
}

h3 {
    font-size: 1.1rem;
}

.lead {
    color: #3f382f;
    font-size: 1.08rem;
}

.principle-mini-grid,
.profile-grid,
.feature-grid,
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.feature-grid.four {
    grid-template-columns: repeat(4, 1fr);
}

.mini-card,
.profile-card,
.feature-card,
.why-item,
.detail-card,
.contact-form-card,
.contact-card,
.contact-note {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 32px rgba(45, 32, 20, 0.07);
}

.mini-card,
.profile-card,
.feature-card,
.why-item {
    padding: 22px;
}

.mini-card span,
.why-item span,
.timeline-item span {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--gold);
    font-weight: 800;
}

.ventures-home,
.food-menu-section,
.understated-section,
.cta-section {
    background: var(--paper);
}

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

.venture-card {
    min-height: 100%;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fffdf8;
    box-shadow: var(--shadow);
}

.venture-card.warm {
    border-top: 5px solid var(--orange);
}

.venture-card.cool {
    border-top: 5px solid var(--orange);
}

.venture-card-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.venture-logo-wrap {
    display: grid;
    width: 86px;
    height: 86px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
}

.venture-logo-wrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 999px;
}

.venture-card-top span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.venture-card p {
    color: #5d5449;
}

.venture-card ul,
.clean-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 22px 0;
    list-style: none;
}

.venture-card li,
.clean-list li {
    position: relative;
    padding-left: 22px;
    color: #4b433a;
}

.venture-card li::before,
.clean-list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
}

.venture-actions,
.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.founder-note-section,
.founder-profile-section {
    background: var(--charcoal);
    color: var(--paper);
}

.founder-note,
.founder-profile {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 42px;
    align-items: center;
}

.founder-image-card,
.founder-profile > img {
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.founder-image-card img,
.founder-profile > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 18%;
}

.founder-copy p,
.founder-profile p {
    color: rgba(255, 250, 241, 0.75);
}

blockquote {
    margin: 26px 0 0;
    padding: 20px 22px;
    border-left: 4px solid var(--gold);
    color: var(--paper);
    background: rgba(255, 250, 241, 0.08);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-weight: 700;
}

.why-section {
    background: var(--cream);
}

.why-item {
    background: #fffaf1;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    border: 1px solid rgba(255, 250, 241, 0.18);
    border-radius: var(--radius);
    color: var(--paper);
    background: linear-gradient(135deg, var(--brown), var(--charcoal));
}

.cta-band p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 250, 241, 0.75);
}

.portfolio-intro {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 34px;
}

.understated-note {
    max-width: 780px;
    padding: 30px;
    border-left: 5px solid var(--gold);
    background: var(--cream);
}

.detail-card {
    height: 100%;
    padding: 28px;
}

.warm-line {
    border-top: 5px solid var(--orange);
}

.cool-line {
    border-top: 5px solid var(--orange);
}

.timeline-list {
    display: grid;
    gap: 14px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 70px 0.45fr 1fr;
    gap: 20px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.brand-portrait-card {
    padding: 26px;
    border-radius: var(--radius);
    background: rgba(255, 250, 241, 0.1);
    border: 1px solid rgba(255, 250, 241, 0.18);
    text-align: center;
}

.brand-portrait-card img {
    display: block;
    width: min(260px, 78vw);
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto 24px;
    padding: 14px;
    border-radius: 999px;
    background: var(--paper);
}

.brand-portrait-card strong {
    display: block;
    margin-top: 8px;
    color: var(--paper);
    font-size: 1.35rem;
}

.menu-cloud,
.role-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.menu-cloud span,
.role-grid span {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    color: #3f382f;
    font-weight: 800;
}

.contact-form-card {
    padding: 30px;
}

.form-heading {
    margin-bottom: 22px;
}

.form-control,
.form-select {
    min-height: 52px;
    border-color: var(--line);
    border-radius: var(--radius);
}

textarea.form-control {
    min-height: 150px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.25rem rgba(184, 135, 60, 0.18);
}

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

.contact-side {
    display: grid;
    gap: 16px;
}

.contact-intro {
    padding: 24px;
    border-radius: var(--radius);
    color: var(--paper);
    background: var(--charcoal);
}

.contact-intro p {
    color: rgba(255, 250, 241, 0.72);
}

.contact-card,
.contact-note {
    padding: 22px;
}

.map-frame {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 32px rgba(45, 32, 20, 0.07);
}

.map-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 280px;
    border: 0;
}

.contact-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-weight: 800;
}

.contact-card a,
.contact-card p {
    color: var(--ink);
    font-weight: 800;
}

.site-footer {
    padding: 56px 0 26px;
    color: var(--paper);
    background: #211e1a;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--paper);
}

.footer-brand:hover {
    color: var(--paper);
}

.footer-copy,
.site-footer a,
.footer-bottom {
    color: rgba(255, 250, 241, 0.68);
}

.site-footer h3 {
    margin-bottom: 16px;
    color: var(--paper);
    font-size: 0.95rem;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li {
    margin-bottom: 10px;
}

.site-footer a:hover {
    color: var(--gold);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 250, 241, 0.14);
    font-size: 0.9rem;
}

.reveal {
    opacity: 1;
    transform: none;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.js .reveal {
    opacity: 0;
    transform: translateY(14px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .site-nav .nav-link {
        padding-inline: 6px;
        font-size: 0.82rem;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding-top: 16px;
    }

    .site-nav .nav-link {
        padding: 11px 0;
        font-size: 1rem;
    }

    .site-nav .btn {
        width: 100%;
        margin-top: 8px;
    }

    .hero,
    .venture-hero {
        min-height: auto;
    }

    .venture-grid,
    .principle-mini-grid,
    .profile-grid,
    .feature-grid,
    .feature-grid.four,
    .why-grid,
    .portfolio-intro,
    .founder-note,
    .founder-profile {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        grid-template-columns: 54px 1fr;
    }

    .timeline-item p {
        grid-column: 2;
    }

    .cta-band,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .site-nav {
        padding: 11px 0;
    }

    .brand-mark {
        max-width: 230px;
    }

    .brand-mark strong {
        font-size: 0.92rem;
    }

    .section-pad {
        padding: 54px 0;
    }

    .hero,
    .page-hero,
    .venture-hero {
        padding: 56px 0;
    }

    .display-title {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .hero-actions .btn,
    .venture-actions > *,
    .button-row > *,
    .cta-band .btn {
        width: 100%;
    }

    .snapshot-panel,
    .venture-card,
    .detail-card,
    .contact-form-card,
    .cta-band {
        padding: 22px;
    }

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

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .timeline-item p {
        grid-column: auto;
    }
}
