:root{
  --black:#101110;
  --cream:#f3eee6;
  --paper:#fbf8f2;
  --gold:#c8922e;
  --gold-bright:#e2ad45;
  --ink:#22231f;
  --muted:#686760;
  --line:#ddd5c8;
  --max:1180px;
  --shadow:0 14px 36px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.5}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}

.site-header{background:var(--black);color:#fff;border-bottom:1px solid rgba(226,173,69,.24)}
.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding-block:7px}
.brand{display:block;width:265px;flex:0 0 265px;text-decoration:none;line-height:0}
.brand img{width:100%;height:auto;object-fit:contain;border:0;outline:0;box-shadow:none;background:transparent}
.header-cta{display:flex;align-items:center;flex-direction:column;gap:6px;margin-left:auto}
.header-phone{color:#f5f2ec;text-decoration:none;font-size:1.08rem;font-weight:800;white-space:nowrap}
.header-phone:hover{color:var(--gold-bright)}
.header-email{color:#d9d7d1;text-decoration:none;font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap}
.header-email:hover{color:var(--gold-bright)}
.header-buttons{display:flex;gap:8px}
.mini-btn{min-width:78px;padding:10px 15px;border:1px solid var(--gold);border-radius:4px;background:linear-gradient(180deg,#e1ac44,#bd8120);color:#141414;text-decoration:none;text-transform:uppercase;font-size:.79rem;font-weight:900;letter-spacing:.055em;text-align:center}
.mini-btn-outline{background:transparent;color:#fff}
.mini-btn:hover{filter:brightness(1.08)}

.hero{background:var(--black);color:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(470px,1.28fr);min-height:350px}
.hero-copy{position:relative;z-index:2;padding:42px 46px 42px 0;display:flex;flex-direction:column;justify-content:center}
.hero-copy:after{content:"";position:absolute;inset:0 -120px 0 -9999px;background:linear-gradient(90deg,#101110 0%,#101110 74%,rgba(16,17,16,.9) 86%,rgba(16,17,16,0) 100%);z-index:-1}
.hero-image{background-image:linear-gradient(90deg,rgba(16,17,16,.18),rgba(16,17,16,0)),url('service-kitchen.jpg');background-size:cover;background-position:center center;min-height:350px}
@supports (background-image: image-set(url('service-kitchen.webp') type('image/webp'))) {
  .hero-image{background-image:linear-gradient(90deg,rgba(16,17,16,.18),rgba(16,17,16,0)),image-set(url('service-kitchen.webp') type('image/webp'),url('service-kitchen.jpg') type('image/jpeg'))}
}
.eyebrow{margin:0 0 7px;color:var(--gold-bright);text-transform:uppercase;letter-spacing:.15em;font-weight:800;font-size:.77rem}
h1{margin:0;font-weight:900;font-size:clamp(2.35rem,4.6vw,4.45rem);line-height:.96;letter-spacing:-.035em;text-transform:uppercase}
h1 span{color:var(--gold-bright)}
.tagline{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:1.24rem;color:#f2eee7;margin:17px 0 8px}
.hero-lede{max-width:560px;font-size:1rem;color:#e2dfd8;margin:0 0 20px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:4px;text-decoration:none;text-transform:uppercase;font-weight:900;letter-spacing:.04em;border:1px solid var(--gold)}
.btn-primary{background:linear-gradient(180deg,#e2ad45,#bd8120);color:#151515}
.btn-secondary{background:#151515;color:#fff}
.btn:hover{filter:brightness(1.07)}

.section{padding:58px 0}
.section-kicker{margin-top:0;color:var(--gold);font-weight:900;letter-spacing:.115em;text-transform:uppercase;font-size:.75rem;margin-bottom:6px}
.section-title{font-weight:900;font-size:clamp(2.05rem,4vw,3.25rem);line-height:1.03;margin:0 0 16px;text-transform:uppercase;letter-spacing:-.03em}
.section-title span{color:var(--gold)}
.section-kicker strong,.about-copy strong,.section-title strong,.legal strong{font-weight:900}
.process .section-title{font-weight:900;font-size:clamp(1.85rem,3.2vw,2.8rem);margin-bottom:0}
.about{padding:58px 0}

.about-grid{display:grid;grid-template-columns:1.22fr .78fr;gap:58px;align-items:center}
.about-copy{padding:8px 6px 8px 0}
.about-copy p{font-size:1.1rem;line-height:1.58;margin:0 0 15px;max-width:760px}
.portrait-card{max-width:360px;justify-self:end;align-self:center;margin:0;background:var(--black);border:1px solid var(--line);box-shadow:0 4px 14px rgba(0,0,0,.08);border-radius:7px;overflow:hidden}
.portrait-card img{width:100%;height:auto;display:block;object-fit:contain}
.portrait-caption{padding:14px 16px 15px;text-align:center;color:#fff;border-top:1px solid rgba(226,173,69,.5)}
.portrait-caption strong{display:block;font-size:1.28rem;letter-spacing:.02em}
.portrait-caption span{display:block;color:var(--gold-bright);font-weight:800;text-transform:uppercase;letter-spacing:.09em;font-size:.82rem;margin-top:4px}
.portrait-card-mobile{display:none}
.portrait-card-desktop{display:block}

.services{background:var(--cream);border-block:1px solid var(--line)}
.services-head{text-align:center;margin-bottom:22px}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.service-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.service-card:hover{transform:translateY(-5px) scale(1.015);box-shadow:0 12px 24px rgba(0,0,0,.12);border-color:#cfc3b1}
.service-card img{width:100%;height:132px;object-fit:cover}
.service-label{margin:0;min-height:48px;padding:9px 7px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.83rem;font-weight:900;text-transform:uppercase;line-height:1.15}

.process{padding-top:36px;padding-bottom:6px}
.compact-head{margin-bottom:22px}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}
.step{position:relative;padding-left:48px;padding-right:8px}
.step-num{position:absolute;left:0;top:1px;width:36px;height:36px;border-radius:50%;background:var(--black);color:#fff;border:1px solid var(--gold);display:grid;place-items:center;font-weight:900}
.step h3{margin:0 0 6px;display:block;font-size:1rem;text-transform:uppercase}
.step p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.48;max-width:265px}

.cta{padding:0 0 58px;background:var(--cream)}
.cta-box{background:var(--black);color:#fff;border-radius:8px;padding:19px 24px;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:var(--shadow)}
.cta-copy small{display:block;color:#d6d3cc;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.cta-copy a{display:block;text-decoration:none;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:900;margin-top:1px}
.cta-copy a:hover{color:var(--gold-bright)}
.cta-actions-wrap{display:flex;flex-direction:column;align-items:stretch;gap:7px;min-width:290px}
.cta-buttons{display:flex;gap:10px;min-width:290px}
.cta-buttons .btn{flex:1}
.cta-email{display:block;color:#d9d7d1;text-decoration:none;text-align:center;font-size:.84rem;font-weight:700}
.cta-email:hover{color:var(--gold-bright)}

.footer{
  background:#0f100f;
  color:#d9d7d1;
  border-top:1px solid rgba(226,173,69,.28);
  padding:18px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(300px,1fr) auto;
  gap:34px;
  align-items:center;
}
.footer-brand{
  display:flex;
  gap:14px;
  align-items:center;
  min-width:0;
}
.footer-brand strong{
  display:block;
  color:var(--gold-bright);
  font-size:.86rem;
  margin-bottom:2px;
}
.footer p{
  margin:0;
  font-size:.8rem;
  line-height:1.4;
}
.legal{
  text-align:right;
  color:#999;
  font-size:.76rem !important;
  white-space:nowrap;
}

.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  width:46px;
  height:46px;
  border:1px solid var(--gold);
  border-radius:50%;
  background:rgba(15,16,15,.94);
  color:var(--gold-bright);
  display:grid;
  place-items:center;
  font:900 1.5rem/1 Arial,sans-serif;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .3s ease, transform .3s ease, visibility .3s ease, background-color .2s ease;
  box-shadow:0 8px 22px rgba(0,0,0,.22);
}
.back-to-top.is-visible{
  opacity:.92;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  opacity:1;
  background:#191a18;
}
.back-to-top:focus-visible{
  outline:3px solid rgba(226,173,69,.42);
  outline-offset:3px;
}
.back-to-top span{
  display:block;
  transform:translateY(-1px);
}

@media (max-width:960px){
  .portrait-card-desktop{display:none}
  .portrait-card-mobile{
    display:block;
    width:min(370px,100%);
    max-width:100%;
    margin:26px 0 26px;
    justify-self:auto;
  }

  .header-inner{min-height:80px}
  .brand{width:220px;flex-basis:220px}
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-image{height:250px;min-height:250px;order:-1}
  .hero-copy{padding:34px 0 37px}
  .hero-copy:after{inset:0 -9999px;background:#101110}
  .about-grid{grid-template-columns:1fr;gap:30px}
  .portrait-card{justify-self:start;max-width:370px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .service-card img{height:148px}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:24px 34px}
  .footer-grid{grid-template-columns:minmax(0,1fr) auto;gap:26px}
  .legal{text-align:right;white-space:normal}
}
@media (max-width:640px){
  .about .section-title{
    font-size:clamp(1.85rem,8.8vw,2.35rem);
    line-height:1.02;
  }
  .about .section-title span{
    display:block;
    white-space:nowrap;
  }

  .portrait-card-desktop{display:none}
  .portrait-card-mobile{
    display:block;
    width:100%;
    max-width:100%;
    margin:22px 0 24px;
    justify-self:auto;
  }
  .back-to-top{right:14px;bottom:14px;width:42px;height:42px;font-size:1.35rem}
  .container{width:min(100% - 28px,var(--max))}
  .header-inner{min-height:0;padding-block:7px;gap:12px}
  .brand{width:165px;flex-basis:165px}
  .header-cta{gap:5px;align-items:center;flex-direction:column}
  .header-phone{font-size:.82rem}
  .header-email{font-size:.66rem}
  .header-buttons{gap:5px}
  .mini-btn{min-width:60px;padding:7px 9px;font-size:.67rem}
  .hero-image{height:190px;min-height:190px}
  .hero-copy{padding:28px 0 31px}
  .tagline{font-size:1.08rem}
  .motto{font-size:1.08rem}
  .hero-lede{font-size:.95rem}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .hero-email{align-self:center}
  .btn{width:100%;min-height:42px;padding-inline:12px;font-size:.82rem}
  .section{padding:44px 0}
  .about{padding:44px 0}
  .about-grid{gap:24px}
  .portrait-card{max-width:100%}
  .service-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .service-card img{height:118px}
  .service-label{margin:0;min-height:44px;font-size:.75rem}
  .process{padding-top:30px;padding-bottom:4px}
  .process-grid{grid-template-columns:1fr;gap:22px}
  .cta{padding-bottom:44px}
  .cta-box{padding:18px;display:grid;grid-template-columns:1fr;gap:14px}
  .cta-actions-wrap{min-width:0;width:100%}
  .cta-buttons{min-width:0;width:100%}
  .footer-grid{grid-template-columns:1fr;gap:14px}
  .legal{text-align:left;white-space:normal}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .back-to-top,.service-card{transition:none}
  .service-card:hover{transform:none}
}

.site-header{
  background:#0f100f;
  color:#fff;
  border-bottom:1px solid rgba(226,173,69,.28);
  box-shadow:none;
}
.header-inner{
  min-height:82px;
  padding-block:6px;
}
.brand{
  width:248px;
  flex-basis:248px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
}
.brand img{
  display:block;
  width:100%;
  height:auto;
}
.brand-tagline{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  color:#d49a2a;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.72rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
  padding:0;
}
.header-phone{
  color:#f5f2ec;
}
.header-phone:hover{
  color:var(--gold-bright);
}
.mini-btn-outline{
  color:#fff;
  background:transparent;
}
.mini-btn-outline:hover{
  background:rgba(255,255,255,.06);
}

.hero{
  background:#efe8dd;
  color:var(--ink);
  border-bottom:1px solid #ddd3c5;
}
.hero-grid{
  min-height:330px;
}
.hero-copy{
  padding:38px 50px 38px 0;
}
.hero-copy:after{
  background:linear-gradient(
    90deg,
    #efe8dd 0%,
    #efe8dd 74%,
    rgba(239,232,221,.92) 86%,
    rgba(239,232,221,0) 100%
  );
}
.hero .eyebrow{
  color:#9f6e1d;
}
.hero h1{
  color:#22231f;
  font-size:clamp(2.15rem,3.7vw,3.6rem);
}
.hero h1 span{
  display:block;
  color:#b17820;
}
.hero .tagline{
  margin:5px 0 18px;
  font-family:inherit;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
  color:#b17820;
}

.motto{
  font-family:inherit;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
  color:#b17820;
  font-size:1.24rem;
}

.hero .hero-lede{
  color:#57544d;
}
.hero-email{
  align-self:flex-start;
  margin-top:10px;
  color:#57544d;
  text-decoration:none;
  font-size:.84rem;
  font-weight:700;
}
.hero-email:hover{
  color:#9f6e1d;
}
.hero .btn-secondary{
  background:#20211f;
  color:#fff;
}
.hero-image{
  min-height:330px;
  background-image:
    linear-gradient(90deg,rgba(239,232,221,.18),rgba(239,232,221,0)),
    url('service-kitchen.jpg');
  background-size:cover;
  background-position:center center;
}
@supports (background-image: image-set(url('service-kitchen.webp') type('image/webp'))) {
  .hero-image{
    background-image:
      linear-gradient(90deg,rgba(239,232,221,.18),rgba(239,232,221,0)),
      image-set(url('service-kitchen.webp') type('image/webp'),url('service-kitchen.jpg') type('image/jpeg'));
  }
}

.footer-brand{
  align-items:center;
}
.footer-logo-lockup{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  width:132px;
  flex:0 0 132px;
}
.footer-logo-lockup img{
  display:block;
  width:132px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  flex:none;
  border:0;
  outline:0;
  box-shadow:none;
  background:transparent;
}
.footer-logo-lockup .brand-tagline{
  width:100%;
  font-size:.34rem;
  letter-spacing:.10em;
  line-height:1;
}

@media (max-width:960px){
  .header-inner{min-height:74px}
  .brand{width:210px;flex-basis:210px}
  .hero-copy:after{background:#efe8dd}
  .footer-logo-lockup{width:132px;flex:0 0 132px}
  .footer-logo-lockup img{width:132px;height:auto;object-fit:contain;flex:none}
}
@media (max-width:640px){
  .brand{width:158px;flex-basis:158px}
  .brand-tagline{font-size:.54rem;letter-spacing:.09em}
  .header-inner{padding-block:6px}
  .hero-image{height:185px;min-height:185px}
  .hero-copy{padding:25px 0 29px}
  .footer-logo-lockup{width:118px;flex-basis:118px}
  .footer-logo-lockup img{width:118px}
  .footer-logo-lockup .brand-tagline{font-size:.31rem;letter-spacing:.08em}
}

@media (min-width:641px) and (max-width:960px){
  .footer-brand{min-width:0}
  .footer-logo-lockup{flex-shrink:0}
  .footer-logo-lockup img{max-width:none}
  .footer-brand > div:last-child{min-width:0}
  .legal{white-space:normal}
}

@media (min-width:641px) and (max-width:960px){
  .brand-tagline{
    width:100%;
    font-size:.62rem;
    letter-spacing:.10em;
  }
  .footer-logo-lockup .brand-tagline{
    width:100%;
    font-size:.34rem;
    letter-spacing:.08em;
  }
}

.brand-tagline > span{
  display:block;
  flex:0 0 auto;
}

.brand picture,.portrait-card picture,.service-card picture,.footer-logo-lockup picture{display:block;width:100%}
.brand picture img,.portrait-card picture img,.service-card picture img,.footer-logo-lockup picture img{display:block}


.hero-copy .motto,
.about-copy .motto,
p.motto,
.tagline.motto{
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .065em !important;
  color: var(--gold-bright) !important;
}


.site-header{
  position:sticky;
  top:0;
  z-index:1200;
}

.hero-copy .motto,
.about-copy .motto,
p.motto,
.tagline.motto{
  font-family:Arial,Helvetica,sans-serif !important;
  font-style:normal !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.065em !important;
  color:#b17820 !important;
}

.hero-image{
  background-image:
    linear-gradient(90deg,rgba(239,232,221,.18),rgba(239,232,221,0)),
    url('hero-kitchen.jpg');
  background-size:cover;
  background-position:center center;
}
@supports (background-image: image-set(url('hero-kitchen.webp') type('image/webp'))) {
  .hero-image{
    background-image:
      linear-gradient(90deg,rgba(239,232,221,.18),rgba(239,232,221,0)),
      image-set(url('hero-kitchen.webp') type('image/webp'),url('hero-kitchen.jpg') type('image/jpeg'));
  }
}

.process-grid{
  align-items:stretch;
}
.step{
  height:100%;
  min-height:190px;
  padding:22px 22px 22px 64px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 8px 22px rgba(0,0,0,.05);
}
.step-num{
  left:18px;
  top:20px;
}
.step p{
  max-width:none;
}

.cta{
  background:var(--cream);
}

@media (max-width:960px){
  .step{min-height:170px;}
}
@media (max-width:640px){
  .step{min-height:0;}
}


:root{
  --snreno-motto-gold:#b17820;
}

.site-header{
  border-bottom:5px solid var(--snreno-motto-gold);
  box-shadow:0 5px 16px rgba(0,0,0,.10);
}

.footer{
  border-top:5px solid var(--snreno-motto-gold);
}

.hero-copy .motto,
.about-copy .motto,
p.motto,
.tagline.motto{
  font-family:Arial,Helvetica,sans-serif !important;
  font-style:normal !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.065em !important;
  color:var(--snreno-motto-gold) !important;
}

.section{padding:48px 0;}
.about{padding:44px 0 48px;}
.services{border-bottom:0;}
.process{padding-top:28px;padding-bottom:2px;}
.cta{
  padding:0 0 48px;
  border:0;
}

.process-grid{
  grid-auto-rows:1fr;
}
.step{
  min-height:0;
  height:100%;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.step p{
  color:#4b4943;
}
@media (hover:hover) and (pointer:fine){
  .step:hover{
    transform:translateY(-3px);
    box-shadow:0 11px 24px rgba(0,0,0,.075);
    border-color:#cfc3b1;
  }
}

@media (max-width:960px){
  .section,
  .about{padding:40px 0;}
  .process{padding-top:24px;padding-bottom:0;}
  .cta{padding:0 0 40px;}
  .process-grid{grid-auto-rows:1fr;}
  .step{
    min-height:0;
    height:100%;
  }
}

@media (max-width:640px){
  .section,
  .about{padding:40px 0;}
  .process{padding-top:24px;padding-bottom:0;}
  .cta{padding:0 0 40px;}
  .process-grid{grid-auto-rows:1fr;}
}

@media (prefers-reduced-motion:reduce){
  .step{transition:none;}
  .step:hover{transform:none;}
}


/* Header */
.site-header{border-bottom:5px solid var(--snreno-motto-gold);box-shadow:0 5px 16px rgba(0,0,0,.10)}

/* Hero */
.hero-copy .motto,.about-copy .motto,p.motto,.tagline.motto{font-family:Arial,Helvetica,sans-serif!important;font-style:normal!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.065em!important;color:var(--snreno-motto-gold)!important}

/* Sections */
.section{padding:40px 0}
.about{padding:36px 0 40px}

/* Services */
.services{border-bottom:0}

/* Process */
.process{padding-top:20px;padding-bottom:0}
.process-grid{grid-auto-rows:1fr}
.step{min-height:0;height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.step p{color:#4b4943}
@media (hover:hover) and (pointer:fine){.step:hover{transform:translateY(-3px);box-shadow:0 11px 24px rgba(0,0,0,.075);border-color:#cfc3b1}}

/* Call to Action */
.cta{padding:0 0 36px;border:0;background:var(--cream)}

/* Footer */
.footer{border-top:5px solid var(--snreno-motto-gold)}

/* Back to Top */
.back-to-top{width:56px;height:38px;border-radius:9px;font:900 1.45rem/1 Arial,sans-serif}
.back-to-top span{display:block;transform:translateY(2px)}

/* Tablet and Mobile */
@media (max-width:960px){
  .section,.about{padding:34px 0}
  .process{padding-top:18px;padding-bottom:0}
  .cta{padding:0 0 34px}
  .process-grid{grid-auto-rows:1fr}
  .step{min-height:0;height:100%}
}
@media (max-width:640px){
  .section,.about{padding:32px 0}
  .process{padding-top:16px;padding-bottom:0}
  .cta{padding:0 0 32px}
  .back-to-top{right:14px;bottom:14px;width:52px;height:36px;font-size:1.35rem}
}

/* Reduced Motion */
@media (prefers-reduced-motion:reduce){.step{transition:none}.step:hover{transform:none}}


/* Tablet */
.portrait-card-tablet{display:none}
@media (min-width:641px) and (max-width:960px){
  .hero-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:330px}
  .hero-copy{padding:30px 28px 30px 0}
  .hero-image{order:initial;height:auto;min-height:330px;background-position:center center}
  .hero-copy:after{inset:0 -34px 0 -9999px}

  .about-grid{display:block}
  .portrait-card-desktop,.portrait-card-mobile{display:none}
  .portrait-card-tablet{
    display:block;
    float:right;
    width:280px;
    max-width:36%;
    margin:3px 0 20px 30px;
  }
  .about-copy{padding-right:0}
  .about-copy::after{content:"";display:block;clear:both}
  .about-clear-tablet{clear:both}
}

/* Mobile */
@media (max-width:640px){
  .portrait-card-tablet{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-image{order:-1;height:185px;min-height:185px}
  .hero-copy{padding:25px 0 29px}
}


/* Contact */
.header-phone{font-size:1.16rem;font-weight:900}
.header-email{font-weight:900}
.cta-email{font-weight:900}
.services-intro{margin:-7px auto 0;max-width:720px;color:var(--ink);font-size:1rem;font-weight:400;line-height:1.5}

@media (max-width:640px){
  .header-phone{font-size:.9rem;font-weight:900}
  .services-intro{font-size:.94rem;line-height:1.45;margin-top:-5px}
}
