/* GENERATED from style.css (mtime 1783339131) by inc/css-split.php — DO NOT EDIT. Edit style.css. */
.eyebrow--ivory{ color: rgba(239,231,214,0.7); }
.surface-navy .chapter, .dma-yachtslider .chapter{
  color: rgba(244,239,230,0.85); /* dark sections: gold fails on navy (a11y 2026-07-03) */
}
/* =============================================================================
   HERO SECTION
   ============================================================================= */

.dma-hero{
  position: relative;
  min-height: 100vh;
  min-height: 100dvh; /* fits the visible area under mobile browser chrome (bottom content stays visible) */
  overflow: hidden;
  display: flex; align-items: flex-end;
}
.dma-hero__bg{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.dma-hero__video-wrap{
  position: absolute; inset: 0;
  overflow: hidden;
  background: var(--navy);
}
/* Scale 16:9 iframe to cover the viewport without bars.
   Hidden until iframe fires its load event (no flash of empty / no poster). */
.dma-hero__bg--video{
  position: absolute;
  top: 50%; left: 50%;
  width: 100vw; height: 56.25vw;          /* 16:9 derived from width */
  min-height: 100vh;
  min-width: 177.78vh;                    /* 16:9 derived from height */
  transform: translate(-50%, -50%);
  border: 0; pointer-events: none;
  object-fit: cover;
  opacity: 0;
  transition: opacity 600ms ease;
}
.dma-hero__bg--video.is-loaded{ opacity: 1; }
/* Transparent shield blocks hover events from reaching the iframe.
   Prevents Chrome's media-session play/pause/skip overlay from appearing. */
.dma-hero__video-shield{
  position: absolute; inset: 0;
  z-index: 2;
  background: transparent;
  pointer-events: auto;
  cursor: default;
}
.dma-hero__overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,27,42,0.55) 0%, rgba(14,27,42,0) 30%, rgba(14,27,42,0) 55%, rgba(14,27,42,0.85) 100%);
}
.dma-hero__content{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(40px, 4vw, 96px);
  padding-inline: max(clamp(1rem, 2vw, 4rem), calc((100% - 2880px) / 2));
  padding-bottom: clamp(48px, 5vw, 120px);
}
.dma-hero__content > div:first-child{ max-width: clamp(720px, 50vw, 1100px); }
.dma-hero__content .display{ font-size: clamp(36px, 5vw, 150px); max-width: 16ch; }
.dma-hero__content .lede{ font-size: clamp(16px, 1.3vw, 26px); line-height: 1.55; max-width: 52ch; }
.dma-hero__actions{ display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.dma-hero__rating{
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(239,231,214,0.6);
  text-align: right;
}
.dma-hero__eyebrow{
  position: absolute; left: 56px; top: 50%; transform: rotate(-90deg) translateX(50%);
  transform-origin: left top;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(239,231,214,0.55);
  z-index: 2;
  white-space: nowrap;
}
.dma-hero__scroll{
  position: absolute; left: 50%; bottom: 32px;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(239,231,214,0.5);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.dma-hero__scroll::after{
  content: ''; width: 1px; height: 32px;
  background: linear-gradient(180deg, rgba(239,231,214,0.5), transparent);
  animation: dmaScrollPulse 2s ease infinite;
}
/* =============================================================================
   PRESS STRIP
   ============================================================================= */

.dma-press{
  padding: 56px 0;
  border-bottom: 1px solid var(--rule);
}
.dma-press__inner{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
}
.dma-press__logos{
  display: flex; gap: 56px; align-items: center;
  flex-wrap: wrap; justify-content: space-between;
}
.dma-press__name{
  font-family: var(--serif);
  font-size: 18px; font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--txt-2);
}
.dma-section-header{
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: clamp(40px, 3.3vw, 80px);
  /* Wrap the right-side link below the title when a large serif H1 leaves no
     room beside it (e.g. 769-1024px), instead of the two colliding. */
  flex-wrap: wrap; gap: 16px 32px;
}
/* =============================================================================
   CRUISING GROUNDS (homepage destinations grid)
   ============================================================================= */

.dma-grounds__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 360px;
  gap: 20px;
}
.dma-grounds__card--wide{ grid-column: span 2; }
.dma-grounds__card{
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--navy);
  color: var(--ivory);
  text-decoration: none;
  isolation: isolate;
}
.dma-grounds__photo{
  position: absolute; inset: 0;
  z-index: 0;
}
.dma-grounds__photo img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2,.6,.2,1);
  filter: saturate(0.92) contrast(1.02);
}
.dma-grounds__photo-shade{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,28,46,0) 35%, rgba(15,28,46,0.78) 100%);
}
.dma-grounds__card:hover .dma-grounds__photo img{ transform: scale(1.06); }
.dma-grounds__meta{
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 28px 26px;
  gap: 6px;
}
.dma-grounds__num{
  font-family: var(--mono, ui-monospace, "SF Mono", Menlo, monospace);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239,231,214,0.55);
}
.dma-grounds__name{
  font-family: var(--serif, "Canela", "Tiempos Headline", Georgia, serif);
  font-size: 28px;
  line-height: 1.1;
  color: var(--ivory);
  letter-spacing: -0.01em;
}
.dma-grounds__count{
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-text);
}
@media (max-width: 1024px){
.dma-grounds__grid{ grid-template-columns: repeat(2, 1fr); grid-auto-rows: 320px; }
.dma-grounds__card--wide{ grid-column: span 2; }
}
@media (max-width: 600px){
.dma-grounds__grid{ grid-template-columns: 1fr; grid-auto-rows: 280px; }
.dma-grounds__card--wide{ grid-column: span 1; }
}
/* =============================================================================
   DESTINATIONS GRID
   ============================================================================= */

.dma-destinations__grid-top{
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.dma-destinations__grid-bottom{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 16px;
}
.dma-dest-card{
  position: relative; overflow: hidden; cursor: pointer;
}
.dma-dest-card--lg{ height: 480px; }
.dma-dest-card--sm{ height: 360px; }
.dma-dest-card img{
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms ease;
}
.dma-dest-card:hover img{ transform: scale(1.04); }
.dma-dest-card__overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,27,42,0) 40%, rgba(14,27,42,0.85) 100%);
}
.dma-dest-card__info{
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  color: var(--ivory); z-index: 2;
}
/* =============================================================================
   TRUST STATS ROW
   ============================================================================= */

.dma-trust__stats{
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px;
  align-items: end;                  /* bottom-align so the captions share a baseline regardless of number font-size */
  padding: 56px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.dma-trust__stat-number{
  font-family: var(--serif);
  font-weight: 300; line-height: 1;
  letter-spacing: -0.02em;
}
.dma-trust__stat-number--lg{ font-size: clamp(40px, 2.9vw, 84px); }
.dma-trust__stat-number--sm{ font-size: clamp(18px, 1.15vw, 28px); }
@media (max-width: 1024px){
.dma-hero__content{ padding: 0 32px 64px; grid-template-columns: 1fr; }
.dma-hero__actions{ align-items: flex-start; }
.dma-trust__stats{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px){
.dma-destinations__grid-top{ grid-template-columns: repeat(2, 1fr); }
.dma-destinations__grid-bottom{ grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce){
.dma-hero__scroll::after{ animation: none !important; }
}
@media (max-width: 991px){
.dma-hero__content{
        padding: 0 24px !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
.dma-hero__content .display{ font-size: clamp(38px, 8vw, 60px) !important; }
.dma-hero__content .lede{ font-size: 15px !important; }
.dma-hero__actions{ width: 100%; align-items: stretch !important; }
.dma-hero__actions .btn{ width: 100%; justify-content: space-between; }
}
@media (max-width: 600px){
.dma-hero__content .display{ font-size: clamp(34px, 9vw, 48px) !important; }
.dma-hero__scroll{ display: none; }
}
@media (max-width: 768px){
.dma-press__inner{
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px;
    }
.dma-press__logos{
        flex-wrap: wrap !important;
        gap: 14px 22px !important;
    }
}
@media (max-width: 768px){
.dma-section-header{
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px;
    }
}
@media (max-width: 768px){
.dma-trust__stats{
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 32px 24px !important;
    }
.dma-trust__stat-number{ font-size: 36px !important; }
}
@media (max-width: 480px){
.dma-trust__stats{ grid-template-columns: 1fr !important; }
}
@media (max-width: 480px){
.dma-press__logos{
        gap: 10px 18px !important;
    }
.dma-press__name{ font-size: 11px !important; }
}
@media (max-width: 480px){
.dma-hero__rating{ font-size: 12px !important; }
}
/* =============================================================================
   RECENTLY CHARTERED — cover-flow / stage layout
   One large center card, smaller tilted cards on each side, single caption
   below. Click a side card to bring it center; prev/next rotate the deck.
   ============================================================================= */
.dma-recent{ position: relative; overflow: hidden; }
.dma-recent .container{ position: relative; z-index: 2; }
.dma-recent__stage{
    position: relative;
    width: 100%;
    height: clamp(360px, 42vw, 560px);
    margin: 56px 0 0;
    overflow: hidden;
    user-select: none;
    perspective: 1600px;
}
.dma-recent__deck{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dma-recent__card{
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(440px, 44vw, 660px);
    aspect-ratio: 16 / 11;
    text-decoration: none;
    color: inherit;
    display: block;
    transform-origin: center center;
    transform: translate(-50%, -50%) translateX(var(--x, 0px)) rotate(var(--rot, 0deg)) scale(var(--scale, 1));
    transition:
        transform 600ms cubic-bezier(.2,.8,.2,1),
        opacity 500ms cubic-bezier(.2,.8,.2,1),
        filter 500ms cubic-bezier(.2,.8,.2,1);
    z-index: var(--z, 1);
    opacity: var(--op, 1);
    filter: brightness(var(--brt, 1)) saturate(var(--sat, 1));
    cursor: pointer;
    will-change: transform, opacity;
}
.dma-recent__card[data-pos="0"]{ cursor: default; }
.dma-recent__photo{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(14,27,42,0.10);
    box-shadow:
        0 24px 60px rgba(14,27,42,0.30),
        0 8px 18px rgba(14,27,42,0.18);
    border-radius: 2px;
}
.dma-recent__photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
/* Caption — single label below the active card */
.dma-recent__label{
    margin: 32px auto 0;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}
.dma-recent__label a{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: #FFFFFF;
    border: 1px solid rgba(14,27,42,0.10);
    border-radius: 4px;
    color: var(--txt);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 14px;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 14px rgba(14,27,42,0.08);
    transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms cubic-bezier(.2,.8,.2,1);
    max-width: 92vw;
}
.dma-recent__label a:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(14,27,42,0.14);
}
.dma-recent__label-icon{
    display: inline-flex;
    color: var(--gold-text);
    flex-shrink: 0;
}
.dma-recent__label-text{
    color: var(--txt);
    font-weight: 500;
}
.dma-recent__label-text strong{ color: var(--navy); }
/* Nav buttons */
.dma-recent__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid rgba(14,27,42,0.10);
    color: var(--navy);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(14,27,42,0.12), 0 2px 6px rgba(14,27,42,0.06);
    transition: background 220ms cubic-bezier(.2,.8,.2,1), color 220ms cubic-bezier(.2,.8,.2,1), transform 220ms cubic-bezier(.2,.8,.2,1);
    z-index: 50;
}
.dma-recent__nav--prev{ left: max(20px, 4vw); }
.dma-recent__nav--next{ right: max(20px, 4vw); }
.dma-recent__nav:hover{
    background: var(--navy);
    color: var(--ivory);
    transform: translateY(-50%) scale(1.06);
}
.dma-recent__nav:active{ transform: translateY(-50%) scale(0.96); }
@media (max-width: 768px){
.dma-recent__stage{
        height: clamp(280px, 70vw, 380px);
        margin-top: 32px;
    }
.dma-recent__card{ width: clamp(280px, 78vw, 420px); }
.dma-recent__nav{ width: 42px; height: 42px; }
.dma-recent__nav--prev{ left: 12px; }
.dma-recent__nav--next{ right: 12px; }
.dma-recent__label{ margin-top: 20px; }
.dma-recent__label a{ font-size: 12px; padding: 12px 20px; }
}
/* =============================================================================
   COVER-FLOW NAVY VARIANT (Section 5)
   ============================================================================= */
.dma-recent--navy{
    background: linear-gradient(180deg, #0E1B2A 0%, #142333 100%) !important;
    color: var(--ivory);
    overflow: hidden;
    position: relative;
    padding-bottom: 96px !important;
}
.dma-recent--navy::before{
    content: "";
    position: absolute;
    top: -20%; right: -10%;
    width: 60%; height: 140%;
    background: radial-gradient(ellipse at center, rgba(184,151,102,0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.dma-recent--navy > *{ position: relative; z-index: 1; }
.dma-recent--navy .dma-recent__photo{
    box-shadow:
        0 28px 70px rgba(0,0,0,0.50),
        0 10px 22px rgba(0,0,0,0.30);
}
.dma-recent--navy .dma-recent__nav{
    background: rgba(244,239,230,0.08);
    border: 1px solid rgba(244,239,230,0.30);
    color: var(--ivory);
    backdrop-filter: blur(6px);
}
.dma-recent--navy .dma-recent__nav:hover{
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}
.dma-recent--navy .dma-recent__label a{
    background: #FFFFFF;
    border-color: rgba(255,255,255,0);
    box-shadow: 0 6px 20px rgba(0,0,0,0.30);
    color: var(--txt);
}
.dma-recent--navy .dma-recent__label a:hover{
    box-shadow: 0 12px 28px rgba(0,0,0,0.40);
}
.dma-recent--navy .dma-recent__label-text strong{ color: var(--navy); }
.dma-recent--navy .dma-recent__label-icon{ color: var(--gold-text); }
/* =============================================================================
   PRESS STRIP — "AS SEEN ON" with laurel branches + real CBS/FOX/NBC logos
   (Logos and laurel are flat PNG/SVG files extracted from the BrandPush trust
   badge on dmayachting.com — see parts/press-strip.php.)
   ============================================================================= */
.dma-press{
    padding: 28px 0;
}
.dma-press__inner{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    text-align: center !important;
}
.dma-press__title{
    font-family: var(--mono);
    font-size: 13px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--navy);
    font-weight: 600;
    margin: 0;
}
.dma-press__row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0;
    width: 100%;
    max-width: 720px;
}
.dma-press__laurel{
    height: 110px;
    width: auto;
    opacity: 0.25;
    flex: 0 0 auto;
}
.dma-press__laurel--right{
    transform: scaleX(-1);
}
.dma-press__logos{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    flex: 1 1 auto;
    max-width: 460px;
}
.dma-press__logo{
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 70px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.dma-press__logo--fox{
    /* FOX wordmark sits visually higher than CBS/NBC stacks; nudge down. */
    margin-top: 8px;
}
.dma-press__suffix{
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--txt-3, #7C8493);
    margin: 0;
}
@media (max-width: 768px){
.dma-press{ padding: 40px 0; }
.dma-press__row{ gap: 18px; }
.dma-press__laurel{ height: 90px; }
.dma-press__logo{ max-width: 70px; max-height: 50px; }
}
@media (max-width: 480px){
.dma-press__laurel{ display: none; }
.dma-press__logos{ max-width: 320px; }
.dma-press__logo{ max-width: 60px; }
}
/* =============================================================================
   RECENT PLACEMENTS — Sub-title polish ("Recently Chartered Yachts")
   ============================================================================= */
.dma-recent .dma-recent__subtitle{
  font-family: var(--mono, ui-monospace, Menlo, monospace);
  font-size: 11px !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase;
  color: var(--gold-text) !important;
  opacity: 1 !important;
  margin-top: 18px !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.dma-recent .dma-recent__subtitle::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold, #B89968);
}
.dma-broker-card__link{
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-text, #846a3a); /* gold-deep fails AA on white (a11y 2026-07-03) */
  text-decoration: none;
  letter-spacing: 0.03em;
}
.dma-broker-card__link:hover{ text-decoration: underline; }
/* Dark surfaces need the bright gold for contrast. */
.surface-navy a:focus-visible,
.surface-navy button:focus-visible,
.dma-footer a:focus-visible,
.dma-footer button:focus-visible,
.corsica-reviews a:focus-visible,
.dma-yachtslider a:focus-visible,
.dma-yachtslider button:focus-visible{
  outline-color: var(--gold, #c9a96a);
}
body .v2-search__heading{
  font-family: var(--serif) !important;
  font-weight: 300 !important;
}
/* --- 1. Featured Itineraries ------------------------------------------ */
.dma-itins__search{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--rule);
  min-width: min(360px, 100%);
}
.dma-itins__search input{
  width: 100%;
  min-height: 46px;
  border: 0;
  padding: 0 12px;
  background: transparent;
  color: var(--txt);
  font-size: 15px;
  outline: none;
}
.dma-itins__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.dma-itins__card{
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--rule);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dma-itins__card:hover{ transform: translateY(-4px); box-shadow: 0 18px 38px rgba(14, 27, 42, 0.12); }
.dma-itins__media{
  position: relative;
  height: 240px;
  background: var(--ivory-2);
  overflow: hidden;
}
.dma-itins__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.dma-itins__card:hover .dma-itins__media img{ transform: scale(1.045); }
.dma-itins__tag{
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 7px 10px;
  background: rgba(14, 27, 42, 0.92);
  color: var(--ivory);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dma-itins__body{ display: flex; flex-direction: column; flex: 1; padding: 24px; }
.dma-itins__title{ margin: 0; color: var(--navy); font-size: clamp(21px, 1.9vw, 26px); line-height: 1.12; }
.dma-itins__excerpt{ margin: 14px 0 0; color: var(--txt-2, #3d4554); font-size: 14px; line-height: 1.55; }
.dma-itins__meta{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.dma-itins__meta span{
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--txt-2, #3d4554);
  font-size: 12px;
}
.dma-itins__cta{
  margin-top: auto;
  padding-top: 20px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dma-itins__actions{ display: flex; justify-content: center; margin-top: 36px; }
@media (max-width: 980px){
.dma-itins__grid{ grid-template-columns: 1fr; }
.dma-itins__search{ min-width: 0; width: 100%; }
}
/* --- 3. Location Tiles ----------------------------------------------------- */
.dma-locs .dma-section-header{ margin-bottom: 36px; }
.dma-locs__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  /* Contained by default -- same width formula as .container. */
  width: min(100% - 64px, clamp(1440px, 75vw, 2880px));
  margin-inline: auto;
  padding: 0 56px;
  box-sizing: border-box;
}
.dma-locs--bleed .dma-locs__grid{
  /* True edge-to-edge regardless of any padded parent wrapper. */
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 0;
}
@media (max-width: 980px){
.dma-locs__grid{ width: 100%; padding: 0 16px; }
.dma-locs--bleed .dma-locs__grid{ width: 100vw; padding: 0; }
}
.dma-locs__grid--n4{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
/* 5 tiles → 3 on the first row, 2 on the second (6-col grid, spans 2/3). */
.dma-locs__grid--n5{ grid-template-columns: repeat(6, minmax(0, 1fr)); }
.dma-locs__grid--n5 .dma-locs__tile{ grid-column: span 2; }
.dma-locs__grid--n5 .dma-locs__tile:nth-child(4),
.dma-locs__grid--n5 .dma-locs__tile:nth-child(5){ grid-column: span 3; }
.dma-locs__tile{
  position: relative;
  display: block;
  min-height: clamp(320px, 30vw, 520px);
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  text-decoration: none !important;
  isolation: isolate;
}
.dma-locs__tile img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, filter 0.55s ease;
}
.dma-locs__tile::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
a.dma-locs__tile:hover img{ transform: scale(1.045); filter: saturate(1.05); }
.dma-locs__content{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 30px 24px;
}
.dma-locs--pos-center .dma-locs__content{ justify-content: center; }
.dma-locs--pos-left .dma-locs__content{ align-items: flex-start; text-align: left; }
.dma-locs__title{
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.dma-locs__excerpt{
  margin: 10px 0 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 980px){
.dma-locs__grid,
  .dma-locs__grid--n5{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dma-locs__grid--n5 .dma-locs__tile,
  .dma-locs__grid--n5 .dma-locs__tile:nth-child(4),
  .dma-locs__grid--n5 .dma-locs__tile:nth-child(5){ grid-column: auto; }
.dma-locs__tile{ min-height: clamp(260px, 38vw, 420px); }
}
@media (max-width: 640px){
.dma-locs__grid,
  .dma-locs__grid--n4,
  .dma-locs__grid--n5{ grid-template-columns: 1fr; }
.dma-locs__tile{ min-height: 300px; }
}
/* --- 4. Instagram Wall --------------------------------------------------------- */
.dma-igwall__heading{ text-align: center; margin: 0 0 12px; }
.dma-igwall__intro{ text-align: center; max-width: 60ch; margin: 0 auto 28px; }
.dma-igwall__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 28px;
}
.dma-igwall__tile{
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--ivory-2);
  line-height: 0;
  font-size: 0;
}
.dma-igwall__tile::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 40%, rgba(0, 0, 0, 0.12));
}
.dma-igwall__tile img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}
.dma-igwall__tile:hover img{ transform: scale(1.045); }
.dma-igwall__logo{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 28px;
  height: 28px;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}
.dma-igwall__logo svg{
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dma-igwall__play{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}
.dma-igwall__play::after{
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  border-left: 17px solid var(--navy);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.dma-igwall__actions{ text-align: center; margin-top: 22px; }
@media (max-width: 980px){
.dma-igwall__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px){
.dma-igwall__grid{ gap: 5px; }
.dma-igwall__logo{ width: 25px; height: 25px; top: 8px; right: 8px; }
.dma-igwall__play{ width: 46px; height: 46px; }
.dma-igwall__play::after{ left: 19px; top: 14px; border-left-width: 15px; border-top-width: 9px; border-bottom-width: 9px; }
}
