:root {
    --gold: #c8a96f;
    --green: #123b35;
    --deep-green: #082a26;
    --ivory: #f7f2e9;
    --navy: #12243a;
    --champagne: #d1ae72;
    --sand: #faf7f1;
    --sage: #8c9a84;
    --ink: #1d2a36;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

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

button, input, select {
    font: inherit;
}

button {
    cursor: pointer;
}

.concept-switch {
    position: fixed;
    z-index: 100;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
    background: rgba(7, 20, 26, .78);
    box-shadow: 0 14px 50px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
    color: white;
}

.concept-switch span {
    padding: 0 10px 0 13px;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.concept-switch button {
    border: 0;
    border-radius: 999px;
    padding: 9px 15px;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    transition: .25s ease;
}

.concept-switch button.active {
    background: white;
    color: #14252f;
}

.section {
  
    margin: 0 auto;
    padding: 110px 50px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .25s ease;
}

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

.button.gold {
    background: var(--gold);
    color: #102e2a;
}

.button.navy {
    background: var(--navy);
    color: #fff;
}

.button.small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 11px;
}

.eyebrow, .section-number {
    margin: 0 0 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 19px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: .15em;
}

.logo span {
    white-space: nowrap;
}

/* Option 1: Ceylon Heritage */
.heritage {
    background: var(--ivory);
    color: #15332f;
}

.heritage h1, .heritage h2, .heritage h3, .heritage blockquote {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.heritage h2 {
    margin: 0;
    font-size: clamp(42px, 4vw, 72px);
    line-height: .98;
}

.heritage-nav {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 92px;
    padding: 0 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    color: white;
}

.heritage-nav nav {
    display: flex;
    gap: 34px;
    font-size: 12px;
}

.heritage-nav nav a:hover {
    color: var(--gold);
}

.nav-cta {
    padding-bottom: 7px;
    border-bottom: 1px solid var(--gold);
    color: #f3dec1;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.heritage-hero {
    position: relative;
    height: 100vh;
    background-position: center;
    background-size: cover;
    color: white;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 29, 25, .9) 0%, rgba(5, 29, 25, .38) 58%, rgba(5, 29, 25, .08) 100%),
        linear-gradient(0deg, rgba(5, 29, 25, .62), transparent 45%);
}

.heritage-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1240px;
    min-height: 780px;
    margin: 0 auto;
    padding: 80px 50px 150px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.heritage-hero .eyebrow {
    color: #f0d7ad;
}

.heritage-hero h1 {
  max-width: 950px;
    margin: 0;
    font-size: 75px;
    line-height: 1;
    color: #fff;
    margin: 0;
  
 
}

.heritage-hero h1 i {
    color: var(--gold);
}

.hero-copy {
    max-width: 570px;
    margin: 36px 0 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .82);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 42px;
}

.text-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.text-link span {
    margin-left: 8px;
    color: var(--gold);
    font-size: 18px;
}

.hero-facts {
    position: absolute;
    z-index: 3;
    right: 4vw;
    bottom: 0;
    display: grid;
    width: min(680px, 58vw);
    grid-template-columns: repeat(3, 1fr);
    background: rgba(8, 42, 38, .93);
    backdrop-filter: blur(15px);
}

.hero-facts div {
    padding: 27px 30px;
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.hero-facts span, .summary-grid span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.hero-facts strong {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 400;
}

/* .heritage-intro {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;
} */

.section-number {
    color: #9a7a45;
}

.heritage-intro .large-copy {
    margin: 38px 0 24px;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.35;
}

.heritage-intro div:last-child>p:last-child {
    max-width: 580px;
    color: #60706b;
    line-height: 1.8;
}

.heritage-route {
    position: relative;
    display: grid;
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 40px 0;
    justify-content: left;
    grid-template-columns: repeat(6, 1fr);
        row-gap: 24px;
}

/* .route-line {
    position: absolute;
    top: 54px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: #c9b99e;
} */

.route-stop {
    position: relative;
    text-align: center;
}
.route-stop:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0%;
    right: 7%;
    height: 1px;
    background: #c9b99e;
    width: 100%;
}
.route-stop span {
    display: grid;
    width: 29px;
    height: 29px;
    margin: 0 auto 18px;
    place-items: center;
    border: 1px solid #a58756;
    border-radius: 50%;
    background: var(--ivory);
    font-size: 9px;
    position: relative;
}
.route-stop:first-child:before {
    width: 50%;
    left: unset;
    right: 0;
}
.route-stop b {
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 400;
}

.experiences {
    max-width: none;
    background: var(--deep-green);
    color: white;
}

.experiences>* {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 55px;
}

.section-heading>p {
    max-width: 330px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
}

.experience-grid {
    display: grid;
    grid-template-columns: 1.6fr .7fr;
    grid-template-rows: 240px 280px;
    gap: 18px;
}

.experience-card {
    position: relative;
    min-height: 220px;
    padding: 28px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.experience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 20, 18, .82), transparent 65%);
}

.experience-card>* {
    position: relative;
    z-index: 1;
}

.experience-card>span {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 11px;
    letter-spacing: .15em;
}

.experience-card>div {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 26px;
}

.experience-card p {
    margin: 0 0 8px;
    color: #e8c991;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.experience-card h3 {
    max-width: 520px;
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
}

.main-card {
    grid-row: span 2;
}

.dark-card {
    background: #c5a267;
    color: #173632;
}

.dark-card::before {
    display: none;
}

.dark-card blockquote {
    margin: 40px 0 24px;
    font-size: 28px;
    line-height: 1.2;
}

.dark-card p {
    color: #173632;
}

.heritage-itinerary {
     display: grid;
    grid-template-columns: 34% 66%;
    gap: 51px;
}

.sticky-title {
    position: sticky;
    top: 110px;
    align-self: start;
}

.sticky-title>p:last-child {
    max-width: 320px;
    margin-top: 30px;
    color: #687a73;
    line-height: 1.7;
}

.day {
    border-top: 1px solid #c8bba6;
}

.day:last-child {
    border-bottom: 1px solid #c8bba6;
}

.day button {
    display: grid;
    width: 100%;
    padding: 25px 0;
    grid-template-columns: 90px 1fr 30px;
    align-items: center;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.day button>span {
    color: #9a7a45;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.day h3 {
    margin: 0;
    font-size: 22px;
}

.day i {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-size: 23px;
}

.day-content {
  
    overflow: hidden;
    opacity: 0;
    transition: .3s ease;
}

.day.open .day-content {

    padding: 0 45px 25px 90px;
    opacity: 1;
}

.day-content p {
    margin: 0 0 15px;
    color: #60706b;
    line-height: 1.7;
}

.day-content a {
    color: #8c6b35;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.heritage-stays {
    display: grid;
    max-width: none;
    padding: 0;
    grid-template-columns: 1.05fr .95fr;
    background: #e8decd;
}

.stay-image {
    min-height: 680px;
    background-position: center;
    background-size: cover;
}

.image-label {
    display: inline-block;
    margin: 30px;
    padding: 9px 13px;
    background: rgba(255, 255, 255, .85);
    color: #173632;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stay-copy {
    display: flex;
    padding: 90px 4vw;
    flex-direction: column;
    justify-content: center;
}

.stay-copy h2 {
    font-size: clamp(42px, 5vw, 68px);
}

.stay-copy>p:not(.section-number) {
    max-width: 500px;
    margin: 30px 0;
    color: #5e6b66;
    line-height: 1.8;
}

.stay-copy ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.stay-copy li {
    padding: 13px 0;
    border-bottom: 1px solid #c9b99e;
    font-size: 13px;
}

.text-link.dark {
    color: #765a2d;
}

.heritage-enquire {
 
    background: var(--deep-green);
    color: white;
  
}

.heritage-enquire h2 {
    font-size: clamp(52px, 6vw, 86px);
      color: white;
}
.heritage-enquire p{
max-width: 460px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.7;
}
.heritage-enquire h2 i {
    color: var(--gold);
}

.heritage-enquire>div>p:last-child {
    max-width: 460px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.7;
}

.lead-form {
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .05);
}
.lead-form textarea{
    background-color: transparent;
    height: 100px;
    color: #fff;
    width: 100%;
    border: none;
    border-bottom:1px solid rgba(255, 255, 255, .32) ;
   
}

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

.lead-form label span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.lead-form input, .lead-form select {
    width: 100%;
    height: 47px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .32);
    outline: none;
    background: transparent;
    color: white;
}

.lead-form select option {
    color: #111;
}

.lead-form .button {
    width: 100%;
    margin-top: 28px;
    background: var(--gold);
    color: #12332f;
}

.form-note {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    text-align: center;
}

.heritage-footer, .concierge-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 4vw;
}

.heritage-footer {
    background: #061f1c;
    color: rgba(255, 255, 255, .72);
}

.heritage-footer p, .heritage-footer>a:last-child {
    font-size: 11px;
}

/* Option 2: Private Journey Concierge */
.concierge {
    background: var(--sand);
    color: var(--navy);
}

.concierge h1, .concierge h2, .concierge h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.concierge h2 {
    margin: 0;
    font-size: clamp(42px, 4.5vw, 65px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.concierge .eyebrow {
    color: #9a783f;
}

.concierge-nav {
    display: flex;
    height: 94px;
    padding: 0 4vw;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.concierge-nav nav {
    display: flex;
    gap: 34px;
    font-size: 12px;
}

.concierge-hero {
    display: grid;
    min-height: 770px;
    grid-template-columns: 57% 43%;
    background: #fff;
}

.concierge-visual {
    position: relative;
    min-height: 650px;
    background-position: center;
    background-size: cover;
}

.concierge-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 34, 45, .48), transparent 50%);
}

.visual-tag {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .88);
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.visual-caption {
    position: absolute;
    z-index: 2;
    left: 32px;
    right: 32px;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.concierge-hero-copy {
    display: flex;
    padding: 90px 6vw 65px;
    flex-direction: column;
    justify-content: center;
}

.concierge-hero-copy h1 {
    margin: 0;
    font-size: clamp(58px, 5.6vw, 88px);
    line-height: .92;
    letter-spacing: -.055em;
}

.concierge-hero-copy h1 i {
    color: #b48b4e;
}

.concierge-hero-copy>p:not(.eyebrow):not(.assurance) {
    max-width: 570px;
    margin: 28px 0;
    color: #617080;
    font-size: 17px;
    line-height: 1.7;
}

.summary-grid {
    display: grid;
    margin: 8px 0 28px;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d9dee2;
    border-bottom: 1px solid #d9dee2;
}

.summary-grid div {
    padding: 18px 10px;
    border-right: 1px solid #d9dee2;
}

.summary-grid div:last-child {
    border-right: 0;
}

.summary-grid span {
    color: #88939d;
}

.summary-grid b {
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 400;
}

.outline-link {
    padding-bottom: 5px;
    border-bottom: 1px solid #7c8790;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.assurance {
    margin: 22px 0 0;
    color: #71808d;
    font-size: 10px;
}

.concierge-tabs {
    position: sticky;
    z-index: 15;
    top: 0;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 18px;
    border-top: 1px solid #e2e4e2;
    border-bottom: 1px solid #e2e4e2;
    background: rgba(250, 247, 241, .94);
    backdrop-filter: blur(16px);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.concierge-route {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
    align-items: center;
}

.route-copy>p:not(.eyebrow) {
    max-width: 470px;
    margin: 28px 0;
    color: #6d7a85;
    line-height: 1.8;
}

.route-board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #d9d5cb;
    background: #fff;
}

.board-stop {
    display: flex;
    gap: 16px;
    padding: 23px;
    align-items: center;
    border-right: 1px solid #e3dfd5;
    border-bottom: 1px solid #e3dfd5;
}

.board-stop:nth-child(even) {
    border-right: 0;
}

.board-stop:nth-last-child(-n+2) {
    border-bottom: 0;
}

.board-stop>span {
    display: grid;
    min-width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #eef0ec;
    color: #9a783f;
    font-family: Georgia, serif;
}

.board-stop b, .board-stop small {
    display: block;
}

.board-stop small {
    margin-top: 5px;
    color: #89939c;
    font-size: 10px;
}

.concierge-programme {
    max-width: none;
    background: #fff;
}

.concierge-programme>*, .concierge-hotels>*, .upgrades>* {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.programme-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
}

.programme-head>p {
    max-width: 400px;
    color: #75818b;
    line-height: 1.7;
}

.programme-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 50px;
}

.programme-photo {
    position: relative;
    min-height: 520px;
    background-position: center;
    background-size: cover;
}

.programme-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(11, 32, 46, .75), transparent 55%);
}

.programme-photo>span {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    padding: 8px 11px;
    background: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.programme-photo>div {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    color: #fff;
}

.programme-photo small, .programme-photo b {
    display: block;
}

.programme-photo small {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .62);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.programme-photo b {
    font-family: Georgia, serif;
    font-size: 29px;
    font-weight: 400;
}

.programme-day {
    border-top: 1px solid #dde0df;
}

.programme-day:last-child {
    border-bottom: 1px solid #dde0df;
}

.programme-day button {
    display: grid;
    width: 100%;
    padding: 22px 5px;
    grid-template-columns: 90px 1fr 30px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.programme-day button span {
    color: #9b7b47;
    font-size: 10px;
    text-transform: uppercase;
}

.programme-day button b {
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
}

.programme-day button i {
    font-style: normal;
    font-size: 18px;
}

.programme-day p {
    margin: -4px 40px 22px 95px;
    color: #6f7d88;
    line-height: 1.65;
}

.concierge-hotels {
    max-width: none;
    background: #ebe8df;
}

.tier-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tier-card {
    position: relative;
    min-height: 280px;
    padding: 30px;
    border: 1px solid #d2cec4;
    background: transparent;
    color: inherit;
    text-align: left;
    transition: .25s ease;
}

.tier-card>span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #9a783f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tier-card h3 {
    margin: 48px 0 12px;
    font-size: 31px;
}

.tier-card b {
    font-size: 12px;
}

.tier-card p {
    margin: 18px 0 0;
    color: #6e7980;
    line-height: 1.6;
}

.tier-card.selected {
    border-color: var(--navy);
    background: var(--navy);
    color: white;
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(18, 36, 58, .18);
}

.tier-card.selected p {
    color: rgba(255, 255, 255, .66);
}

.tier-card.selected>span {
    color: var(--champagne);
}

.selection-note {
    margin-top: 25px !important;
    color: #707b81;
    font-size: 12px;
    text-align: center;
}

.upgrades {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 100px;
}

.upgrade-list>div {
    display: grid;
    padding: 22px 0;
    grid-template-columns: 50px 1fr 30px;
    border-top: 1px solid #ddd8ce;
}

.upgrade-list>div:last-child {
    border-bottom: 1px solid #ddd8ce;
}

.upgrade-list span {
    color: #9a783f;
    font-size: 10px;
}

.upgrade-list b {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 400;
}

.upgrade-list i {
    font-style: normal;
}

.concierge-enquire {
    display: grid;
    max-width: none;
    padding-left: max(50px, calc((100vw - 1140px)/2));
    padding-right: max(50px, calc((100vw - 1140px)/2));
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    background: var(--navy);
    color: #fff;
}

.enquire-card h2 {
    font-size: clamp(48px, 5vw, 70px);
}

.enquire-card>p:not(.eyebrow) {
    max-width: 460px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.7;
}

.contact-note {
    display: flex;
    margin-top: 35px;
    gap: 15px;
    flex-direction: column;
}

.contact-note span {
    color: var(--champagne);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-note b {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 400;
}

.lead-form.compact {
    border-color: rgba(255, 255, 255, .12);
    background: #182d47;
}

.concierge-footer {
    background: #fff;
}

.concierge-footer p, .concierge-footer>a:last-child {
    color: #7a858c;
    font-size: 11px;
}

.mobile-bar {
    display: none;
}

@media (max-width: 1000px) {
    .section {
        padding: 85px 30px;
    }

    .concept-switch span {
        display: none;
    }

    .heritage-nav nav, .concierge-nav nav {
        display: none;
    }

    .heritage-intro, .heritage-itinerary, .heritage-enquire, .concierge-route, .upgrades, .concierge-enquire {
        gap: 50px;
    }

    .heritage-route {
        padding-left: 20px;
        padding-right: 20px;
    }

    .experience-grid {
        grid-template-columns: 1fr 1fr;
    }

    .main-card {
        grid-row: span 1;
        grid-column: span 2;
    }

    .concierge-hero {
        grid-template-columns: 50% 50%;
    }

    .concierge-hero-copy {
        padding: 100px 4vw 50px;
    }

    .summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    .summary-grid div:nth-child(2) {
        border-right: 0;
    }

    .summary-grid div:nth-child(-n+2) {
        border-bottom: 1px solid #d9dee2;
    }
}

@media (max-width: 720px) {
 

    .concept-switch {
        top: auto;
        bottom: 72px;
        width: calc(100% - 24px);
        justify-content: center;
    }

    .concept-switch button {
        flex: 1;
        padding: 10px 7px;
        font-size: 10px;
    }

    .section {
        padding: 70px 22px;
    }

    .heritage h2, .concierge h2 {
        font-size: 42px;
    }

    .heritage-nav, .concierge-nav {
        height: 74px;
        padding: 0 20px;
    }

    .heritage-nav .nav-cta, .concierge-nav .button {
        display: none;
    }

    .heritage-hero {
        min-height: 760px;
        height: 100svh;
    }

    .heritage-hero-content {
        min-height: 700px;
        padding: 90px 22px 190px;
    }

    .heritage-hero h1 {
        font-size: 62px;
    }

    .hero-copy {
        font-size: 15px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-facts {
        right: 0;
        left: 0;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .hero-facts div {
        padding: 17px 12px;
    }

    .hero-facts strong {
        font-size: 12px;
    }

    .heritage-intro, .heritage-itinerary, .heritage-enquire, .heritage-stays, .concierge-route, .programme-layout, .upgrades, .concierge-enquire {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .heritage-route {
        overflow-x: auto;
        grid-template-columns: repeat(6, 110px);
        justify-content: start;
    }

    .route-line {
        left: 55px;
        right: auto;
        width: 550px;
    }

    .section-heading, .programme-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .experience-grid {
        display: flex;
        flex-direction: column;
    }

    .experience-card {
        min-height: 330px;
    }

    .dark-card {
        min-height: 250px;
    }

    .sticky-title {
        position: static;
    }

    .day button {
        grid-template-columns: 75px 1fr 25px;
    }

    .day h3 {
        font-size: 21px;
    }

    .day.open .day-content {
        padding-left: 75px;
    }

    .stay-image {
        min-height: 430px;
    }

    .stay-copy {
        padding: 70px 22px;
    }

    .field-grid {
        grid-template-columns: 1fr;
    }

    .heritage-footer, .concierge-footer {
        align-items: flex-start;
        gap: 22px;
        flex-direction: column;
    }

    .concierge-hero {
        display: flex;
        flex-direction: column;
    }

    .concierge-visual {
        min-height: 420px;
    }

    .concierge-hero-copy {
        padding: 55px 22px 65px;
    }

    .concierge-hero-copy h1 {
        font-size: 56px;
    }

    .concierge-tabs {
        justify-content: flex-start;
        gap: 30px;
        overflow-x: auto;
    }

    .route-board {
        grid-template-columns: 1fr;
    }

    .board-stop {
        border-right: 0;
    }

    .board-stop:nth-last-child(2) {
        border-bottom: 1px solid #e3dfd5;
    }

    .programme-photo {
        min-height: 390px;
    }

    .programme-day button {
        grid-template-columns: 75px 1fr 25px;
    }

    .programme-day p {
        margin-left: 80px;
    }

    .tier-grid {
        grid-template-columns: 1fr;
    }

    .tier-card.selected {
        transform: none;
    }

    .lead-form {
        padding: 24px;
        margin-top: 20px;
    }

    .mobile-bar {
        position: fixed;
        z-index: 99;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        height: 62px;
        grid-template-columns: .75fr 1fr 1.5fr;
        background: #fff;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, .15);
    }

    .mobile-bar a {
        display: grid;
        place-items: center;
        border-right: 1px solid #e0e0e0;
        color: var(--navy);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .mobile-bar .primary-mobile {
        background: var(--gold);
        color: #112d2a;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        transition-duration: .01ms !important;
    }
}

@media (max-width: 576px) {
    .day button {
        grid-template-columns: 55px 1fr 25px; 
    }
    .day.open .day-content {
        padding: 0 16px 21px 0;
    }
}