:root {
  color-scheme: light;
  --bg: #f7f4f2;
  --bg-alt: #ffffff;
  --text: #1e1b18;
  --muted: #7b6f64;
  --accent: #d1a58c;
  --accent-strong: #b17958;
  --border-subtle: rgba(0, 0, 0, 0.06);
  --shadow-soft: 0 18px 45px rgba(15, 10, 5, 0.12);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --container: 1120px;
}

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

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #fdf7f2 0, #f2ece7 38%, #f7f4f2 100%);
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(247, 244, 242, 0.95), rgba(247, 244, 242, 0.7));
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 10% 0, #fdfaf7, #d1a58c 55%, #b17958 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.logo-text {
  font-weight: 500;
}

.nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: var(--muted);
}

.nav a {
  position: relative;
  padding-bottom: 2px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--accent-strong);
  transition: width 0.2s ease;
}

.nav a:hover::after {
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #fff;
  box-shadow: 0 14px 30px rgba(177, 121, 88, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 18px 40px rgba(177, 121, 88, 0.38);
  transform: translateY(-1px);
}

.btn-outline {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

.btn-outline:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff;
}

.btn-ghost {
  border-color: transparent;
  color: var(--muted);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn-full {
  width: 100%;
}

.btn-instagram {
  background: linear-gradient(135deg, #f77737, #e1306c, #c13584);
  color: #fff;
  box-shadow: 0 14px 32px rgba(225, 48, 108, 0.35);
}

.btn-instagram:hover {
  box-shadow: 0 18px 40px rgba(225, 48, 108, 0.45);
  transform: translateY(-1px);
}

.hero {
  padding: 56px 0 72px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.hero-text h1 {
  font-size: clamp(32px, 4vw, 40px);
  font-family: "Playfair Display", serif;
  line-height: 1.1;
  margin: 10px 0 14px;
}

.hero-overline {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--muted);
}

.hero-subtitle {
  margin: 0 0 24px;
  color: var(--muted);
  max-width: 480px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
}

.hero-meta span {
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-subtle);
}

.hero-visual {
  position: relative;
  min-height: 280px;
}

.hero-photo {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-photo-main {
  position: relative;
  height: 320px;
  background-image: linear-gradient(135deg, #c29a83, #f3e5dd);
  overflow: hidden;
}

.hero-photo-main::after {
  content: "";
  position: absolute;
  inset: 36px 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.38), transparent),
    url("https://images.pexels.com/photos/3738082/pexels-photo-3738082.jpeg?auto=compress&cs=tinysrgb&w=800")
      center/cover no-repeat;
}

.hero-photo-secondary {
  position: absolute;
  width: 180px;
  height: 220px;
  right: -24px;
  bottom: -32px;
  background-image: linear-gradient(135deg, #f5e7de, #d1a58c);
  overflow: hidden;
}

.hero-photo-secondary::after {
  content: "";
  position: absolute;
  inset: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent),
    url("https://images.pexels.com/photos/3075993/pexels-photo-3075993.jpeg?auto=compress&cs=tinysrgb&w=800")
      center/cover no-repeat;
}

.section {
  padding: 56px 0;
}

.section-alt {
  background: radial-gradient(circle at top right, #fdf8f5 0, #f7f4f2 45%, #f2ece7 100%);
}

.section-header {
  max-width: 620px;
  margin-bottom: 32px;
}

.section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  margin: 0 0 8px;
}

.section-header p {
  margin: 0;
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-md);
  padding: 20px 18px 18px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 18px 45px rgba(15, 10, 5, 0.04);
}

.card h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.card p {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--muted);
}

.card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: 220px 200px;
  gap: 18px;
}

.gallery-item {
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.gallery-item span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 48%);
}

.gallery-item-1 {
  background-image: url("https://images.pexels.com/photos/1444442/pexels-photo-1444442.jpeg?auto=compress&cs=tinysrgb&w=900");
  grid-row: span 2;
}

.gallery-item-2 {
  background-image: url("https://images.pexels.com/photos/415829/pexels-photo-415829.jpeg?auto=compress&cs=tinysrgb&w=900");
}

.gallery-item-3 {
  background-image: url("https://images.pexels.com/photos/1440406/pexels-photo-1440406.jpeg?auto=compress&cs=tinysrgb&w=900");
}

.gallery-item-4 {
  background-image: url("https://images.pexels.com/photos/2531709/pexels-photo-2531709.jpeg?auto=compress&cs=tinysrgb&w=900");
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.about-text p {
  color: var(--muted);
}

.about-text p + p {
  margin-top: 10px;
}

.about-photo {
  border-radius: var(--radius-lg);
  height: 320px;
  background:
    radial-gradient(circle at top left, #fdf7f2 0, #f2ece7 55%, #f7f4f2 100%),
    url("https://images.pexels.com/photos/2065589/pexels-photo-2065589.jpeg?auto=compress&cs=tinysrgb&w=800")
      center/cover no-repeat;
  box-shadow: var(--shadow-soft);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.contact-text p {
  color: var(--muted);
}

.contact-actions {
  margin-top: 18px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 10px;
  font-size: 14px;
}

.contact-list li + li {
  margin-top: 6px;
}

.contact-list a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-note {
  font-size: 13px;
  color: var(--muted);
}

.contact-form {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-lg);
  padding: 22px 20px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 9px 11px;
  font-size: 14px;
  font-family: inherit;
  background: rgba(248, 246, 244, 0.7);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field textarea {
  resize: vertical;
  min-height: 90px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 1px rgba(177, 121, 88, 0.3);
  background: #fff;
}

.form-note {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
}

.site-footer {
  padding: 22px 0 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(247, 244, 242, 0.96);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  color: var(--muted);
}

.footer-copy {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-instagram {
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.7);
}

.footer-instagram:hover {
  border-color: rgba(0, 0, 0, 0.16);
  background: #fff;
}

@media (max-width: 900px) {
  .header-inner {
    gap: 12px;
  }

  .nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    order: -1;
  }

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

  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 160px;
  }

  .about-inner,
  .contact-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-photo {
    order: -1;
  }
}

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

  .site-header {
    background: rgba(247, 244, 242, 0.98);
  }

  .hero {
    padding-top: 32px;
  }

  .hero-inner {
    gap: 32px;
  }

  .cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .gallery {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(4, 190px);
  }

  .hero-photo-secondary {
    right: 0;
    bottom: -24px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

