@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/geist-latin.woff2") format("woff2");
}

:root {
  --pink: #f4bfd2;
  --pink-light: #fee9f0;
  --pink-bright: #e98fb1;
  --pink-accent: #dc7fa4;
  --berry: #53152e;
  --berry-soft: #6b2340;
  --white-pink: #fff5f8;
  --line: rgba(83, 21, 46, 0.25);
  --soft-line: rgba(83, 21, 46, 0.14);
  --rose-shadow: rgba(83, 21, 46, 0.16);
  --pad: clamp(20px, 5vw, 76px);
  --sans: "Geist", Arial, Helvetica, sans-serif;
  --display: "Bodoni 72", Didot, "Iowan Old Style", Baskerville, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

body {
  margin: 0;
  color: var(--berry);
  background: var(--pink);
  font-family: var(--sans);
  line-height: 1.4;
}

body::selection {
  color: var(--berry);
  background: var(--pink-bright);
}

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

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--berry);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--berry);
  background: var(--pink-accent);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  height: 74px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  background: rgba(243, 191, 209, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  line-height: 1;
}

.wordmark strong {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.wordmark span {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.34em;
}

.header nav {
  display: flex;
  gap: 34px;
}

.header nav a,
.header-cta {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.header nav a:hover {
  border-color: currentColor;
}

.header-cta {
  display: flex;
  min-width: 94px;
  height: 42px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 0 16px;
  color: var(--berry);
  background: var(--pink-accent);
  border: 1px solid rgba(83, 21, 46, 0.35);
  transition: color 160ms ease, background 160ms ease;
}

.header-cta:hover {
  color: var(--berry);
  background: transparent;
}

.hero {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 96px) var(--pad);
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 245, 248, 0.78), transparent 35%),
    var(--pink);
}

.hero-copy::after {
  position: absolute;
  width: 118px;
  height: 1px;
  bottom: 42px;
  left: var(--pad);
  background: var(--pink-accent);
  content: "";
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(72px, 7.4vw, 112px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.78;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  margin-top: 0.25em;
  font-family: var(--sans);
  font-size: 0.42em;
  font-weight: 650;
  letter-spacing: 0.15em;
  line-height: 1;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 32px 0;
}

.service-list span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-list span + span::before {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 22px 4px 0;
  background: currentColor;
  content: "";
}

.primary-cta {
  display: flex;
  width: min(100%, 238px);
  height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--berry);
  background: var(--pink-accent);
  border: 1px solid rgba(83, 21, 46, 0.35);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.primary-cta:hover {
  color: var(--berry);
  background: transparent;
}

.hero-image {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
  margin: 0;
  padding: clamp(36px, 4.5vw, 64px);
  background:
    radial-gradient(circle at 75% 23%, rgba(255, 245, 248, 0.76), transparent 28%),
    linear-gradient(145deg, #f7c9d9, #ea9fba);
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.hero-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 350px);
  aspect-ratio: 4 / 5;
  padding: 7px;
  background: var(--white-pink);
  border: 1px solid rgba(83, 21, 46, 0.18);
  box-shadow: 0 24px 55px var(--rose-shadow);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-frame:hover img {
  transform: scale(1.025);
}

.work {
  padding: clamp(68px, 7vw, 100px) var(--pad) clamp(72px, 8vw, 110px);
  background: var(--pink-light);
  overflow: hidden;
}

.section-title {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  max-width: 820px;
  margin-bottom: clamp(28px, 3.5vw, 42px);
  margin-inline: auto;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.section-title h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.24em;
  line-height: 1;
}

.pricing-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.section-title > a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: opacity 160ms ease;
}

.section-title > a:hover {
  opacity: 0.58;
}

.work-grid {
  display: grid;
  max-width: 820px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3.2vw, 44px);
  align-items: start;
  margin-inline: auto;
}

.work-item {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  padding: 8px;
  background: var(--white-pink);
  border: 1px solid var(--soft-line);
  box-shadow: 0 24px 55px rgba(83, 21, 46, 0.1);
  overflow: hidden;
}

.work-item-large {
  grid-row: auto;
}

.work-item:nth-child(2) {
  margin-top: clamp(18px, 2.2vw, 30px);
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.work-item:hover img {
  transform: scale(1.025);
}

.pricing {
  padding: clamp(70px, 8vw, 110px) var(--pad);
  color: var(--berry);
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 245, 248, 0.72), transparent 30%),
    linear-gradient(145deg, #f8d2df, var(--pink));
}

.pricing-heading {
  max-width: 1160px;
  margin-bottom: clamp(35px, 5vw, 58px);
  margin-inline: auto;
}

.price-menu {
  max-width: 1160px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.price-menu details {
  border-bottom: 1px solid var(--line);
}

.price-menu summary {
  display: grid;
  grid-template-columns: 1fr auto 38px;
  align-items: center;
  gap: 18px;
  padding: clamp(20px, 2.5vw, 30px) 0;
  cursor: pointer;
  list-style: none;
}

.price-menu summary::-webkit-details-marker {
  display: none;
}

.price-menu summary > strong {
  font-family: var(--display);
  font-size: clamp(36px, 3.8vw, 58px);
  font-weight: 400;
  letter-spacing: 0.015em;
}

.summary-price {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.summary-toggle {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--berry);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 20px;
  transition: transform 180ms ease;
}

.price-menu details[open] .summary-toggle {
  transform: rotate(45deg);
}

.price-content {
  max-width: 860px;
  margin: 0 0 clamp(34px, 5vw, 68px) 73px;
  padding: clamp(22px, 3vw, 38px);
  color: var(--berry);
  background: var(--white-pink);
  border: 1px solid var(--line);
}

.price-content-two {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 90px);
}

.price-content h3 {
  margin: 0 0 23px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.price-rows {
  display: flex;
  flex-direction: column;
}

.price-row,
.price-extra {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.price-row > div {
  display: flex;
  flex-direction: column;
}

.price-row strong,
.price-extra span {
  font-size: 12px;
  font-weight: 650;
}

.price-row span {
  margin-top: 2px;
  color: var(--berry-soft);
  font-size: 11px;
}

.price-row b,
.price-extra b {
  font-size: 15px;
  font-weight: 750;
}

.price-extra {
  margin-top: 15px;
}

.pricing-note {
  max-width: 1160px;
  margin: 20px auto 0;
  color: var(--berry-soft);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.booking {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px var(--pad);
  color: var(--berry);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 245, 248, 0.62), transparent 35%),
    linear-gradient(145deg, var(--pink-light), var(--pink-bright));
  border-bottom: 1px solid var(--line);
  text-align: center;
  overflow: hidden;
}

.booking::before {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(83, 21, 46, 0.3);
  content: "";
  pointer-events: none;
}

.booking h2 {
  position: relative;
  margin: 0;
  max-width: 1000px;
  font-family: var(--display);
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.06;
  text-wrap: balance;
  word-spacing: 0.18em;
}

.booking > a {
  position: relative;
  display: flex;
  min-width: min(100%, 300px);
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 21px;
  color: var(--berry);
  background: var(--pink-accent);
  border: 1px solid rgba(83, 21, 46, 0.35);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.booking > a:hover {
  color: var(--berry);
  background: transparent;
}

.footer {
  display: grid;
  min-height: 110px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px var(--pad);
  color: var(--berry);
  background: var(--pink);
  border-top: 1px solid var(--line);
}

.footer > p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.northline-credit {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 13px;
}

.northline-label {
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.northline-logo {
  display: grid;
  width: 128px;
  height: 48px;
  place-content: center;
  padding: 5px 14px 4px;
  color: #2b2728;
  background: var(--white-pink);
  border: 1px solid var(--line);
  line-height: 1;
  text-align: center;
}

.northline-logo strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.northline-logo small {
  margin-top: 4px;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.northline-arrow {
  font-size: 14px;
  transition: transform 160ms ease;
}

.northline-credit:hover .northline-arrow {
  transform: translate(2px, -2px);
}

.mobile-book {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 460px;
  }

  .hero-image {
    min-height: 0;
    padding: 46px 28px 56px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-frame {
    width: min(64%, 350px);
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .work-item-large {
    grid-column: auto;
    grid-row: auto;
  }

  .price-content-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  :root {
    --pad: 18px;
  }

  body {
    padding-bottom: 67px;
  }

  .header {
    height: 66px;
    grid-template-columns: 1fr auto;
  }

  .header nav {
    display: none;
  }

  .header-cta {
    min-width: 96px;
    height: 38px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    min-height: 410px;
    justify-content: flex-end;
    padding-top: 76px;
    padding-bottom: 52px;
  }

  .hero-copy::after {
    bottom: 32px;
  }

  .hero h1 {
    font-size: clamp(56px, 16vw, 72px);
    line-height: 0.82;
  }

  .service-list {
    gap: 9px 12px;
    margin: 26px 0;
  }

  .service-list span {
    font-size: 11px;
  }

  .service-list span + span::before {
    width: 10px;
    margin-right: 12px;
  }

  .primary-cta {
    width: 100%;
  }

  .hero-image {
    min-height: 0;
    padding: 38px 20px 46px;
  }

  .hero-frame {
    width: min(74vw, 270px);
  }

  .section-title {
    min-height: 38px;
    margin-bottom: 24px;
    padding-bottom: 13px;
  }

  .section-title > a {
    font-size: 9px;
  }

  .pricing-heading h2 {
    font-size: clamp(50px, 16vw, 70px);
  }

  .work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-inline: auto;
    padding: 0;
    overflow: visible;
  }

  .work-item,
  .work-item-large {
    width: auto;
    min-width: 0;
    height: auto;
    margin-top: 0;
    padding: 5px;
    aspect-ratio: 4 / 5;
  }

  .work-item:nth-child(2) {
    margin-top: 18px;
  }

  .price-menu summary {
    grid-template-columns: 1fr 32px;
    gap: 10px;
  }

  .price-menu summary > strong {
    font-size: 29px;
  }

  .summary-price {
    display: none;
  }

  .summary-toggle {
    width: 32px;
    height: 32px;
  }

  .price-content {
    margin-left: 0;
    padding: 22px 16px;
  }

  .booking {
    min-height: 330px;
    padding: 68px 28px;
  }

  .booking::before {
    inset: 16px;
  }

  .booking h2 {
    font-size: clamp(42px, 12vw, 56px);
    letter-spacing: 0.045em;
    line-height: 1.06;
    word-spacing: 0.16em;
  }

  .booking > a {
    margin-top: 26px;
  }

  .footer {
    min-height: 104px;
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .footer-wordmark,
  .footer > p {
    display: none;
  }

  .northline-credit {
    justify-self: center;
    gap: 11px;
  }

  .northline-label {
    font-size: 7px;
  }

  .northline-logo {
    width: 118px;
    height: 44px;
  }

  .northline-logo strong {
    font-size: 18px;
  }

  .mobile-book {
    position: fixed;
    z-index: 60;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: var(--berry);
    background: var(--pink-accent);
    border: 1px solid var(--white-pink);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
