:root {
    --cream: #f7f0e6;
    --paper: #fffaf2;
    --dark: #17130f;
    --muted: #756b5f;
    --gold: #b9894b;
    --brown: #4a2f22;
    --white: #ffffff;
    --shadow: 0 24px 80px rgba(23, 19, 15, 0.14);
    --soft-shadow: 0 18px 45px rgba(23, 19, 15, 0.1);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --container: min(1120px, 86vw);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    background: var(--paper);
    overflow-x: hidden;
}

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

img, svg {
    max-width: 100%;
}

.navbar {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 7%;
    background: rgba(255, 250, 242, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(185, 137, 75, 0.16);
    transition: box-shadow 0.25s ease, padding 0.25s ease;
}

.navbar.scrolled {
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: 0 12px 35px rgba(23, 19, 15, 0.08);
}

.logo {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.logo span {
    color: var(--gold);
    font-style: italic;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brown);
}

.nav-links a {
    transition: color 0.25s ease, transform 0.25s ease;
}

.nav-links a:hover {
    color: var(--gold);
}

.nav-cta {
    padding: 11px 19px;
    border: 1px solid var(--gold);
    border-radius: 999px;
}

.menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(185, 137, 75, 0.26);
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.9);
    cursor: pointer;
    place-items: center;
    gap: 4px;
    padding: 11px;
}

.menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--brown);
    border-radius: 99px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-btn.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

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

.menu-btn.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.hero {
    position: relative;
    min-height: 100svh;
    padding: 146px 7% 74px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 14%, rgba(240, 201, 138, 0.14), transparent 24%),
        radial-gradient(circle at 92% 80%, rgba(185, 137, 75, 0.12), transparent 26%),
        linear-gradient(135deg, #17130f 0%, #221711 44%, #4a2f22 100%);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent 28%, rgba(0,0,0,0.08));
    pointer-events: none;
}

.hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 86px;
    max-width: 1240px;
    margin: 0 auto;
}

.hero-shell::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 12%;
    width: 2px;
    height: 74%;
    border-radius: 999px;
    background: linear-gradient(to bottom, transparent 0%, rgba(185, 137, 75, 0.2) 10%, rgba(185, 137, 75, 0.92) 50%, rgba(185, 137, 75, 0.2) 90%, transparent 100%);
    transform: translateX(-50%) rotate(15deg);
    box-shadow: 0 0 20px rgba(185, 137, 75, 0.24);
    pointer-events: none;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
}

.hero-photo-frame {
    width: min(100%, 500px);
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 42px;
    background: linear-gradient(145deg, rgba(255,250,242,0.10), rgba(255,250,242,0.02));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
}

.hero-photo-frame img {
    width: 100%;
    height: 100%;
    max-height: 578px;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 28px;
}

.hero-content {
    max-width: 600px;
    position: relative;
    z-index: 2;
    justify-self: center;
}

.eyebrow,
.section-label {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-wrap: balance;
}

.section h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(40px, 5.4vw, 70px);
    line-height: 1.04;
    font-weight: 700;
    text-wrap: balance;
}

.hero-text {
    max-width: 560px;
    margin: 22px 0 30px;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.72;
    color: rgba(255,255,255,0.84);
}

.hero-actions,
.contact-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn.primary {
    background: var(--gold);
    color: #fff;
    box-shadow: 0 16px 40px rgba(185, 137, 75, 0.34);
}

.btn.secondary {
    border: 1px solid rgba(255,255,255,0.58);
    color: #fff;
}

.btn.secondary.dark {
    border-color: rgba(23, 19, 15, 0.18);
    color: var(--dark);
}

.btn:hover {
    transform: translateY(-3px);
}

.hero-card {
    position: relative;
    z-index: 2;
    width: min(100%, 320px);
    padding: 22px 24px;
    background: rgba(255, 250, 242, 0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
}

.hero-card p,
.dish-info span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
}

.hero-card h2 {
    margin: 14px 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 3vw, 32px);
    line-height: 1.08;
}

.hero-card span {
    display: block;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
}

.section {
    padding: 96px 7%;
}

.intro {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 66px;
    align-items: center;
    background: var(--cream);
}

.intro h2,
.section-heading h2,
.about h2,
.contact h2 {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.06;
}

.intro > p,
.about-content p,
.contact-box p {
    color: var(--muted);
    line-height: 1.9;
    font-size: 17px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.signature-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 38px;
}

.signature-heading {
    margin-bottom: 0;
}

.signature-card {
    flex-shrink: 0;
    margin-top: 10px;
}

.signature-card h2 {
    font-size: clamp(22px, 2.5vw, 28px);
    margin: 10px 0 8px;
}

.signature-card span {
    line-height: 1.65;
    color: rgba(255,255,255,0.76);
}


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

.service-card {
    padding: 36px;
    background: #fff;
    border-radius: 30px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(185, 137, 75, 0.12);
    transition: transform 0.3s ease;
}

.service-card:hover,
.dish-card:hover {
    transform: translateY(-8px);
}

.number {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--gold);
    font-weight: 900;
    margin-bottom: 26px;
}

.service-card h3,
.dish-info h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(27px, 3vw, 31px);
    margin-bottom: 13px;
    line-height: 1.08;
}

.service-card p,
.dish-info p {
    color: var(--muted);
    line-height: 1.75;
}

.signature {
    background: var(--dark);
    color: #fff;
}

.signature .section-heading h2 {
    color: #fff;
}

.dish-card {
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    transition: transform 0.3s ease;
}

.dish-image {
    min-height: 270px;
    background-size: cover;
    background-position: center;
}

.dish-1 { background-image: url('../images/dish-somon-gravlax.png'); }
.dish-2 { background-image: url('../images/dish-dana-bonfile.png'); }
.dish-3 { background-image: url('../images/dish-panna-cotta.png'); }

.dish-info {
    padding: 27px;
}

.dish-info p {
    color: rgba(255,255,255,0.7);
}

.about {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 66px;
    align-items: center;
    background: var(--cream);
}

.about-image {
    min-height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: min(100%, 470px);
    height: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
    border-radius: 26px;
    border: 1px solid rgba(185, 137, 75, 0.18);
    box-shadow: var(--shadow);
    image-rendering: auto;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.stats div {
    padding: 21px;
    border-radius: 22px;
    background: rgba(255,255,255,0.64);
}

.stats strong {
    display: block;
    font-size: 30px;
    color: var(--gold);
}

.stats span {
    font-size: 13px;
    color: var(--muted);
}

.contact {
    background:
        linear-gradient(115deg, rgba(255,250,242,0.94), rgba(255,250,242,0.76)),
        linear-gradient(135deg, #fffaf2, #f0d9b5);
}

.contact-box {
    max-width: 820px;
    margin: auto;
    text-align: center;
    padding: 58px;
    border-radius: var(--radius-xl);
    background: rgba(255, 250, 242, 0.86);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.contact-box p {
    margin: 22px auto 30px;
    max-width: 620px;
}

.contact-actions {
    justify-content: center;
}

footer {
    padding: 28px 7%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background: var(--dark);
    color: rgba(255,255,255,0.72);
    font-size: 14px;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .hero-shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hero-shell::after {
        display: none;
    }

    .hero-content,
    .hero-visual {
        justify-self: center;
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-photo-frame {
        min-height: 560px;
    }

    .signature-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 920px) {
    html {
        scroll-padding-top: 82px;
    }

    .navbar {
        padding: 14px 5.5%;
    }

    .menu-btn {
        display: grid;
    }

    .nav-links {
        position: fixed;
        top: 74px;
        left: 5.5%;
        right: 5.5%;
        width: auto;
        max-height: calc(100svh - 92px);
        overflow-y: auto;
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        background: rgba(255, 250, 242, 0.98);
        border: 1px solid rgba(185, 137, 75, 0.14);
        border-radius: 22px;
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .nav-links.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .nav-links a {
        padding: 14px 14px;
        border-radius: 14px;
        background: rgba(247, 240, 230, 0.58);
    }

    .nav-cta {
        text-align: center;
        border-color: var(--gold);
        background: var(--gold) !important;
        color: #fff;
    }

    .hero {
        padding: 124px 5.5% 58px;
        min-height: auto;
    }

    .hero-shell {
        gap: 28px;
    }

    .hero-photo-frame {
        min-height: 520px;
        padding: 18px;
    }

    .signature-card {
        width: min(100%, 360px);
    }

    .section {
        padding: 76px 5.5%;
    }

    .intro,
    .about,
    .service-grid,
    .dish-grid {
        grid-template-columns: 1fr;
    }

    .intro,
    .about {
        gap: 34px;
    }

    .service-grid,
    .dish-grid {
        gap: 18px;
    }

    .service-card {
        padding: 28px;
    }

    .dish-card {
        display: grid;
        grid-template-columns: 0.82fr 1fr;
        min-height: 220px;
    }

    .dish-image {
        min-height: 100%;
    }

    .about-image {
        min-height: auto;
        order: 2;
    }

    .about-image img {
        width: min(100%, 420px);
        max-height: none;
    }

    .about-content {
        order: 1;
    }
}

@media (max-width: 640px) {
    :root {
        --radius-xl: 26px;
        --radius-lg: 22px;
    }

    .navbar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-links {
        top: 70px;
        left: 16px;
        right: 16px;
    }

    .hero {
        padding: 108px 16px 46px;
    }

    .hero-photo-frame {
        width: 100%;
        min-height: 430px;
        padding: 14px;
        border-radius: 28px;
    }

    .hero h1 {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.16;
    }

    .hero-text {
        margin: 22px 0 27px;
    }

    .hero-actions,
    .contact-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        min-height: 52px;
    }

    .hero-card {
        width: 100%;
        padding: 20px;
    }

    .signature-head {
        gap: 18px;
        margin-bottom: 28px;
    }

    .section {
        padding: 62px 16px;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .eyebrow,
    .section-label {
        letter-spacing: 2px;
        font-size: 11px;
        line-height: 1.5;
    }

    .intro h2,
    .section-heading h2,
    .about h2,
    .contact h2 {
        font-size: clamp(32px, 10vw, 42px);
    }

    .intro > p,
    .about-content p,
    .contact-box p {
        font-size: 16px;
    }

    .dish-card {
        grid-template-columns: 1fr;
    }

    .dish-image {
        min-height: 210px;
    }

    .stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .stats div {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        padding: 18px 20px;
    }

    .about-image {
        min-height: auto;
        padding: 0;
    }

    .about-image img {
        width: 100%;
        max-width: 360px;
        max-height: none;
    }

    .contact-box {
        padding: 34px 20px;
    }

    footer {
        flex-direction: column;
        text-align: center;
        padding: 24px 16px;
    }
}

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

    .logo {
        font-size: 24px;
    }

    .menu-btn {
        width: 42px;
        height: 42px;
    }

    .service-card,
    .contact-box,
    .dish-info {
        padding: 22px;
    }
}

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

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}
