:root {
    --rose-900: #831843;
    --rose-700: #be185d;
    --rose-500: #ec4899;
    --rose-200: #fbcfe8;
    --nude-100: #fff5f7;
    --nude-200: #ffe4e6;
    --gold-500: #fbbf24;
    --sage-500: #a1a1aa;
    --ink: #4a044e;
    --muted: #86198f;
    --line: rgba(236, 72, 153, 0.15);
    --white: #fff;
    --shadow: 0 24px 50px rgba(236, 72, 153, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--ink);
    background: var(--nude-100);
    letter-spacing: 0;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

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

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rose-700);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--gold-500);
}

.section-heading,
.split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 38px;
}

.section-heading.centered {
    display: block;
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 38px;
}

.section-heading h2,
.split-heading h2,
.story-copy h2,
.gift-copy h2,
.custom-copy h2,
.content-page h1,
.simple-hero h1,
.catalog-hero h1,
.contact-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    line-height: 1.05;
    margin: 12px 0 0;
}

.section-heading a,
.text-link {
    color: var(--rose-900);
    font-weight: 800;
}

.btn {
    border-radius: 999px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    border: 1px solid transparent;
}

.btn-rose {
    background: linear-gradient(135deg, var(--rose-700), var(--rose-500));
    color: #fff;
    box-shadow: 0 12px 30px rgba(236, 72, 153, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-rose:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.45);
    background: linear-gradient(135deg, var(--rose-500), #f472b6);
}

.btn-outline-rose {
    color: var(--rose-900);
    border-color: rgba(123, 45, 70, 0.28);
    background: rgba(255, 255, 255, 0.62);
}

.btn-outline-rose:hover {
    border-color: var(--rose-700);
    color: var(--rose-900);
    background: #fff;
}

.btn-glass {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 245, 247, 0.75);
    backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(236, 72, 153, 0.12);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.is-scrolled {
    box-shadow: 0 14px 32px rgba(236, 72, 153, 0.08);
    background: rgba(255, 255, 255, 0.94);
}

.announcement {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: linear-gradient(90deg, #be185d, #ec4899);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.navbar {
    min-height: 86px;
}

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

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 800;
}

.brand-lockup strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.32rem;
}

.brand-lockup small {
    display: block;
    color: var(--muted);
    font-size: 0.72rem;
    text-transform: uppercase;
    font-weight: 800;
}

.navbar-nav {
    gap: 8px;
}

.nav-link {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--ink);
    border-radius: 999px;
    padding: 10px 14px !important;
}

.nav-link:hover {
    background: var(--rose-200);
    color: var(--rose-900);
}

.search-box {
    width: 280px;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
}

.search-box input {
    border: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    font-size: 0.88rem;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 14px;
}

.icon-action,
.cart-action {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
}

.cart-action {
    position: relative;
    background: var(--rose-900);
    color: #fff;
}

.cart-action span {
    position: absolute;
    top: -6px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--gold-500);
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 900;
}

.hero-luxe {
    position: relative;
    min-height: 78svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(74, 4, 78, 0.85), rgba(190, 24, 93, 0.45), transparent),
        linear-gradient(0deg, rgba(131, 24, 67, 0.3), rgba(253, 164, 175, 0.05));
    mix-blend-mode: multiply;
}

.hero-content {
    position: relative;
    max-width: 690px;
    margin-left: 6vw;
    padding: 72px 0;
}

.hero-content .section-kicker {
    color: #f9e3ea;
}

.hero-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
    line-height: 0.93;
    margin: 16px 0;
}

.hero-content p {
    font-size: 1.22rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
    max-width: 620px;
}

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

.hero-proof {
    position: absolute;
    left: 6vw;
    right: 6vw;
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-proof span {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
    font-weight: 800;
    font-size: 0.82rem;
}

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

.category-tile {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    border-radius: 8px;
    padding: 26px;
    color: #fff;
    box-shadow: var(--shadow);
}

.category-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(34, 22, 25, 0.78), rgba(34, 22, 25, 0.08));
}

.category-tile span,
.category-tile p {
    position: relative;
    z-index: 1;
}

.category-tile span {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 800;
}

.category-tile p {
    max-width: 290px;
    color: rgba(255, 255, 255, 0.84);
}

.category-tile:hover img {
    transform: scale(1.06);
}

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

.product-row {
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 1fr);
    overflow-x: auto;
    padding-bottom: 12px;
}

.product-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(236, 72, 153, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover {
    transform: translateY(-10px) rotate(0.5deg);
    box-shadow: 0 30px 60px rgba(236, 72, 153, 0.15);
    border-color: var(--line);
}

.product-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--nude-200);
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-media img {
    transform: scale(1.05);
}

.badge-soft {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--rose-900);
    font-size: 0.72rem;
    font-weight: 900;
}

.wishlist-button {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--rose-900);
}

.product-info {
    padding: 20px;
}

.product-info span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.product-info h3 {
    min-height: 52px;
    font-size: 1.08rem;
    margin: 8px 0;
    line-height: 1.25;
}

.product-info p {
    min-height: 50px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 18px;
}

.product-price strong {
    color: var(--rose-900);
    font-size: 1.12rem;
}

.product-price del {
    color: #9a8c90;
}

.atelier-story,
.custom-section {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 620px;
    background: #fff;
}

.story-image img,
.custom-visual img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.story-copy,
.custom-copy {
    padding: 92px 7vw;
    align-self: center;
}

.story-copy p,
.gift-copy p,
.custom-copy p,
.catalog-hero p,
.contact-hero p,
.simple-hero p {
    color: var(--muted);
    line-height: 1.75;
    font-size: 1.05rem;
}

.story-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 32px 0;
}

.story-metrics div {
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.story-metrics strong {
    display: block;
    color: var(--rose-900);
    font-size: 2rem;
}

.story-metrics span {
    color: var(--muted);
    font-size: 0.86rem;
}

.gift-band {
    background: linear-gradient(135deg, #fff, var(--nude-200));
}

.gift-layout {
    display: grid;
    grid-template-columns: 0.74fr 1.26fr;
    gap: 38px;
    align-items: center;
}

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

.custom-section {
    grid-template-columns: 0.9fr 1.1fr;
    background: linear-gradient(135deg, #831843, #be185d);
    color: #fff;
}

.custom-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.testimonials {
    background: #fff;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    padding: 30px;
    border-radius: 8px;
    background: var(--nude-100);
    border: 1px solid var(--line);
}

.stars {
    color: var(--gold-500);
    display: flex;
    gap: 3px;
}

.testimonial-card p {
    margin: 18px 0 22px;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author span {
    display: grid;
    color: var(--muted);
    font-size: 0.84rem;
}

.instagram-strip {
    padding: 90px 0 40px;
}

.insta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 1fr 0.9fr 1.2fr;
    gap: 14px;
    align-items: end;
}

.insta-grid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}

.insta-grid img:nth-child(2),
.insta-grid img:nth-child(4) {
    height: 250px;
}

.site-footer {
    padding: 64px 0 32px;
    background: linear-gradient(180deg, #4a044e, #2e1065);
    color: #fbcfe8;
}

.footer-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.footer-news h2 {
    font-family: "Playfair Display", serif;
    margin: 8px 0 0;
    font-size: 2.2rem;
}

.footer-form {
    display: flex;
    gap: 10px;
    min-width: 420px;
}

.footer-form input,
.coupon-form input,
.shipping-estimator input,
.checkout-form input,
.checkout-form textarea,
.auth-panel input,
.contact-form input,
.contact-form textarea,
.filter-panel input,
.filter-panel select,
.buy-box input,
.buy-box textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: var(--ink);
    outline: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 42px;
    padding: 48px 0;
}

.footer-grid h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.footer-grid a,
.footer-grid span,
.footer-grid p {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin: 10px 0;
}

.footer-brand .brand-mark {
    background: #fff;
    color: var(--rose-900);
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #22c55e;
    box-shadow: 0 18px 34px rgba(34, 197, 94, 0.28);
    font-size: 1.55rem;
}

.catalog-hero,
.simple-hero,
.contact-hero {
    padding: 86px 0 54px;
    background: linear-gradient(135deg, #fff, var(--nude-200));
}

.catalog-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 34px;
    align-items: start;
}

.filter-panel {
    position: sticky;
    top: 140px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.filter-panel h2 {
    font-size: 1.2rem;
    margin-bottom: 18px;
}

.filter-panel label,
.checkout-form label,
.auth-panel label,
.contact-form label,
.buy-box label {
    display: grid;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 0.83rem;
    font-weight: 900;
    color: var(--ink);
}

.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    color: var(--muted);
    font-weight: 800;
}

.catalog-toolbar div {
    display: flex;
    gap: 18px;
    color: var(--rose-900);
}

.empty-state {
    text-align: center;
    padding: 70px 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 54px;
    align-items: start;
}

.gallery-main {
    overflow: hidden;
    border-radius: 8px;
    background: var(--nude-200);
}

.gallery-main img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
}

.gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.gallery-thumbs button {
    width: 86px;
    height: 86px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-purchase {
    position: sticky;
    top: 145px;
}

.product-purchase h1 {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    line-height: 1;
    margin: 12px 0 16px;
}

.product-lead {
    color: var(--muted);
    line-height: 1.7;
    font-size: 1.08rem;
}

.detail-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0;
}

.detail-price strong {
    color: var(--rose-900);
    font-size: 2rem;
}

.detail-price span {
    width: 100%;
    color: var(--muted);
}

.stock-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #37724a;
    background: #eef8f0;
    font-weight: 800;
}

.stock-line.low {
    color: #9a5f18;
    background: #fff4df;
}

.buy-box {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.share-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    color: var(--muted);
}

.share-line a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--rose-900);
}

.product-tabs {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 26px;
    margin-top: 70px;
}

.product-tabs > div {
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
}

.product-tabs h2 {
    font-size: 1.2rem;
}

.checkout-layout,
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
    align-items: start;
}

.cart-list,
.checkout-form,
.contact-form,
.order-summary,
.contact-info,
.auth-panel,
.account-menu,
.account-content {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.cart-list,
.checkout-form,
.contact-form,
.account-content {
    padding: 28px;
}

.cart-item {
    display: grid;
    grid-template-columns: 92px 1fr 86px 110px 40px;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.cart-item img {
    width: 92px;
    height: 104px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-item h2 {
    font-size: 1rem;
    margin: 4px 0;
}

.cart-item span,
.cart-item p {
    color: var(--muted);
    margin: 0;
}

.remove-item {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #fff0f3;
    color: var(--rose-900);
}

.order-summary,
.contact-info {
    padding: 26px;
    position: sticky;
    top: 145px;
}

.order-summary > div,
.summary-product {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.summary-total {
    font-size: 1.24rem;
}

.coupon-form {
    display: flex;
    gap: 8px;
    margin: 22px 0;
}

.coupon-form button {
    width: 48px;
    border: 0;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
}

.shipping-estimator {
    margin-bottom: 22px;
}

.shipping-estimator label {
    font-weight: 900;
    margin-bottom: 8px;
}

.shipping-estimator small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
}

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

.payment-placeholder {
    display: flex;
    gap: 14px;
    padding: 18px;
    margin: 22px 0;
    border-radius: 8px;
    background: var(--nude-100);
    border: 1px solid var(--line);
}

.payment-placeholder i {
    color: var(--rose-900);
    font-size: 1.5rem;
}

.payment-placeholder span {
    display: block;
    color: var(--muted);
}

.auth-page {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 720px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.auth-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-content: center;
    padding: 70px 6vw;
}

.auth-panel {
    padding: 28px;
}

.auth-panel h1,
.auth-panel h2 {
    font-family: "Playfair Display", serif;
    margin: 10px 0 22px;
}

.auth-panel.muted {
    background: var(--nude-100);
}

.account-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
}

.account-menu {
    padding: 18px;
}

.account-menu a {
    display: flex;
    gap: 10px;
    padding: 14px;
    border-radius: 8px;
    font-weight: 800;
}

.account-menu a:hover {
    background: var(--rose-200);
    color: var(--rose-900);
}

.responsive-table {
    overflow-x: auto;
}

.responsive-table table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 14px;
    border-bottom: 1px solid var(--line);
}

.status-pill {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff4df;
    color: #86530f;
    font-weight: 800;
}

.content-page {
    min-height: 560px;
    background: #fff;
}

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

.rich-content {
    margin-top: 24px;
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.08rem;
}

.rich-content h3 {
    color: var(--ink);
    margin-top: 30px;
}

.contact-info {
    display: grid;
    gap: 12px;
}

.contact-info a,
.contact-info span {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
}

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

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

@media (max-width: 1199px) {
    .navbar-collapse {
        padding: 18px 0;
    }

    .search-box {
        width: 100%;
        margin: 12px 0;
    }

    .nav-actions {
        margin-left: 0;
    }

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

    .catalog-layout,
    .product-detail-grid,
    .checkout-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .filter-panel,
    .product-purchase,
    .order-summary,
    .contact-info {
        position: static;
    }
}

@media (max-width: 900px) {
    .section-pad {
        padding: 64px 0;
    }

    .announcement {
        display: none;
    }

    .hero-luxe {
        min-height: 720px;
    }

    .hero-content {
        margin: 0;
        padding: 80px 22px 140px;
    }

    .hero-content h1 {
        font-size: 4rem;
    }

    .hero-proof {
        left: 22px;
        right: 22px;
    }

    .section-heading,
    .split-heading,
    .footer-news {
        display: block;
    }

    .section-heading h2,
    .split-heading h2,
    .story-copy h2,
    .gift-copy h2,
    .custom-copy h2,
    .content-page h1,
    .simple-hero h1,
    .catalog-hero h1,
    .contact-hero h1 {
        font-size: 2.4rem;
    }

    .atelier-story,
    .custom-section,
    .gift-layout,
    .auth-page,
    .account-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .story-copy,
    .custom-copy {
        padding: 54px 24px;
    }

    .story-image img,
    .custom-visual img {
        min-height: 420px;
    }

    .story-metrics,
    .testimonial-grid,
    .product-tabs,
    .gift-products,
    .auth-panels,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .auth-panels {
        padding: 46px 22px;
    }

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

    .insta-grid img,
    .insta-grid img:nth-child(2),
    .insta-grid img:nth-child(4) {
        height: 220px;
    }

    .footer-form {
        min-width: 0;
        margin-top: 20px;
    }
}

@media (max-width: 620px) {
    .hero-content h1 {
        font-size: 3.1rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

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

    .category-tile {
        min-height: 330px;
    }

    .product-purchase h1 {
        font-size: 2.8rem;
    }

    .cart-item {
        grid-template-columns: 78px 1fr;
    }

    .cart-item input,
    .cart-item strong,
    .cart-item button {
        grid-column: 2;
    }

    .footer-form {
        display: grid;
    }
}
