@import url("/saessak-fonts.css?v=20260815-1");

:root {
  color-scheme: light;
  --paper: #f5f7f0;
  --paper-deep: #ebf1e6;
  --ink: #20301f;
  --soft: #53634f;
  --forest: #213423;
  --forest-2: #355a36;
  --leaf: #b6df91;
  --leaf-soft: #e5f2d9;
  --line: #d4dfce;
  --white: #fff;
  --shadow: 0 24px 70px rgba(44, 66, 39, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(182, 223, 145, .22), transparent 29rem),
    radial-gradient(circle at 100% 32%, rgba(182, 223, 145, .12), transparent 26rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--saessak-font-body);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--forest);
  color: #fff;
  font-weight: 850;
}
.skip:focus { transform: translateY(0); }

.topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(100% - 44px, 1180px);
  min-height: 78px;
  margin: auto;
  border-bottom: 1px solid rgba(32, 48, 31, .13);
  background: rgba(245, 247, 240, .92);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; min-height: 44px; }
.brand img { width: 38px; height: 42px; object-fit: contain; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 14px; font-weight: 950; letter-spacing: -.04em; }
.brand small { color: #687663; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.topbar-actions { display: flex; min-width: 0; align-items: center; gap: 8px; }
.topbar nav { display: flex; min-width: 0; align-items: center; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.topbar nav::-webkit-scrollbar { display: none; }
.topbar nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.topbar nav a:hover,
.topbar nav a[aria-current="page"] { background: var(--leaf-soft); color: var(--forest); }
.topbar nav a[aria-current="page"] { box-shadow: inset 0 0 0 1px #b9cdaa; }
.home-account-button {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 5px 11px 5px 5px;
  border: 1px solid #b9cdaa;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--forest);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.home-account-button:hover { background: var(--leaf-soft); }
.home-account-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--forest-2);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}
.home-profile-name { max-width: 88px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.home-auth-overlay[hidden] { display: none !important; }
.home-auth-overlay {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  overflow-y: auto;
  place-items: center;
  padding: 24px;
  background: rgba(24, 34, 23, .58);
  backdrop-filter: blur(8px);
}
.home-auth-dialog {
  position: relative;
  width: min(100%, 430px);
  padding: 36px;
  border: 1px solid #c8d8c0;
  border-radius: 26px;
  background: #fbfcf8;
  box-shadow: 0 30px 90px rgba(25, 40, 25, .26);
}
.home-auth-dialog h2 { margin: 0; font-size: 27px; line-height: 1.2; letter-spacing: -.045em; }
.home-auth-description { margin: 10px 0 24px; color: var(--soft); font-size: 13px; line-height: 1.65; }
.home-auth-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--soft);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.home-auth-close:hover { background: var(--leaf-soft); color: var(--forest); }
.home-auth-providers { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.home-auth-provider {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.home-auth-provider:hover { border-color: #aebfa6; background: #f7faf4; }
.home-provider-google { color: #4285f4; font-family: Arial, sans-serif; font-size: 17px; font-weight: 900; }
.home-provider-x { color: #111; font-family: Arial, sans-serif; font-size: 16px; font-weight: 900; }
.home-auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #8a9785; font-size: 10px; }
.home-auth-divider::before,
.home-auth-divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.home-auth-form { display: grid; gap: 7px; }
.home-auth-form label { margin-top: 4px; color: #40513d; font-size: 11px; font-weight: 850; }
.home-auth-form input {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f5f8f2;
  color: var(--ink);
  outline: none;
}
.home-auth-form input:focus { border-color: #8faf7f; background: #fff; box-shadow: 0 0 0 4px rgba(120, 159, 99, .13); }
.home-auth-submit { width: 100%; margin-top: 10px; border: 0; cursor: pointer; }
.home-auth-submit:disabled,
.home-auth-provider:disabled { cursor: wait; opacity: .58; }
.home-auth-message { min-height: 18px; margin: 11px 0 0; color: #a24640; font-size: 11px; line-height: 1.55; }
.home-auth-message.is-success { color: #426b36; }
.home-auth-note { margin: 3px 0 0; color: #74806f; font-size: 10px; line-height: 1.6; text-align: center; }

.hero,
.section,
.footer-inner { width: min(100% - 44px, 1180px); margin-inline: auto; }
.hero { padding: clamp(72px, 9vw, 118px) 0 88px; border-bottom: 1px solid rgba(32, 48, 31, .13); }
.hero-copy { max-width: 900px; }
.hero-copy--center { margin-inline: auto; text-align: center; }
.eyebrow { margin: 0 0 12px; color: #688d57; font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(43px, 6.2vw, 76px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -.066em;
}
.hero-description { max-width: 720px; margin: 24px 0 0; color: var(--soft); font-size: clamp(16px, 1.8vw, 20px); line-height: 1.8; }
.hero-copy--center .hero-description { margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-copy--center .hero-actions { justify-content: center; }
.hero-manifesto { padding-top: clamp(72px, 8vw, 108px); }
.hero-copy--manifesto { max-width: 1080px; }
.hero-copy--manifesto h1 span { color: var(--forest-2); }
.manifesto-layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
  margin-top: clamp(46px, 6vw, 72px);
}
.manifesto-problems {
  display: grid;
  gap: 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid var(--forest-2);
}
.manifesto-problems p {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 700;
  line-height: 1.55;
}
.manifesto-problems p:last-child { border-bottom: 0; }
.manifesto-copy { max-width: 680px; }
.manifesto-copy p {
  margin: 0;
  color: var(--soft);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.95;
  word-break: keep-all;
}
.manifesto-copy p + p { margin-top: 32px; }
.manifesto-copy strong { color: var(--forest); font-weight: 700; }
.manifesto-copy .manifesto-solution {
  padding: 24px 26px;
  border: 1px solid #bed2b2;
  border-radius: 20px;
  background: rgba(229, 242, 217, .72);
  color: #45603f;
}
.manifesto-copy .manifesto-closing {
  color: var(--forest);
  font-family: var(--saessak-font-heading);
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.7;
  letter-spacing: -.035em;
}
.manifesto-copy .manifesto-signature {
  color: #71806d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.hero-copy--manifesto > .hero-actions { margin-top: clamp(42px, 6vw, 64px); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
}
.button-primary { border-color: var(--forest); background: var(--forest); color: #fff; }
.button:hover { transform: translateY(-1px); }

.section { padding: 104px 0; }
.section + .section { border-top: 1px solid rgba(32, 48, 31, .1); }
.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 38px;
}
.section-intro h2 { margin: 0; font-size: clamp(34px, 4.8vw, 58px); font-weight: 950; line-height: 1.14; letter-spacing: -.06em; }
.section-intro > p { margin: 0 0 3px; color: var(--soft); font-size: 15px; line-height: 1.8; }

.service-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-summary,
.service-detail,
.about-card,
.tool-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 45px rgba(44, 66, 39, .07);
}
.service-summary { min-height: 230px; padding: 27px; border-radius: 24px; }
.service-number { color: #6e925b; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.service-summary h3 { margin: 44px 0 10px; font-size: 23px; letter-spacing: -.04em; }
.service-summary p { margin: 0; color: var(--soft); font-size: 13px; line-height: 1.75; }
.service-detail-list { display: grid; gap: 14px; margin-top: 28px; }
.service-detail { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 42px; padding: clamp(28px, 5vw, 52px); border-radius: 28px; }
.service-detail h3 { margin: 0; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.05em; }
.service-detail .detail-lead { margin: 12px 0 0; color: #6b7b67; font-size: 12px; line-height: 1.7; }
.detail-copy > p { margin: 0; color: var(--soft); font-size: 15px; line-height: 1.85; }
.detail-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.detail-points span { padding: 7px 10px; border-radius: 999px; background: var(--leaf-soft); color: #45633c; font-size: 11px; font-weight: 800; }
.recording-types { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.recording-type { padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #f8faf6; }
.recording-type strong { display: block; font-size: 13px; }
.recording-type p { margin: 7px 0 0; color: var(--soft); font-size: 11px; line-height: 1.7; }

.frame-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
iframe { display: block; width: 100%; border: 0; background: #fff; }
.portfolio-frame { height: 720px; }
.schedule-frame { height: 860px; }
.embed-shell { position: relative; min-height: 440px; }
.embed-shell iframe { opacity: 0; transition: opacity .25s ease; }
.embed-shell.is-loaded iframe { opacity: 1; }
.embed-skeleton {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 30px;
  background: #fff;
  transition: opacity .2s ease, visibility .2s ease;
}
.embed-shell.is-loaded .embed-skeleton { visibility: hidden; opacity: 0; }
.skeleton-line,
.skeleton-card { border-radius: 12px; background: linear-gradient(90deg, #edf2e9 25%, #f8faf6 45%, #edf2e9 65%); background-size: 250% 100%; animation: embedPulse 1.5s ease infinite; }
.skeleton-line { width: 38%; height: 22px; }
.skeleton-line.short { width: 22%; height: 13px; }
.skeleton-card { height: 150px; }
.skeleton-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.embed-tools {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(32, 48, 31, .09);
  font-size: 11px;
}
.embed-tools span { color: var(--soft); }
.embed-tools a { min-height: 30px; display: inline-flex; align-items: center; color: var(--forest); font-weight: 900; text-decoration: underline; }
.embed-timeout-copy { display: none; color: var(--soft); font-size: 14px; line-height: 1.7; }
.embed-shell.has-timeout .embed-timeout-copy { display: block; }
.embed-shell.has-timeout .skeleton-grid,
.embed-shell.has-timeout .skeleton-line { display: none; }
@keyframes embedPulse { to { background-position: -150% 0; } }

.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.about-card { padding: clamp(28px, 5vw, 48px); border-radius: 28px; }
.about-card h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.055em; }
.about-card p { margin: 18px 0 0; color: var(--soft); font-size: 15px; line-height: 1.9; }
.team-list { display: grid; gap: 0; margin: 0; }
.team-list div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.team-list div:last-child { border-bottom: 0; }
.team-list dt { color: #6a7866; font-size: 11px; font-weight: 900; }
.team-list dd { margin: 0; font-size: 17px; font-weight: 950; }

.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tool-card { display: flex; min-height: 260px; flex-direction: column; padding: 26px; border-radius: 24px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.tool-card:hover { transform: translateY(-3px); border-color: #adc79f; box-shadow: var(--shadow); }
.tool-type { color: #688d57; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.tool-card h2 { margin: 36px 0 10px; font-size: 23px; letter-spacing: -.04em; }
.tool-card p { margin: 0; color: var(--soft); font-size: 13px; line-height: 1.75; }
.tool-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 28px; color: var(--forest-2); font-size: 12px; font-weight: 900; }
.online-utility { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--leaf-soft); }
.online-utility p { margin: 0; color: #496344; font-size: 13px; line-height: 1.7; }
.online-utility .hero-actions { flex: none; margin: 0; }

.contact-panel {
  width: min(100% - 44px, 1180px);
  margin: 20px auto 0;
  padding: 86px 30px;
  border-radius: 38px;
  background: radial-gradient(circle at 85% 15%, rgba(182, 223, 145, .22), transparent 35%), var(--forest);
  color: #fff;
  text-align: center;
}
.contact-panel .eyebrow { color: var(--leaf); }
.contact-panel h2 { margin: 0; font-size: clamp(34px, 4.7vw, 58px); line-height: 1.16; letter-spacing: -.06em; }
.contact-panel p:not(.eyebrow) { margin: 22px 0 0; color: #c9d5c5; font-size: 15px; line-height: 1.85; }
.contact-panel .hero-actions { justify-content: center; }
.contact-panel .button { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); color: #fff; }
.contact-panel .button-primary { border-color: var(--leaf); background: var(--leaf); color: var(--forest); }

footer { margin-top: 28px; color: #8d7d6e; text-align: center; }
.footer-inner { display: grid; gap: 10px; padding: 54px 0 64px; }
.footer-inner p { margin: 0; font-size: 12px; font-weight: 700; line-height: 1.7; }
.business-line { display: flex; flex-wrap: wrap; justify-content: center; }
.business-line span + span::before { margin: 0 10px; color: #c8b9aa; content: "|"; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 10px; }
.footer-links a { min-height: 36px; display: inline-flex; align-items: center; color: #53634f; font-size: 11px; font-weight: 850; }
.copyright { margin-top: 10px !important; color: #2f342e; font-size: 13px !important; }

a:focus-visible,
button:focus-visible { outline: 3px solid #9dc783; outline-offset: 4px; }

@media (max-width: 900px) {
  .section-intro,
  .service-detail,
  .about-grid,
  .manifesto-layout { grid-template-columns: 1fr; }
  .section-intro { gap: 16px; }
  .manifesto-layout { gap: 36px; }
  .manifesto-copy { max-width: 760px; }
  .service-overview,
  .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .topbar,
  .hero,
  .section,
  .contact-panel,
  .footer-inner { width: min(100% - 28px, 1180px); }
  .topbar { align-items: flex-start; flex-direction: column; gap: 3px; padding: 10px 0; }
  .brand img { width: 32px; height: 35px; }
  .brand strong { font-size: 13px; }
  .topbar-actions { width: 100%; }
  .topbar nav { width: auto; flex: 1 1 auto; }
  .topbar nav a { min-height: 42px; padding: 8px 10px; border: 1px solid var(--line); background: rgba(255, 255, 255, .58); font-size: 11px; }
  .home-account-button { min-height: 42px; padding-right: 9px; }
  .home-account-avatar { width: 29px; height: 29px; }
  .home-profile-name { max-width: 64px; }
  .home-auth-overlay { align-items: end; padding: 12px; }
  .home-auth-dialog { padding: 32px 22px 24px; border-radius: 24px; }
  .home-auth-dialog h2 { font-size: 24px; }
  .hero { padding: 62px 0 58px; }
  .hero h1 { font-size: clamp(39px, 12vw, 56px); }
  .manifesto-layout { margin-top: 42px; }
  .manifesto-problems { padding-left: 17px; }
  .manifesto-copy p { line-height: 1.82; }
  .manifesto-copy p + p { margin-top: 25px; }
  .manifesto-copy .manifesto-solution { padding: 20px; border-radius: 17px; }
  .manifesto-copy .manifesto-closing { font-size: 23px; line-height: 1.65; }
  .section { padding: 78px 0; }
  .service-overview,
  .tool-grid,
  .recording-types { grid-template-columns: 1fr; }
  .service-summary { min-height: 0; }
  .service-summary h3 { margin-top: 30px; }
  .frame-shell { border-radius: 22px; }
  .portfolio-frame { height: 650px; }
  .schedule-frame { height: 760px; }
  .skeleton-grid { grid-template-columns: 1fr; }
  .skeleton-card:nth-child(n + 2) { display: none; }
  .embed-tools { right: 10px; bottom: 10px; left: 10px; justify-content: space-between; }
  .online-utility { align-items: flex-start; flex-direction: column; }
  .contact-panel { padding: 66px 20px; border-radius: 28px; }
  .business-line { display: grid; gap: 5px; }
  .business-line span + span::before { content: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
