/*
Theme Name: Schellhammer Brokerage
Theme URI: https://www.schellhammerbrokerage.com/
Author: Schellhammer Brokerage
Description: A discreet one-page WordPress theme for Schellhammer Brokerage.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: schellhammer-brokerage
*/

:root {
  --ink: #101820;
  --ink-soft: #293640;
  --paper: #f4f1ea;
  --paper-bright: #fbfaf7;
  --line: rgba(16, 24, 32, 0.17);
  --accent: #9c7750;
  --white: #ffffff;
  --page: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.header-inner {
  width: var(--page);
  min-height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.wordmark-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  letter-spacing: 0.115em;
}

.wordmark-sub {
  margin-top: 8px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.42em;
}

.header-contact {
  padding: 11px 0 8px;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 78% 18%, rgba(156, 119, 80, 0.34), transparent 32%),
    linear-gradient(135deg, #0e171f 0%, #172630 52%, #0b1218 100%);
  color: var(--white);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(33deg);
}

.hero::before {
  width: 620px;
  height: 620px;
  top: 42px;
  right: -155px;
}

.hero::after {
  width: 410px;
  height: 410px;
  top: 145px;
  right: -49px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
  padding: 220px 0 96px;
}

.eyebrow {
  margin: 0 0 31px;
  color: #d8c5ae;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 870px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7.2vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-copy {
  max-width: 660px;
  margin: 39px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.6;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 21px 3px 0;
  border-radius: 50%;
  background: var(--accent);
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: 116px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.65fr);
  gap: 70px;
  align-items: start;
}

.section-label {
  margin: 9px 0 0;
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lead {
  max-width: 790px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.18;
}

.body-copy {
  max-width: 680px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.services-wrap {
  background: var(--paper-bright);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
  padding-bottom: 0;
}

.service {
  min-height: 330px;
  padding: 75px 48px 65px 0;
}

.service + .service {
  padding-left: 48px;
  border-left: 1px solid var(--line);
}

.service-number {
  display: block;
  margin-bottom: 46px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.service h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.service p {
  margin: 0;
  color: #4d5960;
}

.privacy {
  background: var(--ink);
  color: var(--white);
}

.privacy .section {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 70px;
  align-items: end;
}

.privacy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.privacy-copy {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.contact {
  text-align: center;
}

.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.contact p {
  margin: 28px 0 39px;
  color: var(--ink-soft);
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, transform 160ms ease;
}

.whatsapp-button:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.site-footer {
  background: #0b1218;
  color: rgba(255, 255, 255, 0.63);
}

.footer-inner {
  width: var(--page);
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 800px) {
  :root {
    --page: min(100% - 34px, 1180px);
  }

  .header-inner {
    min-height: 88px;
  }

  .wordmark-main {
    font-size: 1.08rem;
  }

  .header-contact {
    font-size: 0.65rem;
  }

  .hero {
    min-height: 700px;
  }

  .hero-inner {
    padding: 180px 0 72px;
  }

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

  .hero-meta {
    display: grid;
    gap: 11px;
  }

  .hero-meta span + span::before {
    display: none;
  }

  .section {
    padding: 80px 0;
  }

  .intro-grid,
  .privacy .section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

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

  .service,
  .service + .service {
    min-height: auto;
    padding: 50px 0;
    border-left: 0;
  }

  .service + .service {
    border-top: 1px solid var(--line);
  }

  .service-number {
    margin-bottom: 22px;
  }

  .privacy .section {
    align-items: start;
  }

  .footer-inner {
    min-height: 150px;
    padding: 28px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .whatsapp-button {
    transition: none;
  }
}
