@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
:root{--red:#ed1c24;--yellow:#ffc900;--black:#080808;--white:#fff;--gray:#f4f4f4}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--black);background:#fff}a{text-decoration:none;color:inherit}
.site-header{height:88px;background:#080808;color:#fff;display:flex;align-items:center;padding:0 4%;gap:30px;position:sticky;top:0;z-index:50;border-bottom:2px solid #191919}.brand img{width:190px;height:75px;object-fit:contain}.nav{display:flex;gap:25px;align-items:center;justify-content:center;flex:1}.nav a{font-size:12px;font-weight:800;text-transform:uppercase;color:#ddd;padding:34px 0}.nav a:hover,.nav a.active{color:var(--yellow);border-bottom:3px solid var(--yellow)}.header-cta,.btn{font-weight:900;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.header-cta{background:var(--yellow);color:#080808;padding:15px 24px;font-size:13px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:555px;background:#080808;color:#fff;position:relative;overflow:hidden;display:flex}.hero-copy{width:50%;padding:72px 0 45px 7%;position:relative;z-index:3}.eyebrow{color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:2px}.hero h1{font-size:56px;line-height:.98;margin:18px 0;font-weight:900;font-style:italic;letter-spacing:-2px}.hero h1 span{color:var(--yellow)}.hero h1 strong{color:var(--red)}.hero-text{font-size:19px;line-height:1.5;max-width:500px;color:#eee}.hero-actions{display:flex;gap:18px;margin:26px 0 30px}.btn{min-height:47px;padding:0 24px;font-size:12px;letter-spacing:.2px}.btn-yellow{background:var(--yellow);color:#080808;border:2px solid var(--yellow)}.btn-outline{border:2px solid #fff;color:#fff}.btn-outline:hover{border-color:var(--yellow);color:var(--yellow)}.trust-row{display:flex;gap:32px}.trust-row div{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800;text-transform:uppercase}.trust-row b{font-size:28px;color:var(--red)}.hero-visual{position:absolute;right:0;top:0;width:60%;height:100%;background:url('assets/hero-van.jpg') center/cover no-repeat;opacity:.9}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080808 0%,#080808 30%,rgba(8,8,8,.75) 48%,rgba(8,8,8,.05) 78%)}.hero-slash{position:absolute;bottom:-100px;right:-80px;width:500px;height:160px;background:linear-gradient(150deg,var(--red) 0 50%,var(--yellow) 50%);transform:rotate(-10deg);z-index:4}
.section-title{display:flex;align-items:center;gap:25px}.section-title span{display:block;height:2px;background:var(--red);flex:1}.section-title h2{font-size:26px;font-weight:900;margin:0}.section-title.compact{padding:30px 4% 20px}.section-title.compact h2{white-space:nowrap}.deliver-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:0 4% 30px}.deliver-grid div{text-align:center;border-right:1px solid #ddd;padding:15px 8px;min-height:95px;display:flex;flex-direction:column;justify-content:center;gap:10px}.deliver-grid div:last-child{border:0}.deliver-grid i{font-size:31px;color:var(--red);font-style:normal}.deliver-grid div:nth-child(even) i{color:var(--yellow)}.deliver-grid b{font-size:10px;text-transform:uppercase}
.dark-section{background:#090909;color:#fff;padding:58px 4%;display:grid;grid-template-columns:1.1fr .9fr;gap:50px}.section-title.left{gap:15px;justify-content:flex-start;margin-bottom:30px}.section-title.left span{flex:none;width:55px;background:var(--yellow)}.section-title.left h2{font-size:27px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.steps article{text-align:center;position:relative}.steps em{display:inline-flex;width:36px;height:36px;border-radius:50%;background:var(--red);align-items:center;justify-content:center;font-style:normal;font-weight:900;margin-bottom:15px}.steps article:nth-child(even) em{background:var(--yellow);color:#111}.step-icon{font-size:33px;margin-bottom:12px}.steps h3{color:var(--red);font-size:11px;margin:0 0 8px}.steps article:nth-child(even) h3{color:var(--yellow)}.steps p{font-size:11px;line-height:1.6;color:#ccc}.stress-free{border:1px solid var(--red);border-radius:5px;margin-top:35px;padding:18px;display:flex;gap:15px;align-items:center}.stress-free b{font-size:28px;color:var(--red)}.stress-free strong{font-size:13px}.stress-free span{font-size:11px;color:#ccc}
.quote-card{background:#111;border:1px solid var(--red);border-radius:7px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.3)}.quote-head{background:linear-gradient(90deg,var(--red),#c91017);text-align:center;padding:17px}.quote-head h2{margin:0;font-size:23px}.quote-head p{color:var(--yellow);font-size:11px;font-weight:800;margin:4px 0 0}.quote-card form{padding:18px;display:flex;flex-direction:column;gap:10px}.quote-card input,.quote-card select,.quote-card textarea{width:100%;border:0;border-radius:3px;padding:12px;font:500 11px Montserrat,Arial,sans-serif}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.submit{width:100%;cursor:pointer;border:0}.quote-card small{color:#aaa;font-size:8px;text-align:center}.form-success{display:none;color:var(--yellow);font-size:10px;text-align:center;padding:8px}.form-success.show{display:block}
.why-area{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:55px 7%;background:#fff}.why ul{list-style:none;padding:0;margin:0}.why li{font-size:13px;font-weight:600;padding:9px 0 9px 26px;position:relative}.why li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}.area p{font-size:13px;line-height:1.6}.map-placeholder{height:210px;border-radius:7px;background:radial-gradient(circle at center,#ffd6d6 0,#f7f7f7 45%,#ddd 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.map-placeholder span{font-size:48px;color:var(--red)}.map-placeholder small{font-weight:800;color:#555}
footer{background:linear-gradient(90deg,#c90f16,var(--red));color:#fff;display:grid;grid-template-columns:1.5fr 1fr .8fr;gap:50px;padding:35px 7%;align-items:center}.footer-brand img{width:190px;height:65px;object-fit:contain}.footer-brand p{font-weight:800;margin:5px 0}.footer-brand h3,footer h3{color:var(--yellow);font-size:12px}footer p{font-size:11px}.footer-btn{display:inline-block;background:var(--yellow);color:#111;padding:13px 18px;font-weight:900;font-size:11px;border-radius:3px}
@media(max-width:1000px){.nav{gap:13px}.nav a{font-size:10px}.hero h1{font-size:46px}.deliver-grid{grid-template-columns:repeat(4,1fr)}.deliver-grid div:nth-child(4){border-right:0}.dark-section{grid-template-columns:1fr}.why-area{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.site-header{height:72px;padding:0 5%;gap:12px}.brand img{width:150px;height:60px}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:#080808;flex-direction:column;gap:0;padding:10px 5%;align-items:stretch}.nav.open{display:flex}.nav a{padding:13px 0;border-bottom:1px solid #222}.header-cta{display:none}.hero{min-height:650px}.hero-copy{width:100%;padding:55px 6%;background:linear-gradient(90deg,#080808 0%,rgba(8,8,8,.92) 70%,rgba(8,8,8,.65))}.hero-visual{width:100%;opacity:.35}.hero h1{font-size:47px}.hero-actions{flex-direction:column;max-width:280px}.trust-row{gap:15px;flex-direction:column}.deliver-grid{grid-template-columns:repeat(2,1fr)}.deliver-grid div{border-bottom:1px solid #ddd}.deliver-grid div:nth-child(even){border-right:0}.dark-section{padding:45px 6%}.steps{grid-template-columns:repeat(2,1fr);gap:20px}.two{grid-template-columns:1fr}.why-area{padding:45px 6%}footer{grid-template-columns:1fr;padding:35px 7%}}


/* FINAL HERO FIX — selected artwork is the complete hero */
.final-image-hero{
  display:block !important;
  position:relative;
  width:100%;
  min-height:0 !important;
  height:auto !important;
  background:#080808 !important;
  overflow:hidden;
}
.final-image-hero::after,
.final-image-hero::before{
  display:none !important;
}
.final-hero-image{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
}
@media(max-width:720px){
  .final-image-hero{
    min-height:0 !important;
    height:auto !important;
  }
  .final-hero-image{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}


/* ABOUT + EQUIPMENT */
.inner-page{background:#080808;color:#fff}.inner-page a{color:inherit}.inner-header{min-height:74px;padding:0 4vw;display:flex;align-items:center;gap:25px;background:#050505;border-bottom:1px solid #252525}.inner-header .brand img{width:155px;max-height:62px;object-fit:contain}.inner-nav{display:flex;gap:20px;align-items:center;margin-left:auto}.inner-nav a{font-weight:800;font-size:.72rem;text-decoration:none;white-space:nowrap}.inner-nav a:hover{color:#ffc400}.inner-quote-btn,.page-cta,.secondary-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900}.inner-quote-btn{background:#ffc400;color:#080808!important;padding:15px 20px;border-radius:5px;margin-left:10px}.page-hero,.equipment-hero{display:grid;grid-template-columns:44% 56%;min-height:560px;background:#080808}.page-hero-copy,.equipment-hero>div{padding:80px 6vw;display:flex;flex-direction:column;justify-content:center}.page-hero img,.equipment-hero img{width:100%;height:100%;object-fit:cover;min-height:560px}.eyebrow{color:#ffc400;font-weight:900;letter-spacing:.08em;font-size:.82rem}.page-hero h1,.equipment-hero h1{font-size:clamp(3rem,6vw,6rem);font-style:italic;line-height:.88;margin:15px 0 24px;font-weight:1000}.page-hero h1 span,.equipment-hero h1 span{color:#ffc400}.page-hero-copy>p:not(.eyebrow),.equipment-hero>div>p:not(.eyebrow){font-size:1.15rem;line-height:1.55;color:#e6e6e6}.page-cta{background:#ffc400;color:#080808!important;padding:17px 25px;border-radius:4px;margin-top:18px;align-self:flex-start}.content-section{padding:80px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.content-section img{width:100%;max-height:650px;object-fit:cover;border-radius:4px}.content-section h2,.values-section h2,.fit-check h2{font-size:clamp(2rem,4vw,4.2rem);line-height:.95;margin:10px 0 18px}.content-section h3{color:#ffc400}.content-section p{font-size:1.04rem;line-height:1.75;color:#d7d7d7}.values-section{padding:80px 7vw;background:#111}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}.value-grid article,.equipment-capability-cards article{background:#080808;border:1px solid #292929;border-top:4px solid #ffc400;padding:30px}.value-grid article>span{color:#ef1b23;font-size:2rem;font-weight:1000}.value-grid p{color:#cfcfcf;line-height:1.65}.text-link{color:#ffc400!important;font-weight:900;text-decoration:none}.equipment-hero{min-height:500px}.equipment-hero img{min-height:500px;object-position:center}.equipment-summary{display:grid;grid-template-columns:repeat(4,1fr);background:#ffc400;color:#080808}.equipment-summary div{padding:26px 18px;text-align:center;border-right:1px solid rgba(0,0,0,.2)}.equipment-summary strong{display:block;font-size:2rem;font-weight:1000}.equipment-summary span{font-size:.78rem;font-weight:900}.equipment-details{align-items:start}.spec-table{margin-top:28px;border-top:1px solid #333}.spec-table div{display:flex;justify-content:space-between;gap:25px;padding:15px 0;border-bottom:1px solid #333}.spec-table strong{color:#ffc400;text-align:right}.fine-print{font-size:.78rem!important;color:#999!important}.equipment-capability-cards{display:grid;gap:18px}.equipment-capability-cards article strong{color:#ffc400;font-size:2rem}.equipment-capability-cards article h3{color:#fff}.fit-check{padding:85px 7vw;text-align:center;background:#0d0d0d}.fit-check p:not(.eyebrow){max-width:760px;margin:0 auto 20px;color:#d0d0d0;line-height:1.7}.fit-check .page-cta{margin:15px 8px 0}.secondary-cta{border:2px solid #fff;padding:15px 24px;border-radius:4px;margin:15px 8px 0}.inner-footer{padding:35px 7vw;display:flex;justify-content:space-between;gap:30px;border-top:1px solid #292929;color:#aaa;line-height:1.7}.inner-footer strong{color:#fff}.inner-footer a{color:#ffc400;text-decoration:none;font-weight:900}
@media(max-width:900px){.inner-header{flex-wrap:wrap;padding:12px 5vw}.inner-nav{order:3;width:100%;overflow-x:auto;margin:0;padding:8px 0}.page-hero,.equipment-hero{grid-template-columns:1fr}.page-hero-copy,.equipment-hero>div{padding:55px 7vw}.page-hero img,.equipment-hero img{min-height:0;height:auto;max-height:520px}.content-section{grid-template-columns:1fr;padding:60px 7vw;gap:35px}.community-story img{order:2}.value-grid{grid-template-columns:1fr}.equipment-summary{grid-template-columns:1fr 1fr}}@media(max-width:520px){.inner-header .brand img{width:105px}.inner-quote-btn{padding:11px 12px;font-size:.68rem}.page-hero h1,.equipment-hero h1{font-size:3rem}.equipment-summary strong{font-size:1.4rem}.spec-table div{display:block}.spec-table strong{display:block;text-align:left;margin-top:5px}.inner-footer{display:block}}

/* OFFICIAL TRIPLE DELTAS LOGO */
.site-header .brand img,
.header .brand img,
header .logo,
header img[alt*="Triple Deltas"]{
  object-fit: contain;
  object-position: center;
}


/* ABOUT US HERO + USAF BADGE FIX */
.about-page-hero{
  position:relative !important;
  overflow:hidden !important;
  background:#080808 !important;
}
.about-page-hero::before,
.about-page-hero::after,
.about-page-hero .page-hero-copy::before,
.about-page-hero .page-hero-copy::after{
  content:none !important;
  display:none !important;
  background:none !important;
}
.about-page-hero > img:not(.about-usaf-badge){
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  position:relative !important;
  z-index:1 !important;
}
.about-page-hero .page-hero-copy{
  position:relative !important;
  z-index:3 !important;
  background:#080808 !important;
}
.about-usaf-badge{
  position:absolute !important;
  top:24px !important;
  right:28px !important;
  width:min(300px,24vw) !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:contain !important;
  z-index:5 !important;
  opacity:1 !important;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.5)) !important;
  pointer-events:none;
}
@media(max-width:900px){
  .about-usaf-badge{
    width:210px !important;
    top:18px !important;
    right:18px !important;
  }
}
@media(max-width:600px){
  .about-usaf-badge{
    width:150px !important;
    top:12px !important;
    right:12px !important;
  }
}

/* FINAL OFFICIAL HEADER LOGO */
header .brand,
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  background:#050505 !important;
  overflow:hidden !important;
}
header .brand img,
.site-header .brand img,
header img[alt*="Triple Deltas"]{
  content:url("assets/triple-deltas-header-logo.jpg") !important;
  width:155px !important;
  height:62px !important;
  max-width:155px !important;
  max-height:62px !important;
  object-fit:contain !important;
  object-position:center !important;
  opacity:1 !important;
}
@media(max-width:600px){
  header .brand img,
  .site-header .brand img,
  header img[alt*="Triple Deltas"]{
    width:115px !important;
    height:52px !important;
  }
}


/* ABOUT US — USER-APPROVED ORIGINAL PHOTOS ONLY */
.about-original-main{background:#080808;color:#fff}
.about-intro{padding:72px 7vw 54px;background:linear-gradient(135deg,#080808,#121212);border-bottom:1px solid #2b2b2b}
.about-intro-copy{max-width:900px}
.about-original-main .eyebrow{color:#ffc400;font-weight:900;letter-spacing:.08em;font-size:.82rem}
.about-intro h1,.about-owner-copy h2,.about-community-copy h2{font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:.98;margin:10px 0 18px;font-weight:1000}
.about-intro h1{color:#ffc400}
.about-intro p,.about-owner-copy p,.about-community-copy p{color:#d5d5d5;line-height:1.75;font-size:1.04rem}

.about-owner-section{padding:72px 7vw;display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:start}
.about-owner-copy h3{color:#ffc400;margin-top:0}
.about-values{display:grid;gap:16px;margin-top:30px}
.about-values article{border-left:4px solid #ffc400;background:#111;padding:20px 22px}
.about-values h4{margin:0 0 7px;color:#fff;font-size:1.05rem}
.about-values p{margin:0;font-size:.95rem}

.about-service-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-service-gallery figure{margin:0}
.about-service-gallery img{display:block;width:100%;height:430px;object-fit:cover;border-radius:4px}
.military-disclaimer{grid-column:1/-1;margin:2px 0 0;color:#aaa!important;font-size:.82rem!important;line-height:1.55!important;font-style:italic}

.about-community-section{padding:72px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center;background:#111}
.about-community-photo img{width:100%;max-height:620px;object-fit:cover;border-radius:4px;display:block}
.about-community-copy .page-cta{display:inline-flex;margin-top:15px;background:#ffc400;color:#080808!important;padding:16px 24px;border-radius:4px;text-decoration:none;font-weight:900}

@media(max-width:900px){
  .about-owner-section,.about-community-section{grid-template-columns:1fr}
  .about-service-gallery img{height:auto}
}
@media(max-width:560px){
  .about-service-gallery{grid-template-columns:1fr}
  .military-disclaimer{grid-column:1}
  .about-intro,.about-owner-section,.about-community-section{padding-left:6vw;padding-right:6vw}
}

/* Veteran legal cleanup */
.visible-disclaimer{
  display:block !important;
  width:100% !important;
  margin:14px 0 28px !important;
  padding:14px 16px !important;
  box-sizing:border-box !important;
  color:#d8d8d8 !important;
  background:#111 !important;
  border-left:3px solid #ffc400 !important;
  font-size:.86rem !important;
  line-height:1.55 !important;
}


/* ABOUT US — REBUILT WITH EXACT USER-UPLOADED PHOTOS */
.about-rebuilt-main{background:#090909;color:#fff}
.about-rebuilt-intro{padding:72px 7vw 56px;background:#101010;border-bottom:1px solid #292929}
.about-rebuilt-intro .eyebrow,
.about-rebuilt-owner .eyebrow{color:#ffc400;font-weight:900;letter-spacing:.08em;font-size:.82rem}
.about-rebuilt-intro h1{margin:12px 0 22px;color:#ffc400;font-size:clamp(2.8rem,5vw,5.4rem);line-height:.95}
.about-rebuilt-intro p{max-width:1100px;color:#ddd;font-size:1.1rem;line-height:1.7}

.about-rebuilt-owner{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;padding:72px 7vw;align-items:start}
.about-owner-text h2{margin:8px 0 6px;font-size:clamp(2.2rem,4vw,4.4rem);line-height:1}
.about-owner-text h3{margin:0 0 20px;color:#ffc400}
.about-owner-text>p{color:#d4d4d4;line-height:1.7}
.about-values{display:grid;gap:14px;margin-top:28px}
.about-values article{padding:18px 20px;background:#121212;border-left:4px solid #ffc400}
.about-values h4{margin:0 0 7px}
.about-values p{margin:0;color:#ccc;line-height:1.6}

.about-photo-block{width:100%}
.about-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-photo-grid figure{margin:0;background:#000}
.about-photo-grid img{display:block;width:100%;height:440px;object-fit:contain;background:#000;border-radius:4px}
.military-disclaimer{display:block!important;margin:14px 0 0!important;padding:14px 16px!important;color:#e0e0e0!important;background:#111!important;border-left:4px solid #ffc400!important;font-size:.88rem!important;line-height:1.55!important;font-style:italic!important}

@media(max-width:900px){
  .about-rebuilt-owner{grid-template-columns:1fr}
}
@media(max-width:650px){
  .about-photo-grid{grid-template-columns:1fr}
  .about-photo-grid img{height:auto}
  .about-rebuilt-intro,.about-rebuilt-owner{padding-left:6vw;padding-right:6vw}
}


/* FAMILY / COMMUNITY — isolated About Us addition */
.family-community-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
  padding:72px 7vw;
  background:#111;
  color:#fff;
  border-top:1px solid #292929;
}
.family-community-photo img{
  display:block;
  width:100%;
  max-height:680px;
  object-fit:contain;
  background:#080808;
  border-radius:4px;
}
.family-community-copy .eyebrow{
  color:#ffc400;
  font-weight:900;
  letter-spacing:.08em;
  font-size:.82rem;
}
.family-community-copy h2{
  margin:10px 0 20px;
  font-size:clamp(2.2rem,4vw,4.4rem);
  line-height:1;
}
.family-community-copy p{
  color:#d5d5d5;
  line-height:1.75;
  font-size:1.04rem;
}
.family-community-cta{
  display:inline-flex;
  margin-top:16px;
  padding:16px 24px;
  background:#ffc400;
  color:#080808!important;
  text-decoration:none;
  font-weight:900;
  border-radius:4px;
}
@media(max-width:900px){
  .family-community-section{grid-template-columns:1fr}
}
@media(max-width:650px){
  .family-community-section{padding:56px 6vw}
  .family-community-photo img{max-height:none}
}


/* SERVICE AREA MAP — working master addition only */
.service-map-card{
  margin-top:18px;
  border:1px solid #ddd;
  border-radius:8px;
  overflow:hidden;
  background:#0b0b0b;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.service-map-copy{
  padding:16px 18px 14px;
  background:#0b0b0b;
  color:#fff;
}
.service-map-copy strong{
  display:block;
  color:#ffc400;
  font-size:.92rem;
  letter-spacing:.035em;
  margin-bottom:5px;
}
.service-map-copy span{
  display:block;
  color:#ddd;
  font-size:.78rem;
  line-height:1.5;
}
.service-map-frame{
  height:300px;
  background:#eee;
}
.service-map-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.service-area-towns{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:12px 14px 14px;
  background:#fff;
}
.service-area-towns span{
  display:inline-block;
  padding:6px 10px;
  border:1px solid #e4e4e4;
  border-radius:999px;
  background:#fafafa;
  color:#222;
  font-size:.72rem;
  font-weight:800;
}
@media(max-width:700px){
  .service-map-frame{height:260px}
}

.service-map-copy .service-base-address{
  color:#fff;
  font-weight:800;
  margin:4px 0 5px;
}
