
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#e6e8e4; color:#35362f; font-family:Candara, Optima, 'Segoe UI', sans-serif; font-size:17px;
  line-height:1.6; -webkit-font-smoothing:antialiased; }
img { display:block; max-width:100%; }
a { color:#35362f; text-decoration:none; }
.isoscene { max-width:1200px; margin:0 auto; padding:0 clamp(16px,4vw,40px) 60px; }

.isonav { display:flex; justify-content:space-between; align-items:center;
  padding:22px 0; }
.brand { font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight:800; font-size:19px; }
.isonav nav a { margin-left:22px; color:#888c86; font-size:14px;
  letter-spacing:0.06em; }
.isonav nav a:hover { color:#7f8f88; }

/* hero with iso tower */
.isohero { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;
  padding:clamp(30px,6vw,80px) 0; }
.kick { text-transform:uppercase; letter-spacing:0.3em; font-size:12px;
  color:#7f8f88; margin-bottom:18px; }
.herotext h1 { font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight:800; line-height:0.98;
  font-size:clamp(2.6rem,7vw,4.6rem); letter-spacing:-0.02em; }
.dek { color:#888c86; margin-top:20px; max-width:40ch; font-size:1.1rem; }
.acts { margin-top:30px; display:flex; gap:14px; }
.btn { background:#7f8f88; color:#ffffff; padding:14px 26px; font-weight:700;
  border-radius:22px; box-shadow:6px 6px 0 #56615c; }
.btn2 { border:2px solid #35362f; padding:12px 24px; font-weight:700;
  border-radius:22px; }
.btn:hover { transform:translate(2px,2px); box-shadow:3px 3px 0 #56615c; }

.stage { perspective:1400px; display:flex; justify-content:center; }
.tower { transform:rotateX(56deg) rotateZ(45deg); transform-style:preserve-3d;
  display:grid; gap:34px; }
.floor { width:260px; height:180px; border-radius:22px; position:relative;
  background:#f9faf7; box-shadow:
    22px 22px 0 -2px #aeafad, 0 0 0 1px rgba(53,54,47,0.14);
  transition:transform .3s; overflow:hidden; }
.floor img { width:100%; height:100%; object-fit:cover; }
.floor:hover { transform:translateZ(30px); }
.accentfloor { background:#7f8f88; box-shadow:22px 22px 0 -2px #56615c; }
.accentfloor span { position:absolute; inset:0; display:grid; place-items:center;
  color:#ffffff; font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight:800; letter-spacing:0.14em;
  font-size:13px; transform:rotate(0deg); }

/* block stack */
.blockstack { padding:clamp(30px,6vw,70px) 0; }
.sech, .isoabout h2, .isocontact h2 { font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight:800;
  font-size:clamp(1.6rem,4vw,2.4rem); margin-bottom:30px; }
.grid { display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }
.blk { background:#f9faf7; border-radius:22px; position:relative;
  box-shadow:14px 14px 0 -1px #aeafad, 0 0 0 1px rgba(53,54,47,0.14);
  transition:transform .25s, box-shadow .25s; }
.blk .top { padding:24px; }
.blk:hover { transform:translate(-6px,-6px); box-shadow:20px 20px 0 -1px #aeafad, 0 0 0 1px rgba(53,54,47,0.14); }
.accentblk { background:#7f8f88; box-shadow:14px 14px 0 -1px #56615c, 0 0 0 1px #56615c; }
.accentblk h3, .accentblk p, .accentblk .bno { color:#ffffff; }
.bno { font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-size:12px; letter-spacing:0.16em; color:#7f8f88; }
.blk h3 { font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight:700; font-size:1.15rem; margin:10px 0 8px; }
.blk p { color:#888c86; font-size:0.96rem; }

/* about with big cube */
.isoabout { display:grid; grid-template-columns:0.9fr 1.1fr; gap:44px;
  align-items:center; padding:clamp(30px,6vw,70px) 0; }
.cube.big { border-radius:22px; overflow:hidden;
  box-shadow:26px 26px 0 -2px #aeafad, 0 0 0 1px rgba(53,54,47,0.14);
  transform:rotate(-2deg); }
.cube.big img { width:100%; height:100%; object-fit:cover; aspect-ratio:1; }
.prose p { color:#888c86; max-width:52ch; }
.prose blockquote { margin-top:26px; font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; font-size:1.3rem;
  line-height:1.35; border-left:5px solid #7f8f88; padding-left:18px; }
.prose cite { display:block; font-size:0.85rem; color:#888c86; font-style:normal;
  margin-top:10px; letter-spacing:0.1em; }

/* contact */
.isocontact { padding:clamp(30px,6vw,60px) 0; }
.ctblock { background:#f9faf7; border-radius:22px; padding:clamp(28px,5vw,54px);
  box-shadow:18px 18px 0 -2px #aeafad, 0 0 0 1px rgba(53,54,47,0.14); max-width:620px; }
.ctblock p { color:#888c86; margin-bottom:22px; }
.rows { display:flex; flex-direction:column; gap:12px; font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;
  font-size:1.15rem; }
.rows a:hover { color:#7f8f88; }
.rows span { color:#888c86; font-size:1rem; font-family:Candara, Optima, 'Segoe UI', sans-serif; }

.isofoot { text-align:center; padding-top:40px; color:#888c86; font-size:13px;
  letter-spacing:0.14em; text-transform:uppercase; }

@media (max-width:860px){
  .isohero{ grid-template-columns:1fr; }
  .stage{ margin-top:30px; }
  .grid{ grid-template-columns:1fr; }
  .isoabout{ grid-template-columns:1fr; }
}


.xq{box-sizing:border-box;font-family:Candara, Optima, 'Segoe UI', sans-serif;color:#35362f;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:#7f8f88;margin-bottom:10px;font-weight:700}

.xq-faq-list{margin-top:18px;border-top:1px solid rgba(53,54,47,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(53,54,47,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#7f8f88}
.xq-faq-item p{padding:0 4px 16px;color:#888c86;max-width:64ch}


/* =====================================================
   DESIGN DNA: blueprint-draft
   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='80' height='80'%3E%3Cpath d='M0 .5H80M.5 0V80' stroke='%237f8f88' stroke-width='1'/%3E%3Cpath d='M0 20.5H80M0 40.5H80M0 60.5H80M20.5 0V80M40.5 0V80M60.5 0V80' stroke='%237f8f88' stroke-width='.4'/%3E%3C/svg%3E");opacity:.10;}
h1,h2,h3{font-family:'Courier New', Courier, monospace !important;text-transform:uppercase !important;letter-spacing:.1em !important;font-weight:700 !important}
img{filter:grayscale(.3) contrast(1.06);border-radius:0 !important;outline:1.5px dashed rgba(127,143,136,.8);outline-offset:7px;margin:7px}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:1.5px dashed #7f8f88 !important;font-family:'Courier New', Courier, monospace !important;text-transform:uppercase;box-shadow:none !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;border:1px solid rgba(127,143,136,.6) !important;box-shadow:none !important}
