:root {
  --bg: #f6f3ee;
  --surface: #fffef9;
  --ink: #24201b;
  --muted: #6b6258;
  --brand: #a9542d;
  --accent: #eecfa9;
  --border: #e3d9cc;
  --ok: #166534;
  --err: #991b1b;
  --shadow: 0 8px 24px rgba(36, 32, 27, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% -10%, #fff8ea 0%, var(--bg) 45%);
}

.hero {
  padding: 1.5rem 1.25rem 3rem;
  background: linear-gradient(140deg, #fff8ea 0%, #f8e7d1 50%, #faefe4 100%);
  border-bottom: 1px solid var(--border);
}

.hero.compact {
  padding-bottom: 2rem;
}

.nav {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d9cfbf;
  box-shadow: 0 10px 24px rgba(30, 22, 16, 0.18);
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.insta-link {
  color: #fff;
  background: linear-gradient(110deg, #d62976, #962fbf 45%, #4f5bd5);
  text-decoration: none;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.88rem;
  display: inline-flex;
  margin-bottom: 0.9rem;
}

.hero-content {
  max-width: 1100px;
  margin: 2rem auto 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--brand);
  margin: 0;
}

h1 {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
  max-width: 820px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hero-tags span {
  font-size: 0.84rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff8f0;
}

.layout {
  max-width: 1100px;
  margin: -1.25rem auto 2rem;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

ul {
  margin: 0.5rem 0 0;
  padding-left: 1rem;
}

.gallery-card {
  grid-column: span 2;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.6rem;
}

.media {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f1e4d6;
  border: 1px solid var(--border);
  min-height: 180px;
}

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

.feature {
  min-height: 320px;
}

.feature-top {
  min-height: 420px;
}

.lifestyle p {
  margin-bottom: 0.75rem;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.reel-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.reel-card iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.about p {
  max-width: 860px;
}

.founder-couple {
  margin: 1rem 0 0;
  border: 2px solid #d8c9b8;
  border-radius: 12px;
  background: #fff;
  padding: 0.6rem;
  width: 100%;
}

.founder-couple img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #d8c9b8;
  background: #f0e6dc;
  display: block;
  margin: 0 auto;
}

.founder-couple figcaption {
  margin: 0.65rem 0 0;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

input,
textarea,
select,
button {
  font: inherit;
}

input,
textarea,
select {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.6rem;
  background: #fff;
  color: var(--ink);
}

button {
  border: 0;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  padding: 0.62rem 1rem;
  cursor: pointer;
}

.secondary-btn {
  background: #efe3d6;
  color: #43372d;
}

button:disabled {
  opacity: 0.6;
  cursor: wait;
}

#form-status {
  min-height: 1.2rem;
  margin: 0.75rem 0 0;
}

#form-status.ok {
  color: var(--ok);
}

#form-status.err {
  color: var(--err);
}

.toolbar {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  border-bottom: 1px solid var(--border);
  text-align: left;
  padding: 0.65rem;
  vertical-align: top;
}

th {
  font-size: 0.85rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 880px) {
  .layout,
  .catalog-grid,
  .reel-grid,
  .grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    grid-column: span 1;
  }

  .brand-mark {
    width: 132px;
    height: 132px;
  }

  .feature-top,
  .reel-card iframe {
    min-height: 320px;
  }
}
