.about-page-main {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(193, 164, 112, 0.08), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(193, 164, 112, 0.06), transparent 22%),
        linear-gradient(180deg, #fcfbf8 0%, #f5efe8 50%, #fcfbf8 100%);
}

/* hero */
.about-hero-section {
    position: relative;
    padding: 34px 0 44px;
}

.about-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 38px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,242,236,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.about-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 25%, rgba(210, 183, 131, 0.14), transparent 24%),
        radial-gradient(circle at 80% 72%, rgba(210, 183, 131, 0.10), transparent 22%);
    pointer-events: none;
}

.about-hero-content,
.about-hero-visual {
    position: relative;
    z-index: 2;
}

.about-hero-kicker,
.about-section-mini,
.about-card-mini {
    display: inline-block;
    color: #9c7c55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}

.about-hero-kicker {
    margin-bottom: 18px;
}

.about-hero-title {
    margin: 0 0 18px;
    color: #17120d;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 0.95;
    font-weight: 700;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    max-width: 720px;
}

.about-hero-text {
    max-width: 620px;
    margin: 0 0 28px;
    color: #6b6055;
    font-size: 16px;
    line-height: 1.9;
}

.about-hero-actions,
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.about-hero-btn {
    min-width: 210px;
    height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    transition: all 0.3s ease;
}

.about-hero-btn-primary {
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(19, 14, 10, 0.16);
}

.about-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(19, 14, 10, 0.2);
}

.about-hero-btn-secondary {
    border: 1px solid rgba(28, 21, 15, 0.12);
    background: rgba(255,255,255,0.82);
    color: #17120d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.about-hero-btn-secondary:hover {
    transform: translateY(-3px);
    background: #f8f1e8;
    border-color: rgba(167, 133, 78, 0.24);
}

.about-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.about-highlight-card {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.about-highlight-card strong {
    display: block;
    margin-bottom: 8px;
    color: #17120d;
    font-size: 18px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.about-highlight-card span {
    display: block;
    color: #6c6156;
    font-size: 13px;
    line-height: 1.7;
}

/* visual */
.about-hero-visual {
    display: flex;
    justify-content: center;
}

.about-visual-stage {
    position: relative;
    width: 100%;
    max-width: 560px;
    min-height: 620px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.95), rgba(255,255,255,0.35) 30%, rgba(255,255,255,0) 65%),
        linear-gradient(180deg, #f0e8de 0%, #e4dbcf 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.7),
        0 24px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.about-discount-pill {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #17120d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.about-ring-center {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px;
}

.about-ring-main-image {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    filter: drop-shadow(0 34px 24px rgba(0, 0, 0, 0.16));
    animation: aboutFloatRing 5s ease-in-out infinite;
}

.about-ring-orbit {
    position: absolute;
    border: 1px solid rgba(165, 131, 77, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.about-ring-orbit-one {
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
}

.about-ring-orbit-two {
    top: 50%;
    left: 50%;
    width: 380px;
    height: 380px;
    transform: translate(-50%, -50%);
}

.about-ring-orbit-three {
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
}

.about-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    max-width: 250px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.about-floating-card-top {
    top: 68px;
    left: -12px;
    animation: aboutFloatCardOne 4.8s ease-in-out infinite;
}

.about-floating-card-bottom {
    right: -16px;
    bottom: 48px;
    animation: aboutFloatCardTwo 5.2s ease-in-out infinite;
}

.about-floating-thumb {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f0e7db 0%, #e6dbcd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.about-floating-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.12));
}

.about-floating-info h3 {
    margin: 0 0 4px;
    color: #1a1410;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.about-floating-info p {
    margin: 0;
    color: #6b6055;
    font-size: 13px;
    line-height: 1.6;
}

/* sections */
.about-brand-section,
.about-values-section,
.about-process-section,
.about-showcase-section,
.about-cta-section {
    position: relative;
    padding: 34px 0 44px;
}

.about-brand-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.about-brand-content,
.about-process-shell,
.about-cta-box {
    padding: 34px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,242,236,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.about-brand-content h2,
.about-section-head h2,
.about-process-left h2,
.about-cta-box h2 {
    margin: 12px 0 14px;
    color: #17120d;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.98;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.about-brand-content p,
.about-section-head p,
.about-process-left p,
.about-cta-box p {
    margin: 0 0 16px;
    color: #6b6055;
    font-size: 15px;
    line-height: 1.95;
}

.about-brand-sidecards {
    display: grid;
    gap: 18px;
}

.about-side-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-side-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.08);
}

.about-side-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1f1813 0%, #120d09 100%);
    color: #f2cf98;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    font-family: "Montserrat", Arial, sans-serif;
}

.about-side-card h3 {
    margin: 0 0 10px;
    color: #17120d;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.about-side-card p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

.about-section-head {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.about-value-card {
    padding: 28px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.about-value-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), rgba(255,255,255,0) 35%),
        linear-gradient(180deg, #221a14 0%, #120d09 100%);
    color: #f2cf98;
    box-shadow: 0 16px 28px rgba(18, 13, 9, 0.16);
}

.about-value-icon i {
    font-size: 22px;
}

.about-value-card h3 {
    margin: 0 0 10px;
    color: #17120d;
    font-size: 30px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.about-value-card p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.85;
}

.about-process-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 26px;
}

.about-process-steps {
    display: grid;
    gap: 16px;
}

.about-process-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 20px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(37, 28, 20, 0.06);
}

.about-process-no {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1e1711 0%, #120d09 100%);
    color: #f2cf98;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 12px 26px rgba(20, 13, 9, 0.14);
}

.about-process-step h3 {
    margin: 2px 0 8px;
    color: #17120d;
    font-size: 28px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.about-process-step p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

.about-showcase-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 22px;
}

.about-showcase-card {
    position: relative;
    min-height: 260px;
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(243,236,227,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05);
}

.about-showcase-card::before {
    content: "";
    position: absolute;
    inset: auto -60px -60px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193, 164, 112, 0.18) 0%, rgba(193, 164, 112, 0) 70%);
    pointer-events: none;
}

.about-showcase-card-large {
    min-height: 320px;
    background:
        radial-gradient(circle at right top, rgba(193, 164, 112, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(241,233,223,0.98) 100%);
}

.about-card-mini {
    margin-bottom: 18px;
}

.about-showcase-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: #17120d;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 0.98;
    font-family: "Cormorant Garamond", serif;
    max-width: 420px;
}

.about-showcase-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.9;
    max-width: 430px;
}

.about-cta-box {
    text-align: center;
}

.about-cta-box p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.about-cta-actions {
    justify-content: center;
    margin-top: 8px;
}

/* animations */
.about-page-main.about-animated .about-value-card,
.about-page-main.about-animated .about-side-card,
.about-page-main.about-animated .about-process-step,
.about-page-main.about-animated .about-showcase-card,
.about-page-main.about-animated .about-highlight-card {
    animation: aboutFadeUp 0.8s ease both;
}

.about-page-main.about-animated .about-highlight-card:nth-child(2),
.about-page-main.about-animated .about-side-card:nth-child(2),
.about-page-main.about-animated .about-value-card:nth-child(2),
.about-page-main.about-animated .about-process-step:nth-child(2),
.about-page-main.about-animated .about-showcase-card:nth-child(2) {
    animation-delay: 0.12s;
}

.about-page-main.about-animated .about-highlight-card:nth-child(3),
.about-page-main.about-animated .about-side-card:nth-child(3),
.about-page-main.about-animated .about-value-card:nth-child(3),
.about-page-main.about-animated .about-process-step:nth-child(3),
.about-page-main.about-animated .about-showcase-card:nth-child(3) {
    animation-delay: 0.22s;
}

.about-page-main.about-animated .about-value-card:nth-child(4),
.about-page-main.about-animated .about-process-step:nth-child(4) {
    animation-delay: 0.32s;
}

@keyframes aboutFloatRing {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(2deg);
    }
}

@keyframes aboutFloatCardOne {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes aboutFloatCardTwo {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
}

@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* responsive */
@media (max-width: 1399px) {
    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-showcase-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-showcase-card-large {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1199px) {
    .about-hero-shell,
    .about-brand-grid,
    .about-process-shell {
        grid-template-columns: 1fr;
    }

    .about-hero-shell {
        padding: 34px;
    }

    .about-visual-stage {
        max-width: 100%;
        min-height: 560px;
    }

    .about-floating-card-top {
        left: 18px;
    }

    .about-floating-card-bottom {
        right: 18px;
    }
}

@media (max-width: 767px) {
    .about-hero-section,
    .about-brand-section,
    .about-values-section,
    .about-process-section,
    .about-showcase-section,
    .about-cta-section {
        padding: 18px 0 26px;
    }

    .about-hero-shell,
    .about-brand-content,
    .about-process-shell,
    .about-cta-box {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .about-hero-title,
    .about-brand-content h2,
    .about-section-head h2,
    .about-process-left h2,
    .about-cta-box h2 {
        font-size: 38px;
        line-height: 0.98;
    }

    .about-hero-text,
    .about-brand-content p,
    .about-section-head p,
    .about-process-left p,
    .about-cta-box p {
        font-size: 14px;
        line-height: 1.85;
    }

    .about-hero-actions,
    .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero-btn {
        width: 100%;
        min-width: 0;
    }

    .about-hero-highlights,
    .about-values-grid,
    .about-showcase-grid {
        grid-template-columns: 1fr;
    }

    .about-visual-stage {
        min-height: 460px;
        border-radius: 24px;
    }

    .about-ring-center {
        padding: 54px;
    }

    .about-ring-main-image {
        max-width: 220px;
    }

    .about-ring-orbit-one {
        width: 180px;
        height: 180px;
    }

    .about-ring-orbit-two {
        width: 260px;
        height: 260px;
    }

    .about-ring-orbit-three {
        width: 340px;
        height: 340px;
    }

    .about-floating-card {
        min-width: 0;
        max-width: 180px;
        gap: 10px;
        padding: 10px;
        border-radius: 16px;
    }

    .about-floating-card-top {
        top: 18px;
        left: 10px;
    }

    .about-floating-card-bottom {
        right: 10px;
        bottom: 18px;
    }

    .about-floating-thumb {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 12px;
    }

    .about-floating-info h3 {
        font-size: 19px;
    }

    .about-floating-info p {
        font-size: 11px;
        line-height: 1.4;
    }

    .about-brand-grid,
    .about-process-shell {
        gap: 18px;
    }

    .about-side-card,
    .about-value-card,
    .about-process-step,
    .about-showcase-card {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .about-process-step h3,
    .about-side-card h3,
    .about-value-card h3 {
        font-size: 24px;
    }

    .about-showcase-card,
    .about-showcase-card-large {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .about-hero-title,
    .about-brand-content h2,
    .about-section-head h2,
    .about-process-left h2,
    .about-cta-box h2 {
        font-size: 34px;
    }

    .about-visual-stage {
        min-height: 400px;
    }

    .about-ring-center {
        padding: 42px;
    }

    .about-ring-main-image {
        max-width: 185px;
    }

    .about-floating-card {
        max-width: 150px;
    }

    .about-floating-info h3 {
        font-size: 16px;
    }

    .about-floating-info p {
        font-size: 10px;
    }

    .about-discount-pill {
        top: 14px;
        right: 14px;
        min-height: 34px;
        padding: 0 14px;
        font-size: 10px;
    }
}