:root {
  --paper: #f3ead8;
  --ink: #3a2a22;
  --clay: #c45c26;
  --teal: #3f7a6b;
  --rose: #e3a8a0;
  --card: #fffaf1;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Quicksand, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
}
h1, h2, h3 { font-family: Fraunces, serif; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); margin-bottom: 12px; }
.tag { color: var(--teal); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.75rem; }
.weave {
  position: fixed; inset: 0; pointer-events: none; opacity: 0.07; z-index: 0;
  background-image:
    repeating-linear-gradient(90deg, #3a2a22 0 1px, transparent 1px 18px),
    repeating-linear-gradient(#3a2a22 0 1px, transparent 1px 18px);
}

.stamps {
  position: relative; z-index: 4;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 28px;
}
.seal {
  width: 110px; height: 110px; border: 3px dashed var(--clay); border-radius: 50%;
  display: grid; place-content: center; text-align: center; text-decoration: none;
  color: var(--clay); font-family: Fraunces, serif; font-size: 0.95rem; transform: rotate(-8deg);
  background: var(--card);
}
.seal small { font-family: Quicksand, sans-serif; letter-spacing: 0.14em; text-transform: uppercase; }
.lang-switch { display: flex; gap: 6px; }
.lang-btn, .menu-btn {
  border: 2px solid var(--ink); background: var(--card); border-radius: 999px;
  padding: 6px 12px; cursor: pointer; font: inherit;
}
.lang-btn.is-active { background: var(--ink); color: var(--paper); }
.nav {
  display: flex; position: sticky; top: 0; z-index: 5;
  background: var(--teal); padding: 12px 20px; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.nav a { color: #fff; text-decoration: none; font-weight: 700; }

.hero { position: relative; z-index: 1; padding: 10px 20px 40px; }
.board { position: relative; min-height: 620px; max-width: 1100px; margin: 0 auto; }
.pin {
  position: absolute; background: var(--card); padding: 22px;
  box-shadow: 8px 12px 0 rgba(58,42,34,.12);
}
.p1 { top: 8%; left: 4%; width: 280px; transform: rotate(-6deg); background: #f7d7a3; }
.p2 { top: 18%; left: 28%; width: min(520px, 70vw); transform: rotate(2deg); }
.p3 { top: 58%; left: 18%; width: min(460px, 80vw); transform: rotate(-2deg); }
.pill {
  display: inline-flex; margin-top: 14px; background: var(--clay); color: #fff;
  text-decoration: none; border: 0; border-radius: 999px; padding: 10px 18px;
  font: 700 1rem Quicksand, sans-serif; cursor: pointer;
}
.dot { position: absolute; border-radius: 50%; }
.d1 { width: 120px; height: 120px; background: var(--rose); right: 10%; top: 12%; }
.d2 { width: 80px; height: 80px; background: var(--teal); right: 22%; top: 42%; }
.d3 { width: 160px; height: 160px; background: #f0c36a; right: 6%; bottom: 8%; opacity: 0.8; }

.about, .craft, .services, .finish, .who, .faq, .contact { position: relative; z-index: 1; padding: 70px 24px; max-width: 1080px; margin: 0 auto; }
.about { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.polaroid {
  background: #fff; padding: 18px 18px 36px; transform: rotate(-4deg);
  box-shadow: 0 10px 0 rgba(58,42,34,.1);
}
.polaroid span { display: block; font-family: Fraunces, serif; font-size: 3.4rem; color: var(--teal); }
.about-text p { margin-bottom: 12px; }
.mini { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; margin-top: 16px; }
.mini b { font-family: Fraunces, serif; color: var(--clay); }

.path { display: grid; gap: 18px; margin-top: 24px; }
.path article {
  background: var(--card); border-radius: 40px 12px 40px 12px; padding: 20px 22px 20px 64px;
  position: relative;
}
.path article:nth-child(even) { margin-left: 12%; border-radius: 12px 40px 12px 40px; }
.path i {
  position: absolute; left: 16px; top: 18px; width: 34px; height: 34px; border-radius: 50%;
  background: var(--clay); color: #fff; display: grid; place-items: center; font-style: normal; font-weight: 700;
}
.path article:nth-child(even) i { background: var(--teal); }

.ovals { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.ovals article {
  background: var(--card); border-radius: 50% 20% 50% 20% / 30% 40% 30% 40%;
  padding: 48px 36px; min-height: 360px;
}
.ovals .alt { background: #dceae4; border-radius: 20% 50% 20% 50% / 40% 30% 40% 30%; }
.ovals ul { margin: 14px 0 0 18px; }

.samples { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 24px; }
.samples article {
  width: 180px; height: 180px; border-radius: 50%; padding: 28px 18px; text-align: center;
  display: flex; flex-direction: column; justify-content: center;
}
.samples p { font-size: 0.8rem; }
.c1 { background: #f0c36a; }
.c2 { background: var(--rose); }
.c3 { background: #b7d3c8; }
.c4 { background: #e7c4a0; }
.intro { max-width: 60ch; margin-bottom: 8px; }

.notes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.notes p {
  background: #fff7c8; padding: 18px; transform: rotate(-1deg);
  box-shadow: 3px 4px 0 rgba(58,42,34,.08);
}
.notes p:nth-child(2) { transform: rotate(1.5deg); background: #ffe1d6; }
.notes p:nth-child(3) { transform: rotate(0.8deg); background: #dff0e8; }
.notes p:nth-child(4) { transform: rotate(-1.4deg); background: #efe4d2; }

details { background: var(--card); border-radius: 18px; padding: 14px 16px; margin-top: 8px; }
summary { cursor: pointer; font-weight: 700; }

.contact { max-width: none; background: #e7d3b0; }
.note {
  width: min(720px, 92vw); margin: 0 auto; background: #fffef6;
  padding: 36px; transform: rotate(-1deg);
  box-shadow: 10px 14px 0 rgba(58,42,34,.12);
}
.note ul { list-style: none; display: grid; gap: 10px; margin: 18px 0; }
.note span { display: block; font-size: 0.78rem; color: var(--teal); }
form { display: grid; gap: 10px; }
label { display: grid; gap: 4px; font-size: 0.88rem; }
input, textarea { border: 2px solid #e2d3bb; background: #fff; padding: 10px; border-radius: 10px; font: inherit; }
.ok { color: var(--teal); font-weight: 700; }

footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 24px; color: #6b5a4e; }
footer a { color: var(--ink); }

@media (max-width: 900px) {
  .board { min-height: auto; display: grid; gap: 16px; }
  .pin, .dot { position: static; transform: none; width: auto; }
  .about, .ovals, .notes { grid-template-columns: 1fr; }
  .path article:nth-child(even) { margin-left: 0; }
  .nav { display: none; }
  .nav.is-open { display: flex; }
}
@media (min-width: 901px) {
  .menu-btn { display: none; }
}
