:root {
    --navy: #08264a;
    --blue: #0d5e8c;
    --teal: #087775;
    --green: #0e5b35;
    --gold: #f5b71b;
    --coral: #e65d3f;
    --cream: #fff8ea;
    --paper: #fffdf8;
    --ink: #13202f;
    --muted: #657384;
    --line: #d9e2ea;
    --shadow: 0 20px 60px rgba(8, 38, 74, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px clamp(18px, 4vw, 54px);
    background: rgba(255, 253, 248, 0.92);
    border-bottom: 1px solid rgba(217, 226, 234, 0.8);
    backdrop-filter: blur(16px);
}

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

.brand-logo {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--gold);
    box-shadow: 0 6px 16px rgba(8, 38, 74, 0.16);
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 1rem;
}

.brand small {
    color: var(--muted);
    font-size: 0.78rem;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.nav a {
    border-radius: 999px;
    padding: 8px 12px;
    color: #334155;
    font-size: 0.94rem;
    font-weight: 700;
}

.nav a:hover {
    background: #eef6f8;
    color: var(--navy);
}

.header-call,
.button,
.sticky-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 850;
    white-space: nowrap;
}

.header-call,
.button.primary,
.sticky-call {
    color: white;
    background: var(--navy);
}

.button.secondary {
    color: var(--navy);
    background: var(--gold);
}

.button:hover,
.header-call:hover,
.sticky-call:hover {
    transform: translateY(-1px);
}

.hero {
    position: relative;
    display: grid;
    min-height: 720px;
    overflow: hidden;
    background: #09264a;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.58;
}

.hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(8, 38, 74, 0.94), rgba(8, 38, 74, 0.72) 42%, rgba(8, 38, 74, 0.1)),
        linear-gradient(0deg, rgba(8, 38, 74, 0.5), rgba(8, 38, 74, 0));
}

.hero-content {
    position: relative;
    z-index: 1;
    align-self: center;
    width: min(760px, calc(100% - 36px));
    margin-left: clamp(18px, 7vw, 92px);
    padding: 90px 0;
    color: white;
}

.hero-logo {
    width: clamp(112px, 14vw, 178px);
    height: clamp(112px, 14vw, 178px);
    margin-bottom: 24px;
    object-fit: cover;
    border: 4px solid rgba(245, 183, 27, 0.92);
    border-radius: 50%;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--coral);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: var(--gold);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: clamp(3rem, 7vw, 6.9rem);
    line-height: 0.94;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 14px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 1.22rem;
}

.hero-copy {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 680px;
    gap: 12px;
    margin: 36px 0 0;
}

.hero-stats div {
    min-height: 118px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.hero-stats dt {
    color: var(--gold);
    font-size: 2rem;
    font-weight: 950;
}

.hero-stats dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: var(--gold);
    color: var(--navy);
}

.strip span {
    display: grid;
    min-height: 86px;
    place-items: center;
    padding: 16px;
    border-right: 1px solid rgba(8, 38, 74, 0.24);
    font-weight: 900;
    text-align: center;
}

.section {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 88px 0;
}

.intro {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(300px, 1fr);
    gap: clamp(28px, 6vw, 92px);
    align-items: end;
}

.intro p:last-child,
.split p,
.stay-card p,
.contact p {
    color: var(--muted);
    font-size: 1.08rem;
}

.section-head {
    max-width: 820px;
    margin-bottom: 34px;
}

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

.package-card,
.price-panel,
.place-card,
.tips article,
.stay-table,
.stay-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: 0 10px 34px rgba(8, 38, 74, 0.08);
}

.package-card {
    overflow: hidden;
}

.package-card.blue {
    border-top: 8px solid var(--blue);
}

.package-card.green {
    border-top: 8px solid var(--green);
}

.package-title {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    background: #f7fafc;
}

.package-title > span {
    display: inline-grid;
    min-width: 82px;
    min-height: 48px;
    place-items: center;
    border-radius: 8px;
    color: white;
    background: var(--navy);
    font-size: 1.1rem;
    font-weight: 950;
}

.package-title p {
    margin: 0;
    color: var(--muted);
}

.timeline {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline li {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    padding: 17px 24px;
    border-top: 1px solid var(--line);
}

.timeline time {
    color: var(--coral);
    font-weight: 950;
}

.timeline strong {
    display: block;
    color: var(--navy);
}

.timeline p {
    margin: 3px 0 0;
    color: var(--muted);
}

.price-panel {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    margin-top: 22px;
    padding: 28px;
    color: white;
    background: linear-gradient(135deg, var(--navy), var(--teal));
}

.price-panel h3 {
    margin: 0 0 8px;
    color: white;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.price-panel h3 span {
    font-size: 1rem;
}

.price-panel p,
.price-panel .eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

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

.list-pair div {
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.11);
}

.list-pair h4 {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 1rem;
}

ul {
    margin: 0;
    padding-left: 18px;
}

.visual-band {
    width: min(1280px, calc(100% - 28px));
    margin: 10px auto 0;
}

.visual-band img,
.split img,
.stay-card img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

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

.place-card,
.tips article {
    padding: 24px;
}

.place-card li + li {
    margin-top: 8px;
}

.split {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
}

.split .button {
    margin-top: 12px;
}

.stay {
    width: min(1240px, calc(100% - 36px));
}

.stay-layout {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    align-items: start;
}

.stay-table {
    overflow: hidden;
}

.stay-row {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr 0.8fr;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border-top: 1px solid var(--line);
}

.stay-row:first-child {
    border-top: 0;
}

.stay-header {
    color: white;
    background: var(--green);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stay-price {
    color: #ad1d1d;
    font-size: 1.35rem;
    font-weight: 950;
}

.stay-card {
    padding: 14px;
}

.stay-card p {
    margin: 16px 6px 4px;
}

.tips {
    padding-top: 40px;
}

.tips article {
    min-height: 168px;
    background: #f8fbfb;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 46px;
    padding: clamp(32px, 6vw, 60px);
    border-radius: 8px;
    color: white;
    background:
        linear-gradient(135deg, rgba(8, 38, 74, 0.96), rgba(8, 119, 117, 0.9)),
        url("../images/kanyakumari-hero-cab.png") center / cover;
}

.contact h2,
.contact .eyebrow,
.contact p {
    color: white;
}

.contact h2 {
    max-width: 760px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 28px clamp(18px, 4vw, 54px) 96px;
    color: rgba(255, 255, 255, 0.8);
    background: var(--navy);
}

.footer span:first-child {
    color: white;
    font-weight: 900;
}

.sticky-call {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    box-shadow: 0 14px 32px rgba(8, 38, 74, 0.28);
}

.banner-stage {
    padding: clamp(18px, 4vw, 44px);
    background:
        radial-gradient(circle at 20% 20%, rgba(245, 183, 27, 0.2), transparent 30%),
        linear-gradient(180deg, #071327, #0d1f3d);
}

.kct-banner {
    position: relative;
    display: flex;
    align-items: stretch;
    width: min(1200px, 100%);
    min-height: 340px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, #0d1b3e 0%, #0a1628 40%, #162040 70%, #1a2f5a 100%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(201, 168, 76, 0.15);
}

.kct-bg-waves,
.kct-stars,
.kct-deco-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.kct-wave {
    position: absolute;
    bottom: -20px;
    width: 200%;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(to bottom, transparent, rgba(26, 107, 107, 0.08));
    animation: kctWaveMove 8s ease-in-out infinite;
}

.kct-wave:nth-child(2) {
    bottom: -30px;
    opacity: 0.5;
    animation-delay: -3s;
}

.kct-wave:nth-child(3) {
    bottom: -10px;
    opacity: 0.3;
    animation-delay: -5s;
}

@keyframes kctWaveMove {
    0%,
    100% {
        transform: translateX(-25%) scaleY(1);
    }

    50% {
        transform: translateX(-15%) scaleY(1.1);
    }
}

.kct-star {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #f0d080;
    opacity: 0;
    animation: kctTwinkle var(--d, 3s) var(--delay, 0s) ease-in-out infinite;
}

.kct-star.large {
    width: 3px;
    height: 3px;
}

@keyframes kctTwinkle {
    0%,
    100% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.5);
    }
}

.kct-glow-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    animation: kctOrbPulse 6s ease-in-out infinite;
}

.kct-orb1 {
    top: -80px;
    right: 20%;
    width: 300px;
    height: 300px;
    background: rgba(201, 168, 76, 0.12);
}

.kct-orb2 {
    bottom: -50px;
    left: 30%;
    width: 200px;
    height: 200px;
    background: rgba(26, 107, 107, 0.15);
    animation-delay: -3s;
}

@keyframes kctOrbPulse {
    0%,
    100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.kct-deco-lines::before,
.kct-deco-lines::after {
    position: absolute;
    width: 1px;
    height: 200%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(201, 168, 76, 0.15), transparent);
    transform: rotate(-20deg);
    transform-origin: center;
}

.kct-deco-lines::before {
    left: 30%;
}

.kct-deco-lines::after {
    left: 70%;
}

.kct-left-panel,
.kct-centre-panel,
.kct-right-panel {
    position: relative;
    z-index: 2;
}

.kct-left-panel {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    padding: 32px 24px;
    border-right: 1px solid rgba(201, 168, 76, 0.2);
}

.kct-logo-ring {
    width: 140px;
    height: 140px;
    margin-bottom: 18px;
    overflow: hidden;
    border: 2px solid #c9a84c;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.1), 0 0 30px rgba(201, 168, 76, 0.25);
    animation: kctLogoGlow 4s ease-in-out infinite;
}

.kct-logo-ring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes kctLogoGlow {
    0%,
    100% {
        box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.1), 0 0 30px rgba(201, 168, 76, 0.25);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(201, 168, 76, 0.2), 0 0 50px rgba(201, 168, 76, 0.4);
    }
}

.kct-brand-name {
    color: white;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.kct-brand-name span,
.kct-brand-sub {
    color: #c9a84c;
}

.kct-brand-sub,
.kct-phone-num,
.kct-section-eyebrow,
.kct-service-title,
.kct-highlights-label,
.kct-hi-text,
.kct-cta-btn,
.kct-strip-item {
    font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
}

.kct-brand-sub {
    margin-top: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.kct-tagline {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 0.88rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
}

.kct-gold-divider {
    width: 60px;
    height: 1px;
    margin: 12px auto;
    background: linear-gradient(to right, transparent, #c9a84c, transparent);
}

.kct-phone-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, #8b6914, #c9a84c);
    animation: kctPhonePulse 3s ease-in-out infinite;
}

@keyframes kctPhonePulse {
    0%,
    100% {
        box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
    }

    50% {
        box-shadow: 0 4px 25px rgba(201, 168, 76, 0.6);
    }
}

.kct-phone-icon {
    color: #0d1b3e;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kct-phone-num {
    color: #0d1b3e;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.kct-centre-panel {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 28px 30px;
}

.kct-section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #c9a84c;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.kct-section-eyebrow::before,
.kct-section-eyebrow::after {
    flex: 0 0 24px;
    height: 1px;
    content: "";
    background: #c9a84c;
    opacity: 0.5;
}

.kct-services-headline {
    margin-bottom: 18px;
    color: white;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.kct-services-headline em {
    color: #c9a84c;
}

.kct-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.kct-service-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    animation: kctFadeUp 0.6s ease both;
}

.kct-service-card:hover {
    border-color: rgba(201, 168, 76, 0.5);
    background: rgba(201, 168, 76, 0.08);
    transform: translateY(-2px);
}

.kct-service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.kct-service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.kct-service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.kct-service-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes kctFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kct-service-icon {
    display: inline-grid;
    flex: 0 0 auto;
    min-width: 54px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(240, 208, 128, 0.26);
    border-radius: 999px;
    color: #0d1b3e;
    background: #f0d080;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kct-service-title {
    color: #f0d080;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.kct-service-desc {
    margin-top: 1px;
    color: rgba(255, 255, 255, 0.58);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 0.88rem;
    line-height: 1.3;
}

.kct-right-panel {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    padding: 28px 20px;
    border-left: 1px solid rgba(201, 168, 76, 0.2);
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.05) 0%, transparent 100%);
}

.kct-highlights-label {
    margin-bottom: 14px;
    color: #c9a84c;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.kct-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    animation: kctFadeRight 0.7s ease both;
}

.kct-highlight-item:nth-child(2) {
    animation-delay: 0.1s;
}

.kct-highlight-item:nth-child(3) {
    animation-delay: 0.2s;
}

.kct-highlight-item:nth-child(4) {
    animation-delay: 0.3s;
}

.kct-highlight-item:nth-child(5) {
    border-bottom: 0;
    animation-delay: 0.4s;
}

@keyframes kctFadeRight {
    from {
        opacity: 0;
        transform: translateX(16px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.kct-hi-dot {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9a84c;
    box-shadow: 0 0 6px rgba(201, 168, 76, 0.6);
}

.kct-hi-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.72rem;
    line-height: 1.3;
}

.kct-hi-text b {
    display: block;
    color: white;
    font-weight: 700;
}

.kct-hi-text span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.65rem;
}

.kct-cta-btn {
    display: inline-grid;
    width: 100%;
    min-height: 44px;
    place-items: center;
    margin-top: 18px;
    border-radius: 4px;
    color: #0d1b3e;
    background: linear-gradient(135deg, #8b6914, #c9a84c, #f0d080);
    box-shadow: 0 4px 20px rgba(201, 168, 76, 0.35);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kct-cta-btn:hover {
    box-shadow: 0 8px 30px rgba(201, 168, 76, 0.55);
    transform: translateY(-2px);
}

.kct-bottom-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #8b6914 0%, #c9a84c 50%, #8b6914 100%);
}

.kct-strip-item {
    color: #0d1b3e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.kct-strip-divider {
    width: 1px;
    height: 20px;
    background: rgba(13, 27, 62, 0.25);
}

@media (max-width: 980px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav {
        justify-content: flex-start;
    }

    .hero {
        min-height: 680px;
    }

    .hero::after {
        background: linear-gradient(90deg, rgba(8, 38, 74, 0.96), rgba(8, 38, 74, 0.72));
    }

    .strip,
    .package-grid,
    .price-panel,
    .intro,
    .split,
    .stay-layout {
        grid-template-columns: 1fr;
    }

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

    .kct-banner {
        flex-direction: column;
        min-height: auto;
    }

    .kct-left-panel,
    .kct-right-panel {
        width: 100%;
        border-right: 0;
        border-left: 0;
    }

    .kct-left-panel {
        border-bottom: 1px solid rgba(201, 168, 76, 0.2);
        padding: 28px 20px 20px;
    }

    .kct-right-panel {
        border-top: 1px solid rgba(201, 168, 76, 0.2);
    }

    .kct-bottom-strip {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 16px;
    }

    .kct-strip-divider {
        display: none;
    }
}

@media (max-width: 680px) {
    .site-header {
        position: static;
    }

    .brand {
        min-width: 0;
    }

    .header-call {
        width: 100%;
    }

    .hero {
        min-height: 720px;
    }

    .hero-content {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 62px 0;
    }

    h1 {
        font-size: clamp(2.7rem, 16vw, 4.4rem);
    }

    .hero-stats,
    .strip,
    .places-grid,
    .tips-grid,
    .list-pair,
    .kct-services-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats div,
    .strip span {
        min-height: auto;
    }

    .section {
        padding: 62px 0;
    }

    .package-title,
    .timeline li,
    .price-panel,
    .place-card,
    .tips article {
        padding: 18px;
    }

    .package-title {
        display: grid;
    }

    .timeline li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .stay-table {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .stay-header {
        display: none;
    }

    .stay-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        margin-bottom: 12px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: white;
    }

    .contact {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-actions .button,
    .sticky-call {
        width: 100%;
    }

    .sticky-call {
        right: 0;
        bottom: 0;
        border-radius: 0;
    }

    .banner-stage {
        padding: 12px;
    }

    .kct-centre-panel,
    .kct-right-panel {
        padding: 22px 18px;
    }

    .kct-services-headline {
        font-size: clamp(2.2rem, 13vw, 3.2rem);
    }

    .kct-section-eyebrow {
        letter-spacing: 3px;
    }
}
