/* ЛЕГКО СЕБЕ — identity layer. */
:root {
  --pink: #f3a5be;
  --pink-light: #fbd0de;
  --ink: #4e102b;
  --berry: #86183e;
  --hot: #ed397d;
  --lime: #e1f4a1;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
  color: var(--berry);
}
.brand-lockup svg {
  width: 50px;
  height: 50px;
  flex: none;
}
.brand-name {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.brand-name > span {
  font:
    italic 35px/0.95 Georgia,
    serif;
  letter-spacing: -0.065em;
  margin-left: 20px;
}
.hero h1 {
  font-size: clamp(68px, 6.7vw, 110px);
  line-height: 1.01;
  letter-spacing: -0.075em;
}
.hero h1 em {
  white-space: nowrap;
}
.hero .eyebrow {
  letter-spacing: 0.055em;
}
.photo-script {
  font-size: 27px;
  top: 110px;
}
.photo-script em {
  font-size: 66px;
}
.sample-top > span:first-child {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1.1;
  max-width: 90px;
}
.sample-top > span:last-child {
  font-size: 11px;
  max-width: 115px;
}
.sample-bottom {
  font-size: 11px;
}
.offer-product h3 {
  font-size: clamp(80px, 7.5vw, 125px);
  line-height: 0.95;
}
.offer-product h3 em {
  display: inline-block;
  margin-left: 0.4em;
}
.footer .brand-lockup {
  min-width: 180px;
}
.footer > p {
  max-width: 310px;
  line-height: 1.3;
}
.footer > small {
  max-width: 190px;
}
.payment-status {
  margin: 17px 0 22px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--ink);
}
.checkout-intro {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
#payment-pending:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
#checkout-preview {
  display: block;
  margin: 0 auto;
}
.header nav {
  gap: 32px;
}
@media (max-width: 1100px) {
  .hero h1 {
    font-size: clamp(63px, 6.5vw, 76px);
  }
  .header nav {
    gap: 22px;
  }
  .photo-script {
    left: 24px;
    top: 150px;
    font-size: 25px;
  }
  .photo-script em {
    font-size: 54px;
  }
}
@media (max-width: 800px) and (min-width: 641px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
  .hero h1 {
    font-size: 58px;
  }
  .brand-lockup svg {
    width: 42px;
    height: 42px;
  }
  .brand-name {
    font-size: 27px;
  }
  .brand-name > span {
    font-size: 31px;
  }
  .header nav {
    gap: 14px;
  }
  .header nav a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .brand-lockup {
    gap: 9px;
  }
  .brand-lockup svg {
    width: 38px;
    height: 38px;
  }
  .brand-name {
    font-size: 25px;
  }
  .brand-name > span {
    font-size: 29px;
    margin-left: 16px;
  }
  .header nav {
    gap: 16px;
    justify-content: space-around;
  }
  .hero h1 {
    font-size: clamp(46px, 12.3vw, 72px);
    line-height: 1.02;
    margin-top: 19px;
    margin-bottom: 23px;
  }
  .hero h1 em {
    white-space: normal;
  }
  .hero-description {
    max-width: 100%;
  }
  .photo-script {
    top: 140px;
    left: 25px;
    font-size: 25px;
  }
  .photo-script em {
    font-size: 56px;
  }
  .offer-product h3 {
    font-size: clamp(85px, 25vw, 110px);
    margin: 30px 0;
  }
  .footer {
    gap: 24px;
  }
  .footer .brand-lockup {
    min-width: 145px;
  }
  .footer > p {
    font-size: 22px;
  }
  .footer > small {
    max-width: none;
  }
  .dialog-header .eyebrow {
    max-width: 245px;
    line-height: 1.6;
  }
  .sample-top > span:first-child {
    font-size: 21px;
    max-width: 85px;
  }
}
@media (max-width: 360px) {
  .brand-lockup svg {
    width: 34px;
    height: 34px;
  }
  .brand-name {
    font-size: 23px;
  }
  .brand-name > span {
    font-size: 27px;
  }
  .header-cta {
    padding: 7px 13px;
  }
  .header-cta span {
    margin-left: 10px;
  }
}

/* A quiet, editorial finish: useful answers rather than sales pressure. */
.faq {
  gap: 7%;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
.faq-heading {
  align-self: start;
}
.faq-heading h2 {
  font-size: clamp(2.75rem, 4.6vw, 4.7rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.faq-intro {
  max-width: 350px;
  margin: 26px 0 32px;
  font-size: 1rem;
  line-height: 1.8;
}
.faq-format {
  border-left: 2px solid var(--berry);
  padding: 4px 0 4px 22px;
}
.faq-format > span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.faq-format p {
  margin: 13px 0 0;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.04em;
}
.faq-format em {
  font-family: Georgia, serif;
  font-size: 1.8rem;
}
.faq-items details {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-bottom: 12px;
  transition: background 0.2s;
}
.faq-items details[open] {
  background: #f6b7cf;
}
.faq-items summary {
  padding: 22px 0;
  font-size: 1rem;
  gap: 16px;
  line-height: 1.55;
}
.faq-items summary > span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  line-height: 27px;
}
.faq-items details[open] summary > span {
  background: var(--berry);
  color: var(--pink-light);
  border-color: var(--berry);
}
.faq-items details p {
  font-size: 1rem;
  margin: 0 0 24px;
  line-height: 1.85;
  max-width: 55ch;
}
@media (max-width: 800px) {
  .faq {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .faq-intro {
    max-width: 440px;
    margin-bottom: 0;
  }
  .faq-format {
    display: none;
  }
}
@media (max-width: 640px) {
  .faq-heading h2 {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }
  .faq-heading h2 br {
    display: block;
  }
  .faq-items details {
    padding: 0 18px;
    border-radius: 16px;
  }
  .faq-items summary {
    padding: 20px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-items details,
  .faq-items summary > span {
    transition: none;
  }
}
