@font-face {
  font-family: "Inter";
  src: url("fonts/home/Inter-home.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/home/SourceSerif4-home.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/home/SourceSerif4-Italic-home.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --green: #074834;
  --green-deep: #04392a;
  --gold: #8f6727;
  --gold-soft: #d9b279;
  --parchment: #efe4d0;
  --ivory: #fbf7ec;
  --ink: #2a1f0d;
  --ink-soft: #5f543f;
  --line: rgba(42, 31, 13, 0.14);
  --shadow: 0 18px 46px rgba(42, 31, 13, 0.10);
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--parchment);
  color: var(--ink);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 90% 8%, rgba(217, 178, 121, 0.16), transparent 28rem),
    var(--parchment);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

.connect-shell {
  min-height: 100svh;
}

.connect-visual {
  position: relative;
  min-height: clamp(430px, 54vw, 680px);
  margin: 0;
  overflow: hidden;
  background: var(--green-deep);
}

.connect-visual picture,
.connect-visual img {
  width: 100%;
  height: 100%;
}

.connect-visual picture {
  position: absolute;
  inset: 0;
}

.connect-visual img {
  object-fit: cover;
  object-position: center;
}

.visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 42, 31, 0.02) 38%, rgba(4, 42, 31, 0.72) 100%);
  pointer-events: none;
}

.visual-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: var(--ivory);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.visual-caption::before,
.visual-caption::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-soft);
}

.connect-panel {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(-7rem, -8vw, -5rem);
  padding: 0 clamp(1.25rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
}

.connect-content {
  width: min(100%, 740px);
  padding: clamp(2.15rem, 5vw, 4.5rem);
  border: 1px solid rgba(143, 103, 39, 0.24);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 178, 121, 0.18), transparent 22rem),
    var(--parchment);
  box-shadow: 0 26px 70px rgba(42, 31, 13, 0.18);
}

.brand {
  display: flex;
  width: 150px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 5vh, 3.5rem);
  transition: opacity 180ms ease;
}

.brand img {
  width: 100%;
  height: auto;
}

.brand:hover {
  opacity: 0.76;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}

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

h1 {
  max-width: 14ch;
  margin: 0 auto 1.15rem;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.1vw, 4.35rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-wrap: balance;
  text-align: center;
}

h1 em {
  color: var(--gold);
  font-weight: 470;
}

.intro-copy {
  max-width: 43ch;
  margin: 0 auto;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.06rem, 1.6vw, 1.2rem);
  line-height: 1.55;
  text-align: center;
}

.link-section {
  margin-top: clamp(2.5rem, 6vh, 4rem);
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(143, 103, 39, 0.34);
}

.section-heading h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.2;
}

.section-heading > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.connect-link {
  min-width: 0;
  min-height: 60px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(251, 247, 236, 0.78);
  box-shadow: 0 6px 22px rgba(42, 31, 13, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.connect-link:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 103, 39, 0.45);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.connect-link:focus-visible,
.brand:focus-visible,
.connect-footer a:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 3px;
}

.platform-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.mark-instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045);
}

.mark-facebook {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.mark-linkedin {
  background: #0a66c2;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.mark-x {
  background: #111;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.mark-google {
  background: #fff;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(42, 31, 13, 0.12);
}

.mark-bbb {
  background: #066b98;
  font-size: 0.58rem;
  letter-spacing: -0.03em;
}

.mark-yelp {
  background: #d32323;
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
}

.link-label {
  min-width: 0;
  font-size: 0.89rem;
  font-weight: 620;
  line-height: 1.25;
}

.link-label strong,
.link-label small {
  display: block;
}

.link-label strong {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 680;
}

.link-label small {
  margin-top: 0.18rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 450;
}

.link-arrow {
  color: var(--gold);
  font-size: 1.04rem;
  transition: transform 180ms ease;
}

.connect-link:hover .link-arrow {
  transform: translate(2px, -2px);
}

.review-section {
  margin-top: clamp(2.35rem, 5vh, 3.4rem);
}

.review-links {
  display: grid;
  gap: 0.7rem;
}

.review-link {
  min-height: 66px;
  padding: 0.8rem 0.95rem;
  background: rgba(251, 247, 236, 0.88);
}

.review-google {
  border-color: var(--green);
  background: var(--green);
  color: var(--ivory);
}

.review-google:hover {
  border-color: var(--green-deep);
  background: var(--green-deep);
}

.review-google .link-label strong,
.review-google .link-label small,
.review-google .link-arrow {
  color: var(--ivory);
}

.review-google .link-label small {
  color: rgba(251, 247, 236, 0.74);
}

.connect-footer {
  margin-top: clamp(2.5rem, 6vh, 4rem);
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.73rem;
  text-align: center;
}

.connect-footer a {
  text-decoration: underline;
  text-decoration-color: rgba(143, 103, 39, 0.45);
  text-underline-offset: 0.2em;
}

.connect-footer a:hover {
  color: var(--green);
}

.connect-footer > span {
  margin-inline: 0.35rem;
  color: var(--gold);
}

.connect-footer p {
  margin: 0.5rem 0 0;
}

@media (max-width: 980px) {
  .connect-visual {
    min-height: clamp(300px, 55vw, 510px);
  }

  .connect-visual img {
    object-position: center 55%;
  }

  .connect-panel {
    margin-top: -4.5rem;
    padding-bottom: 4rem;
  }

  h1 {
    max-width: 14ch;
    font-size: clamp(2.75rem, 7vw, 4.4rem);
  }
}

@media (max-width: 560px) {
  .connect-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .connect-visual img {
    object-position: center;
  }

  .visual-caption {
    font-size: 0.66rem;
  }

  .connect-panel {
    margin-top: -2.25rem;
    padding: 0 0.7rem 3rem;
  }

  .connect-content {
    padding: 2.3rem 1rem 2.5rem;
    border-radius: 20px;
  }

  .brand {
    width: 132px;
    margin-bottom: 2rem;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }

  .intro-copy {
    font-size: 1.04rem;
  }

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

  .connect-link {
    min-height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
