/* SPREAD COMMUNICATIONS — responsive agency website concept.
   Edit the colors below to adapt the site to your brand. No build tools required. */
:root{
  --paper:#ffffff;--ink:#203027;--muted:#637263;--brand:#386d35;
  --green-light:#bed6b5;--line:#dde5da;--dark:#173b28;--ease:cubic-bezier(.2,.7,.2,1);
  --font:Arial,"Apple SD Gothic Neo","NanumSquare","Malgun Gothic",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open,body.dialog-open{overflow:hidden}
h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{color:inherit}button:disabled{cursor:wait}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--brand);outline-offset:5px}
[hidden]{display:none!important}section[id]{scroll-margin-top:95px}
::selection{background:#c5dbbc;color:#173b28}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:18px;top:-90px;background:var(--brand);color:white;padding:12px 20px;z-index:1000;border-radius:4px}
.skip-link:focus{top:10px}
.section-wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.eyebrow{font-size:11px;line-height:1.4;letter-spacing:1.9px;font-weight:700}
.small-label{font-size:10px;letter-spacing:1.4px;font-weight:600}
.site-header{height:86px;position:sticky;top:0;background:rgba(255,255,255,.97);z-index:100;transition:box-shadow .25s}
.site-header.scrolled{box-shadow:0 1px 0 rgba(0,0,0,.08);backdrop-filter:blur(16px)}
.header-inner{width:min(1328px,calc(100% - 112px));height:100%;margin:auto;display:flex;align-items:center;gap:40px}
.brand{display:inline-flex;align-items:center;font-size:30px;font-weight:900;letter-spacing:-1.8px;line-height:1;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:700;position:relative;padding:10px 0}
.desktop-nav a::after{content:"";position:absolute;bottom:4px;left:0;right:0;height:1px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .25s}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-cta{display:flex;align-items:center;gap:24px;font-size:12px;font-weight:700;background:var(--brand);color:#ffffff;padding:12px 20px;border-radius:999px}
.header-cta span{font-size:19px;line-height:1}.header-cta:hover{background:#2d592b}
.menu-button{display:none;margin-left:auto;background:none;border:none;padding:12px 5px}
.mobile-menu{position:absolute;top:100%;left:0;right:0;padding:20px 28px 28px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 16px 30px #00000011}
.mobile-menu a{display:flex;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line);font-size:20px;font-weight:700}
.mobile-menu a span{font-size:13px;color:var(--brand)}
.hero{position:relative;margin:0 24px;height:min(820px,calc(100svh - 90px));min-height:680px;background:#101f16;color:#ffffff;isolation:isolate;border-radius:6px;overflow:hidden;display:flex;align-items:center}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3}
.hero-image.is-photo{filter:saturate(.73);object-position:58% 45%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,22,19,.81),rgba(18,22,19,.4) 48%,rgba(18,22,19,.07) 100%),linear-gradient(0deg,rgba(15,19,16,.66),transparent 28%);z-index:-1}
.hero-content{width:min(1280px,calc(100% - 112px));margin:auto;padding-bottom:38px;position:relative}
.hero-eyebrow{display:flex;align-items:center;gap:11px;font-size:10px;letter-spacing:2px;color:#e0ebdf;margin-bottom:34px}
.status-dot{width:7px;height:7px;background:var(--green-light);border-radius:50%;box-shadow:0 0 0 5px #bed6b514}
.hero h1{font-size:clamp(52px,5.4vw,79px);font-weight:800;letter-spacing:-4.6px;line-height:1.24;word-break:keep-all}
.hero h1 span{color:#c0dbb4}
.hero-description{font-size:16px;color:#dfe5de;line-height:1.9;margin:26px 0 33px;letter-spacing:-.4px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:16px 25px;border:0;border-radius:100px;min-height:54px;font-size:13px;line-height:1.5;font-weight:700;transition:background .25s,transform .25s}
.button .arrow,.button>span:last-child{font-size:21px;font-weight:400;line-height:1}
.button-light{background:#f6f9f4;color:#173b28}.button-light:hover{background:#d3e6c9;transform:translateY(-2px)}
.button-dark{background:var(--brand);color:#ffffff}.button-dark:hover{background:#2d592b}
.button-outline{background:transparent;border:1px solid #c8cec7}.button-outline:hover{background:#ebf3ea}
.hero-note{position:absolute;bottom:144px;right:64px;display:flex;align-items:center;gap:16px;border-top:1px solid #ffffff4d;padding-top:20px;width:238px}
.tiny-cross{font-family:Arial,sans-serif;font-size:45px;line-height:1;color:var(--green-light)}
.hero-note p{font-size:16px;line-height:1.5;letter-spacing:-.1px}.hero-note strong{font-weight:400;color:#d4e9d3}
.hero-bottom{position:absolute;left:50%;transform:translateX(-50%);width:min(1280px,calc(100% - 112px));bottom:40px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff38;padding-top:20px;font-size:11px;letter-spacing:1px;color:#eaf1ea}
.hero-bottom>a{display:flex;align-items:center;gap:22px;font-size:9px;letter-spacing:1.9px}
.hero-bottom>a span{font-size:23px}
.hero-credit{position:absolute;right:25px;top:32px;color:#e0eadfb3;font-size:8px;letter-spacing:1.8px;writing-mode:vertical-rl}
.category-strip{display:flex;align-items:center;justify-content:center;gap:38px;min-height:98px;border-bottom:1px solid var(--line);overflow:hidden;padding:24px;white-space:nowrap}
.category-strip span{font-size:14px;font-weight:700;letter-spacing:1px}
.category-strip i{font-style:normal;font-size:24px;color:var(--brand)}
.work{padding-top:104px;padding-bottom:100px}
.section-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.section-topline .eyebrow{color:var(--brand)}
.section-topline .small-label{color:#869085}
.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}
h2{font-size:clamp(36px,3.5vw,49px);letter-spacing:-2.1px;font-weight:800;line-height:1.3;word-break:keep-all}
.muted-heading{color:#879187}
.section-heading-row>p{font-size:14px;line-height:1.9;color:#727c72;padding-bottom:6px;word-break:keep-all}
.work-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:40px;margin-bottom:26px}
.filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.filter{border:1px solid transparent;background:transparent;color:#707a6f;border-radius:100px;padding:9px 16px;font-size:12px;line-height:1.5;white-space:nowrap;transition:.2s}
.filter:hover{color:var(--ink);border-color:#bdcbbc}
.filter.active{background:var(--brand);color:#ffffff}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 28px;align-items:stretch}
.project-card{display:grid;grid-template-rows:auto 1fr;text-align:left;border:0;padding:0;background:none;min-width:0;height:100%}
.project-image-wrap{position:relative;aspect-ratio:1.49;overflow:hidden;border-radius:4px;background:#e6ece6}
.project-image-wrap>img{width:100%;height:100%;object-fit:cover;transition:transform .75s var(--ease)}
.project-card:hover .project-image-wrap>img{transform:scale(1.04)}
.project-card:focus-visible{outline-offset:8px;border-radius:4px}
.project-badge{position:absolute;top:21px;left:22px;border:1px solid #ffffff88;color:white;background:#171c1926;backdrop-filter:blur(5px);border-radius:999px;padding:6px 11px;font-size:9px;line-height:1.2;letter-spacing:1px}
.badge-dark{color:#37403a;border-color:#37403a4d;background:#eef3ed40}
.project-image-index{position:absolute;bottom:22px;left:22px;font-size:9px;letter-spacing:1.7px;color:#ffffff;background:#1c292144;padding:3px 7px}
.dark-index{color:#475046;background:#f7f1e955}
.project-arrow{position:absolute;bottom:20px;right:22px;display:grid;place-items:center;background:#ffffff;color:#1c201d;width:43px;height:43px;border-radius:50%;font-size:24px;transition:transform .25s,background .25s}
.project-card:hover .project-arrow{transform:rotate(45deg);background:#d3e6c9}
.project-caption{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-top:18px}
.project-caption>div>p{font-size:9px;letter-spacing:1.4px;font-weight:600;color:var(--brand);margin-bottom:5px}
.project-caption h3{font-size:21px;letter-spacing:-.9px;line-height:1.4;font-weight:800;word-break:keep-all}
.project-caption>span{font-size:10px;line-height:1.6;white-space:nowrap;color:#848e83;padding-bottom:3px}
.work-bottom{margin-top:48px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}
.work-bottom>span{font-size:13px;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:30px;font-size:13px;font-weight:700;border-bottom:1px solid #303732;padding-bottom:5px;line-height:1.6}
.text-link span{font-size:20px;font-weight:400}.text-link:hover{color:var(--brand);border-color:var(--brand)}
.services{background:linear-gradient(120deg,#f2f6f0,#e4eee0 55%,#f1f6ee);padding:94px 0 40px}
.services .section-topline{margin-bottom:23px}
.service-asterisk{font-size:76px;line-height:.8;color:#386d35}
.services .section-heading-row>p{color:#748174}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:52px;border-top:1px solid #afc2ae}
.service-card{min-width:0;padding:27px 24px 30px 0;border-right:1px solid #c7d5c6}
.service-card:not(:first-child){padding-left:25px}
.service-card:last-child{border-right:0;padding-right:0}
.service-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.service-card-top>span{font-size:11px;font-weight:700;color:#91aa90}
.service-card-top svg{width:39px;height:39px;fill:none;stroke:#6d836b;stroke-width:1.4;stroke-linejoin:round;stroke-linecap:round}
.service-card h3{font-size:20px;font-weight:800;letter-spacing:-.8px;margin-bottom:16px;white-space:nowrap}
.service-card>p{font-size:13px;color:#6e7a6e;line-height:1.85;word-break:keep-all}
.service-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:27px}
.service-tags>span{font-size:9px;padding:4px 7px;background:#ffffff59;border:1px solid #bdcbbc33;border-radius:3px;color:#6f7e6e;white-space:nowrap}
.services-bottom{margin-top:30px;padding-top:26px;border-top:1px solid #c7d5c6;display:flex;justify-content:space-between;gap:24px;align-items:center;color:#6a7c6a}
.services-bottom .small-label{font-size:8px;letter-spacing:1.5px}
.services-bottom>p{font-size:11px}
.about{background:var(--dark);color:#f1f6f1;padding:95px 0 101px}
.about .section-topline>.eyebrow{color:#bed6b5}.about .section-topline>.small-label{color:#6e796d}
.about-main{display:grid;grid-template-columns:1fr 1.02fr;gap:65px;margin-top:54px}
.about-intro h2{font-size:clamp(34px,3.25vw,46px);line-height:1.45;letter-spacing:-1.9px}
.about-intro h2 span{color:#bed6b5}
.about-intro>p{margin-top:30px;font-size:12px;color:#9eaa9d;line-height:1.95;word-break:keep-all}
.principles article{display:flex;gap:24px;border-top:1px solid #4d584c;padding:26px 0 28px}
.principles article:last-child{border-bottom:1px solid #4d584c}
.principle-number{color:#859e84;font-size:10px;line-height:1.7}
.principles .eyebrow{font-size:8px;letter-spacing:1.6px;color:#9bb19a;margin-bottom:8px}
.principles h3{font-size:22px;line-height:1.4;letter-spacing:-.5px;font-weight:700;margin-bottom:10px}
.principles article p:last-child{font-size:12px;color:#a4afa3;line-height:1.8}
.principles article>span:last-child{margin-left:auto;color:#aac2a9;font-size:22px}
.process{display:grid;grid-template-columns:1fr 1.05fr;gap:75px;padding-top:110px;padding-bottom:112px}
.process-intro .eyebrow{color:var(--brand);margin-bottom:24px}
.process-intro h2{font-size:42px}
.process-intro>p:not(.eyebrow){margin-top:20px;font-size:13px;line-height:1.9;color:var(--muted)}
.process-intro .text-link{margin-top:32px}
.process-steps details{border-top:1px solid var(--line)}
.process-steps details:last-child{border-bottom:1px solid var(--line)}
.process-steps summary{list-style:none;display:flex;align-items:center;gap:24px;cursor:pointer;padding:26px 0}
.process-steps summary::-webkit-details-marker{display:none}
.step-num{font-size:11px;color:#9ea69d}
.step-title{font-size:19px;font-weight:700;letter-spacing:-.5px;display:flex;align-items:baseline;gap:18px}
.step-title small{font-size:9px;color:#949d93;letter-spacing:1.3px;font-weight:400}
.step-toggle{position:relative;margin-left:auto;width:17px;height:17px;flex-shrink:0}
.step-toggle::before,.step-toggle::after{content:"";position:absolute;background:#737d72;top:8px;left:2px;width:13px;height:1px}
.step-toggle::after{transform:rotate(90deg);transition:transform .25s}
details[open] .step-toggle::after{transform:rotate(0deg)}
details[open] .step-num{color:var(--brand)}
details[open] .step-title{color:var(--brand)}
.process-steps details>p{padding:0 30px 26px 38px;font-size:13px;line-height:1.9;color:#798479;max-width:530px;word-break:keep-all}
.contact{padding:88px 0 85px;background:radial-gradient(ellipse at 0 100%,#d5e7cd,transparent 58%),linear-gradient(115deg,#eaf2e6,#f2f6f0)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.contact-copy{padding-top:7px}
.contact-copy .eyebrow{color:#728a71;margin-bottom:32px}
.contact-copy h2{font-size:clamp(36px,3.6vw,52px);letter-spacing:-2.5px;line-height:1.35}
.contact-copy h2 span{color:var(--brand)}
.contact-copy>p:not(.eyebrow):not(.contact-caption){color:#6d7d6c;font-size:14px;line-height:1.9;margin-top:25px}
.contact-mark{margin-top:72px;width:118px;height:118px;color:#8eb98c}
.contact-mark svg{stroke:currentColor;fill:none;stroke-width:5}
.contact-caption{font-size:10px;line-height:1.7;letter-spacing:2px;color:#849f83;margin-top:24px}
.inquiry-form{background:#ffffffb3;padding:30px;border:1px solid #ffffff8a;border-radius:7px;box-shadow:0 12px 42px #5f785e08;min-width:0}
.form-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.form-heading h3{font-size:18px;letter-spacing:-.6px;font-weight:800}
.form-heading>span{font-size:10px;color:#859284}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px}
.inquiry-form label,.inquiry-form legend{font-size:11px;font-weight:700}
.inquiry-form label>span,.inquiry-form legend>span{color:var(--brand)}
.inquiry-form label>small{font-size:10px;color:#9ba69b;font-weight:400}
input:not([type=radio]),select,textarea{width:100%;display:block;border:1px solid #e1e8e1;background:#ffffffb8;padding:12px 13px;border-radius:4px;font-size:13px;line-height:1.4;color:var(--ink);transition:border-color .2s;min-width:0}
input:not([type=radio]),select{height:44px}
label>input,label>select,label>textarea{margin-top:7px}
input::placeholder,textarea::placeholder{color:#9fa99e;opacity:1;font-size:12px}
input:focus,textarea:focus,select:focus{outline:2px solid #58844b;outline-offset:1px}
input[type=date]{-webkit-appearance:none;appearance:none;font-size:12px;line-height:1.2;min-width:0;max-width:100%}
textarea{resize:vertical;min-height:105px}
.event-types{border:0;margin:22px 0;padding:0;min-width:0}
.event-types legend{padding:0;margin-bottom:9px}
.radio-pills{display:flex;gap:5px;flex-wrap:wrap}
.radio-pills label{position:relative;cursor:pointer;font-weight:400;min-width:0}
.radio-pills input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.radio-pills label>span{display:block;background:#ffffff66;border:1px solid #d8e3d8;color:#838f82;padding:8px 10px;font-size:10px;border-radius:3px;transition:.2s;white-space:nowrap}
.radio-pills input:checked+span{background:#386d35;border-color:#386d35;color:white}
.radio-pills input:focus-visible+span{outline:3px solid #58844b;outline-offset:3px}
.message-label{display:block;margin-top:21px}
.form-notice{display:flex;gap:9px;align-items:flex-start;font-size:10px;line-height:1.7;color:#899689;background:#ebf3ea7d;border-radius:3px;padding:10px;margin-top:15px}
.notice-dot{width:5px;height:5px;border-radius:100px;background:#9bb59a;flex-shrink:0;margin-top:6px}
.form-notice strong{font-weight:700;color:#738572}
.submit-button{width:100%;margin-top:16px;border-radius:4px;padding:13px 18px;min-height:50px;font-size:12px}
.form-privacy{font-size:9px;color:#9da79c;line-height:1.7;text-align:center;margin-top:10px}
.privacy-consent{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:13px 14px;border:1px solid #b8ccb6;border-radius:4px;background:#f4f8f3;font-size:12px;font-weight:700;line-height:1.65;color:#415440;cursor:pointer}
.privacy-consent input{width:17px;height:17px;min-height:0;margin-top:1px;accent-color:var(--brand);flex:0 0 auto}
.privacy-link{border:0;background:none;padding:0;color:#285f2b;font:inherit;font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;cursor:pointer}
.privacy-link:hover,.privacy-link:focus-visible{color:#163f1a;background:#dfeedd;outline:3px solid #dfeedd;outline-offset:1px}
.site-footer{background:var(--dark);color:#ffffff;padding:47px 0 24px}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-bottom:40px}
.footer-brand{font-size:45px;letter-spacing:-2.8px}
.footer-top>p{font-size:10px;letter-spacing:1.6px;line-height:1.8;margin-right:auto;color:#d0dad0}
.footer-top>p span{font-size:11px;letter-spacing:0;color:#899588}
.back-top{display:flex;align-items:center;gap:25px;font-size:9px;letter-spacing:1.2px;color:#b2c0b1}
.back-top span{display:grid;place-items:center;border:1px solid #4f5a4f;width:35px;height:35px;border-radius:50%;font-size:18px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid #3a433d;padding-top:22px;font-size:9px;color:#8e998d}
.footer-bottom>p:first-child{font-size:8px;letter-spacing:.8px;white-space:nowrap}
.footer-info{border:0;background:none;color:#b3c1b2;font-size:10px;padding:5px 0;white-space:nowrap}
.footer-actions{display:flex;align-items:center;gap:18px;white-space:nowrap}
.footer-policy{border:1px solid #789277;background:#ffffff0d;color:#fff;font-size:11px;font-weight:800;padding:8px 11px;border-radius:3px;text-decoration:underline;text-underline-offset:3px}
.footer-policy:hover,.footer-policy:focus-visible{background:#fff;color:var(--dark);border-color:#fff}
dialog{border:0;padding:0;max-height:90svh;overflow:auto;background:#f7f9f7;border-radius:8px;width:min(760px,calc(100% - 40px));color:var(--ink);box-shadow:0 24px 100px #00000055}
dialog::backdrop{background:#141c17ba;backdrop-filter:blur(5px)}
.dialog-close{position:absolute;right:15px;top:15px;z-index:1;border:1px solid #dadfda;background:#ffffffcc;width:38px;height:38px;border-radius:50%;font-size:25px;line-height:1;font-weight:400;display:grid;place-items:center}
.dialog-close:hover{background:#d1e8cf}
.project-dialog>img{width:100%;height:310px;object-fit:cover}
.dialog-content{padding:35px}
.dialog-content>.eyebrow{color:var(--brand);margin-bottom:12px}
.dialog-content h2{font-size:30px;line-height:1.4;letter-spacing:-1px}
.project-dialog-description{font-size:14px;line-height:1.8;color:#768176;margin-top:16px}
.project-dl{margin:25px 0}
.project-dl>div{display:grid;grid-template-columns:80px 1fr;border-top:1px solid #dee3de;padding:15px 0;gap:12px;font-size:12px}
.project-dl>div:last-child{border-bottom:1px solid #dee3de}
.project-dl dt{font-weight:700}
.project-dl dd{margin:0;color:#7c887b}
.info-dialog .dialog-content{padding-top:48px}
.info-dialog{width:min(640px,calc(100% - 40px))}
.info-dialog .dialog-content>p:not(.eyebrow){font-size:13px;color:#798778;line-height:1.9;margin-top:20px}
.privacy-dialog{width:min(760px,calc(100% - 40px))}
.privacy-dialog .dialog-content{padding-top:48px}
.privacy-dialog h2{font-weight:900}
.privacy-lead{font-size:13px;color:#667566;line-height:1.9;margin-top:16px}
.privacy-section{padding:20px 0;border-top:1px solid #dce4dc}
.privacy-section h3{font-size:15px;font-weight:900;line-height:1.5;letter-spacing:-.35px;margin-bottom:9px;color:#263927}
.privacy-section p,.privacy-section li{font-size:12px;color:#718071;line-height:1.85}
.privacy-section ul{margin:0;padding-left:19px}
.privacy-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.7;margin-top:10px}
.privacy-table th,.privacy-table td{border:1px solid #dce4dc;padding:10px;text-align:left;vertical-align:top}
.privacy-table th{background:#edf3ec;color:#536553;width:22%}
.privacy-effective{font-size:11px;color:#869486;margin-top:22px}
.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:#e7f0e5;color:var(--dark);border:1px solid #c5d8c3;box-shadow:0 8px 30px #00000033;padding:12px 23px;border-radius:999px;font-size:13px;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:150;width:max-content;max-width:90%;text-align:center}
.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.hero{height:860px}.hero h1{font-size:84px}.hero-content{padding-bottom:50px}.hero-note{right:calc((100% - 1280px)/2)}}
@media(max-width:1200px){
 .section-wrap{width:calc(100% - 80px)}.header-inner{width:calc(100% - 80px)}
 .hero-content{width:calc(100% - 80px)}.hero h1{font-size:65px;letter-spacing:-3.5px}
 .hero-note{right:40px;bottom:123px;width:210px}.hero-note p{font-size:14px}
 .hero-bottom{width:calc(100% - 80px)}
 .work-toolbar{align-items:flex-start;flex-direction:column;gap:12px;margin-top:32px}
 .project-caption{display:block}.project-caption>span{display:block;margin-top:7px}
 .service-card{padding-right:15px}.service-card:not(:first-child){padding-left:18px}
 .service-card h3{font-size:17px}.service-card>p{font-size:12px}
 .service-tags{gap:4px}.service-tags>span{font-size:8px;padding:4px 5px}
 .about-main{gap:40px}.about-intro h2{font-size:39px}.principles article{gap:17px}
 .contact-grid{gap:45px}.contact-copy h2{font-size:44px}.inquiry-form{padding:24px}
 .footer-bottom>p:nth-child(2){max-width:430px}
}
@media(max-width:960px){
 .desktop-nav{gap:20px}.header-inner{gap:25px}
 .hero{min-height:650px;height:720px}.hero h1{font-size:58px;letter-spacing:-3px}
 .hero-note{display:none}.hero-image{object-position:62% center}
 .hero-description{font-size:14px}.hero-eyebrow{font-size:9px}
 .category-strip{justify-content:flex-start;gap:26px;min-height:85px;padding-inline:40px;overflow:auto;scrollbar-width:none}
 .category-strip::-webkit-scrollbar{display:none}.category-strip span{font-size:12px}
 .section-heading-row{display:block}.section-heading-row>p{margin-top:22px}
 .section-topline .small-label{font-size:8px}
 .service-grid{grid-template-columns:1fr 1fr}
 .service-card{padding:27px 25px 30px 0;border-bottom:1px solid #c7d5c6}
 .service-card:not(:first-child){padding-left:25px}
 .service-card:nth-child(2){border-right:0;padding-right:0}
 .service-card:nth-child(3){padding-left:0}
 .service-card:nth-child(4){border-right:0;padding-right:0}
 .service-card:nth-child(5){padding-left:0;border-bottom:0;grid-column:1 / -1}
 .service-card h3{font-size:22px}.service-card>p{font-size:14px}.service-tags>span{font-size:10px;padding:5px 8px}
 .services-bottom{flex-direction:column;align-items:flex-start;gap:12px}
 .about-main{grid-template-columns:1fr;gap:44px}.about-intro h2{font-size:43px}
 .about-intro h2 br:last-child{display:none}
 .about-intro>p{font-size:14px}.principles article p:last-child{font-size:14px}
 .process{gap:36px;grid-template-columns:.85fr 1.15fr}.process-intro h2{font-size:34px}.step-title{font-size:17px;gap:12px}
 .step-title small{font-size:8px}.process-steps summary{gap:15px}.process-steps details>p{padding-left:29px;font-size:12px}
 .contact-grid{grid-template-columns:1fr;gap:38px}.contact-copy{position:relative}
 .contact-copy h2{font-size:49px}.contact-mark{position:absolute;right:12px;top:55px;margin:0;width:95px;height:95px}
 .contact-caption{display:none}.contact-copy .eyebrow{margin-bottom:20px}
 .contact-copy>p:not(.eyebrow):not(.contact-caption){font-size:14px;margin-top:20px}
 .inquiry-form{padding:30px}.inquiry-form label,.inquiry-form legend{font-size:12px}
 .radio-pills{gap:8px}.radio-pills label>span{font-size:12px;padding:10px 16px}
 .footer-brand{font-size:38px}.footer-top>p{font-size:8px}.footer-top{gap:28px}
 .footer-bottom{flex-wrap:wrap}.footer-bottom>p:nth-child(2){order:3;max-width:none;width:100%}
}
@media(max-width:700px){
 html{scroll-padding-top:85px}section[id]{scroll-margin-top:85px}
 .section-wrap,.header-inner{width:calc(100% - 44px)}
 .site-header{height:72px}.header-inner{gap:18px}
 .brand{font-size:25px;letter-spacing:-1.5px}
 .desktop-nav{display:none}.header-cta{margin-left:auto;padding:9px 13px;font-size:10px;gap:12px}
 .header-cta span{font-size:17px}
 .menu-button{display:flex;width:25px;flex-direction:column;gap:5px;padding:10px 0;margin-left:0}
 .menu-button>span{height:1.5px;width:24px;background:var(--ink);transition:transform .2s}
 .menu-button[aria-expanded=true]>span:first-child{transform:translateY(3.25px) rotate(45deg)}
 .menu-button[aria-expanded=true]>span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
 .hero{margin:0 12px;min-height:640px;height:calc(100svh - 70px);max-height:800px;border-radius:4px;align-items:flex-start}
 .hero-content{width:calc(100% - 46px);margin:0 auto;padding-top:80px;padding-bottom:120px}
 .hero-eyebrow{font-size:8px;letter-spacing:1.5px;margin-bottom:27px}
 .status-dot{width:5px;height:5px}
 .hero h1{font-size:clamp(32px,7.8vw,51px);line-height:1.35;letter-spacing:-2px;white-space:nowrap}
 .hero-description{font-size:12px;line-height:1.9;margin:25px 0 30px}
 .hero .button{font-size:12px;padding:13px 20px;gap:26px;min-height:48px}
 .hero-image{object-position:62% bottom}.hero-image.is-photo{object-position:61% center}
 .hero-shade{background:linear-gradient(90deg,#151b17cf,#151b1750),linear-gradient(0deg,#151b17d9,transparent 50%)}
 .hero-bottom{width:calc(100% - 46px);bottom:27px;padding-top:17px;font-size:9px;letter-spacing:.2px}
 .hero-bottom>a{font-size:7px;letter-spacing:1px;gap:10px}.hero-bottom>a span{font-size:18px}
 .hero-credit{right:13px;top:22px;font-size:6px;letter-spacing:1px}
 .category-strip{min-height:78px;padding:19px 23px;gap:22px}
 .category-strip span{font-size:10px;letter-spacing:.5px}.category-strip i{font-size:21px}
 .work{padding-top:69px;padding-bottom:65px}
 .section-topline{margin-bottom:25px}.section-topline .small-label{display:none}
 .eyebrow{font-size:9px;letter-spacing:1.5px}
 h2{font-size:32px;letter-spacing:-1.4px;line-height:1.4}
 .section-heading-row>p{font-size:12px;margin-top:20px;line-height:1.9}
 .work-toolbar{margin-top:27px;margin-bottom:20px;gap:11px}
 .filters{max-width:100%;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;gap:5px;padding-bottom:3px}
 .filters::-webkit-scrollbar{display:none}
 .filter{padding:8px 13px;font-size:10px}
 .project-grid{grid-template-columns:1fr;gap:30px}
 .project-image-wrap{aspect-ratio:1.31}
 .project-badge{left:17px;top:17px;font-size:8px;padding:5px 9px}
 .project-image-index{left:16px;bottom:18px;font-size:8px}
 .project-arrow{width:37px;height:37px;right:17px;bottom:17px;font-size:22px}
 .project-caption{padding-top:14px}
 .project-caption h3{font-size:20px;letter-spacing:-.7px}.project-caption>div>p{font-size:8px}
 .project-caption>span{font-size:10px;margin-top:6px}
 .work-bottom{display:block;margin-top:32px;padding-top:20px}
 .work-bottom>span{font-size:11px;display:block}.work-bottom .text-link{margin-top:18px;font-size:12px}
 .services{padding:65px 0 30px}.services .section-topline{margin-bottom:26px}
 .service-asterisk{font-size:56px}
 .service-grid{margin-top:32px}.service-card{padding:23px 14px 25px 0}
 .service-card:not(:first-child){padding-left:16px}.service-card:nth-child(3){padding-left:0}
 .service-card-top{margin-bottom:25px}.service-card-top svg{width:29px;height:29px}
 .service-card h3{font-size:16px;margin-bottom:13px;letter-spacing:-.7px;white-space:normal;word-break:keep-all}
 .service-card>p{font-size:11px;line-height:1.9;word-break:keep-all}
 .service-card>p br{display:none}.service-tags{margin-top:19px;gap:4px}
 .service-tags>span{font-size:8px;padding:4px 5px}
 .services-bottom{margin-top:15px;padding-top:20px;gap:8px}
 .services-bottom .small-label{font-size:6px;letter-spacing:1px}
 .services-bottom>p{font-size:10px;word-break:keep-all}
 .about{padding:65px 0 70px}.about .section-topline{margin-bottom:30px}
 .about-main{margin-top:0;gap:35px}
 .about-intro h2{font-size:32px;letter-spacing:-1.2px;line-height:1.45}
 .about-intro h2 br:last-child{display:initial}
 .about-intro>p{font-size:11px;line-height:1.9;margin-top:22px}
 .principles article{gap:17px;padding:22px 0}
 .principles .eyebrow{font-size:7px}.principles h3{font-size:19px;margin-bottom:8px}
 .principles article p:last-child{font-size:11px;line-height:1.8}
 .principles article p:last-child br{display:none}
 .principles article>span:last-child{font-size:18px}
 .process{padding-top:68px;padding-bottom:68px;display:block}
 .process-intro h2{font-size:32px}.process-intro>p:not(.eyebrow){font-size:12px;margin-top:17px}
 .process-intro .text-link{margin-top:22px;font-size:12px}
 .process-steps{margin-top:36px}
 .process-steps summary{padding:22px 0;gap:17px}
 .step-title{font-size:18px;gap:15px}.step-title small{font-size:8px}
 .process-steps details>p{font-size:12px;padding:0 15px 23px 31px}
 .contact{padding:63px 0}
 .contact-grid{gap:34px}.contact-copy h2{font-size:35px;letter-spacing:-1.6px}
 .contact-copy .eyebrow{margin-bottom:22px}
 .contact-copy>p:not(.eyebrow):not(.contact-caption){font-size:12px}
 .contact-mark{width:56px;height:56px;right:0;top:79px}
 .inquiry-form{padding:22px 18px}.form-heading{margin-bottom:22px}
 .form-heading h3{font-size:17px}.form-heading>span{font-size:9px}
 .form-grid{grid-template-columns:1fr;gap:17px}.inquiry-form label,.inquiry-form legend{font-size:11px}
 input:not([type=radio]),select,textarea{font-size:16px;padding:11px 10px}
 input::placeholder,textarea::placeholder{font-size:11px}
 input[type=date],select{font-size:11px}
 .radio-pills{display:grid;grid-template-columns:1fr 1fr;gap:7px}
 .radio-pills label>span{font-size:10px;padding:9px 7px;text-align:center}
 .event-types{margin:21px 0}
 .message-label{margin-top:19px}
 .form-notice{font-size:9px;padding:9px}
 .form-privacy{font-size:8px;line-height:1.8}
 .footer-top{flex-wrap:wrap;gap:22px;padding-bottom:28px}
 .footer-brand{font-size:34px;letter-spacing:-2px}
 .footer-top>p{order:3;width:100%;font-size:9px;line-height:1.8}
 .footer-top>p span{font-size:11px}
 .back-top{margin-left:auto;font-size:7px;gap:11px}
 .back-top span{width:31px;height:31px;font-size:15px}
 .site-footer{padding:35px 0 24px}
 .footer-bottom{gap:12px;font-size:8px;padding-top:19px;line-height:1.8}
 .footer-bottom>p:first-child{font-size:7px}
 .footer-bottom>p:nth-child(2){font-size:8px;word-break:keep-all}
 dialog{max-height:92svh;width:calc(100% - 24px);border-radius:6px}
 .dialog-close{top:12px;right:12px;width:33px;height:33px;font-size:23px}
 .project-dialog>img{height:235px}
 .dialog-content{padding:25px 22px}
 .dialog-content h2{font-size:25px}
 .project-dialog-description{font-size:13px}
 .project-dl>div{grid-template-columns:64px 1fr;font-size:11px;gap:8px}
 .info-dialog .dialog-content{padding-top:53px}
 .info-dialog .dialog-content>p:not(.eyebrow){font-size:12px}
}
@media(max-width:360px){
 .header-inner{gap:14px}.header-cta{font-size:9px;padding:8px 11px;gap:8px}
 .hero-content{padding-top:68px}.hero h1{font-size:29px;letter-spacing:-1.7px}
 .hero-description{font-size:11px}.hero-eyebrow{font-size:7px;letter-spacing:1.1px}
 .hero-bottom>a{font-size:6px;letter-spacing:.6px}
 .service-card h3{font-size:14px}.service-card>p{font-size:10px}
 .contact-copy h2{font-size:32px}.contact-mark{width:43px;height:43px}
 .step-title{font-size:16px;gap:12px}
}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}
}

/* SPREAD CI: original green wordmark on white, never distorted or recolored. */
:root{--brand:#386d35;--brand-dark:#173b28;--brand-pale:#f2f6f0}
.brand{letter-spacing:normal;font-size:0;line-height:1;flex-shrink:0}
.brand-logo{display:block;width:294px;height:auto;max-width:100%;object-fit:contain}
.header-inner{gap:34px}
.site-header{background:rgba(255,255,255,.97)}
.header-cta{background:var(--brand);flex-shrink:0}
.filter.active{background:var(--brand)}
.hero-shade{background:linear-gradient(rgba(8,14,10,.35),rgba(8,14,10,.35)),linear-gradient(90deg,rgba(8,14,10,.92),rgba(10,22,15,.6) 48%,rgba(10,22,15,.22) 100%),linear-gradient(0deg,rgba(6,12,9,.8),transparent 32%)}
.footer-brand{background:transparent;padding:13px 16px;border-radius:3px}
.footer-brand .brand-logo{width:290px}
.footer-tagline{font-size:9px;letter-spacing:1.15px;line-height:1.9}
.site-footer .footer-tagline span{display:block;margin-top:9px;font-size:12px;letter-spacing:0;color:#c1d4c0}
.site-footer .footer-bottom{color:#b5c9b5}
.footer-info{color:#cbdcca}
.footer-policy{color:#e2ece1}
@media(max-width:1200px){
 .brand-logo{width:258px}.header-inner{gap:26px}
 .desktop-nav{gap:25px}.footer-top{gap:28px}
 .footer-brand .brand-logo{width:248px}
 .footer-tagline{font-size:8px;letter-spacing:.65px}
}
@media(max-width:960px){
 .desktop-nav{display:none}.header-cta{margin-left:auto}
 .menu-button{display:flex;flex-shrink:0;width:25px;flex-direction:column;gap:5px;padding:10px 0;margin-left:0}
 .menu-button>span{height:1.5px;width:24px;background:var(--ink);transition:transform .2s}
 .menu-button[aria-expanded=true]>span:first-child{transform:translateY(3.25px) rotate(45deg)}
 .menu-button[aria-expanded=true]>span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
 .footer-top{flex-wrap:wrap}.footer-tagline{order:3;width:100%}
 .back-top{margin-left:auto}
}
@media(max-width:700px){
 .header-inner{gap:18px}.brand-logo{width:230px}
 .hero-shade{background:linear-gradient(rgba(8,14,10,.35),rgba(8,14,10,.35)),linear-gradient(90deg,rgba(10,22,15,.88),rgba(10,22,15,.5)),linear-gradient(0deg,rgba(6,12,9,.9),transparent 55%)}
 .footer-brand{padding:11px 13px}.footer-brand .brand-logo{width:220px}
 .footer-top{gap:22px}.footer-tagline{font-size:8px;letter-spacing:.6px}
 .site-footer .footer-tagline span{font-size:11px}
 .footer-bottom>p:first-child{white-space:normal}.footer-actions{gap:12px}
}
@media(max-width:520px){
 .header-cta{display:none}.menu-button{margin-left:auto}
}
@media(max-width:360px){
 .brand-logo{width:210px}.footer-brand .brand-logo{width:205px}
}

@media print{
 .site-header,.category-strip,.hero-bottom,.hero-note,.hero-credit,.filters,.work-bottom,.project-arrow,.contact,.back-top,.footer-info{display:none}
 body{background:#ffffff}.hero{height:380px;min-height:380px;margin:0}.hero-content{padding:0}.hero h1{font-size:40px}
 .hero-description{font-size:12px}.hero .button{display:none}
 .section-wrap{width:100%}.work,.services,.about,.process{padding:35px 20px}.section-topline{margin-bottom:15px}
 h2{font-size:28px}.project-grid{gap:20px}.project-card{break-inside:avoid}.project-image-wrap{aspect-ratio:2}
 .service-grid{grid-template-columns:repeat(2,1fr)}.about-main{grid-template-columns:1fr}.process{display:block}
 .process-steps{margin-top:25px}.site-footer{padding:25px 20px}.footer-bottom{display:block}.footer-top{padding-bottom:20px}
}

