
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #121110; color: #e9e2d6; font-family: 'Trebuchet MS', Tahoma, sans-serif; line-height: 1.7;
  font-size: 17px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: #e9e2d6; text-decoration: none; }
.wt { max-width: 1160px; margin: 0 auto; padding: 0 clamp(1.2rem,5vw,3rem); }

.wt-nav { display: flex; align-items: center; justify-content: space-between;
  padding: 1.60rem 0; border-bottom: 1px solid rgba(233,226,214,0.14); }
.wt-mark { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; letter-spacing: 0.3em; text-transform: uppercase;
  font-size: 1.05rem; }
.wt-sn { font-family: 'Courier New', Courier, monospace; font-size: 0.72rem; letter-spacing: 0.12em; color: #847c6e; }

.wt-hero { display: flex; justify-content: center; padding: clamp(3rem,9vw,7rem) 0; }
.wt-dial { position: relative; width: min(80vw,460px); aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle at 50% 40%, #121110, #1f1e1c);
  border: 1px solid rgba(233,226,214,0.14); display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 0 40px -10px rgba(233,226,214,0.14); }
.wt-ticks { position: absolute; inset: 0; }
.wt-tick { position: absolute; top: 8px; left: 50%; width: 2px; height: 14px;
  margin-left: -1px; background: rgba(233,226,214,0.35); transform-origin: 50% calc(min(40vw,230px) - 8px); }
.wt-center { text-align: center; padding: 1.5rem; }
.wt-kick { display: block; font-size: 0.66rem; letter-spacing: 0.4em;
  text-transform: uppercase; color: #a1521e; margin-bottom: 1rem; }
.wt-center h1 { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight: 400; line-height: 1;
  font-size: clamp(1.9rem,6vw,3.2rem); letter-spacing: -0.01em; }
.wt-sub { display: block; margin-top: 1rem; font-size: 0.82rem; color: #847c6e;
  max-width: 24ch; margin-left: auto; margin-right: auto; }

.wt-macros { display: grid; grid-template-columns: repeat(2,1fr);
  gap: clamp(1.5rem,4vw,3rem); padding: clamp(2rem,6vw,4rem) 0; }
.wt-macro-img { position: relative; overflow: hidden; border-radius: 0px; }
.wt-macro-img img { width: 100%; aspect-ratio: 3/2; object-fit: cover;
  transition: transform 1.2s ease; }
.wt-macro:hover .wt-macro-img img { transform: scale(1.06); }
.wt-call { position: absolute; left: 1rem; bottom: 1rem; font-family: 'Courier New', Courier, monospace;
  font-size: 0.68rem; letter-spacing: 0.14em; color: #121110; mix-blend-mode: difference; }
.wt-macro figcaption { padding-top: 1.1rem; }
.wt-ref { font-family: 'Courier New', Courier, monospace; font-size: 0.68rem; letter-spacing: 0.1em; color: #a1521e; }
.wt-macro figcaption p { color: #847c6e; margin-top: 0.5rem; font-size: 0.95rem; }

.wt-ledger { padding: clamp(3rem,8vw,5rem) 0; }
.wt-ledger h2, .wt-comps h2, .wt-contact h2 { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight: 400;
  font-size: clamp(1.5rem,4vw,2.2rem); margin-bottom: clamp(1.8rem,5vw,3rem);
  letter-spacing: 0.02em; }
.wt-specs { max-width: 700px; }
.wt-spec { display: flex; align-items: baseline; gap: 0.8rem; padding: 0.9rem 0;
  border-bottom: 1px solid rgba(233,226,214,0.14); }
.wt-spec dt { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: #847c6e; white-space: nowrap; }
.wt-lead { flex: 1; border-bottom: 1px dotted rgba(233,226,214,0.35); align-self: center; }
.wt-spec dd { font-family: 'Courier New', Courier, monospace; font-size: 0.95rem; letter-spacing: 0.04em; white-space: nowrap; }

.wt-about { max-width: 640px; margin: 0 auto; text-align: center;
  padding: clamp(3rem,9vw,6rem) 0; }
.wt-lbl { display: block; font-size: 0.66rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: #847c6e; margin-bottom: 1.3rem; }
.wt-about p { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-size: clamp(1.2rem,3vw,1.6rem); line-height: 1.55; }

.wt-comps { padding: clamp(2rem,6vw,4rem) 0; }
.wt-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  background: rgba(233,226,214,0.14); border: 1px solid rgba(233,226,214,0.14); border-radius: 0px; overflow: hidden; }
.wt-comp { background: #1b1918; padding: clamp(1.4rem,3vw,2.2rem); }
.wt-comp-n { font-family: 'Courier New', Courier, monospace; font-size: 0.72rem; color: #a1521e; letter-spacing: 0.1em; }
.wt-comp h3 { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight: 400; font-size: 1.15rem; margin: 0.6rem 0 0.5rem; }
.wt-comp p { color: #847c6e; font-size: 0.9rem; line-height: 1.55; }

.wt-quote { text-align: center; max-width: 760px; margin: 0 auto;
  padding: clamp(4rem,12vw,8rem) 0; }
.wt-quote blockquote { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight: 400;
  font-size: clamp(1.5rem,4.5vw,2.4rem); line-height: 1.35; }
.wt-quote blockquote::before { content: "\201C"; color: #a1521e; }
.wt-quote blockquote::after { content: "\201D"; color: #a1521e; }
.wt-quote cite { display: block; margin-top: 1.3rem; font-style: normal;
  font-family: 'Courier New', Courier, monospace; font-size: 0.72rem; letter-spacing: 0.14em; color: #847c6e; }

.wt-contact { text-align: center; padding: clamp(2rem,6vw,4rem) 0 clamp(3rem,8vw,5rem);
  border-top: 1px solid rgba(233,226,214,0.14); }
.wt-contact > p { color: #847c6e; margin-bottom: 2.4rem; }
.wt-info { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.wt-info dt { font-family: 'Courier New', Courier, monospace; font-size: 0.7rem; letter-spacing: 0.18em;
  color: #a1521e; margin-bottom: 0.5rem; }
.wt-info dd { font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-size: 1.05rem; }
.wt-info a:hover { color: #a1521e; }

.wt-foot { text-align: center; font-family: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; letter-spacing: 0.14em;
  padding: 2.5rem 0; border-top: 1px solid rgba(233,226,214,0.14); }
.wt-foot span { display: block; margin-top: 0.5rem; font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem; letter-spacing: 0.06em; color: #847c6e; }

@media (max-width: 760px) { .wt-macros { grid-template-columns: 1fr; }
  .wt-grid { grid-template-columns: 1fr; } .wt-info { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .wt-macro-img img { transition: none; }
  .wt-macro:hover .wt-macro-img img { transform: none; } }


.xq{box-sizing:border-box;font-family:'Trebuchet MS', Tahoma, sans-serif;color:#e9e2d6;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:Copperplate, 'Copperplate Gothic Light', '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:#a1521e;margin-bottom:10px;font-weight:700}

.xq-faq-list{margin-top:18px;border-top:1px solid rgba(233,226,214,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(233,226,214,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#a1521e}
.xq-faq-item p{padding:0 4px 16px;color:#847c6e;max-width:64ch}


.xq-teamgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px;margin-top:22px}
.xq-person img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:0px;display:block;filter:saturate(.9)}
.xq-person figcaption{padding-top:10px}
.xq-person strong{display:block;font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif}
.xq-person span{font-size:.82rem;color:#847c6e}


/* =====================================================
   DESIGN DNA: coastal-breeze
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='90'%3E%3Cpath d='M0 60q32.5-28 65 0t65 0 65 0 65 0V90H0z' fill='%23a1521e' opacity='.16'/%3E%3C/svg%3E");background-size:100% 90px;background-repeat:repeat-x;background-position:bottom}
h1,h2,h3{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif !important;text-transform:uppercase !important;letter-spacing:.26em !important;font-weight:400 !important}
img{border-radius:18px !important;filter:brightness(1.05) saturate(1.12);box-shadow:0 18px 40px rgba(161,82,30,.22) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:999px !important;letter-spacing:.16em;text-transform:uppercase;font-size:.82em}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:18px !important;border:none !important;box-shadow:0 14px 36px rgba(0,0,0,.09) !important}
