/* Dhow Table v2 — Quiet Luxury coastal editorial (Stitch Ma'edat Al-Dhow) */
.theme-dhow-v2{
  --theme-bg:#fbf9f4;
  --theme-surface:#f9f7f2;
  --theme-elevated-surface:#f5f3ee;
  --theme-text:#1a1a1a;
  --theme-muted:#44474d;
  --theme-accent:#775a19;
  --theme-accent-contrast:#ffffff;
  --theme-section-padding-scale:1.15;
}
.theme-dhow-v2[dir=ltr] .theme-brand,
.theme-dhow-v2[dir=ltr] .theme-hero h1,
.theme-dhow-v2[dir=ltr] .theme-section h2,
.theme-dhow-v2[dir=ltr] .theme-split h2,
.theme-dhow-v2[dir=ltr] .theme-contact h2,
.theme-dhow-v2[dir=ltr] .theme-footer strong,
.theme-dhow-v2[dir=rtl] .theme-brand,
.theme-dhow-v2[dir=rtl] .theme-hero h1,
.theme-dhow-v2[dir=rtl] .theme-section h2,
.theme-dhow-v2[dir=rtl] .theme-split h2,
.theme-dhow-v2[dir=rtl] .theme-contact h2,
.theme-dhow-v2[dir=rtl] .theme-footer strong{
  font-family:"Noto Serif","Noto Naskh Arabic",Georgia,serif;
  font-weight:600;
}
.theme-dhow-v2 .theme-header-glass{
  background:color-mix(in srgb,#fcf9f8 78%,transparent);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid color-mix(in srgb,#0a192f 8%,transparent);
}
.theme-dhow-v2 .theme-hero-immersive{
  position:relative;
  min-height:min(100vh,920px);
  background:#0a192f;
  color:#fbf9f4;
  display:grid;
  align-items:end;
}
.theme-dhow-v2 .theme-hero-immersive .theme-hero-image{
  position:absolute;
  inset:0;
  min-height:100%;
}
.theme-dhow-v2 .theme-hero-immersive .theme-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.72) contrast(1.05);
}
.theme-dhow-v2 .theme-hero-immersive .theme-hero-copy{
  position:relative;
  z-index:1;
  max-width:min(760px,92vw);
  padding:clamp(80px,12vw,160px) clamp(24px,7vw,110px);
  background:linear-gradient(to top,rgba(10,25,47,.72),transparent 70%);
}
.theme-dhow-v2 .theme-hero-immersive .theme-kicker,
.theme-dhow-v2 .theme-hero-immersive p{color:color-mix(in srgb,#fbf9f4 78%,transparent)}
.theme-dhow-v2 .theme-hero h1{font-size:clamp(48px,6vw,84px);letter-spacing:-.03em;line-height:1.05}
.theme-dhow-v2 .theme-button{
  border-radius:.25rem;
  background:#c5a059;
  color:#0a192f;
  border:0;
  font-weight:700;
}
.theme-dhow-v2 .theme-button:hover{filter:brightness(.96)}
.theme-dhow-v2 .theme-button-invert,
.theme-dhow-v2 .theme-contact .theme-button{
  background:#c5a059;
  color:#0a192f;
}
.theme-dhow-v2 .theme-menu-section-editorial{background:var(--theme-surface);padding-block:clamp(80px,10vw,140px)}
.theme-dhow-v2 .theme-menu-section-editorial .theme-menu span{color:#775a19}
.theme-dhow-v2 .theme-split-asymmetric{
  padding-block:clamp(72px,10vw,140px);
  background:var(--theme-bg);
}
.theme-dhow-v2 .theme-split-flood{background:#0a192f}
.theme-dhow-v2 .theme-split-flood .theme-split-media img{filter:saturate(.92) contrast(1.04)}
.theme-dhow-v2 .theme-gallery-masonry{gap:18px}
.theme-dhow-v2 .theme-gallery-masonry img{height:auto;min-height:280px;border-radius:.15rem}
.theme-dhow-v2 .theme-gallery-strip img{height:420px;object-fit:cover}
.theme-dhow-v2 .theme-contact{background:#0a192f;color:#fbf9f4}
.theme-dhow-v2 .theme-footer{background:#0a192f;color:#fbf9f4;border-top:0}
.theme-dhow-v2 .theme-footer a{color:color-mix(in srgb,#fbf9f4 78%,transparent)}
.theme-dhow-v2 .theme-journey-meta,
.theme-dhow-v2 .theme-services-section-pillars .theme-service-index{color:#c5a059}
.theme-dhow-v2 .theme-journey-media{min-height:360px;border-radius:.15rem;overflow:hidden}
.theme-dhow-v2 .theme-blog-section-featured .theme-blog-list article img{min-height:280px;object-fit:cover}
@media(max-width:900px){
  .theme-dhow-v2 .theme-hero-immersive{min-height:680px}
  .theme-dhow-v2 .theme-gallery-strip img{height:300px}
}
@media(max-width:620px){
  .theme-dhow-v2 .theme-hero h1{font-size:clamp(40px,12vw,58px)}
  .theme-dhow-v2 .theme-journey-media{min-height:240px}
}
