:root {
  --ink: #211b18;
  --espresso: #2b201a;
  --espresso-deep: #1e1714;
  --paper: #f7f3ed;
  --paper-bright: #fbfaf7;
  --warm-white: #fffdf9;
  --copper: #9b7657;
  --copper-deep: #76543e;
  --muted: #776b62;
  --line: rgba(64, 45, 34, 0.16);
  --line-light: rgba(255, 253, 249, 0.2);
  --shadow: 0 24px 55px rgba(45, 31, 22, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.section-shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.announcement {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 32px;
  color: var(--paper-bright);
  background: var(--espresso-deep);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement a {
  color: #e9c3a2;
  font-weight: 700;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: min(1180px, calc(100% - 64px));
  min-height: 96px;
  margin: 0 auto;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  line-height: 1;
}

.wordmark-script {
  color: var(--copper-deep);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.65rem;
  letter-spacing: -0.08em;
}

.wordmark-sub {
  margin: 4px 0 0 4px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}

nav a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

nav a:hover,
nav a:focus-visible {
  color: var(--copper-deep);
}

.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.header-contact strong {
  color: var(--ink);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
  min-height: 620px;
  padding-top: 46px;
  padding-bottom: 68px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--copper-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  color: var(--copper);
  font-size: 1rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 680px;
  color: var(--espresso);
  font-size: clamp(3.6rem, 7.2vw, 6.7rem);
}

h2 {
  font-size: clamp(3rem, 5.1vw, 5rem);
}

em {
  color: var(--copper-deep);
  font-style: italic;
}

.hero-lede {
  max-width: 470px;
  margin-bottom: 31px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(71, 48, 34, 0.15);
}

.button-dark {
  color: var(--paper-bright);
  background: var(--espresso);
}

.button-light {
  color: var(--espresso);
  border-color: var(--line);
  background: transparent;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--muted);
  font-size: 0.77rem;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-notes i {
  color: var(--copper-deep);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 900;
}

.hero-visual {
  position: relative;
}

.hero-image-frame {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  border-radius: 180px 180px 20px 20px;
  background: #d8c2ad;
  box-shadow: var(--shadow);
}

.hero-image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 248, 240, 0.08), transparent 55%, rgba(41, 29, 21, 0.2));
  content: "";
  pointer-events: none;
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.image-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 13px 17px 13px 13px;
  color: var(--paper-bright);
  background: rgba(50, 34, 25, 0.89);
  border: 1px solid rgba(255, 253, 249, 0.3);
  border-radius: 13px;
  backdrop-filter: blur(8px);
}

.badge-star {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #e5bd94;
  border: 1px solid rgba(229, 189, 148, 0.7);
  border-radius: 50%;
}

.image-badge span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.22;
}

.image-badge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-weight: 400;
}

.image-badge small {
  color: #d3c0ae;
  font-size: 0.7rem;
}

.photo-credit {
  margin: 9px 0 0 7px;
  color: #8a7d73;
  font-size: 0.68rem;
}

.photo-credit a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  color: var(--paper-bright);
  background: var(--espresso);
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 112px;
  padding: 20px max(32px, calc((100vw - 1180px) / 2));
}

.proof-item + .proof-item {
  padding-left: 30px;
  border-left: 1px solid var(--line-light);
}

.proof-number {
  color: #cba582;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
}

.proof-item span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.proof-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  font-weight: 400;
}

.proof-item small {
  color: #c4b4a6;
  font-size: 0.75rem;
}

.services-section {
  padding-top: 124px;
  padding-bottom: 122px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.92fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 53px;
}

.section-heading .eyebrow {
  align-self: start;
  margin-top: 9px;
}

.section-heading h2 {
  margin: 0;
}

.section-heading > p:last-child {
  max-width: 330px;
  margin-bottom: 3px;
  color: var(--muted);
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  min-height: 240px;
  padding: 28px 27px 30px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.52);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.service-card:hover {
  z-index: 1;
  transform: translateY(-4px);
  background: var(--warm-white);
  box-shadow: 0 18px 34px rgba(64, 43, 30, 0.1);
}

.service-card-featured {
  color: var(--paper-bright);
  background: var(--copper-deep);
  border-color: var(--copper-deep);
}

.service-card-featured:hover {
  background: var(--espresso);
}

.service-index {
  display: block;
  margin-bottom: 39px;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-style: italic;
}

.service-card-featured .service-index {
  color: #e0bb99;
}

.service-card h3 {
  max-width: 230px;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.46rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.service-card p {
  max-width: 275px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.service-card-featured p {
  color: #e3d3c6;
}

.service-arrow {
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: var(--copper);
  font-size: 1.12rem;
}

.service-card-featured .service-arrow {
  color: #e0bb99;
}

.service-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.service-note strong {
  color: var(--ink);
}

.work-section {
  padding-top: 6px;
  padding-bottom: 124px;
}

.work-heading {
  margin-bottom: 42px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.work-card {
  overflow: hidden;
  background: var(--warm-white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(64, 43, 30, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(64, 43, 30, 0.12);
}

.work-image-frame {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #ded5ca;
}

.work-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.work-card:hover .work-image-frame img {
  transform: scale(1.035);
}

.work-card-body {
  padding: 22px 23px 25px;
}

.work-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.work-index {
  color: var(--copper-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-style: italic;
}

.work-location {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

.work-card h3 {
  margin-bottom: 9px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.work-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.results-section {
  padding-top: 6px;
  padding-bottom: 124px;
}

.results-heading {
  margin-bottom: 42px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.result-card {
  overflow: hidden;
  background: var(--warm-white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(64, 43, 30, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(64, 43, 30, 0.12);
}

.result-image-frame {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #ded5ca;
}

.result-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-card-body {
  padding: 22px 23px 25px;
}

.result-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.result-index {
  color: var(--copper-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-style: italic;
}

.result-location {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

.result-card h3 {
  margin-bottom: 9px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.result-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.reviews-section {
  padding-top: 12px;
  padding-bottom: 124px;
}

.reviews-heading {
  margin-bottom: 42px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  margin: 0;
  padding: 28px 27px 26px;
  background: var(--warm-white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(64, 43, 30, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(64, 43, 30, 0.12);
}

.review-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.review-name,
.review-date {
  margin: 0;
}

.review-name {
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
}

.review-date {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
}

.review-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.review-verified {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-stars {
  color: #12b88c;
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.review-card blockquote {
  position: relative;
  margin: 23px 0 0;
  padding-left: 24px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.72;
}

.review-card blockquote::before {
  position: absolute;
  top: -7px;
  left: 0;
  color: var(--copper);
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1;
}

.star-muted {
  color: #d4d4d4;
}

.coverage-section {
  color: var(--paper-bright);
  background: var(--espresso);
}

.coverage-layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(50px, 10vw, 150px);
  align-items: center;
  padding-top: 110px;
  padding-bottom: 112px;
}

.eyebrow-light {
  color: #d2b197;
}

.coverage-section h2 {
  margin-bottom: 25px;
  color: var(--paper-bright);
}

.coverage-section h2 em {
  color: #d6aa83;
}

.coverage-copy {
  max-width: 385px;
  margin-bottom: 0;
  color: #c8b6a7;
  line-height: 1.75;
}

.area-panel {
  padding: 29px 31px 28px;
  border: 1px solid var(--line-light);
  background: rgba(255, 253, 249, 0.045);
}

.area-label {
  margin-bottom: 20px;
  color: #d8b594;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.area-list span {
  padding: 7px 10px;
  color: #e9ddd3;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
}

.area-footnote {
  margin: 23px 0 0;
  color: #ad9a8b;
  font-size: 0.78rem;
}

.contact-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  padding: clamp(34px, 6vw, 72px);
  color: var(--paper-bright);
  background: var(--copper-deep);
  border-radius: 4px 58px 4px 58px;
  box-shadow: var(--shadow);
}

.contact-card .eyebrow {
  color: #e7c3a4;
}

.contact-card .eyebrow > span {
  color: #f1d2b6;
}

.contact-card h2 {
  margin-bottom: 22px;
  color: var(--paper-bright);
}

.contact-card h2 em {
  color: #f0c7a4;
}

.contact-intro > p:last-child {
  max-width: 350px;
  margin-bottom: 0;
  color: #e0cfc1;
  line-height: 1.7;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  align-content: center;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 90px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 253, 249, 0.2);
  background: rgba(255, 253, 249, 0.07);
  transition: background 160ms ease, transform 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 253, 249, 0.14);
}

.contact-icon {
  display: grid;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #f0c7a4;
  border: 1px solid rgba(240, 199, 164, 0.55);
  border-radius: 50%;
  font-size: 0.9rem;
}

.contact-link > span:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-link small {
  margin-bottom: 3px;
  color: #cdb5a3;
  font-size: 0.69rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-link strong {
  overflow-wrap: anywhere;
  color: var(--paper-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.97rem;
  font-weight: 400;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 150px;
  padding-top: 31px;
  padding-bottom: 31px;
  color: var(--muted);
}

.wordmark-footer .wordmark-script {
  font-size: 2.15rem;
}

.wordmark-footer .wordmark-sub {
  font-size: 0.56rem;
}

.site-footer > p {
  margin: 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-style: italic;
}

.site-footer .footer-meta {
  font-family: inherit;
  font-size: 0.73rem;
  font-style: normal;
  letter-spacing: 0.03em;
  text-align: right;
}

.footer-meta span {
  padding: 0 5px;
  color: var(--copper);
}

@media (max-width: 900px) {
  .site-header {
    gap: 24px;
  }

  nav {
    gap: 18px;
  }

  .hero {
    gap: 42px;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  }

  .hero-image-frame,
  .hero-image-frame img {
    min-height: 430px;
  }

  .section-heading {
    grid-template-columns: 0.55fr 1fr 1fr;
    gap: 22px;
  }

  .coverage-layout {
    gap: 54px;
  }

  .contact-card {
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .section-shell,
  .site-header {
    width: min(100% - 40px, 560px);
  }

  .announcement {
    padding: 10px 20px;
    font-size: 0.64rem;
  }

  .announcement span:first-child {
    max-width: 210px;
  }

  .site-header {
    min-height: 86px;
    flex-wrap: wrap;
    gap: 16px 20px;
    padding: 14px 0;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding-top: 13px;
    border-top: 1px solid var(--line);
  }

  nav a {
    font-size: 0.78rem;
  }

  .header-contact {
    margin-left: auto;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 45px;
    padding-top: 63px;
    padding-bottom: 63px;
  }

  h1 {
    font-size: clamp(3.25rem, 15vw, 5.1rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-image-frame,
  .hero-image-frame img {
    min-height: 410px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item + .proof-item {
    min-height: 84px;
    padding: 16px 20px;
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .services-section,
  .contact-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .section-heading h2 {
    margin-bottom: 20px;
  }

  .section-heading > p:last-child {
    max-width: 430px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .work-section {
    padding-top: 0;
    padding-bottom: 78px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .results-section {
    padding-top: 0;
    padding-bottom: 78px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section {
    padding-top: 0;
    padding-bottom: 78px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 205px;
  }

  .coverage-layout {
    display: block;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .coverage-copy {
    margin-bottom: 34px;
  }

  .contact-card {
    display: block;
    padding: 38px 24px 24px;
    border-radius: 4px 34px 4px 34px;
  }

  .contact-intro {
    margin-bottom: 35px;
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .site-footer > p {
    width: 100%;
    order: 3;
    text-align: left;
  }

  .site-footer .footer-meta {
    width: auto;
    margin-left: auto;
    text-align: right;
  }
}

@media (max-width: 420px) {
  .section-shell,
  .site-header {
    width: min(100% - 32px, 560px);
  }

  .announcement {
    gap: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .announcement span:first-child {
    max-width: 170px;
  }

  .header-contact span {
    display: none;
  }

  .wordmark-script {
    font-size: 2.35rem;
  }

  .button {
    width: 100%;
  }

  .hero-image-frame,
  .hero-image-frame img {
    min-height: 340px;
  }

  .hero-image-frame {
    border-radius: 120px 120px 17px 17px;
  }

  .image-badge {
    right: 12px;
    bottom: 12px;
    min-width: 185px;
  }

  .area-panel {
    padding: 24px 20px;
  }

  .site-footer .footer-meta {
    max-width: 160px;
    font-size: 0.68rem;
  }
}

