:root {
  --hp-black: #030303;
  --hp-white: #e8e8e8;
  --hp-body: #b0b0b0;
  --hp-meta: #686868;
  --hp-border: rgba(255,255,255,0.09);
  --hp-border-strong: rgba(255,255,255,0.18);
  --hp-sc: 'Cormorant SC', 'Palatino Linotype', Georgia, serif;
  --hp-serif: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif;
}

body,
.wp-site-blocks,
.editor-styles-wrapper {
  background: var(--hp-black);
  color: var(--hp-body);
}

.entry-content > .hp-section,
.is-layout-constrained > .hp-section,
.hp-section {
  box-sizing: border-box;
}

.hp-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 28px;
}

.hp-section.alignfull,
.alignfull.hp-section {
  max-width: none;
  width: 100%;
}

.hp-narrow {
  max-width: 980px;
}

.hp-hero {
  min-height: 76vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 70% 70% at 65% 45%, #0c0c10 0%, transparent 65%),
    var(--hp-black);
}

.hp-hero-grid {
  gap: 2rem;
}

.hp-hero-grid .wp-block-column {
  margin-top: 0 !important;
}

.hp-eyebrow,
.hp-meta,
.hp-signature,
.hp-item-number,
.hp-details summary,
.hp-hero-kicker {
  font-family: var(--hp-sc);
  letter-spacing: 0.18em;
}

.hp-hero-kicker {
  color: var(--hp-body);
  font-size: 0.62rem;
  line-height: 1.85;
  margin: 0;
}

.hp-eyebrow {
  color: var(--hp-body);
  font-size: 0.72rem;
  margin: 0 0 14px;
}

.hp-hero-title,
.hp-page-title {
  font-family: var(--hp-serif);
  color: var(--hp-white);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
}

.hp-hero-title {
  font-size: clamp(3.25rem, 6.1vw, 6rem);
  max-width: 6.5ch;
}

.hp-hero-title em {
  display: block;
  font-style: italic;
  color: var(--hp-white);
  margin-top: 0.12em;
}

.hp-page-title {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  margin-bottom: 1.4rem;
}

.hp-body,
.hp-contact-list,
.hp-contact-list li,
.hp-quote p {
  font-family: var(--hp-serif);
  color: var(--hp-body);
  font-size: 1rem;
  line-height: 1.9;
}

.hp-hero-body {
  max-width: 22ch;
  font-size: 0.98rem;
  line-height: 1.95;
  margin: 0 0 1rem;
}

.hp-meta {
  color: var(--hp-meta);
  font-size: 0.64rem;
  margin: 0;
}

.hp-hero-meta {
  max-width: 16ch;
  line-height: 1.8;
}

.hp-note {
  font-family: var(--hp-serif);
  color: var(--hp-meta);
  font-size: 0.95rem;
  line-height: 1.8;
}

.hp-hero-note {
  font-size: 0.84rem;
  line-height: 2;
  margin: 0;
  max-width: 22ch;
}

.hp-strong {
  color: var(--hp-white);
  font-weight: 500;
}

.hp-signature {
  color: var(--hp-meta);
  font-size: 0.62rem;
  margin-top: 22px;
}

.hp-signature-tight {
  margin: 0 0 0.8rem;
  line-height: 1.9;
  max-width: 18ch;
}

.hp-phone {
  font-family: var(--hp-serif);
  color: var(--hp-white);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  margin: 0 0 10px;
}

.hp-button-wrap .wp-block-button__link,
.hp-button {
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--hp-border-strong);
  color: var(--hp-white);
  font-family: var(--hp-serif);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 16px 28px;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
}

.hp-button-wrap .wp-block-button__link:hover,
.hp-button:hover {
  background: rgba(255,255,255,0.12);
  color: var(--hp-white);
}

.hp-hero-phonewrap .wp-block-button__link,
.hp-hero-phone {
  display: inline-block;
  min-width: 86px;
  padding: 0.9rem 0.9rem;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}

.hp-rule {
  border: 0;
  border-top: 1px solid var(--hp-border);
  margin: 28px 0;
  max-width: 320px;
}

.hp-rule-wide {
  max-width: none;
}

.hp-quote {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.hp-quote p {
  color: var(--hp-white);
  font-size: 1.7rem;
  font-style: italic;
  line-height: 1.45;
}

.hp-quote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--hp-sc);
  color: var(--hp-meta);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  font-style: normal;
}

.hp-arch-list {
  margin-top: 0;
}

.hp-arch-item {
  border-bottom: 1px solid var(--hp-border);
  padding: 26px 0;
}

.hp-item-number {
  color: rgba(232,232,232,0.45);
  font-size: 0.7rem;
  margin: 0 0 10px;
}

.hp-item-title {
  font-family: var(--hp-serif);
  color: var(--hp-white);
  font-size: 1.22rem;
  line-height: 1.3;
  margin: 0 0 10px;
}

.hp-arch-item--secondary .hp-item-title {
  color: #cccccc;
  font-size: 1.08rem;
}

.hp-closing {
  color: var(--hp-white);
  margin-top: 28px;
}

.hp-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hp-contact-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--hp-border);
}

.hp-contact-list strong {
  display: inline-block;
  min-width: 160px;
  color: var(--hp-meta);
  font-family: var(--hp-sc);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  font-weight: 400;
  text-transform: uppercase;
}

.hp-contact-list a {
  color: var(--hp-white);
  text-decoration: none;
}

.hp-contact-list a:hover {
  text-decoration: underline;
}

.hp-details {
  border-top: 1px solid var(--hp-border);
  padding: 18px 0;
}

.hp-details:last-child {
  border-bottom: 1px solid var(--hp-border);
}

.hp-details summary {
  color: #cccccc;
  cursor: pointer;
  font-family: var(--hp-serif);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  list-style: none;
}

.hp-details[open] summary {
  color: var(--hp-white);
}

.hp-details summary::-webkit-details-marker {
  display: none;
}

.hp-details summary::after {
  content: '+';
  float: right;
  color: var(--hp-meta);
}

.hp-details[open] summary::after {
  content: '−';
}

.hp-details .hp-body {
  padding: 18px 0 0 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
  max-width: none;
}

@media (max-width: 1100px) {
  .hp-hero-grid {
    gap: 1.25rem;
  }

  .hp-hero-title {
    font-size: clamp(2.8rem, 5.5vw, 4.75rem);
  }
}

@media (max-width: 782px) {
  .hp-section {
    padding: 56px 20px;
  }

  .hp-hero {
    min-height: auto;
  }

  .hp-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .hp-hero-title,
  .hp-hero-body,
  .hp-hero-meta,
  .hp-hero-note,
  .hp-signature-tight {
    max-width: none;
  }

  .hp-hero-phonewrap .wp-block-button__link,
  .hp-hero-phone {
    min-width: 0;
    width: 100%;
    line-height: 1.6;
  }

  .hp-quote p {
    font-size: 1.4rem;
  }

  .hp-contact-list strong {
    display: block;
    min-width: 0;
    margin-bottom: 6px;
  }
}
