:root {
  color-scheme: light;
  --ink: #10120f;
  --ink-soft: #20231e;
  --paper: #f2f4ef;
  --white: #ffffff;
  --muted: #a5aaa0;
  --muted-dark: #636960;
  --line: #d8ddd3;
  --lime: #9dff20;
  --font: "Avenir Next", Avenir, "PingFang HK", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-family: var(--font);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-width { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
}
.header-inner {
  width: min(1360px, calc(100% - 64px));
  height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: grid; gap: 3px; line-height: 1; }
.brand-copy strong { font-size: 13px; font-weight: 750; letter-spacing: .13em; }
.brand-copy span { color: #a7aca3; font-size: 9px; letter-spacing: .24em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 56px); margin-left: auto; margin-right: 48px; }
.desktop-nav a { color: #c2c6be; font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--lime); }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 16px; border: 1px solid rgb(255 255 255 / 30%); font-size: 12px; transition: border-color .2s ease, color .2s ease; }
.header-cta span { color: var(--lime); font-size: 17px; }
.header-cta:hover, .header-cta:focus-visible { border-color: var(--lime); color: var(--lime); }
.mobile-nav { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(820px, 100dvh);
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, transparent 49.95%, rgb(255 255 255 / 5%) 50%, transparent 50.05%),
    var(--ink);
}
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: clamp(40px, 8vw, 112px); padding-top: 104px; padding-bottom: 96px; }
.hero-copy { position: relative; z-index: 1; max-width: 650px; animation: rise-in .7s cubic-bezier(.2,.75,.25,1) both; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 28px; color: #b7bcb4; font-size: 10px; font-weight: 650; letter-spacing: .18em; line-height: 1.4; }
.eyebrow > span { width: 28px; height: 1px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(56px, 7.5vw, 102px); font-weight: 690; letter-spacing: -.065em; line-height: 1.08; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-description { max-width: 480px; margin-bottom: 18px; color: #c2c7be; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.9; }
.service-line { margin-bottom: 34px; color: #8e948b; font-size: 11px; letter-spacing: .04em; }
.service-line span { padding-inline: 5px; color: var(--lime); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 18px; font-size: 12px; font-weight: 700; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #b4ff55; }
.button span { font-size: 16px; }
.text-link { padding-block: 12px; color: #d5d9d2; font-size: 12px; transition: color .18s ease; }
.text-link span { padding-left: 8px; color: var(--lime); }
.text-link:hover { color: var(--lime); }
.hero-visual { position: relative; justify-self: center; width: min(100%, 435px); padding: 15px; animation: reveal-mark .8s .08s ease both; }
.mark-frame { position: relative; z-index: 1; overflow: hidden; width: 100%; aspect-ratio: 1; border-radius: 50%; outline: 1px solid rgb(157 255 32 / 32%); outline-offset: 10px; background: #242622; box-shadow: 0 0 90px rgb(157 255 32 / 9%); }
.mark-frame img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

.section-light { background: var(--paper); }
.services { padding-block: clamp(92px, 12vw, 156px) clamp(100px, 13vw, 170px); }
.section-intro { max-width: 640px; margin-bottom: 64px; }
.eyebrow-dark { color: var(--muted-dark); }
.section-intro h2, .approach-heading h2 { margin-bottom: 19px; font-size: clamp(38px, 5vw, 66px); font-weight: 680; letter-spacing: -.06em; line-height: 1.14; }
.section-intro > p:last-child, .approach-heading > p:last-child { max-width: 460px; margin-bottom: 0; color: var(--muted-dark); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { min-height: 340px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); background: var(--white); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #b9c5ae; box-shadow: 0 18px 40px rgb(16 18 15 / 7%); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; }
.service-kicker { margin: 0; color: #678d32; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.service-kicker span { display: block; margin-top: 7px; color: #8d9489; font-size: 8px; font-weight: 600; letter-spacing: .18em; }
.service-card-copy { margin-block: 36px 30px; }
.service-card h3 { margin: 0 0 15px; font-size: clamp(21px, 2vw, 26px); font-weight: 650; letter-spacing: -.04em; line-height: 1.35; }
.service-description { max-width: 430px; }
.service-description > p:first-child { margin: 0 0 10px; color: #646b61; font-size: 13px; line-height: 1.8; }
.service-examples { margin: auto 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: #7b8277; font-size: 10px; line-height: 1.8; }
.service-examples strong { display: block; margin-bottom: 4px; color: #4c5548; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.service-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #5b9500; font-size: 16px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.service-card:hover .service-mark { transform: translate(2px, -2px); color: var(--ink); background: var(--lime); }

.project-starts { padding-block: clamp(92px, 11vw, 144px); background: var(--white); }
.project-starts-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.project-starts-intro .eyebrow { margin-bottom: 25px; }
.project-starts-intro h2, .faq-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); font-weight: 680; letter-spacing: -.06em; line-height: 1.12; }
.project-starts-intro > p { max-width: 430px; margin: 0 0 5px; color: var(--muted-dark); font-size: 14px; line-height: 1.85; }
.project-start-list { border-top: 1px solid var(--line); }
.project-start-list article { display: grid; grid-template-columns: 120px minmax(250px, .9fr) minmax(300px, 1.1fr); gap: 28px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.project-type { color: #678d32; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.project-start-list h3 { margin: 0; font-size: clamp(16px, 1.7vw, 21px); font-weight: 630; letter-spacing: -.025em; line-height: 1.5; }
.project-start-list p { max-width: 430px; margin: 0; color: #656c61; font-size: 12px; line-height: 1.8; }

.point-of-view { padding-block: clamp(90px, 11vw, 140px); color: var(--white); background: var(--ink-soft); }
.point-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: start; }
.point-of-view h2 { margin-bottom: 24px; font-size: clamp(39px, 5vw, 68px); font-weight: 660; letter-spacing: -.06em; line-height: 1.13; }
.point-description { max-width: 470px; margin-bottom: 0; color: #b0b6ac; font-size: 14px; line-height: 1.9; }
.principles { display: grid; gap: 0; padding-top: 8px; }
.principles > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: baseline; padding: 17px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.principles > div:last-child { border-bottom: 1px solid rgb(255 255 255 / 14%); }
.principles span { color: var(--lime); font-size: 10px; letter-spacing: .12em; }
.principles p { margin: 0; color: #aab0a5; font-size: 12px; }
.principles strong { margin-right: 9px; color: var(--white); font-size: 14px; font-weight: 600; }

.approach { padding-block: clamp(96px, 12vw, 152px); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 12vw, 170px); align-items: start; }
.approach-heading { position: sticky; top: 50px; }
.process-list { margin: 3px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 22px 0 24px; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 5px; color: #81887d; font-size: 10px; letter-spacing: .12em; }
.process-list h3 { margin-bottom: 7px; font-size: 17px; font-weight: 650; letter-spacing: -.025em; }
.process-list p { max-width: 440px; margin-bottom: 0; color: #696f66; font-size: 13px; line-height: 1.75; }

.faq { padding-block: clamp(92px, 11vw, 140px); background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(56px, 10vw, 132px); align-items: start; }
.faq-heading h2 { margin-bottom: 18px; }
.faq-heading > p { max-width: 330px; margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 19px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding-right: 35px; font-size: 15px; font-weight: 620; line-height: 1.6; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 0; right: 3px; color: #678d32; font-size: 19px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 570px; margin: 11px 35px 0 0; color: #656c61; font-size: 13px; line-height: 1.8; }

.contact { padding-block: clamp(88px, 11vw, 140px); color: var(--ink); background: var(--lime); }
.contact-inner { max-width: 900px; }
.contact .eyebrow { color: #3d4c2c; }
.contact .eyebrow > span { background: var(--ink); }
.contact h2 { max-width: 780px; margin-bottom: 22px; font-size: clamp(48px, 7.5vw, 94px); font-weight: 700; letter-spacing: -.07em; line-height: 1.06; }
.contact h2 em { color: #526b35; }
.contact-inner > p:last-of-type { max-width: 550px; margin-bottom: 28px; color: #36432a; font-size: 15px; line-height: 1.8; }
.contact-options { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; max-width: 480px; }
.contact-option { position: relative; min-height: 84px; display: grid; align-content: center; gap: 8px; padding: 15px 44px 15px 16px; border: 1px solid rgb(16 18 15 / 32%); transition: background .18s ease, transform .18s ease; }
.contact-option > span:first-child { color: #465238; font-size: 10px; letter-spacing: .04em; }
.contact-option strong { overflow-wrap: anywhere; font-size: clamp(13px, 1.6vw, 17px); font-weight: 670; }
.contact-arrow { position: absolute; top: 15px; right: 15px; font-size: 16px; }
.contact-option:hover, .contact-option:focus-visible { transform: translateY(-2px); background: rgb(255 255 255 / 30%); }

.site-footer { padding-block: 25px; color: #c1c6bd; background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand img { width: 38px; height: 38px; }
.footer-brand .brand-copy strong { color: var(--white); font-size: 11px; }
.footer-brand .brand-copy span { font-size: 8px; }
.footer-inner > p, .footer-inner > span { margin: 0; color: #8f968c; font-size: 10px; }

@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-mark { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 900px) {
  .page-width, .header-inner { width: min(100% - 44px, 700px); }
  .desktop-nav { gap: 24px; margin-right: 24px; }
  .header-cta { gap: 10px; padding-inline: 12px; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr .75fr; gap: 32px; padding-top: 150px; padding-bottom: 118px; }
  .hero h1 { font-size: clamp(52px, 8vw, 76px); }
  .hero-visual { width: min(100%, 330px); }
  .point-grid { grid-template-columns: 1fr 1.4fr; gap: 30px 44px; }
  .principles { grid-column: 2; }
  .project-starts-intro { gap: 30px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-start-list article { grid-template-columns: 86px 1fr 1fr; gap: 18px; }
  .faq-grid { gap: 50px; }
  .approach-grid { gap: 54px; }
}

@media (max-width: 680px) {
  :root { scroll-padding-top: 72px; }
  .page-width, .header-inner { width: calc(100% - 40px); }
  .header-inner { height: 72px; }
  .brand { gap: 8px; }
  .brand img { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy span { font-size: 8px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { width: 42px; height: 42px; display: grid; align-content: center; justify-items: center; gap: 6px; border: 1px solid rgb(255 255 255 / 30%); list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 15px; height: 1px; background: var(--white); }
  .mobile-nav nav { position: absolute; top: 52px; right: 0; display: grid; min-width: 170px; padding: 8px 16px; border: 1px solid rgb(255 255 255 / 15%); background: var(--ink-soft); box-shadow: 0 12px 30px rgb(0 0 0 / 20%); }
  .mobile-nav nav a { padding: 12px 0; color: #e2e5de; font-size: 13px; }
  .mobile-nav nav a + a { border-top: 1px solid rgb(255 255 255 / 12%); }
  .hero { min-height: auto; background: var(--ink); }
  .hero-inner { grid-template-columns: 1fr; gap: 52px; padding-top: 127px; padding-bottom: 105px; }
  .eyebrow { margin-bottom: 23px; font-size: 9px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(54px, 14vw, 78px); letter-spacing: -.07em; }
  .hero-description { max-width: 520px; font-size: 15px; line-height: 1.85; }
  .service-line { max-width: 290px; font-size: 10px; line-height: 1.8; }
  .hero-actions { gap: 18px; }
  .button { min-height: 46px; padding-inline: 14px; font-size: 11px; }
  .text-link { font-size: 11px; }
  .hero-visual { width: min(74vw, 300px); margin-right: 22px; }
  .services { padding-block: 85px 100px; }
  .section-intro { margin-bottom: 42px; }
  .section-intro h2, .approach-heading h2 { font-size: clamp(39px, 10vw, 58px); }
  .section-intro > p:last-child, .approach-heading > p:last-child { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; padding: 23px; }
  .service-card-copy { margin-block: 28px 24px; }
  .service-card h3 { font-size: 21px; }
  .service-description > p:first-child { font-size: 12px; }
  .service-examples { font-size: 10px; }
  .project-starts { padding-block: 84px 94px; }
  .project-starts-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .project-starts-intro h2, .faq-heading h2 { font-size: clamp(38px, 10vw, 56px); }
  .project-start-list article { grid-template-columns: 1fr; gap: 8px; padding-block: 21px; }
  .project-start-list h3 { font-size: 17px; }
  .project-start-list p { font-size: 12px; }
  .point-of-view { padding-block: 82px 90px; }
  .point-grid { grid-template-columns: 1fr; gap: 28px; }
  .point-of-view h2 { margin-bottom: 18px; font-size: clamp(40px, 10vw, 58px); }
  .point-description { font-size: 13px; }
  .principles { grid-column: auto; padding-top: 2px; }
  .approach { padding-block: 88px 96px; }
  .approach-grid { grid-template-columns: 1fr; gap: 40px; }
  .approach-heading { position: static; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 10px; padding-block: 20px; }
  .process-list h3 { font-size: 16px; }
  .process-list p { font-size: 12px; }
  .faq { padding-block: 84px 94px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-heading > p { font-size: 12px; }
  .faq-list summary { font-size: 14px; }
  .faq-list details p { font-size: 12px; }
  .contact { padding-block: 82px 88px; }
  .contact h2 { font-size: clamp(48px, 12.5vw, 72px); }
  .contact-inner > p:last-of-type { font-size: 13px; }
  .contact-options { gap: 9px; }
  .contact-option { min-height: 72px; }
  .site-footer { padding-block: 24px; }
  .footer-inner { display: grid; grid-template-columns: 1fr; gap: 17px; }
  .footer-inner > p, .footer-inner > span { font-size: 9px; }
}

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