:root {
  --terracotta: #8f3e24;
  --deep: #3b1710;
  --maroon: #5f2417;
  --turmeric: #e2a637;
  --cream: #fff7eb;
  --paper: #fffaf2;
  --ink: #21130f;
  --muted: #7a6258;
  --sage: #79865c;
  --line: rgba(95, 36, 23, 0.16);
  --shadow: 0 22px 60px rgba(58, 23, 16, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-pattern {
  background:
    radial-gradient(circle at 10% 10%, rgba(226, 166, 55, 0.16), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(121, 134, 92, 0.14), transparent 34%),
    url("assets/pattern-border.svg"),
    var(--cream);
  background-size: auto, auto, 220px, auto;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  padding: 10px 12px;
  background: var(--deep);
  color: #fff;
  z-index: 100;
}
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 250, 242, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}
.brand { display: inline-flex; align-items: center; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--deep);
  font-weight: 650;
}
.nav-menu a { opacity: 0.88; }
.nav-menu a:hover { opacity: 1; color: var(--terracotta); }
.nav-cta {
  background: var(--deep);
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px;
  background: var(--deep);
  transition: transform 0.2s ease;
}

.hero { padding: 86px 0 94px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 52px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--terracotta);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.08; color: var(--deep); margin: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.9rem); letter-spacing: -0.06em; max-width: 860px; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -0.045em; }
h3 { font-size: 1.24rem; letter-spacing: -0.015em; }
.hero-text { font-size: 1.18rem; color: var(--muted); max-width: 650px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.primary { background: var(--terracotta); color: #fff; }
.button.secondary { background: rgba(255,255,255,0.65); border-color: var(--line); color: var(--deep); }
.hero-stats {
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hero-stats div {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
  background: rgba(255,255,255,0.45);
}
.hero-stats dt { font-weight: 900; color: var(--terracotta); }
.hero-stats dd { margin: 2px 0 0; color: var(--muted); font-size: 0.92rem; }
.hero-art { position: relative; }
.hero-art > img { border-radius: var(--radius-lg); filter: drop-shadow(0 26px 50px rgba(58, 23, 16, 0.16)); }
.floating-card {
  position: absolute;
  right: -10px;
  bottom: 24px;
  width: min(320px, 86%);
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 22px;
  padding: 18px;
}
.seal {
  display: inline-flex;
  background: rgba(226, 166, 55, 0.2);
  color: var(--deep);
  border: 1px solid rgba(226, 166, 55, 0.45);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.story-card p { margin: 8px 0 0; color: var(--muted); font-size: 0.94rem; }

.split-grid, .artisan-grid, .contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.text-block p, .artisan-copy p, .contact-copy p, .section-heading p { color: var(--muted); font-size: 1.04rem; }
.text-block p:first-child { margin-top: 0; }
.section-heading.centered { text-align: center; max-width: 780px; margin: 0 auto 42px; }
.section-heading:not(.centered) { max-width: 760px; }

.promise-band { padding: 42px 0; background: var(--deep); color: #fff; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promise-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.promise-card img { width: 48px; margin-bottom: 14px; }
.promise-card h3 { color: #fff; }
.promise-card p { color: rgba(255,255,255,0.72); margin-bottom: 0; }

.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.collection-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(58, 23, 16, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.collection-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.collection-card > img { width: 100%; aspect-ratio: 1 / 0.83; object-fit: cover; background: var(--cream); }
.collection-card > div { padding: 20px; }
.tag { margin: 0 0 8px; color: var(--terracotta); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.collection-card p:not(.tag), .product-card p, .timeline-item p { color: var(--muted); }

.product-preview { background: #fff4e3; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.product-card {
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(58, 23, 16, 0.08);
}
.product-image {
  min-height: 245px;
  background-size: cover;
  background-position: center;
}
.product-a { background-image: url("assets/product-pattachitra.svg"); }
.product-b { background-image: url("assets/product-wall-art.svg"); }
.product-c { background-image: url("assets/product-gift-box.svg"); }
.product-info { padding: 22px; }
.text-button {
  border: 0;
  color: var(--terracotta);
  background: transparent;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
}
.text-button:hover { text-decoration: underline; }

.artisans { overflow: hidden; }
.artisan-image img { filter: drop-shadow(0 24px 50px rgba(58, 23, 16, 0.16)); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--deep);
  font-weight: 650;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(121, 134, 92, 0.18);
  color: var(--sage);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.timeline-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  background: #fff;
  min-height: 250px;
}
.timeline-item span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--terracotta);
  font-weight: 950;
  margin-bottom: 20px;
}

.contact { background: var(--deep); color: #fff; }
.contact h2 { color: #fff; }
.contact p { color: rgba(255,255,255,0.72); }
.contact .eyebrow { color: var(--turmeric); }
.contact-note {
  margin-top: 24px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
}
.contact-form {
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 7px; font-weight: 800; color: var(--deep); }
.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 4px rgba(143, 62, 36, 0.1);
}
.hidden { display: none; }

.site-footer { background: #20100c; color: #fff; padding: 54px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 1fr; gap: 32px; }
.footer-grid p, .footer-bottom, .muted { color: rgba(255,255,255,0.64); }
.footer-grid h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-grid a { display: block; color: rgba(255,255,255,0.76); margin: 8px 0; }
.footer-grid a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  font-size: 0.92rem;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; background: var(--cream); }
.thank-you { text-align: center; max-width: 620px; padding-block: 70px; }
.thank-you img { margin-inline: auto; }
.thank-you h1 { font-size: clamp(2.2rem, 6vw, 4.5rem); margin-top: 28px; }
.thank-you p { color: var(--muted); font-size: 1.1rem; margin-bottom: 28px; }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .artisan-grid, .contact-grid { grid-template-columns: 1fr; }
  .collection-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .promise-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
  .floating-card { position: relative; right: auto; bottom: auto; margin: -36px auto 0; }
}

@media (max-width: 760px) {
  .section { padding: 68px 0; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 12px;
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
  }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu a { padding: 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  h1 { font-size: clamp(2.5rem, 15vw, 4rem); }
  .collection-grid, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
