/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#063b78;--deep:#062e61;--blue:#0799ec;--sky:#eaf7ff;--gold:#f7bb12;--ink:#132d49;--muted:#60758a;--line:#d8e8f3;--background:#fff;--foreground:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Noto Sans KR,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-header{justify-content:space-between;align-items:center;gap:28px;max-width:1240px;height:82px;margin:0 auto;padding:0 24px;display:flex}.brand{flex-shrink:0;align-items:center;gap:10px;display:flex}.brand img{object-fit:contain;width:54px;height:54px}.brand span{flex-direction:column;display:flex}.brand strong{color:var(--navy);letter-spacing:-.05em;font-size:20px;line-height:1.05}.brand small{color:var(--navy);letter-spacing:.16em;margin-top:4px;font-size:8px;font-weight:700}.site-header nav{align-items:center;gap:34px;margin-left:auto;display:flex}.site-header nav a{color:#294867;font-size:15px;font-weight:700}.site-header nav a:hover{color:var(--blue)}.header-call{background:var(--navy);color:#fff;border-radius:12px;padding:13px 20px;font-weight:800;box-shadow:0 8px 20px #063b7826}.hero{background:radial-gradient(circle at 82% 35%,#dff4ff 0,#f3faff 24%,#0000 45%),linear-gradient(135deg,#f8fcff 0%,#eef8ff 100%);border-top:1px solid #e8f2f8;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px;min-height:690px;padding:90px max(24px,50vw - 600px) 86px;display:grid;overflow:hidden}.badge{color:var(--navy);background:#fff;border:1px solid #cae6f6;border-radius:100px;align-items:center;gap:8px;padding:8px 14px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 8px 24px #0a4a8212}.badge span{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.hero h1{color:var(--deep);letter-spacing:-.06em;word-break:keep-all;margin:25px 0 22px;font-size:clamp(42px,4vw,61px);line-height:1.15}.hero h1 em,.section-heading h2 em{color:var(--blue);font-style:normal}.hero-copy>p{color:#4d6881;word-break:keep-all;max-width:620px;font-size:18px;line-height:1.75}.hero-actions{gap:12px;margin-top:34px;display:flex}.primary-button,.secondary-button{border-radius:14px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-weight:800;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--navy), #0756a6);color:#fff;box-shadow:0 14px 26px #063b7833}.secondary-button{color:var(--navy);background:#fff;border:1px solid #cce0ee}.secondary-button span{margin-left:12px}.trust-row{color:#536e87;flex-wrap:wrap;gap:18px;margin-top:28px;font-size:14px;font-weight:700;display:flex}.hero-visual{place-items:center;min-height:520px;display:grid;position:relative}.visual-glow{filter:blur(2px);background:linear-gradient(135deg,#0799ec2e,#ffffff80);border-radius:50%;position:absolute;inset:8% 6%}.manager-card{z-index:2;background:#fffffff5;border:1px solid #acd7eff2;border-radius:28px;width:min(100%,500px);padding:24px;position:relative;transform:rotate(-1deg);box-shadow:0 28px 70px #1152872e}.manager-head{align-items:center;gap:12px;display:flex}.manager-head img{object-fit:contain;width:52px;height:52px}.manager-head div{flex-direction:column;display:flex}.manager-head small{color:var(--muted);font-size:11px}.manager-head strong{color:var(--navy);margin-top:2px;font-size:17px}.online-dot{color:#278653;background:#eaf9ef;border-radius:20px;margin-left:auto;padding:7px 10px;font-size:11px;font-weight:800}.request-box{background:var(--sky);border-left:4px solid var(--blue);border-radius:16px;margin:20px 0 16px;padding:14px 16px}.request-box small{color:var(--blue);font-weight:800}.request-box p{color:#234b70;margin:5px 0 0;font-size:14px;font-weight:700}.task-list{gap:9px;display:grid}.task-list>div{border:1px solid #e2ecf3;border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.task-icon{color:#fff;border-radius:11px;place-items:center;width:39px;height:39px;font-size:12px;font-weight:900;display:grid}.task-icon.blue{background:var(--navy)}.task-icon.sky{background:var(--blue)}.task-icon.gold{background:var(--gold);color:#654600}.task-list p{flex-direction:column;margin:0;display:flex}.task-list p strong{color:#1c3f60;font-size:14px}.task-list p small{color:#7b8d9d;margin-top:3px}.task-list b{color:var(--blue);background:#eef8fe;border-radius:20px;margin-left:auto;padding:5px 9px;font-size:10px}.manager-footer{color:#7890a4;justify-content:center;align-items:center;gap:8px;margin-top:18px;font-size:11px;font-weight:700;display:flex}.manager-footer i{background:#bad4e6;width:26px;height:1px}.float-note{z-index:3;background:#fff;border:1px solid #dcebf4;border-radius:16px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 16px 38px #0d477a24}.float-note>span{color:#fff;background:var(--blue);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.float-note div{flex-direction:column;display:flex}.float-note small{color:#7f92a3}.float-note strong{color:var(--navy);margin-top:2px;font-size:13px}.note-one{top:55px;left:-12px}.note-two{bottom:48px;right:-6px}.note-two>span{background:var(--gold);color:#684900}.textbook-section,.services-section{max-width:1200px;margin:0 auto;padding:110px 24px}.section-heading .section-kicker{color:var(--blue);letter-spacing:.06em;margin-bottom:13px;font-size:14px;font-weight:900;display:block}.section-heading h2{color:var(--deep);letter-spacing:-.05em;margin:0;font-size:clamp(34px,3.5vw,50px);line-height:1.25}.section-heading>p{color:var(--muted);word-break:keep-all;font-size:17px;line-height:1.7}.split-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:80px;margin-bottom:48px;display:grid}.step-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.step-grid article{background:#f6fbfe;border:1px solid #dbeaf4;border-radius:24px;min-height:330px;padding:0 0 24px;position:relative;overflow:hidden}.step-photo{background:#d9e8f1;height:180px;margin-bottom:22px;position:relative;overflow:hidden}.step-photo:after{content:"";background:linear-gradient(#0000,#04234247);position:absolute;inset:45% 0 0}.step-photo img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.step-grid article:hover .step-photo img{transform:scale(1.035)}.step-photo>span{z-index:2;color:#fff;background:linear-gradient(145deg, var(--blue), var(--navy));border-radius:13px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:grid;position:absolute;bottom:14px;left:16px;box-shadow:0 9px 22px #022a4f38}.step-grid article:first-child .step-photo img{object-position:center 44%}.step-grid article:nth-child(2) .step-photo img{object-position:center 58%}.step-grid article:nth-child(3) .step-photo img{object-position:center 54%}.step-grid article:nth-child(4) .step-photo img{object-position:center 48%}.book-lines{flex-direction:column;justify-content:end;gap:5px;height:70px;margin:20px 0 18px;display:flex}.book-lines i{background:linear-gradient(90deg, var(--navy) 0 18%, #b7ddef 18%);border-radius:3px;height:9px;display:block}.book-lines i:nth-child(2){background:linear-gradient(90deg, var(--blue) 0 24%, #d9edf8 24%);width:87%}.book-lines i:nth-child(3){background:linear-gradient(90deg, var(--gold) 0 14%, #e6edf2 14%);width:95%}.step-grid h3{color:var(--navy);margin:0 24px 8px;font-size:20px}.step-grid p{color:var(--muted);word-break:keep-all;margin:0 24px;font-size:14px;line-height:1.6}.teacher-banner{color:#fff;background:linear-gradient(100deg, var(--navy), #075aa8);border-radius:24px;align-items:center;gap:18px;margin-top:18px;padding:24px 28px;display:flex}.teacher-icon{color:#6a4a00;background:var(--gold);border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.teacher-banner div:nth-child(2){flex:1}.teacher-banner strong{font-size:20px}.teacher-banner p{color:#cfe9fa;margin:5px 0 0;font-size:14px}.teacher-banner a{color:var(--navy);background:#fff;border-radius:12px;padding:13px 18px;font-weight:900}.textbook-proof{background:#153958;border-radius:34px;min-height:500px;margin-top:70px;position:relative;overflow:hidden;box-shadow:0 24px 55px #06305f29}.textbook-proof>img{object-fit:cover;object-position:center 48%;width:100%;height:100%;position:absolute;inset:0}.textbook-proof-shade{background:linear-gradient(90deg,#031931f2 0%,#031c36d9 36%,#031c3633 76%,#031c3614 100%);position:absolute;inset:0}.textbook-proof-copy{z-index:2;color:#fff;width:min(570px,58%);padding:62px 58px;position:relative}.textbook-proof-copy>span{color:#79d2ff;background:#03305b80;border:1px solid #78cfff6b;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;display:inline-flex}.textbook-proof-copy h3{letter-spacing:-.055em;margin:17px 0 15px;font-size:clamp(32px,3.3vw,46px);line-height:1.22}.textbook-proof-copy>p{color:#d4e5f0;word-break:keep-all;margin:0;font-size:15px;line-height:1.75}.textbook-proof-copy ul{grid-template-columns:1fr 1fr;gap:10px;margin:26px 0 0;padding:0;list-style:none;display:grid}.textbook-proof-copy li{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff17;border:1px solid #ffffff26;border-radius:12px;padding:11px 12px;font-size:12px;font-weight:800}.textbook-proof-copy li:before{content:"✓";color:#66cbff;margin-right:7px}.services-section{background:#f4faff;max-width:none;padding-left:max(24px,50vw - 600px);padding-right:max(24px,50vw - 600px)}.centered{text-align:center;max-width:760px;margin:0 auto 50px}.centered>p{margin:18px auto 0}.service-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.service-grid article{background:#fff;border:1px solid #d9e8f2;border-radius:24px;padding:28px 24px 24px;position:relative;box-shadow:0 10px 28px #124a770f}.service-grid article.featured{border:2px solid var(--blue);box-shadow:0 15px 34px #0799ec24}.recommend{color:#fff;background:var(--blue);border-radius:20px;padding:5px 9px;font-size:10px;font-weight:900;position:absolute;top:18px;right:18px}.service-icon{margin-bottom:16px;font-size:34px}.service-grid article>small{color:var(--blue);font-weight:800}.service-grid h3{color:var(--navy);margin:6px 0 10px;font-size:20px}.service-grid p{min-height:88px;color:var(--muted);word-break:keep-all;font-size:14px;line-height:1.65}.service-grid ul{border-top:1px solid #e4edf3;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0 0;padding:15px 0 0;list-style:none;display:grid}.service-grid li{color:#385672;font-size:12px;font-weight:700}.service-grid li:first-letter{color:var(--blue)}.service-note{color:#7a8c9d;text-align:center;margin:24px auto 0;font-size:12px}.process-section{color:#fff;background:linear-gradient(145deg,#052c5c,#064784);padding:100px max(24px,50vw - 600px)}.light h2{color:#fff}.light>p{color:#c9e0f1}.light .section-kicker{color:#62c4ff}.process-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.process-grid article{background:#ffffff14;border:1px solid #ffffff21;border-radius:22px;padding:28px 24px;position:relative}.process-grid article>span{color:#4b3600;background:var(--gold);border-radius:13px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.process-grid h3{margin:25px 0 10px;font-size:19px}.process-grid p{color:#c6dced;margin:0;font-size:13px;line-height:1.6}.process-grid b{z-index:2;width:30px;height:30px;color:var(--navy);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;right:-15px}.closing-cta{grid-template-columns:130px 1fr 280px;align-items:center;gap:36px;max-width:1200px;margin:0 auto;padding:96px 24px;display:grid}.closing-cta>img{object-fit:contain;width:125px;height:125px}.closing-cta>div>span{color:var(--blue);font-weight:900}.closing-cta h2{color:var(--deep);letter-spacing:-.05em;margin:10px 0;font-size:clamp(30px,3.2vw,45px);line-height:1.25}.closing-cta p{color:var(--muted);word-break:keep-all;line-height:1.7}.cta-contact{background:var(--sky);border:1px solid #cce5f4;border-radius:22px;flex-direction:column;justify-content:center;align-self:stretch;padding:24px;display:flex}.cta-contact small{color:var(--blue);margin-bottom:9px;font-weight:900}.cta-contact a{color:var(--navy);font-size:25px;font-weight:900;line-height:1.4}.cta-contact span{margin-top:8px;font-size:11px;color:var(--muted)!important}footer{color:#9ab2c5;background:#061f3d;align-items:center;gap:32px;min-height:115px;padding:25px max(24px,50vw - 600px);display:flex}.footer-brand img{width:44px;height:44px}.footer-brand strong,.footer-brand small{color:#fff}.footer-brand strong{font-size:17px}footer p{color:#bdd0df;margin:0;font-size:13px}footer>span{margin-left:auto;font-size:11px}.mobile-actions{display:none}@media (width<=1000px){.site-header nav{display:none}.hero{text-align:center;grid-template-columns:1fr;padding-top:70px}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{width:min(580px,100%);margin:-10px auto 0}.split-heading{grid-template-columns:1fr;gap:20px}.step-grid,.service-grid{grid-template-columns:1fr 1fr}.closing-cta{grid-template-columns:100px 1fr}.closing-cta>img{width:95px;height:95px}.cta-contact{grid-column:1/-1}}@media (width<=640px){body{padding-bottom:70px}.site-header{height:68px;padding:0 16px}.brand img{width:44px;height:44px}.brand strong{font-size:17px}.header-call{display:none}.hero{gap:42px;min-height:auto;padding:55px 18px 60px}.hero h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}.trust-row{gap:8px 14px;font-size:12px}.hero-visual{min-height:480px}.manager-card{border-radius:22px;padding:17px}.manager-head strong{font-size:14px}.request-box p{font-size:12px}.float-note{padding:9px}.note-one{top:5px;left:-6px}.note-two{bottom:6px;right:-4px}.textbook-section,.services-section{padding:75px 18px}.section-heading h2{font-size:34px}.section-heading>p{font-size:15px}.step-grid,.service-grid,.process-grid{grid-template-columns:1fr}.step-grid article{min-height:220px}.teacher-banner{flex-wrap:wrap;align-items:flex-start;padding:21px}.teacher-banner div:nth-child(2){flex-basis:calc(100% - 75px)}.teacher-banner a{text-align:center;width:100%}.service-grid p{min-height:0}.service-grid ul{font-size:13px}.process-section{padding:75px 18px}.process-grid b{display:none}.closing-cta{grid-template-columns:70px 1fr;gap:18px;padding:70px 18px}.closing-cta>img{width:70px;height:70px}.closing-cta h2{font-size:30px}.closing-cta p{grid-column:1/-1}.cta-contact a{font-size:23px}footer{flex-direction:column;align-items:flex-start;gap:14px;padding:30px 18px}footer>span{margin-left:0}.mobile-actions{z-index:20;background:#fffffff5;border-top:1px solid #d8e7f0;grid-template-columns:1fr 1.2fr;padding:9px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0d3c671f}.mobile-actions a{min-height:48px;color:var(--navy);place-items:center;font-weight:900;display:grid}.mobile-actions a:last-child{color:#fff;background:var(--navy);border-radius:12px}}.site-header{max-width:1320px;height:88px}.site-header nav{gap:27px}.header-call{border-radius:999px;padding:13px 22px}.hero{background:radial-gradient(circle at 82% 15%,#5ac0f536,#0000 31%),linear-gradient(120deg,#fbfdff 0%,#f2f8fc 54%,#e8f4fb 100%);grid-template-columns:.94fr 1.06fr;gap:76px;min-height:760px;padding-top:82px;padding-bottom:94px}.hero-copy{z-index:2;position:relative}.hero h1{max-width:660px;font-size:clamp(46px,4.2vw,66px);line-height:1.12}.hero-copy>p{max-width:650px}.hero-gallery{isolation:isolate;min-height:590px;position:relative}.hero-gallery:before{content:"";z-index:-1;background:linear-gradient(150deg,#0799ec29,#063b780f);border-radius:48px;position:absolute;inset:5% -4% 3% 11%;transform:rotate(2deg)}.hero-photo{background:#dfeef7;border:6px solid #fffffff5;margin:0;position:absolute;overflow:hidden;box-shadow:0 28px 65px #0831582e}.hero-photo img{object-fit:cover;width:100%;height:100%;display:block}.hero-photo-main{border-radius:36px;inset:20px 18px 18px 74px}.hero-photo-main img{object-position:53% 52%}.hero-photo-main:after{content:"";background:linear-gradient(#0000 45%,#021830bf 100%);position:absolute;inset:0}.hero-photo-main figcaption{z-index:2;color:#fff;position:absolute;bottom:32px;left:34px;right:34px}.hero-photo-main figcaption span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#042e5c94;border:1px solid #ffffff59;border-radius:999px;margin-bottom:10px;padding:7px 11px;font-size:11px;font-weight:800;display:inline-flex}.hero-photo-main figcaption strong{letter-spacing:-.04em;font-size:25px;line-height:1.3;display:block}.hero-photo-corridor{z-index:3;border-radius:24px;width:174px;height:230px;top:72px;left:-22px;transform:rotate(-3deg)}.hero-photo-corridor img{object-position:47% 56%}.hero-photo-action{z-index:3;border-radius:24px;width:182px;height:208px;bottom:18px;right:-27px;transform:rotate(3deg)}.hero-photo-action img{object-position:56% center}.hero-proof{z-index:5;background:#fffffff5;border:1px solid #d0e3f0e6;border-radius:17px;align-items:center;gap:12px;padding:13px 17px;display:flex;position:absolute;bottom:39px;left:17px;box-shadow:0 18px 40px #0a365c29}.proof-mark{color:#fff;background:linear-gradient(145deg, var(--blue), var(--navy));border-radius:13px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.hero-proof div{flex-direction:column;display:flex}.hero-proof small{color:#7690a5;font-size:10px}.hero-proof strong{color:var(--deep);margin-top:2px;font-size:13px}.portfolio-section{background:#fff;padding:120px max(24px,50vw - 600px)}.portfolio-heading{grid-template-columns:1fr .9fr;align-items:end;gap:90px;margin-bottom:50px;display:grid}.portfolio-heading .section-kicker{color:var(--blue);letter-spacing:.06em;margin-bottom:13px;font-size:14px;font-weight:900;display:block}.portfolio-heading h2{color:var(--deep);letter-spacing:-.055em;margin:0;font-size:clamp(36px,3.7vw,54px);line-height:1.2}.portfolio-heading h2 em{color:var(--blue);font-style:normal}.portfolio-intro>p{color:var(--muted);word-break:keep-all;margin:0;font-size:16px;line-height:1.8}.portfolio-points{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.portfolio-points span{color:#385773;background:#f7fbfd;border:1px solid #d6e6f0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.portfolio-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:252px;gap:16px;display:grid}.portfolio-grid article{background:#dceaf2;border-radius:26px;grid-column:span 4;position:relative;overflow:hidden;box-shadow:0 12px 32px #062a4a14}.portfolio-grid article.project-large{grid-column:span 8}.portfolio-grid article.project-tall{grid-area:span 2/span 4}.portfolio-grid article:nth-child(4),.portfolio-grid article:nth-child(5){grid-column:span 4}.portfolio-grid article:nth-child(6){grid-column:span 8}.portfolio-grid article img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.portfolio-grid article:hover img{transform:scale(1.035)}.portfolio-grid article:first-child img{object-position:center 66%}.portfolio-grid article:nth-child(2) img{object-position:43% center}.portfolio-grid article:nth-child(3) img{object-position:center 70%}.portfolio-grid article:nth-child(4) img{object-position:center 55%}.portfolio-grid article:nth-child(5) img{object-position:center 62%}.portfolio-grid article:nth-child(6) img{object-position:center 52%}.project-shade{background:linear-gradient(#0000 36%,#03172cd1 100%);position:absolute;inset:0}.project-copy{color:#fff;position:absolute;bottom:22px;left:24px;right:24px}.project-copy small{color:#74cfff;letter-spacing:.05em;font-size:11px;font-weight:900}.project-copy h3{letter-spacing:-.035em;margin:5px 0 6px;font-size:21px}.project-copy p{color:#ffffffbd;word-break:keep-all;max-width:470px;margin:0;font-size:12px;line-height:1.5}.portfolio-note{color:#fff;background:linear-gradient(115deg,#062f61 0%,#064985 100%);border-radius:26px;grid-template-columns:1.05fr 1.1fr auto;align-items:center;gap:34px;margin-top:18px;padding:30px 34px;display:grid;box-shadow:0 18px 42px #06305f24}.portfolio-note>div>span{color:#68c9ff;font-size:12px;font-weight:900}.portfolio-note strong{margin-top:8px;font-size:20px;line-height:1.45;display:block}.portfolio-note>p{color:#c7deed;word-break:keep-all;margin:0;font-size:13px;line-height:1.7}.portfolio-note>a{min-height:50px;color:var(--deep);white-space:nowrap;background:#fff;border-radius:14px;justify-content:center;align-items:center;padding:0 19px;font-size:13px;font-weight:900;display:inline-flex}.portfolio-note>a span{margin-left:9px}@media (width<=1100px){.hero{gap:42px}.site-header nav{gap:18px}.hero-photo-corridor{left:-6px}.hero-photo-action{right:-5px}.portfolio-note{grid-template-columns:1fr 1fr}.portfolio-note>a{grid-column:1/-1}}@media (width<=1000px){.hero{grid-template-columns:1fr;min-height:auto}.hero-gallery{width:min(650px,100%);min-height:620px;margin:10px auto 0}.portfolio-heading{grid-template-columns:1fr;gap:24px}.textbook-proof-copy{width:66%}}@media (width<=700px){.site-header{height:70px}.hero{padding-top:54px;padding-bottom:70px}.hero h1{font-size:41px}.hero-gallery{min-height:500px}.hero-photo-main{border-radius:28px;inset:12px 8px 34px 28px}.hero-photo-main figcaption{bottom:24px;left:24px}.hero-photo-main figcaption strong{font-size:20px}.hero-photo-corridor{border-width:4px;border-radius:18px;width:116px;height:155px;top:48px;left:-8px}.hero-photo-action{border-width:4px;border-radius:18px;width:125px;height:148px;bottom:10px;right:-6px}.hero-proof{padding:10px 12px;bottom:9px;left:10px}.proof-mark{width:34px;height:34px}.portfolio-section{padding:78px 18px}.portfolio-heading{margin-bottom:34px}.portfolio-heading h2{font-size:35px}.portfolio-grid{grid-template-columns:1fr;grid-auto-rows:310px}.portfolio-grid article,.portfolio-grid article.project-large,.portfolio-grid article.project-tall,.portfolio-grid article:nth-child(4),.portfolio-grid article:nth-child(5),.portfolio-grid article:nth-child(6){grid-area:auto/1}.portfolio-grid article{border-radius:22px}.portfolio-note{grid-template-columns:1fr;gap:18px;padding:26px 22px}.portfolio-note>a{grid-column:1}.step-grid article{min-height:0}.step-photo{height:240px}.textbook-proof{border-radius:26px;min-height:620px;margin-top:50px}.textbook-proof>img{object-position:62% center}.textbook-proof-shade{background:linear-gradient(#0319310a 14%,#031931c7 52%,#031931f7 100%)}.textbook-proof-copy{width:100%;padding:270px 24px 28px}.textbook-proof-copy h3{font-size:34px}.textbook-proof-copy ul{grid-template-columns:1fr;gap:7px}}
