.intro-copy > p:not(.large-copy) {
  color: var(--muted);
  max-width: 650px;
  margin: 1.25rem 0 0;
}

.social-section {
  background: var(--cream);
  align-items: center;
}

.social-intro { max-width: 560px; }

.social-links {
  border-top: 0;
  display: grid;
  gap: .75rem;
}

.social-links a {
  width: 100%;
  min-width: 0;
  grid-template-columns: 50px 1fr 42px;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}

.social-links a:hover {
  padding-left: 1.25rem;
  border-color: rgba(199,161,92,.8);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(7,24,43,.08);
}

.social-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(199, 161, 92, .7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--navy);
}

.social-text { min-width: 0; text-transform: none !important; letter-spacing: normal !important; font-size: inherit !important; color: inherit !important; font-weight: 400 !important; }
.social-text strong { display: block; color: var(--ink); font-family: var(--sans); font-size: 1rem; font-weight: 700; line-height: 1.25; }
.social-text small { display: block; margin-top: .15rem; color: var(--muted); font: 400 .82rem/1.4 var(--sans); overflow-wrap: anywhere; }

.social-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff !important;
  display: grid;
  place-items: center;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.social-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.social-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.social-icon svg .fill {
  fill: currentColor;
  stroke: none;
}

.social-name {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .7rem;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 850px) {
  .social-section { display: block; padding: 4rem 1.25rem; overflow: hidden; }
  .social-intro { width: 100%; margin-bottom: 2rem; }
  .social-section h2 { font-size: clamp(2.25rem, 10vw, 2.8rem); }
  .social-links { width: 100%; min-width: 0; }
  .social-links a { display: grid; width: 100%; min-width: 0; min-height: 0; height: auto; grid-template-columns: 44px minmax(0, 1fr) 36px; padding: 1rem; gap: .85rem; align-items: center; }
  .social-links a:hover { padding-left: 1rem; }
  .social-icon { width: 40px; height: 40px; }
  .social-arrow { width: 34px; height: 34px; }
  .social-text { display: block; width: 100%; min-width: 0; }
  .social-text strong { font-size: .95rem; }
  .social-text small { max-width: 100%; font-size: .78rem; line-height: 1.35; white-space: normal; }
}

.process-photo {
  background-image: url('gallery/IMG_6915.webp');
  background-position: center 42%;
}

.services {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 0;
  padding: 0;
  background: #fff;
}

.offer-intro {
  background: var(--navy);
  color: #fff;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.4rem, 6vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-intro h2 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
}

.offer-intro h2 em {
  color: #e4c98e;
  font-weight: 400;
}

.offer-intro > p:not(.eyebrow) {
  color: #c7d0d9;
  max-width: 520px;
  margin: 1.8rem 0 2.2rem;
}

.offer-intro > a {
  width: fit-content;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: .35rem;
  font-weight: 700;
}

.offer-intro > a span { color: var(--gold); margin-left: .5rem; }

.offer-grid {
  padding: clamp(2.5rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  align-content: center;
  background: var(--line);
}
.offer-card { position: relative; background: #fff; padding: clamp(1.8rem, 3vw, 2.7rem); min-height: 330px; }
.offer-card-accent { background: #f6f1e7; }
.offer-number { display: block; color: var(--gold); font-family: var(--serif); font-style: italic; margin-bottom: 1.4rem; }
.offer-label { margin: 0 0 .6rem; color: #947032; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.offer-grid h3 { font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.05rem); font-weight: 400; line-height: 1.15; margin: 0 0 .8rem; }
.offer-card > p:not(.offer-label) { color: var(--muted); margin: 0 0 1.05rem; line-height: 1.6; }
.offer-details { list-style: none; margin: 0; padding: 0; }
.offer-details li { position: relative; padding: .28rem 0 .28rem 1.05rem; color: #48535e; font-size: .86rem; line-height: 1.5; }
.offer-details li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.offer-note { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: #fff; padding: 1.6rem 2rem; border-top: 1px solid var(--line); }
.offer-note p { margin: 0; color: var(--muted); }
.offer-note strong { color: var(--ink); }
.offer-note a { flex: 0 0 auto; color: var(--ink); text-decoration: none; font-weight: 700; border-bottom: 1px solid var(--gold); }
.offer-note a span { color: var(--gold); margin-left: .35rem; }

@media (max-width: 850px) {
  .services { grid-template-columns: 1fr; }
  .offer-intro { padding: 4rem 1.4rem; }
  .offer-grid { grid-template-columns: 1fr; padding: 1px 0; }
  .offer-card { min-height: 0; padding: 2.25rem 1.4rem; }
  .offer-grid h3 { font-size: 1.85rem; }
  .offer-card > p:not(.offer-label) { font-size: .98rem; }
  .offer-details li { font-size: .9rem; }
  .offer-note { flex-direction: column; align-items: flex-start; padding: 1.8rem 1.4rem; gap: 1rem; }
}
