/* Website frame 8776:5649. Scoped so shared legal/editorial chrome keeps its layout. */
body.site-figma .find-reveal-stack {
  min-height: 760px;
  background: #201e1b;
}
body.site-figma .sec-find {
  padding: 200px 180px;
  background: #0d0d0d url('/assets/site/paper-find.webp') center top / 1440px 760px;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.site-figma .sec-find__inner {
  max-width: 1080px;
  align-items: center;
  gap: 48px;
}
body.site-figma .sec-find__col--left {
  width: 400px;
  min-height: 0;
  gap: 40px;
}
body.site-figma .sec-find__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.site-figma .sec-find__title {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 48px;
  color: inherit;
}
body.site-figma .sec-find__lede {
  max-width: 388px;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
body.site-figma .sec-find__eyebrow {
  color: inherit;
  font-size: 24px;
  line-height: 1.2;
}
body.site-figma .sec-find__col--right {
  width: 370px;
  gap: 24px;
}
body.site-figma .sec-find__label,
body.site-figma .sec-find__date-sublabel,
body.site-figma .sec-find__consent {
  color: #f5f5f5;
}
body.site-figma .sec-find__select,
body.site-figma .sec-find__email-input {
  background: #000;
  color: #f5f5f5;
  border-color: #4a4a4a;
}
body.site-figma .sec-find__select-display,
body.site-figma .sec-find__combobox-button {
  color: #f5f5f5;
}
body.site-figma .sec-find__email-input::placeholder {
  color: rgb(245 245 245 / 50%);
}
body.site-figma .sec-find__cta {
  width: 370px;
  height: 48px;
  padding: 10px 16px;
  background: transparent;
  color: #f5f5f5;
  border: 1px solid #ffffff;
  border-radius: 0;
  font: 400 20px/24px var(--serif);
}

body.site-figma .sec-faq {
  position: relative;
  min-height: 815px;
  padding: 120px 180px;
  background: #f6f6f6 url('/assets/site/paper-faq.webp') center top / 1440px 824px;
  color: #201e1b;
  justify-content: flex-start;
}
body.site-figma .sec-faq__inner {
  max-width: 1080px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
body.site-figma .sec-faq__header {
  flex: 0 0 400px;
  width: 400px;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
body.site-figma .sec-faq__eyebrow {
  font-size: 24px;
  color: inherit;
}
body.site-figma .sec-faq__headline {
  font: 400 40px/48px var(--serif);
  color: inherit;
}
body.site-figma .sec-faq__list {
  width: 640px;
  min-width: 0;
  flex: 1;
  gap: 40px;
}
body.site-figma .sec-faq__summary {
  color: #201e1b;
}
body.site-figma .sec-faq__question {
  font: 400 24px/30px var(--serif);
  color: inherit;
}
body.site-figma .sec-faq__icon {
  color: #656565;
}
body.site-figma .sec-faq__answer,
body.site-figma .sec-faq__answer p {
  color: #201e1b;
  font: 400 16px/24px var(--sans);
}
body.site-figma .sec-faq__item {
  border-color: #d4d4d4;
}
body.site-figma .sec-faq__group .sec-faq__summary {
  height: 79px;
  min-height: 79px;
}
body.site-figma .sec-faq__group .sec-faq__item:first-child {
  border-top: 1px solid #d4d4d4;
}
body.site-figma .sec-faq__group .sec-faq__item:first-child .sec-faq__summary {
  height: 78px;
  min-height: 78px;
}

body.site-figma .sec-gift {
  min-height: 902px;
  padding: 200px 32px;
  background: #000 url('/assets/site/paper-gift.webp') center top / 1440px 902px;
  color: #f5f5f5;
  align-items: flex-start;
}
body.site-figma .sec-gift__inner {
  max-width: 1080px;
  padding: 0;
  gap: 64px;
}
body.site-figma .sec-gift__col--left {
  width: 400px;
  flex: 0 0 400px;
  gap: 24px;
}
body.site-figma .sec-gift__col--right {
  width: 480px;
  flex: 0 0 480px;
  gap: 40px;
}
body.site-figma .sec-gift__heading {
  gap: 8px;
}
body.site-figma .sec-gift__eyebrow {
  font-size: 24px;
  line-height: 1.2;
}
body.site-figma .sec-gift__title {
  font: 400 40px/48px var(--serif);
}
body.site-figma .sec-gift__lede {
  font: 400 16px/24px var(--sans);
}
body.site-figma .sec-gift__row {
  gap: 20px;
}
body.site-figma .sec-gift__label {
  line-height: 20px;
}
body.site-figma .sec-gift__input,
body.site-figma .sec-gift__button {
  font: 500 20px/26px var(--serif);
}

body.site-figma .sec-foot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 0;
  /* 80 top. 120px air under the link row, then the scaled 115px type row. */
  padding: 80px 0 calc(120px + 115 / 1440 * 100cqw);
  overflow: hidden;
  isolation: isolate;
  container-type: inline-size;
  background: #f6f6f6 url('/assets/site/paper-footer.webp') left top / 100% 100%;
  color: #201e1b;
}
body.site-figma .sec-foot__inner {
  max-width: 1080px;
  min-height: 0;
  padding: 0;
  margin: 0 auto;
}
body.site-figma .sec-foot__logo {
  position: static;
  display: block;
  width: 69px;
  height: 31px;
  margin-bottom: 40px;
}
body.site-figma .sec-foot__logo img {
  object-fit: contain;
}
body.site-figma .sec-foot__cols {
  width: 100%;
  margin: 0;
}
body.site-figma .sec-foot__cols-inner {
  gap: 80px;
}
body.site-figma .sec-foot__col-title {
  font-size: 14px;
  color: inherit;
  text-transform: none;
}
body.site-figma .sec-foot__col-list a,
body.site-figma .sec-foot__email {
  font: 500 16px/1.2 var(--serif);
  color: inherit;
  text-transform: none;
}
body.site-figma .sec-foot__col-list {
  gap: 4px;
}
body.site-figma .sec-foot__appstore {
  background: #000;
  color: #f5f5f5;
  width: 166px;
  height: 64px;
  padding: 12px 24px;
  gap: 16px;
  flex: none;
  border-radius: 0;
}
body.site-figma .sec-foot__stores {
  width: 191px;
  align-items: flex-start;
}
body.site-figma .sec-foot__appstore:has(.sec-foot__appstore-icon--gp) {
  width: 191px;
}
body.site-figma .sec-foot__appstore:has(.site-footer-store-icon[src$='store-play.svg']) {
  width: 191px;
}
body.site-figma .site-footer-store-icon {
  display: block;
  flex: none;
  width: 19.536px;
  height: 24px;
  filter: none;
}
body.site-figma .site-footer-store-icon[src$='store-play.svg'] {
  width: 21.3315px;
  height: 25.1188px;
}
body.site-figma .sec-foot__appstore::before {
  display: none;
}
body.site-figma .sec-foot__appstore-icon,
body.site-figma .sec-foot__appstore-small,
body.site-figma .sec-foot__appstore-big {
  color: inherit;
}
body.site-figma .sec-foot__appstore-icon--gp {
  filter: invert(1);
}
body.site-figma .sec-foot__appstore-icon--gp.site-footer-store-icon {
  filter: none;
}
body.site-figma .sec-foot img[src$='store-play.svg'] {
  width: 21.3315px;
  height: 25.1188px;
  filter: none;
}
body.site-figma .sec-foot img[src$='store-apple.svg'] {
  width: 19.536px;
  height: 24px;
  filter: none;
}
body.site-figma .sec-foot__bottom {
  position: static;
  height: auto;
  margin-top: 40px;
  gap: 24px;
}
body.site-figma .sec-foot__legal,
body.site-figma .sec-foot__legal-line,
body.site-figma .sec-foot__legal-link,
body.site-figma .sec-foot__social {
  color: inherit;
}
body.site-figma .site-footer-tagline {
  position: absolute;
  left: calc(-37 / 1440 * 100cqw);
  bottom: 0;
  margin: 0;
  width: calc(1514 / 1440 * 100cqw);
  height: calc(115 / 1440 * 100cqw);
  overflow: visible;
  display: grid;
  pointer-events: none;
}
body.site-figma .site-footer-tagline__layer {
  grid-area: 1 / 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(169.38475036621094 / 1440 * 100cqw);
  line-height: 0.679;
  letter-spacing: 0;
  white-space: nowrap;
  color: #000;
  mix-blend-mode: overlay;
}
body.site-figma .site-footer-tagline em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 1100px) {
  body.site-figma .sec-find__inner,
  body.site-figma .sec-gift__inner {
    gap: 48px;
  }
  body.site-figma .sec-find__col--left,
  body.site-figma .sec-gift__col--left {
    width: auto;
    flex: 1;
  }
  body.site-figma .sec-gift__col--right {
    width: 45%;
    flex-basis: 45%;
  }
  body.site-figma .sec-faq__header {
    flex-basis: 36%;
    width: 36%;
  }
  body.site-figma .sec-faq__headline {
    font-size: 36px;
    line-height: 1.2;
  }
  body.site-figma .sec-foot__inner {
    width: calc(100% - 64px);
  }
  body.site-figma .sec-foot__cols-inner {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  body.site-figma .sec-gift__col--right {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}

@media (max-width: 760px) {
  body.site-figma .find-reveal-stack {
    min-height: 840px;
  }
  body.site-figma .sec-find {
    padding: 80px 24px;
  }
  body.site-figma .sec-find__inner,
  body.site-figma .sec-gift__inner,
  body.site-figma .sec-faq__inner {
    flex-direction: column;
    gap: 48px;
    max-width: 480px;
  }
  body.site-figma .sec-find__col--left,
  body.site-figma .sec-find__col--right,
  body.site-figma .sec-gift__col--left,
  body.site-figma .sec-gift__col--right,
  body.site-figma .sec-faq__header,
  body.site-figma .sec-faq__list {
    width: 100%;
    flex: none;
  }
  body.site-figma .sec-find__col--left {
    gap: 24px;
  }
  body.site-figma .sec-find__title,
  body.site-figma .sec-gift__title,
  body.site-figma .sec-faq__headline {
    font-size: 34px;
    line-height: 1.2;
  }
  body.site-figma .sec-faq,
  body.site-figma .sec-gift {
    min-height: 0;
    padding: 80px 24px;
  }
  body.site-figma .sec-faq__question {
    font-size: 22px;
    line-height: 28px;
  }
  body.site-figma .sec-faq__summary {
    height: auto;
    min-height: 56px;
  }
  body.site-figma .sec-foot {
    padding-top: 64px;
  }
  body.site-figma .sec-foot__inner {
    width: calc(100% - 48px);
  }
  body.site-figma .sec-foot__cols {
    flex-direction: column;
    gap: 40px;
  }
  body.site-figma .sec-foot__cols-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    gap: 32px;
  }
  body.site-figma .sec-foot__col-list a {
    min-height: 32px;
  }
  body.site-figma .sec-foot__stores {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    gap: 8px;
  }
  body.site-figma .sec-foot__appstore {
    width: 166px;
    flex: 0 0 166px;
  }
  body.site-figma .sec-foot__appstore:has(.sec-foot__appstore-icon--gp) {
    flex-basis: 191px;
  }
  body.site-figma .sec-foot__appstore:has(.site-footer-store-icon[src$='store-play.svg']) {
    flex-basis: 191px;
  }
  body.site-figma .sec-foot__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  body.site-figma .sec-foot__legal {
    flex-wrap: wrap;
    white-space: normal;
    gap: 16px;
  }
  body.site-figma .site-footer-tagline {
    margin: 0;
  }
}

/* Preserve legal navigation inside the reference's 120px footer breathing room. */
@media (min-width: 1101px) {
  body.site-figma .sec-faq {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: -9px;
  }
  body.site-figma .sec-gift {
    margin-bottom: -1.6px;
  }
  body.site-figma .site-footer-tagline {
    position: absolute;
    bottom: 0;
    margin: 0;
    transform: none;
  }
  body.site-figma .sec-foot__cols-inner {
    width: 531px;
    gap: 80px;
  }
  body.site-figma .sec-foot__col {
    flex: none;
  }
  body.site-figma .sec-foot__bottom {
    position: absolute;
    top: 350px;
    left: calc((100% - 1080px) / 2);
    width: 1080px;
    margin: 0;
  }
}
body.site-figma .sec-foot__col-title {
  text-transform: none;
  font:
    400 14px/17px 'TAY Makawao',
    serif;
}
body.site-figma .sec-foot__col-list a {
  text-transform: none;
  font: 500 16px/19px var(--serif);
}
body.site-figma .site-footer-tagline {
  color: #000;
}
body.site-figma .sec-foot__bottom {
  display: none;
}
@media (max-width: 760px) {
  body.site-figma .sec-foot {
    height: auto;
    min-height: 0;
    padding: 64px 24px 0;
  }
}
body.site-figma .sec-find__col--right {
  height: 360px;
  justify-content: space-between;
}
body.site-figma .sec-find__body {
  height: 280px;
  flex: none;
  justify-content: center;
}
body.site-figma .sec-find__col--right {
  gap: 32px;
}
body.site-figma .sec-find__label,
body.site-figma .sec-find__date-sublabel {
  line-height: 20px;
}
body.site-figma .sec-find__select-display {
  color: #a0a0a0;
}
body.site-figma .sec-find__cta {
  height: 48px;
  min-height: 48px;
  background: transparent;
  color: #f5f5f5;
  border: 1px solid #fff;
  font: 400 20px/24px var(--serif);
}
body.site-figma .sec-gift__fineprint {
  font-size: 12px;
  line-height: 16px;
}
body.site-figma .sec-foot__col-list li {
  line-height: 19px;
}

/* The result occupies the same 1080px scene as its birth-date form. */
body.site-figma .sec-reveal {
  padding: 200px 32px;
  background: #0d0d0d url('/assets/site/paper-find.webp') center top / 1440px 760px;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.site-figma .sec-reveal__inner {
  max-width: 1080px;
  align-items: center;
  gap: 48px;
}
body.site-figma .sec-reveal__col--left {
  width: 400px;
  min-height: 0;
  gap: 40px;
}
body.site-figma .sec-reveal__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.site-figma .sec-reveal__eyebrow {
  color: inherit;
  font:
    400 24px/1.2 'TAY Makawao',
    serif;
}
body.site-figma .sec-reveal__title {
  color: inherit;
  font: 400 40px/48px var(--serif);
}
body.site-figma .sec-reveal__lede {
  max-width: 388px;
  color: inherit;
  font: 400 16px/24px var(--sans);
}
body.site-figma .sec-reveal__col--right {
  position: relative;
  width: 370px;
  height: 360px;
  min-height: 360px;
  gap: 34px;
}
body.site-figma .sec-reveal__card {
  height: 280px;
  min-height: 280px;
  flex: none;
  padding: 20px;
  border: 0;
  gap: 40px;
}
body.site-figma .sec-reveal__head {
  gap: 16px;
}
body.site-figma .sec-reveal__orb {
  width: 48px;
  height: 48px;
  border-radius: 0;
  object-fit: contain;
}
body.site-figma .sec-reveal__name {
  color: inherit;
  text-transform: lowercase;
  font: 500 20px/24px var(--serif);
}
body.site-figma .sec-reveal__body {
  width: 326px;
  max-width: 100%;
  color: inherit;
  text-align: center;
  font: 400 24px/30px var(--serif);
}
body.site-figma .sec-reveal__refresh {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
body.site-figma .sec-reveal__cta {
  height: 48px;
  min-height: 48px;
  flex: none;
  padding: 10px 16px;
  font: 400 20px/24px var(--serif);
}
@media (min-width: 901px) and (max-width: 1100px) {
  body.site-figma .sec-reveal__col--left {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 900px) {
  body.site-figma .sec-reveal {
    padding: 80px 32px;
  }
  body.site-figma .sec-reveal__inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  body.site-figma .sec-reveal__col--left,
  body.site-figma .sec-reveal__col--right {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 760px) {
  body.site-figma .sec-reveal {
    padding: 80px 24px;
  }
  body.site-figma .sec-reveal__col--left {
    gap: 24px;
  }
  body.site-figma .sec-reveal__title {
    font-size: 34px;
    line-height: 1.2;
  }
  body.site-figma .sec-reveal__cta {
    white-space: normal;
    height: auto;
    min-height: 48px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  body.site-figma .sec-foot {
    height: auto;
    min-height: 480px;
  }
}
