:root {
  --ink: #192923;
  --muted: #657068;
  --paper: #f5f3eb;
  --cream: #fffdf5;
  --lime: #cefa68;
  --line: rgba(25, 41, 35, .17);
  --font: "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 85px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
img { object-fit: cover; }
.shell { width: min(1260px, calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 20px; padding: 12px 18px; background: var(--lime); color: var(--ink); border-radius: 0 0 12px 12px; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid #537d20; outline-offset: 4px; }

.site-header { position: relative; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 240px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; transform: rotate(-8deg); }
.brand-mark svg { width: 44px; height: 44px; }
.brand-name { font-size: 23px; font-weight: 800; line-height: 1.04; letter-spacing: -.08em; white-space: nowrap; }
.brand-en { display: block; margin-top: 5px; font-size: 8px; font-weight: 800; line-height: 1; letter-spacing: .18em; }
.desktop-nav { display: flex; gap: clamp(18px, 3vw, 43px); align-items: center; margin: auto; }
.desktop-nav a { font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a:hover { color: #6b8d33; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 44px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 100px; white-space: nowrap; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--lime); transform: translateY(-2px); }
.header-cta span { font-size: 19px; font-weight: 400; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 680px; display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 6px; padding-block: 44px 54px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.eyebrow-spark { color: #769b34; font-size: 23px; line-height: 0; }
.eyebrow-line { display: inline-block; width: 24px; height: 1px; background: var(--ink); opacity: .35; }
.hero h1 { margin: 28px 0 25px; font-size: clamp(68px, 7.2vw, 108px); font-weight: 800; line-height: 1.16; letter-spacing: -.095em; white-space: nowrap; }
.hero-title-outline { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-title-highlight { position: relative; z-index: 0; }
.hero-title-highlight::after { content: ""; position: absolute; z-index: -1; left: -3px; right: -4px; bottom: 7px; height: 29%; background: var(--lime); transform: rotate(-2deg); }
.little-star { position: absolute; top: -25px; right: -25px; font-size: 33px; color: #8ab14a; line-height: 1; letter-spacing: 0; transform: rotate(18deg); }
.hero-period { color: #91b952; }
.hero-lead { max-width: 470px; margin: 0; color: #59665b; font-size: 15px; line-height: 2; letter-spacing: .01em; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 30px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 0 23px; border-radius: 100px; font-size: 13px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.button span { font-size: 21px; font-weight: 400; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #314b3a; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.text-link span { font-size: 19px; font-weight: 400; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-meta { display: flex; align-items: center; gap: 14px; margin-top: 62px; }
.hero-meta-icons { display: flex; padding-left: 5px; }
.hero-meta-icons span { width: 39px; height: 39px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--paper); border-radius: 50%; background: #d0e7de; font-size: 13px; font-weight: 800; }
.hero-meta-icons span:nth-child(2) { background: #e1d0f4; }
.hero-meta-icons span:nth-child(3) { background: #f3c3aa; }
.hero-meta p { margin: 0; color: #6e786f; font-size: 11px; line-height: 1.6; }
.hero-meta strong { color: var(--ink); font-weight: 800; }

.hero-art { height: 588px; position: relative; overflow: hidden; border-radius: 16px 125px 16px 16px; background: #24493f; background-image: radial-gradient(circle at 70% 28%, #416f5e 0, transparent 39%), radial-gradient(circle at 5% 90%, #173b33 0, transparent 36%); isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 40px 40px; }
.hero-art::after { content: "✳"; position: absolute; right: 29px; top: 95px; color: var(--lime); font-size: 62px; transform: rotate(-12deg); }
.art-top-label, .art-bottom-label { position: absolute; z-index: 5; color: var(--lime); font-size: 10px; font-weight: 800; line-height: 1.35; letter-spacing: .16em; }
.art-top-label { left: 26px; top: 27px; }
.art-bottom-label { left: 28px; bottom: 24px; }
.art-orbit { position: absolute; border: 1px solid rgba(211,248,162,.28); border-radius: 50%; }
.art-orbit-one { width: 500px; height: 500px; top: 70px; left: 120px; }
.art-orbit-two { width: 690px; height: 690px; top: -14px; left: 25px; }
.hero-sheet { position: absolute; z-index: 2; width: 340px; height: 475px; left: 20%; top: 75px; padding: 20px; background: #f3eedf; box-shadow: 20px 30px 28px rgba(8,27,24,.28); transform: rotate(-8deg); }
.sheet-top { display: flex; justify-content: space-between; color: #55544b; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.sheet-graphic { height: 249px; position: relative; overflow: hidden; margin-top: 17px; background: #d8c2ed; }
.sheet-shape { position: absolute; display: block; }
.sheet-shape-one { width: 265px; height: 265px; left: -67px; top: 70px; border-radius: 50%; background: #f1a884; }
.sheet-shape-two { width: 145px; height: 300px; right: -38px; top: -29px; border-radius: 95px; background: #243e38; transform: rotate(27deg); }
.sheet-shape-three { width: 220px; height: 45px; left: 66px; top: 145px; background: #d9f567; transform: rotate(-28deg); }
.sheet-spark { position: absolute; z-index: 2; left: 92px; top: 33px; color: #f6f1e4; font-size: 113px; line-height: 1; transform: rotate(23deg); }
.sheet-bottom { display: flex; justify-content: space-between; align-items: end; margin-top: 19px; }
.sheet-bottom > span { font-size: 44px; font-weight: 800; line-height: .93; letter-spacing: -.075em; }
.sheet-period { color: #f39a75; }
.sheet-bottom small { padding-bottom: 3px; font-size: 9px; line-height: 1.7; font-weight: 800; text-align: right; }
.photo-card { position: absolute; z-index: 4; width: 191px; height: 244px; top: 222px; right: 23px; padding: 10px; background: #f7f4e8; box-shadow: 6px 13px 21px rgba(8,27,24,.35); transform: rotate(11deg); }
.photo-image { width: 100%; height: 190px; object-position: center 26%; }
.photo-caption { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; font-size: 10px; font-weight: 800; }
.photo-caption span:last-child { color: #f2936e; font-size: 18px; line-height: 0; }
.scan-ticket { position: absolute; z-index: 5; left: 20px; bottom: 54px; width: 204px; min-height: 75px; display: flex; align-items: center; gap: 10px; padding: 11px 13px; background: var(--lime); box-shadow: 5px 8px 14px rgba(8,27,24,.2); transform: rotate(7deg); }
.scan-ticket-icon { font-size: 45px; line-height: 1; }
.scan-ticket > span:nth-child(2) { font-size: 12px; line-height: 1.05; font-weight: 500; }
.scan-ticket strong { font-size: 16px; font-weight: 800; }
.scan-ticket-arrow { align-self: flex-start; margin-left: auto; font-size: 20px; }
.art-sticker { position: absolute; z-index: 6; right: 18px; bottom: 65px; width: 108px; height: 108px; display: grid; place-items: center; border-radius: 50%; background: #f6a786; color: var(--ink); font-size: 10px; font-weight: 800; line-height: 1.22; text-align: center; transform: rotate(-12deg); }

.marquee { overflow: hidden; background: var(--lime); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 31px; padding: 19px 0; animation: move 26s linear infinite; }
.marquee-track span { font-size: 14px; font-weight: 800; white-space: nowrap; }
.marquee-track b { font-size: 17px; font-weight: 400; }
@keyframes move { to { transform: translateX(-50%); } }

.section { padding-block: 116px 124px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-kicker { color: #526e35; }
.kicker-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #98bb53; }
.section-intro h2, .steps-heading h2, .guide-heading h2, .contact-copy h2, .owner-copy h2 { margin: 23px 0 0; font-size: clamp(39px, 4.55vw, 66px); font-weight: 800; line-height: 1.26; letter-spacing: -.075em; }
h2 em { font-style: normal; color: #8eae4b; }
.section-description { max-width: 290px; margin: 0 0 7px; color: #677169; font-size: 14px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { position: relative; height: 360px; overflow: hidden; padding: 23px 25px 28px; border: 1px solid rgba(25,41,35,.15); border-radius: 16px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(25,41,35,.12); }
.service-card-print { grid-column: span 7; background: #d3ec97; }
.service-card-photo { grid-column: span 5; background: #d8c8ec; }
.service-card-id { grid-column: span 5; background: #f7c7aa; }
.service-card-scan { grid-column: span 7; background: #badce3; }
.service-card-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; }
.service-no { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.service-arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 19px; line-height: 1; }
.service-card-bottom { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 25px; display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.service-card h3 { margin: 0 0 8px; font-size: 31px; font-weight: 800; letter-spacing: -.065em; }
.service-card p { max-width: 260px; margin: 0; font-size: 12px; line-height: 1.7; }
.service-tag { padding: 9px 11px; border: 1px solid rgba(25,41,35,.4); border-radius: 100px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.service-print-art { position: absolute; width: 330px; height: 265px; right: 48px; top: 28px; transform: rotate(7deg); }
.print-paper { position: absolute; display: block; width: 175px; height: 228px; background: #f8f5e9; border: 2px solid var(--ink); box-shadow: 8px 10px 0 rgba(25,41,35,.18); }
.print-paper-back { left: 42px; top: 15px; transform: rotate(-16deg); }
.print-paper-front { left: 107px; top: 10px; padding: 34px 19px; transform: rotate(8deg); }
.print-paper-front i { display: block; height: 6px; margin-bottom: 11px; background: var(--ink); }
.print-paper-front i:nth-child(1) { width: 94%; }
.print-paper-front i:nth-child(2) { width: 70%; }
.print-paper-front i:nth-child(3) { width: 81%; }
.print-paper-front strong { display: block; margin-top: 27px; color: #84a436; font-size: 64px; font-weight: 800; line-height: 1; letter-spacing: -.09em; }
.print-stamp { position: absolute; right: 4px; bottom: 32px; width: 84px; height: 84px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: #f4a680; font-size: 11px; font-weight: 800; line-height: 1.1; text-align: center; transform: rotate(-18deg); }
.camera-art { position: absolute; width: 245px; height: 175px; top: 81px; left: 50%; transform: translateX(-50%) rotate(-11deg); }
.camera-body { position: absolute; left: 19px; top: 27px; width: 208px; height: 136px; border: 3px solid var(--ink); border-radius: 19px; background: #faf4e8; box-shadow: 10px 12px 0 rgba(25,41,35,.18); }
.camera-body::before { content: ""; position: absolute; left: 22px; top: -16px; width: 72px; height: 18px; border: 3px solid var(--ink); border-bottom: 0; border-radius: 9px 9px 0 0; background: #faf4e8; }
.camera-flash { position: absolute; right: 21px; top: 21px; width: 20px; height: 10px; border: 2px solid var(--ink); border-radius: 4px; background: var(--lime); }
.camera-lens { position: absolute; left: 69px; top: 24px; width: 93px; height: 93px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: #a3c2d4; }
.camera-lens i { width: 59px; height: 59px; display: block; border: 3px solid var(--ink); border-radius: 50%; background: #32566a; box-shadow: inset 9px 9px 0 rgba(255,255,255,.23); }
.camera-spark { position: absolute; z-index: 2; right: -18px; top: 4px; color: #fffdf5; font-size: 55px; }
.id-art { position: absolute; width: 240px; height: 240px; top: 42px; left: 50%; transform: translateX(-50%) rotate(6deg); }
.id-photo { position: absolute; left: 53px; top: 3px; width: 148px; height: 203px; overflow: hidden; border: 9px solid #faf4e8; background: #a8d1da; box-shadow: 9px 12px 0 rgba(25,41,35,.18); }
.id-head { position: absolute; left: 45px; top: 42px; width: 49px; height: 61px; border-radius: 45% 45% 47% 47%; background: #d49171; }
.id-head::before { content: ""; position: absolute; left: -5px; top: -12px; width: 58px; height: 31px; border-radius: 50% 50% 20% 20%; background: #33453c; }
.id-body { position: absolute; left: 17px; bottom: -41px; width: 105px; height: 128px; border-radius: 48% 48% 0 0; background: #273d5c; }
.id-body::before { content: ""; position: absolute; left: 36px; top: -3px; width: 34px; height: 61px; background: #f8f4e8; clip-path: polygon(0 0, 100% 0, 50% 100%); }
.id-frame { position: absolute; right: 0; bottom: 12px; width: 93px; height: 110px; border: 2px dashed var(--ink); transform: rotate(-15deg); }
.id-badge { position: absolute; left: 0; bottom: 33px; padding: 9px 11px; border: 2px solid var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; transform: rotate(-13deg); }
.scanner-art { position: absolute; width: 330px; height: 255px; top: 15px; right: 28px; transform: rotate(-6deg); }
.scanner-page { position: absolute; left: 95px; top: 0; width: 152px; height: 170px; padding: 37px 19px 0; border: 2px solid var(--ink); background: #fffdf5; }
.scanner-page span { display: block; height: 6px; margin-bottom: 12px; background: #527078; }
.scanner-page span:nth-child(2) { width: 77%; }
.scanner-page span:nth-child(3) { width: 91%; }
.scanner-machine { position: absolute; z-index: 2; bottom: 18px; left: 34px; width: 265px; height: 82px; border: 3px solid var(--ink); border-radius: 15px 15px 26px 26px; background: #344e5a; box-shadow: 8px 10px 0 rgba(25,41,35,.18); }
.scanner-machine::before { content: ""; position: absolute; top: -21px; left: 18px; right: 18px; height: 20px; border: 3px solid var(--ink); border-radius: 14px 14px 0 0; background: #7297a1; }
.scanner-machine i { position: absolute; right: 26px; top: 27px; width: 19px; height: 12px; display: block; border-radius: 3px; background: var(--lime); }
.scan-beam { position: absolute; z-index: 1; left: 121px; top: 94px; width: 102px; height: 70px; background: rgba(206,250,104,.53); clip-path: polygon(0 0, 100% 0, 121% 100%, -22% 100%); }
.scanner-spark { position: absolute; top: 5px; right: 4px; color: #fffdf5; font-size: 54px; }

.thesis-section { position: relative; overflow: hidden; margin-bottom: 118px; padding: 34px 45px 0; border: 1px solid var(--ink); border-radius: 16px; background: #efc1aa; }
.thesis-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.thesis-top .section-kicker { color: var(--ink); }
.thesis-top .kicker-dot { background: var(--ink); }
.thesis-top > span { font-size: 11px; font-weight: 800; }
.thesis-main { min-height: 330px; display: grid; grid-template-columns: 1fr 410px; align-items: center; }
.thesis-copy { position: relative; z-index: 2; padding: 40px 0 45px; }
.thesis-copy h2 { max-width: 650px; margin: 0; font-size: clamp(38px, 4.1vw, 60px); line-height: 1.23; letter-spacing: -.075em; }
.thesis-copy h2 em { color: #fffdf5; }
.thesis-copy p { max-width: 480px; margin: 20px 0 25px; font-size: 14px; line-height: 1.9; }
.thesis-art { position: relative; height: 330px; }
.thesis-circle { position: absolute; width: 310px; height: 310px; right: 50px; top: 11px; border: 2px solid var(--ink); border-radius: 50%; background: #f7d8bb; }
.thesis-paper { position: absolute; right: 95px; top: 38px; width: 230px; height: 266px; padding: 24px 21px; background: #fdfbf1; box-shadow: 12px 12px 0 #233e37; transform: rotate(10deg); }
.thesis-paper > span { font-size: 18px; line-height: 1.08; font-weight: 800; letter-spacing: -.05em; }
.thesis-lines { margin-top: 25px; }
.thesis-lines i { display: block; width: 100%; height: 5px; margin-bottom: 11px; background: #c0c9b7; }
.thesis-lines i:nth-child(2) { width: 81%; }.thesis-lines i:nth-child(3) { width: 93%; }.thesis-lines i:nth-child(4) { width: 60%; }
.thesis-paper strong { display: block; margin-top: 27px; color: #8fae4e; font-size: 48px; font-weight: 800; }
.thesis-label { position: absolute; right: 0; top: 102px; padding: 9px 10px; border: 1px solid var(--ink); border-radius: 40px; background: var(--lime); font-size: 9px; font-weight: 800; transform: rotate(-10deg); }
.thesis-services { display: grid; grid-template-columns: repeat(3, 1fr); margin-inline: -45px; border-top: 1px solid var(--ink); }
.thesis-services article { min-height: 165px; padding: 27px 32px; border-right: 1px solid var(--ink); }
.thesis-services article:last-child { border-right: 0; }
.thesis-services article > span { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.thesis-services h3 { margin: 14px 0 7px; font-size: 24px; letter-spacing: -.04em; }
.thesis-services p { max-width: 270px; margin: 0; font-size: 12px; line-height: 1.7; }

.steps-section { background: var(--ink); color: #f6f3e9; }
.steps-wrap { min-height: 545px; display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 20px; padding-block: 86px; }
.steps-heading .section-kicker { color: var(--lime); }
.steps-heading h2 { margin-top: 27px; }
.steps-heading h2 span { color: var(--lime); }
.steps-heading > p:not(.section-kicker) { max-width: 380px; margin: 20px 0 26px; color: #b9c8be; font-size: 14px; line-height: 1.8; }
.button-light { background: var(--lime); color: var(--ink); }
.button-light:hover { background: #e1ff9c; }
.steps-list { padding-left: 24px; }
.step-item { display: grid; grid-template-columns: 58px 1fr 38px; align-items: center; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.26); }
.step-item:last-child { border-bottom: 1px solid rgba(255,255,255,.26); }
.step-number { align-self: start; padding-top: 3px; color: var(--lime); font-size: 12px; font-weight: 800; }
.step-item h3 { margin: 0 0 8px; font-size: 23px; font-weight: 800; letter-spacing: -.05em; }
.step-item p { max-width: 360px; margin: 0; color: #b9c8be; font-size: 12px; line-height: 1.7; }
.step-symbol { font-size: 30px; color: var(--lime); text-align: right; }

.guide-section { padding-bottom: 126px; }
.guide-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.guide-heading h2 { margin-top: 22px; }
.heading-spark { display: inline-block; margin-left: 10px; color: #91b64c; font-size: 37px; vertical-align: top; transform: rotate(-15deg); }
.guide-heading > p { max-width: 240px; margin: 0 0 7px; color: #677169; font-size: 14px; line-height: 1.8; }
.guide-panel { min-height: 408px; display: grid; grid-template-columns: 34% 66%; overflow: hidden; border: 1px solid var(--ink); border-radius: 15px; }
.guide-tabs { display: flex; flex-direction: column; background: #ecede4; }
.guide-tab { flex: 1; display: flex; align-items: center; gap: 19px; width: 100%; min-height: 82px; padding: 17px 26px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); text-align: left; font-size: 20px; font-weight: 800; cursor: pointer; transition: background .2s ease; }
.guide-tab:last-child { border-bottom: 0; }
.guide-tab:hover, .guide-tab.is-active { background: var(--lime); }
.guide-tab span { font-size: 11px; letter-spacing: .05em; }
.guide-tab i { margin-left: auto; font-size: 19px; font-style: normal; font-weight: 400; }
.guide-content { position: relative; background: #d9d1e8; border-left: 1px solid var(--ink); }
.guide-content::after { content: "✳"; position: absolute; right: 34px; bottom: 10px; color: rgba(255,255,255,.5); font-size: 180px; line-height: 1; pointer-events: none; }
.guide-content-inner { position: relative; z-index: 1; min-height: 408px; padding: 37px 50px 42px; }
.guide-content-inner[hidden] { display: none; }
.guide-content-label { font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.guide-content-icon { position: absolute; right: 50px; top: 25px; color: rgba(25,41,35,.65); font-size: 47px; line-height: 1; }
.guide-content h3 { margin: 39px 0 15px; font-size: 43px; line-height: 1.2; letter-spacing: -.07em; }
.guide-content p { max-width: 450px; margin: 0; font-size: 13px; line-height: 1.9; }
.guide-tip { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; margin-top: 26px; padding: 8px 14px; border: 1px solid rgba(25,41,35,.45); border-radius: 100px; font-size: 11px; line-height: 1.6; }
.guide-tip b { white-space: nowrap; }

.owner-section { display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 0; margin-bottom: 126px; background: #e4eadd; border-radius: 16px; overflow: hidden; }
.owner-photo-wrap { position: relative; min-height: 535px; overflow: hidden; background: #bb6550; }
.owner-photo-wrap img { width: 100%; height: 535px; object-position: center 37%; }
.owner-photo-label { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; transform: rotate(-3deg); }
.owner-copy { padding: 60px 65px; }
.owner-copy h2 { margin: 24px 0 22px; }
.owner-copy > p:not(.section-kicker) { max-width: 450px; margin: 0; font-size: 15px; line-height: 2; color: #506057; }
.owner-signature { display: flex; justify-content: space-between; align-items: center; max-width: 260px; margin-top: 42px; padding-top: 17px; border-top: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.owner-signature span:last-child { color: #83a548; font-size: 26px; line-height: 0; }

.contact-section { padding-block: 112px; background: #e4d9ec; }
.contact-wrap { display: grid; grid-template-columns: 43% 57%; align-items: center; gap: 22px; }
.contact-copy h2 { margin-top: 23px; }
.contact-copy h2 em { color: #7a9c3e; }
.contact-copy > p:not(.section-kicker) { max-width: 400px; margin: 23px 0 30px; color: #5d645f; font-size: 15px; line-height: 1.9; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px 24px; }
.contact-call { gap: 20px; }
.contact-card { width: 100%; overflow: hidden; border: 1px solid var(--ink); border-radius: 13px; background: #f7f5ec; box-shadow: 12px 13px 0 rgba(25,41,35,.15); transform: rotate(1deg); }
.contact-card-header { height: 51px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.contact-card-header span:last-child { font-size: 23px; font-weight: 400; }
.contact-map { position: relative; height: 250px; display: block; overflow: hidden; background: #cbd9c9; background-image: linear-gradient(90deg, transparent 49.7%, rgba(25,41,35,.05) 50%, transparent 50.3%), linear-gradient(transparent 49.7%, rgba(25,41,35,.05) 50%, transparent 50.3%); background-size: 52px 52px; }
.contact-map-link:hover .map-action, .contact-location:hover small { background: #e4ffa0; }
.map-road { position: absolute; display: block; background: #f6f4e9; border: 1px solid rgba(25,41,35,.12); }
.road-one { width: 850px; height: 36px; left: -70px; top: 123px; transform: rotate(-21deg); }
.road-two { width: 480px; height: 29px; left: 270px; top: 68px; transform: rotate(59deg); }
.road-three { width: 480px; height: 22px; left: -132px; top: 44px; transform: rotate(58deg); }
.map-campus { position: absolute; top: 23px; left: 36px; padding: 13px 16px; border: 1px solid rgba(25,41,35,.5); border-radius: 5px; background: #a5c9ac; font-size: 10px; line-height: 1.6; letter-spacing: .05em; }
.map-campus strong { font-size: 14px; letter-spacing: 0; }
.map-pin { position: absolute; left: 61%; top: 77px; width: 92px; height: 92px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50% 50% 50% 3px; background: var(--lime); box-shadow: 5px 7px 0 rgba(25,41,35,.2); transform: rotate(-45deg); }
.map-pin b { font-size: 19px; transform: rotate(45deg); }
.map-action { position: absolute; left: 22px; bottom: 16px; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 100px; background: var(--lime); font-size: 10px; font-weight: 800; transition: background .2s ease; }
.map-footnote { position: absolute; right: 20px; bottom: 17px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.contact-details > :is(div, a) { display: flex; flex-direction: column; gap: 6px; min-height: 103px; padding: 21px 22px; }
.contact-details > div:first-child { border-right: 1px solid var(--ink); }
.contact-details > a:first-child { border-right: 1px solid var(--ink); }
.detail-label { font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.contact-details strong, .contact-details a { font-size: 14px; font-weight: 800; }
.contact-details a:hover { text-decoration: underline; }
.contact-details small { color: #68766a; font-size: 10px; }
.contact-location small { width: fit-content; padding: 3px 6px; margin-left: -6px; border-radius: 5px; transition: background .2s ease; }

.action-dialog { width: min(460px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); overflow-y: auto; padding: 0 26px 27px; border: 1px solid var(--ink); border-radius: 18px; background: var(--cream); color: var(--ink); box-shadow: 10px 12px 0 rgba(25,41,35,.18); }
.action-dialog::backdrop { background: rgba(14,30,24,.62); backdrop-filter: blur(3px); }
.dialog-top { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.dialog-close { width: 32px; height: 32px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); font-size: 23px; line-height: 1; cursor: pointer; }
.action-dialog h2 { margin: 24px 0 8px; font-size: 28px; letter-spacing: -.06em; line-height: 1.35; }
.dialog-emphasis { margin: 0 0 29px; font-size: 29px; font-weight: 800; letter-spacing: .02em; }
.dialog-actions { display: flex; gap: 10px; }
.dialog-actions > * { min-height: 48px; flex: 1; display: flex; align-items: center; justify-content: center; padding: 10px 13px; border: 1px solid var(--ink); border-radius: 100px; cursor: pointer; font-size: 13px; font-weight: 800; text-align: center; }
.dialog-secondary { background: transparent; color: var(--ink); }
.dialog-primary { background: var(--lime); }
.dialog-primary:hover, .map-options a:hover { background: #dfff93; }
.dialog-address { margin: 9px 0 10px; font-size: 15px; font-weight: 800; line-height: 1.6; }
.dialog-note { margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.map-options { display: grid; gap: 9px; }
.map-options a { min-height: 56px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 9px; background: var(--lime); font-size: 15px; font-weight: 800; transition: background .2s ease; }
.map-options a:nth-child(2) { background: #e3d9ed; }.map-options a:nth-child(2):hover { background: #d8c5e8; }
.map-options small { color: #51634d; font-size: 10px; font-weight: 500; }
.map-options a span { margin-left: auto; font-size: 21px; font-weight: 400; }
.copy-address { margin-top: 17px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translateX(-50%); max-width: min(90vw, 440px); padding: 13px 19px; border-radius: 100px; background: var(--ink); color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.18); font-size: 13px; font-weight: 700; line-height: 1.45; text-align: center; }
.toast[hidden] { display: none; }

.site-footer { background: var(--ink); color: #f9f6eb; }
.footer-inner { min-height: 142px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-star { color: var(--lime); font-size: 43px; }
.footer-brand strong { display: block; font-size: 18px; }
.footer-brand small { display: block; margin-top: 6px; color: #bac8bb; font-size: 11px; }
.footer-right { display: flex; flex-direction: column; gap: 10px; color: #bac8bb; font-size: 10px; letter-spacing: .08em; text-align: right; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 48px, 1260px); }
  .brand { min-width: 195px; }.desktop-nav { gap: 17px; }.desktop-nav a { font-size: 12px; }
  .hero { min-height: 610px; grid-template-columns: 50% 50%; }.hero h1 { font-size: clamp(61px, 6.65vw, 85px); }.hero-art { height: 520px; }
  .hero-sheet { left: 16%; top: 65px; transform: rotate(-8deg) scale(.88); transform-origin: top left; }
  .photo-card { top: 192px; right: 12px; transform: rotate(11deg) scale(.86); transform-origin: top right; }
  .scan-ticket { left: 15px; bottom: 43px; transform: rotate(7deg) scale(.82); transform-origin: bottom left; }.art-sticker { transform: rotate(-12deg) scale(.82); transform-origin: bottom right; }
  .service-print-art { right: 5px; transform: rotate(7deg) scale(.84); transform-origin: top right; }.scanner-art { right: 0; transform: rotate(-6deg) scale(.84); transform-origin: top right; }
  .service-card-bottom { flex-wrap: wrap; }.service-tag { padding: 7px 10px; }
  .owner-copy { padding: 45px; }
}

@media (max-width: 820px) {
  .site-header { position: sticky; top: 0; }.header-inner { min-height: 76px; }.desktop-nav, .header-cta { display: none; }
  .brand { min-width: 0; margin-right: auto; }.brand-mark { width: 41px; height: 41px; }.brand-mark svg { width: 39px; height: 39px; }.brand-name { font-size: 20px; }
  .menu-toggle { width: 43px; height: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 17px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav:not([hidden]) { display: grid; padding: 12px 24px 24px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 20px rgba(25,41,35,.11); }.mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 800; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; gap: 40px; }.hero h1 { font-size: clamp(64px, 10vw, 90px); }.hero-art { height: 540px; }
  .hero-meta { margin-top: 43px; }.hero-lead { max-width: 600px; }.section { padding-block: 88px 100px; }
  .section-intro h2, .steps-heading h2, .guide-heading h2, .contact-copy h2, .owner-copy h2 { font-size: clamp(40px, 6vw, 58px); }
  .service-card { height: 330px; }.service-card-print, .service-card-scan { grid-column: span 7; }.service-card-photo, .service-card-id { grid-column: span 5; }
  .service-print-art { transform: rotate(7deg) scale(.73); }.scanner-art { transform: rotate(-6deg) scale(.72); }.camera-art, .id-art { transform: translateX(-50%) scale(.82) rotate(-8deg); }
  .thesis-section { margin-bottom: 90px; }.thesis-main { grid-template-columns: 1fr 280px; }.thesis-art { transform: scale(.8); transform-origin: center right; }
  .steps-wrap { grid-template-columns: 1fr; gap: 36px; }.steps-list { padding-left: 0; }.steps-heading h2 br { display: none; }
  .guide-panel { grid-template-columns: 37% 63%; }.guide-tab { padding-inline: 18px; font-size: 17px; }.guide-content-inner { padding-inline: 35px; }
  .owner-section { margin-bottom: 90px; }.owner-photo-wrap, .owner-photo-wrap img { min-height: 460px; height: 460px; }.owner-copy { padding: 35px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 46px; }.contact-card { max-width: 680px; }.contact-copy h2 br { display: none; }
}

@media (max-width: 600px) {
  .shell { width: calc(100% - 36px); }.header-inner { min-height: 69px; }.brand-name { font-size: 19px; }.brand-en { font-size: 7px; }
  .hero { padding-top: 49px; padding-bottom: 45px; gap: 36px; }.eyebrow { flex-wrap: wrap; gap: 7px; font-size: 9px; }.eyebrow-spark { font-size: 17px; }.eyebrow-line { width: 15px; }
  .hero h1 { margin-block: 25px 21px; font-size: clamp(57px, 14.1vw, 78px); line-height: 1.2; }.little-star { right: -20px; top: -19px; font-size: 25px; }.hero-lead { font-size: 13px; line-height: 1.9; }.hero-actions { flex-wrap: wrap; gap: 18px; margin-top: 26px; }.button { min-height: 50px; gap: 20px; padding-inline: 18px; font-size: 12px; }.text-link { font-size: 12px; }.hero-meta { margin-top: 34px; }
  .hero-art { height: 414px; border-radius: 13px 75px 13px 13px; }.hero-art::after { right: 19px; top: 78px; font-size: 43px; }.art-top-label { left: 18px; top: 19px; font-size: 8px; }.art-bottom-label { left: 17px; bottom: 16px; font-size: 7px; }
  .hero-sheet { left: 13%; top: 55px; transform: rotate(-8deg) scale(.64); }.photo-card { top: 154px; right: 7px; transform: rotate(11deg) scale(.62); }.scan-ticket { left: 8px; bottom: 37px; transform: rotate(7deg) scale(.62); }.art-sticker { right: 8px; bottom: 41px; transform: rotate(-12deg) scale(.57); }.art-orbit-one { left: 0; top: 15px; }
  .marquee-track { padding: 13px 0; gap: 22px; }.marquee-track span { font-size: 12px; }.marquee-track b { font-size: 14px; }
  .section { padding-block: 72px 78px; }.section-intro { display: block; margin-bottom: 27px; }.section-kicker { font-size: 9px; }.section-intro h2, .steps-heading h2, .guide-heading h2, .contact-copy h2, .owner-copy h2 { font-size: clamp(35px, 9vw, 47px); }.section-description { margin-top: 18px; font-size: 12px; }
  .service-grid { display: grid; grid-template-columns: 1fr; gap: 13px; }.service-card { grid-column: 1 / -1; height: 305px; padding: 18px 20px 22px; }.service-card-bottom { left: 20px; right: 20px; bottom: 21px; }.service-card h3 { font-size: 27px; }.service-card p { font-size: 11px; }.service-no { font-size: 8px; }.service-tag { font-size: 9px; }.service-print-art { right: -15px; top: 19px; transform: rotate(7deg) scale(.72); }.camera-art { top: 47px; transform: translateX(-50%) scale(.85) rotate(-8deg); }.id-art { top: 18px; transform: translateX(-50%) scale(.79) rotate(6deg); }.scanner-art { top: 12px; right: -12px; transform: rotate(-6deg) scale(.76); }
  .thesis-section { margin-bottom: 72px; padding: 24px 20px 0; }.thesis-top > span { display: none; }.thesis-main { display: block; min-height: 0; }.thesis-copy { padding: 35px 0 0; }.thesis-copy h2 { font-size: clamp(34px, 8vw, 45px); }.thesis-copy p { font-size: 12px; }.thesis-art { height: 230px; transform: scale(.68); transform-origin: top center; margin-top: 15px; }.thesis-circle { right: 0; }.thesis-paper { right: 45px; }.thesis-label { right: -29px; }.thesis-services { grid-template-columns: 1fr; margin-inline: -20px; }.thesis-services article { min-height: 0; padding: 20px; border-right: 0; border-bottom: 1px solid var(--ink); }.thesis-services article:last-child { border-bottom: 0; }.thesis-services h3 { margin: 8px 0 5px; font-size: 20px; }.thesis-services p { max-width: none; font-size: 11px; }
  .steps-wrap { padding-block: 73px; }.steps-heading h2 br { display: block; }.steps-heading > p:not(.section-kicker) { font-size: 12px; }.step-item { grid-template-columns: 35px 1fr 26px; gap: 12px; padding-block: 24px; }.step-item h3 { font-size: 20px; }.step-item p { font-size: 11px; }.step-symbol { font-size: 22px; }
  .guide-heading { display: block; }.guide-heading h2 { font-size: clamp(34px, 8.4vw, 45px); }.guide-heading > p { margin-top: 12px; font-size: 12px; }.heading-spark { font-size: 26px; }.guide-panel { display: block; }.guide-tabs { display: grid; grid-template-columns: repeat(2, 1fr); }.guide-tab { min-height: 58px; gap: 8px; padding: 10px 12px; border-bottom: 1px solid var(--ink); font-size: 14px; }.guide-tab:nth-child(odd) { border-right: 1px solid var(--ink); }.guide-tab:last-child { grid-column: 1 / -1; border-right: 0; }.guide-tab span { font-size: 8px; }.guide-tab i { font-size: 14px; }.guide-content { border-left: 0; }.guide-content-inner { min-height: 335px; padding: 26px 22px 28px; }.guide-content-label { font-size: 8px; }.guide-content-icon { top: 23px; right: 22px; font-size: 35px; }.guide-content h3 { margin-top: 33px; font-size: 33px; }.guide-content p { font-size: 11px; }.guide-tip { margin-top: 19px; padding: 6px 9px; font-size: 10px; }
  .owner-section { grid-template-columns: 1fr; margin-bottom: 75px; }.owner-photo-wrap, .owner-photo-wrap img { min-height: 400px; height: 400px; }.owner-copy { padding: 35px 25px 43px; }.owner-copy > p:not(.section-kicker) { font-size: 12px; }.owner-signature { margin-top: 27px; }
  .contact-section { padding-block: 74px 85px; }.contact-wrap { gap: 40px; }.contact-copy > p:not(.section-kicker) { font-size: 12px; }.contact-card-header { height: 42px; padding-inline: 15px; }.contact-map { height: 205px; }.map-campus { top: 24px; left: 15px; padding: 8px; font-size: 7px; }.map-campus strong { font-size: 10px; }.map-pin { left: 59%; top: 77px; width: 70px; height: 70px; }.map-pin b { font-size: 15px; }.map-action { left: 10px; bottom: 10px; padding: 6px 8px; font-size: 8px; }.map-footnote { right: 10px; bottom: 10px; font-size: 6px; }.contact-details > :is(div, a) { min-height: 112px; padding: 14px 11px; }.detail-label { font-size: 7px; }.contact-details strong, .contact-details > div a { font-size: 11px; }.contact-details small { font-size: 8px; line-height: 1.4; }.action-dialog { padding: 0 20px 23px; }.action-dialog h2 { font-size: 24px; }.dialog-emphasis { font-size: 26px; }
  .footer-inner { min-height: 165px; align-items: start; flex-direction: column; justify-content: center; gap: 16px; }.footer-star { font-size: 35px; }.footer-brand strong { font-size: 16px; }.footer-right { text-align: left; font-size: 9px; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 53px; }.hero-art { height: 365px; }.hero-sheet { left: 10%; transform: rotate(-8deg) scale(.56); }.photo-card { top: 142px; transform: rotate(11deg) scale(.54); }.art-sticker { display: none; }
  .service-card-bottom { display: block; }.service-tag { display: inline-block; margin-top: 10px; }
}

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