@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&family=Noto+Serif+KR:wght@400;500;600;700&display=swap');
:root{--serif:'Noto Serif KR',serif;--sans:'Noto Sans KR',sans-serif;font-family:var(--sans);font-synthesis:none;--ink:#183e44;--paper:#f9f9f5;--accent:#b5cebc;--line:#183e4430}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,summary,select{-webkit-tap-highlight-color:transparent}button,summary,select{cursor:pointer}button{color:inherit}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #5599f5;outline-offset:5px}img{display:block;width:100%;height:100%;object-fit:cover}figure,p,h1,h2,h3{margin:0}figure{min-width:0}button{border:0}button:disabled{cursor:default}h1,h2,h3,p{word-break:keep-all;overflow-wrap:break-word}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link:focus{position:fixed;top:50px;left:15px;padding:12px;background:#fff;z-index:100}.preview-bar{height:44px;background:#fff;color:#323b35;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:0 24px;border-bottom:1px solid #deded8;font-size:12px;position:relative;z-index:20}.preview-bar>span{display:flex;align-items:center;gap:12px}.preview-bar b{font:italic 17px Georgia;color:#678054}.preview-bar i{font-style:normal;color:#7c8379;font-size:11px;border-left:1px solid #ddd;padding-left:12px}.preview-bar>div{display:flex;align-items:center;gap:14px}.preview-bar>div>a{font-size:19px}.preview-bar select{font-size:12px;padding:4px 20px 4px 4px;border:0;background:transparent;color:#25392a;max-width:160px}.site-shell{max-width:2400px;margin:0 auto}.site-header{height:102px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;position:absolute;top:44px;width:100%;max-width:2400px;z-index:10;color:var(--ink);gap:20px}.brand{display:flex;align-items:center;gap:13px;flex-shrink:0;font-size:28px;font-family:var(--serif);letter-spacing:2px;font-weight:600;line-height:1.1}.brand-symbol{font:44px/1 Georgia,serif;border-right:1px solid currentColor;padding-right:13px;letter-spacing:0}.brand small{font:12px var(--sans);letter-spacing:1px;vertical-align:middle;font-weight:400}.brand em{display:block;font:9px/1.8 Georgia,serif;letter-spacing:2.3px;margin-top:5px}.site-header nav{display:flex;gap:33px;font-size:14px;white-space:nowrap}.site-header nav a{position:relative;padding:8px 0}.site-header nav a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width .2s}.site-header nav a:hover:after{width:100%}.header-consult{background:transparent;border:1px solid currentColor;display:flex;gap:28px;padding:13px 20px;font-size:13px}.menu-toggle{display:none}.eyebrow{font-size:11px;letter-spacing:2.2px;font-weight:500;line-height:1.8;margin-bottom:26px}.hero{position:relative;min-height:740px;overflow:hidden}.hero h1{font:500 clamp(42px,4.5vw,76px)/1.5 var(--serif);letter-spacing:-3px}.hero h1 i{font-style:normal;font-weight:400}.hero-copy>p:not(.eyebrow){font-size:16px;line-height:2;margin-top:27px;opacity:.85}.cta{display:inline-flex;justify-content:space-between;align-items:center;gap:38px;background:var(--ink);color:var(--paper);padding:17px 24px;margin-top:32px;min-height:55px;font-size:14px;font-weight:500;transition:transform .2s,filter .2s}.cta span{font-size:21px}.cta:hover{transform:translateY(-3px);filter:brightness(1.1)}.text-link{display:inline-flex;justify-content:space-between;gap:30px;border-bottom:1px solid currentColor;padding:0 0 10px;font-size:14px;background:none;align-items:center}.text-link span{font-size:23px}.hero-foot{position:absolute;left:5.5%;right:5.5%;bottom:35px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;letter-spacing:1px}.hero-foot a{font-size:10px}.section{padding:100px 7%;scroll-margin-top:25px}.section h2{font:500 clamp(27px,3vw,43px)/1.7 var(--serif);letter-spacing:-1.5px}.section h2 em{font-weight:400;font-style:normal}.about{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-bottom:1px solid var(--line)}.about-copy{padding-top:25px}.about-copy>p:first-child{font-size:21px;line-height:1.9;margin-bottom:22px}.about-copy>p:nth-child(2){font-size:16px;line-height:2;opacity:.75;max-width:470px}.about-copy .text-link{margin-top:30px}.section-heading>p:last-child:not(.eyebrow){font-size:14px;opacity:.72;margin-top:15px;line-height:1.8}.practice-list{margin-top:46px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);gap:0 45px}.practice-item{border-bottom:1px solid var(--line);padding:29px 0}.practice-item summary{list-style:none;display:flex;gap:20px;align-items:flex-start}.practice-item summary::-webkit-details-marker{display:none}.practice-number{font:italic 24px Georgia,serif;opacity:.55;width:30px;flex-shrink:0}.practice-item small{font-size:10px;letter-spacing:1.5px;opacity:.65}.practice-item h3{font-size:24px;font-weight:500;margin:12px 0;letter-spacing:-1px}.practice-item summary p{font-size:14px;line-height:1.7;opacity:.7}.plus{font:28px/1 Georgia;margin-left:auto;transition:transform .2s}.practice-item[open] .plus{transform:rotate(45deg)}.practice-detail{margin:22px 0 0 50px;font-size:15px;line-height:1.9;max-width:440px}.practice-detail .text-link{margin-top:18px}.process{background:var(--ink);color:var(--paper)}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:45px;gap:44px}.process-grid article{border-top:1px solid #ffffff40;padding-top:25px}.process-grid article>span{font:italic 26px Georgia;opacity:.65}.process h3{font-size:21px;font-weight:500;margin:28px 0 15px}.process-grid p{font-size:15px;line-height:1.9;opacity:.75;max-width:320px}.contact{display:grid;grid-template-columns:1.6fr 1fr;align-items:center;gap:7%}.contact>div>p:not(.eyebrow){font-size:16px;line-height:1.8;margin-top:15px}.contact-info{border-left:1px solid var(--line);padding:10px 0 10px 17%}.contact-info>span{font-size:11px;letter-spacing:2px;opacity:.7}.contact-info h3{font-size:22px;font-weight:500;margin-top:23px}.contact-info p{font-size:15px!important;line-height:1.9!important}.contact-info small{display:block;font-size:12px;line-height:1.9;opacity:.65;margin-top:15px}.site-footer{padding:45px 5.5% 26px;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap;border-top:1px solid var(--line)}.site-footer>.brand{font-size:22px}.site-footer .brand-symbol{font-size:35px}.site-footer>p{font-size:12px;line-height:1.9;opacity:.65}.site-footer>a:not(.brand){font-size:12px;border-bottom:1px solid;padding-bottom:6px}.site-footer>span{width:100%;font-size:9px;letter-spacing:1.5px;opacity:.6;margin-top:12px}
/* 01 — Ocean: a cinematic open horizon. */
.theme-ocean .site-header{color:#fff}.hero-ocean{color:white;background:linear-gradient(180deg,#0a253750,transparent 38%),linear-gradient(90deg,#0d2c3bdd,#0a253777 65%,#0a253755),url('/assets/coast.jpg') center 60%/cover;min-height:790px;display:flex;align-items:center;padding:140px 9% 115px}.hero-ocean .cta{background:#e9eee7;color:#183e44}.hero-ocean h1 i{color:#d1e4d4}.theme-ocean .about{background:#e9efec}.theme-ocean .practice-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.theme-ocean .practice-item summary{display:block;position:relative}.theme-ocean .practice-number{display:block;margin-bottom:30px}.theme-ocean .practice-item .plus{position:absolute;top:0;right:0}.theme-ocean .practice-detail{margin-left:0}.theme-ocean .practice-item h3{font-size:22px}
/* 02 — Basalt: strong verticality and dark mineral contrast. */
.theme-basalt{--ink:#d7bc8c;--paper:#191c1b;--line:#d7bc8c40}.theme-basalt .site-header{border-bottom:1px solid #d7bc8c30}.hero-basalt{background:linear-gradient(180deg,#111b1777,transparent 40%),linear-gradient(90deg,#111b17f2 15%,#151d1b99 65%,#111b1788),url('/assets/basalt.jpg') 85% center/cover;color:#f4f1e8;padding:175px 8% 160px 15%;min-height:820px}.hero-basalt h1{font-family:var(--sans);font-weight:700;line-height:1.5;letter-spacing:-4px;font-size:clamp(45px,4.8vw,81px)}.hero-basalt h1 span{color:#d7bc8c}.hero-basalt .eyebrow{color:#d7bc8c}.basalt-side{position:absolute;top:220px;left:4%;font-size:10px;letter-spacing:1.2px;line-height:2.2;writing-mode:vertical-rl;transform:rotate(180deg)}.hero-basalt .big-type{position:absolute;right:-6px;bottom:10px;font:180px/1 Georgia;color:#d7bc8c17;pointer-events:none}.theme-basalt .about{border-top:1px solid var(--line)}.theme-basalt .about-copy{color:#e8e8df}.theme-basalt .practice-list{display:block}.theme-basalt .practice-item summary{align-items:center}.theme-basalt .practice-item summary>div{display:grid;grid-template-columns:190px 230px 1fr;gap:20px;align-items:center;width:100%}.theme-basalt .practice-item h3{margin:0;font-size:23px}.theme-basalt .practice-item p{color:#e8e8df}.theme-basalt .process{background:#282c27;color:#e1d3b5}.theme-basalt .section h2{font-family:var(--sans);font-weight:500}.theme-basalt .contact{background:#d7bc8c;color:#242a22}.theme-basalt .contact .cta{background:#20291f;color:#f5f0e5}.theme-basalt .contact-info{border-color:#242a2260}
/* 03 — Minimal: asymmetric whitespace and quiet typography. */
.theme-minimal{--ink:#171d1b;--paper:#fff;--line:#171d1b25}.theme-minimal .site-header{position:relative;top:0;height:118px}.theme-minimal .header-consult{border:0;border-bottom:1px solid;padding:12px 0}.hero-minimal{display:grid;grid-template-columns:1fr 4fr;padding:90px 7% 110px;min-height:630px}.minimal-index{font-size:11px;letter-spacing:2px;line-height:2.3;padding-top:10px}.minimal-index span{display:block;margin:22px 0}.hero-minimal .hero-copy{border-left:1px solid #aaa;padding-left:9%}.hero-minimal h1{font-family:var(--sans);font-size:clamp(53px,6vw,96px);font-weight:400;line-height:1.35;letter-spacing:-6px}.hero-minimal h1 em{font-style:normal;border-bottom:3px solid}.minimal-bottom{margin-top:40px;display:flex;justify-content:space-between;gap:25px;align-items:flex-start}.minimal-bottom p{font-size:15px;line-height:2;color:#68706c}.minimal-bottom .cta{background:transparent;color:var(--ink);padding:0 0 12px;border-bottom:1px solid;margin-top:0}.word-strip{padding:30px 7%;display:flex;justify-content:space-between;border-top:1px solid #222;border-bottom:1px solid #ddd;font-size:14px}.theme-minimal .section-heading{display:grid;grid-template-columns:1fr 4fr}.theme-minimal .section-heading h2{font-family:var(--sans);font-weight:400}.theme-minimal .section-heading>p:last-child{grid-column:2}.theme-minimal .practice-list{grid-template-columns:1fr;margin-left:20%}.theme-minimal .practice-item summary p{display:none}.theme-minimal .practice-item h3{font-size:30px}.theme-minimal .about{background:#f5f6f3}.theme-minimal .section h2{font-family:var(--sans)}.theme-minimal .process{background:#fff;color:#171d1b;border-bottom:1px solid #ddd}.theme-minimal .process-grid article{border-color:#aaa}.theme-minimal .process-grid{margin-left:20%;gap:30px}
/* 04 — Human: intimate editorial rhythm and an arched forest portrait. */
.theme-human{--ink:#5f3f32;--paper:#f4ece1;--line:#5f3f3235;--accent:#c59370}.theme-human .site-header{position:relative;top:0}.hero-human{display:grid;grid-template-columns:1.2fr 1fr;gap:7%;padding:50px 9% 90px;align-items:center;min-height:710px}.hero-human h1{font-size:clamp(38px,4.1vw,66px);letter-spacing:-2px}.hero-human h1 i{color:#9a684e}.hero-human figure{height:530px;position:relative;padding-bottom:34px}.hero-human figure img{border-radius:250px 250px 0 0;filter:sepia(.22) brightness(1.18)}.hero-human figcaption{font:10px Georgia;letter-spacing:2px;text-align:center;margin-top:20px}.hand-note{display:block;margin-top:30px;font:16px var(--serif);color:#866247}.theme-human .cta{border-radius:30px}.theme-human .about{background:#e9dacb}.theme-human .practice-list{gap:24px;border:0}.theme-human .practice-item{border:1px solid var(--line);padding:30px;background:#ffffff44;border-radius:8px}.theme-human .practice-item summary{gap:10px}.theme-human .process{background:#6c493a}.theme-human .contact h2{font-size:36px}
/* 05 — Blue: Swiss typography and a rigorous numbered grid. */
.theme-blue{--ink:#1741d2;--paper:#f9fafe;--line:#1741d230}.theme-blue .site-header{color:white;border-bottom:1px solid #ffffff50}.theme-blue .brand{font-family:var(--sans);font-weight:700}.hero-blue{background:#2046db;color:#fff;padding:160px 7% 0;min-height:790px}.blue-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:2px;line-height:1.8;margin-bottom:35px}.hero-blue h1{font-family:var(--sans);font-weight:800;font-size:clamp(58px,7vw,110px);line-height:1.3;letter-spacing:-6px}.hero-blue h1 span{color:#c4ddff}.blue-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:35px 0 50px}.blue-bottom p{font-size:16px;line-height:1.9}.blue-bottom .cta{margin:0;background:#fff;color:#2046db}.blue-index{border-top:1px solid #ffffff66;display:grid;grid-template-columns:repeat(3,1fr);font-size:13px}.blue-index a{padding:20px 25px;border-right:1px solid #ffffff66}.blue-index a:first-child{padding-left:0}.blue-index a:last-child{border-right:0}.theme-blue .section h2{font-family:var(--sans);font-weight:700}.theme-blue .practice-list{gap:0;border-left:1px solid var(--line)}.theme-blue .practice-item{padding:30px;border-right:1px solid var(--line)}.theme-blue .practice-item h3{font-weight:700}.theme-blue .about{border-top:1px solid var(--line)}.theme-blue .process{background:#e8edff;color:#1741d2}.theme-blue .process-grid article{border-color:#1741d255}.theme-blue .contact{background:#1741d2;color:#fff}.theme-blue .contact .cta{background:#fff;color:#1741d2}.theme-blue .contact-info{border-color:#ffffff55}
/* 06 — Forest: half-page photography and a deep green reading surface. */
.theme-forest{--ink:#183e2c;--paper:#f1f1e8;--line:#183e2c33}.theme-forest .site-header{color:#f1f1e8}.hero-forest{display:grid;grid-template-columns:1.08fr 1fr;background:#183e2c;color:#f1f1e8;padding:0;min-height:820px}.hero-forest .hero-copy{padding:190px 8% 150px 14%;align-self:center}.hero-forest h1{font-size:clamp(34px,3.65vw,58px);letter-spacing:-1.7px}.hero-forest h1 i{color:#c7d4a8}.hero-forest figure{position:relative;height:820px}.hero-forest figure img{object-position:58% center;filter:brightness(.72)}.hero-forest figcaption{position:absolute;bottom:37px;right:25px;writing-mode:vertical-rl;letter-spacing:2px;font-size:10px}.hero-forest .cta{background:#cfdbb8;color:#183e2c}.forest-line{position:absolute;left:7.5%;bottom:35px;font:16px var(--serif)}.theme-forest .about{background:#e3e8d9}.theme-forest .practice-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;border:0}.theme-forest .practice-item{background:#e4e9de;padding:33px;border:0}.theme-forest .practice-number{color:#537247}.theme-forest .process{background:#183e2c}.theme-forest .contact{border-bottom:12px solid #183e2c}
/* 07 — Journal: a publication masthead with three distinct editorial columns. */
.theme-journal{--ink:#2a2b25;--paper:#f4f2e9;--line:#2a2b2540}.theme-journal .site-header{position:relative;top:0;height:84px;border-bottom:1px solid #2a2b2533}.theme-journal .brand{font-size:22px}.theme-journal .brand-symbol{font-size:32px}.theme-journal .header-consult{padding:10px 16px}.hero-journal{min-height:unset;padding:35px 5.5% 70px}.journal-mast{display:flex;align-items:center;justify-content:space-between;border-top:3px solid;border-bottom:1px solid;padding:22px 0;margin-bottom:40px}.journal-mast>span{font:10px Georgia;letter-spacing:1px}.journal-mast strong{font:500 41px var(--serif);letter-spacing:-2px}.journal-columns{display:grid;grid-template-columns:1.2fr 1.05fr .7fr;gap:35px}.journal-lead{padding:15px 0}.hero-journal h1{font-size:clamp(34px,3.2vw,52px);line-height:1.65;letter-spacing:-2px}.journal-lead>p:not(.eyebrow){font-size:15px;line-height:2;margin:25px 0}.journal-columns figure{height:470px;padding-top:14px;padding-bottom:30px}.journal-columns figure img{filter:grayscale(1);object-position:70% center}.journal-columns figcaption{font-size:11px;margin-top:13px}.journal-columns aside{border-left:1px solid var(--line);padding:15px 0 0 25px}.journal-columns aside>a{display:block;border-bottom:1px solid var(--line);padding:22px 0}.journal-columns aside>a span{font-size:9px;letter-spacing:1.5px;opacity:.65}.journal-columns aside h3{font:500 20px/1.8 var(--serif);margin-top:14px}.journal-columns aside .eyebrow{margin-bottom:0}.journal-columns aside .cta{padding:12px 15px;gap:25px;font-size:12px}.theme-journal .section{margin:0 5.5%;padding:65px 0;border-top:1px solid}.theme-journal .section-heading{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px}.theme-journal .section-heading>.eyebrow{width:100%;margin:0}.theme-journal .section h2{font-size:34px}.theme-journal .practice-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;border:0}.theme-journal .practice-item summary{display:block;position:relative}.theme-journal .practice-number{display:block;margin-bottom:24px}.theme-journal .practice-item .plus{position:absolute;right:0;top:0}.theme-journal .practice-item h3{font:500 23px var(--serif)}.theme-journal .practice-detail{margin-left:0}.theme-journal .about{border-bottom:0}.theme-journal .process{background:transparent;color:var(--ink)}.theme-journal .process-grid article{border-color:var(--line)}
/* 08 — Private: centered burgundy, fine borders and measured space. */
.theme-private{--ink:#e6d4ac;--paper:#421c2b;--line:#e6d4ac40}.theme-private .site-header{border-bottom:1px solid var(--line)}.theme-private .brand{font-family:var(--serif)}.hero-private{margin:125px 5.5% 48px;border:1px solid #cbae7555;text-align:center;min-height:650px;padding:42px 35px 0;display:flex;flex-direction:column;align-items:center}.private-monogram{font:70px/1 Georgia;border:1px solid #cbae7580;border-radius:50%;height:95px;width:95px;padding-top:10px;margin-bottom:24px}.hero-private .eyebrow{margin-bottom:18px}.hero-private h1{font-size:clamp(42px,4.3vw,70px);line-height:1.55;font-weight:400}.hero-private>p:not(.eyebrow){font-size:15px;line-height:1.9;margin-top:20px;opacity:.75}.hero-private .cta{margin-top:27px;background:transparent;color:var(--ink);border-bottom:1px solid;padding:10px 0}.private-foot{margin-top:40px;width:100%;padding:26px 0;border-top:1px solid var(--line);display:flex;justify-content:center;gap:80px;font:10px Georgia;letter-spacing:2px}.theme-private .about{display:block;text-align:center;padding-top:65px}.theme-private .about-copy{max-width:550px;margin:auto}.theme-private .about-copy>p:nth-child(2){max-width:100%}.theme-private .about-copy>p:first-child{display:none}.theme-private .practice-list{grid-template-columns:repeat(2,1fr);gap:0 65px}.theme-private .practice-item h3{font-family:var(--serif)}.theme-private .process{background:#e6d4ac;color:#421c2b}.theme-private .process-grid article{border-color:#421c2b55}.theme-private .contact h2{font-size:34px}
/* 09 — Business: dark left field and a high-energy lime service column. */
.theme-business{--ink:#252e28;--paper:#f4f5ed;--line:#252e2833;--accent:#d8f789}.theme-business .site-header{color:#f4f5ed;border-bottom:1px solid #ffffff33}.theme-business .brand{font-family:var(--sans)}.theme-business .header-consult{color:#d8f789}.hero-business{display:grid;grid-template-columns:1.65fr 1fr;padding-top:103px;background:#252e28;color:#f4f5ed;min-height:820px}.business-main{padding:85px 6% 170px 10%;position:relative;overflow:hidden}.hero-business h1{font-family:var(--sans);font-weight:700;line-height:1.5;font-size:clamp(38px,4.4vw,71px);letter-spacing:-3px;position:relative;z-index:1}.hero-business h1 span{color:#d8f789}.business-main>p:not(.eyebrow){font-size:16px;line-height:1.9;margin-top:25px}.business-main .cta{background:#d8f789;color:#252e28}.business-word{font:bold 170px/1 Arial;position:absolute;bottom:-27px;left:8%;color:#d8f78914;letter-spacing:-6px}.business-panel{background:#d8f789;color:#252e28;padding:42px 13% 20px}.panel-label{display:block;font-size:11px;letter-spacing:2px;line-height:1.9;margin-bottom:25px}.business-panel>a{display:block;border-top:1px solid #252e2844;padding:25px 0;position:relative}.business-panel>a small{font-size:10px;letter-spacing:1.5px}.business-panel h3{font-size:29px;font-weight:500;line-height:1.5;letter-spacing:-1px;margin-top:10px}.business-panel>a>span{position:absolute;right:0;bottom:27px;font-size:28px}.theme-business .section h2{font-family:var(--sans);font-weight:600}.theme-business .practice-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.theme-business .practice-item summary{display:block;position:relative}.theme-business .practice-number{display:block;margin-bottom:28px}.theme-business .practice-item .plus{position:absolute;right:0;top:0}.theme-business .practice-item h3{font-size:22px}.theme-business .practice-detail{margin-left:0}.theme-business .about{background:#e6ebdc}.theme-business .process{background:#252e28;color:#d8f789}.theme-business .contact .cta{background:#252e28;color:#d8f789}
/* 10 — Structure: architectural spacing, rules and material photography. */
.theme-structure{--ink:#353b36;--paper:#e5e4db;--line:#353b3650}.theme-structure .site-header{position:relative;top:0;border-bottom:1px solid var(--line)}.theme-structure .brand-symbol{font-family:var(--sans);font-weight:300}.hero-structure{padding:0 5.5%;min-height:680px}.structure-top{padding:25px 0;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.8px}.structure-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:.25fr 1.75fr 1fr;min-height:520px}.structure-label{padding:25px 10px 0 0;font:50px Georgia;border-right:1px solid var(--line)}.structure-label span{display:block;font:9px/2 var(--sans);letter-spacing:1px;margin-top:25px;writing-mode:vertical-rl}.structure-grid .hero-copy{padding:65px 7%}.hero-structure h1{font-family:var(--sans);font-size:clamp(35px,3.5vw,56px);font-weight:300;line-height:1.65;letter-spacing:-2px}.hero-structure h1 i{font-weight:500}.structure-grid .hero-copy>p:not(.eyebrow){font-size:14px}.structure-photo{padding:25px 0 25px 25px;border-left:1px solid var(--line)}.structure-photo img{filter:grayscale(1);object-position:66% center}.structure-foot{display:flex;justify-content:space-between;padding:25px 0;font-size:10px;letter-spacing:1.5px}.theme-structure .section h2{font-family:var(--sans);font-weight:400}.theme-structure .section{border-top:1px solid var(--line)}.theme-structure .practice-list{gap:0;border-left:1px solid var(--line)}.theme-structure .practice-item{padding:30px;border-right:1px solid var(--line)}.theme-structure .about{background:#cbcfc4}.theme-structure .process-grid{gap:0;border:1px solid #ffffff44}.theme-structure .process-grid article{border:0;border-right:1px solid #ffffff44;padding:30px}.theme-structure .process-grid article:last-child{border-right:0}
/* 11 — Friendly: useful choices, rounded cards and orange warmth. */
.theme-friendly{--ink:#263c31;--paper:#fff8ed;--line:#263c3129;--accent:#fa693f}.theme-friendly .site-header{position:relative;top:0}.theme-friendly .brand{font-family:var(--sans);font-weight:700}.theme-friendly .header-consult{border-radius:30px;background:#263c31;color:#fff8ed;border:0}.hero-friendly{padding:20px 4.5% 55px;display:grid;grid-template-columns:1.6fr 1fr;gap:24px;min-height:690px}.friendly-main{padding:65px 9%;background:#f66b44;border-radius:30px;color:#192d23;position:relative;overflow:hidden}.hero-friendly h1{font-family:var(--sans);font-size:clamp(35px,4.1vw,65px);line-height:1.55;font-weight:800;letter-spacing:-3px}.friendly-main>p:not(.eyebrow){font-size:15px;line-height:1.9;margin-top:20px}.friendly-main .cta{border-radius:35px;margin-top:30px}.friendly-sign{opacity:1!important;position:absolute;right:35px;bottom:32px;font:15px/1.7 var(--serif);transform:rotate(-7deg);opacity:.85}.friendly-topics{border-radius:30px;background:#e8eddf;padding:42px 8% 20px}.friendly-topics>h2{font-size:24px;font-weight:600;letter-spacing:-1px;margin-bottom:35px}.friendly-topics>a{background:#fffef8;border-radius:15px;display:flex;justify-content:space-between;gap:12px;padding:25px 17px;font-size:14px;margin-bottom:12px}.friendly-topics>a>b{font-size:11px;font-weight:500;white-space:nowrap;color:#f2653f}.friendly-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:40px}.friendly-bottom>span{font-size:14px;line-height:1.8}.friendly-bottom>b{font:72px Georgia;color:#74886b}.theme-friendly .section h2{font-family:var(--sans);font-weight:600}.theme-friendly .practice-list{border:0;gap:20px}.theme-friendly .practice-item{background:#f0eadf;border-radius:20px;border:0;padding:30px}.theme-friendly .practice-item h3{font-weight:600}.theme-friendly .practice-number{color:#f2653f;opacity:1}.theme-friendly .about{margin:0 4.5%;border-radius:28px;background:#e8eddf;padding:65px 5%;border:0}.theme-friendly .process{background:transparent;color:var(--ink)}.theme-friendly .process-grid{gap:20px}.theme-friendly .process-grid article{background:#fff;border-radius:20px;border:1px solid var(--line);padding:30px}.theme-friendly .process-grid article>span{color:#f2653f;opacity:1}.theme-friendly .contact{background:#263c31;color:#fff8ed}.theme-friendly .contact .cta{border-radius:30px;background:#f66b44;color:#fff8ed}.theme-friendly .contact-info{border-color:#fff8ed44}
/* 12 — Horizon: immersive panorama with oversized brand typography. */
.theme-horizon{--ink:#254450;--paper:#f4f5f0;--line:#25445030}.theme-horizon .site-header{color:#fff}.hero-horizon{background:linear-gradient(180deg,#102e4699,#15354780 45%,#163545aa),url('/assets/coast.jpg') center 60%/cover;color:#fff;text-align:center;padding:165px 7% 40px;min-height:900px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.horizon-top{width:100%}.hero-horizon h1{font-weight:400;font-size:clamp(43px,4.6vw,72px);line-height:1.6;letter-spacing:-2px}.horizon-top>p:not(.eyebrow){font-size:15px;line-height:1.9;margin-top:25px}.horizon-name{font:clamp(80px,17.5vw,280px)/1 Georgia;letter-spacing:.03em;color:#ffffffc2;margin-top:45px;white-space:nowrap;width:100%;text-align:center}.horizon-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;border-top:1px solid #ffffff66;padding-top:25px;margin-top:25px}.horizon-bottom>span{font-size:13px}.horizon-bottom>a{font-size:10px;letter-spacing:1.5px}.horizon-bottom .cta{margin:0;background:transparent;color:#fff;border:1px solid #ffffff88;padding:12px 22px}.theme-horizon .about{text-align:center;display:block;padding:110px 7%}.theme-horizon .about-copy{max-width:530px;margin:auto}.theme-horizon .about-copy>p:first-child{display:none}.theme-horizon .about-copy>p:nth-child(2){max-width:100%}.theme-horizon .practice{background:#e5ebea}.theme-horizon .practice-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.theme-horizon .practice-item summary{display:block;position:relative}.theme-horizon .practice-number{display:block;margin-bottom:28px}.theme-horizon .practice-item .plus{position:absolute;top:0;right:0}.theme-horizon .practice-item h3{font-size:22px}.theme-horizon .practice-detail{margin-left:0}
/* Shared consultation preview. No personal data is collected. */
dialog{padding:30px;max-width:520px;width:calc(100% - 32px);border:0;background:#f9faf6;color:#23372b;box-shadow:0 20px 100px #0004;border-radius:8px}dialog::backdrop{background:#102319aa;backdrop-filter:blur(4px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:10px;letter-spacing:1.5px}.close-dialog{font:32px/1 Arial;background:none;width:35px;height:35px}dialog h2{font-size:26px;font-weight:500;margin-bottom:16px}dialog>p{font-size:14px;line-height:1.8;color:#677064}dialog form label{display:block;font-size:14px;margin-top:22px;margin-bottom:9px}dialog select{width:100%;padding:13px;background:#fff;border:1px solid #ccd2c6;border-radius:3px;color:#243a2a;font-size:16px}.demo-notice{font-size:12px;line-height:1.8;color:#63755c;background:#e9eee2;padding:15px;margin-top:24px}dialog .cta{background:#243a2a;color:#fff;width:100%;margin-top:22px}.dialog-top+ h2{color:#23372b}#demo-result p{font-size:15px;line-height:1.9;margin-top:15px}[hidden]{display:none!important}
@media(min-width:1800px){.hero{min-height:880px}.hero-forest figure{height:880px}.hero-copy>p:not(.eyebrow){font-size:18px}.hero-ocean{min-height:900px}}
@media(max-width:1100px){.site-header{padding-left:4%;padding-right:4%}.site-header nav{gap:22px}.brand{font-size:23px}.brand-symbol{font-size:36px}.header-consult{gap:16px;padding:12px 15px}.hero h1{letter-spacing:-2px}.hero-ocean{padding-left:7%;min-height:730px}.section{padding:75px 6%}.theme-ocean .practice-list,.theme-journal .practice-list,.theme-business .practice-list,.theme-horizon .practice-list{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-basalt .practice-item summary>div{grid-template-columns:145px 190px 1fr;gap:12px}.hero-human{padding:45px 6% 70px;gap:5%;min-height:630px}.hero-human figure{height:450px}.hero-forest h1{font-size:39px}.hero-forest .hero-copy{padding-left:11%;padding-right:5%}.hero-forest,.hero-forest figure{min-height:740px;height:740px}.hero-journal h1{font-size:35px}.journal-columns{gap:24px;grid-template-columns:1fr 1fr .6fr}.journal-columns aside{padding-left:20px}.journal-columns aside h3{font-size:18px}.journal-columns aside .cta{gap:10px;padding:12px 10px}.journal-mast strong{font-size:35px}.journal-columns figure{height:450px}.business-main{padding-left:8%;padding-right:4%}.hero-business h1{font-size:43px}.business-panel{padding-left:10%;padding-right:10%}.hero-structure h1{font-size:35px}.structure-grid{grid-template-columns:.2fr 1.8fr .8fr}.structure-grid .hero-copy{padding-left:6%;padding-right:5%}.hero-friendly h1{font-size:41px}.friendly-main{padding:55px 7%}.friendly-topics{padding:35px 7%}.friendly-topics>h2{font-size:22px}.friendly-topics>a{padding:23px 13px;font-size:13px}.contact h2{font-size:32px}.contact-info{padding-left:12%}.site-footer>p{max-width:370px}.hero-minimal h1{font-size:70px;letter-spacing:-4px}.minimal-bottom{display:block}.minimal-bottom .cta{margin-top:28px}.hero-blue h1{font-size:83px;letter-spacing:-4px}}
@media(max-width:800px){.preview-bar{padding:0 14px;gap:10px}.preview-bar i{display:none}.preview-bar>span{gap:6px}.site-header{height:85px}.site-header nav{display:none}.site-header .header-consult{margin-left:auto;font-size:12px}.menu-toggle{display:block;background:transparent;font-size:13px;padding:10px 0 10px 10px;white-space:nowrap}.site-header.menu-open nav{display:flex;position:absolute;left:0;right:0;top:100%;background:var(--paper);color:var(--ink);padding:20px 6%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;font-size:13px;gap:15px}.hero{min-height:650px}.hero h1{font-size:43px;line-height:1.5}.hero .eyebrow{font-size:10px}.hero-copy>p:not(.eyebrow){font-size:15px}.hero-foot>span:last-child{display:none}.section h2{font-size:30px}.about{gap:6%}.about-copy>p:first-child{font-size:18px}.about-copy>p:nth-child(2){font-size:15px}.process-grid{gap:25px}.process h3{font-size:19px}.process-grid p{font-size:14px}.contact{gap:6%}.contact-info{padding-left:10%}.hero-basalt{padding:175px 7% 145px 13%}.basalt-side{left:4%;font-size:8px}.hero-basalt .big-type{font-size:125px}.hero-basalt h1{font-size:44px}.theme-basalt .practice-item summary>div{grid-template-columns:170px 1fr}.theme-basalt .practice-item summary small{display:none}.theme-basalt .practice-item h3{font-size:22px}.hero-human{min-height:580px}.hero-human h1{font-size:33px}.hero-human figure{height:380px}.hero-human .hero-copy>p:not(.eyebrow){font-size:14px}.hero-human .cta{font-size:12px;gap:20px;padding:14px 20px}.hand-note{font-size:14px}.hero-forest{grid-template-columns:1.15fr 1fr}.hero-forest,.hero-forest figure{height:690px;min-height:690px}.hero-forest .hero-copy{padding-top:150px}.hero-forest h1{font-size:33px}.hero-forest .hero-copy>p:not(.eyebrow){font-size:14px}.hero-forest .cta{gap:18px;padding:14px 18px;font-size:12px}.journal-mast strong{font-size:29px}.journal-mast>span{font-size:8px;max-width:100px}.journal-columns{grid-template-columns:1.2fr 1fr}.journal-columns aside{display:none}.hero-journal{min-height:unset}.hero-journal h1{font-size:39px}.hero-journal figure{height:420px}.theme-private .site-header{height:90px}.hero-private{min-height:635px;margin-top:115px}.hero-private h1{font-size:42px}.private-foot{gap:50px}.hero-business{grid-template-columns:1.5fr 1fr;padding-top:86px;min-height:690px}.business-main{padding-top:65px}.hero-business h1{font-size:34px}.business-main>p:not(.eyebrow){font-size:14px}.business-panel h3{font-size:26px}.business-panel{padding-top:35px}.hero-structure{min-height:600px}.structure-grid{grid-template-columns:.2fr 2fr}.structure-photo{display:none}.hero-structure h1{font-size:41px}.hero-friendly{grid-template-columns:1.4fr 1fr;min-height:620px;gap:16px}.hero-friendly h1{font-size:33px}.friendly-main{padding:43px 7% 105px}.friendly-main>p:not(.eyebrow){font-size:14px}.friendly-topics>h2{font-size:20px}.friendly-topics>a{display:block;font-size:14px;line-height:1.8;padding:16px}.friendly-topics>a>b{display:block;margin-top:6px}.friendly-bottom{margin-top:25px}.friendly-bottom>span{font-size:12px}.friendly-bottom>b{display:none}.friendly-sign{font-size:13px}.friendly-main .cta{font-size:13px;gap:20px;padding:14px 20px}.hero-horizon{min-height:790px}.horizon-name{font-size:16vw}.horizon-bottom>span{font-size:11px}.horizon-bottom .cta{font-size:12px;gap:16px}.hero-minimal{padding:55px 6% 75px;min-height:580px}.hero-minimal h1{font-size:61px;letter-spacing:-3px}.theme-minimal .section-heading{display:block}.theme-minimal .practice-list,.theme-minimal .process-grid{margin-left:0}.hero-blue{min-height:720px;padding-top:140px}.hero-blue h1{font-size:68px;letter-spacing:-3px}.blue-bottom{margin-bottom:40px}.contact .cta{font-size:13px}}
@media(max-width:580px){html{scroll-padding-top:30px}.preview-bar{height:42px;padding:0 12px;font-size:11px}.preview-bar>span{display:none}.preview-bar select{font-size:11px;max-width:153px}.preview-bar>div{gap:12px}.site-header{top:42px;height:82px;gap:8px;padding:0 6%}.brand{gap:8px;font-size:23px;letter-spacing:1px}.brand-symbol{font-size:33px;padding-right:8px}.brand small{font-size:10px}.brand em{font-size:7px;letter-spacing:1.6px;margin-top:5px}.site-header .header-consult{display:none}.menu-toggle{margin-left:auto}.site-header.menu-open nav{gap:13px;font-size:12px;flex-wrap:wrap}.hero{min-height:630px}.hero h1{font-size:clamp(30px,8.7vw,47px);letter-spacing:-1.8px;line-height:1.6}.eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:22px}.hero .eyebrow{font-size:9px;letter-spacing:1.6px}.hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.9;margin-top:23px}.cta{font-size:13px;padding:14px 20px;gap:25px;min-height:52px;margin-top:27px}.hero-foot{left:7%;right:7%;bottom:28px;font-size:10px;gap:10px;letter-spacing:.5px}.hero-foot a{font-size:8px}.hero-ocean{padding:150px 7% 125px;background-position:60% center;min-height:710px}.section{padding:62px 7%}.section h2{font-size:27px;line-height:1.7;letter-spacing:-1px}.section-heading>p:last-child:not(.eyebrow){font-size:13px}.about{grid-template-columns:1fr;gap:25px}.about-copy{padding-top:0}.about-copy>p:first-child{font-size:18px}.about-copy>p:nth-child(2){font-size:15px}.practice-list{grid-template-columns:1fr!important;gap:0!important;margin-top:30px}.practice-item{padding:26px 0}.practice-item summary{gap:15px}.practice-item h3{font-size:23px}.practice-item small{font-size:9px}.practice-item summary p{font-size:14px}.practice-number{font-size:23px}.practice-detail{margin-left:45px}.practice-detail p{font-size:14px}.theme-ocean .practice-item summary,.theme-journal .practice-item summary,.theme-business .practice-item summary,.theme-horizon .practice-item summary{display:flex;gap:18px}.theme-ocean .practice-item .plus,.theme-journal .practice-item .plus,.theme-business .practice-item .plus,.theme-horizon .practice-item .plus{position:static}.theme-ocean .practice-number,.theme-journal .practice-number,.theme-business .practice-number,.theme-horizon .practice-number{margin-bottom:0}.process-grid{grid-template-columns:1fr;gap:28px;margin-top:30px}.process-grid article{padding-top:23px;display:grid;grid-template-columns:35px 1fr;gap:5px 18px}.process-grid article>span{font-size:24px;grid-row:1/3}.process h3{font-size:20px;margin:0 0 7px}.process-grid p{grid-column:2;font-size:15px;max-width:100%}.contact{grid-template-columns:1fr;gap:38px}.contact h2{font-size:29px!important}.contact-info{border-left:0;border-top:1px solid var(--line);padding:27px 0 0}.contact-info h3{font-size:20px;margin-top:15px}.contact-info small{font-size:12px}.contact>div>p:not(.eyebrow){font-size:14px}.site-footer{padding:33px 7% 24px;display:block}.site-footer>.brand{font-size:22px}.site-footer>p{margin:24px 0;max-width:100%;font-size:11px}.site-footer>a:not(.brand){display:inline-block;font-size:12px;margin-bottom:24px}.site-footer>span{display:block;font-size:8px;line-height:1.8}.hero-basalt{padding:160px 7% 150px;min-height:720px;background-position:65% center}.basalt-side{display:none}.hero-basalt h1{font-size:clamp(30px,8vw,43px);letter-spacing:-2px}.hero-basalt .big-type{font-size:105px;bottom:40px}.hero-basalt .hero-foot{bottom:30px}.theme-basalt .practice-item summary{align-items:flex-start}.theme-basalt .practice-item summary>div{display:block}.theme-basalt .practice-item h3{margin-bottom:12px;font-size:23px}.theme-basalt .practice-item summary small{display:block;margin-bottom:12px}.theme-minimal .site-header{height:93px}.hero-minimal{display:block;padding:35px 7% 60px;min-height:580px}.minimal-index{display:none}.hero-minimal .hero-copy{padding-left:7%}.hero-minimal h1{font-size:clamp(44px,12vw,63px);letter-spacing:-3px;line-height:1.45}.minimal-bottom{margin-top:30px}.minimal-bottom p{font-size:14px}.minimal-bottom .cta{margin-top:26px}.word-strip{padding:23px 7%;font-size:12px}.theme-minimal .section-heading{display:block}.theme-minimal .practice-item h3{font-size:26px}.theme-minimal .section-heading .eyebrow{margin-bottom:20px}.theme-minimal .process-grid{gap:30px}.hero-human{display:flex;flex-direction:column;align-items:stretch;padding:40px 7% 50px;gap:40px;min-height:0}.hero-human .hero-copy{padding-top:10px}.hero-human h1{font-size:clamp(31px,8.7vw,46px)}.hero-human figure{height:430px;width:80%;align-self:center}.hand-note{font-size:14px;margin-top:25px}.theme-human .practice-list{gap:16px!important}.theme-human .practice-item{padding:24px}.theme-human .practice-detail{margin-left:0}.hero-blue{min-height:670px;padding:127px 7% 0}.blue-top{font-size:9px;letter-spacing:1.1px;margin-bottom:30px}.hero-blue h1{font-size:clamp(42px,11vw,61px);letter-spacing:-2.5px;line-height:1.5}.blue-bottom{display:block;margin-top:27px}.blue-bottom p{font-size:14px}.blue-bottom .cta{margin-top:25px}.blue-index a{padding:19px 8px;font-size:10px}.theme-blue .practice-item{padding:28px 20px}.theme-blue .practice-detail{margin-left:0}.hero-forest{display:flex;flex-direction:column;min-height:0;height:auto}.hero-forest .hero-copy{padding:146px 8% 55px}.hero-forest h1{font-size:clamp(32px,8.5vw,44px)}.hero-forest figure{height:430px;min-height:0;margin:0 7% 60px}.hero-forest figcaption{bottom:20px;right:18px;font-size:8px}.forest-line{font-size:13px;left:8%;bottom:24px}.theme-forest .practice-list{gap:16px!important}.theme-forest .practice-item{padding:26px 20px}.theme-forest .practice-detail{margin-left:0}.theme-journal .site-header{height:82px}.hero-journal{min-height:0;padding:26px 6% 40px}.journal-mast{padding:16px 0;margin-bottom:26px}.journal-mast strong{font-size:27px}.journal-mast>span{font-size:7px;max-width:50px;line-height:1.8}.journal-mast>span:last-child{display:none}.journal-columns{display:block}.hero-journal h1{font-size:39px}.journal-lead{padding:0}.journal-lead>p:not(.eyebrow){font-size:14px}.journal-columns figure{height:330px;padding-top:30px}.journal-columns aside{display:block;border:0;border-top:1px solid var(--line);margin-top:28px;padding:25px 0 0}.journal-columns aside>a{display:inline-block;width:49%;vertical-align:top}.journal-columns aside h3{font-size:20px}.journal-columns aside .cta{font-size:13px;gap:35px}.theme-journal .section{margin:0 6%;padding:45px 0}.theme-journal .section h2{font-size:28px}.theme-journal .section-heading{display:block}.theme-journal .section-heading>.eyebrow{margin-bottom:18px}.theme-journal .practice-item h3{font-size:22px}.hero-private{margin:105px 5% 38px;padding:33px 6% 0;min-height:620px}.private-monogram{width:78px;height:78px;font-size:56px;padding-top:8px}.hero-private h1{font-size:clamp(29px,8vw,40px);letter-spacing:-1px}.hero-private>p:not(.eyebrow){font-size:13px}.private-foot{gap:19px;font-size:8px;letter-spacing:1px;padding:23px 0;margin-top:33px}.theme-private .about{padding-top:45px}.theme-private .about-copy{padding-top:25px}.hero-business{display:block;padding-top:82px;min-height:0}.business-main{padding:55px 7% 125px}.hero-business h1{font-size:clamp(34px,9vw,48px);letter-spacing:-2px}.business-word{font-size:130px;bottom:-15px;left:6%}.business-panel{padding:32px 7%;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.panel-label{grid-column:1/-1;font-size:10px;line-height:1.6;margin-bottom:0}.business-panel>a{padding:22px 0 30px}.business-panel h3{font-size:22px}.business-panel>a>span{font-size:20px;bottom:1px;right:6px}.business-panel>a small{font-size:8px;letter-spacing:1px}.hero-structure{min-height:0;padding:0 6%}.structure-top{font-size:8px;letter-spacing:1px;padding:22px 0}.structure-grid{display:block;min-height:0}.structure-label{font-size:30px;border:0;padding-top:23px;display:flex;align-items:center;justify-content:space-between}.structure-label span{writing-mode:initial;font-size:8px;margin:0;line-height:1.7}.structure-grid .hero-copy{padding:30px 0 35px}.hero-structure h1{font-size:clamp(30px,8.1vw,43px);line-height:1.7;letter-spacing:-1.5px}.structure-photo{display:block;height:270px;padding:0 0 24px;border:0}.structure-photo img{object-position:center 57%}.structure-foot{font-size:8px;letter-spacing:.4px;gap:10px}.theme-structure .practice-item{padding:27px 18px}.theme-structure .practice-detail{margin-left:0}.theme-structure .process-grid article{padding:25px;border:0;border-bottom:1px solid #fff4}.theme-structure .process-grid article:last-child{border-bottom:0}.hero-friendly{display:flex;flex-direction:column;padding:14px 5% 35px;gap:17px;min-height:0}.friendly-main{padding:37px 7% 112px;border-radius:24px}.hero-friendly h1{font-size:clamp(30px,8.4vw,43px);letter-spacing:-1.5px}.friendly-main .eyebrow{font-size:10px}.friendly-main>p:not(.eyebrow){font-size:14px}.friendly-sign{right:25px;bottom:25px;font-size:13px}.friendly-topics{padding:30px 7%;border-radius:24px}.friendly-topics>h2{font-size:24px;margin-bottom:23px}.friendly-topics>a{display:flex;padding:21px 17px;font-size:14px;gap:10px}.friendly-topics>a>b{margin:0;font-size:11px}.friendly-bottom{margin-top:27px;align-items:center}.friendly-bottom>span{font-size:14px}.friendly-bottom>b{display:block;font-size:55px}.theme-friendly .practice-list{gap:15px!important}.theme-friendly .practice-item{padding:25px 20px}.theme-friendly .practice-detail{margin-left:0}.theme-friendly .about{padding:42px 7%;margin:0 5%;border-radius:22px}.theme-friendly .process-grid article{padding:25px}.hero-horizon{min-height:755px;padding:155px 6% 30px;background-position:62% center}.hero-horizon h1{font-size:clamp(31px,8.5vw,43px);letter-spacing:-1px}.horizon-top>p:not(.eyebrow){font-size:14px;margin-top:22px}.horizon-name{font-size:17vw;letter-spacing:0;margin-top:55px}.horizon-bottom{flex-wrap:wrap;gap:20px;margin-top:20px;padding-top:25px}.horizon-bottom>span{width:100%;font-size:12px}.horizon-bottom .cta{font-size:12px;padding:11px 18px}.theme-horizon .about{padding:65px 7%}.theme-horizon .about-copy{padding-top:25px}dialog{padding:24px}dialog h2{font-size:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
