:root {
  --ttwpb-red: #d60302;
  --ttwpb-red-dark: #9d0202;
  --ttwpb-gold: #b58a45;
  --ttwpb-gold-deep: #8b6330;
  --ttwpb-ivory: #fffaf3;
  --ttwpb-satin: #fffdf8;
  --ttwpb-cream: #f6ead8;
  --ttwpb-ink: #211812;
  --ttwpb-muted: #76675b;
  --ttwpb-line: rgba(181, 138, 69, 0.22);
  --ttwpb-shadow: 0 28px 80px rgba(65, 43, 28, 0.14);
}

.ttpa-section,
.ttpa-section * {
  box-sizing: border-box;
}

.ttwpb-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(18px, 2.8vw, 42px) 16px clamp(58px, 6vw, 96px);
  color: var(--ttwpb-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 4%, rgba(214, 3, 2, 0.08), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(181, 138, 69, 0.14), transparent 35%),
    linear-gradient(135deg, #fffaf3 0%, #fffdf8 47%, #f5eee4 100%);
}

.ttwpb-section a {
  color: inherit;
  text-decoration: none;
}

.ttwpb-bg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.58;
}

.ttwpb-bg-one {
  top: 120px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: rgba(214, 3, 2, 0.08);
}

.ttwpb-bg-two {
  right: -140px;
  bottom: 130px;
  width: 440px;
  height: 440px;
  background: rgba(181, 138, 69, 0.16);
}

.ttwpb-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.ttwpb-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: stretch;
  min-height: clamp(520px, 44vw, 660px);
  padding: clamp(24px, 3.3vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(181, 138, 69, 0.18);
  border-radius: clamp(28px, 3vw, 44px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,250,240,0.74)),
    radial-gradient(circle at 74% 18%, rgba(214,3,2,0.06), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f8ead7 100%);
  box-shadow: var(--ttwpb-shadow);
}

.ttwpb-hero::before,
.ttwpb-module::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 18px;
  border: 1px solid rgba(181, 138, 69, 0.15);
  border-radius: calc(clamp(28px, 3vw, 44px) - 12px);
}

.ttwpb-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(22px, 3vw, 46px);
}

.ttwpb-logo-wrap {
  width: min(210px, 54%);
  margin-bottom: clamp(24px, 3vw, 40px);
}

.ttwpb-logo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(120, 60, 30, 0.09));
}

.ttwpb-hero h1,
.ttwpb-module-head h2 {
  margin: 0;
  color: var(--ttwpb-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ttwpb-hero h1 {
  max-width: 520px;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.95;
}

.ttwpb-hero h1::after,
.ttwpb-module-head h2::after {
  content: "";
  display: block;
  width: 112px;
  height: 1px;
  margin-top: 24px;
  background: linear-gradient(90deg, rgba(181, 138, 69, 0.75), transparent);
}

.ttwpb-hero-collage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.74fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(12px, 1.5vw, 20px);
  min-height: 430px;
}

.ttwpb-hero-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,0.70);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff8eb, #f4e3cd);
  box-shadow: 0 20px 46px rgba(65, 43, 28, 0.14);
}

.ttwpb-hero-photo-1 {
  grid-row: 1 / span 2;
}

.ttwpb-hero-photo img,
.ttwpb-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(135deg, #fffdf8, #f7ead8);
}

.ttwpb-empty-photo::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px dashed rgba(181, 138, 69, 0.24);
  border-radius: 18px;
}

.ttwpb-tabs {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 28px;
  padding: 12px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(181, 138, 69, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 16px 40px rgba(65, 43, 28, 0.10);
  backdrop-filter: blur(16px);
}

.ttwpb-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid rgba(181, 138, 69, 0.18);
  border-radius: 999px;
  color: #6f5843;
  background: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ttwpb-tabs a:hover,
.ttwpb-tabs a:focus-visible {
  transform: translateY(-1px);
  color: var(--ttwpb-red);
  border-color: rgba(214, 3, 2, 0.26);
  box-shadow: 0 10px 20px rgba(214, 3, 2, 0.08);
  outline: 0;
}

.ttwpb-modules {
  display: grid;
  gap: clamp(22px, 3vw, 42px);
}

.ttwpb-module {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: stretch;
  min-height: 420px;
  padding: clamp(24px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(181, 138, 69, 0.18);
  border-radius: clamp(26px, 2.8vw, 38px);
  background:
    radial-gradient(circle at 84% 12%, rgba(181, 138, 69, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,250,242,0.76));
  box-shadow: 0 22px 62px rgba(65, 43, 28, 0.11);
}

.ttwpb-module:nth-child(even) {
  grid-template-columns: minmax(0, 0.66fr) minmax(220px, 0.34fr);
}

.ttwpb-module:nth-child(even) .ttwpb-module-head {
  order: 2;
}

.ttwpb-module:nth-child(even) .ttwpb-media-grid {
  order: 1;
}

.ttwpb-module-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(18px, 2.2vw, 34px);
}

.ttwpb-module-head span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(181, 138, 69, 0.22);
  border-radius: 999px;
  color: var(--ttwpb-gold);
  background: rgba(255,255,255,0.68);
}

.ttwpb-module-head span::before {
  content: "✦";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1;
}

.ttwpb-module-head h2 {
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.94;
}

.ttwpb-media-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
  min-height: 340px;
}

.ttwpb-layout-1 .ttwpb-media-grid {
  grid-template-columns: 1fr;
}

.ttwpb-layout-2 .ttwpb-media-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ttwpb-layout-3 .ttwpb-media-grid {
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
}

.ttwpb-layout-3 .ttwpb-photo:first-child {
  grid-row: 1 / span 2;
}

.ttwpb-photo {
  position: relative;
  min-height: 0;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,0.70);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff8eb, #f5e4cf);
  box-shadow: 0 18px 40px rgba(65, 43, 28, 0.12);
}

.ttwpb-photo::before,
.ttwpb-hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(181, 138, 69, 0.22);
  border-radius: inherit;
}

.ttwpb-reveal {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.ttwpb-reveal.is-visible,
.no-js .ttwpb-reveal {
  transform: none;
  opacity: 1;
}

@media (max-width: 1024px) {
  .ttwpb-hero,
  .ttwpb-module,
  .ttwpb-module:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .ttwpb-module:nth-child(even) .ttwpb-module-head,
  .ttwpb-module:nth-child(even) .ttwpb-media-grid {
    order: initial;
  }

  .ttwpb-hero {
    min-height: auto;
  }

  .ttwpb-hero-collage,
  .ttwpb-media-grid {
    min-height: 320px;
  }

  .ttwpb-tabs {
    position: relative;
    top: auto;
    border-radius: 28px;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .ttwpb-section {
    padding: 14px 10px 52px;
  }

  .ttwpb-hero,
  .ttwpb-module {
    padding: 18px;
    border-radius: 26px;
  }

  .ttwpb-hero::before,
  .ttwpb-module::before {
    inset: 10px;
    border-radius: 20px;
  }

  .ttwpb-hero-copy,
  .ttwpb-module-head {
    padding: 18px;
  }

  .ttwpb-logo-wrap {
    width: 145px;
    margin-bottom: 20px;
  }

  .ttwpb-hero h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .ttwpb-module-head h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .ttwpb-hero-collage,
  .ttwpb-layout-2 .ttwpb-media-grid,
  .ttwpb-layout-3 .ttwpb-media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .ttwpb-hero-photo-1,
  .ttwpb-layout-3 .ttwpb-photo:first-child {
    grid-row: auto;
  }

  .ttwpb-hero-photo,
  .ttwpb-photo {
    min-height: 220px;
  }

  .ttwpb-media-grid {
    min-height: auto;
  }

  .ttwpb-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 10px;
  }

  .ttwpb-tabs a {
    flex: 0 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttwpb-reveal {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
