.elementor-1818 .elementor-element.elementor-element-f3c9785{--display:flex;}.elementor-1818 .elementor-element.elementor-element-b1733cf{--display:flex;}@media(max-width:1024px){.elementor-1818 .elementor-element.elementor-element-a9db070 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1818 .elementor-element.elementor-element-9760940 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1818 .elementor-element.elementor-element-f662d4c > .elementor-widget-container{padding:00px 00px 00px 00px;}.elementor-1818 .elementor-element.elementor-element-3037b89 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1818 .elementor-element.elementor-element-da3913d > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1818 .elementor-element.elementor-element-e60f066 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');

:root {
  --black: #0a0a0a;
  --off-white: #f2efe9;
  --white: #ffffff;
  --olive: #3d4434;
  --olive-mid: #5a6349;
  --olive-lt: #8a9478;
  --section-a: #ffffff;
  --section-b: #f5f3ef;
  --section-c: #eeebe4;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-lt: #7a7a7a;
  --border: #ddd9d2;
}

html { width: 100%; max-width: 100%; overflow-x: hidden; }

body {
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

img { max-width: 100%; display: block; }

section, nav, footer,
.hero, .our-story, .spaces, .marquee-bar,
.gallery-section, .testimonials, .experience-strip,
.pull-quote, .cta-band {
  width: 100%; max-width: 100%; margin-left: 0; margin-right: 0;
}

/* BREAK OUT OF THEME CONTAINER */
html body .elementor-widget-html,
html body .elementor-widget-container,
html body .elementor-section,
html body .elementor-container,
html body .elementor-column,
html body .elementor-column-wrap,
html body .elementor-widget-wrap,
html body .e-con,
html body .e-con-inner {
  width: 100%; max-width: 100%;
  padding-left: 0; padding-right: 0;
  margin-left: 0; margin-right: 0;
}

/* WHITE BORDER FIX */
.e-con { --content-width: 100% !important; }
html body .e-con > .e-con-inner {
  --margin-left: 0px !important;
  --margin-right: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* THEME WRAPPER OVERRIDES */
html body .site-content, html body .content-area, html body .entry-content,
html body .page-content, html body .wp-block-group,
html body .wp-block-group__inner-container, html body .container,
html body .container-fluid, html body .site-main, html body main,
html body article, html body .page, html body #content, html body #primary {
  width: 100%; max-width: 100%;
  padding-left: 0; padding-right: 0;
  margin-left: 0; margin-right: 0;
}

/* NAV */
html body #mainNav, html body #mainNav.scrolled {
  position: fixed; top: 0; left: 0; right: 0; width: 100%;
  z-index: 99999;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(10,10,10,0.88);
  border-bottom: 1px solid rgba(90,99,73,0.25);
  transition: padding 0.4s ease;
  box-sizing: border-box; height: auto; min-height: 0; margin: 0;
}
html body #mainNav { padding: 28px 56px; }
html body #mainNav.scrolled { padding: 12px 56px; }
html body .nav-logo img {
  height: 64px; width: auto;
  filter: brightness(0) invert(1);
  transition: height 0.4s; display: block;
}
html body #mainNav.scrolled .nav-logo img { height: 38px; }
html body .nav-links {
  display: flex; gap: 36px; list-style: none;
  align-items: center; justify-content: center; margin: 0; padding: 0;
}
html body .nav-right { display: flex; justify-content: flex-end; align-items: center; }
.admin-bar #mainNav { top: 32px; }
.admin-bar .hero { padding-top: 32px; }
.nav-links a {
  font-family: 'Cinzel', serif; font-size: 22px; letter-spacing: 0.18em;
  color: #f2efe9; text-decoration: none; text-transform: uppercase; transition: color 0.3s;
}
.nav-links a:hover { color: #8a9478; }
.nav-cta {
  color: #ffffff; background: #8a9478; border: 1px solid #8a9478;
  padding: 10px 22px; transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.nav-cta:hover { background: #3d4434; border-color: #3d4434; color: #ffffff; }

/* HERO */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; align-items: flex-end; justify-content: center; overflow: hidden;
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  padding: 0 24px 88px; animation: fadeUp 1.4s ease both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* BUTTONS */
.btn-primary {
  font-family: 'Cinzel', serif;
  font-size: 10.5px;
  font-weight: 700 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(138, 148, 120) !important;
  color: #ffffff !important;
  padding: 15px 36px;
  border: 1px solid rgb(138, 148, 120);
  transition: background-color 0.3s ease;
  display: inline-block;
}
.btn-primary:hover {
  background-color: rgb(80, 90, 68) !important;
  color: #ffffff !important;
  border-color: rgb(80, 90, 68);
}
.btn-ghost {
  font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; background: transparent;
  color: #f2efe9; padding: 15px 36px; border: 1px solid rgba(242,239,233,0.4);
  transition: border-color 0.3s; display: inline-block;
}
.btn-ghost:hover { border-color: #f2efe9; }
.btn-ghost-dark {
  font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; background: transparent;
  color: #1a1a1a; padding: 15px 40px; border: 1px solid #1a1a1a;
  display: inline-block; transition: background 0.3s, color 0.3s;
}
.btn-ghost-dark:hover { background: #1a1a1a; color: #ffffff; }
.btn-dark {
  font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; background: #3d4434;
  color: #ffffff; padding: 15px 36px; border: 1px solid #3d4434;
  display: inline-block; transition: background 0.3s, border-color 0.3s;
}
.btn-dark:hover { background: #5a6349; border-color: #5a6349; }
.btn-row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
html body a.btn-secondary, html body .btn-secondary {
  font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; background: transparent;
  color: #1a1a1a; padding: 15px 48px; border: 1px solid #1a1a1a;
  display: inline-block; transition: background 0.3s, color 0.3s; cursor: pointer;
}
html body a.btn-secondary:hover, html body .btn-secondary:hover {
  background: #1a1a1a; color: #ffffff;
}

/* MARQUEE BAR */
.marquee-bar {
  background: #1a1a18;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0;
}
.marquee-track { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.marquee-item {
  font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(242,239,233,0.55);
  padding: 0 18px; display: inline-flex; align-items: center; gap: 18px;
}

/* LABEL */
.label {
  font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.32em;
  text-transform: uppercase; color: #3d4434; margin-bottom: 28px; display: block;
}

/* OUR STORY */
.our-story {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 80vh; background: #f5f3ef; border-top: 1px solid #ddd9d2;
}
.our-story-images { position: relative; overflow: hidden; background: #1a1a1a; }
.our-story-img-main { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.our-story-img-main img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.our-story-img-secondary {
  position: absolute; bottom: 0; right: 0;
  width: calc(60% - 4px); height: calc(48% - 4px);
  box-sizing: content-box;
  border-top: 4px solid #f5f3ef; border-left: 4px solid #f5f3ef;
  box-shadow: -4px -4px 32px rgba(0,0,0,0.25); overflow: hidden;
}
.our-story-img-secondary img { width: 100%; height: 100%; object-fit: cover; display: block; }
.our-story-text {
  padding: 88px 80px; display: flex; flex-direction: column;
  justify-content: center; background: #f5f3ef;
}
.our-story-text h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 54px;
  font-weight: 300; line-height: 1.2; color: #1a1a1a; margin-bottom: 24px;
}
.our-story-text h2 em { font-style: italic; }
.our-story-rule { width: 40px; height: 2px; background: #3d4434; margin-bottom: 28px; }
.our-story-lead { font-size: 16px; line-height: 1.75; color: #1a1a1a; margin-bottom: 20px; font-weight: 400; }
.our-story-body { font-size: 13.5px; line-height: 1.9; color: #7a7a7a; margin-bottom: 48px; }
.our-story-stats { display: flex; gap: 48px; padding-top: 32px; border-top: 1px solid #ddd9d2; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat-number { font-family: 'Raleway', sans-serif; font-size: 28px; font-weight: 700; color: #3d4434; }
.stat-label { font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: #7a7a7a; }

/* SPACES CARDS */
.spaces {
  background: #f5f3ef; padding: 100px 0 0; text-align: center;
  border-top: 1px solid #ddd9d2; border-bottom: 1px solid #ddd9d2;
}
.spaces > .label { display: block; margin-bottom: 0; padding: 0 40px; }
.spaces > h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 56px;
  font-weight: 300; color: #1a1a1a; margin-bottom: 60px; padding: 0 40px;
}
.spaces-grid { display: flex; gap: 3px; width: 100%; height: 520px; }
.space-card {
  position: relative; overflow: hidden; cursor: pointer;
  flex: 1; min-height: 460px;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.space-card:hover { flex: 1.6; }
.space-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(100%);
  transition: transform 0.8s ease, filter 0.4s ease;
}
.space-card:hover img { transform: scale(1.04); filter: grayscale(0%); }
.space-card-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 48px 40px;
  background: linear-gradient(to top, rgba(10,10,10,0.88) 0%, transparent 55%);
  transition: background 0.4s;
}
.space-card:hover .space-card-overlay {
  background: linear-gradient(to top, rgba(61,68,52,0.8) 0%, rgba(10,10,10,0.35) 100%);
}
.space-card-label {
  font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: #8a9478; margin-bottom: 10px;
}
.space-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 38px;
  font-weight: 400; color: #ffffff; line-height: 1.1; margin-bottom: 14px;
}
.space-card p {
  font-size: 13px; color: rgba(242,239,233,0.7); line-height: 1.65;
  margin-bottom: 22px; opacity: 0; transform: translateY(10px);
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
}
.space-card:hover p { opacity: 1; transform: translateY(0); }
.space-card-link {
  font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.25em;
  text-transform: uppercase; color: #f2efe9; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  border-bottom: 1px solid #3d4434; padding-bottom: 4px;
  width: fit-content; transition: color 0.3s;
}
.space-card-link:hover { color: #8a9478; }

/* PULL QUOTE */
.pull-quote {
  background: #3d4434; padding: 0 40px; text-align: center;
  position: relative; height: 360px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.pull-quote blockquote {
  font-family: 'Cormorant Garamond', serif; font-size: 37px;
  font-style: italic; font-weight: 300; color: #ffffff; line-height: 1.45;
  max-width: 860px; margin: 0 auto 24px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.pull-quote cite {
  font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.28em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  font-style: normal; transition: opacity 0.5s ease;
}
.pull-quote blockquote.fade-out { opacity: 0; transform: translateY(8px); }
.pull-quote cite.fade-out { opacity: 0; }
.pull-quote-dots { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.pull-quote-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.3); border: none; cursor: pointer;
  transition: background 0.3s, transform 0.3s; padding: 0;
}
.pull-quote-dot.active { background: rgba(255,255,255,0.9); transform: scale(1.3); }

/* EXPERIENCE STRIP */
.experience-strip { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; border-top: 1px solid #ddd9d2; }
.experience-img { background: #1a1a1a; min-height: 600px; }
.experience-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.experience-text { background: #f5f3ef; padding: 88px 80px; display: flex; flex-direction: column; justify-content: center; }
.experience-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 54px; font-weight: 300; line-height: 1.2; color: #1a1a1a; margin-bottom: 24px; }
.experience-text h2 em { font-style: italic; }
.experience-rule { width: 40px; height: 2px; background: #3d4434; margin-bottom: 44px; }
.experience-list { list-style: none; display: flex; flex-direction: column; gap: 32px; }
.experience-list li { display: flex; gap: 28px; align-items: flex-start; padding-bottom: 32px; border-bottom: 1px solid #ddd9d2; }
.experience-list li:last-child { border-bottom: none; padding-bottom: 0; }
.exp-number { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.15em; color: #7a7a7a; min-width: 24px; padding-top: 3px; }
.experience-list h4 { font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 8px; }
.experience-list p { font-size: 13.5px; line-height: 1.85; color: #7a7a7a; }

/* GALLERY SECTION */
.gallery-section { background: #ffffff; padding: 100px 0 80px; border-top: 1px solid #ddd9d2; }
.gallery-header { text-align: center; padding: 0 40px; margin-bottom: 60px; }
.gallery-header h2 { font-family: 'Cormorant Garamond', serif; font-size: 60px; font-weight: 300; color: #1a1a1a; margin-bottom: 20px; }
.gallery-header h2 em { font-style: italic; }
.gallery-rule { width: 40px; height: 2px; background: #3d4434; margin: 0 auto; }
.gallery-grid { display: flex; align-items: center; gap: 6px; width: 100%; }
.gallery-item { overflow: hidden; flex: 1; height: 360px; cursor: pointer; transition: flex 0.5s ease; }
.gallery-item--tall { height: 480px; flex: 1.2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%) brightness(0.9); transition: transform 0.7s ease, filter 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); filter: grayscale(0%) brightness(1); }
.gallery-footer { text-align: center; padding: 60px 40px 0; }

/* TESTIMONIALS */
.testimonials { background: #1c1c1a; padding: 100px 56px; text-align: center; }
.testimonials > .label { color: rgba(242,239,233,0.45); margin-bottom: 16px; }
.testimonials > h2 { font-family: 'Cormorant Garamond', serif; font-size: 60px; font-weight: 300; color: #ffffff; margin-bottom: 20px; }
.testimonials > h2 em { font-style: italic; }
.testi-rule { width: 40px; height: 2px; background: #3d4434; margin: 0 auto 72px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 1400px; margin: 0 auto 60px; }
.testi-card { background: #252523; border: 1px solid rgba(255,255,255,0.06); padding: 44px 40px; text-align: left; }
.testi-stars { color: rgba(242,239,233,0.5); font-size: 13px; letter-spacing: 4px; margin-bottom: 24px; }
.testi-card p { font-family: 'Cormorant Garamond', serif; font-size: 17px; line-height: 1.75; font-style: italic; color: rgba(242,239,233,0.75); margin-bottom: 32px; }
.testi-card cite { font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(242,239,233,0.35); font-style: normal; }

/* CTA BAND */
.cta-band { background: #3d4434; padding: 100px 40px; text-align: center; }
.cta-band h2 { font-family: 'Cinzel', serif; font-size: 16px; font-weight: 400; line-height: 1.1; color: rgba(255,255,255,0.75); margin-bottom: 16px; letter-spacing: 0.12em; }
.cta-sub { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 300; color: #ffffff; margin-bottom: 20px; line-height: 1.1; }
.cta-band p { font-size: 12px; letter-spacing: 0.2em; color: rgba(255,255,255,0.65); margin-bottom: 44px; }

/* FOOTER */
footer { background: #0a0a0a; padding: 72px 56px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto 56px; }
.footer-brand img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 20px; display: block; }
.footer-brand p { font-size: 13px; line-height: 1.8; color: rgba(242,239,233,0.45); }
footer h4 { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: #8a9478; margin-bottom: 20px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer a { font-size: 13px; color: rgba(242,239,233,0.5); text-decoration: none; transition: color 0.3s; }
footer a:hover { color: #f2efe9; }
.footer-contact p { font-size: 13px; color: rgba(242,239,233,0.5); line-height: 2.1; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.footer-bottom p { font-size: 11px; letter-spacing: 0.1em; color: rgba(242,239,233,0.25); }
.social-links { display: flex; gap: 20px; }
.social-links a { font-family: 'Cinzel', serif; font-size: 9.5px; letter-spacing: 0.2em; color: rgba(242,239,233,0.35); text-transform: uppercase; }
.social-links a:hover { color: #8a9478; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* DESKTOP (1200px+) */
@media (min-width: 1200px) {
  .hero-title { font-size: 80px; }
  .our-story-text h2 { font-size: 54px; }
  .spaces > h2 { font-size: 56px; }
  .pull-quote blockquote { font-size: 37px; }
  .experience-text h2 { font-size: 54px; }
  .gallery-header h2 { font-size: 60px; }
  .testimonials > h2 { font-size: 60px; }
  .cta-band h2 { font-size: 16px; }
  .cta-sub { font-size: 80px; }
}

/* TABLET (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  nav { padding: 20px 32px; }
  nav.scrolled { padding: 12px 32px; }
  .nav-links { gap: 20px; }
  .hero-title { font-size: 52px; }
  .hero-content { padding: 0 32px 72px; }
  .our-story { grid-template-columns: 1fr 1fr; min-height: 60vh; }
  .our-story-text { padding: 60px 48px; }
  .our-story-text h2 { font-size: 38px; }
  .our-story-stats { gap: 28px; }
  .spaces > h2 { font-size: 40px; }
  .spaces-grid { height: 420px; }
  .pull-quote { height: 320px; padding: 0 60px; }
  .pull-quote blockquote { font-size: 26px; }
  .experience-strip { grid-template-columns: 1fr 1fr; min-height: 60vh; }
  .experience-text { padding: 60px 48px; }
  .experience-text h2 { font-size: 38px; }
  .experience-img { min-height: 400px; }
  .gallery-header h2 { font-size: 44px; }
  .gallery-item { height: 280px; }
  .gallery-item--tall { height: 360px; }
  .testimonials { padding: 80px 32px; }
  .testimonials > h2 { font-size: 44px; }
  .testi-grid { grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .testi-card { padding: 32px 24px; }
  .cta-band { padding: 80px 40px; }
  .cta-band h2 { font-size: 13px; }
  .cta-sub { font-size: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

/* MOBILE (under 768px) */
@media (max-width: 767px) {
  nav { padding: 16px 20px; grid-template-columns: 1fr auto; }
  nav.scrolled { padding: 10px 20px; }
  .nav-links { display: none; }
  .nav-right { display: none; }
  .nav-logo img { height: 44px; }
  .hero { min-height: 600px; }
  .hero-title { font-size: 36px; }
  .hero-content { padding: 0 20px 60px; }
  .hero-sub { font-size: 10px; letter-spacing: 0.18em; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .marquee-bar { padding: 14px 0; }
  .marquee-item { font-size: 9px; padding: 0 10px; gap: 10px; }
  .our-story { grid-template-columns: 1fr; min-height: 0; }
  .our-story-images { height: 320px; }
  .our-story-img-secondary { display: none; }
  .our-story-text { padding: 48px 24px; }
  .our-story-text h2 { font-size: 32px; }
  .our-story-lead { font-size: 14px; }
  .our-story-stats { gap: 20px; flex-wrap: wrap; }
  .stat-number { font-size: 22px; }
  .spaces { padding: 60px 0 0; }
  .spaces > h2 { font-size: 32px; }
  .spaces > .label, .spaces > h2 { padding: 0 24px; }
  .spaces-grid { flex-direction: column; height: auto; }
  .space-card { height: 320px; flex: 0 0 auto; }
  .pull-quote { height: auto; padding: 56px 24px; }
  .pull-quote blockquote { font-size: 22px; }
  .experience-strip { grid-template-columns: 1fr; min-height: 0; }
  .experience-img { height: 280px; min-height: 0; }
  .experience-text { padding: 48px 24px; }
  .experience-text h2 { font-size: 32px; }
  .gallery-section { padding: 60px 0 48px; }
  .gallery-header { padding: 0 24px; margin-bottom: 36px; }
  .gallery-header h2 { font-size: 32px; }
  .gallery-grid { flex-direction: column; gap: 3px; }
  .gallery-item { height: 240px; flex: 0 0 auto; }
  .gallery-item--tall { height: 240px; }
  .gallery-footer { padding: 36px 24px 0; }
  .testimonials { padding: 60px 20px; }
  .testimonials > h2 { font-size: 36px; }
  .testi-grid { grid-template-columns: 1fr; gap: 3px; }
  .testi-card { padding: 32px 24px; }
  .cta-band { padding: 60px 24px; }
  .cta-band h2 { font-size: 12px; }
  .cta-sub { font-size: 36px; }
  .cta-band p { font-size: 10px; }
  .btn-row { flex-direction: column; align-items: center; }
  footer { padding: 56px 24px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .social-links { justify-content: center; }
}/* End custom CSS */