/* --- SECTION 01: SERVICES PAGE HERO --- */
.services-hero {
    height: 100vh;
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
    background: #FAF9F7;
    position: relative;
    z-index: 1;
}

/* LEFT COLUMN */
.services-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px 0 80px;
    background: #FAF9F7;
    height: 100%;
}

.services-hero-content {
    max-width: 600px;
}

.hero-breadcrumb {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(13, 27, 42, 0.4);
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-gold-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 16px;
    display: block;
}


/* --- SECTION: SERVICES HORIZONTAL HERO (CLEAN) --- */

/* --- SECTION: SERVICES HORIZONTAL HERO --- */
.services-hero {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
    background: #FAF9F7;
    z-index: 5;
}

.services-hero:active {
    cursor: grabbing;
}

.hero-track {
    display: flex;
    width: 500vw;
    height: 100%;
    will-change: transform;
    user-select: none;
}

.hero-panel {
    width: 100vw;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

/* INTRO PANEL */
.intro-panel {
    background: #FAF9F7;
    background-image: radial-gradient(circle, rgba(201, 168, 76, 0.06) 1px, transparent 1px);
    background-size: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px 0 80px;
}

.intro-content {
    max-width: 800px;
}

.intro-panel .gold-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 20px;
    display: block;
    opacity: 0;
    transform: translateY(15px);
}

.horizontal-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 96px;
    font-weight: 600;
    color: #0D1B2A;
    line-height: 0.95;
}

.hero-line {
    overflow: hidden;
}

.hero-line span {
    display: block;
    transform: translateY(100%);
}

.hero-vertical-line {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 200px;
    background: #C9A84C;
    opacity: 0.3;
}

.intro-panel .hero-subtext {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: #888888;
    max-width: 400px;
    margin-top: 28px;
    opacity: 0;
    transform: translateY(15px);
}

.drag-hint {
    position: absolute;
    bottom: 48px;
    left: 80px;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(10px);
}

.hint-line {
    width: 50px;
    height: 1px;
    background: #C9A84C;
}

.hint-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hint-arrow {
    color: #C9A84C;
    animation: arrowPulse 1.5s ease-in-out infinite;
}

@keyframes arrowPulse {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}

.panel-counter {
    position: absolute;
    bottom: 48px;
    right: 80px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: rgba(13, 27, 42, 0.3);
    letter-spacing: 0.1em;
}

/* SERVICE PANELS */
.service-panel {
    background-color: #0D1B2A;
    /* Base color while loading */
}

.panel-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.1);
    /* Zoomed in by default */
    will-change: transform;
}

.panel-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.overlay-base {
    position: absolute;
    inset: 0;
    background: rgba(13, 27, 42, 0.5);
}

.overlay-left {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13, 27, 42, 0.9) 0%, transparent 55%);
}

.overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(13, 27, 42, 0.7) 0%, transparent 100%);
}

.panel-content {
    position: absolute;
    bottom: 80px;
    left: 80px;
    z-index: 3;
    max-width: 560px;
}

.panel-content>* {
    opacity: 0;
    transform: translateY(30px);
}

.panel-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    display: block;
    margin-bottom: 12px;
}

.panel-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.0;
    margin-bottom: 16px;
}

.panel-gold-line {
    width: 60px;
    height: 2px;
    background: #C9A84C;
    margin-bottom: 20px;
}

.panel-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    max-width: 440px;
    margin-bottom: 32px;
}

.panel-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.panel-tags span {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 14px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.panel-tags span:hover {
    border-color: #C9A84C;
    color: #C9A84C;
}

.panel-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #C9A84C;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}

.panel-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #C9A84C;
    transition: width 0.3s ease;
}

.panel-link:hover::after {
    width: 100%;
}

.ghost-number {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 260px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.04);
    user-select: none;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    /* Add this */
}

/* PROGRESS DOTS */
.progress-dots {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    gap: 8px;
    align-items: center;
}

.progress-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.progress-dot.active {
    background: #C9A84C;
    width: 22px;
    border-radius: 3px;
}

/* RESPONSIVE */

/* --- SECTION 02: SERVICES SECONDARY (WEDDINGS) --- */
.service-section {
    background: #FFFFFF;
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.service-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 90px;
    align-items: center;
}

/* LEFT COLUMN — IMAGE */
.service-img-wrap {
    position: relative;
}

.service-img-container {
    height: 620px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.service-img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

/* Corner Accents */
.corner-accent {
    position: absolute;
    width: 44px;
    height: 44px;
    border: 2px solid #C9A84C;
    z-index: 5;
    opacity: 0;
    transform: scale(0);
}

.corner-tl {
    top: -10px;
    left: -10px;
    border-right: none;
    border-bottom: none;
}

.corner-tr {
    top: -10px;
    right: -10px;
    border-left: none;
    border-bottom: none;
}

.corner-bl {
    bottom: -10px;
    left: -10px;
    border-right: none;
    border-top: none;
}

.corner-br {
    bottom: -10px;
    right: -10px;
    border-left: none;
    border-top: none;
}

/* Floating Badge */
.service-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #0D1B2A;
    padding: 28px 36px;
    z-index: 10;
    opacity: 0;
    text-align: left;
}

.badge-number {
    font-family: 'DM Sans', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.badge-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
}

/* RIGHT COLUMN — CONTENT */
.service-details-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transform: translateX(40px);
}

.service-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 700;
    color: rgba(201, 168, 76, 0.15);
    line-height: 1;
}

.header-line-v {
    width: 1px;
    height: 40px;
    background: #C9A84C;
    opacity: 0.5;
}

.header-cat {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C9A84C;
}

.service-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 700;
    color: #0D1B2A;
    line-height: 1.1;
    margin-top: 16px;
    max-width: 500px;
    opacity: 0;
    transform: translateY(30px);
}

.title-line {
    width: 50px;
    height: 2px;
    background: #C9A84C;
    margin: 20px 0;
    transform-origin: left;
    transform: scaleX(0);
}

.service-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #333333;
    max-width: 440px;
    opacity: 0;
    transform: translateY(20px);
}

.deliverables-wrap {
    margin-top: 28px;
}

.deliverables-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #0D1B2A;
    font-weight: 500;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(15px);
}

.deliverables-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.deliverable-item {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(15px);
}

.gold-diamond {
    font-size: 7px;
    color: #C9A84C;
}

.deliverable-item span:not(.gold-diamond) {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2C2C2C;
}

/* Mini Gallery */
.mini-gallery {
    margin-top: 28px;
}

.gallery-strip {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery-strip img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(15px);
}

.gallery-strip img:hover {
    transform: scale(1.05);
    border-color: #C9A84C;
}

.gallery-more {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    margin-left: 4px;
    opacity: 0;
    transform: translateY(15px);
}

/* CTA Row */
.service-cta-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 36px;
    opacity: 0;
    transform: translateY(15px);
}

.cta-primary {
    background: #FFFFFF;
    color: #0D1B2A;
    padding: 14px 44px;
    border-radius: 100px;
    border: 1px solid #D0D0D0;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.cta-primary:hover {
    background: #F5F5F5;
    border-color: #0D1B2A;
    transform: translateY(-2px);
}

.cta-text-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0D1B2A;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.cta-text-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #C9A84C;
    transition: width 0.3s ease;
}

.cta-text-link:hover::after {
    width: 100%;
}


.bg-off-white {
    background: #FAF9F7;
}

.service-grid.layout-flipped {
    grid-template-columns: 1fr 1.1fr;
}

/* MINI STATS */
.service-stats {
    display: flex;
    gap: 0;
    margin: 28px 0;
    padding: 20px 0;
    position: relative;
}

.stat-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(13, 27, 42, 0.07);
    transform: scaleX(0);
    transform-origin: left;
}

.line-top {
    top: 0;
}

.line-bottom {
    bottom: 0;
}

.service-stat {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(201, 168, 76, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.service-stat:last-child {
    border-right: none;
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 600;
    color: #0D1B2A;
    line-height: 1;
}

.stat-num .suffix {
    color: #C9A84C;
}

.stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888888;
    margin-top: 4px;
}

/* GOLD BADGE VARIANT */
.badge-gold {
    background: #C9A84C !important;
    right: -20px;
    bottom: -20px;
    left: auto !important;
    border-right: 3px solid #0D1B2A !important;
    box-shadow: 0 12px 40px rgba(201, 168, 76, 0.25) !important;
    border-radius: 3px !important;
}

.badge-gold .badge-number {
    color: #0D1B2A !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 42px !important;
    font-weight: 600 !important;
}

.badge-gold .badge-label {
    color: rgba(13, 27, 42, 0.6) !important;
}

/* CTA OUTLINE */
.cta-outline-btn {
    display: inline-block;
    padding: 13px 30px;
    border: 1.5px solid #0D1B2A;
    background: transparent;
    color: #0D1B2A;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-outline-btn:hover {
    background: #0D1B2A;
    color: #FFFFFF;
}


/* --- SECTION 04: SERVICES DUO --- */
.services-duo-header {
    background: #FFFFFF;
    padding: 100px 80px 60px;
    text-align: center;
}

.header-label {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 16px;
}

.duo-section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 600;
    color: #0D1B2A;
    line-height: 1.1;
    max-width: 800px;
    margin: 0 auto;
}

.header-divider-gold {
    width: 60px;
    height: 2px;
    background: #C9A84C;
    margin: 20px auto 0;
}

.services-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
}

.duo-card {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.duo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.duo-card:hover .duo-img {
    transform: scale(1.06);
}

.duo-overlay-base {
    position: absolute;
    inset: 0;
    background: rgba(13, 27, 42, 0.45);
    z-index: 1;
    transition: opacity 0.5s ease;
}

.duo-card:hover .duo-overlay-base {
    opacity: 0.3;
}

.duo-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(13, 27, 42, 0.95) 0%, rgba(13, 27, 42, 0.5) 40%, transparent 100%);
    z-index: 2;
}

.duo-ghost {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 220px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.04);
    user-select: none;
    pointer-events: none;
    z-index: 1;
    transition: color 0.5s ease;
}

.duo-card:hover .duo-ghost {
    color: rgba(255, 255, 255, 0.07);
}

.duo-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 52px;
    z-index: 3;
}

.duo-num {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 12px;
}

.duo-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.0;
    margin-bottom: 16px;
}

.duo-line {
    width: 50px;
    height: 2px;
    background: #C9A84C;
    margin-bottom: 20px;
    transition: width 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.duo-card:hover .duo-line {
    width: 90px;
}

.duo-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    max-width: 400px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.duo-card:hover .duo-desc {
    opacity: 1;
    transform: translateY(0);
}

.duo-tags {
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.5s ease 0.1s;
}

.duo-card:hover .duo-tags {
    opacity: 1;
    transform: translateY(0);
}

.duo-tag {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.duo-tag:hover {
    border-color: #C9A84C;
    color: #C9A84C;
}

.duo-list {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.5s ease 0.15s;
}

.duo-card:hover .duo-list {
    opacity: 1;
    transform: translateY(0);
}

.duo-list-item {
    display: flex;
    gap: 7px;
    align-items: center;
}

.duo-list-item span:not(.gold-diamond) {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
}

.duo-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #C9A84C;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.5s ease 0.2s;
}

.duo-card:hover .duo-link {
    opacity: 1;
    transform: translateY(0);
}

.duo-link .arrow {
    transition: transform 0.3s ease;
}

.duo-link:hover .arrow {
    transform: translateX(4px);
}

/* CELEBRATIONS STRIP */
.celebrations-strip {
    background: #0D1B2A;
    padding: 28px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(201, 168, 76, 0.2);
}

.strip-label {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(201, 168, 76, 0.6);
    margin-bottom: 6px;
}

.strip-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.strip-enquire {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #C9A84C;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.strip-enquire::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #C9A84C;
    transition: width 0.3s ease;
}

.strip-enquire:hover::after {
    width: 100%;
}

/* --- SECTION 05: WHY CHOOSE kon & CO --- */
.why-section {
    background: #0D1B2A;
    padding: 120px 80px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(201, 168, 76, 0.2);
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.why-section::before {
    content: '';
    background-image: radial-gradient(circle, rgba(201, 168, 76, 0.06) 1px, transparent 1px);
    background-size: 30px 30px;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.why-section .container {
    position: relative;
    z-index: 1;
}

.why-header {
    text-align: center;
    margin-bottom: 70px;
}

.why-label {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 16px;
}

.why-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 54px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 14px;
}

.why-subtext {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    max-width: 460px;
    margin: 16px auto 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.why-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 4px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 168, 76, 0.7);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(201, 168, 76, 0.06);
}

.why-num {
    position: absolute;
    top: 16px;
    right: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    color: rgba(201, 168, 76, 0.06);
    user-select: none;
    pointer-events: none;
    transition: color 0.4s ease;
}

.why-card:hover .why-num {
    color: rgba(201, 168, 76, 0.1);
}

.why-icon {
    font-size: 26px;
    color: #C9A84C;
    display: block;
    margin-bottom: 22px;
    transition: transform 0.4s ease;
}

.why-card:hover .why-icon {
    transform: rotate(12deg) scale(1.1);
}

.why-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 14px;
}

.why-sep {
    width: 36px;
    height: 1.5px;
    background: #C9A84C;
    margin-bottom: 16px;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.why-card:hover .why-sep {
    width: 64px;
    opacity: 1;
}

.why-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 22px;
    transition: color 0.3s ease;
}

.why-card:hover .why-desc {
    color: rgba(255, 255, 255, 0.8);
}

.why-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-point {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.35);
    transition: color 0.3s ease;
}

.why-card:hover .why-point {
    color: rgba(255, 255, 255, 0.65);
}

.why-point span:not(.gold-diamond) {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

/* QUOTE STRIP */
.why-quote-strip {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(201, 168, 76, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.italic-quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 26px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.why-quote-btn {
    display: inline-block;
    background: #C9A84C;
    color: #0D1B2A;
    padding: 13px 28px;
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.why-quote-btn:hover {
    background: #B8963E;
    transform: translateY(-2px);
}


/* --- SERVICES CTA SECTION --- */
.services-cta {
    background: #FAF9F7;
    padding: 130px 80px;
    background-image: radial-gradient(circle, rgba(201, 168, 76, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    width: 100%;
}

.services-cta-panel {
    max-width: 860px;
    margin: 0 auto;
    padding: 72px 80px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 100px rgba(13, 27, 42, 0.05);
}

/* Border Draw Spans */
.svc-border-top,
.svc-border-right,
.svc-border-bottom,
.svc-border-left {
    position: absolute;
    background: #C9A84C;
    z-index: 1;
}

.svc-border-top {
    top: 0;
    left: 0;
    height: 1.5px;
    width: 0%;
}

.svc-border-right {
    top: 0;
    right: 0;
    width: 1.5px;
    height: 0%;
}

.svc-border-bottom {
    bottom: 0;
    right: 0;
    height: 1.5px;
    width: 0%;
}

.svc-border-left {
    bottom: 0;
    left: 0;
    width: 1.5px;
    height: 0%;
}

.svc-cta-tag {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 26px;
    display: block;
}

.svc-cta-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    color: #0D1B2A;
    max-width: 580px;
    margin: 0 auto 18px;
}

.svc-cta-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #888888;
    max-width: 480px;
    margin: 0 auto 44px;
}

.svc-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 36px;
}

.svc-btn-primary {
    background: #C9A84C;
    color: #0D1B2A;
    padding: 15px 40px;
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: none;
    transition: all 0.4s ease;
}

.svc-btn-primary:hover {
    background: #B8963E;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}

.svc-btn-outline {
    background: transparent;
    border: 1.5px solid #0D1B2A;
    color: #0D1B2A;
    padding: 15px 40px;
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: none;
    transition: all 0.4s ease;
}

.svc-btn-outline:hover {
    background: #0D1B2A;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.svc-cta-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.svc-contact-line {
    width: 50px;
    height: 1px;
    background: rgba(201, 168, 76, 0.3);
    margin-bottom: 16px;
}

.svc-contact-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #AAAAAA;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.svc-diamond {
    color: #C9A84C;
    font-size: 8px;
}

@media (max-width: 1024px) {
    .services-cta {
        padding: 90px 40px;
    }

    .services-cta-panel {
        padding: 56px 48px;
    }

    .svc-cta-heading {
        font-size: 40px;
    }

    /* Hero */
    .horizontal-heading { font-size: 72px; }
    .panel-content { left: 50px; bottom: 60px; }
    .panel-heading { font-size: 54px; }
    .ghost-number { font-size: 180px; }

    /* Sections */
    .service-grid { grid-template-columns: 1fr; gap: 50px; }
    .service-section { padding: 80px 40px; }
    .service-img-container { height: 460px; }
    .service-title { font-size: 38px; }
    .services-duo { grid-template-columns: 1fr; }
    .duo-card { height: 70vh; }
    .duo-content { padding: 36px 40px; }
    .duo-title { font-size: 48px; }
    .duo-ghost { font-size: 160px; }
    .services-duo-header { padding: 80px 40px 50px; }
    .why-section { padding: 80px 40px; }
    .why-num { font-size: 72px; }
    .why-header { margin-bottom: 50px; }
}

@media (max-width: 768px) {
    /* Hero */
    .services-hero { height: 80vh; min-height: 500px; }
    .horizontal-heading { font-size: 44px; margin-top: 20px; }
    .intro-panel { padding: 0 24px; }
    .hero-vertical-line { display: none; }
    .drag-hint { left: 24px; bottom: 40px; }
    .panel-content { left: 24px; bottom: 80px; max-width: 90%; }
    .panel-heading { font-size: 36px; }
    .panel-desc { font-size: 14px; margin-bottom: 20px; }
    .panel-tags span { font-size: 10px; padding: 5px 10px; }
    .ghost-number { display: none; }
    .panel-counter { right: 24px; bottom: 40px; }

    /* Service Sections */
    .service-section { padding: 60px 24px; }
    .service-grid { grid-template-columns: 1fr !important; gap: 40px; }
    .service-img-container { height: 300px; border-radius: 8px; }
    .service-title { font-size: 28px; line-height: 1.2; margin-top: 10px; }
    .service-description { font-size: 14px; line-height: 1.7; }
    .deliverables-grid { grid-template-columns: 1fr; }
    .gallery-strip img { width: 60px; height: 60px; }
    .badge-number { font-size: 28px; }
    .service-badge { padding: 12px 16px; bottom: 0; left: 0; }
    .cta-primary { padding: 12px 32px; font-size: 16px; width: 100%; text-align: center; }
    .service-cta-row { flex-direction: column; gap: 15px; align-items: flex-start; }
    .header-line-v { height: 30px; }
    .service-num { font-size: 48px; }

    /* Duo Cards */
    .services-duo-header { padding: 50px 24px 30px; }
    .duo-section-heading { font-size: 34px; }
    .duo-card { height: 450px; min-height: auto; }
    .duo-content { padding: 24px; }
    .duo-title { font-size: 32px; }
    .duo-desc, .duo-tags, .duo-list, .duo-link { opacity: 1; transform: none; }
    .duo-list { grid-template-columns: 1fr; gap: 4px; }
    .duo-desc { font-size: 13px; line-height: 1.6; margin-bottom: 12px; }

    /* Why Choose */
    .why-section { padding: 60px 24px; }
    .why-grid { grid-template-columns: 1fr; gap: 16px; }
    .why-heading { font-size: 32px; }
    .why-num { font-size: 50px; top: 10px; right: 16px; }
    .why-title { font-size: 24px; }
    .why-card { padding: 32px 24px; }
    .why-quote-strip { flex-direction: column; gap: 20px; text-align: center; margin-top: 40px; padding-top: 30px; }
    .italic-quote { font-size: 18px; }

    /* CTA Section */
    .services-cta { padding: 60px 24px; }
    .services-cta-panel { padding: 40px 24px; }
    .svc-cta-heading { font-size: 30px; line-height: 1.2; }
    .svc-cta-sub { font-size: 14px; margin-bottom: 30px; }
    .svc-cta-buttons { flex-direction: column; width: 100%; gap: 12px; }
    .svc-btn-primary, .svc-btn-outline { width: 100%; text-align: center; padding: 14px 20px; }
    .svc-cta-contact .svc-contact-text { font-size: 11px; flex-direction: column; display: flex; gap: 8px; }
    .svc-diamond { display: none; }
}

