@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --coral: #ff8c69;
  --coral-dark: #e96f4e;
  --coral-soft: #fff1ed;
  --coral-pale: #fff8f6;
  --mint: #00ffc7;
  --ink: #2c3033;
  --ink-strong: #17191c;
  --muted: #62676b;
  --paper: #ffffff;
  --card: #fffdfc;
  --line: #f0d8d1;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body.wooii-site { margin: 0; background: var(--paper); color: var(--ink); font-family: "Geist", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }
.wooii-site button, .wooii-site a, .wooii-site input, .wooii-site textarea, .wooii-site select { font: inherit; }
.wooii-site a { color: inherit; text-decoration: none; }
.wooii-site button { color: inherit; }
.wp-fallback { max-width: 880px; margin: 0 auto; padding: 80px 24px; }
.wooii-signal { --signal-dot: 8px; --signal-slash-width: 4px; --signal-slash-height: 20px; display: inline-flex; align-items: center; gap: 5px; color: var(--coral-dark); line-height: 1; pointer-events: none; user-select: none; -webkit-user-select: none; }
.wooii-signal i { display: block; flex: 0 0 auto; background: currentColor; }
.wooii-signal-dot { width: var(--signal-dot); height: var(--signal-dot); border-radius: 50%; }
.wooii-signal-slash { width: var(--signal-slash-width); height: var(--signal-slash-height); margin-left: 1px; border-radius: 999px; transform: rotate(24deg); }

.site-header { height: 88px; padding: 0 clamp(24px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; font-size: clamp(21px, 2vw, 28px); font-weight: 800; letter-spacing: -.055em; }
.brand-logo-full { display: block; width: 128px; height: auto; flex: 0 0 auto; object-fit: contain; }
.brand i { width: 1px; height: 24px; background: var(--ink); }
.brand small { font-size: .66em; font-weight: 650; letter-spacing: -.04em; }
.brand-name-mobile { display: none; }
.nav { display: flex; gap: clamp(24px, 3vw, 52px); align-items: center; }
.nav a { position: relative; font-size: 16px; font-weight: 560; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.language { justify-self: end; display: flex; gap: 9px; align-items: center; }
.language button { border: 0; background: transparent; padding: 8px 2px; cursor: pointer; font-size: 15px; }
.language .active { color: var(--coral-dark); font-weight: 750; position: relative; }
.language .active::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); position: absolute; right: -5px; top: 4px; box-shadow: 0 0 0 2px var(--ink); }
.menu-button { display: none; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(360px, .62fr); overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.hero-copy { padding: clamp(76px, 8vw, 118px) clamp(24px, 4vw, 64px) 64px; position: relative; z-index: 2; }
.eyebrow, .section-heading > p { font-size: 12px; letter-spacing: .17em; font-weight: 750; margin: 0 0 24px; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 3px; margin: 0 12px 3px 0; background: var(--coral); }
.hero h1 { margin: 0; font-size: clamp(46px, 4.15vw, 76px); line-height: 1.08; letter-spacing: -.068em; font-weight: 850; max-width: 1060px; }
.hero h1 span { display: block; }
.hero-meta { margin-top: 36px; padding-left: 1px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.62; }
.hero-meta p { margin: 0; }
.hero-meta p:last-child { color: var(--muted); }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.primary-button, .first-cta button { border: 1px solid var(--ink); border-radius: 16px; background: var(--coral); padding: 18px 22px; min-width: 270px; display: inline-flex; justify-content: space-between; align-items: center; font-weight: 720; box-shadow: 5px 5px 0 var(--ink); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; cursor: pointer; }
.primary-button:hover, .primary-button:focus-visible, .first-cta button:hover { transform: translateY(-3px); box-shadow: 5px 9px 0 var(--ink); background: var(--coral-dark); }
.primary-button b, .first-cta button b { font-size: 24px; }
.primary-button .wooii-signal, .first-cta .wooii-signal { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 14px; }

.hero-art { position: relative; min-height: 720px; margin: 22px 22px 22px 0; border-radius: var(--radius-lg); background: var(--coral-soft); overflow: hidden; }
.coral-block { position: absolute; background: var(--coral); }
.coral-one { width: 120%; height: 72%; left: 20%; bottom: -18%; transform: rotate(-42deg); border-radius: 120px 32px 32px 32px; animation: coral-breathe 9s ease-in-out infinite alternate; }
.coral-two { width: 58%; height: 33%; right: -18%; top: 7%; transform: rotate(-42deg); background: var(--coral-dark); opacity: .93; border-radius: 36px; animation: coral-breathe 7s ease-in-out 1s infinite alternate-reverse; }
.path-line { position: absolute; left: -22%; top: 15%; width: 92%; height: 56%; border: 3px dashed var(--ink); border-left-color: transparent; border-bottom-color: transparent; border-radius: 0 90% 0 0; transform: rotate(-8deg); animation: path-shift 7s linear infinite; }
.path-line i { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--mint); border: 3px solid var(--ink); left: 29%; top: -8px; box-shadow: 0 0 0 5px rgba(0,255,199,.18); }
.path-signal { position: absolute; right: -24px; top: -25px; }
.path-signal .wooii-signal { --signal-dot: 11px; --signal-slash-width: 5px; --signal-slash-height: 28px; color: var(--ink); }
.hero-art p { position: absolute; right: 36px; bottom: 30px; margin: 0; font-size: 11px; letter-spacing: .16em; font-weight: 700; writing-mode: vertical-rl; }
.hero-art p span { color: var(--paper); }

.services-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 24px clamp(24px, 4vw, 64px) 40px; background: var(--paper); }
.service-tab { min-height: 140px; padding: 28px clamp(24px, 3vw, 40px); display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--coral-pale); transition: background .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-tab:hover { background: var(--coral-soft); border-color: var(--coral); transform: translateY(-5px); box-shadow: 0 14px 32px rgba(255,140,105,.13); }
.service-tab > span { color: var(--coral-dark); font-size: 12px; font-weight: 800; align-self: start; }
.service-tab div { display: flex; flex-direction: column; gap: 7px; }
.service-tab strong { font-size: clamp(22px, 2.1vw, 34px); letter-spacing: -.04em; }
.service-tab small { color: var(--muted); }
.service-tab > .wooii-signal { align-self: center; font-size: initial; transition: transform .2s; }
.service-tab:hover > .wooii-signal { transform: translateX(4px); }

.method-section, .service-details { padding: 112px clamp(24px, 5vw, 80px); }
.method-section { background: var(--ink-strong); color: var(--paper); margin: 0 24px 24px; border-radius: var(--radius-lg); overflow: hidden; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1.15fr; gap: 40px; align-items: end; margin-bottom: 68px; }
.section-heading > p { color: var(--coral); align-self: start; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: 1.04; letter-spacing: -.06em; }
.section-heading > span { color: #c7c1b9; line-height: 1.7; font-size: 17px; }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1250px; margin: 0 auto; }
.workflow-card { position: relative; border: 1px solid #42464a; border-radius: 24px; background: #222529; padding: 26px; min-height: 430px; display: flex; flex-direction: column; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.workflow-card:hover { transform: translateY(-6px); border-color: var(--mint); }
.workflow-card.featured { background: var(--coral); color: var(--ink); border-color: var(--coral); transform: translateY(-14px); box-shadow: 12px 12px 0 #080a0b; }
.workflow-card.featured:hover { transform: translateY(-20px); }
.workflow-card header { display: flex; gap: 18px; align-items: flex-start; border-bottom: 1px solid currentColor; padding-bottom: 22px; }
.workflow-card header > span { font-size: 12px; border-radius: 99px; padding: 5px 8px; color: var(--ink); background: var(--coral); font-weight: 800; }
.workflow-card.featured header > span { background: var(--paper); }
.workflow-card h3 { margin: 0 0 5px; font-size: 29px; letter-spacing: -.04em; }
.workflow-card header p { margin: 0; opacity: .72; }
.workflow-card ul { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 12px; }
.workflow-card li { border: 1px solid currentColor; border-radius: var(--radius-sm); padding: 14px 15px; opacity: .86; }
.workflow-card footer { margin-top: auto; display: flex; flex-direction: column; gap: 6px; padding-top: 20px; border-top: 1px dashed currentColor; }
.workflow-card footer small { font-size: 10px; letter-spacing: .16em; }
.connector { position: absolute; right: -48px; top: 50%; z-index: 2; width: 64px; text-align: center; color: var(--mint); font-size: 28px; font-style: normal; }

.service-details { background: var(--paper); }
.section-heading.compact { grid-template-columns: 1fr 3fr; max-width: 1120px; }
.section-heading.compact h2 { font-size: clamp(38px, 4.5vw, 66px); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-grid article { min-height: 390px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--card); position: relative; transition: background .25s, transform .25s, border-color .25s, box-shadow .25s; }
.service-grid article:hover { background: var(--coral-pale); border-color: var(--coral); transform: translateY(-5px); box-shadow: 0 16px 36px rgba(255,140,105,.12); }
.service-grid article > span { color: var(--coral-dark); font-weight: 800; }
.service-grid h3 { font-size: clamp(28px, 2.6vw, 42px); letter-spacing: -.05em; margin: 70px 0 8px; }
.service-grid h4 { margin: 0 0 22px; font-size: 16px; }
.service-grid p { color: var(--muted); line-height: 1.7; max-width: 36ch; }
.service-grid article > button { position: absolute; left: 32px; bottom: 28px; display: flex; gap: 12px; border: 0; border-bottom: 1px solid; padding: 0 0 4px; background: transparent; cursor: pointer; }

.work-section { padding: 112px clamp(24px, 5vw, 80px); background: var(--paper); }
.section-heading.light > p { color: var(--ink); }
.work-list { display: grid; gap: 14px; }
.work-list article { display: grid; grid-template-columns: 70px 1.1fr 1.4fr 150px 30px; gap: 24px; align-items: center; min-height: 140px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--coral-pale); padding: 0 24px; transition: background .25s, transform .25s, border-color .25s; }
.work-list article:hover { background: var(--coral-soft); border-color: var(--coral); transform: translateX(6px); }
.work-list article > span { color: var(--coral-dark); font-weight: 800; }
.work-list h3 { font-size: clamp(24px, 2.5vw, 38px); letter-spacing: -.04em; margin: 0; }
.work-list p { color: var(--muted); line-height: 1.65; }
.work-list small { font-weight: 700; }
.work-list article > .wooii-signal { justify-self: end; }

.about-section { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 680px; background: var(--paper); margin: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.about-mark { position: relative; overflow: hidden; background: var(--coral); border-right: 1px solid var(--ink); display: grid; place-items: center; }
.about-mark.has-custom-image { background: var(--coral-soft); }
.about-mark.has-custom-image img { width: 100%; height: 100%; min-height: 680px; display: block; object-fit: cover; }
.about-mark span { font-size: clamp(200px, 30vw, 500px); font-weight: 900; line-height: 1; letter-spacing: -.16em; transform: translateX(-4%); }
.about-mark i { position: absolute; width: 55%; height: 55%; border: 3px dashed var(--ink); border-radius: 50%; }
.about-mark i::after { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--mint); border: 3px solid var(--ink); position: absolute; right: 10%; top: 1%; animation: node-glow 2.8s ease-in-out infinite; }
.about-mark b { position: absolute; right: 11%; top: 12%; font-size: 56px; font-weight: 400; }
.about-copy { padding: 100px clamp(32px, 6vw, 96px); }
.about-copy > p, .faq-intro > p { font-size: 12px; letter-spacing: .17em; font-weight: 800; color: var(--coral-dark); }
.about-copy h2 { font-size: clamp(38px, 4.4vw, 66px); line-height: 1.07; letter-spacing: -.055em; margin: 36px 0 70px; }
.about-columns { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; border-top: 1px solid var(--line); padding-top: 30px; }
.about-columns p { color: var(--muted); line-height: 1.75; margin: 0; }
.about-columns ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-weight: 700; }
.about-columns li::before { content: "•"; color: var(--coral-dark); margin-right: 10px; }

.faq-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 130px); padding: 112px clamp(24px, 6vw, 96px); background: var(--ink-strong); color: var(--paper); margin: 24px; border-radius: var(--radius-lg); overflow: hidden; }
.faq-intro h2 { font-size: clamp(40px, 5vw, 70px); line-height: 1.04; letter-spacing: -.06em; margin: 36px 0 50px; }
.faq-intro button { border: 1px solid #555a5e; border-radius: var(--radius-sm); background: transparent; color: var(--paper); padding: 17px 20px; display: flex; justify-content: space-between; gap: 30px; cursor: pointer; transition: border-color .2s, color .2s, transform .2s; }
.faq-intro button:hover { border-color: var(--mint); color: var(--mint); transform: translateY(-2px); }
.faq-list { display: grid; gap: 12px; }
.faq-list article { border: 1px solid #42464a; border-radius: 18px; overflow: hidden; background: #202327; transition: border-color .25s, background .25s; }
.faq-list article.open { border-color: var(--coral); background: #25282c; }
.faq-list article > button { width: 100%; min-height: 92px; padding: 0 24px; display: grid; grid-template-columns: 50px 1fr 30px; gap: 18px; align-items: center; border: 0; background: transparent; color: var(--paper); text-align: left; cursor: pointer; }
.faq-list button span { color: var(--mint); font-size: 11px; }
.faq-list button strong { font-size: 18px; }
.faq-list button b { color: var(--coral); font-size: 27px; font-weight: 400; }
.faq-list article > p { margin: -5px 42px 32px 92px; color: #c7c1b9; line-height: 1.7; }

.first-cta { padding: 100px clamp(24px, 7vw, 120px); background: var(--coral); border: 1px solid var(--ink); border-radius: var(--radius-lg); margin: 24px; display: grid; grid-template-columns: 1fr 2fr auto; gap: 36px; align-items: end; overflow: hidden; }
.first-cta p { margin: 0; align-self: start; font-size: 13px; font-weight: 750; letter-spacing: .04em; }
.first-cta h2 { margin: 0; font-size: clamp(42px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.first-cta button { background: var(--paper); cursor: pointer; }

.site-footer { min-height: 260px; padding: 60px clamp(24px, 5vw, 80px); background: var(--paper); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; border-top: 1px solid var(--ink); }
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-brand strong { font-size: 32px; letter-spacing: -.06em; }
.site-footer > p { font-size: 14px; }
.site-footer > div:last-child { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.site-footer a { border-bottom: 1px solid; }
.site-footer span { color: var(--muted); }

.help-trigger { position: fixed; right: 24px; bottom: 24px; z-index: 40; border: 1px solid var(--ink); border-radius: 999px; background: var(--coral); box-shadow: 4px 4px 0 var(--ink); min-height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 10px; font-weight: 800; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.help-trigger:hover { transform: translateY(-3px); box-shadow: 4px 7px 0 var(--ink); }
.help-trigger > span { font-size: 13px; }
.help-trigger.active { background: var(--paper); }
.help-panel { position: fixed; right: 24px; bottom: 91px; z-index: 39; width: min(390px, calc(100vw - 32px)); background: var(--paper); border: 1px solid var(--ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--ink); padding: 24px; animation: panel-in .28s ease both; }
.help-panel > p { margin: 0 0 22px; font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.help-panel button, .help-panel a { width: 100%; min-height: 58px; border: 0; border-top: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 36px 1fr auto; gap: 8px; align-items: center; text-align: left; cursor: pointer; }
.help-panel span { color: var(--coral-dark); font-size: 11px; }
.help-panel b { font-weight: 600; }
.help-panel i { font-style: normal; }

.contact-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 18px; background: rgba(23,27,34,.72); backdrop-filter: blur(7px); }
.contact-dialog { position: relative; width: min(650px, 100%); padding: clamp(34px, 6vw, 64px); border: 1px solid var(--ink); border-radius: 28px; background: var(--paper); box-shadow: 12px 12px 0 var(--coral); animation: dialog-in .28s ease both; }
.contact-close { position: absolute; right: 24px; top: 20px; border: 0; background: transparent; font-size: 34px; cursor: pointer; }
.contact-dialog > p:first-of-type { margin: 0; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.contact-dialog h2 { margin: 18px 0 24px; font-size: clamp(34px, 5vw, 54px); line-height: 1.05; letter-spacing: -.06em; }
.contact-dialog > p:not(:first-of-type) { max-width: 500px; color: var(--muted); line-height: 1.7; }
.contact-address { margin-top: 34px; padding: 22px; display: grid; gap: 8px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--coral-pale); }
.contact-address span { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.contact-address strong { font-size: clamp(18px, 3vw, 28px); overflow-wrap: anywhere; }
.contact-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; }
.contact-actions button, .contact-actions a { min-height: 52px; padding: 0 18px; display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; border: 1px solid var(--ink); border-radius: 13px; cursor: pointer; font-weight: 700; }
.contact-actions button { background: var(--coral); }
.contact-actions a { background: var(--paper); }

.dialog-backdrop { position: fixed; inset: 0; background: rgba(23,27,34,.72); z-index: 100; display: grid; place-items: center; padding: 18px; backdrop-filter: blur(7px); }
.dialog-backdrop > .project-dialog, .dialog-backdrop > .discard-confirmation { grid-area: 1 / 1; }
.project-dialog { width: min(960px, 100%); height: min(820px, calc(100dvh - 56px)); max-height: calc(100vh - 56px); display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--ink); border-radius: 28px; box-shadow: 12px 12px 0 var(--coral); animation: dialog-in .32s ease both; }
.project-dialog > header { min-height: 78px; padding: 0 28px; display: flex; flex: 0 0 auto; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); background: var(--paper); z-index: 2; }
.project-dialog > header div { display: flex; gap: 12px; align-items: center; }
.dialog-brand-logo { display: block; width: 92px; height: auto; flex: 0 0 auto; object-fit: contain; }
.dialog-brand i { width: 1px; height: 20px; background: var(--line); }
.project-dialog > header strong { font-size: 23px; letter-spacing: -.05em; }
.project-dialog > header span { color: var(--muted); font-size: 13px; }
.project-dialog > header button { border: 0; background: transparent; font-size: 34px; cursor: pointer; }
.dialog-progress { height: 18px; flex: 0 0 18px; border-bottom: 1px solid var(--line); position: relative; }
.dialog-progress > span { position: absolute; left: 0; top: 0; bottom: 0; background: var(--coral); transition: width .3s ease; }
.dialog-progress small { position: absolute; right: 18px; top: 2px; font-size: 9px; font-weight: 800; }
.dialog-body { min-height: 0; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding: 22px clamp(24px, 6vw, 72px) 28px; scrollbar-width: thin; scrollbar-color: rgba(255,140,105,.72) transparent; }
.dialog-body::-webkit-scrollbar { width: 6px; }
.dialog-body::-webkit-scrollbar-track { margin-block: clamp(36px, 6vh, 54px); background: transparent; }
.dialog-body::-webkit-scrollbar-thumb { min-height: 44px; border-radius: 999px; background: rgba(255,140,105,.72); }
.dialog-body::-webkit-scrollbar-thumb:hover { background: var(--coral-dark); }
.dialog-body::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
.dialog-body::-webkit-scrollbar-corner { background: transparent; }
.dialog-step > p:first-child { color: var(--coral-dark); font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.dialog-step h2 { font-size: clamp(25px, 2.9vw, 37px); line-height: 1.05; letter-spacing: -.06em; margin: 12px 0 28px; }
.field-hint { margin: -20px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.need-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.need-grid button { min-height: 96px; border: 1px solid var(--line); border-radius: 16px; background: var(--coral-pale); padding: 20px; display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; text-align: left; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.need-grid button:hover { transform: translateY(-3px); border-color: var(--coral); }
.need-grid button:hover, .need-grid button.selected { background: var(--coral-soft); }
.need-grid button.selected { box-shadow: inset 0 0 0 2px var(--coral-dark); }
.need-grid span { font-size: 10px; color: var(--coral-dark); }
.need-grid b { font-size: 16px; font-weight: 650; }
.need-grid i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 2px var(--ink); font-size: 15px; font-style: normal; font-weight: 650; line-height: 1; padding-bottom: 2px; opacity: 0; transform: scale(.7); transition: opacity .2s ease, transform .2s ease; }
.need-grid button.selected i { opacity: 1; transform: scale(1); }
.need-error { margin: 14px 0 0; }
.dialog-step label, .select-field { display: grid; gap: 10px; font-size: 13px; font-weight: 700; margin-bottom: 24px; }
.required-field > .field-title::after, .select-field.required-field > .field-title::after { content: "必填"; display: inline-flex; margin-left: 8px; padding: 2px 7px; border-radius: 999px; background: var(--coral-soft); color: var(--coral-dark); font-size: 9px; font-weight: 750; letter-spacing: .06em; vertical-align: 2px; }
.optional-field > .field-title::after { content: "選填"; display: inline-flex; margin-left: 8px; padding: 2px 7px; border-radius: 999px; background: var(--coral-pale); color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .06em; vertical-align: 2px; }
[data-current-lang="en"] .required-field > .field-title::after, [data-current-lang="en"] .select-field.required-field > .field-title::after { content: "Required"; }
[data-current-lang="en"] .optional-field > .field-title::after { content: "Optional"; }
.dialog-step input, .dialog-step textarea, .dialog-step select { width: 100%; border: 1px solid var(--line); background: var(--card); padding: 16px; min-height: 52px; border-radius: var(--radius-sm); outline: none; color: var(--ink); }
.dialog-step input:focus, .dialog-step textarea:focus, .dialog-step select:focus { box-shadow: 0 0 0 3px var(--coral-soft); }
.dialog-step input.is-invalid { border-color: var(--coral-dark); box-shadow: 0 0 0 3px rgba(255,140,105,.16); }
.dialog-step textarea { height: 72px; min-height: 72px; max-height: 220px; resize: none; overflow-y: hidden; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.brand-select { position: relative; font-weight: 560; }
.brand-select-native { position: absolute; width: 1px !important; height: 1px; min-height: 0 !important; padding: 0 !important; margin: 0; opacity: 0; pointer-events: none; }
.brand-select-trigger { width: 100%; min-height: 54px; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--coral-pale); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.brand-select-trigger:hover { border-color: var(--coral); background: var(--coral-soft); }
.brand-select.open .brand-select-trigger, .brand-select-trigger:focus-visible { border-color: var(--coral-dark); box-shadow: 0 0 0 3px rgba(255,140,105,.16); outline: none; }
.select-field.is-invalid .brand-select-trigger { border-color: var(--coral-dark); box-shadow: 0 0 0 3px rgba(255,140,105,.16); }
.brand-select-current { display: inline-flex; align-items: center; gap: 10px; }
.brand-select.has-value .brand-select-current::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 2px var(--ink); }
.brand-select-arrow { width: 18px; height: 18px; flex: 0 0 18px; display: grid; place-items: center; font-style: normal; }
.brand-select-arrow::before { content: ""; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transform-origin: center; transition: transform .22s ease; }
.brand-select.open .brand-select-arrow::before { transform: rotate(225deg); }
.brand-select-menu { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 12; padding: 7px; border: 1px solid var(--ink); border-radius: 16px; background: var(--paper); box-shadow: 6px 6px 0 var(--ink); animation: select-in .2s ease both; }
.brand-select.open-up .brand-select-menu { top: auto; bottom: calc(100% + 8px); transform-origin: bottom; }
.brand-select-option { width: 100%; min-height: 44px; padding: 10px 12px; display: grid; grid-template-columns: 14px 1fr; gap: 10px; align-items: center; border: 0; border-radius: 10px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.brand-select-option:hover, .brand-select-option:focus-visible { background: var(--coral-soft); outline: none; }
.brand-select-option[aria-selected="true"] { background: var(--coral); font-weight: 720; }
.brand-select-option-dot { width: 7px; height: 7px; border-radius: 50%; background: transparent; }
.brand-select-option[aria-selected="true"] .brand-select-option-dot { background: var(--mint); box-shadow: 0 0 0 2px var(--ink); }
.brand-select-option b { font-weight: inherit; }
.dialog-step label.check { display: flex; align-items: flex-start; flex-direction: row; font-weight: 500; line-height: 1.5; }
.dialog-step label.check input { width: 20px; min-height: 20px; margin: 0; accent-color: var(--coral); }
.dialog-step label.check.required-field span::after { content: "必填"; display: inline-flex; margin-left: 8px; padding: 2px 7px; border-radius: 999px; background: var(--coral-soft); color: var(--coral-dark); font-size: 9px; font-weight: 750; letter-spacing: .06em; vertical-align: 2px; }
[data-current-lang="en"] .dialog-step label.check.required-field span::after { content: "Required"; }
.field-error { color: var(--coral-dark); font-size: 11px; font-weight: 650; line-height: 1.45; }
.field-error::before { content: "●"; margin-right: 7px; color: var(--coral); font-size: 8px; vertical-align: 1px; }
.verify-step > p:not(:first-child), .summary-step > p:not(:first-child) { color: var(--muted); line-height: 1.7; max-width: 700px; }
.verification-destination { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; margin: 14px 0 0; }
.verification-destination strong { color: var(--ink); overflow-wrap: anywhere; }
.verification-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.verification-back { margin-top: 24px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; }
.send-code { margin-top: 24px; min-width: 260px; border: 1px solid var(--ink); border-radius: 14px; background: var(--coral); padding: 17px 20px; display: inline-flex; justify-content: space-between; gap: 30px; cursor: pointer; font-weight: 800; }
.send-code:disabled { opacity: .45; cursor: not-allowed; }
.prototype-note { border: 1px dashed var(--coral-dark); border-radius: var(--radius-sm); background: var(--coral-soft); padding: 17px; margin: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.prototype-note strong { font-size: 25px; letter-spacing: .13em; }
.code-error { color: var(--coral-dark) !important; }
.summary-card { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 26px; display: grid; grid-template-columns: 130px 1fr; gap: 16px; max-width: 720px; background: var(--coral-pale); }
.summary-card span { color: var(--muted); font-size: 12px; }
.summary-card strong { overflow-wrap: anywhere; white-space: pre-line; }
.meeting-prompt { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.meeting-prompt h3, .meeting-followup h3 { margin: 0; font-size: clamp(22px, 2.5vw, 30px); letter-spacing: -.04em; }
.meeting-prompt > p { max-width: 700px; color: var(--muted); line-height: 1.7; }
.meeting-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.meeting-actions .send-code { margin-top: 8px; }
.meeting-skip, .meeting-back { margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; }
.calendar-not-ready { padding: 14px 16px; border-radius: 12px; background: var(--coral-soft); color: var(--ink) !important; }
.meeting-followup { margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--coral-pale); }
.meeting-followup > span { width: 34px; height: 34px; margin-bottom: 18px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--mint); font-weight: 700; }
.meeting-followup p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.meeting-scheduler { margin-top: 24px; }
.meeting-scheduler #wooii-cal-inline { width: 100%; min-height: 620px; margin-top: 14px; overflow: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.summary-step.scheduler-active > p:first-child, .summary-step.scheduler-active > h2, .summary-step.scheduler-active > .summary-card, .summary-step.scheduler-active > .meeting-prompt, .summary-step.scheduler-active > .meeting-followup { display: none; }
.project-dialog > footer { min-height: 80px; padding: 0 28px; border-top: 1px solid var(--line); display: flex; flex: 0 0 auto; justify-content: space-between; align-items: center; background: var(--paper); }
.project-dialog > footer button { border: 0; background: transparent; cursor: pointer; padding: 15px 20px; }
.project-dialog > footer .dialog-next { min-width: 170px; display: flex; justify-content: space-between; background: var(--ink); color: var(--paper); border-radius: var(--radius-sm); }
.project-dialog > footer button:disabled, .project-dialog > footer .is-disabled { opacity: .35; cursor: not-allowed; }
body.wooii-modal-open { overflow: hidden; }
.discard-confirmation { position: relative; z-index: 5; width: min(520px, calc(100vw - 36px)); padding: 38px; border: 1px solid var(--ink); border-radius: 24px; background: var(--paper); box-shadow: 10px 10px 0 var(--coral); animation: dialog-in .25s ease both; }
.discard-confirmation > p:first-child { margin: 0 0 16px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.discard-confirmation h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.055em; }
.discard-confirmation > p:not(:first-child) { margin: 22px 0 30px; color: var(--muted); line-height: 1.65; }
.discard-confirmation > div { display: flex; flex-wrap: wrap; gap: 12px; }
.discard-confirmation button { min-height: 50px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 12px; cursor: pointer; font-weight: 700; }
.discard-stay { background: var(--coral); box-shadow: 4px 4px 0 var(--ink); }
.discard-leave { background: var(--paper); }

@keyframes panel-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes select-in { from { opacity: 0; transform: translateY(-5px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes coral-breathe { from { translate: 0 0; scale: 1; } to { translate: -8px -5px; scale: 1.025; } }
@keyframes node-glow { 0%,100% { box-shadow: 0 0 0 0 rgba(0,255,199,.12); } 50% { box-shadow: 0 0 0 12px rgba(0,255,199,.18); } }
@keyframes path-shift { to { border-style: dashed; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 20px; }
  .nav { position: absolute; top: 88px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px; flex-direction: column; align-items: flex-start; display: none; }
  .nav.open { display: flex; }
  .menu-button { display: block; border: 0; background: transparent; cursor: pointer; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 300px; }
  .hero-art .coral-one { bottom: -90%; }
  .services-strip, .workflow, .service-grid { grid-template-columns: 1fr; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; }
  .workflow-card.featured, .workflow-card.featured:hover { transform: none; }
  .connector { display: none; }
  .first-cta { grid-template-columns: 1fr; }
  .work-list article { grid-template-columns: 48px 1fr 30px; padding: 24px; }
  .work-list article p, .work-list article small { grid-column: 2 / -1; margin: 0; }
  .about-section, .faq-section { grid-template-columns: 1fr; }
  .about-mark { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .about-mark.has-custom-image img { min-height: 420px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div:last-child { justify-self: start; align-items: flex-start; }
}

@media (max-width: 620px) {
  .site-header { height: 74px; padding: 0 18px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; }
  .brand { min-width: 0; gap: 6px; font-size: 19px; white-space: nowrap; }
  .brand-logo-full, .brand-name-desktop { display: none; }
  .brand i { display: block; height: 18px; }
  .brand small { display: inline; font-size: 11px; }
  .brand-name-mobile { display: inline; }
  .menu-button { font-size: 12px; }
  .language { gap: 5px; }
  .language button { font-size: 13px; }
  .nav { top: 74px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 64px 20px 50px; }
  .hero h1 { font-size: clamp(39px, 12vw, 56px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button { width: 100%; }
  .hero-art { min-height: 250px; margin: 0 16px 16px; }
  .services-strip { display: block; }
  .service-tab { min-height: 112px; padding: 22px 20px; margin-bottom: 12px; }
  .method-section, .service-details { padding: 80px 20px; }
  .section-heading { margin-bottom: 45px; gap: 22px; }
  .workflow { gap: 18px; }
  .workflow-card { min-height: 360px; }
  .service-grid article { min-height: 330px; padding: 24px; }
  .service-grid h3 { margin-top: 45px; }
  .method-section, .faq-section, .first-cta, .about-section { margin: 12px; border-radius: 24px; }
  .first-cta { padding: 72px 20px; }
  .work-section { padding: 80px 20px; }
  .work-list article { grid-template-columns: 36px 1fr 24px; }
  .about-mark { min-height: 300px; }
  .about-mark.has-custom-image img { min-height: 300px; }
  .about-copy { padding: 72px 20px; }
  .about-columns { grid-template-columns: 1fr; }
  .faq-section { padding: 80px 20px; }
  .faq-list article > button { grid-template-columns: 34px 1fr 24px; gap: 10px; padding: 0 18px; }
  .faq-list article > p { margin: -5px 20px 28px 62px; }
  .site-footer { padding: 50px 20px; }
  .help-trigger { right: 16px; bottom: 16px; }
  .help-trigger > span { display: none; }
  .help-panel { right: 16px; bottom: 82px; }
  .dialog-backdrop { padding: 0; }
  .project-dialog { width: 100%; height: 100%; max-height: none; border: 0; border-radius: 0; box-shadow: none; }
  .dialog-body { scrollbar-width: none; -ms-overflow-style: none; }
  .dialog-body::-webkit-scrollbar { display: none; }
  .project-dialog > header { padding: 0 18px; }
  .dialog-brand-logo, .dialog-brand i { display: none; }
  .project-dialog > header span { display: none; }
  .dialog-body { padding: 24px 20px; }
  .dialog-step textarea { height: 92px; min-height: 92px; max-height: 260px; }
  .need-grid, .form-row { grid-template-columns: 1fr; }
  .project-dialog > footer { padding: 0 14px; }
  .prototype-note, .summary-card { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .discard-confirmation { padding: 30px 22px; }
  .discard-confirmation > div { flex-direction: column; }
  .discard-confirmation button { width: 100%; }
  .contact-dialog { min-height: 100%; border: 0; border-radius: 0; box-shadow: none; }
  .contact-actions { flex-direction: column; }
  .contact-actions button, .contact-actions a { width: 100%; }
  .meeting-scheduler #wooii-cal-inline { min-height: 680px; }
}

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