
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #faf9f6; color: #13120f; font-family: Optima, Candara, 'Segoe UI', sans-serif; line-height: 1.75;
  font-size: 17px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: #13120f; text-decoration: none; }
.gl { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1.2rem,5vw,3rem); }

.gl-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 2.24rem 0; }
.gl-crest { color: #5f7a6b; font-size: 1.2rem; }
.gl-mark { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; letter-spacing: 0.32em; text-transform: uppercase;
  font-size: 1.1rem; text-align: center; }
.gl-est { justify-self: end; font-size: 0.66rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: #867f72; }

/* the gilded frame: double hairline + corner ornaments */
.gl-frame { position: relative; background: #f5f4f1;
  border: 1px solid #5f7a6b; padding: clamp(1.6rem,4vw,3rem); border-radius: 4px;
  box-shadow: inset 0 0 0 5px #faf9f6, inset 0 0 0 6px #475c50; }
.gl-frame::before, .gl-frame::after { content: ""; position: absolute;
  width: 22px; height: 22px; border: 2px solid #97a99f; }
.gl-frame::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.gl-frame::after { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }

.gl-hero { padding: clamp(2rem,6vw,4rem) 0; }
.gl-frame--hero { text-align: center; padding: clamp(3rem,9vw,6rem) clamp(1.5rem,5vw,4rem); }
.gl-kick { font-size: 0.72rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: #5f7a6b; margin-bottom: 1.6rem; }
.gl-hero h1 { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400; line-height: 1.02;
  font-size: clamp(2.6rem,9vw,5.4rem); letter-spacing: -0.02em; }
.gl-dek { color: #867f72; font-size: clamp(1.05rem,2.6vw,1.3rem);
  max-width: 42ch; margin: 1.5rem auto 0; }

.gl-div { display: flex; align-items: center; justify-content: center; gap: 1rem;
  color: #5f7a6b; padding: clamp(2.5rem,7vw,4.5rem) 0; font-size: 0.9rem; }
.gl-div span { display: block; width: clamp(3rem,14vw,9rem); height: 1px;
  background: linear-gradient(90deg, transparent, #5f7a6b); }
.gl-div span:last-child { background: linear-gradient(90deg, #5f7a6b, transparent); }

.gl-about { max-width: 620px; margin: 0 auto; text-align: center; }
.gl-about h2, .gl-contact h2 { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400;
  font-size: clamp(1.8rem,5vw,2.8rem); margin-bottom: 1.4rem; }
.gl-about p { color: #867f72; font-size: 1.08rem; }

.gl-gallery { display: grid; grid-template-columns: repeat(3,1fr);
  gap: clamp(1.4rem,4vw,2.6rem); }
.gl-portrait { text-align: center; }
.gl-frame--sm { padding: 8px; aspect-ratio: 4/5; overflow: hidden; }
.gl-frame--sm img { width: 100%; height: 100%; object-fit: cover;
  border-radius: calc(4px - 2px); transition: transform 1.1s ease; }
.gl-portrait:hover .gl-frame--sm img { transform: scale(1.05); }
.gl-portrait figcaption { margin-top: 1.4rem; }
.gl-portrait h3 { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400; font-size: 1.25rem;
  margin-bottom: 0.5rem; }
.gl-portrait p { color: #867f72; font-size: 0.9rem; line-height: 1.55; }

.gl-quote { max-width: 760px; margin: 0 auto; }
.gl-frame--quote { text-align: center; padding: clamp(2.5rem,7vw,4.5rem); }
.gl-quote blockquote { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-style: italic; font-weight: 400;
  font-size: clamp(1.4rem,4vw,2.2rem); line-height: 1.4; }
.gl-quote cite { display: block; margin-top: 1.3rem; font-style: normal;
  font-size: 0.7rem; letter-spacing: 0.26em; text-transform: uppercase; color: #5f7a6b; }

.gl-contact { text-align: center; max-width: 620px; margin: 0 auto; }
.gl-contact p { color: #867f72; }
.gl-lines { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 2rem;
  font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; font-size: 1.15rem; }
.gl-lines a:hover { color: #5f7a6b; }
.gl-lines span { color: #867f72; font-size: 0.95rem; font-family: Optima, Candara, 'Segoe UI', sans-serif; }

.gl-foot { display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  padding: clamp(3rem,8vw,5rem) 0 2.5rem; margin-top: clamp(2.5rem,7vw,4rem);
  border-top: 1px solid rgba(19,18,15,0.14); text-align: center; }
.gl-foot span:last-child { font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; letter-spacing: 0.06em; color: #867f72;
  font-size: 0.85rem; }

@media (max-width: 760px) { .gl-gallery { grid-template-columns: 1fr; }
  .gl-top { grid-template-columns: 1fr; justify-items: center; gap: 0.5rem; }
  .gl-est, .gl-crest { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .gl-frame--sm img { transition: none; }
  .gl-portrait:hover .gl-frame--sm img { transform: none; } }


.xq{box-sizing:border-box;font-family:Optima, Candara, 'Segoe UI', sans-serif;color:#13120f;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:#5f7a6b;margin-bottom:10px;font-weight:700}

.xq-strip{padding-left:0;padding-right:0}
.xq-strip .xq-wrap{padding:0 24px}
.xq-striprail{list-style:none;display:flex;gap:12px;overflow-x:auto;padding:14px 24px;scroll-snap-type:x mandatory}
.xq-striprail li{flex:0 0 min(64vw,300px);scroll-snap-align:start}
.xq-striprail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;display:block}


.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:4px;display:block;filter:saturate(.9)}
.xq-person figcaption{padding-top:10px}
.xq-person strong{display:block;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif}
.xq-person span{font-size:.82rem;color:#867f72}


.xq-badges{padding:26px 24px;border-top:1px solid rgba(19,18,15,0.14);border-bottom:1px solid rgba(19,18,15,0.14);background:rgba(19,18,15,0.05)}
.xq-badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}
.xq-badgehead{font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin-right:8px}
.xq-badge{border:1.5px solid #5f7a6b;color:#5f7a6b;border-radius:999px;padding:7px 16px;font-size:.8rem;font-weight:700;letter-spacing:.04em}


/* =====================================================
   DESIGN DNA: duotone-pop
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
img{filter:grayscale(1) sepia(1) hue-rotate(108deg) saturate(2.6) contrast(.95) !important;border-radius:0 !important}
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='420' height='420'%3E%3Ccircle cx='330' cy='90' r='150' fill='%235f7a6b'/%3E%3C/svg%3E");opacity:.08;}
h1,h2,h3{font-family:'Arial Black', 'Arial Bold', Arial, sans-serif !important;text-transform:uppercase !important;letter-spacing:-0.015em !important;font-weight:900 !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;background:#5f7a6b !important;color:#ffffff !important;border:none !important;font-weight:900;text-transform:uppercase;box-shadow:-6px 6px 0 rgba(19,18,15,.85) !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,#5f7a6b 0 33%,transparent 33%);background-size:100% 8px;background-repeat:no-repeat;background-position:bottom}
