/* ============================================
   MARTIN IND GROUP — shared stylesheet
   ============================================ */

:root{
  --bg: #131211;
  --bg-2: #1B1917;
  --bg-3: #211E1B;
  --gold-1: #E4C382;
  --gold-2: #B8863A;
  --gold-3: #8C6A2E;
  --text: #F3EFE6;
  --text-dim: #B7B0A2;
  --text-faint: #7C7669;
  --line: rgba(255,255,255,0.09);
  --line-soft: rgba(255,255,255,0.05);
  --radius: 14px;
  --radius-pill: 999px;
  --max: 1180px;
}

*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'Inter',sans-serif;
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
.wrap{max-width:var(--max);margin:0 auto;padding:0 40px;}
h1,h2,h3,h4{font-family:'Poppins',sans-serif;font-weight:700;letter-spacing:-0.01em;}

.gold-grad{
  background:linear-gradient(135deg,var(--gold-1),var(--gold-3));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:14px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;
  color:var(--gold-1);margin-bottom:16px;
}
.eyebrow::before{content:'';width:22px;height:2px;background:var(--gold-2);border-radius:2px;}

/* ---------- NAV ---------- */
header.site-nav{
  position:sticky;top:0;z-index:100;
  background:rgba(19,18,17,0.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:var(--max);margin:0 auto;padding:16px 40px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{display:flex;align-items:center;gap:12px;}
.brand img{height:56px;width:auto;}
.nav-links{display:flex;align-items:center;gap:34px;}
.nav-links a{
  font-size:16px;font-weight:500;color:var(--text-dim);
  padding:6px 0;border-bottom:2px solid transparent;
  transition:color .2s ease, border-color .2s ease;
}
.nav-links a:hover, .nav-links a.active{color:var(--text);border-color:var(--gold-2);}
.nav-cta{display:flex;align-items:center;gap:22px;}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 26px;border-radius:var(--radius-pill);
  font-size:15.5px;font-weight:600;letter-spacing:0.01em;
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn-gold{
  background:linear-gradient(135deg,var(--gold-1),var(--gold-3));
  color:#221A0E;
}
.btn-gold:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(184,134,58,0.28);}
.btn-outline{
  border:1.5px solid var(--gold-2);color:var(--gold-1);
}
.btn-outline:hover{background:var(--gold-2);color:#1A1610;}
.nav-toggle{display:none;background:var(--bg-3);border:1px solid var(--line);border-radius:10px;padding:10px 12px;}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{
  content:'';display:block;width:20px;height:2px;background:var(--gold-1);position:relative;
}
.nav-toggle span::before{position:absolute;top:-6px;}
.nav-toggle span::after{position:absolute;top:6px;}

@media(max-width:920px){
  .nav-links{display:none;}
  .nav-cta .btn-outline{display:none;}
  .nav-toggle{display:flex;align-items:center;justify-content:center;}
}

/* ---------- HERO ---------- */
.hero{
  position:relative;min-height:520px;display:flex;align-items:flex-end;
  background-size:cover;background-position:center;
}
.hero::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(19,18,17,0.55) 0%, rgba(19,18,17,0.86) 78%, var(--bg) 100%);
}
.hero-inner{position:relative;z-index:2;padding:110px 40px 70px;max-width:var(--max);margin:0 auto;width:100%;}
.hero h1{font-size:clamp(46px,7.6vw,86px);line-height:1.03;max-width:760px;font-weight:800;}
.hero p.lead{margin-top:24px;max-width:540px;color:var(--text-dim);font-size:17.5px;line-height:1.75;}
.hero .btn{margin-top:32px;}

/* ---------- SECTIONS ---------- */
section{padding:96px 0;}
.section-tight{padding:70px 0;}
.section-head{max-width:680px;margin-bottom:52px;}
.section-head h2{font-size:clamp(34px,4.6vw,56px);font-weight:800;line-height:1.06;}
.section-head p{margin-top:18px;color:var(--text-dim);font-size:17.5px;line-height:1.75;}

.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.split img{border-radius:var(--radius);}
@media(max-width:860px){.split{grid-template-columns:1fr;gap:32px;}}

/* ---------- PORTFOLIO STRIP (home) ---------- */
.brand-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:48px;}
.brand-tile{
  background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:34px 18px 24px;text-align:center;transition:border-color .2s ease, transform .2s ease;
  display:flex;flex-direction:column;align-items:center;
}
.brand-tile:hover{border-color:var(--gold-2);transform:translateY(-3px);}
.brand-tile .tile-icon{
  width:64px;height:64px;margin:0 auto 18px;
  display:flex;align-items:center;justify-content:center;
}
.brand-tile .tile-icon svg{width:100%;height:100%;stroke:var(--tile-color,var(--gold-2));}
.brand-tile .tile-name{font-family:'Poppins',sans-serif;font-weight:700;font-size:17px;letter-spacing:0.01em;}
.brand-tile .tile-sub{font-size:13.5px;color:var(--text-faint);margin-top:6px;}
.tile-badge{
  display:inline-block;margin-top:10px;font-size:9.5px;letter-spacing:0.08em;text-transform:uppercase;
  padding:3px 8px;border-radius:var(--radius-pill);background:rgba(255,255,255,0.06);color:var(--text-faint);
}
@media(max-width:920px){.brand-strip{grid-template-columns:repeat(3,1fr);}}
@media(max-width:600px){.brand-strip{grid-template-columns:repeat(2,1fr);}}

/* ---------- RESPONSIBILITY / CTA BAND ---------- */
.band{
  background:linear-gradient(120deg,#3B2C17,#241C10);
  border-radius:var(--radius);padding:64px 56px;
  display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap;
}
.band h2{font-size:clamp(30px,3.8vw,44px);max-width:500px;font-weight:800;line-height:1.08;}
.band p{margin-top:16px;color:rgba(243,239,230,0.78);max-width:440px;font-size:17px;line-height:1.7;}

.cta-photo{
  position:relative;border-radius:var(--radius);overflow:hidden;
  background-size:cover;background-position:center;padding:70px 48px;
  text-align:center;
}
.cta-photo::after{content:'';position:absolute;inset:0;background:rgba(19,18,17,0.62);}
.cta-photo > *{position:relative;z-index:2;}
.cta-photo .eyebrow{justify-content:center;}
.cta-photo h2{font-size:clamp(34px,5.2vw,58px);font-weight:800;}
.cta-photo .btn{margin-top:24px;}

/* ---------- VALUE ROWS ---------- */
.value-row{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:center;padding:36px 0;border-top:1px solid var(--line-soft);}
.value-row img{border-radius:var(--radius);height:200px;width:100%;object-fit:cover;object-position:center 15%;}
.value-num{color:var(--gold-1);font-family:'Poppins',sans-serif;font-weight:700;font-size:14.5px;letter-spacing:0.08em;}
.value-row h3{margin-top:10px;font-size:28px;font-weight:700;}
.value-row p{margin-top:12px;color:var(--text-dim);font-size:16.5px;line-height:1.7;max-width:480px;}
@media(max-width:860px){.value-row{grid-template-columns:1fr;}.value-row img{height:220px;}}

/* ---------- ICON GRID (about values / how we build) ---------- */
.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-radius:var(--radius);overflow:hidden;}
.icon-cell{background:var(--bg-2);padding:34px 26px;}
.icon-badge{
  width:46px;height:46px;border-radius:50%;border:1.5px solid var(--gold-2);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.icon-badge svg{width:20px;height:20px;stroke:var(--gold-1);fill:none;stroke-width:1.6;}
.icon-cell h3{font-size:20px;font-weight:700;}
.icon-cell p{margin-top:10px;font-size:15px;line-height:1.65;color:var(--text-dim);}
@media(max-width:860px){.icon-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.icon-grid{grid-template-columns:1fr;}}

/* ---------- PORTFOLIO PAGE: same tile language, larger ---------- */
.brand-grid-full{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;}
.brand-tile-lg{
  background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:40px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;
  transition:border-color .2s ease, transform .2s ease;
}
.brand-tile-lg:hover{border-color:var(--tile-color,var(--gold-2));transform:translateY(-3px);}
.brand-tile-lg .tile-icon{width:76px;height:76px;margin-bottom:22px;}
.brand-tile-lg .tile-icon svg{width:100%;height:100%;stroke:var(--tile-color,var(--gold-2));}
.brand-tile-lg .tile-name{font-family:'Poppins',sans-serif;font-weight:700;font-size:21px;}
.brand-tile-lg .tile-sub{font-size:14px;color:var(--text-faint);margin-top:6px;text-transform:uppercase;letter-spacing:0.07em;}
.brand-tile-lg p{margin-top:18px;font-size:16px;color:var(--text-dim);line-height:1.7;}
.brand-tile-lg .tile-foot{margin-top:22px;padding-top:18px;border-top:1px solid var(--line-soft);width:100%;display:flex;justify-content:center;align-items:center;gap:12px;}
.brand-tile-lg .tile-link{font-size:14.5px;font-weight:600;color:var(--text);}
@media(max-width:920px){.brand-grid-full{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.brand-grid-full{grid-template-columns:1fr;}}

/* ---------- PORTFOLIO PAGE: FEATURE + CARDS ---------- */
.feature-card{
  background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:44px;display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;
}
.feature-mark{
  height:220px;border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#16241C,#0D1712);
  border:1px solid var(--line);
}
.feature-mark .mark-word{font-family:'Playfair Display',serif;font-size:30px;color:#D9B25C;letter-spacing:0.02em;}
.feature-mark .mark-word span{display:block;font-family:'Inter',sans-serif;font-size:12.5px;letter-spacing:0.24em;color:#9CAE9F;margin-top:8px;text-transform:uppercase;}
.feature-sector{font-size:13.5px;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold-1);margin-bottom:14px;}
.feature-card h3{font-size:36px;font-weight:700;}
.feature-card p{margin-top:16px;color:var(--text-dim);font-size:16.5px;line-height:1.75;max-width:440px;}
.feature-link{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-size:15px;font-weight:600;color:var(--text);border-bottom:1px solid var(--gold-2);padding-bottom:3px;}
@media(max-width:820px){.feature-card{grid-template-columns:1fr;}}

.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;}
.biz-card{
  background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 24px;display:flex;flex-direction:column;min-height:270px;
  transition:border-color .2s ease, transform .2s ease;
}
.biz-card:hover{border-color:var(--card-color,var(--gold-2));transform:translateY(-4px);}
.biz-icon{
  width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,0.04);border:1px solid var(--line);margin-bottom:20px;
}
.biz-icon svg{width:22px;height:22px;stroke:var(--card-color,var(--gold-1));fill:none;stroke-width:1.5;}
.biz-card .biz-sector{font-size:12px;letter-spacing:0.07em;text-transform:uppercase;color:var(--card-color,var(--gold-1));}
.biz-card h4{margin-top:12px;font-size:23px;font-family:'Poppins',sans-serif;font-weight:700;}
.biz-card p{margin-top:10px;font-size:15px;color:var(--text-dim);line-height:1.65;flex-grow:1;}
.biz-card .biz-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid var(--line-soft);}
.biz-card .biz-link{font-size:13.5px;color:var(--text-dim);}
.status-pill{font-size:9.5px;letter-spacing:0.06em;text-transform:uppercase;padding:4px 9px;border-radius:var(--radius-pill);border:1px solid var(--line);color:var(--text-faint);}
.status-pill.paused{color:#D9A25C;border-color:#5A4326;}
@media(max-width:920px){.card-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.card-grid{grid-template-columns:1fr;}}

/* ============================================
   OUR BUSINESS PAGE — page-specific, serif display system
   (matches user-provided mockup exactly; intentionally
   separate from the sans-display system used elsewhere
   until nav/footer are reconciled across all pages)
   ============================================ */
.ob-serif{font-family:'Playfair Display',serif;font-weight:600;letter-spacing:0;}
.ob-hero{min-height:400px;}
.ob-hero h1{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(48px,7.6vw,88px);line-height:1.02;}
.ob-hero .ob-sub{color:var(--gold-1);font-size:19px;font-weight:500;margin-top:18px;max-width:520px;line-height:1.5;}
.ob-hero p.lead{margin-top:20px;}

.ob-section-head{text-align:center;max-width:640px;margin:0 auto 52px;}
.ob-section-head .eyebrow{justify-content:center;}
.ob-section-head h2{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(30px,3.8vw,44px);}
.ob-underline{width:40px;height:2px;background:var(--gold-2);margin:16px auto 0;border-radius:2px;}

.ob-feature{
  border:1px solid var(--line);border-radius:var(--radius);
  display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:visible;
  margin-bottom:20px;
}
.ob-feature-photo{
  position:relative;border-radius:var(--radius) 0 0 var(--radius);overflow:hidden;
  min-height:340px;background-size:cover;background-position:center;
}
.ob-badge{
  position:absolute;bottom:-28px;right:-28px;
  width:96px;height:96px;border-radius:50%;
  background:var(--bg-2);border:1px solid var(--gold-2);
  display:flex;align-items:center;justify-content:center;text-align:center;
  z-index:3;
}
.ob-badge span{font-family:'Playfair Display',serif;font-size:15.5px;color:var(--gold-1);line-height:1.25;}
.ob-feature-body{padding:48px 56px 48px 64px;display:flex;flex-direction:column;justify-content:center;}
.ob-feature-body .eyebrow{display:block;}
.ob-feature-body .eyebrow::before{display:none;}
.ob-feature-body h3{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(28px,3vw,38px);line-height:1.18;margin-top:6px;}
.ob-feature-body p{margin-top:16px;color:var(--text-dim);font-size:16.5px;line-height:1.75;max-width:400px;}
.ob-linkrow{display:flex;align-items:center;gap:10px;margin-top:26px;font-size:15.5px;color:var(--text);}
.ob-linkrow svg{width:16px;height:16px;stroke:var(--gold-1);fill:none;stroke-width:1.6;flex-shrink:0;}
.ob-linkrow .ob-arrow{margin-left:auto;width:16px;height:16px;stroke:var(--gold-1);}
@media(max-width:860px){
  .ob-feature{grid-template-columns:1fr;}
  .ob-feature-photo{border-radius:var(--radius) var(--radius) 0 0;min-height:240px;}
  .ob-badge{bottom:-24px;right:24px;width:76px;height:76px;}
  .ob-feature-body{padding:48px 32px 32px;}
}

.ob-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.ob-card{border:1px solid var(--line);border-radius:var(--radius);overflow:visible;display:flex;flex-direction:column;}
.ob-card-photo{
  position:relative;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden;
  height:150px;background-size:cover;background-position:center;
}
.ob-card-photo .ob-badge{width:56px;height:56px;bottom:-20px;left:18px;right:auto;}
.ob-card-photo .ob-badge span{font-size:11.5px;}
.ob-soon{
  position:absolute;top:12px;right:12px;background:var(--gold-2);color:#221A0E;
  font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:var(--radius-pill);
  letter-spacing:0.02em;
}
.ob-card-body{padding:30px 22px 26px;flex-grow:1;display:flex;flex-direction:column;}
.ob-card-body .eyebrow{font-size:12.5px;display:block;line-height:1.5;}
.ob-card-body .eyebrow::before{display:none;}
.ob-card-body h4{font-family:'Playfair Display',serif;font-weight:600;font-size:21px;margin-top:6px;}
.ob-card-body p{margin-top:10px;font-size:15px;color:var(--text-dim);line-height:1.65;flex-grow:1;}
.ob-card-body .ob-linkrow{margin-top:18px;font-size:14px;padding-top:16px;border-top:1px solid var(--line-soft);}
@media(max-width:920px){.ob-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.ob-grid{grid-template-columns:1fr;}}

.ob-hwb-head{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start;margin-bottom:56px;}
.ob-hwb-head h2{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(28px,3.4vw,38px);}
.ob-hwb-head p{color:var(--text-dim);font-size:16.5px;line-height:1.75;}
@media(max-width:760px){.ob-hwb-head{grid-template-columns:1fr;gap:16px;}}

.ob-icon-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center;}
.ob-icon-circle{
  width:60px;height:60px;border-radius:50%;border:1.5px solid var(--gold-2);
  display:flex;align-items:center;justify-content:center;margin:0 auto 20px;
}
.ob-icon-circle svg{width:24px;height:24px;stroke:var(--gold-1);fill:none;stroke-width:1.5;}
.ob-icon-row h3{font-family:'Playfair Display',serif;font-weight:600;font-size:18px;}
.ob-icon-row p{margin-top:10px;font-size:15px;color:var(--text-dim);line-height:1.65;}
@media(max-width:760px){.ob-icon-row{grid-template-columns:1fr 1fr;row-gap:40px;}}

.ob-partner{
  position:relative;border:1px solid var(--gold-3);border-radius:var(--radius);
  padding:52px 56px;display:flex;justify-content:space-between;align-items:center;gap:32px;
  flex-wrap:wrap;overflow:hidden;
}
.ob-partner-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0.14;z-index:0;}
.ob-partner > *{position:relative;z-index:1;}
.ob-partner h2{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(24px,2.8vw,32px);}
.ob-partner p{margin-top:10px;color:var(--text-dim);font-size:16px;max-width:460px;line-height:1.7;}

.ob-footer{border-top:1px solid var(--line);padding:64px 0 40px;}
.ob-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;}
.ob-footer-grid img{height:52px;margin-bottom:14px;}
.ob-footer-grid p{color:var(--text-faint);font-size:15px;line-height:1.7;max-width:260px;}
.ob-footer-col h4{font-size:14px;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-dim);margin-bottom:16px;}
.ob-footer-col a, .ob-footer-col span{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--text-faint);margin-bottom:12px;}
.ob-footer-col a.active{color:var(--gold-1);}
.ob-footer-col a:hover{color:var(--gold-1);}
.ob-footer-col svg{width:14px;height:14px;stroke:var(--gold-1);fill:none;stroke-width:1.6;flex-shrink:0;}
.ob-socials{display:flex;gap:10px;}
.ob-socials a{
  width:36px;height:36px;border-radius:9px;border:1px solid var(--gold-3);
  display:flex;align-items:center;justify-content:center;color:var(--gold-1);
}
.ob-socials svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.6;}
.ob-copyright{margin-top:36px;font-size:13.5px;color:var(--text-faint);}
@media(max-width:860px){.ob-footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.ob-footer-grid{grid-template-columns:1fr;}}
/* ============================================
   REBUILD ADDITIONS — v2
   ============================================ */

/* Full-bleed section with background photo + overlay, text sits on top */
.full-bleed{
  position:relative;min-height:460px;display:flex;align-items:center;
  background-size:cover;background-position:center;border-radius:var(--radius);overflow:hidden;
}
.full-bleed::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg, rgba(19,18,17,0.88) 0%, rgba(19,18,17,0.55) 55%, rgba(19,18,17,0.3) 100%);}
.full-bleed-inner{position:relative;z-index:2;padding:70px 64px;max-width:560px;}
.full-bleed-inner h2{font-size:clamp(30px,3.8vw,44px);}
.full-bleed-inner p{margin-top:16px;color:var(--text-dim);font-size:17px;line-height:1.75;}
.full-bleed-inner .btn{margin-top:26px;}
@media(max-width:760px){.full-bleed-inner{padding:48px 32px;max-width:none;}}

/* Industry cards (Home, Section 2) */
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;}
.industry-card{
  position:relative;border-radius:var(--radius);overflow:hidden;min-height:360px;
  background-size:cover;background-position:center;display:flex;align-items:flex-end;
}
.industry-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg, rgba(19,18,17,0.92) 0%, rgba(19,18,17,0.15) 65%);}
.industry-card-body{position:relative;z-index:2;padding:26px 22px;}
.industry-card-body .eyebrow{margin-bottom:8px;}
.industry-card-body h3{font-size:19px;}
.industry-card-body p{margin-top:8px;font-size:14px;color:var(--text-dim);line-height:1.6;}
@media(max-width:1080px){.industry-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.industry-grid{grid-template-columns:1fr;}.industry-card{min-height:280px;}}

/* About Us — text-only intro (no hero image) */
.text-hero{padding:130px 0 40px;}
.text-hero .wrap{max-width:900px;}
.text-hero h1{font-size:clamp(40px,6vw,68px);line-height:1.08;font-weight:800;max-width:820px;}
.text-hero p.lead{margin-top:24px;font-size:17.5px;max-width:640px;color:var(--text-dim);line-height:1.8;}

/* Core values — bigger 2x2 grid */
.values-grid-lg{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border-radius:var(--radius);overflow:hidden;}
.value-cell{background:var(--bg-2);padding:48px 44px;}
.value-cell .icon-badge{width:54px;height:54px;margin-bottom:22px;}
.value-cell .icon-badge svg{width:24px;height:24px;}
.value-cell h3{font-size:22px;}
.value-cell p{margin-top:14px;font-size:16.5px;line-height:1.75;color:var(--text-dim);max-width:440px;}
@media(max-width:760px){.values-grid-lg{grid-template-columns:1fr;}.value-cell{padding:36px 28px;}}

/* Our Business — logo-forward cards, no photography */
.logo-feature{
  border:1px solid var(--line);border-radius:var(--radius);
  padding:56px;display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center;
  margin-bottom:20px;
}
.logo-feature-mark{
  height:180px;border-radius:12px;background:var(--bg-3);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;padding:24px;
}
.logo-feature-mark img{max-height:100%;max-width:100%;object-fit:contain;}
.logo-feature-body h3{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(28px,3vw,36px);}
.logo-feature-body p{margin-top:16px;color:var(--text-dim);font-size:16.5px;line-height:1.75;max-width:460px;}
@media(max-width:760px){.logo-feature{grid-template-columns:1fr;padding:36px;}.logo-feature-mark{height:140px;}}

.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.logo-card{border:1px solid var(--line);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;transition:border-color .2s ease, transform .2s ease;}
.logo-card:hover{border-color:var(--card-color,var(--gold-2));transform:translateY(-3px);}
.logo-card-mark{
  height:70px;display:flex;align-items:center;margin-bottom:24px;
}
.logo-card-mark .wordmark{font-family:'Playfair Display',serif;font-weight:600;font-size:22px;color:var(--card-color,var(--gold-1));}
.logo-card .eyebrow{font-size:12px;display:block;line-height:1.5;}
.logo-card .eyebrow::before{display:none;}
.logo-card h4{font-family:'Playfair Display',serif;font-weight:600;font-size:20px;margin-top:6px;}
.logo-card p{margin-top:10px;font-size:15px;color:var(--text-dim);line-height:1.65;flex-grow:1;}
.logo-card .ob-linkrow{margin-top:18px;padding-top:16px;border-top:1px solid var(--line-soft);font-size:14px;}
@media(max-width:920px){.logo-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.logo-grid{grid-template-columns:1fr;}}

/* Partnership band — bigger */
.partner-lg{
  border:1px solid var(--gold-3);border-radius:var(--radius);
  padding:76px 64px;text-align:center;
}
.partner-lg h2{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(30px,4vw,48px);}
.partner-lg p{margin:20px auto 0;max-width:560px;color:var(--text-dim);font-size:17px;line-height:1.8;}
.partner-lg .btn{margin-top:30px;}

/* Simple footer without socials */
.footer-simple{border-top:1px solid var(--line);padding:64px 0 30px;}
.footer-simple-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;}
.footer-simple-grid img{height:52px;margin-bottom:16px;}
.footer-simple-grid p{color:var(--text-faint);font-size:15px;line-height:1.7;max-width:320px;}
.footer-simple-col h4{font-size:14px;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-dim);margin-bottom:16px;}
.footer-simple-col a, .footer-simple-col span{display:block;font-size:15.5px;color:var(--text-faint);margin-bottom:10px;}
.footer-simple-col a:hover{color:var(--gold-1);}
.footer-simple-bottom{margin-top:44px;padding-top:22px;border-top:1px solid var(--line-soft);font-size:14px;color:var(--text-faint);}
@media(max-width:760px){.footer-simple-grid{grid-template-columns:1fr;}}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;}
@media(max-width:860px){.contact-grid{grid-template-columns:1fr;gap:36px;}}
.info-block{display:flex;gap:16px;margin-bottom:32px;}
.info-icon{
  width:44px;height:44px;border-radius:50%;border:1.5px solid var(--gold-2);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.info-icon svg{width:18px;height:18px;stroke:var(--gold-1);fill:none;stroke-width:1.6;}
.info-label{font-size:13px;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-1);font-weight:600;}
.info-block p{margin-top:6px;color:var(--text-dim);font-size:16px;line-height:1.6;}

.form-field{margin-bottom:16px;}
.form-field input, .form-field textarea{
  width:100%;background:var(--bg-2);border:1px solid var(--line);border-radius:12px;
  padding:16px 18px;color:var(--text);font-family:'Inter',sans-serif;font-size:16px;
}
.form-field textarea{min-height:120px;resize:vertical;}
.form-field input::placeholder, .form-field textarea::placeholder{color:var(--text-faint);}
.form-field input:focus, .form-field textarea:focus{outline:none;border-color:var(--gold-2);}
.form-submit{width:100%;border:none;cursor:pointer;padding:16px;font-size:16px;}
.form-note{margin-top:14px;font-size:13.5px;color:var(--text-faint);text-align:center;}

/* ---------- FOOTER ---------- */
footer.site-footer{border-top:1px solid var(--line);padding:70px 0 30px;}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;}
.footer-grid .brand img{height:38px;margin-bottom:16px;}
.footer-grid p{color:var(--text-faint);font-size:15px;line-height:1.7;max-width:280px;}
.footer-col h4{font-size:14.5px;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-dim);margin-bottom:16px;}
.footer-col a, .footer-col span{display:block;font-size:15.5px;color:var(--text-faint);margin-bottom:10px;}
.footer-col a:hover{color:var(--gold-1);}
.socials{display:flex;gap:10px;}
.socials a{
  width:36px;height:36px;border-radius:50%;border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
}
.socials a:hover{border-color:var(--gold-2);color:var(--gold-1);}
.socials svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.6;}
.footer-bottom{margin-top:50px;padding-top:24px;border-top:1px solid var(--line-soft);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:14px;color:var(--text-faint);}
@media(max-width:860px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr;}}
