/* Aysun Shop - Main Styles */

/* === RESET & BASE === */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #0B0B0B;
    color: #F4E7D0;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #F5D46B;
}

::selection {
    background: #D4AF37;
    color: #0B0B0B;
}

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

button {
    font-family: inherit;
    cursor: pointer;
}

/* === WRAPPER === */
.as-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* === HEADER === */
.as-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(11, 11, 11, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.as-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}

.as-logo img {
    height: 46px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.3));
}

.as-nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.as-nav-links a {
    color: #F4E7D0;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: color 0.3s;
}

.as-nav-links a:hover,
.as-nav-links a.active {
    color: #F5D46B;
}

.as-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.as-cart-btn {
    position: relative;
    background: none;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 30px;
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #F5D46B;
}

.as-cart-btn:hover {
    border-color: #D4AF37;
}

.cart-count {
    font-size: 13px;
    font-weight: 600;
}

.as-wa-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #D4AF37, #F5D46B);
    color: #0B0B0B !important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 30px;
    white-space: nowrap;
}

.as-wa-btn:hover {
    opacity: 0.9;
    color: #0B0B0B !important;
}

.as-burger {
    display: none;
    background: none;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 8px;
    width: 40px;
    height: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.as-burger span {
    width: 18px;
    height: 1.5px;
    background: #D4AF37;
}

.as-mobile-nav {
    display: none;
    flex-direction: column;
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.as-mobile-nav a {
    padding: 14px 24px;
    color: #F4E7D0;
    font-size: 14px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.as-mobile-nav a:last-child {
    border-bottom: none;
}

.as-mobile-nav.active {
    display: flex;
}

/* === BUTTONS === */
.as-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: linear-gradient(135deg, #D4AF37, #F5D46B);
    color: #0B0B0B !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 28px;
    border: none;
    transition: opacity 0.3s;
}

.as-btn-primary:hover {
    opacity: 0.9;
    color: #0B0B0B !important;
}

.as-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: #F5D46B;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 26px;
    border-radius: 28px;
    background: none;
    transition: all 0.3s;
}

.as-btn-secondary:hover {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
}

.as-btn-full {
    width: 100%;
}

.as-btn-small {
    font-size: 12px;
    padding: 10px 16px;
    border-radius: 22px;
}

/* === HERO SECTION === */
.as-hero {
    position: relative;
    padding: 88px 24px 100px;
    background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(212, 175, 55, 0.10), transparent 60%),
                radial-gradient(ellipse 700px 500px at 100% 100%, rgba(212, 175, 55, 0.07), transparent 60%),
                #0B0B0B;
}

.as-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.as-hero-tagline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.as-hero-tagline span:first-child {
    width: 34px;
    height: 1px;
    background: #D4AF37;
}

.as-hero-tagline span:last-child {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4AF37;
}

.as-hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.15;
    margin: 0 0 22px;
    color: #F4E7D0;
}

.as-hero h1 em {
    font-style: italic;
    background: linear-gradient(135deg, #D4AF37, #F5D46B);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.as-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(244, 231, 208, 0.72);
    max-width: 460px;
    margin: 0 0 34px;
}

.as-hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.as-hero-stats {
    display: flex;
    gap: 34px;
    margin-top: 52px;
}

.as-hero-stat h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #F5D46B;
    font-weight: 400;
}

.as-hero-stat p {
    font-size: 12px;
    color: rgba(244, 231, 208, 0.55);
    margin-top: 4px;
}

.as-hero-image {
    position: relative;
}

.as-hero-image::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.18), transparent 65%);
    filter: blur(10px);
}

.as-hero-image-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.as-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 45%;
    aspect-ratio: 5/4;
}

.as-hero-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5));
}

.as-hero-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(11, 11, 11, 0.72);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    padding: 10px 16px;
    z-index: 1;
}

.as-hero-badge span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #F5D46B;
    font-size: 14px;
}

/* === SECTION HEADERS === */
.as-section-header {
    text-align: center;
    margin-bottom: 56px;
}

.as-section-header span {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4AF37;
}

.as-section-header h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 38px;
    color: #F4E7D0;
    margin: 14px 0 0;
}

/* === CATEGORIES MOSAIC === */
.as-categories {
    padding: 100px 24px;
    background: #0B0B0B;
}

.as-categories-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-cat-mosaic {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 210px;
    gap: 16px;
}

.as-cat-tile {
    text-decoration: none;
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.22);
    transition: border-color 0.4s;
}

.as-cat-tile:hover {
    border-color: rgba(212, 175, 55, 0.6);
}

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

.as-cat-tile:hover img {
    transform: scale(1.07);
}

.as-cat-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.05) 35%, rgba(11, 11, 11, 0.82));
}

.as-cat-tile-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.as-cat-tile-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #F4E7D0;
    font-weight: 400;
}

.as-cat-tile-content svg {
    flex-shrink: 0;
}

/* Category tile sizes */
.cm-tall {
    grid-column: span 2;
    grid-row: span 2;
}

.cm-tall .as-cat-tile-content h3 {
    font-size: 26px;
}

.cm-tall .as-cat-tile-overlay {
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.05) 30%, rgba(11, 11, 11, 0.85));
}

.cm-half {
    grid-column: span 2;
    grid-row: span 1;
}

.cm-wide {
    grid-column: span 3;
    grid-row: span 1;
}

.cm-wide .as-cat-tile-overlay {
    background: linear-gradient(90deg, rgba(11, 11, 11, 0.85), rgba(11, 11, 11, 0.15));
}

.cm-wide .as-cat-tile-content {
    left: 24px;
    bottom: 20px;
    right: auto;
    gap: 12px;
}

.cm-wide .as-cat-tile-content h3 {
    font-size: 22px;
}

/* === PRODUCTS GRID === */
.as-products {
    padding: 100px 24px;
    background: linear-gradient(180deg, #0B0B0B, #0F0E0C 50%, #0B0B0B);
}

.as-products-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.as-prod-card {
    background: #121110;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s;
}

.as-prod-card:hover {
    border-color: rgba(212, 175, 55, 0.4);
}

.as-prod-card-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.as-prod-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.as-prod-card:hover .as-prod-card-img img {
    transform: scale(1.05);
}

.as-prod-card-body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

.as-prod-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #F4E7D0;
    font-weight: 400;
}

.as-prod-card-body h3 a {
    color: inherit;
}

.as-prod-card-stone {
    font-size: 12px;
    color: #F5D46B;
    letter-spacing: 0.03em;
}

.as-prod-card-price {
    font-size: 14px;
    color: rgba(244, 231, 208, 0.62);
    margin-top: 2px;
}

.as-prod-card-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.as-prod-card-actions .as-btn-primary {
    flex: 1;
    font-size: 12px;
    padding: 10px;
    border-radius: 22px;
}

.as-prod-card-actions .as-wa-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 22px;
    color: #F5D46B;
}

.as-prod-card-actions .as-wa-icon:hover {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
}

.as-view-all {
    text-align: center;
    margin-top: 44px;
}

/* === TRUST SECTION === */
.as-trust {
    padding: 90px 24px;
    background: radial-gradient(ellipse 800px 400px at 50% 0%, rgba(212, 175, 55, 0.06), transparent 60%), #0F0E0C;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.as-trust-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-trust-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
    overflow: hidden;
}

.as-trust-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 38px 22px;
    border-right: 1px solid rgba(212, 175, 55, 0.14);
}

.as-trust-cell:last-child {
    border-right: none;
}

.as-trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 35% 30%, rgba(245, 212, 107, 0.22), rgba(212, 175, 55, 0.06));
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.as-trust-cell span {
    font-size: 13.5px;
    color: rgba(244, 231, 208, 0.88);
    line-height: 1.55;
    font-weight: 500;
}

/* === ABOUT SECTION === */
.as-about {
    padding: 110px 24px;
    background: #0B0B0B;
}

.as-about-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: center;
}

.as-about-image {
    position: relative;
}

.as-about-image::before {
    content: '';
    position: absolute;
    inset: -16px;
    background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.15), transparent 65%);
    filter: blur(8px);
}

.as-about-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.as-about-image-wrap img {
    width: 100%;
    object-fit: cover;
    object-position: 20% 40%;
    aspect-ratio: 4/5;
}

.as-about-content span {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4AF37;
}

.as-about-content h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 34px;
    color: #F4E7D0;
    margin: 16px 0 22px;
    line-height: 1.3;
}

.as-about-content p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(244, 231, 208, 0.75);
    margin: 0 0 22px;
}

.as-about-quote {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(244, 231, 208, 0.5);
    font-style: italic;
    border-left: 2px solid rgba(212, 175, 55, 0.4);
    padding-left: 16px;
}

/* === INSTAGRAM SECTION === */
.as-instagram {
    padding: 100px 24px;
    background: #0F0E0C;
}

.as-instagram-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-instagram-header {
    text-align: center;
    margin-bottom: 36px;
}

.as-instagram-header span {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4AF37;
}

.as-instagram-header h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 34px;
    color: #F4E7D0;
    margin: 14px 0 10px;
}

.as-instagram-header p {
    color: rgba(244, 231, 208, 0.6);
    font-size: 14.5px;
}

.as-insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.as-insta-item {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.18);
}

.as-insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.as-insta-item:hover img {
    transform: scale(1.1);
}

.as-instagram-cta {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

/* === GIFT SECTION === */
.as-gift {
    position: relative;
    padding: 110px 24px;
    background: linear-gradient(160deg, #171310, #0B0B0B 70%);
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    overflow: hidden;
}

.as-gift::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 600px 400px at 50% 0%, rgba(212, 175, 55, 0.14), transparent 65%);
}

.as-gift-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.as-gift-inner svg {
    margin-bottom: 24px;
    color: #D4AF37;
}

.as-gift-inner h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    color: #F4E7D0;
    margin: 0 0 20px;
    line-height: 1.3;
}

.as-gift-inner p {
    color: rgba(244, 231, 208, 0.65);
    font-size: 15.5px;
    margin: 0 0 34px;
}

/* === FOOTER === */
.as-footer {
    padding: 70px 24px 30px;
    background: #0B0B0B;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.as-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.as-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 40px;
}

.as-footer-brand img {
    height: 52px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
}

.as-footer-brand p {
    font-size: 13.5px;
    color: rgba(244, 231, 208, 0.55);
    line-height: 1.7;
    max-width: 280px;
}

.as-footer-links h4,
.as-footer-contact h4,
.as-footer-cta h4 {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #D4AF37;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.as-footer-links a,
.as-footer-contact a,
.as-footer-contact span {
    display: block;
    font-size: 13.5px;
    color: rgba(244, 231, 208, 0.7);
    margin-bottom: 12px;
}

.as-footer-cta .as-btn-primary {
    font-size: 13.5px;
    padding: 13px;
    border-radius: 26px;
}

.as-footer-bottom {
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    text-align: center;
}

.as-footer-bottom span {
    font-size: 12px;
    color: rgba(244, 231, 208, 0.4);
}

/* === CART DRAWER === */
.as-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
}

.as-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.as-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 380px;
    max-width: 88vw;
    background: #0F0E0C;
    border-left: 1px solid rgba(212, 175, 55, 0.25);
    z-index: 90;
    display: flex;
    flex-direction: column;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.6);
    transform: translateX(105%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.as-cart-drawer.active {
    transform: translateX(0);
}

.as-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.as-cart-header span {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #F4E7D0;
}

.as-cart-header button {
    background: none;
    border: none;
    color: #F5D46B;
    font-size: 22px;
    line-height: 1;
}

.as-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 22px;
}

.as-cart-empty {
    text-align: center;
    padding: 60px 10px;
    color: rgba(244, 231, 208, 0.5);
}

.as-cart-empty svg {
    margin-bottom: 16px;
    opacity: 0.5;
}

.as-cart-empty p {
    font-size: 14px;
}

.as-cart-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.as-cart-item-img {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(212, 175, 55, 0.2);
    overflow: hidden;
}

.as-cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-cart-item-info {
    flex: 1;
    min-width: 0;
}

.as-cart-item-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #F4E7D0;
    font-weight: 400;
}

.as-cart-item-info .price {
    font-size: 11.5px;
    color: #F5D46B;
    margin-top: 2px;
}

.as-cart-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.as-cart-item-controls button {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: none;
    color: #F5D46B;
    border-radius: 7px;
    font-size: 15px;
    line-height: 1;
}

.as-cart-item-controls button:hover {
    border-color: #D4AF37;
}

.as-cart-item-controls span {
    font-size: 13px;
    color: #F4E7D0;
    min-width: 16px;
    text-align: center;
}

.as-cart-item-controls .remove-btn {
    margin-left: auto;
    background: none;
    border: none;
    color: rgba(244, 231, 208, 0.45);
    font-size: 11.5px;
    text-decoration: underline;
    width: auto;
    height: auto;
}

.as-cart-footer {
    padding: 18px 22px 22px;
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.as-cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.as-cart-subtotal span:first-child {
    font-size: 13px;
    color: rgba(244, 231, 208, 0.65);
}

.as-cart-subtotal .subtotal-amount {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #F5D46B;
}

.as-cart-note {
    font-size: 11px;
    color: rgba(244, 231, 208, 0.4);
    margin: 0 0 14px;
    line-height: 1.5;
}

/* === PAGE HEADER === */
.as-page-header {
    padding: 60px 24px 34px;
    background: radial-gradient(ellipse 800px 400px at 50% 0%, rgba(212, 175, 55, 0.08), transparent 60%), #0B0B0B;
}

.as-page-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.as-breadcrumb {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: rgba(244, 231, 208, 0.5);
    margin-bottom: 14px;
}

.as-breadcrumb a {
    color: rgba(244, 231, 208, 0.5);
}

.as-breadcrumb a:hover {
    color: #F5D46B;
}

.as-page-header span {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4AF37;
}

.as-page-header h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 42px;
    color: #F4E7D0;
    margin: 12px 0 10px;
}

.as-page-header p {
    color: rgba(244, 231, 208, 0.6);
    font-size: 15px;
    max-width: 520px;
    margin: 0 auto;
}

/* === FILTER CHIPS === */
.as-filters {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 34px;
}

.as-filter-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.as-filter-chip {
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #F4E7D0;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: 24px;
    transition: all 0.25s;
    text-decoration: none;
}

.as-filter-chip:hover {
    border-color: #D4AF37;
    color: #F5D46B;
}

.as-filter-chip.active {
    background: linear-gradient(135deg, #D4AF37, #F5D46B);
    border-color: transparent;
    color: #0B0B0B;
}

/* === SHOP GRID === */
.as-shop {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 90px;
}

.as-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* === PRODUCT DETAIL === */
.as-product-detail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 36px 24px 20px;
}

.as-pd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.as-pd-gallery {
    display: flex;
    gap: 16px;
}

.as-pd-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.as-pd-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s;
}

.as-pd-thumb:hover,
.as-pd-thumb.active {
    border-color: #F5D46B;
}

.as-pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-pd-main {
    flex: 1;
    position: relative;
}

.as-pd-main::before {
    content: '';
    position: absolute;
    inset: -14px;
    background: radial-gradient(circle at 50% 40%, rgba(212, 175, 55, 0.16), transparent 65%);
    filter: blur(8px);
}

.as-pd-main-img {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    overflow: hidden;
}

.as-pd-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-pd-info .category-badge {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0B0B0B;
    background: linear-gradient(135deg, #D4AF37, #F5D46B);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.as-pd-info h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 38px;
    color: #F4E7D0;
    margin: 0 0 12px;
    line-height: 1.15;
}

.as-pd-stone {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.as-pd-stone svg {
    color: #F5D46B;
}

.as-pd-stone span {
    font-size: 14px;
    color: #F5D46B;
}

.as-pd-price {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #F4E7D0;
    margin-bottom: 22px;
}

.as-pd-desc {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(244, 231, 208, 0.72);
    margin: 0 0 26px;
}

.as-pd-features {
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    padding-top: 22px;
    margin-bottom: 26px;
}

.as-pd-features h4 {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #D4AF37;
    margin-bottom: 14px;
    font-weight: 500;
}

.as-pd-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.as-pd-feature svg {
    color: #D4AF37;
    flex-shrink: 0;
}

.as-pd-feature span {
    font-size: 14px;
    color: rgba(244, 231, 208, 0.82);
}

.as-pd-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.as-qty-control {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 26px;
    padding: 6px 14px;
}

.as-qty-control button {
    background: none;
    border: none;
    color: #F5D46B;
    font-size: 20px;
    line-height: 1;
}

.as-qty-control span {
    font-size: 15px;
    color: #F4E7D0;
    min-width: 20px;
    text-align: center;
}

.as-pd-actions .as-btn-primary {
    flex: 1;
}

.as-pd-wa-btn {
    margin-bottom: 26px;
}

.as-pd-trust {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    background: #100F0D;
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 14px;
    padding: 18px 20px;
}

.as-pd-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.as-pd-trust-item svg {
    color: #F5D46B;
}

.as-pd-trust-item span {
    font-size: 12.5px;
    color: rgba(244, 231, 208, 0.75);
}

.as-pd-note {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(244, 231, 208, 0.42);
    font-style: italic;
    margin: 18px 0 0;
}

/* === SIMILAR PRODUCTS === */
.as-similar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px 90px;
}

.as-similar h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 28px;
    color: #F4E7D0;
    margin: 0 0 28px;
}

.as-sim-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* === RESPONSIVE === */
@media (max-width: 980px) {
    .as-nav-links {
        display: none;
    }
    
    .as-burger {
        display: flex;
    }
    
    .as-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    
    .as-hero h1 {
        font-size: 38px;
    }
    
    .as-prod-grid,
    .as-shop-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .as-cat-mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
        gap: 12px;
    }
    
    .cm-tall {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .cm-half {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .cm-wide {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .as-trust-row {
        grid-template-columns: 1fr 1fr;
    }
    
    .as-trust-cell {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.14);
    }
    
    .as-trust-cell:nth-child(odd) {
        border-right: 1px solid rgba(212, 175, 55, 0.14);
    }
    
    .as-about-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .as-insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .as-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .as-pd-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .as-sim-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .as-hero h1 {
        font-size: 32px;
    }
    
    .as-hero-stats {
        gap: 20px;
    }
    
    .as-prod-grid,
    .as-shop-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    
    .as-footer-grid {
        grid-template-columns: 1fr;
    }
    
    .as-pd-gallery {
        flex-direction: column-reverse;
    }
    
    .as-pd-thumbs {
        flex-direction: row;
    }
    
    .as-sim-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    
    .as-section-header h2 {
        font-size: 28px;
    }
    
    .as-page-header h1 {
        font-size: 32px;
    }
    
    .as-pd-info h1 {
        font-size: 28px;
    }
}
