
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #fbf3e6; color: #3a2e20; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.75;
  font-size: 17px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: #3a2e20; 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: 2.00rem 0; }
.ql-mark { font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: #9c8a72; transition: color .25s; }
.ql-nav nav a:hover { color: #f2724b; }

.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: #f2724b; margin-bottom: 2rem; }
.ql-hero h1 { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400; line-height: 1.02;
  font-size: clamp(2.8rem,10vw,6.5rem); letter-spacing: -0.03em; }
.ql-dek { color: #9c8a72; 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: #9c8a72; 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: #f2724b; }
.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: Garamond, 'EB Garamond', 'Times New Roman', serif; font-size: clamp(2.5rem,7vw,5rem); line-height: 1; color: rgba(58,46,32,0.07); }
.ql-plate-img { aspect-ratio: 16/10; overflow: hidden; border-radius: 16px; background: #f5ede0; }
.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: Garamond, 'EB Garamond', 'Times New Roman', 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: #9c8a72; margin-bottom: 1.5rem; }
.ql-about p { font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: Garamond, 'EB Garamond', 'Times New Roman', 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(58,46,32,0.12); }
.ql-row-n { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-size: 0.9rem; color: #f2724b; }
.ql-row h3 { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400; font-size: 1.2rem; }
.ql-row p { grid-column: 2; color: #9c8a72; 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: Garamond, 'EB Garamond', 'Times New Roman', 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: #9c8a72; }

.ql-contact { text-align: center; padding: clamp(2rem,6vw,4rem) 0 clamp(3rem,8vw,5rem);
  border-top: 1px solid rgba(58,46,32,0.12); }
.ql-contact h2 { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400; font-size: clamp(1.8rem,5vw,2.8rem);
  margin-bottom: 1rem; }
.ql-contact > p { color: #9c8a72; }
.ql-lines { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 2rem;
  font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-size: 1.2rem; }
.ql-lines a:hover { color: #f2724b; }
.ql-lines span { color: #9c8a72; font-size: 0.95rem; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.ql-foot { text-align: center; font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; letter-spacing: 0.14em;
  padding: 2.5rem 0; border-top: 1px solid rgba(58,46,32,0.12); }
.ql-foot span { display: block; margin-top: 0.5rem; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem; letter-spacing: 0.04em; color: #9c8a72; }

@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:'Helvetica Neue', Helvetica, Arial, sans-serif;color:#3a2e20;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:Garamond, 'EB Garamond', 'Times New Roman', 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:#f2724b;margin-bottom:10px;font-weight:700}

.xq-checklist{list-style:none;padding:0;margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px 26px}
.xq-checklist li{position:relative;padding:10px 0 10px 32px;border-bottom:1px dashed rgba(58,46,32,0.14)}
.xq-checklist li::before{content:"\2713";position:absolute;left:0;top:8px;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background:#f2724b;color:#ffffff;font-size:.75rem;font-weight:800}


.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #f2724b;border-radius:16px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(58,46,32,0.05)}
.xq-promo-tag{background:#f2724b;color:#ffffff;font-family:Garamond, 'EB Garamond', 'Times New Roman', 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:#f2724b;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


/* =====================================================
   DESIGN DNA: mono-outline
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
*{box-shadow:none !important;border-radius:0 !important}
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;text-transform:uppercase !important;letter-spacing:.18em !important;font-weight:400 !important}
img{filter:grayscale(.85) contrast(1.05);outline:1px solid #3a2e20;outline-offset:8px;margin:8px}
a[class*="btn"],button,span[class*="btn"]{background:transparent !important;color:inherit !important;border:2px solid currentColor !important;text-transform:uppercase;letter-spacing:.2em;font-size:.8em}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border:1.5px solid rgba(58,46,32,.8) !important;background:transparent !important}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:1px solid rgba(58,46,32,.8);background:none;margin:10px}
