/* ==========================================================================
   Stoneridge Commercial Real Estate — design system
   Sister to Stoneridge Decks & Outdoor Living: same bones, oxblood not navy.
   Prefix: srcre-
   ========================================================================== */

/* ---------- fonts ---------- */
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-400.woff2) format('woff2')}
@font-face{font-family:'Barlow';font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-500.woff2) format('woff2')}
@font-face{font-family:'Barlow';font-style:normal;font-weight:600;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-600.woff2) format('woff2')}
@font-face{font-family:'Barlow';font-style:normal;font-weight:700;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-700.woff2) format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-condensed-500.woff2) format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-condensed-600.woff2) format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/wp-content/uploads/fonts/barlow-condensed-700.woff2) format('woff2')}

/* ---------- tokens ---------- */
.srcre-page,
.srcre-foot{
  --ox:#64282A;
  --ox-hi:#7d3235;
  --ox-deep:#4a1d1f;
  --ink:#1a1a1a;
  --black:#0e0e0e;
  --body:#555;
  --muted:#7a7370;
  --line:#e3ddda;
  --wash:#f7f4f3;
  --white:#fff;
  --disp:'Barlow Condensed','Oswald','Arial Narrow',sans-serif;
  --sans:'Barlow','Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  font-family:var(--sans);
  color:var(--body);
  font-size:16px;
  line-height:1.75;
  overflow-x:hidden;
}

/* Full-bleed the page out of the theme container. */
.srcre-page{width:100%;max-width:100%;margin:0;padding:0}

/* ---------- structure ---------- */
.srcre-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.srcre-narrow{max-width:760px;margin:0 auto;padding:0 24px}
.srcre-sec{padding:84px 0}
.srcre-sec-sm{padding:42px 0}
@media(max-width:640px){
  .srcre-sec{padding:56px 0}
  .srcre-sec-sm{padding:32px 0}
}

/* ---------- type ---------- */
.srcre-page h1,.srcre-page h2,.srcre-page h3,.srcre-page h4{
  font-family:var(--disp);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.005em;
  line-height:1.06;
  color:var(--ink);
  margin:0 0 18px;
  text-wrap:balance;
}
.srcre-page h1{font-size:clamp(32px,5vw,58px)}
.srcre-page h2{font-size:clamp(26px,3.6vw,42px)}
.srcre-page h3{font-size:clamp(19px,1.9vw,24px)}
.srcre-page h4{font-size:clamp(17px,1.6vw,20px)}
.srcre-page p{margin:0 0 18px}
.srcre-page p:last-child{margin-bottom:0}
.srcre-page a{color:var(--ox);text-decoration:none}
.srcre-page a:hover{color:var(--ox-hi)}
.srcre-page img{max-width:100%;height:auto;display:block}

/* THE signature eyebrow: letterspaced label with a short accent dash. */
.srcre-label{
  display:flex;align-items:center;gap:12px;
  font-family:var(--sans);
  font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--ox);margin:0 0 18px;line-height:1.4;
}
.srcre-label::before{content:"";width:34px;height:2px;background:var(--ox);flex:none}
.srcre-label.on-dark{color:rgba(255,255,255,.92)}
.srcre-label.on-dark::before{background:var(--ox-hi)}
.srcre-label.centered{justify-content:center}

.srcre-lede{font-size:17px;line-height:1.8;color:var(--body);max-width:64ch}
.srcre-rule{height:1px;background:var(--line);position:relative;margin:0}
.srcre-rule::before{content:"";position:absolute;left:0;top:0;width:120px;height:3px;background:var(--ox);transform:translateY(-1px)}

/* ---------- buttons ---------- */
.srcre-btn,.srcre-btn-ghost{
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--sans);
  font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  padding:16px 32px;border-radius:4px;border:1px solid transparent;
  cursor:pointer;transition:background .25s,color .25s,border-color .25s,transform .25s,box-shadow .25s;
  line-height:1.2;text-align:center;
}
.srcre-btn{background:var(--ox);color:#fff}
.srcre-btn:hover{background:var(--ox-hi);color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px rgba(100,40,42,.45)}
.srcre-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.srcre-btn-ghost:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff;transform:translateY(-3px)}
.srcre-btn-ghost.on-light{color:var(--ink);border-color:var(--line)}
.srcre-btn-ghost.on-light:hover{background:var(--wash);border-color:var(--ox);color:var(--ox)}
.srcre-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

/* ---------- hero ---------- */
.srcre-hero{position:relative;min-height:74vh;display:flex;align-items:center;overflow:hidden;background:var(--black)}
.srcre-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.srcre-hero::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(105deg,rgba(14,14,14,.82) 0%,rgba(14,14,14,.55) 45%,rgba(14,14,14,.18) 100%);
}
.srcre-hero .srcre-hero-in{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:120px 24px 96px}
.srcre-hero-card{
  background:rgba(20,18,18,.72);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;padding:48px 44px;max-width:700px;
}
.srcre-hero-card h1{color:#fff}
.srcre-hero-card h1 .l2{display:block;color:var(--ox-hi);filter:brightness(1.5)}
.srcre-hero-card p{color:rgba(255,255,255,.9);font-size:17px;line-height:1.75;max-width:56ch}
@media(max-width:640px){
  .srcre-hero{min-height:0}
  .srcre-hero .srcre-hero-in{padding:88px 20px 64px}
  .srcre-hero-card{padding:32px 24px}
  .srcre-actions .srcre-btn,.srcre-actions .srcre-btn-ghost{width:100%}
}

/* Keyword chip row — the Decks signature device. */
.srcre-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;padding:0;list-style:none}
.srcre-chips li{
  font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  padding:7px 12px;border-radius:3px;line-height:1.3;
  background:rgba(255,255,255,.1);color:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.14);
}
.srcre-chips.on-light li{background:var(--wash);color:var(--ink);border-color:var(--line)}

/* ---------- stats band ---------- */
.srcre-stats{background:var(--black);color:#fff}
.srcre-stats .grid{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:repeat(4,1fr);
}
.srcre-stats .cell{padding:42px 16px;text-align:center;border-left:1px solid rgba(255,255,255,.1)}
.srcre-stats .cell:first-child{border-left:none}
.srcre-stats em{
  display:block;font-family:var(--disp);font-style:normal;font-weight:700;
  font-size:clamp(30px,3.6vw,44px);line-height:1;color:#fff;margin-bottom:8px;
}
.srcre-stats span{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62)}
@media(max-width:860px){.srcre-stats .grid{grid-template-columns:repeat(2,1fr)}.srcre-stats .cell:nth-child(3){border-left:none}.srcre-stats .cell:nth-child(n+3){border-top:1px solid rgba(255,255,255,.1)}}

/* ---------- two column ---------- */
.srcre-2col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}
.srcre-2col .media{border-radius:8px;overflow:hidden;height:clamp(280px,40vw,480px)}
.srcre-2col .media img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.srcre-2col{grid-template-columns:1fr}.srcre-2col .media{height:280px;order:-1}}

/* ---------- service / property cards ---------- */
.srcre-grid{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}
.srcre-grid.c3{grid-template-columns:repeat(3,1fr)}
.srcre-grid.c4{grid-template-columns:repeat(4,1fr)}
.srcre-card{
  background:#fff;padding:32px 28px;display:flex;flex-direction:column;
  transition:background .25s,transform .25s;position:relative;
}
a.srcre-card:hover{background:var(--wash);transform:translateY(-2px)}
.srcre-card h3{margin:0 0 10px;display:flex;align-items:flex-start;gap:10px;color:var(--ink)}
.srcre-card h3 .arw{margin-left:auto;color:var(--ox);font-family:var(--sans);font-weight:700;font-size:18px;line-height:1;transition:transform .25s}
a.srcre-card:hover h3 .arw{transform:translateX(4px)}
.srcre-card p{font-size:14.5px;line-height:1.7;color:var(--body);margin:0}
.srcre-card .tick{width:34px;height:3px;background:var(--ox);margin:0 0 18px;border-radius:2px}
@media(max-width:900px){.srcre-grid.c3,.srcre-grid.c4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.srcre-grid.c3,.srcre-grid.c4{grid-template-columns:1fr}}

/* ---------- featured asset (bento) ---------- */
.srcre-feature{background:var(--wash)}
.srcre-bento{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:12px}
.srcre-bento a{overflow:hidden;border-radius:6px;display:block}
.srcre-bento a img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.srcre-bento a:hover img{transform:scale(1.05)}
.srcre-bento .feat{grid-column:1;grid-row:1 / span 2}
@media(max-width:860px){.srcre-bento{grid-template-columns:1fr 1fr;grid-template-rows:200px 160px 160px}.srcre-bento .feat{grid-column:1 / span 2;grid-row:1}}

/* ---------- dark why section ---------- */
.srcre-why{background:var(--black);color:rgba(255,255,255,.78)}
.srcre-why h2,.srcre-why h3{color:#fff}
.srcre-why .items{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:44px}
.srcre-why .item p{font-size:15px;line-height:1.8;color:rgba(255,255,255,.7);margin:0}
.srcre-why .tick{width:34px;height:3px;background:var(--ox-hi);filter:brightness(1.4);margin:0 0 18px;border-radius:2px}
@media(max-width:900px){.srcre-why .items{grid-template-columns:1fr;gap:32px}}

/* ---------- team ---------- */
.srcre-team{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.srcre-team .person img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:6px;margin-bottom:14px;filter:grayscale(1);transition:filter .4s}
.srcre-team .person:hover img{filter:grayscale(0)}
.srcre-team .person h3{font-size:18px;margin:0 0 2px}
.srcre-team .person span{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ox)}
@media(max-width:900px){.srcre-team{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.srcre-team{grid-template-columns:repeat(2,1fr);gap:18px}}

/* ---------- markets ---------- */
.srcre-markets{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.srcre-markets a{background:#fff;padding:22px 24px;display:flex;align-items:center;gap:12px;font-weight:600;color:var(--ink);font-size:15px;transition:background .2s,color .2s}
.srcre-markets a::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--ox);flex:none}
.srcre-markets a:hover{background:var(--ox);color:#fff}
.srcre-markets a:hover::before{background:#fff}
@media(max-width:900px){.srcre-markets{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.srcre-markets{grid-template-columns:1fr}}

/* ---------- CTA band ----------
   Was a flat oxblood field with a diagonal stripe overlay, which read as a
   different site from every other band on the page. Now a photo under a dark
   scrim, same language as the hero. Per-page image via --cta-img. */
.srcre-cta{
  position:relative;overflow:hidden;color:#fff;
  background-color:var(--black);
  background-image:var(--cta-img,none);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.srcre-cta::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(14,14,14,.9) 0%,rgba(14,14,14,.78) 100%);
}
.srcre-cta .srcre-wrap{position:relative;z-index:1;text-align:center}
.srcre-cta h2{color:#fff}
.srcre-cta p{color:rgba(255,255,255,.86);max-width:60ch;margin-left:auto;margin-right:auto}
.srcre-cta .srcre-actions{justify-content:center}

/* ---------- contact / form ---------- */
.srcre-contact{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,56px);align-items:start}
.srcre-contact .form-wrap{background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px}
.srcre-contact iframe{width:100%;border:0;display:block;border-radius:6px}
.srcre-info{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:18px}
.srcre-info li{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}
.srcre-info .k{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ox);grid-column:1 / -1;margin-bottom:-12px}
.srcre-info strong{font-size:17px;color:var(--ink);font-weight:600;grid-column:1 / -1}
.srcre-info small{font-size:13.5px;color:var(--muted);grid-column:1 / -1}
.srcre-map{border-radius:8px;overflow:hidden;border:1px solid var(--line);margin-top:28px}
.srcre-map iframe{width:100%;height:300px;border:0;display:block}
@media(max-width:900px){.srcre-contact{grid-template-columns:1fr}}

/* ---------- FAQ (restyles UIkit accordion) ---------- */
.srcre-faq .uk-accordion-title{
  font-family:var(--disp);text-transform:uppercase;font-weight:600;
  font-size:19px;color:var(--ink);padding:20px 0;border-bottom:1px solid var(--line);
}
.srcre-faq .uk-accordion-title::before{background-image:none;content:"+";font-family:var(--sans);font-weight:700;color:var(--ox);font-size:22px;width:auto;height:auto;line-height:1}
.srcre-faq .uk-open>.uk-accordion-title::before{content:"\2212"}
.srcre-faq .uk-accordion-content{margin-top:0;padding:18px 0 24px;font-size:15.5px;line-height:1.8}

/* ---------- reviews ---------- */
.srcre-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.srcre-quote{background:#fff;border:1px solid var(--line);border-radius:8px;padding:30px 28px;display:flex;flex-direction:column}
.srcre-quote p{font-size:15.5px;line-height:1.8;color:var(--body);flex:1;margin:0 0 18px}
.srcre-quote .nm{font-weight:700;color:var(--ink);font-size:14.5px}
.srcre-quote .stars{color:#e8a33d;letter-spacing:2px;margin-bottom:14px;font-size:15px}
@media(max-width:900px){.srcre-quotes{grid-template-columns:1fr}}

/* ---------- theme chrome fixes ---------- */
/* Kill the container padding ONLY on the container that actually wraps our page
   block. The earlier blanket `.srcre-page-host .uk-container` also hit the
   HEADER's container, which stripped its max-width and gutters and ran the nav
   flush to the viewport edge (Contact Us was clipped at 2699px on a wide
   screen). Scope it, and restore the header/toolbar to the content measure. */
.srcre-page-host .tm-main .uk-container,
.srcre-page-host .uk-container:has(.srcre-page){max-width:none;padding:0}
html body .srcre-page-host .tm-header .uk-container{
  max-width:1200px;padding-left:24px;padding-right:24px;
}
.srcre-page-host .tm-page{padding-top:0}
.srcre-page-host .tm-main{padding-top:0;padding-bottom:0}

@media(prefers-reduced-motion:reduce){
  .srcre-page *,.srcre-page *::before,.srcre-page *::after{
    animation-duration:.01ms !important;animation-iteration-count:1 !important;
    transition-duration:.01ms !important;scroll-behavior:auto !important;
  }
}

/* ==========================================================================
   v2 — specificity fixes and theme chrome
   `.srcre-page a` (0,1,1) was out-specifying `.srcre-btn` (0,1,0), which
   painted button labels oxblood on an oxblood ground. Anchor colour rules
   below are all raised above it deliberately.
   ========================================================================== */
.srcre-page a.srcre-btn,
.srcre-page a.srcre-btn:hover{color:#fff}
.srcre-page a.srcre-btn-ghost,
.srcre-page a.srcre-btn-ghost:hover{color:#fff}
.srcre-page a.srcre-btn-ghost.on-light{color:var(--ink)}
.srcre-page a.srcre-btn-ghost.on-light:hover{color:var(--ox)}
.srcre-page .srcre-cta a.srcre-btn{background:var(--ox);color:#fff}
.srcre-page .srcre-cta a.srcre-btn:hover{background:var(--ox-hi);color:#fff}
.srcre-page .srcre-markets a{color:var(--ink)}
.srcre-page .srcre-markets a:hover{color:#fff}
.srcre-page a.srcre-card{color:inherit}
.srcre-page .srcre-bento a{color:inherit}
.srcre-page .srcre-faq .uk-accordion-title{color:var(--ink)}
.srcre-page .srcre-faq .uk-accordion-title:hover{color:var(--ox)}

/* ==========================================================================
   v4 — KW Commercial affiliation lockup + captioned portfolio bento
   ========================================================================== */

/* The KW mark is red + mid-grey with a transparent ground, so it reads on both
   the dark hero card and the light contact panel without recolouring. */
.srcre-kw{
  display:flex;align-items:center;gap:18px;
  margin-top:30px;padding-top:26px;
  border-top:1px solid rgba(255,255,255,.14);
}
.srcre-kw img{width:110px;height:auto;flex:none}
.srcre-kw span{
  font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.6);line-height:1.65;
}
.srcre-kw strong{color:#fff;font-weight:700}
.srcre-kw.on-light{border-top-color:var(--line)}
.srcre-kw.on-light span{color:var(--muted)}
.srcre-kw.on-light strong{color:var(--ink)}
@media(max-width:640px){
  .srcre-kw{flex-direction:column;align-items:flex-start;gap:12px}
}

/* Captions name the actual property, so nobody reads one building as another. */
.srcre-bento a{position:relative}
.srcre-bento .cap{
  position:absolute;left:0;right:0;bottom:0;
  padding:30px 16px 13px;
  font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:#fff;line-height:1.4;
  background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.45) 55%,rgba(0,0,0,0) 100%);
  pointer-events:none;
}

/* ==========================================================================
   v5 — GHL form + Trustindex
   ========================================================================== */

/* GHL ships the iframe with height:100%, which collapses unless the parent has
   a definite height. We size the CONTAINER to the form's own data-height rather
   than editing GHL's markup, which must stay byte-for-byte as delivered. */
/* GHL's iframe ships with height:100%. Sizing the CONTAINER instead created a
   resize feedback loop: form_embed.js measures, writes an inline height, the
   100% child grows, it measures again. Observed result was a 9302px iframe.
   Pin the iframe to its own data-height and let the container be auto. */
.srcre-contact .form-wrap{height:auto;padding:0;border:0;background:transparent}
.srcre-contact .form-wrap iframe{
  height:919px !important;width:100%;display:block;border:0;border-radius:6px;
}

.srcre-trustindex{min-height:60px}
.srcre-trustindex .ti-widget{margin-bottom:0 !important}

/* ==========================================================================
   v8 — sitewide footer
   Lives in the YOOtheme footer builder, outside .srcre-page, so it carries its
   own token scope (see the shared selector at the top of this file).
   ========================================================================== */
.srcre-foot{background:var(--black);color:rgba(255,255,255,.62);font-family:var(--sans);font-size:15px;line-height:1.75}
.srcre-foot a{color:rgba(255,255,255,.62);text-decoration:none;transition:color .2s}
.srcre-foot a:hover{color:#fff}
.srcre-foot .wrap{max-width:1200px;margin:0 auto;padding:0 24px}

.srcre-foot .cols{
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:clamp(28px,4vw,56px);
  padding:72px 0 56px;
}
.srcre-foot h4{
  font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:#fff;margin:0 0 20px;
}
.srcre-foot ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.srcre-foot ul a{font-size:14.5px}

.srcre-foot .brand img{width:190px;height:auto;margin-bottom:20px}
.srcre-foot .brand p{margin:0 0 20px;font-size:14.5px;max-width:42ch;color:rgba(255,255,255,.55)}
.srcre-foot .nap{display:grid;gap:8px;font-size:14.5px}
.srcre-foot .nap strong{color:#fff;font-weight:600;display:block}
.srcre-foot .nap .lbl{
  font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:var(--ox-hi);filter:brightness(1.45);
}

.srcre-foot .kw{
  display:flex;align-items:center;gap:16px;
  margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);
}
.srcre-foot .kw img{width:96px;height:auto}
.srcre-foot .kw span{font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);line-height:1.6}

.srcre-foot .bar{
  border-top:1px solid rgba(255,255,255,.12);
  padding:24px 0 32px;
  display:flex;flex-wrap:wrap;gap:8px 26px;align-items:center;
  font-size:13px;color:rgba(255,255,255,.45);
}
.srcre-foot .bar .legal{display:flex;gap:22px;flex-wrap:wrap;margin-left:auto}
.srcre-foot .bar a{font-size:13px}

@media(max-width:960px){
  .srcre-foot .cols{grid-template-columns:1fr 1fr;gap:36px;padding:56px 0 40px}
  .srcre-foot .brand{grid-column:1 / -1}
}
@media(max-width:560px){
  .srcre-foot .cols{grid-template-columns:1fr}
  .srcre-foot .bar .legal{margin-left:0}
}

/* ==========================================================================
   v9 — interior page hero
   Shorter than the home hero so the content starts higher on money pages.
   ========================================================================== */
.srcre-hero-sub{min-height:0}
.srcre-hero-sub .srcre-hero-in{padding:96px 24px 80px}
.srcre-hero-sub .srcre-hero-card{max-width:760px}
.srcre-hero-sub h1{font-size:clamp(28px,4.2vw,46px)}
@media(max-width:640px){
  .srcre-hero-sub .srcre-hero-in{padding:72px 20px 56px}
}
