:root {
  --cds-ink: #241d12;
  --cds-coffee: #332416;
  --cds-green: #30483a;
  --cds-sun: #e9a32a;
  --cds-ochre: #bd6e1d;
  --cds-sand: #f2ead9;
  --cds-cream: #fbf7ed;
  --cds-white: #fffdf8;
  --cds-muted: #736b5e;
  --cds-line: rgba(48,38,24,.17);
  --cds-serif: "Cormorant Garamond", Georgia, serif;
  --cds-sans: "DM Sans", Arial, sans-serif;
}

.cds-kit, .cds-kit input, .cds-kit textarea, .cds-kit select, .cds-kit button { font-family: var(--cds-sans); }
.cds-kit { color: var(--cds-ink); }
.cds-kit h1, .cds-kit h2, .cds-kit h3, .cds-kit .elementor-heading-title { margin-top: 0; color: inherit; font-family: var(--cds-serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.cds-kit h1 { font-size: clamp(4rem,7vw,7.3rem); }
.cds-kit h2 { font-size: clamp(2.8rem,5vw,5rem); }
.cds-kit h3 { line-height: 1.18; }
.cds-kit em { color: var(--cds-sun); font-weight: 400; }
.cds-section, .cds-cta, .cds-page-hero, .cds-hero, .cds-header, .cds-footer { --padding-top: 110px; --padding-bottom: 110px; --padding-left: 40px; --padding-right: 40px; padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left); }
.cds-eyebrow .elementor-heading-title, .cds-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--cds-ochre) !important; font-family: var(--cds-sans) !important; font-size: .72rem !important; font-weight: 700 !important; letter-spacing: .18em !important; line-height: 1.4 !important; text-transform: uppercase; }
.cds-eyebrow .elementor-heading-title::before, .cds-eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.cds-eyebrow.cds-light .elementor-heading-title, .cds-eyebrow.cds-light { color: #f7e1b4 !important; }
.cds-section-title .elementor-heading-title, .cds-section-title { font-size: clamp(2.8rem,4.6vw,4.8rem) !important; }
.cds-section-copy { max-width: 650px; color: var(--cds-muted); }
.cds-sand { background: var(--cds-sand); }
.cds-green { background: var(--cds-green); color: white; }
.cds-centered { text-align: center; }
.cds-centered .cds-eyebrow .elementor-heading-title { justify-content: center; }

.cds-button .elementor-button, .cds-button.elementor-widget-button .elementor-button { min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; background: var(--cds-sun); border: 1px solid transparent; border-radius: 0; color: var(--cds-ink); font-family: var(--cds-sans); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease; }
.cds-button .elementor-button:hover { transform: translateY(-2px); }
.cds-button-light .elementor-button { background: var(--cds-cream); }
.cds-button-ghost .elementor-button { background: transparent; border-color: rgba(255,255,255,.7); color: white; }
.cds-button-outline .elementor-button { background: transparent; border-color: var(--cds-ink); }
.cds-button-row { --display: flex; --flex-direction: row; --gap: 12px; display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }

.cds-hero { min-height: 790px; justify-content: flex-end; background-position: center; background-size: cover; color: white; }
.cds-hero::before, .cds-page-hero::before { opacity: 1 !important; }
.cds-hero-content { max-width: 950px; padding-bottom: 40px; }
.cds-hero-title .elementor-heading-title { color: white; font-size: clamp(4rem,7.2vw,7.4rem); }
.cds-hero-copy { max-width: 640px; color: rgba(255,255,255,.86); font-size: 1.06rem; line-height: 1.7; }
.cds-page-hero { min-height: 620px; justify-content: flex-end; background-position: center; background-size: cover; color: white; }
.cds-page-hero-content { max-width: 980px; }
.cds-page-title .elementor-heading-title { color: white; font-size: clamp(4rem,7vw,7rem); }
.cds-page-hero .cds-hero-copy { max-width: 680px; }

.cds-two-col { --display: grid; --columns: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cds-intro { grid-template-columns: 1.25fr .62fr; }
.cds-intro-side { color: var(--cds-muted); }
.cds-heading-row { --display: flex; --flex-direction: row; display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; }

.cds-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.cds-card-grid-featured .cds-card:first-child { grid-column: span 2; }
.cds-card { background: var(--cds-white); border: 1px solid rgba(48,38,24,.08); }
.cds-card-image { min-height: 310px; position: relative; display: block; background-position: center; background-size: cover; }
.cds-card-grid-featured .cds-card:first-child .cds-card-image { min-height: 520px; }
.cds-card-image::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(31,23,13,.32),transparent 58%); content: ""; }
.cds-card-tag { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 7px 11px; background: rgba(255,253,248,.92); color: var(--cds-ink); font-size: .6rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.cds-card-image i { width: 44px; height: 44px; position: absolute; right: 18px; bottom: 18px; z-index: 2; display: grid; place-items: center; background: var(--cds-sun); border-radius: 50%; color: var(--cds-ink); font-style: normal; }
.cds-card-body { padding: 25px 27px 28px; }
.cds-card-body > small { color: var(--cds-ochre); font-size: .63rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.cds-card-body h3 { margin: 10px 0; font-size: 1.9rem; }
.cds-card-body h3 a { color: var(--cds-ink); }
.cds-card-body p { min-height: 70px; color: var(--cds-muted); font-size: .83rem; line-height: 1.65; }
.cds-card-link { padding-top: 14px; display: block; border-top: 1px solid var(--cds-line); color: var(--cds-ochre); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.cds-destination-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 390px; gap: 20px; }
.cds-destination-card { padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; color: white; background-position: center; background-size: cover; }
.cds-destination-card:first-child { grid-row: span 2; }
.cds-destination-card small { color: #f7dfb5; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cds-destination-card strong { font-family: var(--cds-serif); font-size: clamp(2.6rem,4vw,4rem); font-weight: 500; line-height: 1; }
.cds-destination-card i { width: 44px; height: 44px; position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; background: white; border-radius: 50%; color: var(--cds-ink); font-style: normal; }

.cds-difference { padding: 0; background: var(--cds-green); color: white; }
.cds-difference-image { height: 100%; min-height: 720px; }
.cds-fill-image, .cds-fill-image .elementor-widget-container, .cds-fill-image img { height: 100%; min-height: 720px; }
.cds-fill-image img { object-fit: cover; }
.cds-difference-copy { padding: 90px 70px 80px 10px; }
.cds-difference-copy .elementor-widget-text-editor { color: rgba(255,255,255,.72); }
.cds-number-list { margin: 35px 0; padding: 0; list-style: none; }
.cds-number-list li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: white; }
.cds-number-list li:first-child { border-top: 1px solid rgba(255,255,255,.2); }
.cds-number-list span { margin-right: 18px; color: #e5ba6e; font-family: var(--cds-serif); }

.cds-experience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.3); }
.cds-experience-card { padding-bottom: 20px; background: var(--cds-cream); }
.cds-experience-image { min-height: 360px; margin-bottom: 20px; padding: 20px; color: white; background-position: center; background-size: cover; }
.cds-experience-image span { font-family: var(--cds-serif); font-size: 1.3rem; }
.cds-experience-card > small, .cds-experience-card > h3, .cds-experience-card > p { margin-left: 20px; margin-right: 20px; }
.cds-experience-card > small { color: var(--cds-ochre); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cds-experience-card h3 { margin-top: 5px; margin-bottom: 8px; font-size: 1.85rem; }
.cds-experience-card p { color: var(--cds-muted); font-size: .82rem; }
.cds-experience-detailed { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px 30px; background: none; }
.cds-experience-detailed .cds-experience-image { min-height: 450px; }
.cds-experience-detailed .cds-experience-card { background: transparent; }
.cds-experience-detailed .cds-experience-card:nth-child(even) { transform: translateY(65px); }

.cds-steps { --display: grid; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--cds-line); }
.cds-step { padding: 35px 40px 0; border-right: 1px solid var(--cds-line); }
.cds-step:first-child { padding-left: 0; }
.cds-step:last-child { border-right: 0; }
.cds-step-no .elementor-heading-title { color: var(--cds-ochre); font-size: 1.6rem; }
.cds-step h3 { margin-top: 20px; font-size: 2rem; }
.cds-step p { color: var(--cds-muted); }
.cds-quote-wrap { max-width: 1050px; margin-inline: auto; text-align: center; }
.cds-quote-mark .elementor-heading-title { height: 70px; color: var(--cds-sun); font-size: 7rem; }
.cds-quote .elementor-heading-title, .cds-quote { font-size: clamp(2.5rem,4.4vw,4.2rem) !important; line-height: 1.08 !important; }
.cds-quote-source { color: var(--cds-muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.cds-cta { padding-top: 95px; padding-bottom: 95px; background: var(--cds-ochre); color: white; }
.cds-cta-row { --display: flex; --flex-direction: row; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 35px; }
.cds-cta-title { max-width: 840px; }
.cds-cta-title .elementor-heading-title { color: white; font-size: clamp(3rem,5vw,5.1rem); }

.cds-header { min-height: 88px; padding-top: 14px; padding-bottom: 14px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; background: var(--cds-cream); border-bottom: 1px solid var(--cds-line); }
.cds-header-brand { width: auto; }
.cds-brand-name .elementor-heading-title { margin: 0; font-size: 1.55rem; font-weight: 600; }
.cds-brand-subtitle .elementor-heading-title { margin: 4px 0 0; font-family: var(--cds-sans); font-size: .55rem; font-weight: 700; letter-spacing: .22em; }
.cds-header-nav { width: auto; --display: flex; --flex-direction: row; display: flex; flex-direction: row; align-items: center; gap: 22px; }
.cds-nav-link .elementor-button { padding: 8px 0; background: none; color: var(--cds-ink); font-size: .78rem; font-weight: 600; }
.cds-footer { padding-top: 80px; padding-bottom: 75px; display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 80px; background: #201b13; color: rgba(255,255,255,.72); }
.cds-footer h2, .cds-footer h6, .cds-footer .elementor-heading-title { color: #fff6e6; }
.cds-footer h6 .elementor-heading-title { font-family: var(--cds-sans); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.cds-footer a { color: #f0d29d; }

.cds-dynamic-hero { min-height: 790px; padding: 100px 40px 60px; display: flex; align-items: flex-end; color: white; background-position: center; background-size: cover; }
.cds-dynamic-hero-inner { width: min(1240px,100%); margin-inline: auto; }
.cds-dynamic-kicker { color: #f7e1b4; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.cds-dynamic-hero h1 { max-width: 980px; margin: 0 0 22px; color: white; font-family: var(--cds-serif); font-size: clamp(4rem,7.2vw,7.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.cds-dynamic-hero-inner > p:not(.cds-dynamic-kicker) { max-width: 680px; color: rgba(255,255,255,.84); }
.cds-trip-facts { margin-top: 40px; padding-top: 22px; display: grid; grid-template-columns: repeat(3,minmax(160px,250px)); gap: 22px; border-top: 1px solid rgba(255,255,255,.36); }
.cds-trip-facts span { display: flex; flex-direction: column; font-size: .78rem; }
.cds-trip-facts small { color: #f4d7a3; font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.cds-overview-copy { color: var(--cds-muted); }
.cds-dynamic-field { color: var(--cds-muted); }
.cds-labeled-field { margin-top: 28px; padding: 20px 0; display: flex; flex-direction: column; border-block: 1px solid var(--cds-line); }
.cds-labeled-field small { color: var(--cds-ochre); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cds-labeled-field strong { color: var(--cds-ink); font-family: var(--cds-serif); font-size: 1.35rem; }
.cds-highlight-list { margin: 28px 0 0; padding: 0; list-style: none; }
.cds-highlight-list li { padding: 11px 0; border-bottom: 1px solid var(--cds-line); color: var(--cds-ink); }
.cds-highlight-list span { margin-right: 16px; color: var(--cds-ochre); font-family: var(--cds-serif); }
.cds-highlight-pills { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--cds-line); list-style: none; }
.cds-highlight-pills li { min-height: 150px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--cds-line); font-family: var(--cds-serif); font-size: 1.7rem; }
.cds-highlight-pills span { color: var(--cds-ochre); font-size: .85rem; }
.cds-itinerary { max-width: 900px; margin: 45px auto 0; }
.cds-itinerary article { padding-bottom: 42px; display: grid; grid-template-columns: 110px 1fr; gap: 26px; position: relative; }
.cds-itinerary article::before { width: 1px; position: absolute; top: 25px; bottom: 0; left: 5px; background: #cbbda5; content: ""; }
.cds-itinerary article:last-child::before { display: none; }
.cds-itinerary article > span { color: var(--cds-ochre); font-family: var(--cds-serif); font-size: 1.2rem; }
.cds-itinerary article > span::before { width: 12px; height: 12px; margin-right: 18px; display: inline-block; background: var(--cds-ochre); border-radius: 50%; content: ""; }
.cds-itinerary h3 { margin: 0 0 9px; font-family: var(--cds-serif); font-size: 2rem; }
.cds-itinerary p { color: var(--cds-muted); }
.cds-included-grid { --display: grid; display: grid; grid-template-columns: 1fr .72fr .72fr; gap: 26px; }
.cds-list-card { padding: 34px; background: white; border: 1px solid var(--cds-line); }
.cds-list-card-muted { background: var(--cds-sand); }
.cds-list-card h3 { font-size: 1.8rem; }
.cds-meta-list { padding-left: 20px; color: var(--cds-muted); }
.cds-meta-list li { margin-bottom: 10px; }

.cds-form-layout { background: #eee4d2; align-items: start; }
.cds-form-title .elementor-heading-title { font-size: clamp(3.8rem,6vw,6rem); }
.cds-form-intro { color: var(--cds-muted); }
.cds-form-panel { padding: 45px; background: var(--cds-cream); }
.cds-form-panel-title .elementor-heading-title { font-size: 3rem; }
.cds-what-next { margin: 38px 0; padding-top: 22px; border-top: 1px solid var(--cds-line); }
.cds-what-next h3 { font-family: var(--cds-serif); font-size: 1.6rem; }
.cds-what-next p { display: flex; align-items: center; gap: 12px; }
.cds-what-next span { width: 26px; height: 26px; display: inline-grid; place-items: center; background: var(--cds-ink); border-radius: 50%; color: white; font-size: .62rem; }
.cds-lead-form .elementor-field-label { color: var(--cds-ink); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.cds-lead-form .elementor-field { padding: 13px 0; background: transparent; border: 0; border-bottom: 1px solid #a99c86; border-radius: 0; }
.cds-lead-form textarea.elementor-field { padding: 12px; border: 1px solid #a99c86; }
.cds-lead-form .elementor-button { min-height: 52px; padding: 0 25px; background: var(--cds-ink); border: 0; border-radius: 0; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 1024px) {
  .cds-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cds-card-grid-featured .cds-card:first-child { grid-column: span 2; }
  .cds-experience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cds-difference-copy { padding-right: 30px; }
  .cds-included-grid { grid-template-columns: 1fr 1fr; }
  .cds-included-title { grid-column: 1/-1; }
  .cds-header-nav { gap: 10px; }
}

@media (max-width: 767px) {
  .cds-section, .cds-cta, .cds-page-hero, .cds-hero, .cds-header, .cds-footer { --padding-top: 72px; --padding-bottom: 72px; --padding-left: 18px; --padding-right: 18px; }
  .cds-kit h1 { font-size: 3.7rem; }
  .cds-kit h2, .cds-section-title .elementor-heading-title { font-size: 3rem !important; }
  .cds-two-col, .cds-intro, .cds-footer, .cds-included-grid { grid-template-columns: 1fr; gap: 40px; }
  .cds-hero { min-height: 700px; }
  .cds-hero-title .elementor-heading-title, .cds-page-title .elementor-heading-title { font-size: 3.75rem; }
  .cds-button-row { flex-direction: column; align-items: stretch; }
  .cds-button-row .elementor-widget-button, .cds-button-row .elementor-button { width: 100%; }
  .cds-heading-row { flex-direction: column; align-items: flex-start; }
  .cds-card-grid, .cds-card-grid-featured, .cds-destination-grid, .cds-experience-grid, .cds-experience-detailed { grid-template-columns: 1fr; }
  .cds-card-grid-featured .cds-card:first-child, .cds-destination-card:first-child { grid-column: auto; grid-row: auto; }
  .cds-card-image, .cds-card-grid-featured .cds-card:first-child .cds-card-image { min-height: 350px; }
  .cds-destination-grid { grid-auto-rows: 410px; }
  .cds-difference-image, .cds-fill-image, .cds-fill-image .elementor-widget-container, .cds-fill-image img { min-height: 470px; }
  .cds-difference-copy { padding: 60px 18px; }
  .cds-experience-detailed .cds-experience-card:nth-child(even) { transform: none; }
  .cds-steps { grid-template-columns: 1fr; }
  .cds-step, .cds-step:first-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--cds-line); }
  .cds-cta-row { flex-direction: column; align-items: flex-start; }
  .cds-cta-title .elementor-heading-title { font-size: 3.1rem; }
  .cds-header { flex-wrap: wrap; }
  .cds-header-nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .cds-nav-link .elementor-button { font-size: .68rem; }
  .cds-dynamic-hero { min-height: 690px; padding: 85px 18px 45px; }
  .cds-dynamic-hero h1 { font-size: 3.75rem; }
  .cds-trip-facts { grid-template-columns: 1fr 1fr; }
  .cds-trip-facts span:last-child { display: none; }
  .cds-highlight-pills { grid-template-columns: 1fr 1fr; }
  .cds-itinerary article { grid-template-columns: 78px 1fr; gap: 15px; }
  .cds-form-panel { padding: 30px 20px; }
}
