.uk-home main {
  overflow: hidden
}
.uk-hero {
  max-width: 1320px;
  margin: auto;
  padding: 64px 48px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  background: #fbf9f3
}
.uk-hero h1 {
  font-family: Fraunces,Georgia,serif;
  font-size: clamp(38px,4.6vw,64px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -2px;
  color: #173f35;
  margin: 22px 0
}
.uk-hero-copy>p:not(.uk-eyebrow) {
  max-width: 460px;
  font-size: 18px;
  line-height: 1.65;
  color: #55615a
}
.uk-eyebrow {
  font-size: 11px!important;
  letter-spacing: 2px;
  font-weight: 700;
  color: #456957
}
.uk-button {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  background: #234e40;
  color: #fff!important;
  padding: 17px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 14px
}
.uk-button:hover {
  background: #153b30
}
.uk-delivery {
  font-size: 13px!important;
  margin-top: 16px
}
.uk-hero-image {
  position: relative
}
.uk-hero-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 44% 44% 8px 8px;
  background: #e6e4dc
}
.uk-hero-image span {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 12px;
  color: #254b3e
}
.uk-reassurance {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 19px 24px;
  background: #e7ede5;
  font-size: 13px;
  color: #264c3e
}
.uk-section {
  max-width: 1280px;
  margin: auto;
  padding: 72px 40px
}
.uk-section h1,
.uk-section h2,
.uk-guide-band h2 {
  font-family: Fraunces,Georgia,serif;
  color: #173f35;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  margin: 12px 0 26px
}
.uk-section-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center
}
.uk-section-heading>p {
  line-height: 1.7;
  color: #657067
}
.uk-products {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px
}
.uk-card {
  border: 1px solid #e3e7df;
  border-radius: 9px;
  overflow: hidden;
  background: #fff
}
.uk-card>a {
  display: block;
  background: #f5f5ef;
  padding: 14px
}
.uk-card img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  display: block
}
.uk-card-copy {
  padding: 20px
}
.uk-card h3 {
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 12px;
  min-height: 48px
}
.uk-card h3 a {
  color: #173f35;
  text-decoration: none
}
.uk-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #626c64
}
.uk-card .uk-price {
  font-size: 20px;
  color: #173f35;
  font-weight: 600
}
.uk-link {
  color: #234e40;
  font-weight: 600;
  text-underline-offset: 5px
}
.uk-guide-band {
  padding: 50px max(40px,calc((100vw - 1200px)/2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #eff2eb
}
.uk-guide-band p {
  line-height: 1.7;
  color: #526358
}
.uk-faqs {
  max-width: 900px
}
.uk-faqs details {
  border-bottom: 1px solid #dfe5da;
  padding: 19px 0
}
.uk-faqs summary {
  cursor: pointer;
  font-weight: 600;
  color: #234e40;
  line-height: 1.45
}
.uk-faqs p {
  color: #566358;
  line-height: 1.7
}
.uk-source-copy {
  max-width: 900px!important
}
.uk-source-copy img {
  max-width: 100%;
  height: auto
}
.uk-source-copy h2 {
  margin-top: 35px
}
.prose-page .container {
  overflow-wrap: anywhere
}
.prose-page img {
  max-width: 100%;
  height: auto
}
.prose-page p {
  line-height: 1.8
}
.prose-page h1 {
  font-family: Fraunces,Georgia,serif
}
.prose-page ul,
.prose-page ol {
  padding-left: 24px
}
.uk-faqs details[open] summary {
  margin-bottom: 12px
}
@media(max-width:1000px) {
  .uk-products {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .uk-reassurance {
    gap: 25px
  }
  .uk-hero {
    gap: 30px;
    padding: 45px 28px
  }
  .uk-section-heading {
    gap: 30px
  }
}
@media(max-width:650px) {
  .uk-hero {
    grid-template-columns: 1fr;
    padding: 32px 22px;
    gap: 28px
  }
  .uk-hero h1 {
    font-size: 43px;
    letter-spacing: -1px
  }
  .uk-hero-copy>p:not(.uk-eyebrow) {
    font-size: 16px
  }
  .uk-hero-image {
    max-width: 430px;
    width: 100%;
    margin: auto
  }
  .uk-reassurance {
    display: grid;
    gap: 9px;
    text-align: center;
    font-size: 12px
  }
  .uk-section {
    padding: 44px 20px
  }
  .uk-section-heading,
  .uk-guide-band {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .uk-section h1,
  .uk-section h2,
  .uk-guide-band h2 {
    font-size: 29px
  }
  .uk-products {
    gap: 12px
  }
  .uk-card-copy {
    padding: 13px
  }
  .uk-card h3 {
    font-size: 16px;
    min-height: 40px
  }
  .uk-card-copy>p:not(.uk-price) {
    display: none
  }
  .uk-card .uk-price {
    font-size: 18px
  }
  .uk-guide-band {
    padding: 35px 22px
  }
  .uk-link {
    font-size: 13px
  }
  .uk-hero-image img {
    aspect-ratio: 1.1
  }
  .uk-section-heading>p {
    margin-top: 0
  }
}