
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#070e16; color:#eaf1f8; font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
  background-image:linear-gradient(rgba(201,164,75,0.28) 1px, transparent 1px);
  background-size:100% 30px; }
img { display:block; max-width:100%; }
a { color:inherit; }
.pad { max-width:1000px; margin:0 auto; padding:2vh 5vw 10vh; position:relative; }

.sketch { position:relative; background:#070e16; border:2.5px solid #eaf1f8;
  border-radius:14px 10px 16px 8px / 8px 16px 10px 14px; filter:url(#rough); }
.sketch > * { filter:none; }

.scrnav { display:flex; align-items:center; gap:20px; flex-wrap:wrap;
  padding:22px 0; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:700; }
.scrnav .mark { font-size:1.3rem; font-weight:900; color:#c9a44b; margin-right:auto; }
.scrnav a { text-decoration:none; position:relative; }
.scrnav a::after { content:""; position:absolute; left:0; right:0; bottom:-4px; height:3px;
  background:#c9a44b; border-radius:2px; transform:scaleX(.2); transform-origin:left;
  transition:transform .18s; }
.scrnav a:hover::after { transform:scaleX(1); }

.hero { text-align:center; padding:6vh 0 8vh; }
.hero .kick { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; letter-spacing:.3em; text-transform:uppercase;
  font-size:.8rem; color:#c9a44b; font-weight:700; }
.lasso { position:relative; display:inline-block; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900;
  font-size:clamp(2.6rem,10vw,6rem); line-height:.95; margin:.3em 0; letter-spacing:-.01em; }
.lasso::before { content:""; position:absolute; inset:-14% -8%; border:3px solid #c9a44b;
  border-radius:52% 48% 50% 50% / 60% 55% 45% 40%; filter:url(#rough);
  transform:rotate(-2deg); z-index:-1; }
.hero p { max-width:42ch; margin:0 auto 2rem; font-size:1.1rem; color:#728398; }
.scribbtn { display:inline-flex; align-items:center; gap:8px; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;
  font-weight:800; text-transform:uppercase; letter-spacing:.05em; text-decoration:none;
  background:#c9a44b; color:#141414; padding:14px 28px;
  border:2.5px solid #eaf1f8; border-radius:16px 12px 18px 10px; filter:url(#rough);
  box-shadow:4px 4px 0 #eaf1f8; }
.scribbtn .ico { filter:none; }
.arrowdown { display:block; margin:3vh auto 0; width:40px; color:#c9a44b; transform:rotate(90deg); }
.arrowdown .ico { width:40px; height:40px; }

.ico { width:26px; height:26px; fill:none; stroke:currentColor; stroke-width:2.2;
  stroke-linecap:round; stroke-linejoin:round; vertical-align:middle; }
.ico--star, .ico--heart { fill:rgba(201,164,75,0.30); }

.note { padding:clamp(24px,4vw,44px); margin:2vh 0 8vh; max-width:64ch; }
.note h2 { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.5rem,4vw,2.4rem);
  color:#c9a44b; margin-bottom:.6rem; }

.under { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,3rem);
  display:inline-block; position:relative; margin:0 0 4vh; }
.under::after { content:""; position:absolute; left:-4px; right:-4px; bottom:-6px; height:8px;
  background:rgba(201,164,75,0.30); border-radius:6px; z-index:-1; filter:url(#rough); }
.under--2::after { background:rgba(201,164,75,0.30); height:6px; }

.cards { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:clamp(18px,3vw,32px); margin-bottom:9vh; }
.card { padding:26px 22px; text-align:center; }
.card .ico { width:44px; height:44px; color:#c9a44b; margin-bottom:.6rem; }
.card h3 { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:800; font-size:1.2rem; margin-bottom:.4rem; }
.card p { color:#728398; font-size:.95rem; }

.snaps { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:clamp(16px,3vw,30px); margin-bottom:9vh; }
.snap { padding:10px 10px 8px; transform:rotate(-1.5deg); }
.snap:nth-child(even) { transform:rotate(1.5deg); }
.snap img { width:100%; aspect-ratio:5/4; object-fit:cover; border-radius:6px; }
.snap figcaption { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:700; text-align:center; margin-top:8px;
  font-size:.85rem; color:#728398; }

.quotewrap { display:flex; justify-content:center; margin-bottom:9vh; }
.qbubble { padding:clamp(28px,5vw,50px); max-width:620px; text-align:center;
  border-radius:40px 40px 40px 6px; }
.qbubble p { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:800; font-size:clamp(1.3rem,4vw,2.1rem);
  line-height:1.2; margin-bottom:.8rem; }
.qbubble cite { font-style:normal; font-weight:800; color:#c9a44b; display:inline-flex;
  align-items:center; gap:6px; }
.qbubble cite .ico { width:20px; height:20px; }

.contact { padding:clamp(30px,5vw,56px); text-align:center; max-width:720px; margin:0 auto; }
.contact h2 { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,3rem);
  color:#c9a44b; margin-bottom:.4rem; }
.contact p { color:#728398; margin-bottom:1.4rem; }
.scribbles { display:flex; flex-wrap:wrap; gap:10px 24px; justify-content:center;
  font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:700; }
.scribbles a { text-decoration:none; border-bottom:3px solid #c9a44b; }

@media (max-width:640px) { .scrnav .mark { width:100%; } }
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .scrnav a::after { transition:none; }
}


.xq{box-sizing:border-box;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;color:#eaf1f8;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:Futura, 'Century Gothic', 'Segoe UI', sans-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:#c9a44b;margin-bottom:10px;font-weight:700}

.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 #c9a44b;background:rgba(234,241,248,0.05);border-radius:0 2px 2px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.1em;color:#c9a44b;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#728398}


.xq-faq-list{margin-top:18px;border-top:1px solid rgba(234,241,248,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(234,241,248,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#c9a44b}
.xq-faq-item p{padding:0 4px 16px;color:#728398;max-width:64ch}


/* =====================================================
   DESIGN DNA: neon-grid
   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:repeating-linear-gradient(0deg,rgba(0,0,0,.55) 0 1px,transparent 1px 4px);opacity:.14;}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:1px solid rgba(201,164,75,.7);background:none;box-shadow:inset 0 0 60px rgba(201,164,75,.18)}
h1,h2,h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif !important;text-transform:uppercase !important;letter-spacing:.14em !important;text-shadow:0 0 14px rgba(201,164,75,.85)}
img{filter:saturate(1.45) contrast(1.08);border-radius:4px !important;box-shadow:0 0 22px rgba(201,164,75,.5) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:3px !important;box-shadow:0 0 16px rgba(201,164,75,.6) !important;text-transform:uppercase;letter-spacing:.14em}
