:root {
  --olive: #414733;
  --sage: #819575;
  --sage-light: #dce6d4;
  --peach: #e39a73;
  --peach-light: #f9ddd0;
  --sand: #bea388;
  --cream: #fdf8ef;
  --paper: #fffdf9;
  --yellow: #f2c866;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(65, 71, 51, 0.13);
  --font-body: "Montserrat", Arial, sans-serif;
  --font-display: "Poppins", Arial, sans-serif;
  --font-heading: "Life Savers", cursive;
}

@font-face {
  font-family: "Signature";
  src:
    url("fonts/signature.woff2") format("woff2"),
    url("fonts/signature.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--olive);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 6% 18%, rgba(242, 200, 102, 0.2), transparent 17rem),
    radial-gradient(circle at 92% 8%, rgba(227, 154, 115, 0.18), transparent 21rem),
    var(--cream);
}

.container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  position: relative;
  z-index: 5;
}

.brand img {
  width: 148px;
  height: 88px;
  object-fit: contain;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  background: var(--white);
  border: 1px solid rgba(65, 71, 51, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(65, 71, 51, 0.08);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-call span {
  color: var(--peach);
  font-size: 11px;
}

.header-call:hover {
  transform: translateY(-2px) rotate(-1deg);
  box-shadow: 0 13px 30px rgba(65, 71, 51, 0.13);
}

.hero {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  align-items: center;
  gap: clamp(38px, 7vw, 100px);
  min-height: 540px;
  padding: 36px 3% 70px;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.kicker,
.section-label {
  margin: 0 0 18px;
  color: var(--peach);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  color: var(--olive);
  background: var(--yellow);
  border-radius: 50% 45% 50% 40%;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 650px;
  font-size: clamp(52px, 6.8vw, 88px);
  line-height: 0.95;
}

h1 span {
  display: block;
  color: var(--peach);
  font-style: italic;
}

.hero__text {
  max-width: 500px;
  margin: 27px 0 30px;
  color: #686d5c;
  font-family: var(--font-body);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
}

.hero__text strong {
  color: var(--olive);
  font-weight: 400;
}

.soon {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  padding: 16px 28px 16px 15px;
  background: var(--white);
  border: 2px solid rgba(227, 154, 115, 0.55);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(65, 71, 51, 0.13);
  transform: rotate(-1.5deg);
}

.soon__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  color: var(--olive);
  background: var(--yellow);
  border-radius: 46% 54% 42% 58%;
  font-size: 29px;
}

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

.soon small {
  margin-bottom: 5px;
  color: var(--peach);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.soon strong {
  color: var(--olive);
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__visual {
  min-height: 440px;
  position: relative;
}

.portrait {
  width: min(360px, 82%);
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: var(--peach-light);
  border: 9px solid var(--white);
  border-radius: 46% 54% 48% 52% / 36% 42% 58% 64%;
  box-shadow: var(--shadow);
  transform: rotate(2.5deg);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.shape {
  position: absolute;
  z-index: 1;
}

.shape--sage {
  width: 188px;
  height: 168px;
  top: -20px;
  right: 0;
  background: var(--sage);
  border-radius: 40% 60% 65% 35% / 48% 43% 57% 52%;
  transform: rotate(17deg);
}

.shape--peach {
  width: 145px;
  height: 128px;
  bottom: -5px;
  left: -5px;
  background: var(--peach);
  border-radius: 62% 38% 45% 55% / 42% 54% 46% 58%;
  transform: rotate(-19deg);
}

.shape--sand {
  width: 75px;
  height: 75px;
  top: 46%;
  left: -25px;
  background: var(--yellow);
  border-radius: 50%;
}

.visual-note {
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 225px;
  margin: 0;
  padding: 13px 17px;
  position: absolute;
  right: -28px;
  bottom: 35px;
  z-index: 3;
  background: var(--white);
  border-radius: 18px 18px 4px 18px;
  box-shadow: 0 14px 30px rgba(65, 71, 51, 0.13);
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 1.4;
  transform: rotate(-2deg);
}

.visual-note span {
  color: var(--peach);
}

.visual-note > span:last-child {
  color: var(--olive);
}

.visual-note small,
.visual-note strong {
  display: block;
}

.visual-note small {
  margin-bottom: 2px;
  color: #8d907f;
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-note strong {
  font-weight: 400;
}

.confetti {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.confetti--one {
  width: 18px;
  height: 42px;
  top: 36%;
  left: 3%;
  background: var(--sage);
  border-radius: 999px;
  transform: rotate(40deg);
}

.confetti--two {
  width: 28px;
  height: 28px;
  top: 17%;
  right: 4%;
  border: 7px solid var(--yellow);
  border-radius: 50%;
}

.confetti--three {
  width: 33px;
  height: 13px;
  top: 57%;
  right: 3%;
  background: var(--peach);
  border-radius: 999px;
  transform: rotate(-35deg);
}

.contact {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 80px);
  padding: 52px;
  background: var(--olive);
  color: var(--white);
  border-radius: 36px 36px 12px 36px;
  box-shadow: 0 30px 80px rgba(65, 71, 51, 0.17);
}

.contact__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__intro .section-label {
  color: var(--yellow);
}

.contact__intro h2 {
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.02;
}

.contact__intro h2 span {
  display: block;
  color: var(--peach);
  font-style: italic;
}

.contact__intro > p:last-child {
  margin: 20px 0 0;
  color: #d5d8ca;
  font-size: 13px;
  line-height: 1.65;
}

.contact__cards {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 10px;
}

.contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 17px;
  color: var(--olive);
  background: var(--paper);
  border-radius: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card:hover {
  transform: translateY(-3px) rotate(-0.4deg);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.contact-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--sage-light);
  border-radius: 14px;
  font-size: 20px;
}

.contact-card__icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.contact-card--instagram .contact-card__icon {
  background: var(--peach-light);
}

.contact-card--mail .contact-card__icon,
.contact-card--address .contact-card__icon {
  background: var(--peach-light);
}

.contact-card small,
.contact-card strong {
  display: block;
}

.contact-card small {
  margin-bottom: 4px;
  color: #898d7d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.4;
}

.contact-card__arrow {
  color: var(--peach);
  font-size: 19px;
}

.footer {
  padding-block: 22px 30px;
  color: #888c7d;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sidebar-footer-note {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  color: rgba(65, 71, 51, 0.58);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}

.sidebar-footer-note .fa-heart {
  display: inline-flex;
  justify-content: center;
  width: 14px;
  color: var(--peach);
  text-align: center;
  transition: color 1s ease, transform 1s ease;
}

.sidebar-footer-note .fa-heart::before {
  content: "♥";
}

.sidebar-footer-note a {
  text-decoration: none;
}

.sidebar-footer-note .signature {
  display: inline-block;
  margin-left: 2px;
  color: var(--sage);
  font-family: "Signature", cursive;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transition: color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.footer:hover .sidebar-footer-note .fa-heart {
  color: var(--peach);
  animation: signature-pulse 1s infinite;
}

.footer:hover .sidebar-footer-note .signature {
  color: var(--peach);
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.u-VisuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

@keyframes signature-pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.9);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr 0.85fr;
    gap: 20px;
    padding-inline: 0;
  }

  .visual-note {
    right: -4px;
  }

  .contact {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .contact__intro > p:last-child {
    max-width: 580px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 520px);
  }

  .header {
    min-height: 86px;
  }

  .brand img {
    width: 120px;
    height: 70px;
  }

  .header-call {
    padding: 9px 12px;
    font-size: 10px;
  }

  .soon {
    width: 100%;
    max-width: 390px;
    padding: 14px 18px 14px 13px;
  }

  .soon__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 45px 2px 60px;
  }

  h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .hero__visual {
    min-height: 400px;
    margin-top: 20px;
  }

  .portrait {
    height: 390px;
  }

  .visual-note {
    right: 0;
    bottom: 18px;
  }

  .shape--sage {
    right: -10px;
  }

  .contact {
    gap: 30px;
    padding: 30px 18px 18px;
    border-radius: 28px 28px 9px 28px;
  }

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

  .footer__main {
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__content {
    animation: appear 650ms ease-out both;
  }

  .hero__visual {
    animation: appear 650ms 100ms ease-out both;
  }

  .contact {
    animation: appear 650ms 180ms ease-out both;
  }

  .soon__icon {
    animation: sunny 4s ease-in-out infinite;
  }

  @keyframes appear {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes sunny {
    0%,
    100% {
      transform: rotate(-5deg) scale(1);
    }
    50% {
      transform: rotate(8deg) scale(1.06);
    }
  }
}
