@charset "UTF-8";

/* SavorIP 4.2 layout recovery
   The public homepage remains a calm company/brand page. Functional workspaces
   are entered through explicit service links rather than sharing the same
   scroll/navigation grammar. */

:root {
  --home-content: min(1280px, calc(100% - 64px));
}

.section-shell,
.header-inner,
.hero-inner,
.footer-inner,
.footer-bottom {
  width: var(--home-content);
}

#about,
#experience,
#savori,
#creators,
#business,
#store,
#faq {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.desktop-nav {
  gap: 21px;
}
.desktop-nav a {
  font-size: .76rem;
  white-space: nowrap;
}
.desktop-nav .nav-service {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: var(--green-950);
  border-radius: 999px;
  background: var(--gold-400);
}
.desktop-nav .nav-service::after { display: none; }
.desktop-nav .nav-service:hover { color: var(--green-950); background: var(--gold-300); }

/* Keep the first screen complete at common 1366x768 and 1440x900 sizes. */
.hero,
.hero-inner {
  min-height: 720px;
}
.hero-inner {
  padding-top: calc(var(--header-height) + 50px);
  padding-bottom: 44px;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
  gap: 28px;
}
.hero h1 {
  font-size: clamp(3.7rem, 6.05vw, 6.25rem);
  line-height: 1.01;
}
.hero-lead { margin-top: 25px; line-height: 1.82; }
.hero-actions { margin-top: 28px; }
.hero-facts { margin-top: 30px; padding-top: 20px; }
.hero-visual { min-height: 590px; }
.hero-character { width: min(36vw, 500px); max-height: 650px; }
.hero-character-halo { width: 480px; height: 480px; }
.savori-card { width: min(340px, 72%); bottom: 9%; }
.scroll-cue { bottom: 18px; }

/* Functional cards are concise entry points, not four full landing pages. */
.experience { padding: 116px 0 124px; }
.experience-grid {
  margin-top: 54px;
  gap: 15px;
}
.experience-card {
  display: flex;
  min-height: 410px;
  padding: 28px 25px 24px;
  flex-direction: column;
  color: var(--white);
  text-decoration: none;
}
.experience-card-top {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.experience-card .experience-number { position: static; }
.experience-badge {
  min-height: 24px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  color: var(--green-950);
  border-radius: 999px;
  background: var(--gold-300);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.experience-card .experience-icon { margin-top: 22px; }
.experience-card h3 { margin-top: 22px; font-size: 1.6rem; }
.experience-card p { margin-top: 13px; font-size: .84rem; line-height: 1.72; }
.experience-capabilities {
  margin: 17px 0 58px;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}
.experience-capabilities li {
  position: relative;
  padding-left: 15px;
  color: rgba(255,255,255,.72);
  font-size: .71rem;
  line-height: 1.5;
}
.experience-capabilities li::before {
  position: absolute;
  left: 0;
  top: .64em;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--gold-400);
}
.experience-card .experience-action { margin-top: auto; position: static; }
.experience-card:focus-visible { outline: 3px solid var(--gold-300); outline-offset: 5px; }

/* Creator-support block: one clear story plus four compact proof cards. */
.creative-support-home { padding: 112px 0; }
.creative-support-layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
}
.creative-support-copy h2 {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.45rem, 3.9vw, 4.6rem);
  line-height: 1.14;
  letter-spacing: -.045em;
  word-break: keep-all;
}
.creative-support-copy h2 em { color: #7a5b20; font-style: normal; }
.creative-support-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted-dark);
  font-size: .96rem;
  line-height: 1.82;
  word-break: keep-all;
}
.creative-principle-line {
  margin-top: 28px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--green-950);
  border: 1px solid rgba(6,39,31,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.64);
  font-size: .72rem;
  font-weight: 900;
}
.creative-principle-line b { color: #9a7427; }
.creative-support-actions { margin-top: 25px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { color: var(--green-950); font-size: .78rem; font-weight: 900; border-bottom: 1px solid rgba(6,39,31,.25); }
.creative-support-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.creative-support-cards article {
  min-height: 215px;
  padding: 25px;
  color: var(--white);
  border: 1px solid rgba(231,195,118,.18);
  border-radius: 21px;
  background: linear-gradient(150deg,#092e25,#031b15);
  box-shadow: 0 20px 40px rgba(3,27,21,.1);
}
.creative-support-cards article:nth-child(2),
.creative-support-cards article:nth-child(3) { background: linear-gradient(150deg,#173c30,#08261e); }
.creative-support-cards article > span { color: var(--gold-400); font-family: var(--serif); font-size: 1rem; }
.creative-support-cards h3 { margin: 34px 0 0; font-family: var(--serif); font-size: 1.45rem; }
.creative-support-cards p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.68; }

/* Revenue/operations story is compact and readable. */
.business-engine { padding: 112px 0; }
.business-flow { margin-top: 52px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.business-flow article {
  min-height: 285px;
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  border: 1px solid rgba(6,39,31,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 16px 36px rgba(3,27,21,.05);
}
.business-flow article > span { color: #8a6724; font-size: .57rem; font-weight: 900; letter-spacing: .15em; }
.business-flow h3 { margin: 30px 0 0; font-family: var(--serif); font-size: 1.48rem; line-height: 1.3; }
.business-flow p { margin: 13px 0 22px; color: var(--muted-dark); font-size: .8rem; line-height: 1.68; }
.business-flow a { margin-top: auto; padding-top: 15px; color: var(--green-950); border-top: 1px solid rgba(6,39,31,.12); font-size: .73rem; font-weight: 900; }
.business-trust {
  margin-top: 16px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--green-950);
  border: 1px solid rgba(6,39,31,.13);
  border-radius: 16px;
  background: rgba(231,195,118,.13);
}
.business-trust strong { color: #78591c; font-size: .74rem; }
.business-trust span { position: relative; padding-left: 13px; font-size: .68rem; font-weight: 700; }
.business-trust span::before { position:absolute;left:0;top:.55em;width:5px;height:5px;content:"";border-radius:50%;background:#a37b2d; }
.footer-bottom > div { flex-wrap: wrap; justify-content: flex-end; }

@media (min-height: 860px) and (min-width: 981px) {
  .hero,
  .hero-inner { min-height: 100svh; }
}

@media (max-width: 1180px) {
  :root { --home-content: min(1120px, calc(100% - 48px)); }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: .72rem; }
  .desktop-nav .nav-service { padding-inline: 13px; }
  .hero-inner { grid-template-columns: minmax(0,1fr) minmax(370px,.88fr); }
  .experience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .creative-support-layout { grid-template-columns: 1fr; }
  .creative-support-copy { max-width: 850px; }
  .business-flow { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  :root { --home-content: min(920px, calc(100% - 40px)); }
  .hero,
  .hero-inner { min-height: auto; }
  .hero-inner { padding-top: calc(var(--header-height) + 70px); }
  .hero h1 { font-size: clamp(3.4rem, 9.5vw, 5.8rem); }
  .hero-visual { min-height: 610px; }
  .creative-support-home,
  .business-engine { padding: 94px 0; }
}

@media (max-width: 720px) {
  :root { --home-content: calc(100% - 28px); }
  #about,
  #experience,
  #savori,
  #creators,
  #business,
  #store,
  #faq { scroll-margin-top: calc(var(--header-height) + 8px); }

  .mobile-menu nav a { padding: 10px 0; font-size: clamp(1.32rem, 6.2vw, 1.72rem); }
  .mobile-menu nav a span { font-size: .54rem; }
  .mobile-menu-inner { padding-bottom: calc(92px + var(--safe-bottom)); }

  .hero-inner { padding-top: calc(var(--header-height) + 30px); padding-bottom: 24px; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 3.35rem); }
  .hero-visual { min-height: 420px; }

  .experience { padding: 74px 0 80px; }
  .experience-grid {
    width: calc(100% + 14px);
    margin-top: 32px;
    margin-right: -14px;
    padding: 0 14px 10px 0;
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .experience-grid::-webkit-scrollbar { display: none; }
  .experience-card {
    flex: 0 0 min(82vw, 306px);
    min-height: 365px;
    padding: 21px 19px 18px;
    scroll-snap-align: start;
  }
  .experience-card .experience-icon { width: 47px; height: 47px; margin-top: 16px; }
  .experience-card h3 { margin-top: 16px; font-size: 1.35rem; }
  .experience-card p { margin-top: 9px; font-size: .77rem; line-height: 1.58; }
  .experience-capabilities { margin: 12px 0 42px; gap: 4px; }
  .experience-capabilities li { font-size: .66rem; }
  .experience-card .experience-action { padding-top: 13px; font-size: .67rem; }

  .creative-support-home,
  .business-engine { padding: 76px 0; }
  .creative-support-copy h2 { font-size: clamp(2rem, 9vw, 2.62rem); line-height: 1.18; }
  .creative-support-copy > p { margin-top: 17px; font-size: .85rem; line-height: 1.68; }
  .creative-principle-line { padding: 14px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 6px; font-size: .6rem; text-align: center; }
  .creative-support-actions { display: grid; gap: 12px; }
  .creative-support-actions .button { width: 100%; }
  .creative-support-cards { grid-template-columns: 1fr; gap: 9px; }
  .creative-support-cards article { min-height: 170px; padding: 21px; }
  .creative-support-cards h3 { margin-top: 23px; font-size: 1.27rem; }
  .creative-support-cards p { font-size: .75rem; }

  .business-flow { grid-template-columns: 1fr; margin-top: 34px; gap: 9px; }
  .business-flow article { min-height: 210px; padding: 21px 19px; }
  .business-flow h3 { margin-top: 22px; font-size: 1.28rem; }
  .business-flow p { margin-top: 9px; font-size: .75rem; }
  .business-trust { align-items: flex-start; flex-direction: column; gap: 7px; }

  .mobile-tabbar { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .footer-bottom > div { justify-content: flex-start; gap: 10px 14px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: clamp(2.48rem, 12.4vw, 2.9rem); }
  .hero-visual { min-height: 400px; }
  .experience-card { flex-basis: 84vw; }
  .creative-principle-line { font-size: .56rem; }
}
/* Main choices appear immediately after the hero, especially on phones. */
.core-entry{background:#071f18;padding:38px 0 44px;color:#fff;border-top:1px solid rgba(231,193,105,.28)}
.core-entry-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.core-entry-heading .section-kicker{color:#e8c773;margin:0}
.core-entry-heading h2{margin:0;font-size:clamp(28px,3.2vw,48px);line-height:1.12;font-weight:700}
.core-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.core-entry-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:132px;padding:22px;border:1px solid rgba(231,193,105,.28);border-radius:22px;background:rgba(255,255,255,.035);color:#fff;text-decoration:none}
.core-entry-card.is-primary{background:#e8c773;color:#08231a;border-color:#e8c773}
.core-entry-card>span{font:700 13px/1 sans-serif;letter-spacing:.12em;opacity:.75}
.core-entry-card strong{display:block;font-size:20px;line-height:1.25;margin-bottom:8px}
.core-entry-card p{margin:0;font-size:14px;line-height:1.55;opacity:.78}
.core-entry-card>b{font-size:24px;color:#e8c773}
.core-entry-card.is-primary>b{color:#08231a}
@media(max-width:760px){
  .core-entry{padding:22px 0 26px}
  .core-entry-heading{display:block;margin-bottom:14px}
  .core-entry-heading h2{font-size:25px;line-height:1.18}
  .core-entry-grid{grid-template-columns:1fr;gap:9px}
  .core-entry-card{min-height:0;padding:16px;border-radius:16px;gap:11px}
  .core-entry-card strong{font-size:17px;margin-bottom:4px}
  .core-entry-card p{font-size:13px;line-height:1.42}
}
