:root {
    --cream: #f7eddf;
    --cream-soft: #fff8ef;
    --paper: #f1e6d5;
    --green: #0b3328;
    --green-soft: #244c3d;
    --gold: #c8962f;
    --terracotta: #9e5a3f;
    --ink: #1a1a16;
    --muted: #6d665d;
    --line: rgba(11, 51, 40, 0.18);
    --shadow: 0 22px 70px rgba(11, 51, 40, 0.13);
    color-scheme: light;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream-soft);
    color: var(--green);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    letter-spacing: 0;
}

body.admin-bar .site-header {
    top: 32px;
}

a {
    color: inherit;
}

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

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    min-height: 76px;
    padding: 12px clamp(18px, 4vw, 54px);
    background: rgba(255, 248, 239, 0.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.brand-mark {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgba(11, 51, 40, 0.18);
    background: var(--cream);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 2.4vw, 32px);
    min-width: 0;
}

.site-nav a,
.footer-links a,
.social-row a {
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.site-nav a:hover,
.footer-links a:hover,
.social-row a:hover {
    color: var(--terracotta);
}

.language-switcher {
    display: flex;
    gap: 6px;
    align-items: center;
}

.language-switcher button {
    min-width: 42px;
    min-height: 34px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.48);
    color: var(--green);
    cursor: pointer;
    font-weight: 800;
    font-size: 0.74rem;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
    background: var(--green);
    color: var(--cream-soft);
}

.hero-section {
    position: relative;
    min-height: auto;
    display: grid;
    gap: clamp(28px, 4vw, 44px);
    justify-items: center;
    padding: 116px clamp(20px, 5vw, 76px) 46px;
    background: var(--cream-soft);
    border-bottom: 1px solid var(--line);
}

.hero-copy {
    order: 1;
    width: min(1180px, 100%);
    text-align: center;
}

.hero-media-slider {
    position: relative;
    order: 2;
    width: min(1180px, 100%);
    height: clamp(300px, 42vw, 520px);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.hero-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 900ms ease;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-slide img,
.hero-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-logo-heading {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hero-logo-heading img {
    width: 100%;
    height: clamp(116px, 16vw, 188px);
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(11, 51, 40, 0.08));
}

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

.eyebrow,
.section-kicker,
.creator-role {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.hero-copy .eyebrow {
    text-align: center;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0;
}

h1 {
    max-width: 920px;
    font-size: clamp(3.5rem, 9vw, 8.8rem);
    line-height: 0.95;
}

h2 {
    font-size: clamp(2.1rem, 4.8vw, 5rem);
    line-height: 1;
}

h3 {
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.14;
}

p {
    color: var(--muted);
    font-family: var(--friska-copy-font);
    font-size: var(--friska-copy-size);
    font-style: var(--friska-copy-style);
    font-weight: var(--friska-copy-weight);
    text-align: var(--friska-copy-align);
}

.hero-intro {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hero-intro p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    color: var(--green-soft);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
}

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

.spotlight-section {
    padding: clamp(46px, 6vw, 86px) 0;
    background: var(--cream-soft);
}

.spotlight-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.spotlight-copy h2 {
    font-size: clamp(2rem, 4vw, 4.2rem);
}

.spotlight-copy p {
    max-width: 520px;
}

.photo-banner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: clamp(300px, 36vw, 460px);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.photo-banner figure {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    border-left: 1px solid rgba(255, 248, 239, 0.78);
}

.photo-banner figure:first-child {
    border-left: 0;
}

.photo-banner img {
    width: 100%;
    height: 100%;
    min-height: clamp(300px, 36vw, 460px);
    object-fit: cover;
    transition: transform 500ms ease;
}

.photo-banner figure:hover img {
    transform: scale(1.035);
}

.photo-banner figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 9px 10px;
    background: rgba(11, 51, 40, 0.78);
    color: var(--cream-soft);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.photo-banner figcaption a,
.photo-banner figcaption span {
    display: block;
    color: var(--cream-soft);
    text-decoration: none;
}

.quick-links-section {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-grid a {
    display: grid;
    gap: 8px;
    min-height: 142px;
    padding: 26px clamp(18px, 2vw, 28px);
    border-left: 1px solid var(--line);
    text-decoration: none;
}

.quick-grid a:last-child {
    border-right: 1px solid var(--line);
}

.quick-grid span {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.quick-grid strong {
    align-self: end;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--green);
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 500;
    line-height: 1.08;
}

.quick-grid em {
    color: var(--muted);
    font-size: 0.86rem;
    font-style: normal;
}

.quick-grid a:hover {
    background: rgba(255, 248, 239, 0.56);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--green);
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.button-primary {
    background: var(--green);
    color: var(--cream-soft);
}

.button-secondary {
    background: rgba(255, 248, 239, 0.56);
    color: var(--green);
}

.section-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.products-section,
.creators-section {
    padding: clamp(70px, 9vw, 128px) 0;
}

.two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(32px, 6vw, 86px);
    align-items: center;
}

.two-column.reverse {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
}

.brand-card-image {
    width: 100%;
    box-shadow: var(--shadow);
}

.values-section {
    padding: clamp(48px, 7vw, 86px) 0;
    background: var(--green);
}

.value-grid,
.product-grid,
.creator-grid {
    display: grid;
    gap: 18px;
}

.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.creator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-grid article {
    padding: clamp(24px, 3vw, 34px);
    border-left: 1px solid rgba(247, 237, 223, 0.28);
}

.value-grid span {
    display: block;
    margin-bottom: 48px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.value-grid h3,
.value-grid p {
    color: var(--cream-soft);
}

.section-heading {
    width: min(760px, 100%);
    margin-bottom: clamp(32px, 5vw, 54px);
}

.section-heading.narrow {
    width: min(700px, 100%);
}

.catalog-link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--green);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration-thickness: 1px;
    text-transform: uppercase;
    text-underline-offset: 5px;
}

.product-grid article,
.creator-grid article,
.contact-card {
    background: var(--paper);
    border: 1px solid rgba(11, 51, 40, 0.13);
    padding: clamp(24px, 3vw, 34px);
    box-shadow: 0 14px 36px rgba(11, 51, 40, 0.06);
}

.product-grid article {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 250px;
    overflow: hidden;
    padding: 0 0 clamp(24px, 3vw, 34px);
}

.creator-grid article {
    overflow: hidden;
    padding: 0 0 clamp(24px, 3vw, 34px);
}

.product-grid article img {
    width: 100%;
    height: 230px;
    margin: 0 0 8px;
    object-fit: cover;
}

.product-grid article h3,
.product-grid article p {
    margin-left: clamp(24px, 3vw, 34px);
    margin-right: clamp(24px, 3vw, 34px);
}

.product-grid article h3 a {
    color: inherit;
    text-decoration: none;
}

.product-grid article h3 a:hover {
    color: var(--terracotta);
}

.creator-photo {
    width: 100%;
    height: 420px;
    margin: 0 0 22px;
    object-fit: cover;
    object-position: center;
}

.creator-grid article h3,
.creator-grid article p {
    margin-left: clamp(24px, 3vw, 34px);
    margin-right: clamp(24px, 3vw, 34px);
}

.product-price {
    display: inline-flex;
    width: fit-content;
    margin: 0;
    padding: 6px 10px;
    background: var(--green);
    color: var(--cream-soft);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-grid article p:last-child {
    margin-bottom: 0;
}

.creator-role {
    color: var(--terracotta);
    margin-top: 8px;
}

.contact-section {
    padding: clamp(70px, 9vw, 124px) 0;
    background: var(--green);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    gap: clamp(28px, 6vw, 76px);
    align-items: start;
}

.contact-section h2,
.contact-section p {
    color: var(--cream-soft);
}

.contact-layout > div p,
.contact-hours-left,
.contact-hours-left p {
    font-family: var(--friska-contact-left-font);
    font-size: var(--friska-contact-left-size);
    font-style: var(--friska-contact-left-style);
    font-weight: var(--friska-contact-left-weight);
    text-align: var(--friska-contact-left-align);
}

.contact-hours-left {
    margin-top: 28px;
}

.contact-hours-left h3 {
    margin-bottom: 10px;
    color: var(--cream-soft);
}

.contact-card {
    display: grid;
    gap: 22px;
    color: var(--green);
    font-family: var(--friska-contact-right-font);
    font-size: var(--friska-contact-right-size);
    font-style: var(--friska-contact-right-style);
    font-weight: var(--friska-contact-right-weight);
    text-align: var(--friska-contact-right-align);
}

.contact-block {
    display: grid;
    gap: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.contact-block:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-label {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-address,
.contact-phone,
.contact-card p {
    color: var(--green);
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.contact-card a {
    color: var(--green);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.contact-map-button {
    width: fit-content;
    margin-top: 8px;
}

.contact-card .social-row {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 34px clamp(20px, 5vw, 76px);
    background: var(--cream-soft);
    border-top: 1px solid var(--line);
}

.site-footer img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.site-footer p {
    margin: 8px 0 0;
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.page-main {
    padding: 140px 0 70px;
}

.page-content {
    max-width: 860px;
}

.product-family-heading {
    width: min(840px, 100%);
    margin-bottom: clamp(30px, 5vw, 54px);
}

.product-family-heading h1 {
    font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.product-family-intro p {
    color: var(--green-soft);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.product-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-detail-card {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    padding: 16px;
    background: var(--paper);
    border: 1px solid rgba(11, 51, 40, 0.13);
    box-shadow: 0 14px 36px rgba(11, 51, 40, 0.06);
}

.product-detail-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--cream-soft);
}

.product-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-content h2 {
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    line-height: 1.14;
}

.product-detail-text p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 0.94rem;
}

.product-family-empty {
    width: min(680px, 100%);
    padding: 22px;
    background: var(--paper);
    border: 1px solid var(--line);
}

.product-family-back {
    margin-top: 26px;
}

#friska-google-translate,
.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

body {
    top: 0 !important;
}

@media (max-width: 920px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .site-header {
        grid-template-columns: auto auto;
        min-height: auto;
    }

    .site-nav {
        grid-column: 1 / -1;
        order: 3;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .language-switcher {
        justify-content: flex-end;
    }

    .hero-section {
        min-height: auto;
        padding-top: 156px;
    }

    .hero-media-slider {
        width: min(100%, 760px);
        height: 380px;
    }

    .hero-logo-heading img {
        height: clamp(98px, 22vw, 150px);
    }

    .spotlight-layout {
        grid-template-columns: 1fr;
    }

    .spotlight-copy p {
        max-width: 720px;
    }

    .photo-banner {
        min-height: 360px;
    }

    .photo-banner img {
        min-height: 360px;
    }

    .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .two-column,
    .two-column.reverse,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .value-grid,
    .creator-grid {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .value-grid article {
        border-left: 0;
        border-top: 1px solid rgba(247, 237, 223, 0.24);
    }

    .value-grid span {
        margin-bottom: 22px;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .site-header {
        padding: 10px 14px;
        gap: 12px;
    }

    .brand-mark {
        width: 48px;
        height: 48px;
    }

    .site-nav {
        gap: 16px;
    }

    .site-nav a,
    .footer-links a,
    .social-row a {
        font-size: 0.7rem;
    }

    .language-switcher button {
        min-width: 36px;
        min-height: 32px;
    }

    .hero-section {
        min-height: auto;
        padding: 176px 18px 40px;
    }

    .hero-logo-heading img {
        height: 104px;
    }

    .hero-intro {
        width: 100%;
    }

    .hero-media-slider {
        height: 300px;
    }

    .spotlight-section {
        padding: 42px 0;
    }

    .photo-banner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .photo-banner img {
        min-height: 230px;
    }

    .photo-banner figcaption {
        left: 8px;
        right: 8px;
        bottom: 8px;
        font-size: 0.64rem;
    }

    .quick-grid {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .creator-photo {
        height: 340px;
    }

    .quick-grid a,
    .quick-grid a:last-child {
        min-height: 112px;
        border-right: 1px solid var(--line);
    }

    .quick-grid strong {
        font-size: 1.38rem;
    }

    h1 {
        font-size: clamp(3rem, 19vw, 5.8rem);
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .section-inner {
        width: min(100% - 32px, 1180px);
    }
}
