:root {
  --ink: #211a18;
  --coffee: #4b3423;
  --bronze: #a17217;
  --bronze-deep: #765615;
  --cream: #fff6ea;
  --taupe: #a98770;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100svh;
  margin: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: var(--sans);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(201, 209, 218, 0.54), transparent 29rem),
    radial-gradient(circle at 91% 15%, rgba(255, 222, 174, 0.76), transparent 32rem),
    radial-gradient(circle at 80% 86%, rgba(244, 199, 154, 0.54), transparent 31rem),
    linear-gradient(98deg, #e4e2e4 0%, #efe2d8 42%, #fff2dd 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  border: 0.16cqw solid rgba(151, 116, 75, 0.22);
  filter: blur(0.1px);
}

body::before {
  width: min(46vw, 46svh);
  height: min(46vw, 46svh);
  min-width: 24rem;
  min-height: 24rem;
  left: -21vw;
  top: -14vw;
  border-radius: 47% 53% 61% 39% / 44% 45% 55% 56%;
  transform: rotate(-18deg);
}

body::after {
  width: min(40vw, 40svh);
  height: min(40vw, 40svh);
  min-width: 22rem;
  min-height: 22rem;
  right: -14vw;
  bottom: -14vw;
  border-radius: 60% 40% 36% 64% / 45% 56% 44% 55%;
  transform: rotate(20deg);
}

.landing {
  position: relative;
  isolation: isolate;
  width: min(100vw, calc(100svh * 7 / 4));
  aspect-ratio: 7 / 4;
  overflow: hidden;
  container-type: size;
  background:
    radial-gradient(circle at 18% 10%, rgba(201, 209, 218, 0.32), transparent 29cqw),
    radial-gradient(circle at 92% 14%, rgba(255, 224, 181, 0.48), transparent 31cqw),
    radial-gradient(circle at 79% 83%, rgba(244, 205, 164, 0.35), transparent 29cqw),
    linear-gradient(98deg, rgba(229, 226, 229, 0.86) 0%, rgba(239, 225, 215, 0.9) 43%, rgba(255, 241, 221, 0.94) 100%);
  box-shadow: 0 2cqw 6cqw rgba(79, 55, 39, 0.11);
}

.landing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.34), rgba(255,255,255,0.08)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.17) 0 1px, transparent 1px 5.8cqw);
  mix-blend-mode: soft-light;
}

.landing::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 53% 50%, rgba(255,255,255,0.38), transparent 25cqw),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.2));
}

.corner {
  position: absolute;
  z-index: -1;
  width: 17.1cqw;
  opacity: 0.52;
  pointer-events: none;
}

.corner-top {
  top: -1.2cqw;
  right: -0.5cqw;
}

.corner-bottom {
  right: -0.15cqw;
  bottom: -2.1cqw;
  transform: rotate(180deg);
}

.site-header,
.hero {
  display: contents;
}

.brand {
  position: absolute;
  z-index: 5;
  top: 12.4%;
  left: 4.3%;
  display: grid;
  place-items: center;
  width: 12.6cqw;
  aspect-ratio: 1;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1.1cqw 1.8cqw rgba(93, 67, 49, 0.08));
}

.intro-heading {
  position: absolute;
  z-index: 4;
  top: 8.3%;
  left: 8.8%;
  right: 8.8%;
  text-align: center;
}

.eyebrow {
  margin: 0;
  font-family: var(--serif);
  font-size: 3.35cqw;
  line-height: 0.98;
  letter-spacing: -0.045em;
  background: linear-gradient(90deg, var(--ink) 0 45%, var(--bronze) 55% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h1 {
  max-width: none;
  margin: 5.6cqw auto 0;
  font-size: 1.55cqw;
  line-height: 1.23;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--ink) 0 32%, var(--bronze-deep) 45% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.copy-block {
  position: absolute;
  z-index: 3;
  left: 4.8%;
  top: 39.5%;
  width: 24.9%;
  text-align: center;
  font-size: 1.47cqw;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.copy-block p {
  margin: 0 0 1.05cqw;
}

.copy-block p:last-child {
  margin-bottom: 0;
}

.copy-block span,
.balance-card span,
.contact-details a {
  color: var(--bronze);
}

.balance-card {
  position: absolute;
  z-index: 3;
  left: 33.1%;
  top: 31.6%;
  width: 35.2cqw;
  aspect-ratio: 1.25 / 1;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 1.55cqw 5cqw rgba(89, 61, 39, 0.16));
}

.balance-card .ring {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.98;
}

.balance-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 0.3cqw;
  text-align: center;
  font-family: var(--serif);
  font-size: 2.52cqw;
  line-height: 1.17;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.profile-card {
  position: absolute;
  z-index: 3;
  right: 9.8%;
  top: 30.4%;
  width: 20.1cqw;
  display: grid;
  justify-items: center;
  gap: 1.35cqw;
}

.profile-card figure {
  margin: 0;
  width: 15.9cqw;
  aspect-ratio: 0.63;
  overflow: hidden;
  border-radius: 0.18cqw;
  background: rgba(255,255,255,0.2);
  box-shadow: 0 1.4cqw 3.1cqw rgba(57, 43, 36, 0.1);
}

.profile-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-card address {
  font-style: normal;
  text-align: center;
  font-size: 1.54cqw;
  line-height: 1.17;
  letter-spacing: -0.035em;
  color: var(--coffee);
}

.profile-card strong {
  font-weight: 500;
}

.contact-strip {
  position: absolute;
  z-index: 4;
  left: 25.1%;
  bottom: 5.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4cqw;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15cqw;
  min-width: 13.1cqw;
  padding: 0.43cqw 0.38cqw 0.43cqw 1.88cqw;
  border: 0.16cqw solid rgba(255,255,255,0.88);
  border-radius: 999px;
  color: #fffaf1;
  background: rgba(162, 129, 105, 0.92);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 1.19cqw;
  box-shadow: 0 1cqw 2.1cqw rgba(79, 55, 39, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-button:hover,
.contact-button:focus-visible {
  transform: translateY(-0.12cqw);
  background: rgba(143, 109, 84, 0.98);
  box-shadow: 0 1.2cqw 2.5cqw rgba(79, 55, 39, 0.23);
  outline: none;
}

.phone-badge {
  display: inline-grid;
  place-items: center;
  width: 2.6cqw;
  aspect-ratio: 1;
  border-radius: 999px;
  color: rgba(147, 112, 88, 0.92);
  background: #fff7ee;
  font-size: 1.15em;
  line-height: 1;
}

.contact-details {
  font-size: 1.42cqw;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.contact-details p {
  margin: 0;
}

.contact-details a {
  text-decoration: none;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  text-decoration: underline;
  outline: none;
}

@media (max-aspect-ratio: 7 / 4) {
  .landing {
    width: 100vw;
  }
}

@media (min-aspect-ratio: 7 / 4) {
  .landing {
    width: calc(100svh * 7 / 4);
  }
}

@media (max-width: 640px) and (orientation: portrait) {
  body {
    background-color: #efe3d7;
  }

  .landing {
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
