
:root{
  --trc-charcoal:#070b0d;
  --trc-graphite:#0d1214;
  --trc-panel:#111719;
  --trc-stone:#f2eee7;
  --trc-muted:#c6cbc7;
  --trc-muted-2:#909894;
  --trc-green:#8da35f;
  --trc-green-dark:#536437;
  --trc-line:rgba(255,255,255,.16);
  --trc-max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--trc-charcoal);
  color:var(--trc-stone);
  font-family:Inter, Arial, sans-serif;
  font-weight:300;
}
a{color:inherit;text-decoration:none}
.trc-page{overflow:hidden;background:var(--trc-charcoal)}
.trc-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:20;
  padding:34px 5vw 0;
}
.trc-nav{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  max-width:1440px;
  margin:auto;
}
.trc-logo img{
  width:190px;
  height:auto;
  display:block;
}
.trc-menu{
  display:flex;
  gap:38px;
  align-items:center;
  color:#e7ece9;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:500;
}
.trc-menu a{
  opacity:.92;
  transition:opacity .25s ease,color .25s ease;
}
.trc-menu a:hover{opacity:1;color:var(--trc-green)}
.trc-hero{
  min-height:760px;
  height:100vh;
  background:
    linear-gradient(90deg,rgba(5,8,10,.92) 0%,rgba(5,8,10,.72) 38%,rgba(5,8,10,.10) 100%),
    url('../images/hero-mountain-expedition.webp') center center / cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  padding:120px 5vw 70px;
}
.trc-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:30%;
  background:linear-gradient(0deg,rgba(7,11,13,.75),transparent);
}
.trc-hero-inner{
  max-width:1440px;
  margin:auto;
  width:100%;
  position:relative;
  z-index:3;
}
.trc-hero-content{max-width:710px}
.trc-hero h1,
.trc-section h2,
.trc-team-name,
.trc-perspectives h2{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-weight:400;
  line-height:1.02;
  margin:0;
  letter-spacing:.015em;
}
.trc-hero h1{
  font-size:clamp(48px,6vw,86px);
  text-transform:uppercase;
}
.trc-hero-line{
  width:64px;
  height:1px;
  background:var(--trc-green);
  margin:36px 0 28px;
}
.trc-hero p{
  max-width:590px;
  color:#d7dcda;
  line-height:1.75;
  font-size:18px;
}
.trc-scroll{
  margin-top:46px;
  display:flex;
  flex-direction:column;
  gap:10px;
  color:#d7dcda;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.23em;
}
.trc-scroll:before{
  content:"";
  width:1px;
  height:58px;
  background:linear-gradient(var(--trc-line),var(--trc-green));
  display:block;
  margin-left:1px;
}
.trc-scroll:after{
  content:"↓";
  font-size:20px;
  line-height:1;
  color:#d7dcda;
}
.trc-section{
  padding:70px 5vw;
}
.trc-container{
  max-width:var(--trc-max);
  margin:auto;
}
.trc-eyebrow{
  color:var(--trc-green);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:12px;
  font-weight:600;
  margin-bottom:22px;
}
.trc-firm{
  background:
    linear-gradient(90deg,rgba(16,22,24,.98),rgba(16,22,24,.88)),
    url('../images/dark-stone-texture.webp') center center / cover no-repeat;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.09);
}
.trc-firm-grid{
  min-height:230px;
  display:grid;
  grid-template-columns:1fr 1px 1.2fr;
  gap:54px;
  align-items:center;
}
.trc-section h2{
  font-size:clamp(34px,4vw,48px);
  text-transform:uppercase;
}
.trc-divider{
  width:1px;
  min-height:140px;
  background:var(--trc-line);
}
.trc-body{
  color:#d5d9d6;
  font-size:18px;
  line-height:1.85;
  max-width:540px;
}
.trc-approach{
  background:#080d0f;
}
.trc-approach-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border-top:1px solid var(--trc-line);
  border-bottom:1px solid var(--trc-line);
}
.trc-approach-card{
  padding:38px 36px 42px;
  border-right:1px solid var(--trc-line);
}
.trc-approach-card:last-child{border-right:none}
.trc-approach-card img{
  width:48px;
  height:48px;
  margin-bottom:24px;
}
.trc-approach-card h3{
  color:#f0f1ef;
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:.18em;
  font-weight:500;
  margin:0 0 18px;
}
.trc-approach-card p{
  color:#c3c9c5;
  line-height:1.72;
  margin:0;
  font-size:16px;
}
.trc-team{
  background:radial-gradient(circle at 50% 0%,rgba(46,58,56,.35),transparent 42%),#080d0f;
  padding-bottom:0;
  border-top:1px solid rgba(255,255,255,.06);
}
.trc-team-grid{
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  gap:42px;
  align-items:end;
}
.trc-team-divider{
  width:1px;
  align-self:stretch;
  background:var(--trc-line);
}
.trc-person{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:34px;
  align-items:end;
}
.trc-portrait{
  align-self:end;
  width:280px;
  height:340px;
  position:relative;
  overflow:hidden;
  background:transparent;
}
.trc-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  mix-blend-mode:normal;
}
.trc-person-copy{
  padding-bottom:40px;
}
.trc-team-name{
  font-size:36px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.trc-role{
  color:var(--trc-green);
  text-transform:uppercase;
  letter-spacing:.26em;
  font-size:12px;
  font-weight:600;
  margin:12px 0 20px;
}
.trc-person-copy p{
  color:#c3c9c5;
  line-height:1.72;
  font-size:16px;
  margin:0 0 25px;
}
.trc-view{
  color:#f2eee7;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  display:inline-flex;
  gap:18px;
  align-items:center;
}
.trc-view span{color:var(--trc-green);font-size:24px;line-height:0}
.trc-perspectives{
  min-height:230px;
  background:
    linear-gradient(90deg,rgba(7,10,12,.90) 0%,rgba(7,10,12,.72) 34%,rgba(7,10,12,.18) 100%),
    url('../images/perspectives-mountain-band.webp') center center / cover no-repeat;
  display:flex;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.09);
}
.trc-perspectives h2{
  font-size:42px;
  max-width:460px;
}
.trc-perspectives-link{
  margin-top:18px;
  display:inline-flex;
  gap:18px;
  align-items:center;
  color:#f1eee8;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
}
.trc-perspectives-link span{color:var(--trc-green);font-size:22px}
.trc-footer{
  background:#070c0e;
  padding:54px 5vw 34px;
  border-top:1px solid rgba(255,255,255,.12);
}
.trc-footer-grid{
  max-width:var(--trc-max);
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr .7fr .8fr .7fr 1.3fr;
  gap:42px;
  align-items:start;
}
.trc-footer-logo img{width:170px}
.trc-footer h4{
  margin:0 0 12px;
  color:var(--trc-green);
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:11px;
}
.trc-footer p,.trc-footer a{
  display:block;
  margin:0 0 6px;
  color:#bdc4c0;
  font-size:13px;
  line-height:1.5;
}
.trc-footer-callout{
  border:1px solid rgba(141,163,95,.55);
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:22px;
  color:#f2eee7;
  text-transform:uppercase;
  letter-spacing:.14em;
  line-height:1.6;
}
.trc-copyright{
  max-width:var(--trc-max);
  margin:28px auto 0;
  text-align:center;
  color:#777f7b;
  font-size:12px;
}

@media(max-width:1100px){
  .trc-menu{gap:20px;font-size:10px}
  .trc-team-grid{grid-template-columns:1fr}
  .trc-team-divider{display:none}
}
@media(max-width:900px){
  .trc-header{padding-top:22px}
  .trc-logo img{width:145px}
  .trc-menu{display:none}
  .trc-hero{min-height:740px;align-items:flex-end;padding-bottom:70px}
  .trc-firm-grid{grid-template-columns:1fr;gap:25px}
  .trc-divider{width:100%;height:1px;min-height:1px}
  .trc-approach-grid{grid-template-columns:1fr}
  .trc-approach-card{border-right:none;border-bottom:1px solid var(--trc-line)}
  .trc-person{grid-template-columns:1fr}
  .trc-portrait{width:260px;height:320px}
  .trc-person-copy{padding-bottom:25px}
  .trc-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .trc-section,.trc-footer,.trc-hero,.trc-header{padding-left:24px;padding-right:24px}
  .trc-hero h1{font-size:42px}
  .trc-hero p{font-size:16px}
  .trc-footer-grid{grid-template-columns:1fr}
}
