/*
Theme Name: Whisk & Bake By Yuvi Premium
Author: OpenAI
Description: Premium Scandinavian WordPress theme for Whisk & Bake By Yuvi
Version: 1.0
*/

:root {
    --bg: #fffaf3;
    --bg2: #f7efe2;
    --card: rgba(255, 250, 243, .88);
    --text: #2f241b;
    --muted: #6e6258;
    --line: rgba(73, 54, 37, .12);
    --accent: #c58d59;
    --accent2: #e4c4a2;
    --max: 1200px;
    --radius: 24px;
    --shadow: 0 18px 48px rgba(79, 57, 36, .10);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding-top: 82px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 14% 12%, rgba(228, 196, 162, .38), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(197, 141, 89, .14), transparent 16%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s ease;
}

a:hover {
    opacity: .86
}

img {
    max-width: 100%;
    height: auto
}

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 110px 0;
    border-top: 1px solid rgba(73, 54, 37, .06);
}

.section:last-of-type {
    padding-bottom: 80px
}

.kicker {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #6a4e35;
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(8px);
    font-size: 14px;
    letter-spacing: .04em;
}

.lead {
    font-size: clamp(17px, 2vw, 22px);
    color: var(--muted);
    max-width: 820px;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: .25s ease;
    background: linear-gradient(180deg, rgba(255, 250, 243, .94), rgba(255, 250, 243, .72));
    backdrop-filter: blur(14px);
}

.site-header.scrolled {
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.brand {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .12em;
}

.brand small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--muted);
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.menu-toggle,
.lang-switch {
    display: inline-flex;
    border: 1px solid var(--line);
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .6);
    color: var(--text);
    cursor: pointer;
}

.lang-switch {
    font-size: 13px
}

.primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    width: 260px;
    display: none;
    background: rgba(255, 250, 243, .98);
    border: 1px solid var(--line);
    border-radius: 18px;
    backdrop-filter: blur(18px);
    padding: 18px;
    box-shadow: var(--shadow);
    z-index: 100;
}

.primary-nav.open {
    display: block
}

.primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.primary-nav li {
    border-bottom: 1px solid rgba(73, 54, 37, .08);
    padding-bottom: 10px;
}

.primary-nav li:last-child {
    border-bottom: none
}

.primary-nav a {
    font-size: 15px;
    color: var(--text)
}

/* Hero */
.hero {
    min-height: 96vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .28)),
    radial-gradient(circle at 18% 36%, rgba(228, 196, 162, .28), transparent 30%),
    radial-gradient(circle at 80% 26%, rgba(197, 141, 89, .18), transparent 24%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns:1.1fr .9fr;
    gap: 38px;
    align-items: center;
}

.hero-copy h1 {
    font-size: clamp(46px, 7vw, 88px);
    line-height: .94;
    letter-spacing: -.055em;
    margin: 18px 0 18px;
}

.hero-copy p {
    font-size: clamp(18px, 2vw, 22px);
    color: var(--muted);
    max-width: 560px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid var(--line);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    letter-spacing: .02em;
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-primary {
    background: linear-gradient(135deg, rgba(197, 141, 89, .20), rgba(255, 255, 255, .62));
    border-color: rgba(197, 141, 89, .34);
}

.btn-secondary {
    background: rgba(255, 255, 255, .55)
}

.hero-panel {
    background: rgba(255, 255, 255, .52);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 24px;
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}

.hero-panel h3 {
    margin: 0 0 14px;
    font-size: 20px
}

.hero-panel ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted)
}

.hero-panel li {
    margin: 8px 0
}

.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    color: var(--muted);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Band */
.parallax-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(120deg, rgba(197, 141, 89, .08), rgba(255, 255, 255, .45));
    overflow: hidden;
    opacity: .72;
}

.band-track {
    display: flex;
    gap: 38px;
    white-space: nowrap;
    padding: 18px 0;
    font-size: 14px;
    color: #6a4e35;
    opacity: .8;
    animation: marquee 24s linear infinite;
}

.section h2 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    margin: 18px 0 16px;
    letter-spacing: -.03em;
}

.grid-2 {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 28px;
}

.card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(79, 57, 36, .14);
}

.card h3 {
    font-size: 30px;
    margin: 0 0 12px;
    letter-spacing: -.025em;
}

.card p {
    color: var(--muted);
    margin: 0 0 20px;
    line-height: 1.75;
}

.tag-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: #6a4e35;
    font-size: 13px;
    background: rgba(255, 255, 255, .4);
}

.gallery {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.tile {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px;
    background: rgba(255, 255, 255, .45);
    box-shadow: var(--shadow);
}

.tile strong {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.tile span {
    color: var(--muted)
}

.subgrid {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    gap: 28px;
    align-items: start;
}

.list-clean {
    margin: 0;
    padding-left: 18px;
    color: var(--muted)
}

.list-clean li {
    margin: 8px 0
}

.footer {
    padding: 38px 0 48px;
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(197, 141, 89, .08));
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer p, .footer a {
    color: var(--muted);
    font-size: 14px
}

#menu, #supplies, #story, #contact {
    scroll-margin-top: 120px
}

.fade-in {
    opacity: 1;
    transform: none;
    transition: all .7s ease;
}

.js-enabled .fade-in {
    opacity: 0;
    transform: translateY(22px);
}

.js-enabled .fade-in.visible {
    opacity: 1;
    transform: none;
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

@media (max-width: 980px) {
    .hero-grid, .subgrid, .grid-2, .gallery {
        grid-template-columns:1fr
    }

    .hero {
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 70px
    }
}

@media (max-width: 760px) {
    .container {
        padding: 0 18px
    }

    .primary-nav {
        left: auto;
        right: 0;
        min-width: 220px;
        top: 60px
    }
}