:root {
    --ink: #201c1a;
    --muted: #6f6760;
    --paper: #fbf8f3;
    --soft: #efe7dc;
    --line: #ded2c2;
    --terracotta: #a94f32;
    --moss: #68795d;
    --ochre: #c9913d;
    --charcoal: #2c3130;
}

* {
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    line-height: 1.6;
}

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

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

.site-shell {
    min-height: 100vh;
    overflow: hidden;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: rgba(32, 28, 26, .72);
    color: #fffaf2;
    font-family: "Instrument Sans", Arial, sans-serif;
    backdrop-filter: blur(18px);
}

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

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.brand-logo {
    display: block;
    width: auto;
    object-fit: contain;
}

.brand-logo-header {
    height: 54px;
    max-width: 210px;
}

.brand-logo-footer {
    height: 92px;
    max-width: 300px;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(255, 250, 242, .12);
    color: #f2c16d;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.35rem;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    color: rgba(255, 250, 242, .82);
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.nav-links > a {
    line-height: 1;
}

.nav-links a:hover {
    color: #fff;
}

.nav-toggle,
.nav-close,
.nav-overlay,
.mobile-menu-head {
    display: none;
}

.nav-toggle,
.nav-close {
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.hero {
    position: relative;
    display: grid;
    min-height: 94vh;
    align-items: end;
    padding: 140px 0 56px;
    color: #fffaf2;
    isolation: isolate;
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        linear-gradient(90deg, rgba(30, 24, 20, .88), rgba(30, 24, 20, .54) 44%, rgba(30, 24, 20, .22)),
        url("https://images.unsplash.com/photo-1513364776144-60967b0f800f?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 26%;
    content: "";
    background: linear-gradient(0deg, var(--paper), transparent);
}

.hero-content {
    width: min(760px, 100%);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #f3d7ad;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 42px;
    height: 1px;
    content: "";
    background: currentColor;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.05;
}

h1 {
    max-width: 780px;
    font-size: clamp(3rem, 8vw, 7.4rem);
    letter-spacing: 0;
}

.hero-copy {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 250, 242, .84);
    font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: #fffaf2;
    color: var(--ink);
}

.button-secondary {
    border-color: rgba(255, 250, 242, .42);
    color: #fffaf2;
}

.hero-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: min(760px, 100%);
    margin-top: 58px;
    border: 1px solid rgba(255, 250, 242, .25);
    background: rgba(255, 250, 242, .18);
    backdrop-filter: blur(12px);
}

.hero-stat {
    min-height: 112px;
    padding: 22px;
    background: rgba(32, 28, 26, .34);
}

.hero-stat strong {
    display: block;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.1;
}

.hero-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 250, 242, .72);
    font-size: .9rem;
}

.section {
    padding: 92px 0;
}

.section-muted {
    background: #f4eee6;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: 40px;
    align-items: end;
    margin-bottom: 42px;
}

.section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    color: var(--ink);
}

.section-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
}

.home-product-carousel {
    position: relative;
    margin: 44px 0 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px 30px 18px;
    background: #fffdf8;
}

.carousel-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.carousel-head h2 {
    color: var(--ink);
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
}

.carousel-head > a {
    color: #1267aa;
    font-weight: 800;
}

.carousel-actions {
    pointer-events: none;
}

.carousel-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 46px;
    height: 78px;
    place-items: center;
    border: 1px solid rgba(32, 28, 26, .12);
    border-radius: 6px;
    background: rgba(255, 253, 248, .96);
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 1.6rem;
    font-weight: 900;
    pointer-events: auto;
    transform: translateY(-38%);
    box-shadow: 0 8px 22px rgba(32, 28, 26, .14);
}

.carousel-button[data-carousel-prev] {
    left: 0;
}

.carousel-button[data-carousel-next] {
    right: 0;
}

.carousel-button:hover {
    color: #1267aa;
}

.product-carousel-track {
    display: grid;
    grid-auto-columns: calc((100% - 84px) / 3.25);
    grid-auto-flow: column;
    gap: 28px;
    overflow-x: auto;
    padding: 0 22px 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.carousel-product-card {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    scroll-snap-align: start;
}

.carousel-product-link {
    display: block;
    height: 100%;
}

.carousel-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #fff;
}

.carousel-product-image img,
.carousel-product-image > span {
    width: 100%;
    height: 100%;
}

.carousel-product-image img {
    object-fit: cover;
    transition: transform .24s ease;
}

.carousel-product-card:hover .carousel-product-image img {
    transform: scale(1.04);
}

.carousel-product-image > span {
    display: grid;
    place-items: center;
    color: var(--terracotta);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 3rem;
}

.carousel-product-body {
    display: grid;
    gap: 4px;
    padding: 10px 0 0;
}

.carousel-featured-pill {
    width: fit-content;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(32, 28, 26, .74);
    color: #fffaf2;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.carousel-product-body span {
    color: var(--terracotta);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.carousel-product-body h3 {
    overflow: hidden;
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-product-price {
    color: var(--ink);
    font-size: .95rem;
}

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

.art-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fffdf8;
}

.art-card img,
.art-card-placeholder {
    width: 100%;
    aspect-ratio: 4 / 5;
}

.art-card img {
    object-fit: cover;
}

.art-card-placeholder {
    display: grid;
    place-items: center;
    background: var(--soft);
    color: var(--terracotta);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 4rem;
}

.art-card-body {
    padding: 22px;
    font-family: "Instrument Sans", Arial, sans-serif;
}

.art-card h3 {
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.28;
}

.art-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.studio-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: center;
}

.studio-image {
    overflow: hidden;
    border-radius: 8px;
    background: var(--soft);
}

.studio-image img {
    width: 100%;
    aspect-ratio: 1 / 1.12;
    object-fit: cover;
}

.process-list {
    display: grid;
    gap: 18px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.process-list li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    border-top: 1px solid var(--line);
    padding-top: 18px;
}

.process-list span {
    color: var(--terracotta);
    font-weight: 800;
}

.process-list h3 {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.process-list p {
    margin: 6px 0 0;
    color: var(--muted);
}

.feature-band {
    background: var(--charcoal);
    color: #fffaf2;
}

.feature-band .section-heading h2,
.feature-band .section-heading p {
    color: inherit;
}

.feature-band .section-heading p {
    color: rgba(255, 250, 242, .72);
}

.feature-band .section-heading h2 {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
}

.feature-band .section-heading p {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.55;
}

.featured-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
}

.featured-large,
.featured-small {
    position: relative;
    overflow: hidden;
    height: 300px;
    min-height: 0;
    border-radius: 8px;
    background: #111;
}

.featured-large img,
.featured-small img,
.featured-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    opacity: .82;
}

.featured-large img,
.featured-small img {
    object-fit: cover;
}

.featured-placeholder {
    display: grid;
    place-items: center;
    background: rgba(255, 250, 242, .1);
    color: #f2c16d;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 5rem;
}

.featured-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(17, 17, 17, .58);
    color: #fffaf2;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.art-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.art-label h3 {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
}

.art-label p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .72);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.35;
}

.price {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    padding: 8px 14px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 900;
}

.testimonial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 48px;
    align-items: center;
}

.quote {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.12;
}

.quote-meta {
    border-left: 4px solid var(--moss);
    padding-left: 22px;
    color: var(--muted);
}

.page-hero {
    position: relative;
    display: grid;
    min-height: 68vh;
    align-items: end;
    padding: 138px 0 72px;
    color: #fffaf2;
    isolation: isolate;
}

.page-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        linear-gradient(90deg, rgba(30, 24, 20, .86), rgba(30, 24, 20, .58) 48%, rgba(30, 24, 20, .26)),
        var(--page-hero-image) center / cover;
}

.page-hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 30%;
    content: "";
    background: linear-gradient(0deg, var(--paper), transparent);
}

.about-hero {
    --page-hero-image: url("https://images.unsplash.com/photo-1459908676235-d5f02a50184b?auto=format&fit=crop&w=1800&q=85");
}

.team-hero {
    --page-hero-image: url("https://images.unsplash.com/photo-1513364776144-60967b0f800f?auto=format&fit=crop&w=1800&q=85");
}

.shop-hero {
    --page-hero-image: url("https://images.unsplash.com/photo-1547826039-bfc35e0f1ea8?auto=format&fit=crop&w=1800&q=85");
    min-height: 48vh;
    padding: 116px 0 52px;
}

.shop-hero h1 {
    max-width: 760px;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.shop-hero p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 18px;
    font-size: 1rem;
}

.contact-hero {
    --page-hero-image: url("https://images.unsplash.com/photo-1513364776144-60967b0f800f?auto=format&fit=crop&w=1800&q=85");
}

.page-hero-inner {
    width: min(1120px, calc(100% - 32px));
}

.page-hero h1 {
    max-width: 920px;
    font-size: clamp(2.8rem, 6vw, 6rem);
}

.page-hero p:not(.eyebrow) {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255, 250, 242, .82);
    font-size: clamp(1.02rem, 2vw, 1.2rem);
}

.about-intro,
.about-story {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 52px;
    align-items: center;
}

.about-intro-copy h2,
.about-story h2,
.about-cta h2 {
    font-size: clamp(2.2rem, 4.2vw, 4.4rem);
}

.about-intro-copy p:not(.eyebrow),
.about-cta p:not(.eyebrow) {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 1.03rem;
}

.about-inline-cta {
    gap: 10px;
    margin-top: 26px;
    background: var(--ink);
    color: #fffaf2;
}

.about-inline-cta span {
    font-weight: 900;
    transition: transform .2s ease;
}

.about-inline-cta:hover {
    background: var(--terracotta);
    color: #fffaf2;
}

.about-inline-cta:hover span {
    transform: translateX(3px);
}

.about-intro-image,
.about-story-media img {
    overflow: hidden;
    border-radius: 8px;
    background: var(--soft);
}

.about-intro-image img {
    width: 100%;
    height: clamp(420px, 48vw, 560px);
    object-fit: cover;
}

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

.value-card {
    min-height: 260px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px;
    background: #fffdf8;
}

.value-card span {
    display: inline-block;
    margin-bottom: 42px;
    color: var(--terracotta);
    font-weight: 900;
}

.value-card h3 {
    font-size: 1.5rem;
}

.value-card p {
    margin: 14px 0 0;
    color: var(--muted);
}

.about-story-media {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 16px;
    align-items: end;
}

.about-story-media img {
    width: 100%;
    object-fit: cover;
}

.about-story-media img:first-child {
    aspect-ratio: 4 / 5;
}

.about-story-media img:last-child {
    aspect-ratio: 4 / 6;
    margin-bottom: 42px;
}

.about-cta {
    padding: 86px 0;
    background: var(--moss);
    color: #fffaf2;
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.about-cta p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(255, 250, 242, .78);
}

.about-cta .button-secondary {
    min-width: 168px;
    min-height: 52px;
    flex: 0 0 auto;
    align-self: center;
    border-color: rgba(255, 250, 242, .52);
    padding: 0 28px;
    background: rgba(255, 250, 242, .08);
    white-space: nowrap;
}

.about-cta .button-secondary:hover {
    background: #fffaf2;
    color: var(--moss);
}

.founder-section {
    background: #fffdf8;
}

.founder-profile {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    gap: 54px;
    align-items: center;
}

.founder-photo {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.founder-photo img {
    width: 100%;
    height: clamp(460px, 52vw, 620px);
    object-fit: cover;
    object-position: center top;
}

.founder-copy h2 {
    font-size: clamp(2.4rem, 4.6vw, 5rem);
}

.founder-copy h3 {
    margin-top: 30px;
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
}

.founder-copy p:not(.eyebrow) {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.founder-meta {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    color: var(--muted);
}

.founder-meta strong {
    margin-top: 6px;
    color: var(--terracotta);
}

.founder-meta a {
    color: var(--ink);
    font-weight: 900;
}

.founder-meta a:hover {
    color: var(--terracotta);
}

.founder-instagram {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
}

.founder-instagram svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.team-roster-section {
    background: #f4eee6;
}

.team-roster-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.team-roster-card {
    min-height: 250px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px;
    background: #fffdf8;
}

.team-roster-card span {
    display: block;
    min-height: 42px;
    color: var(--terracotta);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.team-roster-card h3 {
    margin-top: 34px;
    font-size: 1.5rem;
}

.team-roster-card p {
    margin: 12px 0 0;
    color: var(--muted);
}

.collection-reason-section {
    background: var(--moss);
    color: #fffaf2;
}

.collection-reason {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr);
    gap: 54px;
    align-items: start;
}

.collection-reason h2 {
    font-size: clamp(2.3rem, 4.4vw, 4.8rem);
}

.collection-reason-copy p {
    margin: 0;
    color: rgba(255, 250, 242, .76);
    font-size: 1.04rem;
}

.collection-reason-copy p + p {
    margin-top: 18px;
}

.collection-reason-cta {
    margin-top: 30px;
    color: var(--ink);
}

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

.team-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fffdf8;
}

.team-card img {
    width: 100%;
    aspect-ratio: 4 / 4.6;
    object-fit: cover;
}

.team-card-body {
    padding: 24px;
}

.team-card-body span {
    display: block;
    margin-bottom: 10px;
    color: var(--terracotta);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.team-card-body h3 {
    font-size: 1.55rem;
}

.team-card-body p {
    margin: 12px 0 0;
    color: var(--muted);
}

.team-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .8fr);
    gap: 54px;
    align-items: start;
}

.team-split h2 {
    font-size: clamp(2.2rem, 4vw, 4.3rem);
}

.team-split p:not(.eyebrow) {
    max-width: 620px;
    margin: 20px 0 0;
    color: var(--muted);
}

.team-notes {
    display: grid;
    gap: 14px;
}

.team-notes div {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
    background: #fffdf8;
}

.team-notes strong,
.team-notes span {
    display: block;
}

.team-notes strong {
    color: var(--ink);
}

.team-notes span {
    margin-top: 6px;
    color: var(--muted);
}

.shop-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.legal-hero {
    --page-hero-image: url("https://images.unsplash.com/photo-1547826039-bfc35e0f1ea8?auto=format&fit=crop&w=1800&q=85");
}

.sitemap-hero {
    --page-hero-image: url("https://images.unsplash.com/photo-1459908676235-d5f02a50184b?auto=format&fit=crop&w=1800&q=85");
}

.legal-section,
.sitemap-section {
    background: #fffdf8;
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
}

.legal-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
    background: #f4eee6;
}

.legal-sidebar span {
    color: var(--terracotta);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.legal-sidebar strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.legal-sidebar a {
    width: fit-content;
    margin-top: 8px;
    color: var(--terracotta);
    font-weight: 900;
}

.legal-content {
    display: grid;
    gap: 16px;
}

.legal-content article,
.sitemap-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 28px;
    background: #fffdf8;
}

.legal-content h2,
.sitemap-grid h2 {
    font-size: 1.6rem;
}

.legal-content p {
    margin: 12px 0 0;
    color: var(--muted);
}

.legal-content a {
    color: var(--terracotta);
    font-weight: 800;
}

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

.sitemap-grid article {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 260px;
}

.sitemap-grid h2 {
    margin-bottom: 14px;
}

.sitemap-grid a {
    color: var(--muted);
    font-weight: 800;
}

.sitemap-grid a:hover {
    color: var(--terracotta);
}

.contact-section {
    background: #fffdf8;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(320px, 1fr);
    gap: 54px;
    align-items: center;
}

.contact-intro h2,
.contact-address h2 {
    font-size: clamp(2.2rem, 4.2vw, 4.4rem);
}

.contact-intro p:not(.eyebrow) {
    max-width: 620px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.contact-intro .button {
    margin-top: 30px;
    background: var(--ink);
    color: #fffaf2;
}

.contact-intro .button:hover {
    background: var(--terracotta);
}

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

.contact-card {
    min-height: 160px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
    background: #fffdf8;
}

.contact-card span {
    display: block;
    color: var(--terracotta);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-card a {
    display: block;
    margin-top: 34px;
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 900;
    word-break: break-word;
}

.contact-card a:hover {
    color: var(--terracotta);
}

.contact-address-section {
    background: var(--charcoal);
    color: #fffaf2;
}

.contact-address {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .8fr);
    gap: 52px;
    align-items: center;
}

.contact-address address {
    margin: 0;
    border-left: 4px solid #f2c16d;
    padding-left: 24px;
    color: rgba(255, 250, 242, .82);
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.8;
}

.shop-sidebar {
    position: sticky;
    top: 96px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
    background: #fffdf8;
}

.shop-category-toggle {
    display: none;
}

.shop-sidebar-head h2,
.shop-toolbar h2 {
    font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.category-filter-list {
    display: grid;
    gap: 8px;
    margin-top: 24px;
}

.category-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--muted);
    font-weight: 800;
}

.category-filter:hover,
.category-filter.active {
    border-color: var(--line);
    background: var(--soft);
    color: var(--ink);
}

.category-filter strong {
    color: var(--terracotta);
    font-size: .9rem;
}

.shop-content {
    min-width: 0;
}

.shop-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.shop-toolbar > span {
    flex: 0 0 auto;
    color: var(--muted);
    font-weight: 800;
}

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

.shop-product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fffdf8;
}

.shop-product-image {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 5;
    place-items: center;
    overflow: hidden;
    background: var(--soft);
}

.shop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.shop-product-card:hover .shop-product-image img {
    transform: scale(1.04);
}

.shop-product-image > span {
    color: var(--terracotta);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 4rem;
}

.shop-product-image > strong {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(255, 250, 242, .92);
    color: var(--ink);
    font-size: .76rem;
}

.shop-product-body {
    display: grid;
    gap: 12px;
    padding: 18px;
    font-family: "Instrument Sans", Arial, sans-serif;
}

.shop-product-body span {
    color: var(--terracotta);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.shop-product-body h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop-product-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.shop-section .shop-product-meta {
    justify-content: flex-start;
}

.shop-section .shop-price {
    display: none;
}

.shop-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.shop-price span {
    color: var(--muted);
    font-size: .86rem;
    letter-spacing: 0;
    text-decoration: line-through;
    text-transform: none;
}

.shop-price strong {
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1;
}

.stock-pill {
    border-radius: 999px;
    padding: 6px 9px;
    background: rgba(104, 121, 93, .14);
    color: var(--moss) !important;
    font-size: .68rem !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.stock-pill.sold {
    background: rgba(169, 79, 50, .14);
    color: var(--terracotta) !important;
}

.stock-pill.preorder {
    background: rgba(201, 145, 61, .16);
    color: #8a5a18 !important;
}

.shop-empty {
    grid-column: 1 / -1;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 44px;
    background: #fffdf8;
}

.shop-empty h2 {
    max-width: 620px;
    margin-bottom: 24px;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.shop-pagination {
    margin-top: 34px;
}

.product-detail {
    padding: 132px 0 92px;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr);
    gap: 56px;
    align-items: start;
}

.product-gallery {
    display: grid;
    gap: 16px;
}

.product-main-image {
    position: relative;
    display: grid;
    min-height: 560px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: var(--soft);
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-main-image > span {
    color: var(--terracotta);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 6rem;
}

.product-main-image > strong {
    position: absolute;
    top: 18px;
    left: 18px;
    border-radius: 999px;
    padding: 8px 13px;
    background: rgba(255, 250, 242, .92);
    color: var(--ink);
    font-size: .78rem;
}

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

.product-thumb {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.product-thumb.active {
    border-color: var(--terracotta);
}

.product-thumb img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
}

.product-summary {
    position: sticky;
    top: 102px;
    display: grid;
    gap: 22px;
    font-family: "Instrument Sans", Arial, sans-serif;
}

.product-back {
    display: inline-flex;
    width: fit-content;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 20px;
    background: #fffdf8;
    color: var(--ink);
    font-weight: 900;
}

.product-back:hover {
    border-color: var(--terracotta);
    color: var(--terracotta);
}

.product-summary h1 {
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
}

.product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}

.product-detail-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.product-detail-price span {
    color: var(--muted);
    font-size: 1rem;
    text-decoration: line-through;
}

.product-detail-price strong {
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.product-description {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
}

.product-description p {
    margin: 0;
}

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

.product-actions .button {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .95rem;
    font-weight: 900;
}

.whatsapp-button {
    background: #1f9d55;
    color: #fff;
}

.buy-now-button {
    background: var(--ink);
    color: #fffaf2;
}

.product-care {
    display: grid;
    gap: 12px;
}

.product-care div {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    background: #fffdf8;
}

.product-care .product-artist {
    border-color: rgba(169, 79, 50, .28);
    background: #f4eee6;
}

.product-care strong,
.product-care span {
    display: block;
}

.product-care strong {
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-care span {
    margin-top: 6px;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.5;
}

.cta {
    padding: 86px 0;
    background: var(--terracotta);
    color: #fffaf2;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.cta h2 {
    max-width: 720px;
    font-size: clamp(2.3rem, 5vw, 5.4rem);
}

.cta p {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(255, 250, 242, .78);
}

.cta-action {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    justify-items: center;
}

.cta-action .button {
    min-width: 178px;
    min-height: 54px;
    padding: 0 30px;
    box-shadow: 0 18px 38px rgba(32, 28, 26, .18);
}

.cta-action span {
    color: rgba(255, 250, 242, .72);
    font-size: .86rem;
    font-weight: 700;
}

.footer {
    padding: 64px 0 30px;
    background: #171514;
    color: rgba(255, 250, 242, .7);
    font-family: "Instrument Sans", Arial, sans-serif;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(140px, .52fr) minmax(260px, .95fr) minmax(170px, .58fr);
    gap: 42px;
    padding-bottom: 42px;
}

.footer-brand-title {
    display: block;
    max-width: 420px;
    color: #fffaf2;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 3.6rem);
    font-weight: 700;
    line-height: .98;
}

.footer-brand-title:hover {
    color: #f2c16d;
}

.footer-brand p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 250, 242, .76);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.55;
}

.footer-brand p span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 250, 242, .58);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.5;
}

.footer-links,
.footer-contact {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-links h2,
.footer-contact h2,
.footer-section-head h2 {
    margin: 0 0 6px;
    color: #fffaf2;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-section-head a {
    color: rgba(255, 250, 242, .82);
    font-size: .92rem;
    font-weight: 700;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-section-head a:hover {
    color: #fffaf2;
}

.footer-contact p {
    display: grid;
    gap: 3px;
    margin: 0;
    color: rgba(255, 250, 242, .72);
    font-size: .9rem;
    line-height: 1.55;
}

.footer-contact p strong {
    color: #fffaf2;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.footer-contact p span {
    display: block;
}

.footer-products-wrap {
    border-top: 1px solid rgba(255, 250, 242, .12);
    padding-top: 34px;
}

.footer-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    font-size: .94rem;
}

.footer-products-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fffaf2;
    cursor: default;
    font: inherit;
    text-align: left;
}

.footer-products-toggle span {
    color: #fffaf2;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-products-toggle strong {
    display: none;
}

.footer-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.footer-product {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    min-height: 98px;
    align-items: center;
    border: 1px solid rgba(255, 250, 242, .12);
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 250, 242, .045);
}

.footer-product:hover {
    border-color: rgba(255, 250, 242, .28);
    background: rgba(255, 250, 242, .075);
}

.footer-product img,
.footer-product-placeholder {
    width: 74px;
    aspect-ratio: 1;
    border-radius: 6px;
}

.footer-product img {
    object-fit: cover;
}

.footer-product-placeholder {
    display: grid;
    place-items: center;
    background: rgba(255, 250, 242, .1);
    color: #f2c16d;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.5rem;
}

.footer-product-info {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.footer-product-info strong {
    overflow: hidden;
    color: #fffaf2;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-product-info span {
    color: rgba(255, 250, 242, .6);
    font-size: .78rem;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 250, 242, .12);
    margin-top: 34px;
    padding-top: 24px;
    font-size: .9rem;
}

.footer-bottom div {
    display: grid;
    gap: 4px;
}

.footer-bottom p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 250, 242, .62);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}

.footer-bottom p a:hover {
    color: #f2c16d;
}

.footer strong {
    color: #fffaf2;
}

@media (max-width: 860px) {
    .nav-inner {
        min-height: 66px;
    }

    .brand-logo-header {
        height: 48px;
        max-width: 174px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 40;
        display: flex;
        width: min(84vw, 340px);
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        min-height: 100vh;
        max-height: 100vh;
        padding: 20px;
        background: #0b0908 !important;
        background-image: none !important;
        color: #fffaf2;
        box-shadow: 24px 0 60px rgba(0, 0, 0, .32);
        isolation: isolate;
        transform: translateX(-105%);
        transition: transform .24s ease;
    }

    .nav-links::before {
        position: absolute;
        inset: 0;
        z-index: -1;
        content: "";
        background: #0b0908;
    }

    .nav.is-menu-open .nav-links {
        transform: translateX(0);
    }

    .nav-links > a {
        border-bottom: 1px solid rgba(255, 250, 242, .12);
        padding: 16px 2px;
        color: rgba(255, 250, 242, .86);
        font-family: "Instrument Sans", Arial, sans-serif;
        font-size: .98rem;
        font-weight: 900;
        letter-spacing: .02em;
        line-height: 1.2;
    }

    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        border-bottom: 1px solid rgba(255, 250, 242, .16);
        margin: -2px 0 10px;
        padding-bottom: 18px;
    }

    .nav-toggle {
        display: inline-grid;
        width: 42px;
        height: 42px;
        place-items: center;
        border: 1px solid rgba(255, 250, 242, .36);
        border-radius: 50%;
        background: rgba(255, 250, 242, .08);
    }

    .nav-toggle span:not(.sr-only) {
        display: block;
        width: 18px;
        height: 2px;
        grid-area: 1 / 1;
        background: #fffaf2;
        transition: transform .2s ease, opacity .2s ease;
    }

    .nav-toggle span:nth-child(1) {
        transform: translateY(-6px);
    }

    .nav-toggle span:nth-child(3) {
        transform: translateY(6px);
    }

    .nav.is-menu-open .nav-toggle span:nth-child(1) {
        transform: rotate(45deg);
    }

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

    .nav.is-menu-open .nav-toggle span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .nav-close {
        display: grid;
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 250, 242, .1);
        color: #fffaf2;
        font-size: 1.5rem;
        line-height: 1;
    }

    .nav-overlay {
        position: fixed;
        inset: 0;
        z-index: 30;
        display: block;
        border: 0;
        padding: 0;
        background: rgba(15, 13, 12, .7);
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        transition: opacity .24s ease;
    }

    .nav.is-menu-open .nav-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .hero {
        min-height: 92vh;
        padding-top: 116px;
    }

    .hero-panel,
    .section-heading,
    .studio-split,
    .about-intro,
    .about-story,
    .founder-profile,
    .values-grid,
    .team-roster-grid,
    .collection-reason,
    .team-grid,
    .team-split,
    .legal-layout,
    .sitemap-grid,
    .contact-layout,
    .contact-address,
    .shop-layout,
    .shop-grid,
    .product-detail-layout,
    .featured-grid,
    .testimonial,
    .cta-inner {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        display: none;
    }

    .section {
        padding: 68px 0;
    }

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

    .art-card-body {
        padding: 16px;
    }

    .art-card h3 {
        font-size: 1.18rem;
    }

    .art-card p {
        font-size: .9rem;
    }

    .home-product-carousel {
        margin: 34px -8px 0;
        padding: 18px 16px 14px;
    }

    .carousel-head {
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
    }

    .carousel-head h2 {
        font-size: 1.08rem;
    }

    .product-carousel-track {
        grid-auto-columns: calc((100% - 16px) / 1.5);
        gap: 16px;
        margin-right: -8px;
        padding: 0 10px 12px;
    }

    .carousel-product-body h3 {
        font-size: .78rem;
    }

    .carousel-product-body span {
        font-size: .62rem;
    }

    .carousel-product-body strong {
        font-size: .82rem;
    }

    .carousel-button {
        width: 34px;
        height: 58px;
        font-size: 1.25rem;
    }

    .featured-large img,
    .featured-small img,
    .featured-placeholder {
        min-height: 0;
    }

    .featured-large,
    .featured-small {
        height: 260px;
        min-height: 0;
    }

    .art-label {
        align-items: start;
        flex-direction: column;
    }

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

    .cta-action {
        justify-items: start;
    }

    .footer-bottom p {
        max-width: none;
        text-align: left;
    }

    .about-cta .button-secondary {
        width: min(100%, 220px);
        align-self: flex-start;
    }

    .about-story-media {
        grid-template-columns: 1fr;
    }

    .about-story-media img:last-child {
        margin-bottom: 0;
    }

    .about-intro-image img {
        height: 360px;
    }

    .founder-profile {
        gap: 32px;
    }

    .founder-photo img {
        height: 420px;
    }

    .legal-sidebar {
        position: static;
    }

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

    .contact-address address {
        padding-left: 18px;
        font-size: 1rem;
    }

    .shop-sidebar {
        position: static;
    }

    .shop-sidebar {
        padding: 0;
        overflow: hidden;
    }

    .shop-category-toggle {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        border: 0;
        padding: 18px 20px;
        background: #fffdf8;
        color: var(--ink);
        cursor: pointer;
        font: inherit;
        font-weight: 900;
        text-align: left;
    }

    .shop-category-toggle small {
        display: block;
        color: var(--terracotta);
        font-size: .72rem;
        font-weight: 900;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .shop-category-toggle strong {
        display: grid;
        width: 32px;
        height: 32px;
        flex: 0 0 auto;
        place-items: center;
        border-radius: 50%;
        background: var(--soft);
        color: var(--terracotta);
        font-size: 1.2rem;
    }

    .shop-sidebar .shop-sidebar-head {
        display: none;
    }

    .shop-sidebar .category-filter-list {
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
        padding: 0 20px;
        transition: max-height .24s ease, padding .24s ease;
    }

    .shop-sidebar.is-open .category-filter-list {
        max-height: 520px;
        padding: 0 20px 20px;
    }

    .shop-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-detail {
        padding-top: 104px;
    }

    .product-main-image {
        min-height: 420px;
    }

    .product-summary {
        position: static;
    }

    .product-price-row,
    .product-actions {
        grid-template-columns: 1fr;
    }

    .product-price-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 18px;
    }

    .footer-main > :nth-child(even) {
        padding-left: 18px;
    }

    .footer-brand-title {
        max-width: 260px;
        font-size: 1.95rem;
        line-height: 1.03;
    }

    .footer-brand p {
        max-width: none;
        font-size: 1rem;
        line-height: 1.62;
    }

    .footer-contact p {
        font-size: .9rem;
        line-height: 1.5;
    }

    .footer-products-wrap {
        padding-top: 22px;
    }

    .footer-products-toggle {
        width: 100%;
        cursor: pointer;
    }

    .footer-products-toggle strong {
        display: grid;
        width: 30px;
        height: 30px;
        flex: 0 0 auto;
        place-items: center;
        border: 1px solid rgba(255, 250, 242, .18);
        border-radius: 50%;
        background: rgba(255, 250, 242, .08);
        color: #fffaf2;
        font-size: 1.2rem;
        line-height: 1;
    }

    .footer-products-accordion .footer-section-head {
        align-items: center;
        gap: 14px;
        margin-bottom: 0;
    }

    .footer-products-accordion .footer-products {
        max-height: 0;
        overflow: hidden;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 0;
        opacity: 0;
        transition: max-height .24s ease, margin-top .24s ease, opacity .2s ease;
    }

    .footer-products-accordion.is-open .footer-products {
        max-height: 520px;
        margin-top: 18px;
        opacity: 1;
    }
}
