@font-face {
  font-family: "Allura Local";
  src: url("/static/fonts/allura.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Barlow Local";
  src: url("/static/fonts/barlow-regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Barlow Local";
  src: url("/static/fonts/barlow-medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Poppins Local";
  src: url("/static/fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400;
}

:root {
  color-scheme: light;
  --ink: #333333;
  --muted: #6b5f52;
  --paper: #ffffff;
  --soft: #f6f3f1;
  --line: #ddd4cb;
  --accent: #ff8f05;
  --canvas: 1140px;
  font-family: "Poppins Local", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Poppins Local", Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.webwave-frame {
  position: relative;
  width: min(var(--canvas), calc(100vw - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 96px;
  display: grid;
  grid-template-columns: 245px 1fr;
  align-items: start;
  width: min(var(--canvas), calc(100vw - 40px));
  margin: 0 auto;
  padding-top: 10px;
  background: var(--paper);
}

.brand {
  display: block;
  width: 245px;
  height: 76px;
}

.brand img {
  width: 245px;
  height: 76px;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  padding-top: 12px;
}

nav a {
  min-width: 71px;
  height: 45px;
  display: block;
  padding: 0 13px;
  color: var(--ink);
  font-family: "Poppins Local", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
  text-align: right;
}

nav a:hover,
nav a:focus-visible,
.product-title-link:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--accent);
}

h1,
h2,
h3,
p,
li,
dd,
dt {
  overflow-wrap: anywhere;
}

p {
  margin: 0;
}

.script-title {
  margin: 0;
  color: var(--ink);
  font-family: "Allura Local", cursive;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Barlow Local", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.home-hero,
.home-hero-frame {
  height: 735px;
  background: var(--paper);
}

.home-hero h1 {
  position: absolute;
  left: 4px;
  top: 222px;
  width: 465px;
  font-size: 34px;
  line-height: 40px;
}

.hero-script {
  position: absolute;
  left: 10px;
  top: 120px;
  width: 410px;
}

.hero-copy {
  position: absolute;
  left: 10px;
  top: 284px;
  width: 489px;
  color: var(--ink);
  font-size: 15px;
  line-height: 24px;
}

.hero-copy p + p {
  margin-top: 24px;
}

.pleasure-section,
.pleasure-frame {
  height: 745px;
  background: var(--paper);
}

.pleasure-main-image {
  position: absolute;
  left: -102px;
  top: 20px;
  width: 738px;
  height: 492px;
  margin: 0;
  overflow: hidden;
}

.pleasure-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pleasure-frame h2 {
  position: absolute;
  left: 610px;
  top: 20px;
  width: 555px;
  font-size: 34px;
  line-height: 40px;
}

.benefit-grid {
  position: absolute;
  left: 731px;
  top: 116px;
  width: 434px;
  display: grid;
  gap: 32px;
}

.benefit-card {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.benefit-card p {
  color: var(--ink);
  font-size: 15px;
  line-height: 24px;
}

.brand-divider,
.brand-divider-frame {
  height: 660px;
  background: var(--paper);
}

.divider-script {
  position: absolute;
  left: 235px;
  top: 167px;
  width: 410px;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.catalog {
  min-height: 1148px;
  background: var(--paper);
}

.catalog-frame {
  min-height: 1148px;
}

.catalog h2 {
  position: absolute;
  left: 275px;
  top: 0;
  width: 590px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.catalog-script {
  position: absolute;
  left: 377px;
  top: 24px;
  width: 387px;
  text-align: center;
}

.product-grid {
  position: absolute;
  left: -29px;
  top: 165px;
  width: 1197px;
  display: grid;
  grid-template-columns: repeat(3, 399px);
  justify-content: start;
  row-gap: 35px;
}

.product-card {
  width: 399px;
  display: grid;
  justify-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-image {
  width: 300px;
  height: 300px;
  display: block;
  overflow: hidden;
  background: transparent;
}

.product-image img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.product-title-link {
  width: 399px;
  min-height: 49px;
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.original-page {
  background: var(--paper);
}

.about-frame {
  min-height: 1800px;
  padding-top: 80px;
}

.about-frame > h2,
.candles-frame h1 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.about-script {
  text-align: center;
}

.about-original-image {
  margin: 0;
  overflow: hidden;
}

.about-original-image.top {
  position: absolute;
  left: 0;
  top: 320px;
  width: 576px;
  height: 512px;
}

.about-original-image.lower {
  position: absolute;
  right: 0;
  top: 1040px;
  width: 625px;
  height: 518px;
}

.about-original-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-original-copy {
  position: absolute;
  color: var(--ink);
}

.about-original-copy.top {
  left: 646px;
  top: 320px;
  width: 500px;
}

.about-original-copy.lower {
  left: 0;
  top: 1040px;
  width: 520px;
}

.about-original-copy h2 {
  margin-bottom: 26px;
  font-size: 34px;
  line-height: 40px;
}

.about-original-copy p {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 15px;
  line-height: 24px;
}

.about-moment-title {
  margin-bottom: 26px;
}

.button,
.shop-button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  color: var(--paper);
  background: var(--accent);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.candles-frame {
  height: 300px;
  padding-top: 80px;
}

.candles-frame h2 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.product-detail {
  background: var(--paper);
}

.product-detail-grid {
  width: min(var(--canvas), calc(100vw - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
  display: grid;
  grid-template-columns: 421px minmax(0, 1fr);
  gap: 74px;
}

.product-gallery {
  display: grid;
  gap: 18px;
}

.detail-image {
  width: 421px;
  height: 380px;
  object-fit: cover;
}

.detail-secondary {
  height: 380px;
}

.product-detail h1 {
  color: var(--ink);
  font-family: "Barlow Local", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.price,
.detail-description,
.product-specs,
.fragrance {
  margin-top: 24px;
}

.price {
  color: var(--ink);
}

.detail-description {
  color: var(--ink);
  font-size: 15px;
  line-height: 24px;
}

.product-specs {
  display: grid;
  gap: 0;
}

.product-specs div {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.product-specs dt,
.product-specs dd {
  margin: 0;
  color: var(--ink);
  font-weight: 400;
}

.fragrance h3 {
  margin: 0 0 8px;
  font-family: "Poppins Local", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.fragrance ul {
  margin: 0;
  padding-left: 20px;
}

.contact-section,
.legal-page {
  background: var(--paper);
}

.contact-grid,
.legal-page .narrow {
  width: min(var(--canvas), calc(100vw - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 80px;
}

.contact-grid h2,
.legal-page h1 {
  font-family: "Barlow Local", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form h2 {
  font-size: 30px;
  line-height: 36px;
}

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form input,
.contact-form textarea {
  min-height: 44px;
  border: 1px solid var(--line);
  padding: 10px 12px;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
}

.legal-page .narrow {
  max-width: 920px;
}

.legal-page h2 {
  margin: 30px 0 12px;
  font-family: "Barlow Local", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.legal-page p {
  margin: 0 0 14px;
}

.site-footer {
  width: min(var(--canvas), calc(100vw - 40px));
  margin: 0 auto;
  padding: 30px 0 24px;
  color: var(--ink);
  background: var(--paper);
  text-align: center;
}

.site-footer h2 {
  display: none;
}

.site-footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.site-footer li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 18px;
  vertical-align: middle;
  background: transparent;
}

.site-footer a {
  color: var(--ink);
  font-size: 15px;
  line-height: 45px;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}

@media (max-width: 920px) {
  :root {
    --canvas: 100%;
  }

  .site-header {
    height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100vw - 32px);
    padding-bottom: 16px;
  }

  nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0;
  }

  nav a {
    height: 34px;
    line-height: 34px;
    text-align: left;
  }

  .webwave-frame,
  .site-footer,
  .product-detail-grid,
  .contact-grid,
  .legal-page .narrow {
    width: calc(100vw - 32px);
  }

  .home-hero,
  .home-hero-frame,
  .pleasure-section,
  .pleasure-frame,
  .brand-divider,
  .brand-divider-frame,
  .catalog,
  .catalog-frame,
  .about-frame,
  .candles-frame {
    height: auto;
    min-height: 0;
  }

  .home-hero-frame,
  .pleasure-frame,
  .catalog-frame,
  .about-frame,
  .candles-frame {
    padding: 58px 0;
  }

  .hero-script,
  .home-hero h1,
  .hero-copy,
  .pleasure-main-image,
  .pleasure-frame h2,
  .benefit-grid,
  .divider-script,
  .catalog h2,
  .catalog-script,
  .product-grid,
  .about-original-image.top,
  .about-original-image.lower,
  .about-original-copy.top,
  .about-original-copy.lower {
    position: static;
    width: 100%;
    transform: none;
  }

  .script-title {
    font-size: 76px;
    line-height: 88px;
  }

  .home-hero h1,
  .pleasure-frame h2,
  .about-frame > h2,
  .about-original-copy h2,
  .candles-frame h1,
  .product-detail h1,
  .contact-grid h2,
  .legal-page h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-copy,
  .benefit-grid,
  .product-grid,
  .about-original-copy.top,
  .about-original-copy.lower {
    margin-top: 24px;
  }

  .pleasure-main-image,
  .about-original-image.top,
  .about-original-image.lower {
    height: auto;
  }

  .brand-divider {
    display: none;
  }

  .product-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 28px;
  }

  .product-card,
  .product-title-link {
    width: min(399px, 100%);
  }

  .product-detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .detail-image {
    width: 100%;
    height: auto;
    aspect-ratio: 421 / 380;
  }
}
