:root {
  --cream: #fffaf0;
  --paper: #fffdf8;
  --ink: #351c13;
  --muted: #75645e;
  --yellow: #f4cf21;
  --yellow-strong: #e7bd00;
  --brown: #3d2015;
  --line: rgba(61, 32, 21, 0.14);
  --soft-yellow: #fff5bd;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.landing-page {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; }

main { overflow-x: clip; }

.site-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.wordmark-mark {
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 44% 44%;
  display: grid;
  place-items: center;
  color: var(--brown);
  background: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.wordmark strong,
.wordmark small { display: block; }

.wordmark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
}

.wordmark small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

nav { display: flex; gap: 30px; }

nav a {
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

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

.header-call,
.primary-button,
.mobile-call {
  border-radius: 999px;
  color: var(--brown);
  background: var(--yellow);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.header-call { padding: 12px 18px; }

.primary-button { padding: 16px 24px; }

.header-call:hover,
.primary-button:hover,
.mobile-call:hover { background: var(--yellow-strong); transform: translateY(-1px); }

.hero {
  width: min(1240px, calc(100% - 48px));
  min-height: 710px;
  margin: 0 auto;
  padding: 76px 0 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.kicker {
  margin: 0 0 20px;
  color: #806800;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
  line-height: 1;
}

.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  padding: 12px 0;
  font-weight: 800;
  text-underline-offset: 6px;
}

.quick-facts {
  max-width: 590px;
  margin-top: 54px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
}

.quick-facts span,
.contact-lines span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-facts strong { font-size: 0.96rem; }

.hero-visual {
  min-height: 520px;
  border-radius: 46% 46% 22% 22%;
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.94) 0 27%, transparent 28%),
    repeating-radial-gradient(ellipse at 50% 110%, transparent 0 47px, rgba(61, 32, 21, 0.08) 48px 49px),
    var(--yellow);
}

.hero-visual::before,
.hero-visual::after {
  width: 76px;
  height: 28px;
  border: solid var(--brown);
  border-width: 3px 0 0;
  border-radius: 50%;
  position: absolute;
  content: "";
  opacity: 0.55;
}

.hero-visual::before { top: 58px; left: 52px; transform: rotate(-20deg); }
.hero-visual::after { right: 46px; bottom: 78px; transform: rotate(24deg); }

.logo-card {
  width: min(390px, calc(100% - 54px));
  padding: 34px 28px 28px;
  border: 1px solid rgba(61, 32, 21, 0.12);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 28px 65px rgba(61, 32, 21, 0.18);
  text-align: center;
  transform: rotate(-2deg);
}

.source-logo {
  width: 315px;
  height: 192px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url("/images/logo-source.png");
  background-position: -255px -83px;
  background-repeat: no-repeat;
  background-size: 809px 843px;
}

.logo-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.visual-label {
  border-radius: 999px;
  padding: 12px 18px;
  position: absolute;
  right: -12px;
  bottom: 36px;
  color: #fff;
  background: var(--brown);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(4deg);
}

.craft-section {
  padding: clamp(80px, 10vw, 140px) max(24px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(50px, 8vw, 130px);
  color: #fff;
  background: var(--brown);
}

.craft-section .kicker,
.contact-card .kicker { color: var(--yellow); }

.craft-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.8;
}

.service-list { margin-top: 48px; border-top: 1px solid rgba(255, 255, 255, 0.15); }

.service-item {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.service-item span { color: var(--yellow); font-size: 0.72rem; font-weight: 900; }
.service-item strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }

.details-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hours-card,
.contact-card { min-height: 560px; border-radius: 30px; padding: clamp(32px, 5vw, 64px); }

.hours-card { border: 1px solid var(--line); background: var(--paper); }
.hours-card h2,
.contact-card h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }

dl { margin: 54px 0 0; }

dl > div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

dt { color: var(--muted); }
dd { margin: 0; font-weight: 900; white-space: nowrap; }
.closed dd { color: #9c2d23; }

.contact-card { color: #fff; background: var(--brown); }
.contact-card address { margin: 30px 0 0; color: rgba(255, 255, 255, 0.7); font-style: normal; line-height: 1.6; }
.contact-card address p { margin: 0; }

.contact-lines { margin-top: 40px; }

.contact-lines a,
.contact-lines > p {
  margin: 0;
  padding: 16px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
}

.contact-lines a:hover strong { color: var(--yellow); }
.contact-lines strong { overflow-wrap: anywhere; }

.contact-form-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 clamp(80px, 10vw, 140px);
  background: transparent;
}

.contact-form-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.contact-form-intro {
  min-height: 560px;
  border-radius: 30px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--brown);
}

.contact-form-intro .kicker { color: var(--yellow); }
.contact-form-intro h2 { max-width: 470px; }

.contact-form-intro > p:last-child {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.contact-form-intro strong {
  color: var(--yellow);
  overflow-wrap: anywhere;
}

.contact-form-card {
  min-height: 560px;
  border: 1px solid rgba(61, 32, 21, 0.12);
  border-radius: 30px;
  padding: 44px;
  display: grid;
  align-content: center;
  gap: 14px;
  background: var(--paper);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form-card label:not(.consent-row) {
  display: grid;
  gap: 7px;
}

.contact-form-card label > span:first-child {
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-form-card label small {
  color: var(--muted);
  font-weight: 500;
}

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card input[type="tel"],
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(61, 32, 21, 0.2);
  border-radius: 13px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  box-shadow: none;
}

.contact-form-card textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #8a6f00;
  outline: 3px solid rgba(244, 207, 33, 0.35);
  outline-offset: 1px;
}

.consent-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 11px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.consent-row input {
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  accent-color: var(--brown);
}

.contact-submit {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  color: var(--brown);
  background: var(--yellow);
  box-shadow: none;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.contact-submit:hover { background: var(--yellow-strong); }

.form-alert {
  border-radius: 13px;
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-alert.success {
  color: #155a39;
  background: #e7f6ed;
}

.form-alert.error {
  color: #8f2922;
  background: #fdecea;
}

.field-error {
  margin: -2px 0 0;
  color: #9c2d23;
  font-size: 0.78rem;
}

.has-error {
  border-color: #b53a32 !important;
  background: #fffafa !important;
}

.contact-honeypot {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

footer {
  min-height: 100px;
  padding: 28px max(24px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
}

footer a { text-underline-offset: 4px; }
.mobile-call { display: none; }

:focus-visible { outline: 3px solid #2979c9; outline-offset: 4px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 500px; }
  .craft-section { grid-template-columns: 1fr; }
  .details-section { grid-template-columns: 1fr; }
  .contact-form-shell { grid-template-columns: 1fr; }
  .contact-form-intro,
  .contact-form-card { min-height: auto; }
  .hours-card,
  .contact-card { min-height: auto; }
}

@media (max-width: 580px) {
  .site-header,
  .hero,
  .details-section { width: min(100% - 32px, 1240px); }
  .site-header { min-height: 78px; }
  .wordmark small { display: none; }
  .header-call { display: none; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .hero { min-height: auto; padding: 52px 0 68px; gap: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .primary-button { width: 100%; }
  .quick-facts { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; border-radius: 42% 42% 18% 18%; }
  .logo-card { padding: 28px 14px 22px; }
  .source-logo {
    width: 280px;
    height: 178px;
    background-position: -247px -77px;
  }
  .visual-label { right: 8px; bottom: 20px; }
  .craft-section { padding-left: 20px; padding-right: 20px; }
  .service-item { grid-template-columns: 52px 1fr; }
  .details-section { padding: 68px 0 92px; }
  .contact-form-section { width: min(100% - 32px, 1240px); }
  .contact-form-intro,
  .contact-form-card { padding: 30px 24px; border-radius: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .hours-card,
  .contact-card { padding: 30px 24px; border-radius: 24px; }
  dl > div { grid-template-columns: 1fr; gap: 6px; }
  footer { padding-bottom: 90px; align-items: flex-start; flex-direction: column; }
  .mobile-call {
    min-width: 118px;
    padding: 14px 24px;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 20;
    display: inline-flex;
    justify-content: center;
    box-shadow: 0 14px 36px rgba(61, 32, 21, 0.3);
  }
}

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