/* preview shell */
html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
body {
  margin: 0;
  overscroll-behavior: none;
}
.site-preview-root {
  display: block;
}

/* Keep hero/nav appearance stable even if sections toggle page theme/color-scheme. */
.wf-assembled-hero-shell,
.wf-assembled-hero-shell * {
  color-scheme: normal !important;
}

/* Hide common model-added fixed “Press D / light–dark” hint UI; document-level key handlers still run */
.site-preview-root [aria-label*="Press D" i],
.site-preview-root [aria-label*="press d" i],
.site-preview-root [title*="Press D" i],
.site-preview-root [title*="light/dark" i],
.site-preview-root [title*="light / dark" i],
.site-preview-root [data-theme-toggle],
.site-preview-root [data-wf-theme-hint],
.site-preview-root .wf-theme-toggle-chip {
  display: none !important;
}

/* === section scroll animations === */
@keyframes wf-section-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

/*
 * wf-anim-js is added to <html> by a blocking <head> script before body renders.
 * Without it (no JS), nothing is hidden.
 *
 * Structure per section:
 *   [data-wf-section]     ← outer shell, background, never animated
 *     .wf-section-body    ← passthrough
 *       model root        ← owns background colour, never animated
 *         > children      ← hidden until in-view, then fade+lift
 */
html.wf-anim-js .site-preview-root [data-wf-section]:not(.wf-section--in) .wf-section-body > * > * {
  opacity: 0;
}

.site-preview-root [data-wf-section].wf-section--in .wf-section-body > * > * {
  animation: wf-section-in 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (prefers-reduced-motion: reduce) {
  html.wf-anim-js .site-preview-root [data-wf-section]:not(.wf-section--in) .wf-section-body > * > * {
    opacity: 1;
  }
  .site-preview-root [data-wf-section].wf-section--in .wf-section-body > * > * {
    animation: none;
  }
}

/* === hero_preview.css === */
.wf-hero { position: relative; width: 100%; font-family: 'Georgia', serif; box-sizing: border-box; } .wf-hero *, .wf-hero *::before, .wf-hero *::after { box-sizing: border-box; } .wf-hero__body { position: relative; min-height: 100vh; overflow: hidden; } .wf-hero__bg-image { position: absolute; inset: 0; background-image: url(../input/hero_reference.jpg); background-size: cover; background-position: center top; z-index: 0; } .wf-hero__overlay { position: absolute; inset: 0; background: rgba(255,252,248,0.55); z-index: 1; } .wf-hero__nav { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; height: 72px; background: rgba(255,255,255,0.97); border-bottom: 1px solid #e8ddd0; } .wf-hero__nav-brand { font-size: 1.1rem; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; font-family: 'Georgia', serif; } .wf-hero__brand-first { color: #b8922a; } .wf-hero__brand-rest { color: #2a2a2a; } .wf-hero__nav-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; } .wf-hero__nav-links li a { text-decoration: none; color: #3a3a3a; font-family: 'Arial', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; } .wf-hero__nav-links li a:hover { color: #b8922a; } .wf-hero__nav-cta { display: inline-block; border: 2px solid #b8922a; color: #b8922a; padding: 9px 22px; font-family: 'Arial', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, color 0.2s; } .wf-hero__nav-cta:hover { background: #b8922a; color: #fff; } .wf-hero__content { position: relative; z-index: 5; display: grid; grid-template-columns: 280px 1fr 260px; grid-template-rows: auto; gap: 20px; padding: 36px 40px 48px; align-items: center; min-height: calc(100vh - 72px); } .wf-hero__content > div:first-child { display: flex; flex-direction: column; gap: 20px; align-self: center; } .wf-hero__card--left-top { border: 2px solid #c9a84c; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 18px rgba(180,140,60,0.18); } .wf-hero__card-inner { background: #1a1a1a; padding: 14px 14px 10px; } .wf-hero__card-inner.wf-hero__card--dark { background: #18181a; } .wf-hero__card-tagline { color: #fff; font-family: 'Georgia', serif; font-size: 0.88rem; font-style: normal; margin: 0 0 4px; } .wf-hero__card-tagline em { color: #c9a84c; font-style: italic; } .wf-hero__card-sub { color: #aaa; font-size: 0.65rem; margin: 0; font-family: Arial, sans-serif; } .wf-hero__faces-placeholder { width: 100%; height: 130px; background: linear-gradient(135deg, #2c2c2e 0%, #3a2e28 50%, #2c2c2e 100%); display: flex; align-items: center; justify-content: center; color: #666; font-size: 0.7rem; text-align: center; } .wf-hero__card-footer { background: #fff; padding: 10px 14px; } .wf-hero__card-motto { margin: 0; font-family: Arial, sans-serif; font-size: 0.78rem; font-weight: 700; color: #2a2a2a; letter-spacing: 0.04em; line-height: 1.5; } .wf-hero__card--left-bottom { border: 2px solid #c9a84c; background: linear-gradient(135deg, #c9a84c 0%, #a07820 40%, #c9a84c 100%); border-radius: 4px; padding: 24px 20px; text-align: center; box-shadow: 0 4px 18px rgba(180,140,60,0.22); } .wf-hero__award { display: flex; flex-direction: column; align-items: center; gap: 8px; } .wf-hero__award-icon { font-size: 2.4rem; filter: brightness(0) saturate(100%) invert(100%); opacity: 0.9; } .wf-hero__award-text { color: #fff; font-family: Arial, sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-align: center; margin: 0; line-height: 1.6; text-transform: uppercase; } .wf-hero__center { text-align: center; padding: 0 20px; } .wf-hero__headline { font-family: 'Georgia', serif; font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 700; color: #b8922a; letter-spacing: 0.03em; line-height: 1.0; margin: 0 0 10px; text-shadow: 1px 2px 8px rgba(180,140,60,0.18); } .wf-hero__sub-cursive { font-family: 'Georgia', serif; font-size: clamp(1.4rem, 2.8vw, 2.2rem); font-style: italic; color: #8a6b20; margin: 0 0 22px; } .wf-hero__welcome { font-family: 'Georgia', serif; font-size: clamp(1.1rem, 2.2vw, 1.65rem); font-weight: 700; color: #7a5c18; letter-spacing: 0.02em; line-height: 1.35; margin: 0 0 16px; } .wf-hero__welcome em { font-style: italic; color: #b8922a; } .wf-hero__desc { font-family: Arial, sans-serif; font-size: 0.95rem; color: #4a4040; line-height: 1.6; margin: 0 0 28px; } .wf-hero__cta-btn { display: inline-block; border: 2px solid #b8922a; color: #7a5c18; background: rgba(255,255,255,0.88); padding: 14px 36px; font-family: Arial, sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, color 0.2s; } .wf-hero__cta-btn:hover { background: #b8922a; color: #fff; } .wf-hero__cards-right { display: flex; flex-direction: column; gap: 20px; align-self: center; } .wf-hero__card--right-top, .wf-hero__card--right-bottom { border: 2px solid #c9a84c; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 18px rgba(180,140,60,0.18); } .wf-hero__card-img { width: 100%; height: 150px; background-color: #e8d8c8; background-size: cover; background-position: center; } .wf-hero__card-img--nails { background: linear-gradient(135deg, #f5e6d8 0%, #e8cdb8 50%, #d4b898 100%); display: flex; align-items: center; justify-content: center; color: #9a7a5a; font-size: 0.7rem; } .wf-hero__card-img--spa { background: linear-gradient(135deg, #f0e8d8 0%, #e0d0c0 50%, #d8c8b0 100%); display: flex; align-items: center; justify-content: center; color: #9a7a5a; font-size: 0.7rem; } .wf-hero__card-label { padding: 10px 14px; font-family: Arial, sans-serif; font-size: 0.78rem; font-weight: 700; color: #2a2a2a; letter-spacing: 0.04em; line-height: 1.5; margin: 0; text-transform: uppercase; background: #fff; } .wf-hero__card-label em { font-style: italic; text-transform: none; font-weight: 400; display: block; color: #555; } @media (max-width: 900px) { .wf-hero__content { grid-template-columns: 1fr; } .wf-hero__cards-right { flex-direction: row; } }

/* Web Foundation: hero concept image as section background */
.wf-hero__nav-links a[aria-current="page"],
.wf-hero__nav-cta[aria-current="page"],
.wf-hero__mobile-link[aria-current="page"],
.wf-hero__mobile-cta[aria-current="page"] {
  color: #B8972A;
}

.wf-hero__body {
  position: relative;
}
.wf-hero__bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../input/hero_reference.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  .wf-hero__bg-image {
    background-image: url("../input/mobilebghero.png");
  }
}

.wf-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
}
.wf-hero__nav,
.wf-hero__content,
.wf-hero__text-col,
.wf-hero__tablet-preview {
  position: relative;
  z-index: 2;
}

.wf-hero__menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid #b8922a;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10002;
}

.wf-hero__menu-toggle-line,
.wf-hero__menu-toggle-line::before,
.wf-hero__menu-toggle-line::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #7a5c18;
  transition:
    transform 0.32s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.2s ease,
    background 0.2s ease;
}

.wf-hero__menu-toggle-line {
  position: relative;
}

.wf-hero__menu-toggle-line::before,
.wf-hero__menu-toggle-line::after {
  content: "";
  position: absolute;
  left: 0;
}

.wf-hero__menu-toggle-line::before {
  transform: translateY(-7px);
}

.wf-hero__menu-toggle-line::after {
  transform: translateY(7px);
}

.wf-hero__mobile-menu {
  display: none;
}

@media (max-width: 1062px) {
  .wf-hero__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 72px;
    box-shadow: 0 8px 28px rgba(90, 60, 10, 0.12);
  }

  .wf-hero__body {
    padding-top: 72px;
  }

  .wf-hero__nav-links,
  .wf-hero__nav-cta {
    display: none;
  }

  .wf-hero__menu-toggle {
    display: inline-flex;
  }

  .wf-hero__mobile-menu {
    display: flex;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 9999;
    flex-direction: column;
    gap: 14px;
    padding: 24px clamp(20px, 6vw, 56px) 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 242, 0.96) 100%);
    border-bottom: 1px solid #e8ddd0;
    box-shadow: 0 24px 48px rgba(90, 60, 10, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition:
      opacity 0.28s ease,
      transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wf-hero__mobile-menu::before {
    content: "";
    position: fixed;
    inset: 72px 0 0;
    z-index: -1;
    background: rgba(42, 42, 42, 0.16);
    opacity: 0;
    transition: opacity 0.28s ease;
  }

  .wf-hero__mobile-link,
  .wf-hero__mobile-cta {
    transform: translateY(-8px);
    opacity: 0;
    transition:
      opacity 0.26s ease,
      transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
      background 0.2s ease,
      color 0.2s ease;
  }

  .wf-hero__mobile-link {
    color: #3a3a3a;
    font-family: Arial, sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid rgba(184, 146, 42, 0.18);
  }

  .wf-hero__mobile-link:hover {
    color: #b8922a;
  }

  .wf-hero__mobile-cta {
    align-self: flex-start;
    border: 2px solid #b8922a;
    color: #7a5c18;
    background: rgba(255, 255, 255, 0.9);
    padding: 13px 28px;
    font-family: Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .wf-hero__mobile-cta:hover {
    background: #b8922a;
    color: #fff;
  }

  .wf-hero__nav.wf-hero__nav--open .wf-hero__menu-toggle-line {
    background: transparent;
  }

  .wf-hero__nav.wf-hero__nav--open .wf-hero__menu-toggle-line::before {
    transform: rotate(45deg);
  }

  .wf-hero__nav.wf-hero__nav--open .wf-hero__menu-toggle-line::after {
    transform: rotate(-45deg);
  }

  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu::before {
    opacity: 1;
  }

  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-link,
  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-cta {
    opacity: 1;
    transform: translateY(0);
  }

  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-link:nth-child(1) { transition-delay: 0.04s; }
  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-link:nth-child(2) { transition-delay: 0.08s; }
  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-link:nth-child(3) { transition-delay: 0.12s; }
  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-link:nth-child(4) { transition-delay: 0.16s; }
  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-link:nth-child(5) { transition-delay: 0.2s; }
  .wf-hero__nav.wf-hero__nav--open + .wf-hero__mobile-menu .wf-hero__mobile-cta { transition-delay: 0.24s; }
}

@media (max-width: 470px) {
  .wf-hero__nav-brand {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wf-hero__menu-toggle-line,
  .wf-hero__menu-toggle-line::before,
  .wf-hero__menu-toggle-line::after,
  .wf-hero__mobile-menu,
  .wf-hero__mobile-menu::before,
  .wf-hero__mobile-link,
  .wf-hero__mobile-cta {
    transition: none;
  }
}

/* === assembled preview layer (hero bg, sections, rhythm, responsive non-hero) === */
/* ========== Assembled preview: coordinated rest-of-site (variant CSS owns section backgrounds) ========== */
.site-preview-root {
  min-height: auto;
  background: #fff;
}

.wf-assembled-hero-shell {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wf-template-nav-shell {
  min-height: 72px;
}

.site-section-wf {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-top: none;
  background: transparent;
  color: inherit;
}

/* === reusable public page content === */
.wf-page {
  background: #FAF7F2;
  color: #4A3D2E;
  font-family: 'Raleway', Arial, sans-serif;
}

.wf-page-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 175, 80, 0.12) 0%, transparent 34%),
    linear-gradient(135deg, #FAF7F2 0%, #F5F0E8 100%);
  border-bottom: 1px solid #E8DFD0;
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 80px);
  text-align: center;
}

.wf-page-eyebrow {
  color: #B8972A;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.wf-page-title {
  color: #7A5C1E;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(34px, 5vw, 68px);
  letter-spacing: 0.02em;
  line-height: 1.08;
  margin: 0 auto 22px;
  max-width: 980px;
  text-transform: uppercase;
}

.wf-page-lede {
  color: #4A3D2E;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 880px;
}

.wf-page-section {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 80px);
}

.wf-page-section:nth-of-type(even) {
  background: #FFFFFF;
}

.wf-page-container {
  margin: 0 auto;
  max-width: 1180px;
}

.wf-page-kicker {
  color: #B8972A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.wf-page-heading {
  color: #7A5C1E;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 44px);
  line-height: 1.18;
  margin: 0 0 20px;
}

.wf-page-text {
  color: #4A3D2E;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.wf-page-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.wf-page-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wf-page-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #E8DFD0;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(90, 60, 10, 0.08);
  padding: 28px;
}

.wf-page-card h2,
.wf-page-card h3 {
  color: #7A5C1E;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  line-height: 1.22;
  margin: 0 0 12px;
}

.wf-page-card p {
  color: #4A3D2E;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.wf-page-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.wf-page-list li {
  background: rgba(250, 247, 242, 0.82);
  border-left: 3px solid #B8972A;
  color: #4A3D2E;
  line-height: 1.55;
  padding: 14px 16px;
}

.wf-page-band {
  background: linear-gradient(135deg, #D4AF50 0%, #8B6914 100%);
  color: #FFFFFF;
  padding: clamp(44px, 6vw, 72px) clamp(20px, 5vw, 80px);
}

.wf-page-band .wf-page-heading,
.wf-page-band .wf-page-text,
.wf-page-band .wf-page-kicker {
  color: #FFFFFF;
}

.wf-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 32px;
}

.wf-page-button {
  border: 2px solid #B8972A;
  color: #7A5C1E;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.wf-page-button--filled {
  background: #B8972A;
  color: #FFFFFF;
}

.wf-page-note {
  background: #FFFFFF;
  border: 1px solid #E8DFD0;
  color: #8C7B68;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 30px;
  padding: 18px 20px;
}

.wf-page-image-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.wf-page-image-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wf-page-image-card {
  background: #FFFFFF;
  border: 1px solid #E8DFD0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(90, 60, 10, 0.1);
  margin: 0;
  overflow: hidden;
}

.wf-page-image-card img {
  display: block;
  height: clamp(220px, 28vw, 340px);
  object-fit: cover;
  width: 100%;
}

.wf-page-image-card figcaption {
  color: #7A5C1E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  padding: 14px 16px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .wf-page-grid,
  .wf-page-grid--two,
  .wf-page-image-grid,
  .wf-page-image-grid--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) {
    padding-left: max(0rem, env(safe-area-inset-left, 0px));
    padding-right: max(0rem, env(safe-area-inset-right, 0px));
  }

  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) img,
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) video,
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) svg {
    max-width: 100%;
    height: auto;
  }

  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 768px) {
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) {
    min-width: 0;
  }

  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) [style*="display:grid"],
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) [style*="display: grid"] {
    grid-template-columns: 1fr !important;
  }

  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) [style*="flex-direction:row"],
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) [style*="flex-direction: row"] {
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) button,
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) .button,
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) a[class*="btn"],
  .site-section-wf--coordinated[data-wf-section]:not([data-wf-section="hero"]) a[class*="cta"] {
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
  }
}

/* === about_v1.css === */
.about-section-v1 {
  background-color: #FAF7F2;
  background-image: radial-gradient(circle at 20% 20%, rgba(245, 240, 232, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(212, 175, 80, 0.05) 0%, transparent 40%);
  padding: 80px 0;
}

.about-section-v1 .about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.about-section-v1 .about-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: center;
  margin-bottom: 64px;
}

.about-section-v1 .about-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  color: #7A5C1E;
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.about-section-v1 .about-heading em {
  font-family: 'Great Vibes', cursive;
  font-style: italic;
  color: #B8972A;
  text-transform: none;
  font-weight: 400;
}

.about-section-v1 .about-intro,
.about-section-v1 .about-story,
.about-section-v1 .about-mission {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4A3D2E;
  margin-bottom: 16px;
}

.about-section-v1 .about-image-container {
  position: relative;
}

.about-section-v1 .about-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(90, 60, 10, 0.18);
}

.about-section-v1 .about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid #E8DFD0;
}

.about-section-v1 .stat-item {
  text-align: center;
}

.about-section-v1 .stat-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  color: #B8972A;
  margin-bottom: 4px;
}

.about-section-v1 .stat-label {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8C7B68;
}

@media (max-width: 1024px) {
  .about-section-v1 .about-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .about-section-v1 .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .about-section-v1 .about-stats {
    grid-template-columns: 1fr;
  }
}

/* === services_v2.css === */
.services-section-v2 {
  background-color: #FFFFFF;
  border-top: 3px solid #B8972A;
  padding: 80px 0;
}

.services-section-v2 .services-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.services-section-v2 .services-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.services-section-v2 .services-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  color: #7A5C1E;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.services-section-v2 .services-heading em {
  font-family: 'Great Vibes', cursive;
  font-style: italic;
  color: #B8972A;
  text-transform: none;
  font-weight: 400;
}

.services-section-v2 .services-intro {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #8C7B68;
  line-height: 1.6;
  margin-bottom: 0;
}

.services-section-v2 .services-bands {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.services-section-v2 .service-band {
  display: grid;
  grid-template-columns: 1fr 120px;
  min-height: 120px;
  align-items: center;
}

.services-section-v2 .service-band-right {
  grid-template-columns: 120px 1fr;
}

.services-section-v2 .service-content {
  padding: 32px;
  background: #FAF7F2;
}

.services-section-v2 .service-band-right .service-content {
  background: #F5F0E8;
}

.services-section-v2 .service-accent {
  background: linear-gradient(135deg, #D4AF50 0%, #B8972A 100%);
  height: 100%;
  min-height: 120px;
}

.services-section-v2 .service-title {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #7A5C1E;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.services-section-v2 .service-description {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #4A3D2E;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .services-section-v2 .service-band,
  .services-section-v2 .service-band-right {
    grid-template-columns: 1fr;
  }
  
  .services-section-v2 .service-accent {
    min-height: 60px;
    order: -1;
  }
  
  .services-section-v2 .service-content {
    padding: 24px;
  }
}

/* === gallery_v1.css === */
.gallery-section-v1 {
  background-color: #F5F0E8;
  background-image: radial-gradient(circle at 30% 20%, rgba(184, 151, 42, 0.03) 0%, transparent 50%);
  padding: 80px 0;
}

.gallery-section-v1 .gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.gallery-section-v1 .gallery-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section-v1 .gallery-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  color: #7A5C1E;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.gallery-section-v1 .gallery-heading em {
  font-family: 'Great Vibes', cursive;
  font-style: italic;
  color: #B8972A;
  text-transform: none;
  font-weight: 400;
}

.gallery-section-v1 .gallery-intro {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #8C7B68;
  line-height: 1.6;
  margin-bottom: 0;
}

.gallery-section-v1 .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 240px;
  gap: 16px;
}

.gallery-section-v1 .gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-section-v1 .gallery-tall {
  grid-row: span 2;
}

.gallery-section-v1 .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(90, 60, 10, 0.10);
  transition: all 0.25s ease;
}

.gallery-section-v1 .gallery-item:hover {
  box-shadow: 0 8px 32px rgba(90, 60, 10, 0.18);
  transform: translateY(-2px);
}

.gallery-section-v1 .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-section-v1 .gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-section-v1 .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 16px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-section-v1 .gallery-item:hover .image-caption {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .gallery-section-v1 .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  
  .gallery-section-v1 .gallery-large,
  .gallery-section-v1 .gallery-tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* === cta_v2.css === */
.cta-section-v2 {
  background: linear-gradient(135deg, #D4AF50 0%, #8B6914 100%);
  padding: 80px 0;
  position: relative;
}

.cta-section-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.cta-section-v2 .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
  position: relative;
  z-index: 2;
}

.cta-section-v2 .cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.cta-section-v2 .cta-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(255,255,255,0.6);
}

.cta-section-v2 .cta-heading em {
  font-family: 'Great Vibes', cursive;
  font-style: italic;
  color: #FAF7F2;
  text-transform: none;
  font-weight: 400;
}

.cta-section-v2 .cta-description {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 32px;
}

.cta-section-v2 .cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-section-v2 .cta-button {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid #FFFFFF;
}

.cta-section-v2 .cta-primary {
  background: #FFFFFF;
  color: #7A5C1E;
}

.cta-section-v2 .cta-primary:hover {
  background: transparent;
  color: #FFFFFF;
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.3);
}

.cta-section-v2 .cta-secondary {
  background: transparent;
  color: #FFFFFF;
}

.cta-section-v2 .cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cta-section-v2 .cta-trust-panel {
  background: rgba(255, 255, 255, 0.15);
  padding: 32px;
  border-radius: 6px;
  backdrop-filter: blur(10px);
}

.cta-section-v2 .trust-title {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cta-section-v2 .trust-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-section-v2 .trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cta-section-v2 .trust-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.cta-section-v2 .trust-text {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .cta-section-v2 .cta-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .cta-section-v2 .cta-actions {
    flex-direction: column;
  }
}

/* === footer_v3.css === */
.footer-section-v3 {
  background-color: #F2EDE5;
  background-image: radial-gradient(circle at 70% 30%, rgba(184, 151, 42, 0.05) 0%, transparent 50%);
  padding: 64px 0 24px;
}

.footer-section-v3 .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.footer-section-v3 .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E8DFD0;
}

.footer-section-v3 .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.5vw, 32px);
  color: #7A5C1E;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-section-v3 .brand-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #8C7B68;
  margin: 0;
  font-weight: 500;
}

.footer-section-v3 .footer-contact-quick {
  display: flex;
  gap: 12px;
}

.footer-section-v3 .contact-button {
  padding: 8px 20px;
  background: transparent;
  border: 1px solid #B8972A;
  color: #7A5C1E;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-section-v3 .contact-button:hover {
  background: #B8972A;
  color: #FFFFFF;
}

.footer-section-v3 .footer-middle {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}

.footer-section-v3 .footer-description p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #4A3D2E;
  line-height: 1.6;
  margin: 0;
}

.footer-section-v3 .footer-quick-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-section-v3 .quick-link-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-section-v3 .group-label {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #8C7B68;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 80px;
}

.footer-section-v3 .quick-link {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #4A3D2E;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
}

.footer-section-v3 .quick-link:hover {
  color: #B8972A;
}

.footer-section-v3 .quick-link:not(:last-child)::after {
  content: '•';
  margin-left: 8px;
  color: #E8DFD0;
}

.footer-section-v3 .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #E8DFD0;
}

.footer-section-v3 .location-info,
.footer-section-v3 .copyright-line {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  color: #8C7B68;
  margin: 0;
  line-height: 1.4;
}

.footer-section-v3 .copyright-line {
  margin-top: 4px;
}

.footer-section-v3 .footer-social-minimal {
  display: flex;
  gap: 8px;
}

.footer-section-v3 .social-minimal {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: rgba(184, 151, 42, 0.1);
  color: #7A5C1E;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.footer-section-v3 .social-minimal:hover {
  background: #B8972A;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .footer-section-v3 .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .footer-section-v3 .footer-contact-quick {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-section-v3 .footer-middle {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  
  .footer-section-v3 .quick-link-group {
    justify-content: center;
  }
  
  .footer-section-v3 .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
