/* PANYACOSMO home: warm ivory, wine red, editorial beauty photography.
   Loaded only by the home page; catalog and product layouts keep their styles. */
.landing-editorial {
  --red-950: #42101e;
  --red-800: #65182a;
  --red-700: #781d32;
  --red-600: #781d32;
  --red-500: #9b3049;
  --ink: #302824;
  --ink-2: #524741;
  --muted: #776b63;
  --silver-200: #e8dfd5;
  --silver-300: #d7cbbf;
  --grad-red: linear-gradient(#781d32, #781d32);
  --grad-dark: linear-gradient(#381d25, #381d25);
  --shadow-red: 0 6px 18px #781d3214;
  --maxw: 1320px;
  background: #fcfaf7;
}
.landing-editorial h1, .landing-editorial h2 { font-weight: 500; line-height: 1.3; }
.landing-editorial a, .landing-editorial button, .landing-editorial select { cursor: pointer; }
.landing-editorial :focus-visible { outline: 3px solid #a45125; outline-offset: 5px; }
.landing-editorial section[id] { scroll-margin-top: 100px; }
.landing-editorial .container { padding-inline: 40px; }
.landing-editorial .topbar { background: #781d32; font-size: 12px; padding: 8px 20px; }
.landing-editorial .topbar .dot { color: #e8c4b1; }
.landing-editorial .site-header { background: #fcfaf7f5; border-color: #e8dfd5; }
.landing-editorial .nav-wrap { height: 88px; gap: 24px; }
.landing-editorial .brand-name { font-size: 23px; letter-spacing: .035em; }
.landing-editorial .brand-tag { font-size: 10px; letter-spacing: .14em; }
.landing-editorial .nav { gap: 19px; }
.landing-editorial .nav a { font-size: 13px; }
.landing-editorial .btn { border-radius: 5px; font-weight: 500; box-shadow: none; }
.landing-editorial .btn-primary::after { display: none; }
.landing-editorial .btn-primary:hover { background: #591426; box-shadow: 0 8px 18px #781d3220; }
.landing-editorial .btn-ghost { background: transparent; border-color: #d1c3b6; }
.landing-editorial .hero { background: #f6f0e8; padding: 64px 0 0; }
.landing-editorial .hero::before { display: none; }
.landing-editorial .hero-grid { grid-template-columns: .86fr 1.14fr; gap: 36px; }
.landing-editorial .hero-copy { position: relative; padding-bottom: 44px; }
.landing-editorial .hero-copy .eyebrow { margin-bottom: 22px; font-size: 11px; letter-spacing: .19em; }
.landing-editorial .eyebrow::before { width: 22px; height: 1px; }
.hero-editorial-line { font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.6vw, 38px); font-style: italic; color: #93745f; margin-bottom: 12px; }
.landing-editorial .hero h1 { font-size: clamp(36px, 3.65vw, 54px); letter-spacing: -.035em; line-height: 1.38; }
.landing-editorial .hero h1 .accent { display: inline; margin-left: .12em; }
.landing-editorial .hero-sub { font-size: 17px; line-height: 1.9; margin: 22px 0 28px; color: #77675b; }
.landing-editorial .hero-cta { gap: 12px; }
.landing-editorial .hero-cta .btn { padding: 15px 23px; font-size: 15px; }
.landing-editorial .hero-cta .btn-ghost { border: 0; padding-inline: 12px; }
.landing-editorial .hero-chips { gap: 10px 16px; margin-top: 28px; }
.landing-editorial .chip { font-size: 12px; color: #77675b; gap: 5px; }
.landing-editorial .chip svg { width: 16px; height: 16px; }
.landing-editorial .hero-stage { height: 556px; display: block; position: relative; perspective: 1200px; padding-top: 2px; }
.hero-image-frame { width: 100%; height: 420px; border-radius: 8px 80px 8px 8px; overflow: hidden; position: relative; background: #e8d6c0; transform: rotateX(var(--depth-x, 0deg)) rotateY(var(--depth-y, 0deg)); transition: transform .45s ease-out; box-shadow: 0 24px 48px -24px #63432940; }
.landing-editorial .hero-photo { width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center top; animation: none; filter: none; mask-image: none; -webkit-mask-image: none; z-index: 0; }
.image-edition { position: absolute; top: 22px; left: 24px; font-size: 9px; letter-spacing: .18em; color: #573c2b; background: #fff8ebd9; padding: 7px 10px; }
.hero-portrait { position: absolute; width: 160px; left: -27px; bottom: 25px; transform: rotate(-5deg); border: 6px solid #fffdf8; background: #fffdf8; box-shadow: 0 16px 28px #46311c26; }
.hero-portrait img { width: 100%; aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: center 37%; }
.hero-portrait figcaption { font: italic 12px Georgia, serif; padding: 10px 2px 5px; text-align: center; color: #785747; }
.hero-studio-note { position: absolute; bottom: 63px; left: 164px; display: flex; align-items: center; gap: 18px; font-size: 16px; color: #584337; }
.studio-note-rule { width: 32px; height: 1px; background: #967052; }
.hero-studio-note small { display: block; font-size: 9px; letter-spacing: .16em; margin-top: 6px; color: #806e60; }
.concept-caption { position: absolute; right: 0; bottom: 15px; font-size: 10px; color: #7a685a; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 64px; border-top: 1px solid #dfd4c7; font-size: 11px; color: #806e60; }
.hero-bottom > span { letter-spacing: .19em; }
.hero-bottom a { display: flex; align-items: center; gap: 24px; min-height: 44px; }
.landing-editorial .stat-band { background: #fcfaf7; color: #302824; padding: 37px 0; border-bottom: 1px solid #e8dfd5; }
.landing-editorial .stat { text-align: left; padding-left: 22px; border-left: 1px solid #d7cbbf; }
.landing-editorial .stat::after { display: none; }
.service-index { display: block; color: #976853; font-size: 10px; letter-spacing: .12em; margin-bottom: 8px; }
.landing-editorial .stat h2 { font-size: 20px; }
.landing-editorial .stat p { font-size: 12px; margin-top: 6px; color: #776b63; }
.landing-editorial .section { padding-block: 88px; }
.landing-editorial .section.alt { background: #f3eee7; }
.landing-editorial .section-head { margin-bottom: 42px; }
.landing-editorial .section-head h2 { font-size: clamp(28px, 3vw, 39px); }
.landing-editorial .section-head p { font-size: 16px; line-height: 1.8; }
.landing-editorial .steps { gap: 0; border-block: 1px solid #e8dfd5; padding-block: 28px; }
.landing-editorial .step { background: transparent; border: 0; border-radius: 0; box-shadow: none; padding: 0 14px; }
.landing-editorial .step + .step { border-left: 1px solid #e8dfd5; }
.landing-editorial .step-n { background: transparent; color: #781d32; box-shadow: none; font: italic 30px Georgia, serif; margin-bottom: 8px; }
.landing-editorial .card, .landing-editorial .kit-card, .landing-editorial .cm { border-radius: 10px; box-shadow: none; }
.landing-editorial .card { padding: 34px 28px; background: #fffdfb; }
.landing-editorial .card::before { display: none; }
.landing-editorial .card:hover { border-color: #cbb6a4; transform: translateY(-3px); box-shadow: 0 12px 24px #58412c0a; }
.landing-editorial .card-ic, .landing-editorial .card.dark-ic .card-ic { background: #f5eee7; color: #781d32; box-shadow: none; border: 0; border-radius: 50%; }
.landing-editorial .card h3 { font-weight: 500; }
.landing-editorial .kit-card { border-color: #e8dfd5; }
.landing-editorial .kit-chip, .landing-editorial .kit-search-clear, .landing-editorial .kit-cta { min-height: 44px; }
.landing-editorial .kit-img { background: #f7f3ee; }
.landing-editorial .lab-card { border-radius: 8px 64px 8px 8px; background: #381d25; box-shadow: none; }
.landing-editorial .lab-card::before { display: none; }
.landing-editorial .lab-photo { border-radius: 6px; box-shadow: none; }
.landing-editorial .f-ic { background: #fcfaf7; }
.landing-editorial .g-item { background: #f5efe8; border: 0; border-radius: 8px; box-shadow: none; padding-block: 30px; }
.landing-editorial .g-item::after { display: none; }
.landing-editorial .cta-band { background: #641b2c; }
.landing-editorial .cta-band::before { display: none; }
.landing-editorial .cta-inner { padding: 76px 40px; gap: 60px; }
.landing-editorial .form-card { border-radius: 10px; box-shadow: none; background: #fffdf9; }
.landing-editorial .field input, .landing-editorial .field select, .landing-editorial .field textarea { font-size: 16px; border-radius: 5px; }
.landing-editorial .footer { background: #2e2023; }
.landing-editorial .footer-bottom { color: #aa9b9c; }
.landing-editorial .footer p.fdesc, .landing-editorial .footer ul a { color: #bdb0b2; }
@media (max-width: 1180px) {
  .landing-editorial .nav { display: none; }
  .landing-editorial .nav-toggle { display: block; min-width: 44px; min-height: 44px; }
  .landing-editorial .hero-grid { gap: 28px; }
  .landing-editorial .hero h1 { font-size: 41px; }
  .landing-editorial .hero-stage { height: 530px; }
  .hero-image-frame { height: 385px; }
  .hero-studio-note { left: 145px; font-size: 13px; gap: 10px; }
  .studio-note-rule { width: 15px; }
}
@media (max-width: 980px) {
  .landing-editorial .hero { padding-top: 42px; }
  .landing-editorial .hero-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .landing-editorial .hero-copy { text-align: left; padding-bottom: 28px; }
  .landing-editorial .hero-copy .eyebrow, .landing-editorial .hero-cta, .landing-editorial .hero-chips { justify-content: flex-start; }
  .landing-editorial .hero h1 { font-size: 34px; }
  .landing-editorial .hero-sub { font-size: 15px; }
  .landing-editorial .hero-stage { order: 0; height: 490px; }
  .hero-image-frame { height: 335px; border-top-right-radius: 54px; }
  .hero-portrait { width: 135px; left: -4px; bottom: 30px; }
  .hero-studio-note { left: 148px; bottom: 80px; font-size: 12px; }
  .hero-studio-note small { font-size: 8px; max-width: 110px; line-height: 1.8; }
  .studio-note-rule { display: none; }
  .landing-editorial .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .landing-editorial .steps { row-gap: 28px; }
  .landing-editorial .cta-inner { gap: 32px; }
}
@media (max-width: 700px) {
  .landing-editorial .container { padding-inline: 24px; }
  .landing-editorial .topbar { font-size: 10px; padding: 7px 24px; }
  .landing-editorial .topbar .dot { margin-inline: 3px; }
  .landing-editorial .nav-wrap { height: 72px; gap: 12px; }
  .landing-editorial .brand-name { font-size: 20px; }
  .landing-editorial .brand { gap: 8px; }
  .landing-editorial .nav-cta .btn { display: none; }
  .landing-editorial .hero { padding-top: 32px; }
  .landing-editorial .hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .landing-editorial .hero-copy { padding-bottom: 0; }
  .landing-editorial .hero-copy .eyebrow { margin-bottom: 14px; font-size: 9px; }
  .hero-editorial-line { font-size: 29px; margin-bottom: 8px; }
  .landing-editorial .hero h1 { font-size: clamp(34px, 8.7vw, 46px); line-height: 1.3; }
  .landing-editorial .hero-sub { font-size: 15px; margin: 17px 0 20px; line-height: 1.8; }
  .landing-editorial .hero-cta { gap: 6px; }
  .landing-editorial .hero-cta .btn { font-size: 13px; padding: 14px 18px; }
  .landing-editorial .hero-cta .btn-ghost { padding-inline: 8px; }
  .landing-editorial .hero-chips { margin-top: 18px; gap: 6px 12px; }
  .landing-editorial .chip { font-size: 10px; }
  .landing-editorial .hero-stage { height: auto; aspect-ratio: 1 / 1.11; margin-top: 18px; margin-bottom: 12px; }
  .hero-image-frame { height: 73%; border-top-right-radius: 54px; }
  .image-edition { font-size: 7px; padding: 6px 8px; top: 14px; left: 14px; }
  .hero-portrait { width: 28%; left: 8px; bottom: 20px; border-width: 4px; }
  .hero-portrait figcaption { font-size: 9px; padding-top: 6px; }
  .hero-studio-note { left: 36%; bottom: 49px; font-size: 12px; }
  .hero-studio-note small { max-width: none; font-size: 7px; }
  .concept-caption { font-size: 8px; bottom: 0; }
  .hero-bottom { min-height: 58px; font-size: 9px; }
  .hero-bottom > span { letter-spacing: .08em; }
  .hero-bottom a { gap: 10px; }
  .landing-editorial .stat-band { padding-block: 26px; }
  .landing-editorial .stat { padding-left: 12px; }
  .service-index { font-size: 8px; }
  .landing-editorial .stat h2 { font-size: 16px; }
  .landing-editorial .stat p { font-size: 10px; }
  .landing-editorial .section { padding-block: 56px; }
  .landing-editorial .section-head { text-align: left; margin-bottom: 30px; }
  .landing-editorial .section-head h2 { font-size: 29px; }
  .landing-editorial .section-head p { font-size: 15px; }
  .landing-editorial .card { padding: 28px 24px; }
  .landing-editorial .steps { margin-bottom: 32px; }
  .landing-editorial .step:nth-child(odd) { border-left: 0; }
  .landing-editorial .lab-card { padding: 28px; }
  .landing-editorial .cta-inner { padding: 52px 24px; }
  .landing-editorial .form-card { padding: 24px; }
  .landing-editorial .mobile-panel { background: #fcfaf7; }
  .landing-editorial .mm-close { min-width: 44px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .landing-editorial *, .landing-editorial *::before, .landing-editorial *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  html { scroll-behavior: auto !important; }
  .hero-image-frame { transform: none; }
}
