:root{
  --black:#030303;
  --panel:#0b0a08;
  --panel-soft:#120f0c;
  --gold:#e5a85d;
  --gold-light:#f2c489;
  --line:rgba(229,168,93,.45);
  --text:#f8f4ee;
  --muted:#d9d0c5;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:radial-gradient(circle at 50% 0%, #17120c 0%, #050505 42%, #000 100%);
  color:var(--text);
  font-family:Inter, Arial, sans-serif;
  line-height:1.5;
}

img{max-width:100%;display:block}
a{color:inherit}
.container{
  width:min(1120px, calc(100% - 32px));
  margin-inline:auto;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:#000000;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.nav{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold);
  text-decoration:none;
  font-weight:800;
  letter-spacing:.04em;
  font-size:1.28rem;
}
.brand-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:2px solid var(--gold);
  border-radius:14px;
  font-size:1.2rem;
}
.desktop-nav{
  display:flex;
  align-items:center;
  gap:34px;
  font-weight:800;
  font-size:.85rem;
  text-transform:uppercase;
}
.desktop-nav a{
  text-decoration:none;
  color:#fff;
  padding:28px 0 20px;
  border-bottom:3px solid transparent;
}
.desktop-nav a.active,
.desktop-nav a:hover{
  color:var(--gold-light);
  border-color:var(--gold);
}
.phone{
  display:inline-flex;
  align-items:center;
  gap:7px;
  text-decoration:none;
  color:#fff;
  font-size:1.05rem;
}
.phone span{color:var(--gold)}

/* Hero */
.hero{
  position:relative;
  min-height:570px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.45) 35%, rgba(0,0,0,.04) 75%),
    url("peptides-hero.png") center center / cover no-repeat;
}
.hero-inner{
  position:relative;
  z-index:2;
}
.hero-copy{
  max-width:500px;
}
.hero h1{
  margin:0;
  font-family:Cinzel, Georgia, serif;
  font-size:clamp(2.6rem, 5vw, 4.6rem);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:600;
  text-transform:none;
}
.hero h1 span{
  display:block;
  color:var(--gold-light);
}
.gold-line{
  width:70px;
  height:3px;
  background:var(--gold);
  margin-top:32px;
}

/* Statement */
.brand-statement{
  background:#020202;
  padding:36px 0 30px;
  text-align:center;
}
.brand-statement h2{
  margin:0;
  font-family:Cinzel, Georgia, serif;
  text-transform:uppercase;
  letter-spacing:.42em;
  font-size:clamp(1.15rem, 3.1vw, 2rem);
  font-weight:600;
}
.brand-statement span{color:var(--gold)}

/* Contact */
.contact{padding:38px 0 30px}
.panel{
  padding:44px 60px;
  border:1px solid var(--line);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 10%, rgba(229,168,93,.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.section-heading{text-align:center;margin-bottom:30px}
.section-heading h2{
  margin:0;
  font-family:Cinzel, Georgia, serif;
  font-size:clamp(2.1rem, 4vw, 3.8rem);
  line-height:1;
  color:var(--gold-light);
}
.section-heading h2 span{color:var(--gold)}
.section-heading p{
  margin:12px auto 0;
  color:var(--muted);
  max-width:720px;
}

.hp{position:absolute!important;left:-9999px!important;opacity:0!important}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 24px;
}
label span{
  display:block;
  font-size:.01px;
  height:1px;
  overflow:hidden;
}
input, textarea, select{
  width:100%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(6,6,6,.58);
  color:#fff;
  border-radius:9px;
  padding:17px 19px;
  font:inherit;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
textarea{resize:vertical;min-height:150px}
select{
  color:#cfc8bf;
  appearance:none;
  background-image:linear-gradient(45deg, transparent 50%, var(--gold) 50%),linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position:calc(100% - 22px) 52%, calc(100% - 15px) 52%;
  background-size:7px 7px, 7px 7px;
  background-repeat:no-repeat;
}
input:focus, textarea:focus, select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(229,168,93,.12);
}
::placeholder{color:#9f9992}
.full{grid-column:1 / -1}
.btn{
  border:0;
  border-radius:11px;
  background:linear-gradient(180deg, #f3c282, #e5a85d);
  color:#080604;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  padding:17px 30px;
  transition:transform .18s ease, filter .18s ease;
}
.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.contact-form .btn{
  display:block;
  min-width:260px;
  margin:28px auto 0;
}

/* Newsletter */
.newsletter{padding:0 0 34px}
.newsletter-panel{
  display:flex;
  align-items:center;
  gap:22px;
  border:1px solid rgba(229,168,93,.35);
  border-radius:16px;
  padding:28px 32px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  overflow:hidden;
}
.newsletter-icon{
  flex:0 0 72px;
  height:72px;
  border:1px solid var(--gold);
  border-radius:50%;
  color:var(--gold);
  display:grid;
  place-items:center;
  font-size:1.9rem;
}
.newsletter-copy{
  flex:1 1 auto;
  min-width:260px;
}
.newsletter-copy h2{
  margin:0;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:1.35rem;
}
.newsletter-copy h2 span{color:var(--gold)}
.newsletter-copy p{
  margin:4px 0 0;
  color:#efe7dc;
  font-size:.93rem;
}
.newsletter-form{
  flex:0 1 470px;
  display:flex;
  align-items:stretch;
  gap:12px;
  min-width:0;
}
.newsletter-form label{
  flex:1 1 auto;
  min-width:0;
}
.newsletter-form input{
  height:58px;
  min-width:0;
}
.newsletter-form .btn{
  flex:0 0 150px;
  padding-inline:18px;
}

/* Footer */
.footer{
  padding:12px 0 34px;
  text-align:center;
}
.social-links{
  display:flex;
  justify-content:center;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.83rem;
  margin-bottom:14px;
}
.social-links a{text-decoration:none}
.social-links a:hover{color:var(--gold-light)}
.social-links span{color:#7a6040}
.footer p{
  margin:0;
  color:#b8afa5;
  font-size:.83rem;
}

/* Tablet */
@media (max-width:900px){
  .nav{min-height:78px}
  .desktop-nav{display:none}
  .brand{font-size:1.05rem}
  .brand-icon{width:36px;height:36px}
  .phone{font-size:.95rem}
  .hero{
    min-height:520px;
    background:
      linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.56) 48%, #050505 100%),
      url("hero-reference.png") center top / contain no-repeat;
    align-items:flex-end;
    padding-bottom:46px;
  }
  .hero-copy{max-width:440px}
  .panel{padding:38px 28px}
  .newsletter-panel{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .newsletter-form{
    flex:1 1 100%;
    max-width:none;
  }
}

/* Mobile */
@media (max-width:600px){
  .container{width:min(100% - 24px, 1120px)}
  .nav{
    min-height:70px;
    gap:12px;
  }
  .brand span:last-child{font-size:.96rem}
  .phone{
    font-size:.86rem;
    white-space:nowrap;
  }
  .hero{
    min-height:480px;
    padding-bottom:32px;
    background:
      linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.45) 44%, #050505 100%),
      url("hero-reference.png") center top / contain no-repeat;
  }
  .hero h1{
    font-size:clamp(2rem, 11vw, 3.1rem);
  }
  .gold-line{margin-top:22px}
  .brand-statement{padding:28px 0 24px}
  .brand-statement h2{letter-spacing:.22em}
  .contact{padding-top:26px}
  .panel{
    padding:32px 18px;
    border-radius:15px;
  }
  .section-heading{margin-bottom:24px}
  .form-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  input, textarea, select{
    padding:15px 16px;
    border-radius:8px;
  }
  .contact-form .btn{
    width:100%;
    min-width:0;
  }
  .newsletter-panel{
    padding:24px 18px;
    gap:14px;
    flex-direction:column;
  }
  .newsletter-icon{
    width:58px;
    height:58px;
    flex-basis:58px;
    font-size:1.5rem;
  }
  .newsletter-copy{min-width:0}
  .newsletter-copy h2{
    font-size:1.05rem;
    letter-spacing:.14em;
  }
  .newsletter-form{
    width:100%;
    flex-direction:column;
  }
  .newsletter-form .btn{
    flex:auto;
    width:100%;
  }
}


.logo{
  height:56px;
  width:auto;
  display:block;
}

.hero{
  background:
    linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.45) 35%,rgba(0,0,0,.04) 75%),
    url('https://i.imgur.com/AYYnKEH.png') center center/cover no-repeat !important;
}

@media (max-width:900px){
.hero{
  background:
    linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.56) 48%,#050505 100%),
    url('https://i.imgur.com/AYYnKEH.png') center top/contain no-repeat !important;
}
}
@media (max-width:600px){
.hero{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.45) 44%,#050505 100%),
    url('https://i.imgur.com/AYYnKEH.png') center top/contain no-repeat !important;
}
}
