/*
Theme Name: Obituary Desk Coming Soon
Theme URI: https://obituarydesk.com/
Author: Obituary Desk
Description: A temporary, responsive Coming Soon page for ObituaryDesk.com.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: obituary-desk-coming-soon
*/

:root {
  --od-ink: #173c35;
  --od-muted: #5f817a;
  --od-line: #c7d9d5;
  --od-paper: #fbfaf7;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--od-paper);
  color: var(--od-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.od-coming-soon {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(24px, 2.6vw, 48px) clamp(24px, 3vw, 58px) clamp(32px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 38%, rgba(209, 219, 216, 0.16), transparent 34%),
    var(--od-paper);
}

.od-brand {
  display: inline-flex;
  align-items: center;
  max-width: 92vw;
  color: var(--od-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  white-space: nowrap;
}

.od-brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: clamp(58px, 4.4vw, 76px);
  height: clamp(58px, 4.4vw, 76px);
  margin-right: clamp(16px, 1.4vw, 24px);
  place-items: center;
  border: 1px solid var(--od-line);
  border-radius: 42% 58% 45% 55% / 56% 43% 57% 44%;
}

.od-brand-mark svg {
  width: 48%;
  height: 48%;
}

.od-brand-mark path {
  fill: none;
  stroke: #527a72;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.od-brand-name {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(38px, 3.35vw, 57px);
  letter-spacing: -0.045em;
}

.od-brand-primary {
  font-weight: 700;
}

.od-brand-secondary {
  margin-left: 0.18em;
  color: #708f88;
  font-weight: 400;
}

.od-trademark-wrap {
  position: relative;
}

.od-trademark {
  position: absolute;
  top: -0.48em;
  right: -1.22em;
  color: var(--od-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(9px, 0.64vw, 11px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.od-hero {
  width: min(100%, 1600px);
  margin: clamp(52px, 8vh, 116px) auto 0;
  display: grid;
  grid-template-columns: minmax(380px, 0.96fr) minmax(520px, 1.04fr);
  align-items: center;
  gap: clamp(44px, 7vw, 112px);
}

.od-copy {
  align-self: center;
  padding-bottom: clamp(20px, 5vh, 72px);
}

.od-copy h1 {
  margin: 0;
  color: var(--od-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 7.8vw, 132px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.od-copy p {
  max-width: 720px;
  margin: clamp(30px, 4vw, 52px) 0 0;
  color: var(--od-muted);
  font-size: clamp(21px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.od-visual {
  position: relative;
  width: 100%;
}

.od-visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .od-coming-soon {
    padding-inline: clamp(20px, 5vw, 48px);
  }

  .od-hero {
    grid-template-columns: 1fr;
    width: min(100%, 720px);
    margin-top: clamp(56px, 8vh, 88px);
    gap: 58px;
  }

  .od-copy {
    padding-bottom: 0;
  }

  .od-copy h1 {
    font-size: clamp(60px, 14vw, 100px);
  }

  .od-copy p {
    max-width: 620px;
    font-size: clamp(20px, 4.6vw, 29px);
  }

  .od-visual {
    width: 94%;
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .od-coming-soon {
    padding: 22px 20px 38px;
  }

  .od-brand {
    max-width: 94vw;
  }

  .od-brand-mark {
    width: 54px;
    height: 54px;
    margin-right: 13px;
  }

  .od-brand-name {
    font-size: clamp(32px, 10vw, 42px);
  }

  .od-trademark {
    top: -0.45em;
    right: -1.15em;
    font-size: 9px;
  }

  .od-hero {
    margin-top: 58px;
    gap: 48px;
  }

  .od-copy h1 {
    font-size: clamp(54px, 18vw, 76px);
    letter-spacing: -0.06em;
  }

  .od-copy p {
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.5;
  }

  .od-visual {
    width: 100%;
  }
}

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