/*
Theme Name: Designed Destinations
Theme URI: https://designeddestinationscollective.com
Description: Custom child theme for Designed Destinations travel agency. Built on Astra.
Author: Designed Destinations
Version: 1.1.0
Template: astra
Text Domain: designed-destinations
*/

:root {
    /* Brand palette — pulled directly from the logo */
    --dd-pink: #e6308a;
    --dd-pink-dark: #c4226f;
    --dd-teal: #2bb6d6;
    --dd-blue: #1d70b8;
    --dd-orange: #f08a3e;
    --dd-green: #4cb84c;
    --dd-ink: #1a1f2e;
    --dd-paper: #fffaf4;        /* warm off-white */
    --dd-sand: #faf3ea;          /* warmer sand */
    --dd-sand-dark: #f0e3d0;
    --dd-muted: #6b7280;
    --dd-shadow-sm: 0 2px 12px rgba(38, 22, 6, 0.06);
    --dd-shadow-md: 0 8px 28px rgba(38, 22, 6, 0.10);
    --dd-shadow-lg: 0 18px 50px rgba(38, 22, 6, 0.18);
    --dd-radius: 18px;
}

/* Warm overall body */
body {
    background: var(--dd-paper);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dd-ink);
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    font-weight: 600;
    color: var(--dd-ink);
    letter-spacing: -0.01em;
}

h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); margin-bottom: .5rem; }
h3 { font-size: 1.4rem; }

/* Top accent on header */
.site-title a, .entry-title a:hover, .main-navigation a:hover { color: var(--dd-pink); }

/* Buttons — pill, brand-pink, animated */
.wp-block-button__link, .button, input[type="submit"],
.ast-custom-button, .fluentform .ff-btn-submit, .dd-btn {
    background: var(--dd-pink) !important;
    border: 2px solid var(--dd-pink) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: .75rem 1.6rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    display: inline-block;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
    box-shadow: 0 6px 18px rgba(230, 48, 138, .25);
    cursor: pointer;
}

.wp-block-button__link:hover, .button:hover, input[type="submit"]:hover,
.fluentform .ff-btn-submit:hover, .dd-btn:hover {
    background: var(--dd-pink-dark) !important;
    border-color: var(--dd-pink-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(230, 48, 138, .35);
}

.dd-btn--ghost {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.7) !important;
    box-shadow: none !important;
}
.dd-btn--ghost:hover {
    background: #fff !important;
    color: var(--dd-pink) !important;
    border-color: #fff !important;
}

/* ----------------------------------------------------
   HERO with photo + parallax + animated SVG wave below
   ---------------------------------------------------- */
.dd-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 5rem 1rem 7rem;
    background-color: var(--dd-blue);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.dd-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,30,60,.35) 0%, rgba(10,20,40,.65) 100%);
    z-index: 0;
}

.dd-hero__inner {
    position: relative; z-index: 2;
    max-width: 720px;
    animation: dd-fade-up 1s cubic-bezier(.2,.7,.2,1) both;
}

.dd-hero__eyebrow {
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(6px);
    padding: .35rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.25);
    margin-bottom: 1.4rem;
}

.dd-hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 4.4rem);
    line-height: 1.05;
    margin: 0 0 1rem;
    text-shadow: 0 2px 18px rgba(0,0,0,.3);
}

.dd-hero h1 em {
    font-style: italic;
    color: #ffd6e7;
}

.dd-hero p {
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    max-width: 560px;
    margin: 0 auto 2rem;
    opacity: .95;
}

.dd-hero__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* SVG wave divider */
.dd-hero__wave {
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    width: 100%;
    height: 90px;
    z-index: 2;
}
.dd-hero__wave path {
    fill: var(--dd-paper);
}

/* Scroll cue removed — was overlapping content. The wave divider is enough. */

/* ----------------------------------------------------
   SECTION FRAME
   ---------------------------------------------------- */
.dd-section {
    padding: 4.5rem 1rem;
    max-width: 1160px;
    margin: 0 auto;
}
.dd-section--sand {
    background: var(--dd-sand);
    max-width: 100%;
    padding: 5rem 1rem;
    position: relative;
}
.dd-section--ink {
    background: var(--dd-ink);
    color: #fff;
    max-width: 100%;
    padding: 5rem 1rem;
}
.dd-section--ink h2 { color: #fff; }

.dd-section__heading {
    text-align: center;
    margin-bottom: 2.5rem;
}
.dd-section__heading h2 {
    margin: 0;
}
.dd-section__heading p {
    color: var(--dd-muted);
    max-width: 620px;
    margin: .75rem auto 0;
    font-size: 1.05rem;
}
.dd-section__heading .dd-eyebrow {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--dd-pink);
    font-weight: 600;
    margin-bottom: .75rem;
}

/* ----------------------------------------------------
   CARD GRID — destination & trip cards
   ---------------------------------------------------- */
.dd-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 1.6rem;
    margin: 0 auto;
    max-width: 1160px;
}

.dd-card {
    position: relative;
    background: #fff;
    border-radius: var(--dd-radius);
    overflow: hidden;
    box-shadow: var(--dd-shadow-sm);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
    display: flex;
    flex-direction: column;
}
.dd-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--dd-shadow-lg);
}

.dd-card__image {
    aspect-ratio: 4 / 3;
    background: var(--dd-sand-dark) center / cover no-repeat;
    position: relative;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
    overflow: hidden;
    display: block;
}
.dd-card:hover .dd-card__image { transform: scale(1.05); }

/* image vignette gradient */
.dd-card__image::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

.dd-card__badge {
    position: absolute;
    top: 14px; left: 14px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(4px);
    color: var(--dd-ink);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .3rem .65rem;
    border-radius: 999px;
    box-shadow: var(--dd-shadow-sm);
    z-index: 2;
}

.dd-card__body {
    padding: 1.1rem 1.2rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    flex: 1;
}

.dd-card__region {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--dd-teal);
    font-weight: 700;
}

.dd-card__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--dd-ink);
    margin: 0;
    line-height: 1.15;
}
.dd-card__title a { color: inherit; text-decoration: none; transition: color .2s ease; }
.dd-card__title a:hover { color: var(--dd-pink); }

.dd-card__excerpt {
    color: var(--dd-muted);
    font-size: .92rem;
    margin: .3rem 0 .8rem;
    line-height: 1.5;
}

.dd-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: auto;
    padding-top: .8rem;
    border-top: 1px solid #f0e6d6;
}

.dd-chip {
    display: inline-flex;
    align-items: center;
    background: var(--dd-sand);
    color: var(--dd-ink);
    padding: .25rem .7rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 500;
}
.dd-chip--accent {
    background: linear-gradient(90deg, var(--dd-pink), var(--dd-orange));
    color: #fff;
}

/* ----------------------------------------------------
   "Why us" feature blocks
   ---------------------------------------------------- */
.dd-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dd-why {
    background: #fff;
    padding: 2rem 1.6rem;
    border-radius: var(--dd-radius);
    box-shadow: var(--dd-shadow-sm);
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}
.dd-why:hover { transform: translateY(-4px); box-shadow: var(--dd-shadow-md); }

.dd-why__icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--dd-teal), var(--dd-blue));
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    box-shadow: 0 6px 18px rgba(29, 112, 184, .3);
}
.dd-why--pink .dd-why__icon { background: linear-gradient(135deg, var(--dd-pink), var(--dd-orange)); box-shadow: 0 6px 18px rgba(230, 48, 138, .3); }
.dd-why--green .dd-why__icon { background: linear-gradient(135deg, var(--dd-green), var(--dd-teal)); box-shadow: 0 6px 18px rgba(76, 184, 76, .3); }

.dd-why h3 { margin: .25rem 0 .4rem; }
.dd-why p { color: var(--dd-muted); font-size: .98rem; margin: 0; line-height: 1.55; }

/* ----------------------------------------------------
   Lookbook / inspiration wall — masonry-ish strip
   ---------------------------------------------------- */
.dd-lookbook {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 6px;
    margin: 0 auto;
    max-width: 1280px;
}

.dd-lookbook__cell {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform .6s ease;
    cursor: pointer;
}
.dd-lookbook__cell::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20,30,60,.55) 100%);
    opacity: 0;
    transition: opacity .3s ease;
}
.dd-lookbook__cell:hover::after { opacity: 1; }
.dd-lookbook__cell:hover { transform: scale(1.02); }

.dd-lookbook__cell:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.dd-lookbook__cell:nth-child(6) { grid-column: span 2; }

@media (max-width: 800px) {
    .dd-lookbook { grid-template-columns: repeat(2, 1fr); }
    .dd-lookbook__cell:nth-child(1),
    .dd-lookbook__cell:nth-child(6) { grid-column: span 2; }
}

/* ----------------------------------------------------
   Testimonials
   ---------------------------------------------------- */
.dd-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dd-testimonial {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.1);
    padding: 2rem;
    border-radius: var(--dd-radius);
    position: relative;
}
.dd-testimonial::before {
    content: "“";
    font-family: 'Cormorant Garamond', serif;
    position: absolute;
    top: -12px; left: 18px;
    font-size: 5rem;
    color: var(--dd-pink);
    line-height: 1;
}
.dd-testimonial__quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 1rem;
    color: rgba(255,255,255,.95);
}
.dd-testimonial__who {
    font-size: .85rem;
    color: rgba(255,255,255,.7);
    letter-spacing: .04em;
}
.dd-testimonial__who strong {
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: .15rem;
    font-style: normal;
}

/* ----------------------------------------------------
   Climate widget
   ---------------------------------------------------- */
.dd-climate {
    margin: 2.5rem 0;
    background: #fff;
    border-radius: var(--dd-radius);
    padding: 1.75rem 2rem;
    box-shadow: var(--dd-shadow-sm);
    border: 1px solid rgba(0,0,0,.04);
}
.dd-climate h3 {
    margin-top: 0;
    color: var(--dd-blue);
    font-size: 1.5rem;
}
.dd-climate__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4px;
    margin-top: .9rem;
}
.dd-climate__month {
    text-align: center;
    padding: .65rem .25rem;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 600;
    color: var(--dd-ink);
    background: #eee;
    line-height: 1.2;
    transition: transform .2s ease;
    cursor: help;
}
.dd-climate__month:hover { transform: scale(1.08); z-index: 2; }
.dd-climate__month small { display: block; font-weight: 400; font-size: .7rem; opacity: .8; }
.dd-climate__month.is-ideal { background: #b9e8c0; }
.dd-climate__month.is-good  { background: #f4e29a; }
.dd-climate__month.is-fair  { background: #f7c89a; }
.dd-climate__month.is-poor  { background: #f0a4a4; }
.dd-climate__month.is-selected { outline: 3px solid var(--dd-pink); outline-offset: 2px; }
.dd-climate__legend {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem 1rem;
}
.dd-climate__legend li {
    display: flex;
    gap: .55rem;
    align-items: flex-start;
}
.dd-climate__swatch {
    width: 14px; height: 14px;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 4px;
}
.dd-climate__legend .is-ideal .dd-climate__swatch { background: #b9e8c0; }
.dd-climate__legend .is-good .dd-climate__swatch  { background: #f4e29a; }
.dd-climate__legend .is-fair .dd-climate__swatch  { background: #f7c89a; }
.dd-climate__legend .is-poor .dd-climate__swatch  { background: #f0a4a4; }
.dd-climate__legend strong {
    display: block;
    color: var(--dd-ink);
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.2;
}
.dd-climate__legend small {
    display: block;
    color: var(--dd-muted);
    font-size: .76rem;
    line-height: 1.4;
    margin-top: 2px;
}
@media (max-width: 800px) { .dd-climate__legend { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .dd-climate__legend { grid-template-columns: 1fr; } }

/* ----------------------------------------------------
   Inquiry CTA box
   ---------------------------------------------------- */
.dd-inquire {
    background: linear-gradient(135deg, var(--dd-blue), var(--dd-teal) 60%, var(--dd-pink));
    color: #fff;
    padding: 3rem 2rem;
    border-radius: var(--dd-radius);
    text-align: center;
    margin: 3rem auto;
    max-width: 980px;
    box-shadow: var(--dd-shadow-md);
    position: relative;
    overflow: hidden;
}
.dd-inquire::before {
    content: ""; position: absolute; inset: -50%;
    background: radial-gradient(ellipse at top right, rgba(255,255,255,.18), transparent 60%);
    pointer-events: none;
}
.dd-inquire h2 { color: #fff; font-size: 2.2rem; margin: 0 0 .6rem; }
.dd-inquire p { font-size: 1.05rem; max-width: 560px; margin: 0 auto 1.4rem; opacity: .95; }
.dd-inquire .button { background: #fff !important; color: var(--dd-pink) !important; border-color: #fff !important; }
.dd-inquire .button:hover { background: var(--dd-ink) !important; color: #fff !important; border-color: var(--dd-ink) !important; }

/* ----------------------------------------------------
   Sticky inquire button (mobile + desktop)
   ---------------------------------------------------- */
.dd-sticky-cta {
    position: fixed;
    bottom: 24px; right: 24px;
    z-index: 999;
    background: var(--dd-pink);
    color: #fff !important;
    padding: .85rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(230, 48, 138, .4);
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    transition: transform .3s ease, box-shadow .3s ease;
    animation: dd-float 4s ease-in-out infinite;
}
.dd-sticky-cta:hover {
    background: var(--dd-pink-dark);
    transform: scale(1.05);
    box-shadow: 0 14px 38px rgba(230, 48, 138, .5);
}

@keyframes dd-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
}

/* ----------------------------------------------------
   Live weather widget styling (matches the inline)
   ---------------------------------------------------- */
.dd-weather {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    background: #fff;
    padding: .9rem 1.2rem;
    border-radius: 999px;
    box-shadow: var(--dd-shadow-sm);
    border: 1px solid rgba(0,0,0,.05);
    margin: 0 0 1.5rem;
}
.dd-weather--placeholder {
    background: var(--dd-sand);
    color: var(--dd-muted);
}

/* ----------------------------------------------------
   Fluent Form polish
   ---------------------------------------------------- */
.fluentform .ff-el-input--label label {
    font-weight: 600;
    color: var(--dd-ink);
    margin-bottom: .35rem;
    font-size: .92rem;
}
.fluentform .ff-el-form-control {
    border-radius: 10px !important;
    border: 1.5px solid #e5dfd4 !important;
    padding: .7rem .9rem !important;
    transition: border-color .2s ease, box-shadow .2s ease;
    background: #fff;
}
.fluentform .ff-el-form-control:focus {
    border-color: var(--dd-pink) !important;
    box-shadow: 0 0 0 3px rgba(230, 48, 138, .12) !important;
    outline: none;
}
.fluentform .ff-el-group {
    margin-bottom: 1.1rem;
}
.fluentform .ff-btn-submit-container {
    text-align: center;
    margin-top: 1.5rem;
}

/* ----------------------------------------------------
   AddToAny share row
   ---------------------------------------------------- */
.addtoany_share_save_container {
    margin: 1.75rem 0;
    padding: 1rem 1.25rem;
    background: var(--dd-sand);
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}
.addtoany_share_save_container::before {
    content: "Share this:";
    font-size: .85rem;
    font-weight: 600;
    color: var(--dd-ink);
    margin-right: .4rem;
}

/* ----------------------------------------------------
   Scroll-reveal animation
   ---------------------------------------------------- */
.dd-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.dd-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.dd-reveal--delay-1 { transition-delay: .12s; }
.dd-reveal--delay-2 { transition-delay: .24s; }
.dd-reveal--delay-3 { transition-delay: .36s; }

@keyframes dd-fade-up {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ----------------------------------------------------
   Search & Filter form polish
   ---------------------------------------------------- */
.searchandfilter ul {
    display: flex; flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0 0 2rem;
    padding: 1.2rem 1.4rem;
    background: #fff;
    border-radius: var(--dd-radius);
    box-shadow: var(--dd-shadow-sm);
}
.searchandfilter li label { font-size: .85rem; font-weight: 600; color: var(--dd-ink); display: block; margin-bottom: .35rem; }
.searchandfilter select, .searchandfilter input[type="search"], .searchandfilter input[type="text"] {
    padding: .55rem .8rem;
    border: 1.5px solid #e5dfd4;
    border-radius: 10px;
    background: #fff;
}

/* ----------------------------------------------------
   Footer warmth
   ---------------------------------------------------- */
.dd-footer-cta {
    text-align: center;
    padding: 4rem 1rem;
    background: var(--dd-sand);
}

/* ----------------------------------------------------
   Mobile tweaks
   ---------------------------------------------------- */
@media (max-width: 640px) {
    .dd-hero { background-attachment: scroll; min-height: 540px; }
    .dd-section { padding: 3rem 1rem; }
    .dd-inquire { padding: 2.2rem 1.2rem; }
    .dd-sticky-cta { bottom: 14px; right: 14px; padding: .7rem 1.1rem; font-size: .9rem; }
}

/* =========================================================
   COMPACT PAGE INTRO (used on archive / about / contact)
   Lighter than the big photo hero — themed gradients + pattern.
   ========================================================= */
.dd-intro {
    position: relative;
    padding: 4.5rem 1.25rem 3.5rem;
    text-align: center;
    overflow: hidden;
    color: var(--dd-ink);
}
.dd-intro--sand   { background: linear-gradient(135deg, #faf3ea 0%, #fef0e1 100%); }
.dd-intro--ocean  { background: linear-gradient(135deg, #cfe9f3 0%, #a6d6e8 60%, #2bb6d6 130%); color: var(--dd-ink); }
.dd-intro--sunset { background: linear-gradient(135deg, #ffd1a3 0%, #ffb0d8 60%, #e6308a 130%); color: var(--dd-ink); }
.dd-intro--mint   { background: linear-gradient(135deg, #d4f0d6 0%, #b9e8d3 60%, #4cb88a 130%); color: var(--dd-ink); }

/* Hand-drawn dotted pattern overlay using radial-gradient */
.dd-intro__pattern {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.6) 1px, transparent 1.5px);
    background-size: 24px 24px;
    opacity: .5;
    pointer-events: none;
}

.dd-intro__inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 2;
}
.dd-intro__icon {
    display: inline-block;
    font-size: 2rem;
    color: var(--dd-pink);
    margin-bottom: .35rem;
    transform: rotate(-6deg);
}
.dd-intro__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.05;
    margin: .35rem 0 .8rem;
    letter-spacing: -0.01em;
    color: var(--dd-ink);
}
.dd-intro__title em {
    font-style: italic;
    color: var(--dd-pink);
}
.dd-intro__subtitle {
    font-size: 1.05rem;
    max-width: 580px;
    margin: 0 auto;
    color: var(--dd-muted);
    line-height: 1.5;
}
.dd-intro__divider {
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    width: 100%; height: 60px;
    z-index: 1;
}
.dd-intro__divider path {
    fill: var(--dd-paper);
}

/* =========================================================
   EDITORIAL SPLIT BLOCK (image + text)
   ========================================================= */
.dd-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin: 0;
}
.dd-split--reverse { grid-template-columns: 1fr 1fr; }
.dd-split--reverse .dd-split__image { order: 2; }
.dd-split__image {
    min-height: 380px;
    background-size: cover;
    background-position: center;
}
.dd-split__body {
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--dd-paper);
}
.dd-split__body h2 {
    margin: .25rem 0 1rem;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    line-height: 1.1;
}
.dd-split__body h2 em { font-style: italic; color: var(--dd-pink); }
.dd-split__content { color: var(--dd-ink); line-height: 1.65; max-width: 520px; }
.dd-split__content p { margin: 0 0 1rem; }

@media (max-width: 800px) {
    .dd-split, .dd-split--reverse { grid-template-columns: 1fr; }
    .dd-split--reverse .dd-split__image { order: 0; }
    .dd-split__image { min-height: 260px; }
    .dd-split__body { padding: 2.5rem 1.5rem; }
}

/* =========================================================
   SINGLE DESTINATION / TRIP — full-bleed image hero w/ overlay
   ========================================================= */
.dd-single-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-color: var(--dd-blue);
    background-size: cover;
    background-position: center;
    padding: 4rem 1.5rem 5rem;
    overflow: hidden;
}
.dd-single-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(20,30,60,.65) 75%, rgba(20,30,60,.85) 100%);
    z-index: 0;
}
.dd-single-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
    width: 100%;
    animation: dd-fade-up .8s cubic-bezier(.2,.7,.2,1) both;
}
.dd-single-hero__crumbs {
    display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem;
}
.dd-pill {
    display: inline-block;
    padding: .25rem .9rem;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .04em;
}
.dd-pill--accent {
    background: var(--dd-pink);
    border-color: var(--dd-pink);
}
.dd-single-hero__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 1.05;
    color: #fff;
    margin: 0 0 .6rem;
    text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.dd-single-hero__excerpt {
    font-size: 1.1rem;
    max-width: 620px;
    color: rgba(255,255,255,.92);
    margin: 0 0 1.5rem;
    line-height: 1.45;
}
.dd-single-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin: 1.6rem 0;
}
.dd-fact {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .92rem;
    line-height: 1.25;
    color: rgba(255,255,255,.95);
}
.dd-fact__icon {
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    font-size: 1.1rem;
}
.dd-fact strong { color: #fff; font-weight: 700; }

.dd-single-hero__cta { margin-top: .5rem; }
.dd-btn--lg { padding: 1rem 1.8rem !important; font-size: 1.05rem !important; }
.dd-btn--block { width: 100%; text-align: center; }

/* Body grid — main content + sticky sidebar */
.dd-single-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 3rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    position: relative;
}
.dd-single-main {
    line-height: 1.7;
    color: var(--dd-ink);
    font-size: 1.04rem;
}
.dd-single-main h2, .dd-single-main h3 { margin-top: 2rem; }
.dd-single-main p { margin-bottom: 1rem; }
.dd-single-main ul { margin-bottom: 1.2rem; }

.dd-section__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    padding-bottom: .5rem;
}
.dd-section__title::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 50px; height: 3px;
    background: linear-gradient(90deg, var(--dd-pink), var(--dd-orange));
    border-radius: 3px;
}

/* Sidebar */
.dd-single-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.dd-single-sidebar__card {
    background: #fff;
    padding: 1.5rem 1.6rem;
    border-radius: var(--dd-radius);
    box-shadow: var(--dd-shadow-sm);
    border: 1px solid rgba(0,0,0,.04);
}
.dd-single-sidebar__card h3 {
    margin: 0 0 1rem;
    font-size: 1.15rem;
    color: var(--dd-blue);
}
.dd-facts { margin: 0; padding: 0; }
.dd-facts > div {
    display: flex;
    justify-content: space-between;
    padding: .55rem 0;
    border-bottom: 1px dashed rgba(0,0,0,.07);
    font-size: .9rem;
}
.dd-facts > div:last-child { border-bottom: 0; }
.dd-facts dt { color: var(--dd-muted); margin: 0; }
.dd-facts dd { margin: 0; font-weight: 600; color: var(--dd-ink); text-align: right; }

.dd-single-sidebar__inquire {
    background: linear-gradient(135deg, var(--dd-pink), var(--dd-orange));
    padding: 1.6rem;
    border-radius: var(--dd-radius);
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 26px rgba(230, 48, 138, .25);
}
.dd-single-sidebar__inquire h3 { color: #fff; margin: 0 0 .5rem; font-size: 1.3rem; }
.dd-single-sidebar__inquire p { margin: 0 0 1.2rem; font-size: .92rem; opacity: .95; line-height: 1.5; }
.dd-single-sidebar__inquire .dd-btn {
    background: #fff !important;
    color: var(--dd-pink) !important;
    border-color: #fff !important;
    box-shadow: 0 6px 14px rgba(0,0,0,.18);
}
.dd-single-sidebar__inquire .dd-btn:hover {
    background: var(--dd-ink) !important;
    color: #fff !important;
    border-color: var(--dd-ink) !important;
}
.dd-single-sidebar__link {
    display: block;
    color: rgba(255,255,255,.85);
    margin-top: .9rem;
    font-size: .82rem;
    text-decoration: none;
}
.dd-single-sidebar__link:hover { color: #fff; }

@media (max-width: 900px) {
    .dd-single-grid { grid-template-columns: 1fr; padding: 2.5rem 1.2rem; gap: 2rem; }
    .dd-single-sidebar { position: static; }
}

/* Highlights cards */
.dd-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
.dd-highlight {
    background: var(--dd-sand);
    padding: 1.25rem 1.4rem;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.04);
    transition: transform .25s ease, box-shadow .25s ease;
}
.dd-highlight:hover { transform: translateY(-3px); box-shadow: var(--dd-shadow-sm); }
.dd-highlight__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--dd-teal), var(--dd-blue));
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: .6rem;
}
.dd-highlight h3 { margin: 0 0 .3rem; font-size: 1.1rem; }
.dd-highlight p { margin: 0; color: var(--dd-muted); font-size: .92rem; line-height: 1.5; }

/* Itinerary timeline */
.dd-itinerary {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    position: relative;
}
.dd-itinerary::before {
    content: ""; position: absolute;
    left: 14px; top: 8px; bottom: 8px;
    width: 2px;
    background: linear-gradient(var(--dd-pink), var(--dd-teal), var(--dd-blue));
    border-radius: 1px;
}
.dd-itinerary__item {
    position: relative;
    padding: 0 0 2rem 3.2rem;
}
.dd-itinerary__dot {
    position: absolute; left: 6px; top: 6px;
    width: 18px; height: 18px;
    background: #fff;
    border: 3px solid var(--dd-pink);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(230,48,138,.12);
}
.dd-itinerary__day {
    font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
    color: var(--dd-pink); font-weight: 700;
}
.dd-itinerary__body h3 { margin: .15rem 0 .35rem; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; }
.dd-itinerary__body p  { margin: 0; color: var(--dd-muted); }

/* Checklist */
.dd-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: .55rem .9rem;
}
.dd-checklist li {
    position: relative;
    padding: .35rem 0 .35rem 1.6rem;
    color: var(--dd-ink);
    font-size: .95rem;
}
.dd-checklist li::before {
    content: "✓";
    position: absolute; left: 0; top: .35rem;
    width: 20px; height: 20px;
    color: #fff;
    background: var(--dd-green);
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    line-height: 1;
}

/* Single-page gallery */
.dd-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 6px;
    margin-top: 1rem;
}
.dd-gallery__cell {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: transform .35s ease, opacity .25s ease;
    display: block;
}
.dd-gallery__cell:hover { transform: scale(1.04); opacity: .92; }

/* =========================================================
   QUICK INQUIRE MODAL
   ========================================================= */
body.dd-modal-open { overflow: hidden; }

.dd-modal {
    position: fixed; inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity .22s ease;
}
.dd-modal.is-open { opacity: 1; pointer-events: auto; }

.dd-modal__backdrop {
    position: absolute; inset: 0;
    background: rgba(20, 30, 60, .55);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.dd-modal__panel {
    position: relative;
    background: #fff;
    width: min(560px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 22px;
    padding: 2rem 2rem 1.5rem;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    transform: translateY(20px) scale(.97);
    transition: transform .25s cubic-bezier(.2,.7,.2,1);
}
.dd-modal.is-open .dd-modal__panel { transform: translateY(0) scale(1); }

.dd-modal__close {
    position: absolute;
    top: 14px; right: 16px;
    background: transparent;
    border: 0;
    font-size: 1.8rem;
    line-height: 1;
    color: var(--dd-muted);
    cursor: pointer;
    padding: .15rem .5rem;
    border-radius: 8px;
    transition: background .2s ease, color .2s ease;
}
.dd-modal__close:hover { background: var(--dd-sand); color: var(--dd-ink); }

.dd-modal__header { margin-bottom: 1.2rem; padding-right: 2rem; }
.dd-modal__header h2 {
    font-size: 1.7rem;
    margin: .15rem 0 .3rem;
    line-height: 1.15;
}
.dd-modal__header p { margin: 0; color: var(--dd-muted); font-size: .95rem; }

@media (max-width: 480px) {
    .dd-modal__panel { padding: 1.5rem 1.2rem 1rem; border-radius: 18px; }
    .dd-modal__header h2 { font-size: 1.4rem; }
}

/* =========================================================
   CONTACT FORM — section breaks + two-column rows + softer look
   ========================================================= */
/* Wrap the form contents and give it card padding when used standalone (set inline) */
.dd-form-card {
    background: #fff;
    padding: 2.5rem 2.2rem;
    border-radius: 22px;
    box-shadow: 0 8px 30px rgba(38, 22, 6, .06);
    border: 1px solid rgba(0,0,0,.04);
    max-width: 820px;
    margin: 0 auto;
}

.fluentform .ff-el-section-break {
    margin: 2.4rem 0 1rem !important;
    padding: 0 0 .5rem;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.fluentform .ff-el-section-break:first-child { margin-top: 0 !important; }
.fluentform .ff-el-section-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.5rem !important;
    color: var(--dd-blue) !important;
    margin: 0 0 .25rem !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: .55rem;
}
.fluentform .ff-el-section-title::before {
    content: "✦";
    color: var(--dd-pink);
    font-size: 1rem;
}
.fluentform .ff-section_break_desk {
    color: var(--dd-muted) !important;
    font-size: .92rem !important;
    margin-bottom: .5rem;
}
.fluentform .ff-el-section-break hr { display: none; }

/* Two-column rows: lay the fieldset as a CSS grid so any number of
   consecutive .ff-col-half pairs gets a clean 1rem gutter, while non-half
   fields and section breaks span the full width. */
.fluentform fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 0;
}
.fluentform fieldset > .ff-el-group:not(.ff-col-half),
.fluentform fieldset > .ff-el-section-break,
.fluentform fieldset > .ff-btn-submit-container {
    grid-column: 1 / -1;
}
.fluentform fieldset > .ff-el-group.ff-col-half {
    grid-column: span 1;
}
@media (max-width: 600px) {
    .fluentform fieldset { grid-template-columns: 1fr; }
    .fluentform fieldset > .ff-el-group.ff-col-half { grid-column: 1 / -1; }
}

/* Modal-form polish: tighter spacing + smaller submit padding */
.dd-modal__panel .fluentform .ff-el-group { margin-bottom: .8rem; }
.dd-modal__panel .fluentform .ff-btn-submit-container { margin-top: 1rem; }

/* =========================================================
   TWEAKS to existing hero + reusable bits
   ========================================================= */
.dd-hero {
    min-height: 600px;  /* slightly shorter — no scroll cue now */
}
.dd-hero__inner {
    padding-bottom: 1.5rem; /* breathing room above the wave */
}

/* Decorative SVG flourish color helpers */
.dd-flourish--palm  { color: var(--dd-green); }
.dd-flourish--plane { color: var(--dd-pink); transform: rotate(-12deg); }
.dd-flourish--sun   { color: var(--dd-orange); }
.dd-flourish--wave  { color: var(--dd-teal); }
.dd-flourish--compass { color: var(--dd-blue); }

/* Row of decorative flourishes used as a section divider */
.dd-flourish-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    margin: 3rem 0;
    color: var(--dd-pink);
}
.dd-flourish-row .dd-flourish { animation: dd-flourish-bob 4s ease-in-out infinite; }
.dd-flourish-row .dd-flourish:nth-child(2) { animation-delay: .8s; }
.dd-flourish-row .dd-flourish:nth-child(3) { animation-delay: 1.6s; }
@keyframes dd-flourish-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}
.dd-flourish-row .dd-flourish--plane { animation: none; transform: rotate(-12deg); }

/* Hide empty comments area site-wide — comments are disabled */
.comments-area, #comments, .comment-respond { display: none !important; }

/* =========================================================
   INSTANT TOOLTIP (for climate cells and any [data-dd-tooltip])
   ========================================================= */
.dd-tip {
    position: absolute;
    z-index: 9998;
    background: var(--dd-ink);
    color: #fff;
    padding: .55rem .75rem;
    border-radius: 10px;
    font-size: .82rem;
    line-height: 1.4;
    max-width: 260px;
    box-shadow: 0 8px 22px rgba(0,0,0,.25);
    pointer-events: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .12s ease, transform .12s ease;
}
.dd-tip.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* Arrow */
.dd-tip::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0; height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.dd-tip:not(.is-below)::after {
    bottom: -6px;
    border-top: 6px solid var(--dd-ink);
}
.dd-tip.is-below::after {
    top: -6px;
    border-bottom: 6px solid var(--dd-ink);
}

.dd-tip__head {
    font-weight: 600;
    margin-bottom: .25rem;
    font-size: .9rem;
}
.dd-tip__rating {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    margin-left: .15rem;
    color: var(--dd-ink);
}
.dd-tip__rating--ideal { background: #b9e8c0; }
.dd-tip__rating--good  { background: #f4e29a; }
.dd-tip__rating--fair  { background: #f7c89a; }
.dd-tip__rating--poor  { background: #f0a4a4; }

.dd-tip__meta {
    color: rgba(255,255,255,.78);
    font-size: .76rem;
    margin-bottom: .25rem;
}
.dd-tip__meta strong { color: #fff; font-weight: 600; }

.dd-tip__note {
    color: rgba(255,255,255,.92);
    font-size: .82rem;
}

/* Show pointer cursor on tooltip-tagged elements (replaces "help") */
[data-dd-tooltip] { cursor: pointer; }

/* Belt-and-suspenders: never show the author/date/comments meta strip on
   single Destination or Trip Idea pages — our custom hero owns the title row. */
.single-destination .entry-meta,
.single-destination .ast-single-post-meta,
.single-destination .post-meta,
.single-trip_idea .entry-meta,
.single-trip_idea .ast-single-post-meta,
.single-trip_idea .post-meta {
    display: none !important;
}

/* =========================================================
   DESTINATION FILTER — clean horizontal row of dropdowns
   ========================================================= */
.dd-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
    background: #fff;
    padding: 1.25rem 1.4rem;
    border-radius: var(--dd-radius);
    box-shadow: var(--dd-shadow-sm);
    border: 1px solid rgba(0,0,0,.04);
    margin: 0 0 2rem;
}
.dd-filter__field {
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.dd-filter__field span {
    font-size: .8rem;
    font-weight: 600;
    color: var(--dd-ink);
    letter-spacing: .02em;
}
.dd-filter select {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    line-height: 1.3;
    padding: 0 2.4rem 0 .9rem;
    border: 1.5px solid #e5dfd4;
    border-radius: 10px;
    background-color: #fff;
    font-size: .95rem;
    font-family: inherit;
    color: var(--dd-ink);
    transition: border-color .2s ease, box-shadow .2s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a1f2e' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 12px 8px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dd-filter select:focus {
    outline: none;
    border-color: var(--dd-pink);
    box-shadow: 0 0 0 3px rgba(230, 48, 138, .12);
}
.dd-filter__actions {
    display: flex;
    align-items: center;
    gap: .8rem;
    flex-shrink: 0;
}
.dd-filter__clear {
    color: var(--dd-muted);
    font-size: .9rem;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    transition: color .2s ease, border-color .2s ease;
}
.dd-filter__clear:hover {
    color: var(--dd-pink);
    border-bottom-color: var(--dd-pink);
}

@media (max-width: 600px) {
    .dd-filter { padding: 1rem; }
    .dd-filter__field { flex: 1 1 100%; }
    .dd-filter__actions { width: 100%; justify-content: flex-end; }
}

/* Hide the redundant site title + tagline text — the custom logo carries the brand. */
.site-branding .site-title,
.site-branding .site-description,
.ast-site-identity .site-title,
.ast-site-identity .site-description,
.ast-site-title-wrap,
.ast-builder-site-tagline {
    display: none !important;
}

/* Cap the header logo at a reasonable size — overrides Astra's full-width default. */
.site-branding .custom-logo,
.ast-site-identity .custom-logo,
.site-logo-img .custom-logo {
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain;
}

@media (max-width: 768px) {
    .site-branding .custom-logo,
    .ast-site-identity .custom-logo,
    .site-logo-img .custom-logo {
        max-width: 160px !important;
        max-height: 52px !important;
    }
}
