@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root{
  --bg:#f1f0ec;
  --paper:#f8f8f5;
  --ink:#11120f;
  --muted:#676863;
  --line:#d5d6d0;
  --acid:#d8ff3e;
  --dark:#11120f;
  --radius:28px;
  --container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:"DM Sans",sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 48px),var(--container));margin:0 auto}
.site-shell{overflow:hidden}

.site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  transition:.3s ease;
}
.site-header.scrolled{
  background:rgba(241,240,236,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(17,17,17,.08);
}
.nav-wrap{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.brand{width:108px;display:flex;align-items:center}
.brand img,.footer-brand img{width:100%;height:auto}
.desktop-nav{display:flex;gap:32px;margin-left:auto}
.desktop-nav a{
  font-size:14px;
  color:#3b3a36;
  position:relative;
}
.desktop-nav a:after{
  content:"";
  position:absolute;
  left:0;bottom:-6px;
  width:100%;height:1px;
  background:#111;
  transform:scaleX(0);
  transform-origin:right;
  transition:.25s;
}
.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}
.nav-cta{
  border:1px solid #1d1d1b;
  padding:12px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}
.menu-btn{display:none;background:none;border:0;padding:8px}
.menu-btn span{display:block;width:24px;height:1px;background:#111;margin:6px 0}
.mobile-menu{display:none}

.hero{
  min-height:100vh;
  position:relative;
  padding:150px 0 78px;
  display:flex;
  align-items:center;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:64px;
  align-items:center;
}
.hero-copy{position:relative;z-index:2}
.eyebrow{
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  margin:0 0 22px;
}
.hero h1,
.section h2{
  font-family:"Manrope",sans-serif;
  letter-spacing:-.055em;
  font-weight:500;
  margin:0;
}
.hero h1{
  font-size:clamp(58px,7vw,104px);
  line-height:.92;
  max-width:760px;
}
.hero h1 span{
  display:inline-block;
  background:var(--acid);
  padding:0 .09em .06em;
  transform:rotate(-1.5deg);
}
.hero-text{
  max-width:650px;
  font-size:19px;
  line-height:1.65;
  color:#55534e;
  margin:34px 0 0;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:26px;
  margin-top:38px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border-radius:999px;
  padding:0 24px;
  border:1px solid transparent;
  transition:.25s ease;
  font-weight:600;
}
.btn-dark{background:var(--dark);color:white}
.btn-dark:hover{transform:translateY(-2px);background:#262724}
.text-link{font-size:14px;font-weight:600}
.text-link span{margin-left:5px}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:64px;
  padding-top:24px;
  border-top:1px solid var(--line);
}
.hero-proof strong{display:block;font-size:14px;margin-bottom:7px}
.hero-proof span{display:block;font-size:12px;color:var(--muted);line-height:1.45}

.hero-visual{
  min-height:600px;
  position:relative;
}
.visual-card{
  position:absolute;
  border:1px solid rgba(17,17,17,.14);
  box-shadow:0 30px 80px rgba(52,45,32,.08);
}
.card-main{
  inset:26px 28px 58px 10px;
  background:#171814;
  color:#f6f4ef;
  border-radius:34px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transform:rotate(2deg);
}
.visual-top,.visual-bottom{
  display:flex;
  justify-content:space-between;
  gap:14px;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#bbbdb3;
}
.visual-bottom{flex-wrap:wrap}
.visual-center p{
  font-size:13px;
  color:#a8aa9f;
  margin:0 0 12px;
}
.visual-center h2{
  font-size:clamp(46px,4.8vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:0;
  font-weight:500;
}
.card-note{
  right:-8px;
  bottom:8px;
  width:240px;
  background:var(--acid);
  border-radius:22px;
  padding:22px;
  transform:rotate(-5deg);
  z-index:4;
}
.card-note span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.card-note strong{font-size:23px}
.grid-markers{
  position:absolute;
  left:-44px;
  top:70px;
  width:110px;height:110px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  opacity:.7;
}
.grid-markers i{width:5px;height:5px;border-radius:50%;background:#111}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.32}
.orb-one{width:420px;height:420px;background:#e7ff8f;right:-180px;top:150px}
.orb-two{width:260px;height:260px;background:#c9d6ff;left:-120px;bottom:40px}

.signal-strip{
  border-top:1px solid #1c1c1a;
  border-bottom:1px solid #1c1c1a;
  overflow:hidden;
  background:#1a1b18;
  color:#f2f1ed;
}
.signal-track{
  width:max-content;
  padding:18px 0;
  display:flex;
  gap:24px;
  align-items:center;
  animation:marquee 26s linear infinite;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.signal-track b{color:var(--acid);font-size:18px}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{padding:130px 0}
.two-col{display:grid;grid-template-columns:.42fr 1fr;gap:80px}
.section-label{display:flex;gap:16px;font-size:12px;text-transform:uppercase;letter-spacing:.13em}
.section-label span{color:#8b8881}
.section-label p{margin:0}
.intro-copy h2{
  font-size:clamp(42px,5.3vw,78px);
  line-height:1.02;
  max-width:950px;
}
.intro-copy p{
  max-width:820px;
  font-size:18px;
  line-height:1.75;
  color:#5d5b56;
}
.intro-copy p:first-of-type{margin-top:38px}

.portfolio{background:var(--paper)}
.section-head{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:60px;
  align-items:end;
  margin-bottom:64px;
}
.section-head h2{
  font-size:clamp(44px,5vw,72px);
  line-height:1.02;
}
.section-head>p{
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  margin:0;
}
.venture-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}
.venture-card{
  min-height:380px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:#f7f5f0;
}
.venture-card.featured{
  grid-row:span 2;
  min-height:778px;
  background:#181916;
  color:white;
}
.card-index{font-size:11px;color:#888a82}
.featured .card-index{color:#8e9187}
.card-kicker{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:#8a877f;
}
.featured .card-kicker{color:#aaa99f}
.venture-card h3{
  font-family:"Manrope",sans-serif;
  font-size:clamp(32px,3vw,50px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:500;
  max-width:520px;
  margin:10px 0 18px;
}
.venture-card p:not(.card-kicker){
  color:#6c6961;
  line-height:1.65;
  max-width:580px;
}
.featured p:not(.card-kicker){color:#b9bab3}
.card-tags{display:flex;gap:8px;flex-wrap:wrap}
.card-tags span{
  border:1px solid #ccc8bd;
  padding:8px 12px;
  border-radius:999px;
  font-size:11px;
}
.featured .card-tags span{border-color:#43443e}

.why{background:#191a17;color:#f6f5f0}
.why-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}
.why-sticky{align-self:start;position:sticky;top:130px}
.why-sticky h2{
  font-size:clamp(44px,5vw,70px);
  line-height:1;
}
.why-sticky>p:last-child{
  color:#aaa99f;
  font-size:17px;
  line-height:1.7;
  max-width:520px;
}
.why-list article{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:22px;
  padding:38px 0;
  border-bottom:1px solid #353630;
}
.why-list article:first-child{border-top:1px solid #353630}
.why-list article>span{font-size:11px;color:#777970}
.why-list h3{
  font-family:"Manrope",sans-serif;
  font-size:28px;
  margin:0 0 12px;
  font-weight:500;
}
.why-list p{color:#aaa99f;line-height:1.7;margin:0}

.principle{padding-top:90px}
.principle-card{
  background:var(--acid);
  border-radius:36px;
  padding:60px;
}
.principle-card>p{
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:11px;
  margin:0 0 18px;
}
.principle-card>h2{
  font-size:clamp(48px,6vw,86px);
  max-width:920px;
  line-height:.96;
}
.principle-line{height:1px;background:rgba(17,17,17,.24);margin:60px 0 26px}
.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.principle-grid span{font-size:10px;display:block;margin-bottom:24px}
.principle-grid strong{font-family:"Manrope";font-size:21px;display:block}
.principle-grid p{font-size:13px;line-height:1.5;max-width:180px}

.process-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.process-item{padding:32px 28px 36px;border-right:1px solid var(--line)}
.process-item:last-child{border-right:0}
.process-item>span{font-size:11px;color:#8b8880}
.process-item h3{font-size:20px;font-family:"Manrope";margin:54px 0 12px}
.process-item p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}

.investor-fit{padding-top:40px}
.fit-card{
  border:1px solid var(--line);
  border-radius:34px;
  padding:54px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  background:#f8f6f1;
}
.fit-card h2{font-size:clamp(42px,4.5vw,64px);line-height:1}
.fit-list p{
  margin:0;
  padding:16px 0;
  border-bottom:1px solid var(--line);
  display:flex;
  gap:12px;
  font-size:15px;
}
.fit-list span{font-weight:700}

.contact-section{background:#0f100e;color:#f5f4ef}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.contact-copy h2{font-size:clamp(46px,5vw,70px);line-height:1}
.contact-copy>p{color:#a9aaa3;line-height:1.7;max-width:540px}
.contact-direct{display:flex;flex-direction:column;gap:10px;margin-top:42px}
.contact-direct a{font-size:20px}
.contact-form{
  background:#181916;
  border:1px solid #32332e;
  border-radius:28px;
  padding:34px;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form label{display:block;margin-bottom:20px}
.contact-form label>span{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#9b9d94;
  margin-bottom:9px;
}
.contact-form input,
.contact-form textarea,
.contact-form select{
  width:100%;
  border:1px solid #393a34;
  background:#11120f;
  color:white;
  border-radius:12px;
  padding:15px 16px;
  outline:none;
  transition:.2s;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{border-color:#d8ff3e}
.contact-form textarea{resize:vertical}
.submit-btn{background:var(--acid);color:#111;width:100%;border:0}
.submit-btn:hover{background:#e2ff71}
.form-note{font-size:11px;color:#85877f;line-height:1.5;margin:13px 0 0}

footer{background:#0f100e;color:white;padding:0 0 30px}
.footer-main{
  padding:42px 0;
  border-top:1px solid #292a26;
  border-bottom:1px solid #292a26;
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-end;
}
.footer-brand{width:180px}
.footer-brand img{filter:brightness(0) invert(1)}
.footer-brand p{font-size:12px;color:#8f9188;margin:16px 0 0}
.footer-links{display:flex;gap:24px;flex-wrap:wrap}
.footer-links a{font-size:12px;color:#d6d6d1}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:24px;color:#777970;font-size:11px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1024px){
  .desktop-nav{display:none}
  .hero-grid{grid-template-columns:1fr;gap:52px}
  .hero{padding-top:135px}
  .hero-visual{min-height:520px}
  .card-main{inset:20px 80px 50px 80px}
  .grid-markers{left:20px}
  .two-col,.why-layout,.contact-grid{grid-template-columns:1fr;gap:55px}
  .why-sticky{position:static}
  .section-head{grid-template-columns:1fr;gap:24px}
  .section-head>p{max-width:620px}
  .fit-card{grid-template-columns:1fr;gap:38px}
}

@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .nav-wrap{height:72px}
  .nav-cta{display:none}
  .menu-btn{display:block}
  .mobile-menu{
    position:fixed;
    left:14px;right:14px;top:78px;
    background:#11120f;
    color:#fff;
    border-radius:20px;
    padding:16px;
    flex-direction:column;
    z-index:60;
    box-shadow:0 30px 80px rgba(0,0,0,.25);
  }
  .mobile-menu.open{display:flex}
  .mobile-menu a{padding:15px 10px;border-bottom:1px solid #2b2c28}
  .mobile-menu a:last-child{border-bottom:0;color:var(--acid)}
  .hero{min-height:auto;padding:120px 0 54px}
  .hero h1{font-size:clamp(50px,16vw,76px)}
  .hero-text{font-size:16px}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:18px}
  .hero-proof{grid-template-columns:1fr;gap:20px}
  .hero-visual{min-height:470px}
  .card-main{inset:10px 18px 48px 10px;padding:22px;border-radius:26px}
  .card-note{width:190px;right:0;padding:17px}
  .grid-markers{display:none}
  .section{padding:90px 0}
  .two-col{gap:35px}
  .intro-copy h2,.section-head h2{font-size:43px}
  .intro-copy p{font-size:16px}
  .venture-grid{grid-template-columns:1fr}
  .venture-card.featured{grid-row:auto;min-height:500px}
  .venture-card{min-height:340px}
  .why-layout{gap:46px}
  .principle-card{padding:38px 24px;border-radius:26px}
  .principle-card>h2{font-size:46px}
  .principle-grid{grid-template-columns:1fr 1fr;gap:30px}
  .process-row{grid-template-columns:1fr}
  .process-item{border-right:0;border-bottom:1px solid var(--line)}
  .process-item:last-child{border-bottom:0}
  .process-item h3{margin-top:30px}
  .fit-card{padding:34px 24px}
  .contact-grid{gap:48px}
  .contact-form{padding:24px}
  .form-row{grid-template-columns:1fr;gap:0}
  .footer-main,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-links{flex-direction:column;gap:12px}
}

@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}


/* Dedicated Shires Investor identity */
.investor-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:auto;
  color:var(--ink);
}
.brand-mark{
  width:30px;
  height:30px;
  border-radius:9px;
  background:var(--dark);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:3px;
  padding:6px;
}
.brand-mark i{
  display:block;
  width:3px;
  height:14px;
  border-radius:4px;
  background:var(--acid);
  transform:skew(-24deg);
}
.brand-mark i:nth-child(2){height:18px}
.brand-mark i:nth-child(3){height:11px}
.brand-word{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand-word b{
  font-family:"Manrope",sans-serif;
  font-size:15px;
  letter-spacing:.08em;
  font-weight:700;
}
.brand-word small{
  margin-top:5px;
  font-size:7px;
  letter-spacing:.28em;
  color:#777971;
  font-weight:600;
}
.footer-investor-brand{width:190px}
.footer-investor-brand .brand-mark{background:#f3f3ef}
.footer-investor-brand .brand-mark i{background:#11120f}
.footer-investor-brand .brand-word{color:#fff}
.footer-investor-brand .brand-word small{color:#888a82}
.footer-investor-brand .brand-mark{flex:none}

/* Refined hero visual */
.card-main{
  background:#171815;
  border-color:#30322c;
  transform:rotate(1deg);
}
.visual-center .mini-label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  letter-spacing:.15em;
  color:#a5a79e;
  margin-bottom:18px;
}
.mini-label span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--acid);
}
.visual-center h2 em{
  font-style:normal;
  color:#d8ff3e;
}
.visual-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  border-top:1px solid #363831;
  padding-top:18px;
}
.visual-metrics div{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.visual-metrics span{
  font-size:9px;
  color:#74776e;
}
.visual-metrics strong{
  font-size:11px;
  font-weight:500;
  color:#e4e4df;
}
.card-note{
  background:#f8f8f5;
  border-color:#cfd0c9;
  color:#11120f;
}
.card-note span{
  color:#777971;
}
.card-note strong{
  line-height:1.08;
}
