/* ==========================================================================
   Modern Normalize v3.0.1 (subset) + Custom Reset
   Based on modern-normalize by Sindre Sorhus
   Custom layer inspired by Josh Comeau & Andy Bell
   ========================================================================== */

/* --- Modern Normalize --- */

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

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
  line-height: 1.15;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    'Liberation Mono',
    Menlo,
    monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

/* --- Custom Reset --- */

/* Remove default margins */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles */
ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  text-wrap: balance;
}

/* Paragraphs */
p {
  text-wrap: pretty;
  overflow-wrap: break-word;
}

/* Anchor defaults */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Media elements */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Form elements inherit fonts */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove animations for reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Базовые стили типографики */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #1a1a1a;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   03-header — Floating Capsule
   Pill-shaped floating navbar centered with gap from top
   ========================================================================== */

.header3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 1.5rem 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  pointer-events: none;
}

.header3-capsule {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.625rem 0.625rem 1.5rem;
  background: rgba(18, 18, 26, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  transition: max-width 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  pointer-events: all;
}

.header3-scrolled .header3-capsule {
  max-width: 800px;
  background: rgba(10, 10, 15, 0.95);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(99, 102, 241, 0.08);
}

/* --- Logo --- */

.header3-logo {
  font-weight: 700;
  font-size: 1.125rem;
  color: #e4e4e7;
  text-decoration: none;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.header3-logo:hover {
  color: #6366f1;
}

/* --- Nav --- */

.header3-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

.header3-link {
  font-size: 0.8125rem;
  color: #71717a;
  text-decoration: none;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease;
}

.header3-link:hover {
  color: #e4e4e7;
  background: rgba(99, 102, 241, 0.1);
}

/* --- CTA --- */

.header3-cta {
  display: none;
  background: #6366f1;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

.header3-cta:hover {
  background: #818cf8;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}

/* --- Burger (2-line style) --- */

.header3-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(99, 102, 241, 0.1);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  padding: 0;
  color: #e4e4e7;
  transition: background 0.25s ease;
}

.header3-burger:hover {
  background: rgba(99, 102, 241, 0.2);
}

.header3-burger-icon {
  width: 18px;
  height: 18px;
}

.header3-burger-line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.header3-burger[aria-expanded="true"] .header3-burger-line--top {
  transform: translateY(5px) rotate(45deg);
}

.header3-burger[aria-expanded="true"] .header3-burger-line--bot {
  transform: translateY(-5px) rotate(-45deg);
}

/* --- Dropdown Menu (below capsule) --- */

.header3-dropdown {
  max-width: 900px;
  margin: 0.5rem auto 0;
  background: rgba(18, 18, 26, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.4s ease;
  pointer-events: all;
}

.header3-dropdown-open {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
  padding: 1rem;
}

.header3-dropdown-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.header3-dropdown-link {
  font-size: 1rem;
  font-weight: 500;
  color: #a1a1aa;
  text-decoration: none;
  padding: 0.625rem 1rem;
  border-radius: 12px;
  transition: color 0.25s ease, background 0.25s ease;
}

.header3-dropdown-link:hover {
  color: #e4e4e7;
  background: rgba(99, 102, 241, 0.1);
}

.header3-dropdown-cta {
  display: block;
  text-align: center;
  background: #6366f1;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 0.5rem;
  transition: background 0.3s ease;
}

.header3-dropdown-cta:hover {
  background: #818cf8;
}

/* --- Desktop --- */

@media (min-width: 768px) {
  .header3-nav {
    display: flex;
  }

  .header3-cta {
    display: inline-flex;
  }

  .header3-burger {
    display: none;
  }

  .header3-dropdown {
    display: none;
  }
}

/* --- Small mobile — capsule padding --- */

@media (max-width: 480px) {
  .header3 {
    padding: 0.75rem 1rem 0;
  }

  .header3-capsule {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

/* --- Reduced motion --- */

@media (prefers-reduced-motion: reduce) {
  .header3-capsule,
  .header3-link,
  .header3-cta,
  .header3-burger,
  .header3-burger-line,
  .header3-dropdown,
  .header3-dropdown-link,
  .header3-dropdown-cta {
    transition: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lora:wght@400;500&family=Dancing+Script:wght@400;700&display=swap');

/* ── Hero 5 — Fiorello Elegant ────────────────────────── */

.hero5 {
  position: relative;
  width: 100%;
  height: 620px;
  background: #ebebeb;
  overflow: hidden;
  font-family: 'Lora', Georgia, serif;
}

/* ── Fullscreen Slider ────────────────────────── */

.hero5-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero5-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 0;
}

.hero5-slide--active {
  opacity: 1;
  z-index: 1;
}

.hero5-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 7s ease-out;
  will-change: transform;
}

.hero5-slide--zoomed .hero5-slide-bg {
  transform: scale(1.08);
}

/* ── Overlay to lighten left side for text readability ── */

.hero5-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(235, 235, 235, 0.95) 0%,
    rgba(235, 235, 235, 0.92) 25%,
    rgba(235, 235, 235, 0.7) 42%,
    rgba(235, 235, 235, 0.2) 58%,
    rgba(235, 235, 235, 0) 70%
  );
  pointer-events: none;
}

/* ── Container ────────────────────────── */

.hero5-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  padding: 80px 60px 80px 120px;
}

/* ── Content (left) ────────────────────────── */

.hero5-content {
  position: relative;
  z-index: 2;
  flex: 0 0 45%;
  max-width: 540px;
  padding-right: 40px;
}

.hero5-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.17;
  color: #000;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}

.hero5-title--accent {
  color: #e03131;
}

.hero5-description {
  font-family: 'Lora', Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #6d6a6a;
  margin: 0 0 36px;
  max-width: 440px;
}

.hero5-signature {
  font-family: 'Dancing Script', cursive;
  font-size: 52px;
  font-weight: 400;
  color: #e03131;
  line-height: 1;
}

/* ── Arrows (SVG) ────────────────────────── */

.hero5-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 3;
  color: #b5b0b0;
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.hero5-arrow:hover {
  color: #6d6a6a;
}

.hero5-arrow:focus-visible {
  outline: 2px solid #6d6a6a;
  outline-offset: 4px;
  border-radius: 2px;
}

.hero5-arrow--prev {
  left: 12px;
}

.hero5-arrow--next {
  right: 12px;
}

.hero5-arrow-svg {
  display: block;
}

/* ── Responsive ────────────────────────── */

@media (max-width: 1024px) {
  .hero5 {
    height: 520px;
  }

  .hero5-container {
    padding: 60px 40px 60px 80px;
  }

  .hero5-title {
    font-size: 48px;
  }

  .hero5-content {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .hero5 {
    height: 480px;
  }

  .hero5-container {
    padding: 40px 24px;
  }

  .hero5-overlay {
    background: linear-gradient(
      to right,
      rgba(235, 235, 235, 0.96) 0%,
      rgba(235, 235, 235, 0.92) 35%,
      rgba(235, 235, 235, 0.65) 55%,
      rgba(235, 235, 235, 0.15) 75%,
      rgba(235, 235, 235, 0) 90%
    );
  }

  .hero5-content {
    flex: none;
    max-width: 65%;
    padding-right: 0;
  }

  .hero5-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero5-description {
    font-size: 15px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .hero5-signature {
    font-size: 40px;
  }

  .hero5-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero5 {
    height: 420px;
  }

  .hero5-container {
    padding: 32px 20px;
  }

  .hero5-content {
    max-width: 70%;
  }

  .hero5-title {
    font-size: 30px;
  }

  .hero5-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero5-signature {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .hero5 {
    height: 380px;
  }

  .hero5-container {
    padding: 24px 16px;
  }

  .hero5-content {
    max-width: 80%;
  }

  .hero5-title {
    font-size: 26px;
  }
}

/* ── Reduced motion ────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .hero5-slide {
    transition: none;
  }

  .hero5-slide-bg {
    transition: none;
  }

  .hero5-slide--zoomed .hero5-slide-bg {
    transform: scale(1);
  }

  .hero5-arrow {
    transition: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600&display=swap');

/* ── Features 5 — Rosebud Elegant ────────────────────────── */

.features5 {
  background: #ffffff;
  padding: 130px 0 90px;
  border-bottom: 1px solid #e8e8e8;
}

.features5-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.features5-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.features5-item {
  flex: 1;
  text-align: center;
}

.features5-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #1b1b1b;
}

.features5-icon svg {
  width: 55px;
  height: 55px;
}

.features5-title {
  font-family: 'Lora', serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.275px;
  text-transform: uppercase;
  margin: 7px 0 15px;
  line-height: 1.4;
}

.features5-title a {
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.features5-title a:hover {
  color: #777777;
}

.features5-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
  margin: 0;
  padding: 0 10px;
}

/* ── Responsive ────────────────────────── */

@media (max-width: 1024px) {
  .features5 {
    padding: 100px 0 70px;
  }

  .features5-grid {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .features5 {
    padding: 80px 0 60px;
  }

  .features5-grid {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .features5-item {
    max-width: 400px;
  }
}

@media (max-width: 640px) {
  .features5 {
    padding: 60px 0 50px;
  }

  .features5-grid {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .features5 {
    padding: 50px 0 40px;
  }

  .features5-title {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .features5-text {
    font-size: 14px;
    line-height: 24px;
  }
}

/* ── Reduced motion ────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .features5-title a {
    transition: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Mulish:wght@400;500;600;700&display=swap');

/* ── Testimonials 4 — Polaroid Reviews Slider ────────────────────── */

.testimonials4 {
  background: #f8f8f8;
  padding: 80px 0 110px;
  overflow: hidden;
}

.testimonials4-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

/* ── Header ────────────────────────────────────────────────────────── */

.testimonials4-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 50px;
}

.testimonials4-title {
  font-family: 'Crimson Text', serif;
  font-size: 58px;
  font-weight: 400;
  color: #1e2934;
  line-height: 1.1;
  margin: 0;
}

.testimonials4-link {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e2934;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1.5px solid #1e2934;
  padding-bottom: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.testimonials4-link:hover {
  opacity: 0.7;
}

/* ── Track / Slider ───────────────────────────────────────────────── */

.testimonials4-track {
  display: flex;
  gap: 50px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 10px;
}

.testimonials4-track::-webkit-scrollbar {
  display: none;
}

.testimonials4-track.testimonials4-track--dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

/* ── Card ──────────────────────────────────────────────────────────── */

.testimonials4-card {
  text-align: center;
  flex: 0 0 280px;
  scroll-snap-align: start;
}

/* ── Polaroid photo stack ──────────────────────────────────────────── */

.testimonials4-photos {
  position: relative;
  width: 210px;
  height: 286px;
  margin: 0 auto;
}

.testimonials4-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s ease;
}

.testimonials4-photo--back1 {
  transform: rotate(5.5deg);
  z-index: 1;
  padding: 0;
  border-radius: 8px;
}

.testimonials4-photo--back2 {
  transform: rotate(-9.5deg);
  z-index: 2;
  padding: 0;
  border-radius: 8px;
}

.testimonials4-photo--main {
  transform: rotate(0deg);
  z-index: 3;
}

/* ── Hover: fan out ────────────────────────────────────────────────── */

.testimonials4-photos:hover .testimonials4-photo--back1 {
  transform: rotate(16deg) translateX(30px) translateY(-12px);
}

.testimonials4-photos:hover .testimonials4-photo--back2 {
  transform: rotate(-18deg) translateX(-28px) translateY(-10px);
}

.testimonials4-photos:hover .testimonials4-photo--main {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonials4-photo-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.testimonials4-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* ── Name ──────────────────────────────────────────────────────────── */

.testimonials4-name {
  display: block;
  font-family: 'Crimson Text', serif;
  font-size: 26px;
  font-weight: 400;
  color: #1e2934;
  margin-top: 26px;
}

/* ── Stars ─────────────────────────────────────────────────────────── */

.testimonials4-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
  color: #c8a84e;
}

.testimonials4-stars svg {
  width: 14px;
  height: 13px;
}

/* ── Quote ─────────────────────────────────────────────────────────── */

.testimonials4-quote {
  font-family: 'Crimson Text', serif;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: #1e2934;
  line-height: 1.5;
  margin: 14px 0 0;
}

.testimonials4-quote em {
  font-style: italic;
}

/* ── Responsive ────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .testimonials4 {
    padding: 60px 0 80px;
  }

  .testimonials4-container {
    padding: 0 40px;
  }

  .testimonials4-title {
    font-size: 44px;
  }

  .testimonials4-track {
    gap: 36px;
  }

  .testimonials4-card {
    flex: 0 0 260px;
  }
}

@media (max-width: 768px) {
  .testimonials4 {
    padding: 50px 0 60px;
  }

  .testimonials4-container {
    padding: 0 24px;
  }

  .testimonials4-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
  }

  .testimonials4-title {
    font-size: 36px;
  }

  .testimonials4-track {
    gap: 28px;
  }

  .testimonials4-card {
    flex: 0 0 230px;
  }

  .testimonials4-photos {
    width: 180px;
    height: 245px;
  }
}

@media (max-width: 640px) {
  .testimonials4-title {
    font-size: 30px;
  }

  .testimonials4-card {
    flex: 0 0 200px;
  }

  .testimonials4-photos {
    width: 160px;
    height: 218px;
  }

  .testimonials4-name {
    font-size: 22px;
    margin-top: 20px;
  }

  .testimonials4-quote {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .testimonials4 {
    padding: 40px 0 50px;
  }

  .testimonials4-container {
    padding: 0 16px;
  }

  .testimonials4-title {
    font-size: 26px;
  }

  .testimonials4-link {
    font-size: 12px;
  }

  .testimonials4-card {
    flex: 0 0 180px;
  }

  .testimonials4-photos {
    width: 140px;
    height: 190px;
  }

  .testimonials4-name {
    font-size: 20px;
    margin-top: 16px;
  }

  .testimonials4-stars svg {
    width: 12px;
    height: 11px;
  }

  .testimonials4-quote {
    font-size: 14px;
  }
}

/* ── Reduced motion ────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .testimonials4-link,
  .testimonials4-photo {
    transition: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/* ── Catalog 3 — Photo Grid Lightbox ────────────────────────── */

.catalog3 {
  background: linear-gradient(180deg, #fde8ef 0%, #f9c9d8 100%);
  padding: 60px 0 70px;
}

.catalog3-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.catalog3-title {
  text-align: center;
  font-family: 'Tenor Sans', serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #3a2a2e;
  margin: 0 0 40px;
  text-transform: uppercase;
}

/* ── Grid ────────────────────────── */

.catalog3-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.catalog3-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
  background: #e8c4cf;
}

.catalog3-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.catalog3-item:hover::after {
  background: rgba(0, 0, 0, 0.12);
}

.catalog3-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.catalog3-item:hover .catalog3-img {
  transform: scale(1.05);
}

/* ── Lightbox ────────────────────────── */

.catalog3-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.catalog3-lightbox--open {
  opacity: 1;
  visibility: visible;
}

.catalog3-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
}

.catalog3-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.catalog3-lightbox-close svg {
  width: 22px;
  height: 22px;
}

.catalog3-lightbox-prev,
.catalog3-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
}

.catalog3-lightbox-prev {
  left: 20px;
}

.catalog3-lightbox-next {
  right: 20px;
}

.catalog3-lightbox-prev:hover,
.catalog3-lightbox-next:hover {
  background: rgba(255, 255, 255, 0.25);
}

.catalog3-lightbox-prev svg,
.catalog3-lightbox-next svg {
  width: 24px;
  height: 24px;
}

.catalog3-lightbox-track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
}

.catalog3-lightbox-slide {
  display: none;
  max-width: 100%;
  max-height: 100%;
}

.catalog3-lightbox-slide--active {
  display: block;
}

.catalog3-lightbox-slide img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.catalog3-lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 10;
}

/* ── Responsive ────────────────────────── */

@media (max-width: 1024px) {
  .catalog3-container {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .catalog3 {
    padding: 40px 0 50px;
  }

  .catalog3-title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }

  .catalog3-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .catalog3-lightbox-prev {
    left: 10px;
    width: 40px;
    height: 40px;
  }

  .catalog3-lightbox-next {
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .catalog3-lightbox-track {
    padding: 50px 60px;
  }
}

@media (max-width: 640px) {
  .catalog3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }

  .catalog3-lightbox-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .catalog3-lightbox-track {
    padding: 50px 50px;
  }
}

@media (max-width: 480px) {
  .catalog3 {
    padding: 30px 0 40px;
  }

  .catalog3-title {
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
  }

  .catalog3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }

  .catalog3-lightbox-prev,
  .catalog3-lightbox-next {
    width: 36px;
    height: 36px;
  }

  .catalog3-lightbox-prev svg,
  .catalog3-lightbox-next svg {
    width: 20px;
    height: 20px;
  }

  .catalog3-lightbox-track {
    padding: 40px 44px;
  }
}

/* ── Reduced motion ────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .catalog3-lightbox {
    transition: none;
  }

  .catalog3-img {
    transition: none;
  }

  .catalog3-item::after {
    transition: none;
  }

  .catalog3-lightbox-close,
  .catalog3-lightbox-prev,
  .catalog3-lightbox-next {
    transition: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;700&display=swap');

/* ── Contact 3 — Map & Info ────────────────────────── */

.contact3 {
  padding: 120px 0;
  background: #fff;
}

.contact3-container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

/* ── Map ────────────────────────────────────────────── */

.contact3-map {
  width: 100%;
  aspect-ratio: 9 / 10;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
}

.contact3-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ── Info panel ─────────────────────────────────────── */

.contact3-info {
  padding-top: 8px;
}

.contact3-accent-line {
  width: 74px;
  height: 3px;
  background: #f49ea0;
  margin-bottom: 8px;
}

.contact3-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.19;
  color: #18181b;
  margin: 0 0 32px;
}

/* ── Block (label + value) ──────────────────────────── */

.contact3-block {
  margin-bottom: 24px;
}

.contact3-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
}

.contact3-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #323030;
}

.contact3-value {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #323030;
  line-height: 1.6;
}

.contact3-link {
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact3-link:hover {
  color: #18181b;
}

/* ── Phone & Email row ──────────────────────────────── */

.contact3-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* ── Divider ────────────────────────────────────────── */

.contact3-divider {
  width: 100%;
  height: 1px;
  background: #c0c0c6;
  margin: 48px 0;
}

/* ── Hours ──────────────────────────────────────────── */

.contact3-hours {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact3-hours-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact3-hours-day {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #323030;
  white-space: nowrap;
}

.contact3-hours-dash {
  flex: 1;
  height: 0;
  border-top: 1px dashed #323030;
  opacity: 0.4;
}

.contact3-hours-time {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #323030;
  white-space: nowrap;
}

/* ── Responsive ────────────────────────────────────── */

@media (max-width: 1024px) {
  .contact3 {
    padding: 80px 0;
  }

  .contact3-container {
    gap: 40px;
  }

  .contact3-title {
    font-size: 42px;
  }

  .contact3-divider {
    margin: 32px 0;
  }
}

@media (max-width: 768px) {
  .contact3-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact3-map {
    aspect-ratio: 16 / 10;
  }

  .contact3-title {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .contact3 {
    padding: 60px 0;
  }

  .contact3-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .contact3-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact3-hours-day,
  .contact3-hours-time {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .contact3 {
    padding: 48px 0;
  }

  .contact3-container {
    padding: 0 16px;
  }

  .contact3-title {
    font-size: 26px;
  }

  .contact3-value {
    font-size: 16px;
  }

  .contact3-label {
    font-size: 14px;
  }

  .contact3-hours-dash {
    display: none;
  }

  .contact3-hours-row {
    justify-content: space-between;
  }
}

/* ── Reduced motion ────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .contact3-link {
    transition: none;
  }
}

.footer1 {
  padding: 5rem 1.5rem 0;
  background-color: #08080d;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.footer1-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer1-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}

.footer1-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e4e4e7;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.footer1-description {
  font-size: 0.9375rem;
  color: #71717a;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  max-width: 300px;
}

.footer1-social {
  display: flex;
  gap: 0.75rem;
}

.footer1-social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #1e1e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #71717a;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.footer1-social-link:hover {
  background-color: #6366f1;
  border-color: #6366f1;
  color: #e4e4e7;
}

.footer1-column-title {
  font-size: 1rem;
  font-weight: 600;
  color: #e4e4e7;
  margin: 0 0 1.25rem;
}

.footer1-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer1-link {
  font-size: 0.9375rem;
  color: #71717a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer1-link:hover {
  color: #e4e4e7;
}

.footer1-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer1-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: #71717a;
  line-height: 1.6;
}

.footer1-contact-item svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.footer1-bottom {
  border-top: 1px solid #1e1e2e;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer1-copyright {
  font-size: 0.875rem;
  color: #71717a;
  margin: 0;
}

.footer1-back-to-top {
  font-size: 0.875rem;
  color: #71717a;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  transition: color 0.3s ease;
}

.footer1-back-to-top:hover {
  color: #6366f1;
}

/* Tablet: 2 columns */
@media (min-width: 640px) {
  .footer1-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer1-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* Desktop: 4 columns */
@media (min-width: 1024px) {
  .footer1-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/* ── Modal 1 — Contact Form Popup ────────────────────────── */

.modal1-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal1-overlay--active {
  opacity: 1;
  visibility: visible;
}

.modal1 {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #f4f1ee;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
}

.modal1-overlay--active .modal1 {
  transform: translateY(0) scale(1);
}

.modal1-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.modal1-close svg {
  width: 22px;
  height: 22px;
}

.modal1-close:hover {
  opacity: 0.6;
}

.modal1-body {
  padding: 40px 45px;
}

.modal1-title {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.23;
  margin: 0 0 10px;
}

.modal1-subtitle {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.55;
  margin: 0 0 30px;
}

.modal1-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.modal1-field {
  margin-bottom: 16px;
}

.modal1-label {
  display: block;
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}

.modal1-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #cdbeae;
  border-radius: 30px;
  background: transparent;
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 16px;
  color: #42221a;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.modal1-input::placeholder {
  color: #a89888;
}

.modal1-input:focus {
  border-color: #42221a;
}

.modal1-input--error {
  border-color: #c0392b;
}

.modal1-submit {
  display: block;
  width: 100%;
  height: 54px;
  margin-top: 8px;
  padding: 0;
  border: none;
  border-radius: 30px;
  background: #42221a;
  color: #fff;
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal1-submit:hover {
  background: #5a3328;
}

.modal1-submit:active {
  background: #351a13;
}

.modal1-agreement {
  font-family: 'Tenor Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.55;
  margin: 20px 0 0;
}

.modal1-agreement-link {
  color: #595959;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.modal1-agreement-link:hover {
  color: #42221a;
}

/* ── Responsive ────────────────────────── */

@media (max-width: 1024px) {
  .modal1 {
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .modal1 {
    max-width: 480px;
  }

  .modal1-body {
    padding: 36px 32px;
  }

  .modal1-title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .modal1 {
    max-width: 100%;
    margin: 0 16px;
  }

  .modal1-body {
    padding: 32px 24px;
    padding-top: 40px;
  }

  .modal1-title {
    font-size: 26px;
    padding-right: 36px;
  }

  .modal1-label {
    font-size: 18px;
  }

  .modal1-input {
    height: 52px;
  }

  .modal1-submit {
    height: 50px;
  }
}

@media (max-width: 480px) {
  .modal1-body {
    padding: 28px 20px;
  }

  .modal1-title {
    font-size: 24px;
  }

  .modal1-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .modal1-label {
    font-size: 16px;
  }

  .modal1-agreement {
    font-size: 13px;
  }
}

/* ── Reduced motion ────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .modal1-overlay {
    transition: none;
  }

  .modal1 {
    transition: none;
  }
}
