:root {
  --ink: #14110b;
  --ink-soft: #4a4438;
  --paper: #f7f2e9;
  --sand: #e9dcc7;
  --stone: #cbb89f;
  --brick: #8c2f2f;
  --jade: #2a5b53;
  --gold: #b88a2b;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", Arial, "Noto Sans", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top, #fbf7f0 0%, #f0e3d1 35%, #e4d6c2 100%);
  line-height: 1.6;
}

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

button {
  font: inherit;
  border: none;
  cursor: pointer;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 240, 230, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(31, 27, 20, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #a33b3b, #6f2424);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 2px;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(31, 27, 20, 0.12);
  border: 1px solid rgba(20, 17, 11, 0.08);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-size: 20px;
  font-weight: 700;
}

.brand-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--ink-soft);
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 14px;
  letter-spacing: 1px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(20, 17, 11, 0.14);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lang-toggle:hover {
  border-color: rgba(20, 17, 11, 0.26);
}

.lang-toggle-sep {
  opacity: 0.5;
}

.cta-button {
  background: linear-gradient(135deg, #a33b3b, #6f2424);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(140, 47, 47, 0.3);
}

.ghost-button {
  background: transparent;
  border: 1px solid rgba(20, 17, 11, 0.5);
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.ghost-button.light {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.link-button {
  background: transparent;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  font-weight: 600;
  text-align: left;
}

.hero {
  padding: 60px 0 80px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: 8%;
  top: -120px;
  background: radial-gradient(circle, rgba(184, 138, 43, 0.24), rgba(184, 138, 43, 0));
  filter: blur(10px);
  z-index: -1;
}

.hero-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  color: var(--jade);
  margin-bottom: 10px;
}

.hero-copy h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  margin-bottom: 16px;
}

.lead {
  font-size: 18px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.hero-stats strong {
  display: block;
  font-size: 20px;
}

.hero-media {
  display: grid;
  gap: 16px;
}

.hero-card {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(31, 27, 20, 0.12);
  display: grid;
  gap: 14px;
  border: 1px solid rgba(20, 17, 11, 0.08);
}

.hero-card.alt {
  background: linear-gradient(135deg, var(--jade), #21443c);
  color: var(--white);
  border: none;
}

.badge {
  background: var(--gold);
  color: var(--white);
  align-self: start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 2px;
}

.hero-image {
  height: 180px;
  border-radius: 18px;
  background: conic-gradient(from 150deg, #e8d3b5, #c6a27a, #e8d3b5);
  position: relative;
  overflow: hidden;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 14px;
  border: 2px dashed rgba(31, 27, 20, 0.4);
}

.hero-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-soft);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.section-head p {
  max-width: 420px;
  color: var(--ink-soft);
}

.collection,
.crafts,
.story,
.contact {
  padding: 70px 0;
}

.collection {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
}

.card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  background: var(--white);
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(31, 27, 20, 0.08);
  display: grid;
  gap: 14px;
  border: 1px solid rgba(20, 17, 11, 0.08);
}

.card-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-soft);
}

.tag {
  background: var(--sand);
  padding: 4px 10px;
  border-radius: 999px;
}

.price {
  color: var(--brick);
  font-weight: 600;
}

.map-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.map-panel {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 17, 11, 0.1);
  padding: 22px;
  border-radius: 18px;
}

.map-list {
  margin-top: 14px;
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-soft);
}

.story-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.story-panel {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(31, 27, 20, 0.08);
  display: grid;
  gap: 16px;
  border: 1px solid rgba(20, 17, 11, 0.08);
}

.story-panel.light {
  background: linear-gradient(135deg, #f2e0c7, #f8f0e4);
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
}

.story-tags span {
  background: var(--sand);
  padding: 4px 12px;
  border-radius: 999px;
}

.contact-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: var(--ink-soft);
}

.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(20, 17, 11, 0.2);
  background: var(--white);
  font: inherit;
}

.form-note {
  color: var(--ink-soft);
  font-size: 12px;
  margin-top: -6px;
}

.site-footer {
  border-top: 1px solid rgba(20, 17, 11, 0.12);
  padding: 30px 0 50px;
  background: rgba(246, 240, 230, 0.95);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 16px;
  font-size: 14px;
}

@media (max-width: 880px) {
  .nav {
    display: none;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 40px;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-meta {
    flex-direction: column;
    gap: 6px;
  }
}
