
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #eef1de; color: #2f3623; font-family: Tahoma, Verdana, sans-serif; line-height: 1.75;
  font-size: 17px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: #2f3623; text-decoration: none; }
.ql { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.5rem,6vw,5rem); }

.ql-nav { display: flex; align-items: baseline; justify-content: space-between;
  padding: 1.76rem 0; }
.ql-mark { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; letter-spacing: 0.3em; text-transform: uppercase;
  font-size: 1.05rem; }
.ql-nav nav { display: flex; gap: clamp(1rem,3vw,2.4rem); }
.ql-nav nav a { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: #7d8369; transition: color .25s; }
.ql-nav nav a:hover { color: #7c8a3e; }

.ql-hero { padding: clamp(6rem,20vw,14rem) 0 clamp(5rem,15vw,11rem); max-width: 70%; }
.ql-kick { font-size: 0.72rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: #7c8a3e; margin-bottom: 2rem; }
.ql-hero h1 { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-weight: 400; line-height: 1.02;
  font-size: clamp(2.8rem,10vw,6.5rem); letter-spacing: -0.03em; }
.ql-dek { color: #7d8369; font-size: clamp(1.1rem,2.6vw,1.4rem);
  max-width: 40ch; margin-top: 2rem; }

.ql-pano { padding: clamp(2rem,6vw,4rem) 0 clamp(3rem,9vw,6rem); }
.ql-pano-lbl { padding: 0 clamp(1.5rem,6vw,5rem); font-size: 0.68rem;
  letter-spacing: 0.3em; text-transform: uppercase; color: #7d8369; margin-bottom: 1.6rem; }
.ql-scroller { display: flex; gap: clamp(1.2rem,3vw,2.4rem);
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: clamp(1.5rem,6vw,5rem);
  padding: 0 clamp(1.5rem,6vw,5rem) 1rem; -webkit-overflow-scrolling: touch; }
.ql-scroller::-webkit-scrollbar { height: 2px; }
.ql-scroller::-webkit-scrollbar-thumb { background: #7c8a3e; }
.ql-plate { position: relative; flex: 0 0 min(82vw,760px); scroll-snap-align: start; }
.ql-plate-n { position: absolute; top: -0.6rem; left: 0.4rem; z-index: 3;
  font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-size: clamp(2.5rem,7vw,5rem); line-height: 1; color: rgba(47,54,35,0.07); }
.ql-plate-img { aspect-ratio: 16/10; overflow: hidden; border-radius: 16px; background: #e8ebd8; }
.ql-plate-img img { width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.3s ease, filter 1.3s ease; filter: saturate(0.92); }
.ql-plate:hover .ql-plate-img img { transform: scale(1.04); filter: saturate(1); }
.ql-plate figcaption { margin-top: 1rem; font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-size: 1.05rem;
  letter-spacing: 0.01em; }

.ql-about { max-width: 620px; margin: 0 auto; text-align: center;
  padding: clamp(4rem,12vw,8rem) 0; }
.ql-lbl { display: block; font-size: 0.66rem; letter-spacing: 0.34em;
  text-transform: uppercase; color: #7d8369; margin-bottom: 1.5rem; }
.ql-about p { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-size: clamp(1.3rem,3.4vw,1.9rem); line-height: 1.55; }

.ql-register { padding: clamp(2rem,6vw,4rem) 0; }
.ql-register h2 { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-weight: 400; font-size: clamp(1.6rem,4vw,2.4rem);
  margin-bottom: clamp(2rem,6vw,3.4rem); }
.ql-rows { display: grid; grid-template-columns: repeat(2,1fr);
  gap: clamp(1.5rem,4vw,3rem) clamp(3rem,8vw,6rem); }
.ql-row { display: grid; grid-template-columns: auto 1fr; column-gap: 1.2rem;
  align-items: baseline; padding-bottom: 1.6rem; border-bottom: 1px solid rgba(47,54,35,0.12); }
.ql-row-n { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-size: 0.9rem; color: #7c8a3e; }
.ql-row h3 { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-weight: 400; font-size: 1.2rem; }
.ql-row p { grid-column: 2; color: #7d8369; font-size: 0.95rem;
  line-height: 1.6; margin-top: 0.4rem; }

.ql-quote { text-align: center; max-width: 720px; margin: 0 auto;
  padding: clamp(4rem,12vw,8rem) 0; }
.ql-quote blockquote { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-weight: 400; font-style: italic;
  font-size: clamp(1.5rem,4.5vw,2.4rem); line-height: 1.4; }
.ql-quote cite { display: block; margin-top: 1.4rem; font-style: normal;
  font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: #7d8369; }

.ql-contact { text-align: center; padding: clamp(2rem,6vw,4rem) 0 clamp(3rem,8vw,5rem);
  border-top: 1px solid rgba(47,54,35,0.12); }
.ql-contact h2 { font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-weight: 400; font-size: clamp(1.8rem,5vw,2.8rem);
  margin-bottom: 1rem; }
.ql-contact > p { color: #7d8369; }
.ql-lines { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 2rem;
  font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; font-size: 1.2rem; }
.ql-lines a:hover { color: #7c8a3e; }
.ql-lines span { color: #7d8369; font-size: 0.95rem; font-family: Tahoma, Verdana, sans-serif; }

.ql-foot { text-align: center; font-family: 'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif; letter-spacing: 0.14em;
  padding: 2.5rem 0; border-top: 1px solid rgba(47,54,35,0.12); }
.ql-foot span { display: block; margin-top: 0.5rem; font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.8rem; letter-spacing: 0.04em; color: #7d8369; }

@media (max-width: 720px) {
  .ql-hero { max-width: 100%; }
  .ql-rows { grid-template-columns: 1fr; }
  .ql-nav { flex-direction: column; gap: 0.8rem; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .ql-plate-img img { transition: none; }
  .ql-plate:hover .ql-plate-img img { transform: none; }
}


.xq{box-sizing:border-box;font-family:Tahoma, Verdana, sans-serif;color:#2f3623;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:'Century Gothic', 'Apple 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:#7c8a3e;margin-bottom:10px;font-weight:700}

.xq-faq-list{margin-top:18px;border-top:1px solid rgba(47,54,35,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(47,54,35,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#7c8a3e}
.xq-faq-item p{padding:0 4px 16px;color:#7d8369;max-width:64ch}


.xq-tl-list{list-style:none;padding:0;margin-top:24px;position:relative;border-left:2px solid rgba(47,54,35,0.14)}
.xq-tl-item{position:relative;padding:0 0 26px 26px}
.xq-tl-item::before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:#7c8a3e;box-shadow:0 0 0 4px rgba(47,54,35,0.05)}
.xq-tl-item time{font-family:'Century Gothic', 'Apple Gothic', 'Segoe UI', sans-serif;font-weight:800;color:#7c8a3e;display:block;margin-bottom:4px}
.xq-tl-item p{color:#7d8369;max-width:58ch}


/* =====================================================
   DESIGN DNA: chrome-y2k
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;letter-spacing:-0.03em !important;font-weight:900 !important;font-style:italic !important}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.5) 48%,transparent 55%,transparent 70%,rgba(255,255,255,.35) 76%,transparent 82%);opacity:.14;}
img{filter:contrast(1.1) brightness(1.04) saturate(1.15);border-radius:14px !important;box-shadow:0 0 0 2px rgba(200,204,212,.9),0 14px 34px rgba(0,0,0,.25) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:999px !important;border:2px solid #aab0bc !important;background:linear-gradient(180deg,#f4f6f9,#c9cfd9 48%,#aab2c0 52%,#e6e9ef) !important;color:#20242c !important;font-weight:800;font-style:italic}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:16px !important;border:2px solid rgba(183,189,201,.8) !important}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,#7c8a3e,#c9cfd9,#7c8a3e);background-size:100% 7px;background-repeat:no-repeat;background-position:top}
