@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("/assets/nunito-latin.woff2") format("woff2");
}

:root {
  --white: #ffffff;
  --sun: #ffd464;
  --coral: #ff5e5e;
  --rose: #e23c6a;
  --wine: #b0183d;
  --ink: #23171d;
  --ink-secondary: rgba(35, 23, 29, 0.7);
  --ink-tertiary: rgba(35, 23, 29, 0.48);
  --cream: #f7f4f1;
  --lilac: #ede6fb;
  --violet: #b79beb;
  --hairline: rgba(35, 23, 29, 0.11);
  --glass: rgba(255, 255, 255, 0.46);
  --glass-edge: rgba(255, 255, 255, 0.74);
  --shadow-soft: 0 18px 48px rgba(35, 23, 29, 0.07), 0 2px 8px rgba(35, 23, 29, 0.035);
  --radius: 24px;
  --shell: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(54rem 38rem at 81% 4%, rgba(255, 94, 94, 0.10), transparent 72%),
    radial-gradient(46rem 32rem at 11% 29%, rgba(255, 212, 100, 0.12), transparent 72%),
    var(--cream);
  color: var(--ink);
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(42rem 32rem at 96% 40%, rgba(183, 155, 235, 0.13), transparent 72%),
    radial-gradient(38rem 28rem at 8% 92%, rgba(255, 212, 100, 0.12), transparent 72%);
}

a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.22em;
}

a:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(176, 24, 61, 0.3);
  outline-offset: 5px;
}

.shell {
  width: min(calc(100% - 96px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  padding: 10px 14px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

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

.wordmark {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 54px;
  font-size: 17px;
  font-weight: 600;
}

.site-nav a,
.site-footer a {
  position: relative;
  text-decoration: none;
}

.site-nav a::after,
.site-footer a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after,
.site-footer a:hover::after,
.site-footer a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
  align-items: center;
  min-height: 610px;
  padding-block: 24px 68px;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 630px;
  padding-left: 2px;
}

.hero h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(64px, 5.55vw, 88px);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 0.99;
}

.hero-copy > p {
  max-width: 615px;
  margin: 42px 0 0;
  color: var(--ink-secondary);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.52;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  margin-top: 43px;
  color: var(--wine);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.email-link span {
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.email-link:hover span {
  border-color: currentColor;
}

.line-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  margin-right: calc((100vw - min(100vw, var(--shell))) / -2);
  overflow: hidden;
  isolation: isolate;
}

.hero-art picture {
  position: absolute;
  top: 0;
  left: -15%;
  width: 115%;
  height: 116%;
  display: block;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.34) 7%, #000 19%),
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 80%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.34) 7%, #000 19%),
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 80%, transparent 100%);
  mask-composite: intersect;
}

.hero-fold {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 52%;
}

.about {
  padding-block: 72px 52px;
  border-top: 1px solid var(--hairline);
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1.18fr);
  gap: 60px;
  align-items: start;
  margin-bottom: 48px;
}

.about h2,
.contact-panel h2,
.interior-hero h1,
.legal-header h1 {
  margin: 0;
  font-size: clamp(42px, 4.1vw, 62px);
  font-weight: 650;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.about-intro p {
  max-width: 630px;
  margin: 4px 0 0;
  color: var(--ink-secondary);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.48;
}

.principles {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hairline);
}

.principles li {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  min-height: 96px;
  border-bottom: 1px solid var(--hairline);
  font-size: clamp(21px, 1.9vw, 28px);
  letter-spacing: -0.022em;
}

.principle-icon {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: var(--coral);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-wrap {
  padding-block: 42px 28px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 52px;
  min-height: 218px;
  padding: 38px 46px;
  border: 1px solid var(--glass-edge);
  border-radius: var(--radius);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.54), rgba(237, 230, 251, 0.52)),
    rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  backdrop-filter: blur(22px) saturate(1.15);
}

.contact-panel p {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--ink-secondary);
  font-size: 18px;
}

.email-link-large {
  justify-self: end;
  margin: 0;
  font-size: clamp(17px, 1.6vw, 22px);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 98px;
  margin-top: 20px;
  border-top: 1px solid var(--hairline);
  color: var(--ink-secondary);
  font-size: 15px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 42px;
}

.interior-page {
  display: flex;
  flex-direction: column;
}

.interior-main {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: calc(100vh - 258px);
}

.interior-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  align-items: center;
  gap: 90px;
  width: 100%;
  padding-block: 60px 100px;
}

.interior-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.interior-hero h1,
.legal-header h1 {
  font-size: clamp(60px, 6vw, 92px);
}

.interior-copy > p {
  max-width: 560px;
  margin: 34px 0 0;
  color: var(--ink-secondary);
  font-size: clamp(19px, 1.65vw, 24px);
}

.email-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  width: min(100%, 610px);
  min-height: 104px;
  margin-top: 50px;
  padding: 24px 26px;
  border: 1px solid var(--glass-edge);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.49);
  box-shadow: var(--shadow-soft);
  color: var(--wine);
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  backdrop-filter: blur(20px) saturate(1.15);
}

.email-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 22px 55px rgba(35, 23, 29, 0.10), 0 2px 8px rgba(35, 23, 29, 0.04);
}

.email-card small {
  display: block;
  margin-bottom: 3px;
  color: var(--ink-tertiary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.arrow-icon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interior-art {
  position: relative;
  min-height: 530px;
}

.interior-art::before,
.interior-art::after {
  content: "";
  position: absolute;
  inset: 8% 0 0 6%;
}

.interior-art::before {
  border-radius: 48% 52% 44% 56% / 42% 38% 62% 58%;
  background:
    radial-gradient(ellipse at 44% 48%, rgba(255, 94, 94, 0.76), rgba(255, 94, 94, 0.20) 34%, transparent 66%),
    radial-gradient(ellipse at 74% 34%, rgba(255, 212, 100, 0.72), rgba(255, 212, 100, 0.18) 36%, transparent 66%),
    radial-gradient(ellipse at 64% 74%, rgba(183, 155, 235, 0.60), rgba(183, 155, 235, 0.14) 36%, transparent 68%);
  filter: blur(20px);
  opacity: 0.82;
  transform: rotate(-7deg);
}

.interior-art::after {
  inset: 18% 8% 14% 12%;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 42% 58% 46% 54% / 57% 42% 58% 43%;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 28px 80px rgba(35, 23, 29, 0.08);
  transform: rotate(10deg);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  backdrop-filter: blur(24px) saturate(1.2);
}

.legal-main {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(460px, 1.25fr);
  gap: clamp(70px, 9vw, 150px);
  padding-block: 82px 110px;
}

.legal-header {
  position: sticky;
  top: 64px;
  align-self: start;
}

.legal-header .effective-date {
  margin: 30px 0 0;
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-header > p:last-child {
  max-width: 490px;
  margin: 26px 0 0;
  color: var(--ink-secondary);
  font-size: 20px;
}

.legal-content {
  border-top: 1px solid var(--hairline);
}

.legal-content section {
  padding-block: 40px 44px;
  border-bottom: 1px solid var(--hairline);
}

.legal-content h2 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -0.026em;
  line-height: 1.25;
}

.legal-content p {
  margin: 0;
  color: var(--ink-secondary);
}

.legal-content p + p {
  margin-top: 18px;
}

.legal-content a {
  color: var(--wine);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .hero-art {
    margin-right: -32px;
  }

  .about h2 {
    font-size: 38px;
  }

  .interior-hero {
    gap: 45px;
  }
}

@media (max-width: 900px) {
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .email-link-large {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 44px), var(--shell));
  }

  .site-header {
    min-height: 94px;
  }

  .site-nav {
    gap: 28px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 48px 76px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-copy > p {
    margin-top: 30px;
  }

  .hero-art {
    min-height: 370px;
    margin: -48px -22px -36px 12%;
    z-index: 0;
  }

  .hero-art picture {
    top: 0;
    left: -23%;
    width: 132%;
    height: 108%;
  }

  .about {
    padding-top: 72px;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }

  .about-intro p {
    max-width: 650px;
  }

  .contact-panel {
    padding: 38px;
  }

  .interior-main {
    min-height: auto;
  }

  .interior-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 64px 90px;
  }

  .interior-art {
    min-height: 340px;
    margin-top: -40px;
    z-index: 0;
  }

  .legal-main {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-block: 64px 90px;
  }

  .legal-header {
    position: static;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header {
    align-items: flex-start;
    min-height: 104px;
    padding-top: 24px;
  }

  .wordmark {
    max-width: 150px;
    font-size: 22px;
    line-height: 1.06;
  }

  .site-nav {
    gap: 20px;
    padding-top: 3px;
    font-size: 15px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 62px);
    line-height: 1.01;
  }

  .hero-copy > p {
    font-size: 17px;
  }

  .email-link {
    gap: 12px;
    margin-top: 34px;
    font-size: 15px;
  }

  .email-link .line-icon {
    width: 26px;
    height: 26px;
  }

  .hero-art {
    min-height: 300px;
    margin: -38px -16px -18px 0;
  }

  .hero-art picture {
    top: 0;
    left: -34%;
    width: 150%;
    height: 100%;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 10%, #000 24%),
      linear-gradient(to bottom, transparent 0%, #000 14%, #000 82%, transparent 100%);
    mask-image:
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 10%, #000 24%),
      linear-gradient(to bottom, transparent 0%, #000 14%, #000 82%, transparent 100%);
  }

  .about {
    padding-block: 62px 44px;
  }

  .about h2,
  .contact-panel h2 {
    font-size: 40px;
  }

  .about-intro p {
    font-size: 18px;
  }

  .principles li {
    grid-template-columns: 50px 1fr;
    min-height: 96px;
    font-size: 19px;
  }

  .principle-icon {
    width: 31px;
    height: 31px;
  }

  .contact-wrap {
    padding-block: 38px 24px;
  }

  .contact-panel {
    gap: 30px;
    padding: 30px 24px;
  }

  .contact-panel p {
    font-size: 16px;
  }

  .email-link-large {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    min-height: 142px;
    padding-block: 34px;
  }

  .site-footer nav {
    gap: 30px;
  }

  .interior-hero h1,
  .legal-header h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .interior-copy > p {
    margin-top: 26px;
    font-size: 18px;
  }

  .email-card {
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    gap: 13px;
    margin-top: 38px;
    padding: 21px 18px;
    overflow-wrap: anywhere;
  }

  .email-card .line-icon {
    width: 28px;
    height: 28px;
  }

  .interior-art {
    min-height: 270px;
  }

  .legal-main {
    gap: 46px;
  }

  .legal-header > p:last-child {
    font-size: 18px;
  }

  .legal-content section {
    padding-block: 32px 36px;
  }

  .legal-content h2 {
    font-size: 23px;
  }
}

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

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

@media (prefers-contrast: more) {
  :root {
    --ink-secondary: rgba(35, 23, 29, 0.88);
    --hairline: rgba(35, 23, 29, 0.28);
  }

  .contact-panel,
  .email-card {
    border-color: rgba(35, 23, 29, 0.3);
  }
}
