/* LiqFrame studio. Explicit surface/foreground pairs keep portfolio previews readable. */
:root {
  --paper:#f6f5ef; --surface:#fff; --ink:#18221c; --muted:#535e54;
  --line:#d6dbd0; --accent:#264d38; --accent-dark:#173523; --lime:#dfff72;
  --radius:12px; --container:min(1320px,calc(100% - 80px));
}
body{background:var(--paper);color:var(--ink)}
::selection{background:var(--lime);color:#18221c}
.topbar{min-height:84px;padding-inline:max(40px,calc((100vw - 1320px)/2));grid-template-columns:1fr auto 1fr;background:#142019f5;color:#fff;border-bottom:1px solid #ffffff24;backdrop-filter:blur(16px)}
.brand{gap:12px;font-size:21px;letter-spacing:-.055em}.brand__mark{width:38px;height:38px;font-size:14px;border-radius:8px;background:var(--lime);color:#17221a}.nav{gap:26px}.nav a{color:#e3e9df;font-size:14px}.nav a:hover{color:var(--lime)}
.button{min-height:54px;padding:16px 23px;border-radius:7px;box-shadow:none;font-size:15px;font-weight:700;letter-spacing:-.01em}
.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:var(--accent-dark);box-shadow:none;transform:translateY(-2px)}
.topbar .button--primary,.hero .button--primary,.buy-bar .button--primary{background:var(--lime);color:#18221c}.topbar .button--primary:hover,.hero .button--primary:hover,.buy-bar .button--primary:hover{background:#e9ffa9;color:#18221c}
.topbar>.button{min-height:44px;padding:13px 18px;font-size:13px}.button--quiet{background:transparent;color:var(--ink);border-color:var(--line)}
.eyebrow{font-size:11px;font-weight:750;line-height:1.6;letter-spacing:.13em;color:#3c5842;text-transform:uppercase}
.hero{position:relative;padding:58px 0 0;overflow:hidden;background:#142019;color:#f7f9f2}
.hero__grid{position:relative;grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);gap:64px;align-items:center}
.hero__copy{position:relative;z-index:2;padding:8px 0 24px}.hero__copy>.eyebrow{color:#dfff72;display:flex;gap:10px;align-items:center;letter-spacing:.1em}.hero__copy>.eyebrow::before{content:'';width:6px;height:6px;border:1px solid #dfff72;flex:0 0 auto;transform:rotate(45deg)}
.hero h1{margin:25px 0 27px;font-size:clamp(58px,6.15vw,88px);font-weight:650;line-height:.99;letter-spacing:-.065em;text-wrap:initial}.hero h1 em{display:block;color:var(--lime);font:inherit;font-style:normal}.hero h1 em span{display:block}
.hero__lead{font-size:18px;line-height:1.7;letter-spacing:0;max-width:505px;color:#d4ddd2}
.hero__actions{display:flex;gap:12px;margin-top:30px}.hero .button--quiet{border-color:#637367;color:#f5f8ef;background:transparent}.hero .button--quiet:hover{background:#25362a;border-color:#a4b39e;transform:translateY(-2px)}
.hero__reassurance{font-size:13px;line-height:1.65;margin:15px 0 0;color:#d5dfd0}.hero__terms{display:block;margin-top:24px;font-size:13px;line-height:1.8;color:#b4c3b2}.hero__terms strong{font-weight:650;color:#f6f9f1}.hero__terms span{display:inline;color:#879681;margin-inline:10px}
.hero-work{position:relative;min-width:0;padding:28px 28px 75px 0}
.hero-work::before{content:'';position:absolute;inset:0 0 18px 38px;border:1px solid #7d947542;border-radius:14px;background:#1e3024;transform:rotate(5deg)}
.hero-work__preview{position:relative;display:block;overflow:hidden;border:1px solid #a8b5a44d;border-radius:10px;background:#f5f1e8;color:#303a2b;text-decoration:none;box-shadow:0 28px 60px #0005;transform:rotate(-2deg);transition:transform .3s ease,box-shadow .3s ease}
.hero-work__preview:hover{transform:rotate(0) translateY(-5px);box-shadow:0 35px 65px #0006}
.hero-work__nav{height:45px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 22px;background:#f6f3eb;color:#303a2b}.hero-work__nav>span{font:16px Georgia,serif;letter-spacing:.24em}.hero-work__nav small{font-size:10px;color:#535b4b}
.hero-work__image{position:relative;aspect-ratio:1.5;overflow:hidden;color:#303a2b}.hero-work__image>img{display:block;width:100%;height:100%;object-fit:cover}.hero-work__image>div{position:absolute;inset:0;display:flex;flex-direction:column;align-items:start;justify-content:center;padding:7%;background:linear-gradient(90deg,#f5efde75,transparent 75%)}.hero-work__image small{font-size:9px;letter-spacing:.07em;max-width:180px}.hero-work__image strong{font:clamp(36px,4.3vw,62px)/.96 Georgia,serif;letter-spacing:-.06em;margin:19px 0 23px;color:#293424}.hero-work__image span{background:#303d29;color:#fff;padding:12px 15px;font-size:10px}
.hero-work__collection{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center;gap:14px;padding:20px 24px;background:#f5f1e8;color:#303a2b}.hero-work__collection>div{display:grid;gap:10px}.hero-work__collection small{font-size:9px;letter-spacing:.06em}.hero-work__collection strong{font:24px/1.1 Georgia,serif;max-width:180px;color:#303a2b}.hero-work__collection img{width:100%;height:108px;object-fit:cover;object-position:center 55%}
.hero-work__detail{position:absolute;z-index:2;right:-12px;bottom:20px;width:195px;border:5px solid #f4f3eb;border-radius:10px;box-shadow:0 18px 50px #0005;background:#173128;color:#fff;text-decoration:none;transform:rotate(5deg);overflow:hidden;transition:transform .3s}
.hero-work__detail:hover{transform:rotate(1deg) translateY(-5px)}.hero-work__detail>img{display:block;width:100%;height:auto;aspect-ratio:1.35;object-fit:cover}.hero-work__detail>div{display:grid;gap:8px;padding:16px}.hero-work__detail small{font-size:9px;font-weight:750;letter-spacing:.08em;color:#dce7d7}.hero-work__detail strong{font-size:23px;line-height:1.02;letter-spacing:-.05em;color:#fff}.hero-work__detail span{font-size:10px;color:#dfff72}
.hero-work__caption{position:relative;display:flex;gap:14px;justify-content:space-between;margin-top:23px;padding-right:185px;color:#bacab5;font-size:11px;line-height:1.6}.hero-work__caption a{color:#f3f7ed;text-underline-offset:4px}.hero-work__caption>span{max-width:170px}.hero-work__caption>a{display:none}
.trust-strip{position:relative;margin-top:42px;padding:29px 0 33px;border-top:1px solid #74876c66;border-bottom:0;border-inline:0;border-radius:0;background:transparent;box-shadow:none;gap:24px}
.trust-strip div{padding:0 24px 0 0;border:0;border-right:1px solid #74876c66;gap:7px}.trust-strip div:last-child{border:0}.trust-strip strong{font-size:15px;font-weight:600;letter-spacing:-.01em;color:#f3f6ed}.trust-strip span{font-size:12px;line-height:1.5;color:#bfccb8}
.section{padding:96px 0}.section-heading{margin-bottom:42px}.section-heading h2{font-size:clamp(38px,4.5vw,60px);line-height:1.04;letter-spacing:-.055em;font-weight:600;max-width:730px}.section-heading h3{font-size:30px;line-height:1.15;letter-spacing:-.035em;margin:14px 0}.section-heading>p,.section-heading--split>p{font-size:16px;line-height:1.75;color:var(--muted)}.section-heading--split{grid-template-columns:1.2fr 1fr;align-items:end;gap:90px;max-width:none}
.sample{background:var(--paper)}.sample>.container>.section-heading:first-child{padding-bottom:35px;border-bottom:1px solid var(--line)}
.full-page-gallery{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:40px 0 30px}.full-page-card{display:block;border:1px solid #d3d9cd;border-radius:12px;overflow:hidden;background:#fff}.full-page-visual{aspect-ratio:1.16;position:relative;border:0;border-radius:0;color:#283626}.full-page-visual>img{object-position:center;width:100%;height:100%;object-fit:cover}.full-page-caption{padding:35px;background:linear-gradient(90deg,#eee8d8bd,transparent 85%)}.full-page-caption>span{font:19px Georgia,serif;letter-spacing:.23em;color:#263923}.full-page-caption strong{font:clamp(48px,4.8vw,69px)/.96 Georgia,serif;letter-spacing:-.05em;color:#263923;margin-top:35px}.full-page-caption small{background:#fff;color:#263322;font-size:10px;padding:13px 16px;letter-spacing:.05em;border-radius:3px}
.full-page-visual--north .full-page-caption{background:linear-gradient(180deg,#0e2823d6 0%,#0e282336 68%,#0e282300);color:white}.full-page-visual--north .full-page-caption>span{font-family:inherit;font-weight:700;color:#fff;letter-spacing:-.025em}.full-page-visual--north .full-page-caption strong{font-family:inherit;font-size:clamp(46px,4.6vw,66px);font-weight:650;letter-spacing:-.06em;color:#fff}.full-page-visual:hover>img{transform:scale(1.04)}
.full-page-info{padding:30px 32px 32px}.full-page-info h3{font-size:27px;font-weight:650;line-height:1.2;letter-spacing:-.04em;margin:13px 0}.full-page-info>p:not(.eyebrow){font-size:15px;line-height:1.7;color:#535e54}.build-details{font-size:13px;line-height:1.7;margin-top:22px;padding-top:20px}.build-details strong{min-width:73px;font-weight:650}.work-links{font-size:13px;gap:20px;margin-top:25px;padding-top:21px;border-top:1px solid var(--line)}.work-links a{color:#264d38;text-underline-offset:4px}.work-links a:hover{color:#142019}.work-links a:first-child{font-weight:800}
.proof-note{display:grid;grid-template-columns:190px 1fr;gap:30px;margin:0 0 76px;padding:24px 28px;border:1px solid #ccd6c6;border-radius:8px;background:#e8eddf;color:#233924}.proof-note strong{font-size:14px;min-width:0}.proof-note p{font-size:13px;line-height:1.7;color:#43523c;margin:0}
.project-switcher{gap:12px;margin:0 0 20px}.project-switcher button{border-radius:8px;min-height:88px;padding:18px 22px;background:#fff;color:#18221c}.project-switcher button.is-selected{background:#182a20;border-color:#182a20;color:#fff}.project-switcher button>span{color:#3b623e}.project-switcher button.is-selected>span{color:#dfff72}.project-switcher strong{font-size:16px}.project-switcher small{font-size:12px;color:#535e54}.project-switcher button.is-selected small{color:#c5d3c0}
.sample-layout{grid-template-columns:minmax(0,1fr) 330px;gap:22px}.sample-viewer{border-radius:10px;background:#e9eee3}.sample-viewer__bar{padding:14px;background:#fff;color:#18221c;flex-wrap:wrap;gap:10px}.sample-tabs{gap:4px;flex-wrap:wrap}.sample-tabs button{font-size:13px;border-radius:5px;color:#535e54;background:transparent}.sample-tabs button[aria-pressed="true"]{background:#182a20;color:#fff}.sample-viewer__status{font-size:10px;letter-spacing:.05em;color:#5a6456}.sample-stage{padding:24px;background:#e9eee3}.sample-stage--cirra{background:#f1e6df}
/* These two cards are dark surfaces, including EVERY inherited text style. */
.proof-card{padding:28px;background:#1d3326;border-color:#1d3326;color:#f7f9f3;box-shadow:none;border-radius:10px}.proof-card--coral{background:#372c26;border-color:#372c26;color:#fff8f1}.proof-card h3{font-size:29px;line-height:1.1;letter-spacing:-.04em;font-weight:600;color:#f7f9f3;margin:24px 0 28px}.proof-card .eyebrow{color:#dfff72;font-size:10px}.proof-card--coral .eyebrow{color:#ffbd9d}.proof-list{border-color:#69795f80}.proof-list li{border-color:#69795f80;padding:19px 0;grid-template-columns:25px 1fr;gap:10px}.proof-card .proof-list li>span{color:#c1d7ad;font-size:11px}.proof-card--coral .proof-list li>span{color:#f1bba0}.proof-card .proof-list strong{color:#f7f9f3;font-size:15px;line-height:1.4}.proof-card .proof-list small{color:#d2ddca;font-size:13px;line-height:1.7}.proof-card--coral .proof-list small{color:#e5d7cb}.proof-card .source-link{color:#f7f9f3;font-size:13px;padding-top:28px;line-height:1.5}.proof-card .source-link:hover{color:#dfff72}.proof-card--coral .source-link:hover{color:#ffbd9d}
.storefront-preview__buy:disabled{background:#dce1d7;color:#465140;opacity:1}
.cirra-design__copy>span,.cirra-store__header small,.cirra-products small,.editor-surface__head small{color:#a43925}.editor-surface[data-theme="ink"] .editor-surface__head small{color:#ffad91}
.pricing{padding:0 0 90px}.pricing__shell{width:var(--container);padding:56px;gap:70px;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);border-radius:14px;background:#dfff72;color:#19291a}
.pricing__copy .eyebrow{color:#354d24}.pricing__copy h2{font-size:52px;font-weight:600;letter-spacing:-.055em;color:#19291a}.pricing__copy>p{font-size:16px;line-height:1.75;color:#304728}.pricing__copy>small{font-size:12px;line-height:1.7;color:#304728}.pricing__copy .button--light{background:#182a20;color:#fff;border-color:#182a20}.pricing__copy .button--light:hover{background:#304a32;color:#fff}.scope-review-link{display:block;margin-top:17px;padding:0;border:0;background:none;font:inherit;font-size:13px;line-height:1.5;text-decoration:underline;text-underline-offset:4px;color:#263f21;cursor:pointer}
.price-breakdown{border:1px solid #728c4880;border-radius:8px;overflow:hidden;background:#f4ffcc}.price-breakdown>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 22px;min-height:0;padding:30px;border-color:#93a87180;background:transparent;color:#19291a}.price-breakdown>div>span{align-self:center;font-size:15px;color:#263f21}.price-breakdown>div>strong{grid-row:1;grid-column:2;font-size:42px;line-height:1;color:#19291a}.price-breakdown>div>small{grid-column:1/-1;font-size:14px;line-height:1.7;color:#3c5030;max-width:none}.price-breakdown>div>small b{color:#1b301d}
.process{background:#142019;color:#f5f8ed}.process .eyebrow{color:#dfff72}.process .section-heading--split>p,.steps p{color:#c4d1be}.steps{border-color:#53634d;border-radius:10px}.steps li{min-height:350px;padding:32px;border-color:#53634d}.steps li>span{display:block;width:auto;height:auto;border:0;border-radius:0;color:#dfff72;font-size:55px;font-weight:400;line-height:1;letter-spacing:-.06em}.steps li>div{margin-top:48px}.steps h3{font-size:23px;line-height:1.2;font-weight:600;letter-spacing:-.035em;color:#f5f8ed}.steps p{font-size:14px;line-height:1.8}
.deliverables{border-radius:10px;background:#fff}.deliverables article{padding:27px 23px;min-height:270px}.deliverables article>span,.safeguard-grid article>span{font-size:12px;color:#3c623e}.deliverables h3{font-size:20px;margin-top:58px;line-height:1.2}.deliverables p{font-size:14px;line-height:1.7;color:#535e54}.scope-definition{gap:65px;padding-top:38px}.scope-definition h3{font-size:22px;font-weight:600}.scope-definition p{font-size:15px;line-height:1.75}.scope-note{border-radius:7px;background:#e8eddf;color:#243724}.scope-note p{font-size:13px;line-height:1.75;color:#465540}
.safeguards{border-top:1px solid var(--line);background:#eeefe6}.safeguard-grid{border-radius:10px}.safeguard-grid article{background:#f7f8f0;padding:28px;min-height:0}.safeguard-grid h3{font-size:22px;line-height:1.2;letter-spacing:-.035em;margin-top:44px}.safeguard-grid p{font-size:14px;line-height:1.75;color:#535e54}
.faq__grid{gap:80px}.faq-list summary{font-size:16px;line-height:1.5;padding-block:24px}.faq-list p{font-size:15px;line-height:1.8;color:#535e54}.final-cta{padding:90px 0;background:#142019;color:#fff}.final-cta .eyebrow{color:#dfff72}.final-cta h2{font-size:clamp(45px,5.5vw,76px);font-weight:600;letter-spacing:-.06em}.final-cta__inner>div:last-child p{font-size:17px;line-height:1.75;color:#c4d1be}.final-cta .button--light{background:#dfff72;color:#18221c}.final-cta .button--light:hover{background:#e9ffa9}
.footer{background:#142019;color:#d3dfcc;border-top:1px solid #526449;padding-block:35px 105px}.footer__inner>div>strong{font-size:26px;letter-spacing:-.05em;color:#fff}.footer__inner>div>span,.footer__inner p{color:#b9c9b2;font-size:12px;line-height:1.7}.footer a{color:#e4efdc}
.buy-bar{border:1px solid #5d7454;border-radius:10px;background:#142019;color:#fff;padding:14px 18px;box-shadow:0 10px 30px #0003}.buy-bar strong{color:#fff;font-size:14px}.buy-bar>div>span{color:#c4d1be;font-size:12px;line-height:1.5}.buy-bar .button{font-size:13px;min-height:46px;padding:13px 18px}
.order-drawer{border-radius:12px 0 0 12px;background:#f6f5ef;color:#18221c}.order-drawer__heading h2{font-weight:600}.order-summary{border-radius:8px;color:#18221c}.order-summary span,.order-summary small{font-size:12px;color:#535e54}
.button:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #57893e;outline-offset:4px}.topbar :focus-visible,.hero :focus-visible,.proof-card :focus-visible,.process :focus-visible,.final-cta :focus-visible,.buy-bar :focus-visible{outline-color:#dfff72}.pricing :focus-visible{outline-color:#264d38}
@media(max-width:1100px){
  .topbar{grid-template-columns:1fr auto}.nav{display:none}.hero__grid{gap:38px}.hero h1{font-size:66px}.hero-work{padding-right:15px}.hero-work__detail{width:155px;right:-5px;bottom:15px}.hero-work__detail strong{font-size:20px}.hero-work__detail>div{padding:13px}.hero-work__image strong{font-size:46px}.hero-work__collection{padding:16px;gap:10px}.hero-work__collection strong{font-size:21px}.hero-work__collection img{height:85px}.hero-work__nav small:nth-child(2){display:none}.hero-work__caption{padding-right:130px}.trust-strip{gap:20px}.trust-strip div{padding-right:12px}.trust-strip strong{font-size:14px}.trust-strip span{font-size:11px}.sample-layout{grid-template-columns:1fr}.proof-card{min-height:0}.proof-list{grid-template-columns:1fr 1fr;column-gap:28px}.proof-card h3{max-width:500px}.proof-card .source-link{max-width:400px}.full-page-info{padding:25px}.full-page-caption{padding:28px}.full-page-caption strong,.full-page-visual--north .full-page-caption strong{font-size:52px}.pricing__shell{gap:40px;padding:40px}.pricing__copy h2{font-size:43px}.price-breakdown>div{padding:23px}.price-breakdown>div>strong{font-size:35px}.section-heading--split{gap:40px}.deliverables{grid-template-columns:repeat(3,1fr)}.deliverables article:last-child{grid-column:auto}.deliverables article{border:0}.steps li{padding:25px}.faq__grid{gap:45px}
}
@media(max-width:800px){
  :root{--container:calc(100% - 40px)}.topbar{min-height:72px;padding-inline:20px}.hero{padding-top:38px}.hero__grid{grid-template-columns:1fr;gap:12px}.hero__copy{padding:0;max-width:640px}.hero h1{font-size:clamp(56px,10.7vw,76px);margin:21px 0 23px}.hero h1 em span{display:inline}.hero h1 em span::before{content:' '}.hero__lead{max-width:550px;font-size:17px}.hero__terms{margin-top:20px}.hero-work{max-width:640px;width:100%;padding:32px 32px 70px 0;margin:24px auto 0}.hero-work__image{aspect-ratio:1.7}.hero-work__image strong{font-size:55px}.hero-work__detail{width:175px;right:0;bottom:10px}.hero-work__collection{padding:20px;gap:16px}.hero-work__collection img{height:100px}.hero-work__collection strong{font-size:24px}.hero-work__caption{padding-right:170px}.trust-strip{grid-template-columns:1fr 1fr;margin-top:25px;gap:24px;padding:25px 0}.trust-strip div{padding:0!important;border:0}.trust-strip strong{font-size:14px}.trust-strip span{font-size:12px}.section{padding:64px 0}.section-heading--split{grid-template-columns:1fr;gap:15px}.section-heading h2{font-size:43px}.section-heading--split>p{margin:0}.full-page-gallery{grid-template-columns:1fr;gap:30px}.full-page-visual{aspect-ratio:1.3}.full-page-caption strong,.full-page-visual--north .full-page-caption strong{font-size:62px}.full-page-info{padding:28px}.proof-note{grid-template-columns:1fr;gap:10px;padding:23px;margin-bottom:55px}.pricing{padding:0 0 64px}.pricing__shell{grid-template-columns:1fr;gap:32px;width:var(--container);padding:35px}.pricing__copy h2{font-size:43px}.steps{grid-template-columns:1fr}.steps li{min-height:0;padding:28px;border-right:0;border-bottom:1px solid #53634d;display:grid;grid-template-columns:50px 1fr;gap:24px}.steps li>span{font-size:44px}.steps li>div{margin:0}.steps li:last-child{border-bottom:0}.deliverables{grid-template-columns:1fr 1fr}.deliverables article{min-height:235px}.deliverables h3{margin-top:36px}.safeguard-grid article{padding:25px}.safeguard-grid h3{margin-top:35px}.final-cta__inner{gap:26px}.final-cta h2{font-size:54px}.faq__grid{grid-template-columns:1fr;gap:25px}.footer__inner{gap:25px}
}
@media(max-width:480px){
  .topbar{min-height:67px}.brand{font-size:18px;gap:8px}.brand__mark{width:32px;height:32px;font-size:12px}.topbar>.button{min-height:40px;font-size:11px;padding:11px 12px}.hero{padding-top:30px}.hero__copy>.eyebrow{font-size:9px;letter-spacing:.075em;gap:8px}.hero h1{font-size:57px;line-height:1.01;letter-spacing:-.065em}.hero h1 em span{display:block}.hero h1 em span::before{content:none}.hero__lead{font-size:16px;line-height:1.7}.hero__actions{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:25px}.hero__actions .button{min-height:51px;padding:14px 15px;font-size:13px;gap:13px}.hero__reassurance{font-size:12px;max-width:320px}.hero__terms{font-size:12px;line-height:1.9}.hero__terms span{margin-inline:6px}.hero-work{margin-top:17px;padding:18px 18px 62px 0}.hero-work::before{inset:0 0 20px 20px;border-radius:10px}.hero-work__nav{height:34px;padding:0 15px}.hero-work__nav>span{font-size:13px}.hero-work__nav small{font-size:9px}.hero-work__image{aspect-ratio:1.25}.hero-work__image strong{font-size:39px;margin:13px 0 16px}.hero-work__image small{font-size:8px;max-width:150px}.hero-work__image span{padding:9px 10px;font-size:8px}.hero-work__collection{padding:14px;gap:9px;grid-template-columns:1.35fr 1fr 1fr}.hero-work__collection small{font-size:7px;line-height:1.5}.hero-work__collection strong{font-size:19px}.hero-work__collection img{height:72px}.hero-work__detail{width:135px;border-width:4px;right:-2px;bottom:7px}.hero-work__detail>div{padding:10px;gap:7px}.hero-work__detail small{font-size:7px}.hero-work__detail strong{font-size:19px}.hero-work__detail span{font-size:8px}.hero-work__caption{font-size:10px;margin-top:21px;padding-right:125px}.trust-strip{gap:23px 20px;margin-top:18px;padding:25px 0}.trust-strip strong{font-size:13px;line-height:1.4}.trust-strip span{font-size:11px}.section{padding:53px 0}.section-heading{margin-bottom:30px}.section-heading h2{font-size:38px}.section-heading>p,.section-heading--split>p{font-size:15px;line-height:1.75}.section-heading h3{font-size:27px}.full-page-gallery{margin-top:28px}.full-page-visual{aspect-ratio:1.02}.full-page-caption{padding:24px}.full-page-caption>span{font-size:16px}.full-page-caption strong,.full-page-visual--north .full-page-caption strong{font-size:49px;margin-top:26px}.full-page-caption small{font-size:9px;padding:11px}.full-page-info{padding:24px 22px}.full-page-info h3{font-size:25px}.full-page-info>p:not(.eyebrow){font-size:14px}.build-details{font-size:12px}.build-details strong{display:block}.work-links{font-size:12px;gap:15px}.proof-note{padding:21px}.project-switcher{grid-template-columns:1fr;gap:9px}.project-switcher button{min-height:74px;padding:15px 18px}.project-switcher strong{font-size:14px}.project-switcher small{font-size:11px}.sample-tabs{display:grid;grid-template-columns:1fr 1fr}.sample-tabs button{font-size:12px}.sample-viewer__status{font-size:9px;padding:0}.sample-viewer__bar{padding:10px}.sample-stage{padding:12px}.proof-card{padding:25px;min-height:0}.proof-card h3{font-size:28px}.proof-list{grid-template-columns:1fr}.proof-card .proof-list small{font-size:13px}.pricing{padding:0 0 53px}.pricing__shell{padding:29px 23px;border-radius:10px}.pricing__copy h2{font-size:39px}.pricing__copy>p{font-size:15px}.price-breakdown>div{padding:21px 18px;gap:12px}.price-breakdown>div>span{font-size:13px}.price-breakdown>div>strong{font-size:33px}.price-breakdown>div>small{font-size:13px}.steps li{grid-template-columns:35px 1fr;gap:18px;padding:25px 21px}.steps li>span{font-size:38px}.steps h3{font-size:21px}.steps p{font-size:13px}.deliverables{grid-template-columns:1fr}.deliverables article{min-height:0;padding:24px}.deliverables h3{margin-top:22px}.deliverables p{font-size:14px}.scope-definition{grid-template-columns:1fr;gap:15px}.scope-note{grid-template-columns:1fr;gap:10px;padding:20px}.safeguard-grid{grid-template-columns:1fr}.safeguard-grid article{min-height:0;padding:25px}.safeguard-grid h3{margin-top:25px}.faq-list summary{font-size:15px}.final-cta{padding:60px 0}.final-cta h2{font-size:47px}.final-cta__inner>div:last-child p{font-size:16px}.footer__inner{grid-template-columns:1fr}.buy-bar{padding:11px 12px;gap:10px}.buy-bar strong{font-size:12px}.buy-bar .button{font-size:12px;padding:12px 14px;min-height:43px}.order-drawer{border-radius:0}
}
@media(prefers-reduced-motion:reduce){.hero-work__preview,.hero-work__detail{transition:none}.hero-work__preview:hover{transform:rotate(-2deg)}.hero-work__detail:hover{transform:rotate(5deg)}}
