/*
 * Yaman Karavan Studio Child v3
 * Frontend styles. Loaded after Impreza styles.
 */
:root {
  --yk-primary: #ffb51b;
  --yk-primary-2: #ffa900;
  --yk-primary-dark: #d98d00;
  --yk-secondary: #08a9bd;
  --yk-ink: #222222;
  --yk-text: #3e3e3e;
  --yk-muted: #747474;
  --yk-line: #e8e8e5;
  --yk-soft: #f7f7f4;
  --yk-soft-warm: #fff8e9;
  --yk-white: #ffffff;
  --yk-footer: #1e2528;
  --yk-radius-sm: 12px;
  --yk-radius: 18px;
  --yk-radius-lg: 28px;
  --yk-shadow-sm: 0 8px 26px rgba(22, 27, 29, .08);
  --yk-shadow: 0 20px 60px rgba(22, 27, 29, .12);
  --yk-container: 1264px;
  --yk-header-height: 108px;
}

/* Strong theme reset against parent theme defaults */
html { scroll-behavior: smooth; }
body.yk-theme-active {
  margin: 0 !important;
  background: #fff !important;
  color: var(--yk-text) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.yk-theme-active *,
body.yk-theme-active *::before,
body.yk-theme-active *::after { box-sizing: border-box; }
body.yk-theme-active img { max-width: 100%; height: auto; }
body.yk-theme-active svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.yk-theme-active a { color: inherit; }
body.yk-theme-active button,
body.yk-theme-active input,
body.yk-theme-active textarea,
body.yk-theme-active select { font: inherit; }
body.yk-theme-active h1,
body.yk-theme-active h2,
body.yk-theme-active h3,
body.yk-theme-active h4,
body.yk-theme-active h5,
body.yk-theme-active h6,
body.yk-theme-active p { font-family: inherit; }
body.yk-theme-active .l-canvas,
body.yk-theme-active .l-main,
body.yk-theme-active .l-section,
body.yk-theme-active .l-section-h,
body.yk-theme-active .w-page-title,
body.yk-theme-active .w-page-title-h {
  max-width: none;
}
body.yk-theme-active .l-main { padding-top: 0 !important; }
body.yk-theme-active .l-section-h { padding: 0; }
body.yk-theme-active .w-page-title { display: none; }

.yk-container {
  width: min(calc(100% - 48px), var(--yk-container));
  margin-inline: auto;
}
.yk-site-main { display: block; min-height: 50vh; }
.yk-skip-link {
  position: fixed;
  z-index: 999999;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  border-radius: 9px;
  color: #fff !important;
  background: #111;
  text-decoration: none;
  transform: translateY(-160%);
}
.yk-skip-link:focus { transform: none; }
.yk-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Header */
.yk-site-header {
  position: relative;
  z-index: 1100;
  width: 100%;
  height: var(--yk-header-height);
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(0, 0, 0, .045);
  box-shadow: 0 3px 16px rgba(0, 0, 0, .025);
}
.yk-has-sticky-header .yk-site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(12px);
}
.admin-bar.yk-has-sticky-header .yk-site-header { top: 32px; }
.yk-header-inner {
  width: min(calc(100% - 56px), 1540px);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(285px, 340px) minmax(620px, 1fr) 205px;
  gap: 30px;
  align-items: center;
}
.yk-header-logo {
  width: 330px;
  max-width: 100%;
  height: 96px;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  overflow: visible;
  text-decoration: none;
}
.yk-header-logo-mark {
  width: 88px;
  height: 88px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.yk-header-logo-mark img {
  width: 88px;
  height: 88px;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.08);
  transform-origin: center top;
}
.yk-header-wordmark {
  display: grid;
  align-content: center;
  gap: 0;
  color: #e6aa17;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 31px;
  line-height: .86;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 0 #fff0a9, 0 2px 0 rgba(151, 98, 0, .32);
}
.yk-header-wordmark b { font-weight: 500; }
.yk-desktop-nav { justify-self: center; min-width: 0; }
.yk-nav-list,
.yk-mobile-nav-list,
.yk-footer-menu { list-style: none; margin: 0; padding: 0; }
.yk-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.5vw, 48px);
}
.yk-nav-list > li { position: relative; margin: 0; }
.yk-nav-list > li > a {
  position: relative;
  display: block;
  padding: 43px 0 39px;
  color: #202020;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.yk-nav-list > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  height: 2px;
  border-radius: 3px;
  background: var(--yk-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.yk-nav-list > li.current-menu-item > a,
.yk-nav-list > li.current-menu-ancestor > a,
.yk-nav-list > li > a:hover { color: var(--yk-primary-dark); }
.yk-nav-list > li.current-menu-item > a::after,
.yk-nav-list > li.current-menu-ancestor > a::after,
.yk-nav-list > li > a:hover::after { transform: scaleX(1); }
.yk-nav-list .sub-menu {
  position: absolute;
  top: 88px;
  left: -20px;
  min-width: 230px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--yk-line);
  border-radius: 14px;
  box-shadow: var(--yk-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}
.yk-nav-list li:hover > .sub-menu,
.yk-nav-list li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.yk-nav-list .sub-menu a {
  display: block;
  padding: 12px 13px;
  border-radius: 9px;
  color: #272727;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.yk-nav-list .sub-menu a:hover { background: #fff4d7; color: #a66b00; }
.yk-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.yk-header-call {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1e1e1e !important;
  background: linear-gradient(135deg, #ffc235 0%, #ffae0b 100%);
  box-shadow: 0 9px 24px rgba(255, 181, 27, .28);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}
.yk-header-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 30px rgba(255, 181, 27, .36);
}
.yk-header-call svg { width: 20px; height: 20px; }
.yk-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #202020;
  background: #f5f5f2;
  cursor: pointer;
}
.yk-menu-toggle svg { width: 25px; height: 25px; }
.yk-menu-close-icon { display: none; }
.yk-menu-toggle[aria-expanded="true"] .yk-menu-open-icon { display: none; }
.yk-menu-toggle[aria-expanded="true"] .yk-menu-close-icon { display: block; }
.yk-mobile-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1110;
  padding: 10px 22px 26px;
  background: #fff;
  border-top: 1px solid var(--yk-line);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .13);
}
.yk-mobile-panel[hidden] { display: none !important; }
.yk-mobile-nav-list > li { border-bottom: 1px solid #ececea; }
.yk-mobile-nav-list a {
  display: flex;
  padding: 15px 4px;
  color: #222;
  text-decoration: none;
  font-weight: 750;
}
.yk-mobile-nav-list .sub-menu {
  margin: 0 0 10px;
  padding: 0 0 0 16px;
  list-style: none;
}
.yk-mobile-nav-list .sub-menu a { padding: 10px 4px; color: #666; font-size: 14px; }
.yk-mobile-contact { display: grid; gap: 12px; margin-top: 18px; }
.yk-mobile-phone { text-align: center; font-weight: 800; text-decoration: none; }

/* Shared typography and buttons */
.yk-eyebrow {
  display: block;
  margin: 0 0 11px;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.yk-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.yk-btn {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1e1e1e !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.yk-btn:hover { transform: translateY(-2px); }
.yk-btn svg { width: 19px; height: 19px; }
.yk-btn-primary {
  background: linear-gradient(135deg, #ffc23a, #ffad08);
  box-shadow: 0 10px 26px rgba(255, 181, 27, .28);
}
.yk-btn-primary:hover { box-shadow: 0 14px 32px rgba(255, 181, 27, .38); }
.yk-btn-dark { color: #fff !important; background: #242424; }
.yk-btn-light { color: #1f1f1f !important; background: #fff; }
.yk-btn-ghost { background: rgba(255, 255, 255, .84); border-color: rgba(0, 0, 0, .1); }
.yk-btn-outline-light { color: #fff !important; background: transparent; border-color: rgba(255, 255, 255, .65); }
.yk-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #926200 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}
.yk-text-link svg { width: 18px; height: 18px; }
.yk-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.yk-section-heading h2,
.yk-centered-heading h2 {
  margin: 0;
  color: var(--yk-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 850;
}
.yk-centered-heading {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}
.yk-centered-heading h2 strong,
.yk-models-intro h2 strong { color: var(--yk-primary-dark); font-weight: 850; }
.yk-centered-heading p {
  max-width: 660px;
  margin: 16px auto 0;
  color: var(--yk-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Hero - tuned to match the approved design */
.yk-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(390px, 23.7vw, 430px);
  min-height: 390px;
  overflow: hidden;
  background-image: var(--yk-hero-bg);
  background-size: cover;
  background-position: center center;
}
.yk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(249, 230, 202, .18) 0%, rgba(249, 230, 202, .09) 35%, rgba(249, 230, 202, 0) 58%);
  pointer-events: none;
}
.yk-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, .015), rgba(0, 0, 0, .035));
  pointer-events: none;
}
.yk-hero-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.yk-hero-copy {
  width: min(530px, 43%);
  margin-left: 0;
  padding-bottom: 5px;
}
.yk-hero-copy .yk-eyebrow { display: none; }
.yk-hero-copy h1 {
  margin: 0;
  color: #2c2c2c;
  font-size: clamp(48px, 3.75vw, 62px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 900;
}
.yk-hero-copy h1 strong {
  display: block;
  margin-top: 10px;
  color: var(--yk-primary);
  font-weight: 900;
}
.yk-hero-copy p {
  max-width: 490px;
  margin: 23px 0 26px;
  color: #383838;
  font-size: 15px;
  line-height: 1.65;
}
.yk-hero .yk-btn { min-height: 48px; padding-inline: 23px; }
.yk-hero .yk-btn-ghost { display: none; }
.yk-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #222;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 22px rgba(0, 0, 0, .15);
  transform: translateY(-50%);
  cursor: pointer;
}
.yk-hero-arrow svg { width: 24px; height: 24px; }
.yk-hero-arrow.is-prev svg { transform: rotate(180deg); }
.yk-hero-arrow.is-prev { left: 30px; }
.yk-hero-arrow.is-next { right: 30px; }
.yk-hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.yk-hero-slider-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .22);
}
.yk-hero-slider-dots .is-active { background: var(--yk-primary); }

/* Feature strip */
.yk-feature-strip {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #ededeb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .035);
}
.yk-feature-strip-grid {
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.yk-feature-item {
  min-height: 80px;
  padding: 10px 30px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  border-right: 1px solid #e7e7e5;
}
.yk-feature-item:first-child { padding-left: 0; }
.yk-feature-item:last-child { padding-right: 0; border-right: 0; }
.yk-feature-icon { color: var(--yk-primary-dark); }
.yk-feature-icon svg { width: 43px; height: 43px; stroke-width: 1.55; }
.yk-feature-item h3 {
  margin: 0 0 6px;
  color: #262626;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 800;
}
.yk-feature-item p {
  margin: 0;
  color: #565656;
  font-size: 13px;
  line-height: 1.5;
}

/* Models */
.yk-models-section {
  position: relative;
  overflow: hidden;
  padding: 23px 0 19px;
  background: #fff;
}
.yk-models-section::before,
.yk-models-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(232, 181, 67, .12);
  border-radius: 44% 56% 63% 37%;
  pointer-events: none;
}
.yk-models-section::before { left: -125px; bottom: -155px; transform: rotate(24deg); }
.yk-models-section::after { right: -110px; top: -135px; transform: rotate(-25deg); }
.yk-models-layout {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}
.yk-models-intro { position: relative; z-index: 1; padding: 18px 0; }
.yk-models-intro h2 {
  margin: 0 0 18px;
  color: #292929;
  font-size: clamp(34px, 2.25vw, 37px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 850;
}
.yk-models-intro h2 strong { display: block; }
.yk-models-intro p {
  max-width: 340px;
  margin: 0 0 18px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.65;
}
.yk-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.yk-caravan-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e6;
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(21, 26, 28, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.yk-caravan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(21, 26, 28, .14);
}
.yk-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.66 / 1;
  background: #eee;
  text-decoration: none;
}
.yk-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.yk-caravan-card:hover .yk-card-image img { transform: scale(1.035); }
.yk-card-badge,
.yk-card-status {
  position: absolute;
  top: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
}
.yk-card-badge { left: 12px; color: #202020; background: var(--yk-primary); }
.yk-card-status { right: 12px; color: #fff; background: rgba(24, 29, 31, .88); }
.yk-card-body { padding: 15px 18px 17px; }
.yk-card-body h3 {
  margin: 0 0 10px;
  color: #292929;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 850;
}
.yk-card-body h3 a { text-decoration: none; }
.yk-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  color: #5c5c5c;
  font-size: 13px;
}
.yk-card-specs span { display: inline-flex; align-items: center; gap: 6px; }
.yk-card-specs svg { width: 17px; height: 17px; color: var(--yk-primary-dark); }
.yk-card-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ececea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.yk-card-footer strong { color: #222; font-size: 15px; }
.yk-card-footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8b5b00;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.yk-card-footer svg { width: 16px; height: 16px; }
.yk-caravan-card.is-compact .yk-card-body { padding: 13px 17px 16px; }
.yk-caravan-card.is-compact .yk-card-body h3 { margin-bottom: 10px; font-size: 19px; }
.yk-caravan-card.is-compact .yk-card-badge,
.yk-caravan-card.is-compact .yk-card-status { display: none; }
.yk-empty-state {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px dashed #d9d9d5;
  border-radius: 18px;
  text-align: center;
  background: #fafaf8;
}
.yk-empty-state h2,
.yk-empty-state h3 { margin-top: 0; color: #222; }

/* Trust bar */
.yk-trust-bar {
  background: linear-gradient(90deg, #ffbd28 0%, #ffb114 53%, #ffbb25 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .35);
}
.yk-trust-grid {
  min-height: 77px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.yk-trust-item {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.yk-trust-item > span { color: #fff; }
.yk-trust-item svg { width: 32px; height: 32px; stroke-width: 1.7; }
.yk-trust-item strong {
  display: block;
  color: #262113;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 850;
}
.yk-trust-item small { display: none; }

/* About */
.yk-about-section { padding: 96px 0; background: #fff; }
.yk-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 78px;
  align-items: center;
}
.yk-about-media { position: relative; }
.yk-about-media::before {
  content: "";
  position: absolute;
  inset: -16px 38px 40px -16px;
  border-radius: 30px;
  background: #fff0c9;
  z-index: 0;
}
.yk-about-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.33 / 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--yk-shadow);
}
.yk-about-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  min-width: 150px;
  padding: 18px 22px;
  border-radius: 16px;
  color: #222;
  background: var(--yk-primary);
  box-shadow: 0 13px 32px rgba(0, 0, 0, .18);
}
.yk-about-badge strong { display: block; font-size: 25px; line-height: 1; }
.yk-about-badge span { display: block; margin-top: 5px; font-size: 13px; font-weight: 700; }
.yk-about-copy h2 {
  margin: 0 0 21px;
  color: #222;
  font-size: clamp(37px, 4vw, 55px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 880;
}
.yk-about-copy > p {
  margin: 0 0 24px;
  color: #666;
  font-size: 16px;
  line-height: 1.76;
}
.yk-about-copy ul {
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  list-style: none;
}
.yk-about-copy li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #373737;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}
.yk-about-copy li svg { flex: 0 0 19px; width: 19px; height: 19px; color: var(--yk-primary-dark); }

/* Process */
.yk-process-section { padding: 92px 0; background: var(--yk-soft); }
.yk-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.yk-process-grid::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #deded9;
}
.yk-process-grid article {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 28px 26px;
  border: 1px solid #e7e7e3;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(18, 22, 24, .055);
}
.yk-process-number {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #222;
  background: var(--yk-primary);
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(255, 181, 27, .25);
}
.yk-process-grid h3 { margin: 0 0 12px; color: #262626; font-size: 20px; line-height: 1.2; font-weight: 850; }
.yk-process-grid p { margin: 0; color: #6a6a6a; font-size: 14px; line-height: 1.65; }

/* Gallery */
.yk-gallery-section { padding: 94px 0; background: #fff; }
.yk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.yk-gallery-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(21, 26, 28, .08);
}
.yk-gallery-grid img:first-child { grid-column: span 2; grid-row: span 2; }
.yk-gallery-grid img:nth-child(4) { grid-column: span 2; }

/* FAQ */
.yk-faq-section { padding: 96px 0; background: var(--yk-soft); }
.yk-faq-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}
.yk-faq-intro { position: sticky; top: calc(var(--yk-header-height) + 30px); }
.yk-faq-intro h2 {
  margin: 0 0 18px;
  color: #222;
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 870;
}
.yk-faq-intro p { margin: 0 0 25px; color: #6b6b6b; font-size: 15px; line-height: 1.7; }
.yk-accordion { border-top: 1px solid #d9d9d5; }
.yk-accordion-item { border-bottom: 1px solid #d9d9d5; }
.yk-accordion-item button {
  width: 100%;
  padding: 23px 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #262626;
  background: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}
.yk-accordion-item button b {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #222;
  background: var(--yk-primary);
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  transition: transform .2s ease;
}
.yk-accordion-item.is-open button b { transform: rotate(45deg); }
.yk-accordion-content { display: none; padding: 0 48px 23px 0; }
.yk-accordion-item.is-open .yk-accordion-content { display: block; }
.yk-accordion-content p { margin: 0; color: #6c6c6c; font-size: 15px; line-height: 1.7; }

/* CTA */
.yk-cta {
  padding: 64px 0;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(20, 26, 28, .96), rgba(36, 45, 48, .94)),
    url('../images/design/hero-lake-editable.jpg') center / cover no-repeat;
}
.yk-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.yk-cta .yk-eyebrow { color: var(--yk-primary); }
.yk-cta h2 { margin: 0 0 12px; color: #fff; font-size: clamp(32px, 3.8vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.yk-cta p { margin: 0; color: rgba(255, 255, 255, .76); font-size: 16px; line-height: 1.6; }
.yk-cta .yk-actions { flex: 0 0 auto; }

/* Inner page hero and standard pages */
.yk-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 82px;
  background:
    linear-gradient(90deg, rgba(255, 245, 219, .97), rgba(255, 251, 240, .92)),
    url('../images/design/hero-lake-editable.jpg') center / cover no-repeat;
}
.yk-page-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(222, 154, 0, .16);
  border-radius: 43% 57% 62% 38%;
  transform: rotate(-24deg);
}
.yk-page-hero .yk-container { position: relative; z-index: 1; }
.yk-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #252525;
  font-size: clamp(46px, 5.3vw, 72px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 900;
}
.yk-page-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.65;
}
.yk-standard-page { padding: 72px 0 92px; }
.yk-prose { max-width: 880px; margin-inline: auto; color: #555; font-size: 17px; line-height: 1.8; }
.yk-prose h2,
.yk-rich-content h2 { margin: 36px 0 14px; color: #242424; font-size: 32px; line-height: 1.2; }
.yk-prose h3,
.yk-rich-content h3 { margin: 30px 0 12px; color: #242424; font-size: 24px; }
.yk-prose p:first-child { margin-top: 0; }

/* Archive */
.yk-archive-section { padding: 70px 0 94px; background: #fff; }
.yk-archive-section .yk-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yk-filter-nav {
  margin: 0 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.yk-filter-nav a {
  padding: 11px 17px;
  border: 1px solid #dfdfdc;
  border-radius: 999px;
  color: #444;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}
.yk-filter-nav a:hover,
.yk-filter-nav a.is-active { color: #222; border-color: var(--yk-primary); background: var(--yk-primary); }
.yk-archive-section .nav-links { margin-top: 42px; display: flex; gap: 8px; justify-content: center; }
.yk-archive-section .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 750;
}
.yk-archive-section .page-numbers.current { border-color: var(--yk-primary); background: var(--yk-primary); }

/* Breadcrumb */
.yk-breadcrumb { padding: 15px 0; border-bottom: 1px solid #ececea; background: #fafaf8; }
.yk-breadcrumb .yk-container { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #737373; font-size: 13px; }
.yk-breadcrumb a { color: #555; text-decoration: none; }

/* Single caravan */
.yk-single-hero { padding: 42px 0 64px; background: #fff; }
.yk-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(350px, .7fr);
  gap: 52px;
  align-items: start;
}
.yk-single-gallery { min-width: 0; }
.yk-main-image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #eee;
  box-shadow: var(--yk-shadow-sm);
}
.yk-main-image img { width: 100%; aspect-ratio: 1.44 / 1; display: block; object-fit: cover; }
.yk-thumbnails {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.yk-thumbnails button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}
.yk-thumbnails button.is-active { border-color: var(--yk-primary); }
.yk-thumbnails img { width: 100%; aspect-ratio: 1.25 / 1; display: block; object-fit: cover; }
.yk-single-summary {
  position: sticky;
  top: calc(var(--yk-header-height) + 28px);
  padding: 34px;
  border: 1px solid #e6e6e2;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--yk-shadow-sm);
}
.yk-single-summary h1 {
  margin: 0 0 14px;
  color: #222;
  font-size: clamp(37px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 900;
}
.yk-single-lead { margin: 0 0 18px; color: #666; font-size: 15px; line-height: 1.65; }
.yk-price { margin: 18px 0; color: #222; font-size: 27px; line-height: 1.15; font-weight: 900; }
.yk-price small { display: block; margin-top: 7px; color: #777; font-size: 12px; font-weight: 600; }
.yk-summary-specs {
  margin: 23px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e9e9e6;
  border-bottom: 1px solid #e9e9e6;
}
.yk-summary-specs > div { padding: 18px 9px; text-align: center; border-right: 1px solid #e9e9e6; }
.yk-summary-specs > div:last-child { border-right: 0; }
.yk-summary-specs svg { width: 22px; height: 22px; margin: 0 auto 7px; color: var(--yk-primary-dark); }
.yk-summary-specs strong { display: block; color: #222; font-size: 14px; line-height: 1.25; }
.yk-summary-specs span { display: block; margin-top: 4px; color: #858585; font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .04em; }
.yk-detail-actions { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; }
.yk-detail-actions .yk-btn { min-width: 0; padding-inline: 14px; }
.yk-tracking-note { margin: 13px 0 0; color: #888; font-size: 11px; line-height: 1.45; }
.yk-single-content { padding: 0 0 88px; }
.yk-tabs-nav {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  border-bottom: 1px solid #dededb;
}
.yk-tabs-nav button {
  position: relative;
  padding: 17px 18px;
  border: 0;
  color: #676767;
  background: transparent;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.yk-tabs-nav button::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--yk-primary);
  transform: scaleX(0);
}
.yk-tabs-nav button.is-active { color: #222; }
.yk-tabs-nav button.is-active::after { transform: scaleX(1); }
.yk-tab-panel { display: none; padding-top: 38px; }
.yk-tab-panel.is-active { display: block; }
.yk-rich-content { max-width: 900px; color: #595959; font-size: 16px; line-height: 1.8; }
.yk-spec-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.yk-spec-group { overflow: hidden; border: 1px solid #e5e5e2; border-radius: 17px; background: #fff; }
.yk-spec-group h3 { margin: 0; padding: 18px 21px; color: #222; background: #fff5d9; font-size: 19px; }
.yk-spec-group dl { margin: 0; }
.yk-spec-group dl div {
  padding: 13px 20px;
  display: grid;
  grid-template-columns: minmax(120px, .85fr) minmax(0, 1.15fr);
  gap: 16px;
  border-top: 1px solid #ececea;
}
.yk-spec-group dt { color: #777; font-size: 13px; }
.yk-spec-group dd { margin: 0; color: #333; text-align: right; font-size: 13px; font-weight: 750; }
.yk-feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.yk-feature-list > div {
  min-height: 62px;
  padding: 15px 16px;
  border: 1px solid #e6e6e2;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
.yk-feature-list svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--yk-primary-dark); }
.yk-floorplan-section { padding: 76px 0; background: var(--yk-soft); }
.yk-floorplan-section > .yk-container > img { width: 100%; max-height: 720px; object-fit: contain; border-radius: 20px; background: #fff; box-shadow: var(--yk-shadow-sm); }
.yk-related-models { padding: 78px 0; background: #f7f7f4; }
.yk-related-models .yk-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yk-sticky-mobile-cta { display: none; }

/* Contact */
.yk-contact-section { padding: 92px 0; background: #fff; }
.yk-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}
.yk-contact-info h2,
.yk-contact-box h2 {
  margin: 0 0 17px;
  color: #222;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 870;
}
.yk-contact-info > p,
.yk-contact-box > p { margin: 0 0 25px; color: #6b6b6b; font-size: 15px; line-height: 1.7; }
.yk-contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.yk-contact-card {
  min-height: 94px;
  padding: 18px;
  border: 1px solid #e5e5e2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(18, 23, 25, .04);
}
.yk-contact-card > svg { width: 26px; height: 26px; color: var(--yk-primary-dark); }
.yk-contact-card small { display: block; margin-bottom: 5px; color: #8a8a8a; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.yk-contact-card strong { display: block; color: #282828; font-size: 14px; line-height: 1.35; word-break: break-word; }
.yk-contact-box {
  padding: 35px;
  border: 1px solid #e5e5e1;
  border-radius: 22px;
  background: #fafaf8;
  box-shadow: var(--yk-shadow-sm);
}
.yk-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.yk-form-grid .yk-full { grid-column: 1 / -1; }
.yk-form-grid label { color: #4c4c4c; font-size: 13px; font-weight: 750; }
.yk-form-grid input,
.yk-form-grid textarea,
.yk-form-grid select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid #dcdcd8;
  border-radius: 11px;
  color: #2c2c2c;
  background: #fff;
  outline: none;
}
.yk-form-grid input:focus,
.yk-form-grid textarea:focus,
.yk-form-grid select:focus { border-color: var(--yk-primary-dark); box-shadow: 0 0 0 3px rgba(255, 181, 27, .15); }
.yk-consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 500 !important; line-height: 1.45; }
.yk-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; }
.yk-contact-form > .yk-btn { margin-top: 18px; }
.yk-form-result { margin-top: 13px; font-size: 13px; font-weight: 700; }

/* Footer */
.yk-site-footer { color: rgba(255, 255, 255, .78); background: var(--yk-footer); }
.yk-footer-main { padding: 70px 0 55px; }
.yk-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr 1.1fr;
  gap: 58px;
  align-items: start;
}
.yk-footer-brand > a { width: 240px; display: block; text-decoration: none; }
.yk-footer-brand img { width: 240px; max-height: 96px; object-fit: contain; object-position: left center; filter: brightness(1.12); }
.yk-footer-brand p { max-width: 330px; margin: 20px 0; color: rgba(255, 255, 255, .66); font-size: 14px; line-height: 1.7; }
.yk-social-links { display: flex; gap: 9px; }
.yk-social-links a {
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
}
.yk-social-links a:hover { color: #222; border-color: var(--yk-primary); background: var(--yk-primary); }
.yk-social-links svg { width: 19px; height: 19px; }
.yk-footer-column h3 { margin: 0 0 19px; color: #fff; font-size: 16px; font-weight: 850; }
.yk-footer-menu li { margin: 0 0 11px; }
.yk-footer-menu a { color: rgba(255, 255, 255, .68); text-decoration: none; font-size: 13px; }
.yk-footer-menu a:hover { color: var(--yk-primary); }
.yk-footer-contact-row {
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255, 255, 255, .76);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
}
.yk-footer-contact-row svg { width: 19px; height: 19px; flex: 0 0 19px; color: var(--yk-primary); }
.yk-footer-contact-row small { display: block; margin-bottom: 2px; color: rgba(255, 255, 255, .43); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.yk-footer-hours { margin: 18px 0 0; color: rgba(255, 255, 255, .5); font-size: 12px; }
.yk-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); }
.yk-footer-bottom .yk-container {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.yk-footer-bottom p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 12px; }
.yk-footer-bottom a { color: rgba(255, 255, 255, .66); text-decoration: none; }
.yk-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff !important;
  background: #25d366;
  box-shadow: 0 13px 30px rgba(0, 0, 0, .22);
  text-decoration: none;
}
.yk-floating-whatsapp svg { width: 28px; height: 28px; }

/* Logo shortcode */
.yk-logo-link { display: inline-flex; text-decoration: none; }
.yk-logo-shortcode { display: inline-flex; }
.yk-logo-shortcode img { width: 100%; height: auto; display: block; }

/* Responsive */
@media (max-width: 1360px) {
  .yk-header-inner {
    width: min(calc(100% - 40px), 1340px);
    grid-template-columns: 260px minmax(560px, 1fr) 190px;
    gap: 22px;
  }
  .yk-header-logo { width: 285px; grid-template-columns: 80px 1fr; }
  .yk-header-logo-mark, .yk-header-logo-mark img { width: 80px; height: 80px; }
  .yk-header-wordmark { font-size: 27px; }
  .yk-nav-list { gap: 27px; }
  .yk-header-call { padding-inline: 18px; }
  .yk-hero-arrow.is-prev { left: 18px; }
  .yk-hero-arrow.is-next { right: 18px; }
}

@media (max-width: 1180px) {
  :root { --yk-header-height: 92px; }
  .yk-header-inner { grid-template-columns: 230px 1fr 176px; }
  .yk-header-logo { width: 245px; grid-template-columns: 72px 1fr; }
  .yk-header-logo-mark, .yk-header-logo-mark img { width: 72px; height: 72px; }
  .yk-header-wordmark { font-size: 24px; }
  .yk-header-logo { height: 82px; }
  .yk-nav-list { gap: 20px; }
  .yk-nav-list > li > a { padding: 36px 0 33px; font-size: 13px; }
  .yk-nav-list > li > a::after { bottom: 23px; }
  .yk-header-call { min-height: 47px; font-size: 13px; }
  .yk-hero-copy { margin-left: 20px; }
  .yk-feature-item { padding-inline: 19px; }
  .yk-models-layout { grid-template-columns: 300px minmax(0, 1fr); gap: 34px; }
  .yk-card-grid { gap: 17px; }
  .yk-card-body h3 { font-size: 17px; }
  .yk-about-grid { gap: 50px; }
  .yk-footer-grid { grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 35px; }
}

@media (max-width: 1024px) {
  .yk-container { width: min(calc(100% - 36px), var(--yk-container)); }
  .yk-header-inner { width: calc(100% - 36px); grid-template-columns: 260px 1fr; }
  .yk-header-logo { width: 250px; grid-template-columns: 74px 1fr; }
  .yk-header-logo-mark, .yk-header-logo-mark img { width: 74px; height: 74px; }
  .yk-header-wordmark { font-size: 25px; }
  .yk-desktop-nav,
  .yk-header-call { display: none; }
  .yk-menu-toggle { display: inline-flex; }
  .yk-hero { height: 470px; background-position: 58% center; }
  .yk-hero-copy { width: 47%; margin-left: 0; }
  .yk-hero-copy h1 { font-size: 54px; }
  .yk-feature-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .yk-feature-item { padding: 18px 24px; border-bottom: 1px solid #e7e7e5; }
  .yk-feature-item:nth-child(2) { border-right: 0; }
  .yk-feature-item:nth-child(3),
  .yk-feature-item:nth-child(4) { border-bottom: 0; }
  .yk-feature-item:first-child { padding-left: 24px; }
  .yk-feature-item:last-child { padding-right: 24px; }
  .yk-models-section { padding: 58px 0; }
  .yk-models-layout { grid-template-columns: 1fr; gap: 30px; }
  .yk-models-intro { max-width: 640px; padding: 0; }
  .yk-models-intro p { max-width: 600px; }
  .yk-trust-item strong { font-size: 16px; }
  .yk-about-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .yk-about-copy ul { grid-template-columns: 1fr; }
  .yk-process-grid { grid-template-columns: repeat(2, 1fr); }
  .yk-process-grid::before { display: none; }
  .yk-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .yk-faq-layout { grid-template-columns: 300px 1fr; gap: 45px; }
  .yk-single-grid { grid-template-columns: 1fr; }
  .yk-single-summary { position: static; }
  .yk-contact-layout { gap: 40px; }
  .yk-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .yk-footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .yk-footer-contact h3,
  .yk-footer-hours { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  .admin-bar.yk-has-sticky-header .yk-site-header { top: 46px; }
}

@media (max-width: 767px) {
  :root { --yk-header-height: 76px; }
  .yk-container { width: min(calc(100% - 28px), var(--yk-container)); }
  .yk-header-inner { width: calc(100% - 28px); grid-template-columns: minmax(0, 195px) 1fr; gap: 12px; }
  .yk-header-logo { width: 190px; grid-template-columns: 56px 1fr; gap: 8px; }
  .yk-header-logo-mark, .yk-header-logo-mark img { width: 56px; height: 56px; }
  .yk-header-wordmark { font-size: 20px; }
  .yk-header-logo { height: 70px; }
  .yk-menu-toggle { width: 43px; height: 43px; }

  .yk-hero {
    height: auto;
    min-height: 640px;
    background-position: 68% center;
  }
  .yk-hero::before {
    background: linear-gradient(180deg, rgba(249, 231, 204, .97) 0%, rgba(249, 231, 204, .94) 35%, rgba(249, 231, 204, .66) 58%, rgba(249, 231, 204, .14) 80%, transparent 100%);
  }
  .yk-hero-content { align-items: flex-start; padding-top: 50px; }
  .yk-hero-copy { width: 100%; max-width: 520px; }
  .yk-hero-copy h1 { font-size: 47px; }
  .yk-hero-copy p { max-width: 430px; font-size: 15px; }
  .yk-hero-arrow { top: auto; bottom: 18px; width: 42px; height: 42px; transform: none; }
  .yk-hero-arrow.is-prev { left: 16px; }
  .yk-hero-arrow.is-next { right: 16px; }
  .yk-hero-slider-dots { bottom: 33px; }

  .yk-feature-strip-grid { grid-template-columns: 1fr; }
  .yk-feature-item,
  .yk-feature-item:first-child,
  .yk-feature-item:last-child {
    min-height: 96px;
    padding: 17px 4px;
    border-right: 0;
    border-bottom: 1px solid #e6e6e4;
  }
  .yk-feature-item:last-child { border-bottom: 0; }
  .yk-models-section { padding: 56px 0; }
  .yk-models-intro h2 { font-size: 38px; }
  .yk-card-grid,
  .yk-archive-section .yk-card-grid,
  .yk-related-models .yk-card-grid { grid-template-columns: 1fr; }
  .yk-caravan-card.is-compact .yk-card-image { aspect-ratio: 1.75 / 1; }
  .yk-trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .yk-trust-item { min-height: 66px; justify-content: flex-start; border-bottom: 1px solid rgba(0, 0, 0, .12); }
  .yk-trust-item:last-child { border-bottom: 0; }
  .yk-about-section,
  .yk-process-section,
  .yk-gallery-section,
  .yk-faq-section,
  .yk-contact-section { padding: 66px 0; }
  .yk-about-grid { grid-template-columns: 1fr; gap: 48px; }
  .yk-about-media::before { inset: -8px 18px 32px -8px; }
  .yk-about-badge { right: 12px; bottom: 12px; }
  .yk-about-copy h2 { font-size: 39px; }
  .yk-about-copy ul { grid-template-columns: 1fr; }
  .yk-process-grid { grid-template-columns: 1fr; }
  .yk-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .yk-gallery-grid img:first-child { grid-column: span 2; }
  .yk-gallery-grid img:nth-child(4) { grid-column: auto; }
  .yk-section-heading { align-items: flex-start; flex-direction: column; }
  .yk-faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .yk-faq-intro { position: static; }
  .yk-faq-intro h2 { font-size: 40px; }
  .yk-accordion-item button { padding: 20px 0; }
  .yk-cta { padding: 56px 0; }
  .yk-cta-inner { align-items: flex-start; flex-direction: column; }
  .yk-cta .yk-actions { width: 100%; }
  .yk-cta .yk-btn { flex: 1 1 100%; }
  .yk-page-hero { padding: 60px 0 56px; }
  .yk-page-hero h1 { font-size: 48px; }
  .yk-page-hero p { font-size: 16px; }
  .yk-archive-section { padding: 56px 0 72px; }
  .yk-single-hero { padding: 25px 0 45px; }
  .yk-main-image { border-radius: 16px; }
  .yk-single-summary { padding: 23px; border-radius: 18px; }
  .yk-single-summary h1 { font-size: 39px; }
  .yk-detail-actions { grid-template-columns: 1fr; }
  .yk-tabs-nav { margin-inline: -4px; }
  .yk-tab-panel { padding-top: 28px; }
  .yk-spec-groups { grid-template-columns: 1fr; }
  .yk-spec-group dl div { grid-template-columns: 1fr; gap: 4px; }
  .yk-spec-group dd { text-align: left; }
  .yk-feature-list { grid-template-columns: 1fr; }
  .yk-sticky-mobile-cta {
    position: fixed;
    z-index: 1050;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 8px;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .12);
  }
  .yk-sticky-mobile-cta a {
    min-height: 48px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 850;
  }
  .yk-sticky-mobile-cta a:first-child { color: #231e12; background: var(--yk-primary); }
  .yk-sticky-mobile-cta a:last-child { color: #fff; background: #242424; }
  .yk-single-caravan { padding-bottom: 76px; }
  .yk-contact-layout { grid-template-columns: 1fr; }
  .yk-contact-cards { grid-template-columns: 1fr; }
  .yk-contact-box { padding: 23px; }
  .yk-form-grid { grid-template-columns: 1fr; }
  .yk-form-grid .yk-full { grid-column: auto; }
  .yk-footer-main { padding: 55px 0 42px; }
  .yk-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .yk-footer-brand { grid-column: 1 / -1; }
  .yk-footer-contact { grid-column: 1 / -1; display: block; }
  .yk-footer-bottom .yk-container { padding-block: 18px; align-items: flex-start; flex-direction: column; }
  .yk-floating-whatsapp { right: 15px; bottom: 16px; width: 53px; height: 53px; }
  .yk-single-caravan .yk-floating-whatsapp { display: none; }
}

@media (max-width: 480px) {
  .yk-header-inner { grid-template-columns: minmax(0, 170px) 1fr; }
  .yk-header-logo { width: 165px; grid-template-columns: 50px 1fr; gap: 7px; }
  .yk-header-logo-mark, .yk-header-logo-mark img { width: 50px; height: 50px; }
  .yk-header-wordmark { font-size: 17px; }
  .yk-hero { min-height: 610px; }
  .yk-hero-copy h1 { font-size: 42px; }
  .yk-hero-copy p { font-size: 14px; }
  .yk-hero .yk-btn { width: 100%; }
  .yk-feature-item { grid-template-columns: 46px 1fr; }
  .yk-feature-icon svg { width: 38px; height: 38px; }
  .yk-card-grid { gap: 18px; }
  .yk-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .yk-gallery-grid img,
  .yk-gallery-grid img:first-child { grid-column: auto; grid-row: auto; height: 225px; }
  .yk-summary-specs { grid-template-columns: 1fr; }
  .yk-summary-specs > div {
    padding: 13px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 12px;
    text-align: left;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #e9e9e6;
  }
  .yk-summary-specs > div:last-child { border-bottom: 0; }
  .yk-summary-specs svg { grid-row: span 2; margin: 0; }
  .yk-summary-specs strong { margin: 0; }
  .yk-footer-grid { grid-template-columns: 1fr; }
  .yk-footer-column { grid-column: 1 / -1; }
  .yk-models-intro h2 { font-size: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
/* Exact approved-home compact card proportions */
.yk-models-home .yk-caravan-card.is-compact .yk-card-image { aspect-ratio: 1.9 / 1; }
.yk-models-home .yk-caravan-card.is-compact .yk-card-body { padding: 10px 16px 12px; }
.yk-models-home .yk-caravan-card.is-compact .yk-card-body h3 { margin-bottom: 8px; font-size: 18px; }
.yk-models-section.yk-models-home { padding-top: 18px; padding-bottom: 14px; }
@media (max-width: 767px) {
  .yk-models-home .yk-caravan-card.is-compact .yk-card-image { aspect-ratio: 1.65 / 1; }
  .yk-models-section.yk-models-home { padding-top: 56px; padding-bottom: 56px; }
}
