/*
Theme Name: ROZA Flowers
Theme URI: https://www.instagram.com/rozaflowersmersin
Author: themafis
Author URI: https://github.com/themafis
Description: Premium non-commerce flower showcase theme for ROZA FLOWERS Mersin. Products are managed in WordPress and orders route to WhatsApp.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: roza-flowers
*/

:root {
    --roza-ink: #172117;
    --roza-ink-soft: #30422f;
    --roza-forest: #0d2116;
    --roza-forest-2: #193b27;
    --roza-cream: #fff8eb;
    --roza-cream-2: #f7ebd5;
    --roza-blush: #f4cdd0;
    --roza-rose: #c66a7b;
    --roza-wine: #7b2436;
    --roza-gold: #d8aa55;
    --roza-sage: #a9b993;
    --roza-white: #ffffff;
    --roza-shadow: 0 30px 90px rgba(23, 33, 23, 0.22);
    --roza-soft-shadow: 0 18px 60px rgba(83, 55, 35, 0.12);
    --roza-radius-xl: 34px;
    --roza-radius-lg: 24px;
    --roza-radius-md: 18px;
    --roza-font-display: "Marcellus", "Cormorant Garamond", Georgia, serif;
    --roza-font-serif: "Cormorant Garamond", Georgia, serif;
    --roza-font-sans: "Manrope", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    background:
        radial-gradient(circle at 12% 6%, rgba(244, 205, 208, 0.42), transparent 28rem),
        radial-gradient(circle at 92% 8%, rgba(216, 170, 85, 0.22), transparent 22rem),
        linear-gradient(180deg, #fff7e9 0%, #fbefdc 40%, #f5e4cd 100%);
    color: var(--roza-ink);
    font-family: var(--roza-font-sans);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

.site-main,
.site-header,
.site-footer,
.luxury-hero,
.section,
.archive-page,
.content-page {
    max-width: 100vw;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

::selection {
    background: rgba(198, 106, 123, 0.25);
    color: var(--roza-forest);
}

.container {
    width: min(1180px, calc(100% - 40px));
    max-width: calc(100vw - 40px);
    margin-inline: auto;
}

.skip-link,
.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;
}

.skip-link:focus {
    position: fixed;
    z-index: 9999;
    top: 18px;
    left: 18px;
    width: auto;
    height: auto;
    padding: 12px 18px;
    margin: 0;
    clip: auto;
    border-radius: 999px;
    background: var(--roza-forest);
    color: var(--roza-cream);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--roza-rose);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: 0.7;
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1;
    text-transform: uppercase;
    isolation: isolate;
    overflow: hidden;
    transition: transform 260ms ease, border-color 260ms ease, color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transform: translateX(-120%);
    transition: transform 700ms ease;
}

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

.button:hover::after {
    transform: translateX(120%);
}

.button--primary {
    background: linear-gradient(135deg, var(--roza-wine), var(--roza-rose) 54%, #e4a69a);
    background-size: 150% 150%; /* Gradient boyutunu %50 büyüt */
    background-position: center; /* Ortada tut */
    color: var(--roza-white);
    box-shadow: 0 18px 34px rgba(123, 36, 54, 0.28);
}

.button--ghost {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.12);
    color: var(--roza-white);
    backdrop-filter: blur(18px);
}

.button--ghost-dark {
    border-color: rgba(23, 33, 23, 0.18);
    background: rgba(255, 248, 235, 0.68);
    color: var(--roza-ink);
}

.button--light {
    background: var(--roza-cream);
    color: var(--roza-forest);
}

.button--small {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 0.68rem;
}

.button--glass {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    color: var(--roza-white);
    backdrop-filter: blur(16px);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--roza-wine);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.text-link::after {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
    transition: width 260ms ease;
}

.text-link:hover::after {
    width: 68px;
}

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

.js .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 800ms ease, transform 800ms ease;
}

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

/* Header */
.site-header {
    position: fixed;
    z-index: 100;
    top: 18px;
    right: 0;
    left: 0;
    color: var(--roza-white);
    pointer-events: none;
    transition: top 300ms ease, color 300ms ease;
}

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

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1220px, calc(100% - 32px));
    min-height: 72px;
    margin-inline: auto;
    padding: 10px 12px 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(14, 29, 18, 0.28);
    box-shadow: 0 18px 70px rgba(13, 33, 22, 0.18);
    backdrop-filter: blur(22px);
    pointer-events: auto;
    transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.site-header.is-scrolled .site-header__inner,
.site-header.is-open .site-header__inner {
    border-color: rgba(23, 33, 23, 0.14);
    background: rgba(255, 248, 235, 0.86);
    color: var(--roza-ink);
    box-shadow: 0 18px 60px rgba(23, 33, 23, 0.14);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 174px;
}

.brand-mark__seal {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.52), transparent 40%),
        linear-gradient(135deg, rgba(198, 106, 123, 0.86), rgba(216, 170, 85, 0.82));
    color: var(--roza-white);
    font-family: var(--roza-font-display);
    font-size: 1.24rem;
}

.brand-mark__text {
    display: grid !important; 
    line-height: 1;
}

.brand-mark__text strong {
    font-size: 0.88rem;
    letter-spacing: 0.24em;
}

.brand-mark__text em {
    margin-top: 5px;
    font-family: var(--roza-font-serif);
    font-size: 0.78rem;
    font-style: italic;
    letter-spacing: 0.2em;
}

.custom-logo {
    max-width: 180px;
    height: auto;
}

.brand-mark--logo {
    min-width: 210px;
}

.brand-mark__logo {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.brand-mark--logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.primary-nav .menu,
.mobile-panel .menu,
.footer-menu .menu {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav a {
    display: inline-flex;
    padding: 12px 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.9;
    transition: background 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    background: rgba(255, 255, 255, 0.16);
    opacity: 1;
    transform: translateY(-1px);
}

.site-header.is-scrolled .primary-nav a:hover,
.site-header.is-scrolled .primary-nav .current-menu-item > a,
.site-header.is-open .primary-nav a:hover,
.site-header.is-open .primary-nav .current-menu-item > a {
    background: rgba(198, 106, 123, 0.12);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-phone {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
}

.menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 1px;
    margin: 5px auto;
    background: currentColor;
    transition: transform 240ms ease, opacity 240ms ease;
}

.site-header.is-open .menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
}

.site-header.is-open .menu-toggle span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
}

.mobile-panel {
    display: none;
}

/* Hero */
.luxury-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    color: var(--roza-white);
    background: var(--roza-forest);
}

.luxury-hero__image,
.luxury-hero__veil {
    position: absolute;
    inset: 0;
}

.luxury-hero__image {
    background-image: url("assets/images/hero_1777535401997.png");
    background-position: center;
    background-size: cover;
    transform: scale(1.04);
    animation: heroBloom 18s ease-in-out infinite alternate;
}

.luxury-hero__veil {
    background:
        radial-gradient(circle at 20% 40%, rgba(198, 106, 123, 0.18), transparent 24rem),
        linear-gradient(90deg, rgba(6, 19, 11, 0.78) 0%, rgba(6, 19, 11, 0.46) 38%, rgba(6, 19, 11, 0.08) 100%),
        linear-gradient(180deg, rgba(6, 19, 11, 0.36) 0%, transparent 48%, #fff7e9 100%);
}

.luxury-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 100svh;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 48px;
    padding-top: 120px;
    padding-bottom: 72px;
}

.hero-copy {
    max-width: 760px;
}

.hero-copy h1 {
    max-width: 840px;
    margin: 22px 0 0;
    font-family: var(--roza-font-display);
    font-size: clamp(4.6rem, 11vw, 10.8rem);
    font-weight: 400;
    letter-spacing: -0.07em;
    line-height: 0.84;
    text-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero-slogan {
    margin: 24px 0 0;
    color: rgba(255, 248, 235, 0.92);
    font-family: var(--roza-font-serif);
    font-size: clamp(1.65rem, 3vw, 3rem);
    font-style: italic;
    line-height: 1.1;
}

.hero-text {
    max-width: 570px;
    margin: 24px 0 0;
    color: rgba(255, 248, 235, 0.78);
    font-size: 1.03rem;
}

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

.hero-card {
    align-self: end;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--roza-radius-xl);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
        rgba(8, 25, 14, 0.32);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
}

.hero-card__number {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 248, 235, 0.13);
    color: var(--roza-gold);
    font-family: var(--roza-font-serif);
    font-size: 1.25rem;
}

.hero-card h2 {
    margin: 24px 0 0;
    font-family: var(--roza-font-serif);
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.05;
}

.hero-card p {
    margin: 16px 0 24px;
    color: rgba(255, 248, 235, 0.72);
}

.hero-card a {
    display: inline-flex;
    color: var(--roza-cream);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.hero-scroll {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 50%;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: rgba(255, 248, 235, 0.7);
    transform: translateX(-50%);
}

.hero-scroll span {
    width: 1px;
    height: 54px;
    background: linear-gradient(180deg, transparent, currentColor, transparent);
    animation: scrollPulse 1800ms ease-in-out infinite;
}

.hero-scroll em {
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-orb {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
    mix-blend-mode: screen;
}

.hero-orb--rose {
    right: 11%;
    bottom: 18%;
    width: 16rem;
    height: 16rem;
    background: radial-gradient(circle, rgba(244, 205, 208, 0.32), transparent 68%);
    animation: orbFloat 9s ease-in-out infinite alternate;
}

.hero-orb--gold {
    top: 16%;
    left: 44%;
    width: 11rem;
    height: 11rem;
    background: radial-gradient(circle, rgba(216, 170, 85, 0.26), transparent 68%);
    animation: orbFloat 12s ease-in-out infinite alternate-reverse;
}

.hero-signature {
    position: absolute;
    z-index: 3;
    right: max(20px, calc((100vw - 1180px) / 2));
    bottom: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 560px;
    justify-content: flex-end;
}

.hero-signature span {
    display: inline-flex;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 248, 235, 0.78);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.wind-field {
    position: absolute;
    inset: -12vh -16vw;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.wind-piece {
    position: absolute;
    display: block;
    width: var(--size, 72px);
    height: var(--size, 72px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18));
    opacity: var(--opacity, 0.55);
    animation: windDrift var(--duration, 18s) linear infinite;
    animation-delay: var(--delay, 0s);
}

.wind-piece--petal {
    background-image: url("assets/images/petal-1.png");
}

.wind-piece--leaf {
    background-image: url("assets/images/leaf-1.png");
}

.wind-piece--one {
    --size: 86px;
    --duration: 19s;
    --delay: -2s;
    --opacity: 0.52;
    top: 18%;
    left: -8%;
}

.wind-piece--two {
    --size: 120px;
    --duration: 27s;
    --delay: -8s;
    --opacity: 0.34;
    top: 34%;
    left: -16%;
}

.wind-piece--three {
    --size: 58px;
    --duration: 15s;
    --delay: -4s;
    --opacity: 0.48;
    top: 52%;
    left: -10%;
}

.wind-piece--four {
    --size: 92px;
    --duration: 22s;
    --delay: -13s;
    --opacity: 0.38;
    top: 72%;
    left: -18%;
}

.wind-piece--five {
    --size: 150px;
    --duration: 32s;
    --delay: -16s;
    --opacity: 0.22;
    top: 12%;
    left: -22%;
}

.wind-piece--six {
    --size: 64px;
    --duration: 17s;
    --delay: -10s;
    --opacity: 0.45;
    top: 42%;
    left: -12%;
}

/* Main sections */
.intro-band {
    position: relative;
    z-index: 3;
    margin-top: -54px;
}

.intro-band__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: rgba(23, 33, 23, 0.08);
    box-shadow: var(--roza-soft-shadow);
}

.intro-stat {
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 28px;
    background: rgba(255, 248, 235, 0.86);
    backdrop-filter: blur(12px);
}

.intro-stat strong {
    color: var(--roza-wine);
    font-family: var(--roza-font-display);
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1;
}

.intro-stat span {
    max-width: 280px;
    color: rgba(23, 33, 23, 0.72);
    font-size: 0.92rem;
}

.maison-section {
    position: relative;
    padding-bottom: clamp(70px, 8vw, 116px);
}

.maison-section::before {
    content: "";
    position: absolute;
    inset: 16% -20rem auto auto;
    width: 44rem;
    height: 44rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 170, 85, 0.18), transparent 70%);
    pointer-events: none;
}

.maison-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
}

.maison-copy {
    display: grid;
    gap: 18px;
}

.maison-copy h2,
.gallery-heading h2,
.faq-panel h2,
.location-card h2 {
    margin: 0;
    font-family: var(--roza-font-display);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.maison-copy h2 {
    font-size: clamp(2.8rem, 5.8vw, 6.2rem);
}

.maison-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(23, 33, 23, 0.68);
}

.maison-visual {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: var(--roza-forest);
    box-shadow: var(--roza-shadow);
}

.maison-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 25, 14, 0.72) 100%);
}

.maison-visual img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transform: scale(1.03);
}

.maison-note {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 26px;
    left: 26px;
    display: grid;
    gap: 8px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 248, 235, 0.16);
    color: var(--roza-cream);
    backdrop-filter: blur(18px);
}

.maison-note span {
    color: var(--roza-gold);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.maison-note strong {
    font-family: var(--roza-font-serif);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.08;
}

.section {
    padding: clamp(86px, 9vw, 138px) 0;
}

.section-heading {
    display: grid;
    max-width: 760px;
    gap: 16px;
    margin-bottom: 44px;
}

.section-heading h2,
.product-heading h2,
.service-copy h2,
.contact-strip h2,
.archive-hero h1,
.single-product h1,
.footer-brand h2 {
    margin: 0;
    font-family: var(--roza-font-display);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.section-heading h2,
.product-heading h2,
.service-copy h2,
.contact-strip h2 {
    font-size: clamp(2.4rem, 5.4vw, 5.6rem);
}

.section-heading p,
.product-heading p,
.service-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(23, 33, 23, 0.68);
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    justify-content: center;
}

.collection-section {
    position: relative;
}

.collection-section::before {
    content: "";
    position: absolute;
    inset: 5% auto auto -14rem;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: rgba(244, 205, 208, 0.36);
    filter: blur(20px);
    pointer-events: none;
}

.collection-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
}

.collection-grid--premium {
    grid-template-columns: 1.05fr 0.72fr 0.72fr;
}

.collection-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: var(--roza-forest);
    box-shadow: var(--roza-soft-shadow);
    isolation: isolate;
}

.collection-card--wide {
    grid-row: span 2;
    min-height: 620px;
}

.collection-card--full {
    grid-column: span 2;
    min-height: 360px;
}

.collection-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    opacity: 0.82;
    transform: scale(1.02);
    transition: transform 900ms ease, opacity 900ms ease;
}

.collection-card:hover img {
    opacity: 0.96;
    transform: scale(1.08);
}

.collection-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 20%, rgba(5, 18, 10, 0.82) 100%);
}

.collection-card div {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 26px;
    left: 26px;
    color: var(--roza-cream);
}

.collection-card span {
    color: var(--roza-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.collection-card h3 {
    max-width: 520px;
    margin: 10px 0 8px;
    font-family: var(--roza-font-serif);
    font-size: clamp(2rem, 3.6vw, 4.2rem);
    font-weight: 500;
    line-height: 0.94;
}

.collection-card p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 248, 235, 0.74);
}

.product-section {
    background:
        linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.38) 16%, rgba(255, 255, 255, 0.28) 100%),
        radial-gradient(circle at 92% 12%, rgba(216, 170, 85, 0.2), transparent 24rem);
}

.product-section--top {
    padding-top: clamp(76px, 8vw, 116px);
}

.product-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 42px;
}

.product-heading > div {
    display: grid;
    max-width: 760px;
    gap: 16px;
}

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

.product-card {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: rgba(255, 248, 235, 0.76);
    box-shadow: var(--roza-soft-shadow);
    transform-style: preserve-3d;
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-card:hover {
    box-shadow: 0 30px 90px rgba(23, 33, 23, 0.18);
}

.product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ead8c2;
}

.product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(13, 33, 22, 0.34) 100%),
        radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.22), transparent 18rem);
    opacity: 0.8;
    transition: opacity 320ms ease;
}

.product-card:hover .product-card__media::after {
    opacity: 0.45;
}

.product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms ease;
}

.product-card:hover .product-card__media img {
    filter: saturate(1.08) contrast(1.02);
    transform: scale(1.075);
}

.product-badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.2);
    color: var(--roza-white);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.product-card__body {
    display: grid;
    gap: 22px;
    padding: 24px;
}

.product-card__body p {
    margin: 0 0 8px;
    color: var(--roza-rose);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.product-card__body h3 {
    margin: 0;
    font-family: var(--roza-font-serif);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.product-card__body span {
    display: block;
    margin-top: 10px;
    color: rgba(23, 33, 23, 0.62);
    font-size: 0.92rem;
}

.product-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(23, 33, 23, 0.08);
}

.product-card__actions em {
    color: rgba(23, 33, 23, 0.58);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
}

.product-card__actions a {
    display: inline-flex;
    padding: 11px 15px;
    border-radius: 999px;
    background: var(--roza-forest);
    color: var(--roza-cream);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition: transform 220ms ease, background 220ms ease;
}

.product-card__actions a:hover {
    background: var(--roza-wine);
    transform: translateY(-2px);
}

.product-card__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: 18px;
    background: rgba(23, 33, 23, 0.08);
}

.product-card__details div {
    display: grid;
    gap: 3px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.38);
}

.product-card__details dt {
    color: var(--roza-rose);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-card__details dd {
    margin: 0;
    color: rgba(23, 33, 23, 0.72);
    font-size: 0.8rem;
    font-weight: 700;
}

.occasion-section {
    position: relative;
}

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

.occasion-card {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: var(--roza-forest);
    box-shadow: var(--roza-soft-shadow);
    isolation: isolate;
}

.occasion-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 19, 11, 0.05), rgba(7, 19, 11, 0.86));
}

.occasion-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 900ms ease;
}

.occasion-card:hover img {
    transform: scale(1.08);
}

.occasion-card div {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    left: 20px;
    color: var(--roza-cream);
}

.occasion-card span {
    color: var(--roza-gold);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.occasion-card h3 {
    margin: 10px 0 8px;
    font-family: var(--roza-font-serif);
    font-size: clamp(1.8rem, 2.6vw, 3rem);
    font-weight: 600;
    line-height: 0.96;
}

.occasion-card p {
    margin: 0 0 16px;
    color: rgba(255, 248, 235, 0.72);
    font-size: 0.92rem;
}

.occasion-card a {
    display: inline-flex;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--roza-cream);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.atelier-section {
    position: relative;
    display: grid;
    min-height: 760px;
    place-items: center;
    overflow: hidden;
    color: var(--roza-cream);
    background: var(--roza-forest);
}

.atelier-bg {
    position: absolute;
    inset: -8%;
    background:
        linear-gradient(90deg, rgba(6, 19, 11, 0.86), rgba(6, 19, 11, 0.3)),
        url("assets/images/bg-greenhouse.png") center / cover;
    opacity: 0.95;
    animation: atelierFloat 18s ease-in-out infinite alternate;
}

.atelier-panel {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-inline: auto;
    padding: clamp(34px, 6vw, 76px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--roza-radius-xl);
    background: rgba(9, 25, 14, 0.46);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
    text-align: center;
    backdrop-filter: blur(18px);
}

.atelier-panel .eyebrow {
    justify-content: center;
}

.atelier-panel h2 {
    margin: 20px 0;
    font-family: var(--roza-font-display);
    font-size: clamp(2.6rem, 6vw, 6rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.94;
}

.atelier-panel p {
    max-width: 560px;
    margin: 0 auto 28px;
    color: rgba(255, 248, 235, 0.74);
}

.atelier-metrics {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 32px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.atelier-metrics span {
    display: inline-flex;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 248, 235, 0.78);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.process-section {
    background:
        radial-gradient(circle at 12% 16%, rgba(244, 205, 208, 0.22), transparent 24rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent);
}

.process-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 29px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(123, 36, 54, 0.28), transparent);
}

.process-step {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    padding: 26px;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-lg);
    background: rgba(255, 248, 235, 0.76);
    box-shadow: var(--roza-soft-shadow);
}

.process-step span {
    z-index: 1;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    grid-row: 1 / span 2;
    border-radius: 50%;
    background: var(--roza-forest);
    color: var(--roza-gold);
    font-family: var(--roza-font-serif);
    font-size: 1.15rem;
}

.process-step h3 {
    margin: 0;
    grid-column: 2;
    font-family: var(--roza-font-serif);
    font-size: 2rem;
    line-height: 1;
}

.process-step p {
    margin: 8px 0 0;
    grid-column: 2;
    color: rgba(23, 33, 23, 0.64);
}

.gallery-section {
    padding-top: 0;
}

.gallery-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.gallery-heading h2 {
    max-width: 740px;
    margin-top: 14px;
    font-size: clamp(2.3rem, 4.8vw, 5.1rem);
}
.roza-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Eşit 3 sütun */
    grid-auto-rows: 300px; /* Her kart aynı yükseklik */
    gap: 20px;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-lg);
    background: var(--roza-forest);
    box-shadow: var(--roza-soft-shadow);
}
/* Tüm kartlar eşit boyut */
.gallery-card:nth-child(1),
.gallery-card:nth-child(4),
.gallery-card:nth-child(5) {
    grid-row: span 1;
    grid-column: span 1;
}
.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* Fotoğrafı ortala */
    opacity: 1; /* Opacity'yi kaldır */
    transition: transform 900ms ease;
}
.gallery-card:hover img {
    opacity: 1;
    transform: scale(1.07);
}

.gallery-card figcaption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.18);
    color: var(--roza-cream);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.quote-section {
    padding: clamp(56px, 8vw, 110px) 0;
}

.quote-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(38px, 7vw, 86px);
    border-radius: var(--roza-radius-xl);
    background:
        radial-gradient(circle at 84% 20%, rgba(216, 170, 85, 0.26), transparent 22rem),
        linear-gradient(135deg, #102217, #532034);
    color: var(--roza-cream);
    box-shadow: var(--roza-shadow);
}

.quote-panel blockquote {
    max-width: 980px;
    margin: 24px 0 0;
    font-family: var(--roza-font-serif);
    font-size: clamp(2.2rem, 5vw, 5.4rem);
    font-style: italic;
    line-height: 0.98;
}

.quote-panel__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.quote-panel__meta span {
    display: inline-flex;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 248, 235, 0.76);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.faq-location-section {
    padding-top: clamp(68px, 7vw, 112px);
}

.faq-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 24px;
}

.faq-panel,
.location-card {
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: rgba(255, 248, 235, 0.74);
    box-shadow: var(--roza-soft-shadow);
}

.faq-panel h2,
.location-card h2 {
    margin-top: 16px;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.faq-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.38);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    color: var(--roza-ink);
    font-weight: 900;
    cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    color: var(--roza-rose);
    font-family: var(--roza-font-serif);
    font-size: 1.4rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item p {
    margin: 0;
    padding: 0 20px 18px;
    color: rgba(23, 33, 23, 0.64);
}

.location-card {
    position: relative;
    display: grid;
    align-content: space-between;
    min-height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 8%, rgba(244, 205, 208, 0.3), transparent 18rem),
        rgba(255, 248, 235, 0.78);
}

.location-card p {
    margin: 18px 0 26px;
    color: rgba(23, 33, 23, 0.66);
}

.location-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.map-plate {
    position: relative;
    display: grid;
    min-height: 240px;
    margin-top: 30px;
    place-items: center;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(13, 33, 22, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(13, 33, 22, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(198, 106, 123, 0.28), transparent 9rem),
        linear-gradient(135deg, #eadbc6, #fff8eb);
    background-size: 34px 34px, 34px 34px, auto, auto;
}

.map-plate::before,
.map-plate::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.map-plate::before {
    width: 92px;
    height: 92px;
    border: 1px solid rgba(123, 36, 54, 0.2);
    background: rgba(123, 36, 54, 0.08);
}

.map-plate::after {
    width: 20px;
    height: 20px;
    background: var(--roza-wine);
    box-shadow: 0 0 0 14px rgba(123, 36, 54, 0.12);
}

.map-plate strong {
    position: relative;
    z-index: 1;
    margin-top: 106px;
    color: var(--roza-wine);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.map-plate span {
    position: absolute;
    color: rgba(23, 33, 23, 0.38);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.map-plate span:first-child {
    top: 18px;
    left: 18px;
}

.map-plate span:nth-child(2) {
    right: 18px;
    bottom: 18px;
}

.service-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}

.service-copy {
    position: sticky;
    top: 140px;
    display: grid;
    gap: 18px;
    min-width: 0;
}
.process-timeline {
    min-width: 0;
}
.service-list {
    display: grid;
    gap: 18px;
}

.service-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 22px;
    padding: 30px;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-lg);
    background: rgba(255, 248, 235, 0.72);
    box-shadow: var(--roza-soft-shadow);
}

.service-item span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: rgba(198, 106, 123, 0.12);
    color: var(--roza-wine);
    font-family: var(--roza-font-serif);
    font-size: 1.1rem;
}

.service-item h3 {
    margin: 0;
    font-family: var(--roza-font-serif);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.service-item p {
    margin: 10px 0 0;
    color: rgba(23, 33, 23, 0.64);
}

.contact-strip {
    padding: 0 0 clamp(86px, 9vw, 132px);
}

.contact-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    overflow: hidden;
    padding: clamp(34px, 6vw, 72px);
    border-radius: var(--roza-radius-xl);
    background:
        radial-gradient(circle at 80% 30%, rgba(216, 170, 85, 0.28), transparent 22rem),
        linear-gradient(135deg, var(--roza-forest), #1f4b31);
    color: var(--roza-cream);
    box-shadow: var(--roza-shadow);
}

.contact-strip h2 {
    max-width: 720px;
    margin-top: 16px;
}

.contact-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

/* Archive and content pages */
.archive-hero {
    position: relative;
    padding: 190px 0 88px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(13, 33, 22, 0.92), rgba(123, 36, 54, 0.58)),
        url("assets/images/hero_1777535401997.png") center / cover;
    color: var(--roza-cream);
}

.archive-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, #fff7e9);
}

.archive-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.archive-hero h1 {
    margin-top: 18px;
    font-size: clamp(3.4rem, 8vw, 8rem);
}

.archive-hero p {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 248, 235, 0.78);
    font-size: 1.05rem;
}

.archive-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.archive-tabs a {
    display: inline-flex;
    padding: 11px 16px;
    border: 1px solid rgba(23, 33, 23, 0.1);
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.72);
    color: rgba(23, 33, 23, 0.68);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.archive-tabs a.is-active,
.archive-tabs a:hover {
    background: var(--roza-forest);
    color: var(--roza-cream);
}

.pagination-wrap {
    margin-top: 42px;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.page-numbers {
    display: inline-grid;
    min-width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(23, 33, 23, 0.1);
    border-radius: 50%;
    background: rgba(255, 248, 235, 0.74);
    color: var(--roza-ink);
    font-size: 0.78rem;
    font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover {
    background: var(--roza-forest);
    color: var(--roza-cream);
}

.empty-state,
.prose-card,
.post-card {
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-xl);
    background: rgba(255, 248, 235, 0.72);
    box-shadow: var(--roza-soft-shadow);
}

.empty-state {
    grid-column: 1 / -1;
    text-align: center;
}

.empty-state h2,
.post-card h2 {
    margin: 0 0 12px;
    font-family: var(--roza-font-serif);
    font-size: 2.4rem;
    line-height: 1;
}

.prose-card {
    max-width: 900px;
}

.prose-card h1,
.prose-card h2,
.prose-card h3 {
    font-family: var(--roza-font-serif);
    line-height: 1;
}

.post-list {
    display: grid;
    gap: 18px;
}

.post-card p {
    color: rgba(23, 33, 23, 0.66);
}

.post-hero-image {
    overflow: hidden;
    margin: 0 0 30px;
    border-radius: var(--roza-radius-lg);
}

.post-hero-image img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.not-found-page {
    position: relative;
    display: grid;
    min-height: 100svh;
    place-items: center;
    overflow: hidden;
    padding: 150px 0 90px;
    background: var(--roza-forest);
    color: var(--roza-cream);
}

.not-found-page__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(7, 18, 11, 0.86), rgba(123, 36, 54, 0.46)),
        url("assets/images/hero_1777535401997.png") center / cover;
    opacity: 0.92;
}

.not-found-card {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: clamp(34px, 6vw, 76px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--roza-radius-xl);
    background: rgba(9, 25, 14, 0.44);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.not-found-card h1 {
    margin: 18px 0 16px;
    font-family: var(--roza-font-display);
    font-size: clamp(3rem, 7vw, 7rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.94;
}

.not-found-card p {
    max-width: 560px;
    color: rgba(255, 248, 235, 0.76);
}

/* Single product */
.single-product-page {
    padding: 150px 0 90px;
}

.single-product {
    display: grid;
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: center;
}

.single-product__media {
    position: relative;
    overflow: hidden;
    border-radius: var(--roza-radius-xl);
    background: #ead8c2;
    box-shadow: var(--roza-shadow);
}

.single-product__media img {
    width: 100%;
    height: min(74vh, 780px);
    object-fit: cover;
}

.single-product__content {
    display: grid;
    gap: 22px;
}

.single-product h1 {
    font-size: clamp(3.2rem, 7vw, 7.6rem);
}

.single-product__lead {
    max-width: 620px;
    margin: 0;
    color: rgba(23, 33, 23, 0.7);
    font-family: var(--roza-font-serif);
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-style: italic;
    line-height: 1.15;
}

.single-product__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 23, 0.08);
    border-radius: var(--roza-radius-lg);
    background: rgba(23, 33, 23, 0.08);
}

.single-product__meta div {
    display: grid;
    gap: 6px;
    padding: 18px;
    background: rgba(255, 248, 235, 0.74);
}

.single-product__meta span {
    color: var(--roza-rose);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.single-product__meta strong {
    font-size: 0.92rem;
}

.single-product__entry {
    color: rgba(23, 33, 23, 0.72);
}

.single-product__entry > *:first-child {
    margin-top: 0;
}

.single-product__care {
    padding: 22px;
    border: 1px solid rgba(123, 36, 54, 0.12);
    border-radius: var(--roza-radius-lg);
    background:
        radial-gradient(circle at 92% 10%, rgba(216, 170, 85, 0.18), transparent 14rem),
        rgba(255, 248, 235, 0.72);
}

.single-product__care span {
    display: block;
    margin-bottom: 8px;
    color: var(--roza-rose);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.single-product__care p {
    margin: 0;
    color: rgba(23, 33, 23, 0.68);
}

.single-product__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.single-product__note {
    max-width: 620px;
    margin: 0;
    color: rgba(23, 33, 23, 0.52);
    font-size: 0.9rem;
}

/* Footer */
.site-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 9vw, 128px) 0 30px;
    background:
        radial-gradient(circle at 78% 22%, rgba(198, 106, 123, 0.22), transparent 20rem),
        linear-gradient(180deg, #102217, #07120c);
    color: var(--roza-cream);
}

.footer-glow {
    position: absolute;
    right: -12rem;
    bottom: -18rem;
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    background: rgba(216, 170, 85, 0.12);
    filter: blur(10px);
}

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 0.7fr;
    gap: 46px;
}

.footer-brand h2 {
    margin-top: 16px;
    font-size: clamp(3.2rem, 6vw, 7rem);
}

.footer-brand p {
    max-width: 520px;
    color: rgba(255, 248, 235, 0.66);
}

.footer-column h3 {
    margin: 0 0 18px;
    color: var(--roza-gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.footer-column p {
    margin: 0 0 12px;
    color: rgba(255, 248, 235, 0.68);
}

.footer-column a,
.footer-menu a {
    color: rgba(255, 248, 235, 0.82);
    transition: color 220ms ease;
}

.footer-column a:hover,
.footer-menu a:hover {
    color: var(--roza-gold);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 76px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 248, 235, 0.48);
    font-size: 0.78rem;
}

.footer-bottom p {
    margin: 0;
}

.theme-credit {
    display: inline-flex;
    margin-left: 8px;
    color: rgba(255, 248, 235, 0.82);
    font-weight: 800;
}

.theme-credit:hover {
    color: var(--roza-gold);
}

.footer-menu .menu {
    gap: 18px;
}

.floating-whatsapp {
    position: fixed;
    z-index: 90;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: linear-gradient(135deg, #1fa463, #0c7b47);
    color: var(--roza-white);
    box-shadow: 0 18px 42px rgba(12, 123, 71, 0.34);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    transition: transform 220ms ease;
}

.floating-whatsapp svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
}

.floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.03);
}

/* Animations */
@keyframes heroBloom {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.1) translate3d(-1.5%, -1%, 0);
    }
}

@keyframes windDrift {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    28% {
        transform: translate3d(38vw, -8vh, 0) rotate(124deg);
    }

    58% {
        transform: translate3d(76vw, 10vh, 0) rotate(278deg);
    }

    100% {
        transform: translate3d(132vw, -18vh, 0) rotate(520deg);
    }
}

@keyframes scrollPulse {
    0%,
    100% {
        transform: scaleY(0.48);
        opacity: 0.46;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes atelierFloat {
    from {
        transform: scale(1.03) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.09) translate3d(-2%, -2%, 0);
    }
}

@keyframes orbFloat {
    from {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.75;
    }

    to {
        transform: translate3d(24px, -18px, 0) scale(1.12);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 1080px) {
    .primary-nav,
    .header-phone,
    .site-header__actions .button {
        display: none;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .mobile-panel {
        position: fixed;
        top: 104px;
        right: 16px;
        left: 16px;
        display: block;
        padding: 24px;
        border: 1px solid rgba(23, 33, 23, 0.12);
        border-radius: 28px;
        background: rgba(255, 248, 235, 0.94);
        color: var(--roza-ink);
        box-shadow: var(--roza-shadow);
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
        visibility: hidden;
        pointer-events: none;
        backdrop-filter: blur(18px);
        transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
    }

    .admin-bar .mobile-panel {
        top: 136px;
    }

    .site-header.is-open .mobile-panel {
        opacity: 1;
        transform: translateY(0) scale(1);
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-panel .menu {
        display: grid;
        gap: 8px;
    }

    .mobile-panel a {
        display: flex;
        padding: 14px 12px;
        border-radius: 16px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mobile-panel a:hover {
        background: rgba(198, 106, 123, 0.1);
    }

    .mobile-panel__contact {
        display: grid;
        gap: 6px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(23, 33, 23, 0.1);
    }

    .luxury-hero__content,
    .service-grid,
    .single-product,
    .maison-grid,
    .faq-location-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-card {
        max-width: 440px;
        align-self: start;
    }

    .service-copy {
        position: static;
    }

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

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

    .collection-card--wide,
    .collection-card--full {
        grid-column: auto;
        grid-row: auto;
    }

    .maison-visual {
        min-height: 560px;
    }

    .roza-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }

    .gallery-card:nth-child(5) {
        grid-column: auto;
    }

    .single-product__media img {
        height: 620px;
    }
}

@media (max-width: 760px) {
    .container,
    .single-product {
        width: min(100% - 28px, 1180px);
        max-width: calc(100vw - 28px);
    }

    .site-header {
        top: 10px;
    }

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

    .site-header__inner {
        width: calc(100% - 20px);
        min-height: 64px;
        padding-left: 10px;
    }

    .brand-mark {
        min-width: 0;
    }

    .brand-mark--logo {
        min-width: 0;
    }

    .brand-mark__logo {
        width: 46px;
        height: 46px;
    }

    .brand-mark__seal {
        width: 42px;
        height: 42px;
    }

    .brand-mark__text strong {
        font-size: 0.76rem;
    }

    .brand-mark__text em {
        font-size: 0.68rem;
    }

    .brand-mark--logo .brand-mark__text {
        display: none;
    }

    .luxury-hero__content {
        gap: 26px;
        padding-top: 118px;
        padding-bottom: 86px;
    }

    .luxury-hero__veil {
        background:
            radial-gradient(circle at 12% 36%, rgba(198, 106, 123, 0.2), transparent 18rem),
            linear-gradient(180deg, rgba(6, 19, 11, 0.66) 0%, rgba(6, 19, 11, 0.46) 56%, #fff7e9 100%);
    }

    .hero-copy h1 {
        font-size: clamp(4.3rem, 20vw, 7rem);
    }

    .hero-actions,
    .contact-strip__actions,
    .single-product__cta {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .button {
        width: 100%;
    }

    .hero-card {
        padding: 24px;
    }

    .intro-band {
        margin-top: -26px;
    }

    .intro-band__grid,
    .single-product__meta {
        grid-template-columns: 1fr;
    }

    .intro-stat {
        min-height: auto;
        padding: 24px;
    }

    .collection-grid,
    .collection-grid--premium,
    .product-grid,
    .occasion-grid,
    .roza-gallery {
        grid-template-columns: 1fr;
    }

    .collection-card,
    .collection-card--wide {
        min-height: 430px;
    }

    .product-heading,
    .gallery-heading,
    .contact-strip__inner,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-signature {
        right: 14px;
        bottom: 78px;
        left: 14px;
        justify-content: flex-start;
    }

    .hero-signature span {
        padding: 9px 11px;
        font-size: 0.58rem;
    }

    .maison-visual,
    .occasion-card {
        min-height: 430px;
    }

    .product-card__details,
    .process-step {
        grid-template-columns: 1fr;
    }

    .process-step span {
        grid-row: auto;
    }

    .process-step h3,
    .process-step p {
        grid-column: auto;
    }

    .process-timeline::before {
        display: none;
    }

    .gallery-card,
    .gallery-card:nth-child(1),
    .gallery-card:nth-child(4),
    .gallery-card:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
        min-height: 330px;
    }

    .atelier-metrics {
        position: relative;
        bottom: auto;
        margin-top: -98px;
        padding-bottom: 32px;
    }

    .location-card__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-item {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .atelier-section {
        min-height: 680px;
        padding: 70px 0;
    }

    .archive-hero {
        padding-top: 158px;
    }

    .single-product-page {
        padding-top: 126px;
    }

    .single-product__media img {
        height: 520px;
    }

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

    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 480px) {
    .hero-copy h1 {
        letter-spacing: -0.08em;
    }

    .hero-text {
        font-size: 0.95rem;
    }

    .hero-card h2,
    .product-card__body h3,
    .service-item h3 {
        font-size: 1.72rem;
    }

    .single-product__media img {
        height: 430px;
    }
}
@media (max-width: 760px) {
    .roza-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 250px;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .roza-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 350px;
    }
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

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