:root{
  --focus: #7A8F5A;
  --bg: #FFF9F1;
  --surface: #FFFFFF;
  --text: #1F241B;
  --muted: #68705E;
  --line: #EADFCF;
  --btn: #2F5D50;
  --btnText: #FFFFFF;
  --chip: #FFF0D9;
  --shadow: 0 14px 34px rgba(80,65,38,.08);
  --sun: #F4A261;
  --leaf: #7A8F5A;
  --sky: #DDF2F2;
  --blush: #FFE5D4;
}

body{
  background:
    linear-gradient(180deg, #FFF9F1 0%, #F9FBF2 44%, #F7FBFF 100%);
  padding-top: var(--header-height, 72px);
  overflow-x: hidden;
}

html{
  scroll-padding-top: calc(var(--header-height, 72px) + 18px);
}

header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background: rgba(255,249,241,.82) !important;
  border-bottom-color: rgba(234,223,207,.9) !important;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
  will-change: transform;
}

header.is-scrolled{
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 10px 30px rgba(59,48,29,.1);
}

.nav{
  transition: padding .25s ease;
}

header.is-scrolled .nav{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.brand-mark{
  background: linear-gradient(135deg, #FFF4DF, #E8F3D6) !important;
  border-color: #E4D3B8 !important;
}

.card,
.soft-card,
.xcard,
details,
.tile,
.citem{
  border-color: var(--line) !important;
}

.btn{
  box-shadow: 0 10px 18px rgba(47,93,80,.16);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(47,93,80,.18);
}

.btn-outline{
  background: #fff !important;
  border-color: #DFCDB3 !important;
  color: #2F5D50 !important;
  box-shadow: none;
}

.pill,
.chip,
.badge,
.pay{
  background: linear-gradient(135deg, #FFF3DF, #F0F8E7) !important;
  border-color: #E7D7BA !important;
  color: #5F684F !important;
}

.kicker{
  color: #B56F2D !important;
}

.hero-card,
.hero,
.cta-strip{
  border-color: #E5D3B7 !important;
}

.hero-card,
.hero{
  box-shadow: 0 18px 50px rgba(101,78,43,.12) !important;
}

/* ===== IMMERSIVE WIDTH SYSTEM ===== */
.hero-card,
main.container > .hero{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

main.container > .hero{
  margin-top: 0 !important;
}

main.hero{
  padding-top: 0 !important;
}

main.hero > .container{
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-media{
  min-height: clamp(560px, 72vh, 760px) !important;
  background-size: cover !important;
}

.hero-content{
  left: 0;
  right: 0;
  width: min(var(--max), calc(100% - clamp(32px, 6vw, 88px)));
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-copy{
  width: min(720px, 100%);
  max-width: min(720px, 100%) !important;
  flex: 0 1 min(720px, 100%);
  box-sizing: border-box;
}

.hero-copy > *,
.hero-actions,
.hero-cta{
  max-width: 100%;
}

.quick-book{
  width: min(var(--max), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

#gallery,
#photos,
#inspiration{
  position: relative;
}

#gallery::before,
#photos::before,
#inspiration::before{
  content:"";
  position:absolute;
  z-index:-1;
  top: 12px;
  bottom: 12px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background:
    linear-gradient(90deg, rgba(255,249,241,.35), rgba(255,255,255,.86) 18%, rgba(255,255,255,.86) 82%, rgba(240,248,231,.42)),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(122,143,90,.06));
}

.gallery-grid,
.masonry-wrap,
.web-showcase{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}

.gallery-grid{
  gap: clamp(12px, 1.5vw, 22px) !important;
}

.g,
.tile,
.web-card,
.persona-card,
.imgcard{
  box-shadow: 0 20px 48px rgba(80,65,38,.12) !important;
}

.g{
  min-height: clamp(220px, 22vw, 380px) !important;
}

.g1,
.g2{
  min-height: clamp(320px, 32vw, 520px) !important;
}

.web-showcase{
  gap: clamp(12px, 1.4vw, 22px);
}

.web-card{
  min-height: clamp(320px, 34vw, 520px);
}

.card,
.xcard,
.tile,
.web-card,
.bento-card,
.stat-card,
.step-card{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card:hover,
.xcard:hover,
.tile:hover,
.web-card:hover,
.bento-card:hover,
.stat-card:hover,
.step-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(80,65,38,.12) !important;
}

.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.in-view{
  opacity: 1;
  transform: translateY(0);
}

.hero-copy{
  animation: softRise .75s ease both;
}

.quick-book-inner{
  animation: softRise .75s ease .12s both;
}

@keyframes softRise{
  from{opacity:0; transform:translateY(18px);}
  to{opacity:1; transform:translateY(0);}
}

.web-showcase{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.web-card{
  min-height: 290px;
  border-radius: 18px;
  overflow:hidden;
  position:relative;
  border: 1px solid var(--line);
  background: #ddd center/cover no-repeat;
  box-shadow: var(--shadow);
}

.web-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(21,30,20,.68) 100%);
}

.web-card .web-copy{
  position:absolute;
  z-index:1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color:#fff;
}

.web-card .web-copy strong{
  display:block;
  font-size: 16px;
  margin-bottom: 4px;
}

.web-card .web-copy span{
  display:block;
  font-size: 13px;
  opacity:.88;
}

.trend-band{
  position:relative;
  overflow:hidden;
  border-radius: 28px;
  border: 1px solid rgba(234,223,207,.9);
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,245,226,.72)),
    radial-gradient(circle at 20% 10%, rgba(244,162,97,.18), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(122,143,90,.18), transparent 28%);
  box-shadow: 0 24px 70px rgba(87,69,39,.12);
  padding: clamp(20px, 4vw, 34px);
}

.bento-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  grid-auto-rows: minmax(150px, auto);
  gap: 14px;
}

.bento-card{
  border: 1px solid rgba(234,223,207,.92);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  padding: 18px;
  min-height: 160px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow: 0 12px 28px rgba(80,65,38,.07);
}

.bento-card.feature{
  grid-row: span 2;
  min-height: 334px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,0,0,.18)),
    url("assets/ncf-pool-canopy.webp") center/cover no-repeat;
  color:#fff;
  justify-content:flex-end;
}

.bento-card.wide{
  grid-column: span 2;
}

.bento-eyebrow{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #B56F2D;
  margin: 0 0 8px;
}

.bento-card.feature .bento-eyebrow{
  color: rgba(255,255,255,.82);
}

.bento-card h3{
  margin:0 0 8px;
  font-size: clamp(18px, 2vw, 24px);
}

.bento-card p{
  margin:0;
  color: var(--muted);
}

.bento-card.feature p{
  color: rgba(255,255,255,.88);
}

.stat-row{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card{
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  padding: 16px;
  box-shadow: var(--shadow);
}

.stat-card strong{
  display:block;
  font-size: clamp(24px, 3vw, 36px);
  line-height:1;
  color:#2F5D50;
  margin-bottom: 8px;
}

.stat-card span{
  color: var(--muted);
  font-size: 13px;
}

.timeline{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step-card{
  position:relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.step-num{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display:grid;
  place-items:center;
  background: #2F5D50;
  color:#fff;
  font-weight: 800;
  margin-bottom: 14px;
}

.step-card h3{
  margin:0 0 8px;
  font-size: 16px;
}

.step-card p{
  margin:0;
  color: var(--muted);
  font-size: 14px;
}

.persona-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.persona-card{
  position:relative;
  overflow:hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.persona-img{
  min-height: 150px;
  background: #ddd center/cover no-repeat;
}

.persona-body{
  padding: 16px;
}

.persona-body h3{
  margin:0 0 8px;
  font-size: 18px;
}

.persona-body p{
  margin:0;
  color: var(--muted);
  font-size: 14px;
}

.persona-tag{
  position:absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  color: #2F5D50;
  font-weight: 800;
  font-size: 12px;
}

.calm-grid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.calm-panel{
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,248,231,.82)),
    radial-gradient(circle at 15% 20%, rgba(221,242,242,.85), transparent 36%);
  padding: clamp(20px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.calm-list{
  display:grid;
  gap: 12px;
}

.calm-item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  padding: 14px;
}

.calm-icon{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: var(--chip);
  color: #2F5D50;
  font-weight: 900;
  flex: 0 0 38px;
}

.booking-confidence{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.confidence-card{
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.confidence-card h3{
  margin:0 0 8px;
  font-size: 17px;
}

.confidence-card p{
  margin:0;
  color: var(--muted);
  font-size: 14px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible{
  outline: 3px solid rgba(122,143,90,.42);
  outline-offset: 3px;
}

.mobile-menu-toggle{
  display:none;
}

.mobile-drawer{
  display:none;
  border-top: 1px solid var(--line);
  background: rgba(250,250,250,.96);
  backdrop-filter: blur(10px);
}

.mobile-drawer-inner{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 20px 16px;
}

.mobile-drawer a{
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 12px 14px;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

.mobile-drawer a[aria-current="page"]{
  background: var(--chip);
}

.mobile-drawer.open{
  display:block;
}

.booking-fallback{
  min-height: 460px;
  display:grid;
  place-items:center;
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: #fff;
  text-align:center;
}

.booking-fallback[hidden]{
  display:none;
}

.booking-fallback .fallback-inner{
  max-width: 460px;
}

.booking-fallback p{
  margin: 0 0 16px;
  color: var(--muted);
}

.booking-fallback .h3{
  margin-bottom: 8px;
}

.hero-copy,
.hero-content,
.booking-fallback .fallback-inner,
.embed,
.side{
  min-width: 0;
}

.h1,
.h2,
.h3,
.hero-sub,
.pill,
.btn,
code,
.bento-card,
.confidence-card,
.persona-body,
.booking-fallback{
  overflow-wrap: anywhere;
  white-space: normal;
}

.mobile-bar{
  display: none !important;
}

.filter[aria-pressed="true"],
.tab[aria-pressed="true"],
.seg button[aria-pressed="true"]{
  background: var(--chip);
  color: var(--text);
}

.lb-btn{
  border: 0;
  font: inherit;
}

@media (max-width: 980px){
  body{
    padding-bottom: 0 !important;
  }

  .mobile-menu-toggle{
    display:grid;
  }

  .nav-actions .btn-outline{
    display:none;
  }

  .mobile-drawer-inner{
    max-width: var(--max);
    margin: 0 auto;
  }

  .web-showcase{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bento-grid,
  .timeline,
  .stat-row,
  .persona-grid,
  .booking-confidence{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-media{
    min-height: clamp(520px, 72vh, 680px) !important;
  }

  .bento-card.feature,
  .bento-card.wide{
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 560px){
  .hero-card{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  main.container > .hero{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h1{
    font-size: clamp(24px, 6.8vw, 30px) !important;
    line-height: 1.02 !important;
    max-width: 100%;
    word-break: normal;
  }

  .hero-content{
    padding: 0 !important;
    align-items: flex-end;
    width: calc(100% - 48px);
  }

  .hero-copy,
  .hero-sub{
    max-width: 100%;
    width: 100%;
  }

  .hero-copy{
    padding: 16px !important;
    flex-basis: 100%;
    overflow: hidden;
  }

  .hero-actions,
  .hero-cta{
    align-items: stretch;
  }

  .hero-actions .btn,
  .hero-cta .btn,
  .hero-cta .link{
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-copy .pill{
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    min-width: 0;
  }

  .filters,
  .tabs{
    flex-wrap: nowrap !important;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .filters::-webkit-scrollbar,
  .tabs::-webkit-scrollbar{
    display: none;
  }

  .filter,
  .tab{
    flex: 0 0 auto;
  }

  .seg{
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .seg button{
    min-width: max-content;
  }

  .top{
    align-items: flex-start !important;
  }

  .top .seg{
    width: 100%;
  }

  .embed{
    padding: 10px !important;
  }

  .booking-fallback{
    min-height: 360px;
    padding: 18px;
  }

  .mobile-drawer-inner{
    grid-template-columns: 1fr;
  }

  .web-showcase{
    grid-template-columns: 1fr;
  }

  .web-card{
    min-height: 240px;
  }

  .gallery-grid,
  .masonry-wrap,
  .web-showcase{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bento-grid,
  .timeline,
  .stat-row,
  .persona-grid,
  .booking-confidence{
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal{
    opacity: 1;
    transform:none;
  }
}

/* MOBILE HARDENING PATCH */
html,
body{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

img,
video,
iframe,
svg{
  max-width: 100%;
}

button,
a,
input,
select,
textarea{
  touch-action: manipulation;
}

@media (max-width: 980px){
  .nav{
    gap: 10px;
    align-items: center;
  }

  .brand{
    min-width: 0;
    max-width: calc(100vw - 92px);
    overflow: hidden;
  }

  .brand div:last-child{
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nav-actions{
    margin-left: auto;
    flex-shrink: 0;
  }

  .mobile-menu-toggle{
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .mobile-drawer{
    left: 12px;
    right: 12px;
    top: calc(var(--header-height, 72px) + 8px);
    max-width: none;
  }

  .mobile-drawer-inner{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mobile-drawer-inner a{
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 12px;
  }

  .container,
  main,
  section,
  header,
  footer,
  .card,
  .hero,
  .hero-card,
  .hero-media,
  .hero-content,
  .hero-copy{
    max-width: 100%;
  }

  .booking-grid,
  .contact-grid,
  .footer-grid,
  .pol-grid,
  .info,
  .story,
  .soon,
  .cards,
  .gallery-grid,
  .masonry,
  .masonry-wrap,
  .web-showcase,
  .bento-grid,
  .timeline,
  .stat-row,
  .persona-grid,
  .booking-confidence,
  .mini,
  .calm-grid,
  .form-grid{
    grid-template-columns: 1fr !important;
  }

  .booking-grid > *,
  .contact-grid > *,
  .footer-grid > *,
  .pol-grid > *,
  .info > *,
  .story > *,
  .soon > *,
  .cards > *,
  .gallery-grid > *,
  .masonry > *,
  .masonry-wrap > *,
  .web-showcase > *,
  .bento-grid > *,
  .timeline > *,
  .stat-row > *,
  .persona-grid > *,
  .booking-confidence > *,
  .mini > *,
  .calm-grid > *,
  .form-grid > *{
    min-width: 0;
  }

  input,
  select,
  textarea{
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    font-size: 16px;
  }

  textarea{
    min-height: 112px;
  }

  .btn,
  button,
  .link{
    min-height: 44px;
  }
}

@media (max-width: 560px){
  .container{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  main.container > .hero,
  .gallery-grid,
  .masonry-wrap,
  .web-showcase{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-card,
  .hero-media{
    border-radius: 14px !important;
  }

  .hero-media{
    min-height: 360px !important;
  }

  .hero-content{
    width: calc(100% - 24px) !important;
    padding: 0 !important;
  }

  .hero-copy{
    padding: 14px !important;
  }

  .h1{
    font-size: clamp(25px, 8vw, 32px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .hero-sub,
  .muted,
  p,
  li,
  label,
  .pill,
  .tag{
    overflow-wrap: anywhere;
  }

  .top{
    display: grid !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .seg{
    width: 100%;
    display: flex;
  }

  .seg button{
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
  }

  .form-actions,
  .hero-actions,
  .hero-cta{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .form-actions .btn,
  .hero-actions .btn,
  .hero-cta .btn,
  .hero-cta .link{
    width: 100% !important;
    justify-content: center;
    text-align: center;
  }

  .pay-row,
  .meta,
  .pills,
  .chips{
    display: flex;
    flex-wrap: wrap;
  }

  .mobile-drawer{
    left: 10px;
    right: 10px;
  }
}
/* MOBILE FULL-BLEED GUARD */
@media (max-width: 980px){
  .hero-card,
  main.container > .hero,
  .gallery-grid,
  .masonry-wrap,
  .web-showcase{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* PREMIUM RETREAT UI LAYER */
:root{
  --doc-blue: #2F5496;
  --doc-blue-2: #4472C4;
  --doc-ink: #1F2937;
  --doc-muted: #586170;
  --doc-paper: #FFFFFF;
  --doc-paper-soft: #F7FAFF;
  --doc-rule: #D8E2F3;
  --doc-warm: #F6F0E6;
}

body{
  background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 42%, #F6F0E6 100%);
  color: var(--doc-ink);
}

header{
  background: rgba(255,255,255,.94) !important;
  border-bottom: 1px solid var(--doc-rule) !important;
}

header.is-scrolled{
  box-shadow: 0 10px 28px rgba(47,84,150,.12);
}

.brand-mark{
  background: linear-gradient(135deg, #2F5496, #7A8F5A) !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

.logo-text,
.brand strong,
.nav a[aria-current="page"]{
  color: var(--doc-blue) !important;
}

.nav-links a,
.mobile-drawer-inner a{
  border-radius: 6px !important;
}

.nav-links a:hover,
.mobile-drawer-inner a:hover,
.mobile-drawer-inner a[aria-current="page"]{
  background: var(--doc-paper-soft) !important;
  color: var(--doc-blue) !important;
}

h1,
.h1,
h2,
h3,
.section-title,
.card h3,
.bento-card h3,
.pol-card h3,
.booking-card h2,
.booking-card h3{
  color: var(--doc-blue) !important;
  letter-spacing: 0 !important;
}

h1,
.h1{
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
}

h2,
h3,
.section-title,
.card h3,
.bento-card h3,
.pol-card h3{
  font-family: Georgia, "Times New Roman", serif !important;
}

.kicker{
  color: var(--doc-blue-2) !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
}

.section-title,
.top h2,
.booking-card h2,
.pol-title{
  border-bottom: 1px solid var(--doc-rule);
  padding-bottom: 10px;
}

.card,
.soft-card,
.xcard,
.tile,
.citem,
.bento-card,
.pol-card,
.booking-card,
details,
.info-card,
.contact-card,
.form-card{
  background: var(--doc-paper) !important;
  border: 1px solid var(--doc-rule) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(47,84,150,.08) !important;
}

.card:hover,
.bento-card:hover,
.xcard:hover,
.tile:hover{
  box-shadow: 0 14px 34px rgba(47,84,150,.12) !important;
}

.pill,
.chip,
.badge,
.pay,
.tag{
  background: #EEF4FF !important;
  border-color: var(--doc-rule) !important;
  color: var(--doc-blue) !important;
  border-radius: 6px !important;
}

.btn{
  background: var(--doc-blue) !important;
  border-color: var(--doc-blue) !important;
  color: #FFFFFF !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 18px rgba(47,84,150,.18) !important;
}

.btn:hover{
  box-shadow: 0 16px 28px rgba(47,84,150,.2) !important;
}

.btn-outline,
.link{
  background: #FFFFFF !important;
  border-color: var(--doc-rule) !important;
  color: var(--doc-blue) !important;
  border-radius: 6px !important;
}

.hero-copy{
  background: rgba(255,255,255,.9) !important;
  border: 1px solid rgba(216,226,243,.95) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 44px rgba(31,41,55,.16) !important;
}

.hero-sub,
.muted,
.card p,
.bento-card p,
.pol-card p,
.booking-card p,
li{
  color: var(--doc-muted) !important;
}

input,
select,
textarea{
  background: #FFFFFF !important;
  border-color: var(--doc-rule) !important;
  border-radius: 6px !important;
  color: var(--doc-ink) !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible{
  outline: 3px solid rgba(68,114,196,.28) !important;
  outline-offset: 2px;
}

label{
  color: var(--doc-blue) !important;
  font-weight: 700 !important;
}

summary{
  color: var(--doc-blue) !important;
}

.table,
table{
  border-color: var(--doc-rule) !important;
}

th{
  background: #EEF4FF !important;
  color: var(--doc-blue) !important;
}

footer{
  background: #F7FAFF !important;
  border-top: 1px solid var(--doc-rule) !important;
}

@media (max-width: 560px){
  .section-title,
  .top h2,
  .booking-card h2,
  .pol-title{
    padding-bottom: 8px;
  }

  .card,
  .soft-card,
  .xcard,
  .tile,
  .citem,
  .bento-card,
  .pol-card,
  .booking-card,
  details,
  .info-card,
  .contact-card,
  .form-card,
  .hero-copy{
    border-radius: 8px !important;
  }
}
/* CONSISTENT DOCUMENT WIDTH PATCH */
.gallery-grid,
.masonry-wrap,
.web-showcase{
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.web-showcase,
.gallery-grid{
  align-items: stretch;
}

.web-card,
.g,
.tile,
.imgcard{
  max-width: 100%;
}

.section > .container,
.section-tight > .container{
  max-width: var(--max);
}
