
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#1a1d29; color:#e3e6ee; font-family:Candara, Optima, 'Segoe UI', sans-serif; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
  background-image:
    radial-gradient(rgba(227,230,238,0.05) 1px, transparent 1px),
    radial-gradient(rgba(227,230,238,0.05) 1px, transparent 1px);
  background-size:26px 26px, 40px 40px; background-position:0 0, 13px 13px; }
img { display:block; max-width:100%; }
a { color:inherit; }
.page { max-width:1100px; margin:0 auto; padding:3vh 5vw 12vh; }

.ep { position:relative; background:#303441; color:#e3e6ee; transform:rotate(var(--rot,0));
  box-shadow:0 8px 20px rgba(0,0,0,.22); }
.tape { position:absolute; top:-12px; left:50%; width:110px; height:26px;
  transform:translateX(-50%) rotate(-4deg); background:rgba(138,149,192,0.35); z-index:4;
  box-shadow:0 1px 3px rgba(0,0,0,.15); }
.t-b { background:rgba(165,173,206,0.30); transform:translateX(-50%) rotate(5deg); }

.masthead { display:flex; align-items:center; gap:16px; padding:16px 0 30px;
  border-bottom:3px double rgba(227,230,238,0.25); margin-bottom:5vh; }
.stamp { width:60px; height:70px; display:grid; place-items:center; background:#8a95c0;
  color:#141414; font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:900; transform:rotate(-6deg);
  border:3px dashed #303441; outline:2px solid #8a95c0; }
.title { font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:900; font-size:clamp(2.2rem,8vw,4.6rem);
  line-height:.95; flex:1; letter-spacing:-.01em; }
.date { font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-style:italic; color:#888ea0; white-space:nowrap; }

.hero { display:grid; grid-template-columns:1.4fr 1fr; gap:clamp(24px,5vw,60px);
  align-items:center; margin-bottom:8vh; }
.polaroid { padding:14px 14px 44px; }
.polaroid img { width:100%; aspect-ratio:9/8; object-fit:cover; }
.polaroid--big { padding:18px 18px 56px; }
.hand { position:absolute; bottom:12px; left:0; right:0; text-align:center;
  font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-style:italic; color:#8a95c0; font-size:1.05rem; }
.hand--lg { position:static; font-size:clamp(1.2rem,3vw,1.8rem); text-align:left;
  line-height:1.3; margin-bottom:1.2rem; }
.label { padding:clamp(24px,4vw,40px); }
.washibtn { display:inline-block; font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:800; text-decoration:none;
  background:#8a95c0; color:#141414; padding:12px 26px; border-radius:4px;
  box-shadow:3px 3px 0 rgba(227,230,238,0.4); transition:transform .15s; }
.washibtn:hover { transform:translate(-1px,-1px); }

.about { position:relative; margin-bottom:9vh; }
.note { padding:clamp(24px,4vw,40px) clamp(22px,4vw,36px);
  background-image:linear-gradient(rgba(138,149,192,0.18) 1px, transparent 1px);
  background-size:100% 28px; background-position:0 6px; }
.note--wide { max-width:640px; margin:0 auto; }
.note h2, .note h3 { font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:900; color:#8a95c0; }
.note h2 { font-size:clamp(1.5rem,4vw,2.4rem); margin-bottom:.5rem; }
.note h3 { font-size:1.2rem; margin-bottom:.4rem; }
.note p { color:#e3e6ee; }
.stub { display:inline-block; margin-top:.8rem; font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:800;
  font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:#141414;
  background:#8a95c0; padding:3px 10px; transform:rotate(-2deg); }
.doily { position:absolute; right:2%; bottom:-30px; width:110px; height:110px; z-index:-1;
  border-radius:50%; background:
    radial-gradient(circle, transparent 40%, rgba(138,149,192,0.4) 41%, rgba(138,149,192,0.4) 46%, transparent 47%),
    repeating-conic-gradient(rgba(138,149,192,0.4) 0 6deg, transparent 6deg 12deg); }

.banner { font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:900; font-size:clamp(1.8rem,6vw,3.2rem);
  color:#8a95c0; margin:0 0 5vh; transform:rotate(-1.5deg); }
.banner--2 { text-align:right; transform:rotate(1.5deg); }

.scatter { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:clamp(30px,5vw,56px); margin-bottom:9vh; }
.polaroid, .note { margin-top:12px; }

.quotewrap { display:flex; justify-content:center; margin-bottom:9vh; }
.ticket { padding:clamp(28px,5vw,50px) clamp(30px,6vw,64px); max-width:560px; text-align:center;
  border-left:3px dashed rgba(227,230,238,0.25); border-right:3px dashed rgba(227,230,238,0.25); }
.ticket p { font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-style:italic; font-weight:600;
  font-size:clamp(1.3rem,4vw,2rem); line-height:1.25; margin-bottom:.8rem; }
.ticket cite { font-style:normal; font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:900; color:#8a95c0; }

.contact { text-align:center; }
.contact .lines { display:flex; flex-wrap:wrap; gap:8px 20px; justify-content:center;
  margin-top:1.2rem; font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; font-weight:700; }
.contact .lines a { text-decoration:none; border-bottom:2px solid #8a95c0; }

@media (max-width:720px) { .hero { grid-template-columns:1fr; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }
  .washibtn:hover { transform:none; } }


.xq{box-sizing:border-box;font-family:Candara, Optima, 'Segoe UI', sans-serif;color:#e3e6ee;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#8a95c0;margin-bottom:10px;font-weight:700}

.xq-stats{background:rgba(227,230,238,0.05);border-top:1px solid rgba(227,230,238,0.14);border-bottom:1px solid rgba(227,230,238,0.14)}
.xq-statrow{display:flex;flex-wrap:wrap;gap:14px}
.xq-stat{flex:1 1 140px;background:#272c3c;border:1px solid rgba(227,230,238,0.14);border-radius:18px;padding:20px 18px;text-align:center}
.xq-stat dt{font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;font-size:2rem;color:#8a95c0;font-weight:800}
.xq-stat dd{margin-top:6px;font-size:.85rem;color:#888ea0}


.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #8a95c0;border-radius:18px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(227,230,238,0.05)}
.xq-promo-tag{background:#8a95c0;color:#141414;font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px}
.xq-promo-card p{flex:1 1 260px;font-size:1.02rem}
.xq-promo-card a{color:#8a95c0;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #8a95c0;background:rgba(227,230,238,0.05);border-radius:0 18px 18px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;font-size:.8rem;letter-spacing:.1em;color:#8a95c0;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#888ea0}


/* =====================================================
   DESIGN DNA: soft-cloud
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='340'%3E%3Ccircle cx='60' cy='70' r='46' fill='%238a95c0'/%3E%3Ccircle cx='250' cy='230' r='70' fill='%238a95c0'/%3E%3C/svg%3E");opacity:.05;}
h1,h2,h3{letter-spacing:-0.02em !important;font-weight:700 !important}
img{border-radius:26px !important;box-shadow:0 24px 60px rgba(0,0,0,.14) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:999px !important;box-shadow:0 14px 34px rgba(138,149,192,.35) !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:26px !important;border:none !important;box-shadow:0 20px 55px rgba(0,0,0,.10) !important}
