/* ==========================================================================
   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;
}

@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;
}

/* ── Header Right — yandex link + arrows ─────────────────────────── */

.testimonials4-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

/* ── Arrow Controls ──────────────────────────────────────────────── */

.testimonials4-controls {
  display: flex;
  gap: 8px;
}

.testimonials4-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #1e2934;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  color: #1e2934;
  padding: 0;
}

.testimonials4-arrow:hover {
  background: #1e2934;
  color: #fff;
}

.testimonials4-arrow svg {
  width: 40px;
  height: 40px;
  display: block;
}

/* ── 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-top: 20px;
  padding-bottom: 10px;
  margin-top: -20px;
}

.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;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.testimonials4-card:hover {
  transform: translateY(-2px);
}

/* ── 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;
}

/* nth-child stacking: 1st = main (top), 2nd/3rd = behind with rotation */
.testimonials4-photo:nth-child(1) {
  transform: rotate(0deg);
  z-index: 3;
}

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

.testimonials4-photo:nth-child(3) {
  transform: rotate(-9.5deg);
  z-index: 1;
  padding: 0;
  border-radius: 8px;
}

/* Hide 4th+ photos in the polaroid stack */
.testimonials4-photo:nth-child(n+4) {
  display: none;
}

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

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

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

.testimonials4-photos:hover .testimonials4-photo:nth-child(1) {
  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;
}

/* Gray out unfilled stars based on data-rating */
.testimonials4-stars[data-rating="1"] svg:nth-child(n+2),
.testimonials4-stars[data-rating="2"] svg:nth-child(n+3),
.testimonials4-stars[data-rating="3"] svg:nth-child(n+4),
.testimonials4-stars[data-rating="4"] svg:nth-child(n+5) {
  color: #d4d4d4;
}

/* ── 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;
}

/* ── Modal ─────────────────────────────────────────────────────────── */

.testimonials4-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.testimonials4-modal.testimonials4-modal--open {
  display: flex;
}

.testimonials4-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.testimonials4-modal-content {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 16px;
  max-width: 820px;
  max-height: 90vh;
  width: 90%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: testimonials4-fadeIn 0.3s ease;
}

@keyframes testimonials4-fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.testimonials4-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #1e2934;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.testimonials4-modal-close:hover {
  background: rgba(0, 0, 0, 0.12);
}

.testimonials4-modal-photo {
  flex: 0 0 50%;
  max-width: 50%;
  background: #f0f0f0;
}

.testimonials4-modal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials4-modal-body {
  flex: 1;
  padding: 40px 32px;
  overflow-y: auto;
}

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

.testimonials4-modal-stars {
  display: flex;
  gap: 4px;
  color: #c8a84e;
  margin: 12px 0 20px;
}

.testimonials4-modal-stars svg {
  width: 16px;
  height: 15px;
}

.testimonials4-modal-stars svg.testimonials4-star--empty {
  color: #d4d4d4;
}

.testimonials4-modal-text {
  font-family: 'Crimson Text', serif;
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  color: #1e2934;
  line-height: 1.6;
  margin: 0;
}

/* ── Modal thumbnails ──────────────────────────────────────────────── */

.testimonials4-modal-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.testimonials4-modal-thumb {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.testimonials4-modal-thumb:hover {
  transform: scale(1.05);
}

.testimonials4-modal-thumb.testimonials4-modal-thumb--active {
  border-color: #c8a84e;
}

.testimonials4-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── 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-header-right {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }

  .testimonials4-arrow {
    width: 36px;
    height: 36px;
  }

  .testimonials4-arrow svg {
    width: 32px;
    height: 32px;
  }

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

  .testimonials4-track {
    gap: 28px;
  }

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

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

  .testimonials4-modal-content {
    flex-direction: column;
    max-height: 90vh;
  }

  .testimonials4-modal-photo {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 40vh;
    overflow: hidden;
  }

  .testimonials4-modal-body {
    padding: 24px 20px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
}

@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-arrow {
    width: 32px;
    height: 32px;
  }

  .testimonials4-arrow svg {
    width: 28px;
    height: 28px;
  }

  .testimonials4-controls {
    gap: 6px;
  }

  .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;
  }

  .testimonials4-modal-thumb {
    width: 52px;
    height: 52px;
  }
}

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

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

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

/* ── Features 6 — Flowers ────────────────────────── */

.features6 {
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
}

.features6-container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Heading ────────────────────────── */

.features6-heading {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.features6-accent-line {
  width: 74px;
  height: 3px;
  background: #f49ea0;
  margin: 0 auto 8px;
}

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

.features6-title em {
  font-style: italic;
}

/* ── Content row ────────────────────────── */

.features6-content {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.04fr;
  grid-auto-columns: 1fr;
  margin-top: 54px;
}

/* ── Media (image) ────────────────────────── */

.features6-media {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features6-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.features6-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.features6-image-overlay {
  background: linear-gradient(rgba(24, 24, 27, 0.3), rgba(24, 24, 27, 0.3));
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* ── Features grid ────────────────────────── */

.features6-grid {
  z-index: 1;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  gap: 64px 48px;
  background: #f9f8f8;
  border: 1px solid #f9f8f8;
  padding: 90px 64px;
  position: relative;
  overflow: hidden;
}

/* ── Background panel ────────────────────────── */

.features6-bg-panel {
  z-index: -1;
  background-color: #f9f8f8;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0 0 0 25%;
}

/* ── Feature card ────────────────────────── */

.features6-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.features6-card-icon svg {
  width: 100%;
  height: 100%;
}

.features6-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.43;
  color: #18181b;
  margin: 0 0 8px;
}

.features6-card-desc {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.43;
  color: #323030;
  margin: 0;
}


/* ── Responsive: Tablet (991px) ────────────────────── */

@media (max-width: 991px) {
  .features6 {
    padding: 90px 0;
  }

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

  .features6-content {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .features6-media {
    margin-bottom: 0;
  }

  .features6-grid {
    gap: 48px 24px;
    margin-top: 0;
    padding: 64px 40px;
  }

  .features6-bg-panel {
    top: 28%;
  }

  .features6-card-title {
    font-size: 24px;
  }

  .features6-card-desc {
    font-size: 16px;
  }
}

/* ── Responsive: Mobile (767px) ────────────────────── */

@media (max-width: 767px) {
  .features6 {
    padding: 64px 0;
  }

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

  .features6-media {
    aspect-ratio: 4 / 3;
  }

  .features6-grid {
    gap: 48px 32px;
    padding: 48px 32px;
  }
}

/* ── Responsive: Small mobile (479px) ────────────────── */

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

  .features6-title {
    font-size: 28px;
  }

  .features6-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 24px;
  }

  .features6-bg-panel {
    top: 18%;
  }

  .features6-card-icon {
    max-width: 40px;
    max-height: 40px;
  }

  .features6-card-title {
    font-size: 20px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
}

@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 {
  position: relative;
  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: 0 0 30px;
}

/* ── Social links ──────────────────────────────────── */

.contact3-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.contact3-social-link {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #323030;
  text-decoration: none;
  padding: 6px 16px;
  border: 1px solid #c0c0c6;
  border-radius: 20px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

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

/* ── 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,
  .contact3-social-link {
    transition: none;
  }
}

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

.footer2f {
  padding: 4rem 1.5rem 0;
  background-color: #1a1a1a;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  color: #a1a1aa;
}

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

/* Grid: mobile-first (1 column) */
.footer2f-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

/* Brand column */
.footer2f-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #e4e4e7;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

a.footer2f-logo:hover {
  color: #f49ea0;
}

.footer2f-desc {
  font-size: 0.9375rem;
  color: #a1a1aa;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  max-width: 280px;
}

/* Social icons */
.footer2f-social {
  display: flex;
  gap: 0.625rem;
}

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

.footer2f-social-link:hover {
  background-color: #f49ea0;
  border-color: #f49ea0;
  color: #1a1a1a;
}

.footer2f-social-link svg {
  width: 18px;
  height: 18px;
}

/* Column headings */
.footer2f-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #e4e4e7;
  margin: 0 0 1.25rem;
  letter-spacing: 0.01em;
}

/* Navigation links */
.footer2f-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer2f-nav-link {
  font-size: 0.9375rem;
  color: #a1a1aa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer2f-nav-link:hover {
  color: #f49ea0;
}

/* Contact items */
.footer2f-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.footer2f-icon {
  flex-shrink: 0;
  margin-top: 3px;
  color: #a1a1aa;
}

.footer2f-link {
  color: #a1a1aa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer2f-link:hover {
  color: #f49ea0;
}

/* Opening hours */
.footer2f-hours {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.footer2f-hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer2f-hours-row {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 0.875rem;
}

.footer2f-hours-day {
  min-width: 28px;
  color: #a1a1aa;
}

.footer2f-hours-dash {
  flex: 1;
  min-width: 16px;
  border-bottom: 1px dashed #444;
  margin-bottom: 4px;
}

.footer2f-hours-time {
  color: #e4e4e7;
  white-space: nowrap;
}

/* Legal info (under social icons) */
.footer2f-legal-info {
  margin-top: 1.25rem;
}

.footer2f-legal-line {
  font-size: 0.8125rem;
  color: #71717a;
  margin: 0 0 0.25rem;
  line-height: 1.5;
}

/* Legal links column */
.footer2f-legal-links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 0.75rem;
}

.footer2f-legal-links .footer2f-link {
  font-size: 0.8125rem;
  color: #a1a1aa;
  text-decoration: underline;
  text-decoration-color: #444;
  text-underline-offset: 2px;
}

.footer2f-legal-links .footer2f-link:hover {
  color: #f49ea0;
  text-decoration-color: #f49ea0;
}

/* Bottom bar */
.footer2f-bottom {
  border-top: 1px solid #2a2a2a;
  padding: 1.25rem 0;
  text-align: center;
}

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

/* ========== Tablet: 2 columns (2x2) ========== */
@media (min-width: 640px) {
  .footer2f-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3rem;
  }
}

/* ========== Small desktop: tighter ========== */
@media (min-width: 768px) {
  .footer2f {
    padding: 5rem 2rem 0;
  }
}

/* ========== Desktop: 4 columns ========== */
@media (min-width: 1024px) {
  .footer2f-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .footer2f-desc {
    max-width: 260px;
  }
}

/* ========== Small screens ========== */
@media (max-width: 480px) {
  .footer2f {
    padding: 3rem 1rem 0;
  }

  .footer2f-logo {
    font-size: 1.25rem;
  }

  .footer2f-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .footer2f-grid {
    gap: 2rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .footer2f-social-link,
  .footer2f-nav-link,
  .footer2f-link,
  a.footer2f-logo {
    transition: none;
  }
}
