
:root{
  --cream:#f8f2e8;
  --cream-2:#f1e7dc;
  --paper:#fffaf3;
  --brown:#38241a;
  --brown-2:#5f473a;
  --rose:#c9828c;
  --rose-dark:#b86f7a;
  --line:rgba(56,36,26,.18);
  --line-strong:rgba(56,36,26,.34);
  --max:1180px;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--brown);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
button,input,textarea,select{font:inherit}
::selection{background:var(--rose);color:#fff}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:16px;top:16px;background:var(--paper);padding:10px 14px;z-index:999}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.container.narrow{max-width:860px}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(248,242,232,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px);
}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:block;width:154px}
.brand img{width:100%;height:auto}
.site-nav{display:flex;align-items:center;gap:25px;font-size:.92rem}
.site-nav>a:not(.button){text-decoration:none;padding:8px 0;border-bottom:1px solid transparent}
.site-nav>a.active,.site-nav>a:not(.button):hover{border-bottom-color:var(--rose)}
.menu-button{display:none;border:1px solid var(--line-strong);background:transparent;color:var(--brown);padding:9px 12px;border-radius:999px}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;border:1px solid var(--brown);
  background:var(--brown);color:var(--cream);
  padding:13px 19px;border-radius:999px;
  font-weight:700;letter-spacing:-.01em;
  transition:transform .18s ease,background .18s ease,color .18s ease;
}
.button:hover{transform:translateY(-2px);background:var(--rose-dark);border-color:var(--rose-dark)}
.button-small{padding:9px 14px;font-size:.88rem}
.button-outline{background:transparent;color:var(--brown)}
.text-link{font-weight:700;text-decoration:none;border-bottom:1px solid var(--line-strong);padding-bottom:3px}
.text-link:hover{border-color:var(--rose);color:var(--rose-dark)}
.button-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.eyebrow{
  display:block;
  font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--rose-dark);
}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.06;letter-spacing:-.045em}
h1{font-size:clamp(3rem,7vw,6.7rem);margin-bottom:24px;font-weight:760}
h2{font-size:clamp(2rem,4vw,3.7rem);margin-bottom:18px}
h3{font-size:1.35rem}
em{font-style:normal;color:var(--rose-dark)}
p{color:var(--brown-2);font-size:1.03rem}
.lead{font-size:clamp(1.15rem,2vw,1.4rem);max-width:620px}
.hero{padding:76px 0 88px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}
.hero-copy .eyebrow{margin-bottom:20px}
.browser-art{
  border:1px solid var(--line-strong);
  border-radius:18px;overflow:hidden;background:var(--paper);
  transform:rotate(1.2deg);
  box-shadow:12px 14px 0 var(--cream-2);
}
.browser-tabs{height:50px;border-bottom:1px solid var(--line);display:flex;align-items:end;padding:0 18px;gap:8px;background:#f3eadf}
.tab{font-size:.78rem;padding:10px 14px 9px;border:1px solid var(--line);border-bottom:0;border-radius:10px 10px 0 0;color:var(--brown-2)}
.active-tab{background:var(--paper);color:var(--brown)}
.browser-window{min-height:360px;padding:56px 42px;display:flex;flex-direction:column;justify-content:center}
.mini-logo{font-size:1.1rem;font-weight:800;color:var(--rose-dark)}
.browser-window p{font-size:2rem;line-height:1.1;letter-spacing:-.04em;color:var(--brown);margin:22px 0}
.cursor-line{height:2px;background:var(--rose);width:86px}
.section{padding:92px 0;border-bottom:1px solid var(--line)}
.no-top{padding-top:24px}
.two-col{display:grid;grid-template-columns:.38fr .62fr;gap:70px;align-items:start}
.two-col h2{max-width:700px}
.two-col p{max-width:700px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.section-heading h2{margin:7px 0 0}
.project-feature{text-decoration:none;display:block}
.project-browser{
  border:1px solid #24110d;border-radius:14px;overflow:hidden;background:#0c090a;
}
.project-browser.large{min-height:520px}
.project-browser-full{min-height:620px}
.project-browser-bar{
  height:46px;background:#1b1516;border-bottom:1px solid #35272b;
  display:flex;align-items:center;gap:7px;padding:0 14px;color:#bfaeb1;font-size:.76rem;
}
.project-browser-bar>span{width:8px;height:8px;border-radius:50%;background:#80686e}
.project-browser-bar>div{margin-left:12px;border:1px solid #3c2e31;border-radius:999px;padding:5px 12px;min-width:220px}
.deadpixel-preview{
  min-height:440px;padding:58px;display:flex;flex-direction:column;justify-content:center;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    #0a0708;
  background-size:22px 22px;
}
.deadpixel-preview.tall{min-height:560px}
.dp-wordmark{font-family:Georgia,serif;color:#c25e67;font-size:clamp(3rem,8vw,7rem);letter-spacing:-.07em}
.dp-sub{color:#cdbec1;text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;margin-top:6px}
.dp-cards{display:flex;flex-wrap:wrap;gap:9px;margin-top:38px}
.dp-cards span{border:1px solid #5f3339;color:#d5b8bc;background:#150d0f;padding:8px 11px;font-size:.76rem}
.project-meta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 2px 0}
.project-meta>div:first-child{display:flex;flex-direction:column}
.project-meta strong{font-size:1.35rem}
.project-meta span{color:var(--brown-2)}
.tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.tags span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:.78rem}
.coming-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:46px}
.coming-card{min-height:220px;border:1px dashed var(--line-strong);padding:28px;display:flex;flex-direction:column;justify-content:space-between}
.coming-card>span{color:var(--rose-dark);font-weight:800}
.coming-card strong{font-size:1.7rem;letter-spacing:-.04em}
.coming-card small{color:var(--brown-2)}
.price-teaser{background:var(--cream-2)}
.price-teaser-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.price-teaser-inner>div{max-width:760px}
.steps{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}
.steps.three{grid-template-columns:repeat(3,1fr)}
.steps article{background:var(--cream);padding:34px}
.steps article>span,.principles article>span{display:block;color:var(--rose-dark);font-size:.78rem;font-weight:800;letter-spacing:.1em;margin-bottom:60px}
.steps h3{margin-bottom:12px}
.final-cta{text-align:center;padding:110px 0}
.final-cta h2{font-size:clamp(2.6rem,6vw,5.5rem);margin:8px 0 14px}
.final-cta p{margin-bottom:24px}
.plus-mark{font-size:2.2rem;color:var(--rose-dark);font-weight:400}
.page-hero{padding:90px 0 70px}
.page-hero h1{max-width:940px;margin:10px 0 20px}
.page-hero p{font-size:1.2rem;max-width:650px}
.project-hero{padding-bottom:44px}
.work-card{display:grid;grid-template-columns:60px 1fr;gap:22px}
.work-number{font-size:.8rem;color:var(--rose-dark);font-weight:800}
.work-main{min-width:0}
.work-info{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;padding:30px 0 0}
.work-info h2{margin-bottom:8px}
.work-info dl{margin:0}
.work-info dl div{display:grid;grid-template-columns:100px 1fr;gap:15px;padding:8px 0;border-bottom:1px solid var(--line)}
.work-info dt{color:var(--rose-dark);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em}
.work-info dd{margin:0}
.work-info .button-row{grid-column:1/-1}
.more-tabs{margin:90px 0 0;border-top:1px solid var(--line);padding-top:44px}
.more-tabs h2{margin:8px 0 10px}
.project-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.project-details-grid .text-link{display:inline-block;margin-top:18px}
.soft-section{background:var(--cream-2)}
.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:28px}
.capability-grid>div{background:var(--cream-2);padding:30px;font-size:1.08rem;font-weight:700}
.base-price-card{border:1px solid var(--rose);border-radius:var(--radius);padding:38px;background:rgba(255,250,243,.36)}
.base-price-title{display:flex;justify-content:space-between;gap:20px;align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:20px}
.base-price-title h2{font-size:2.2rem;margin:0}
.base-price-title strong{font-size:2.2rem;color:var(--rose-dark)}
.base-price-card ul{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}
.base-price-card li{padding-left:26px;position:relative}
.base-price-card li:before{content:"+";position:absolute;left:0;color:var(--rose-dark);font-weight:800}
.additions{margin-top:42px}
.price-heading,.price-row{display:flex;justify-content:space-between;gap:22px;align-items:baseline}
.price-heading{color:var(--rose-dark);text-transform:uppercase;font-size:.78rem;letter-spacing:.13em;font-weight:800;padding-bottom:14px;border-bottom:1px solid var(--rose)}
.price-row{padding:14px 0;border-bottom:1px solid var(--line)}
.price-row strong{color:var(--rose-dark)}
.pricing-note{margin:38px 0;display:flex;gap:18px;padding:24px;border:1px dashed var(--line-strong)}
.pricing-note p{margin:4px 0 0}
.center{text-align:center}
.process-steps{grid-template-columns:1fr 1fr}
.process-steps article>span{margin-bottom:80px}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.principles article{padding:34px;background:var(--cream-2)}
.principles article>span{margin-bottom:80px}
.principles h2{font-size:2.2rem}
.faq-list{border-top:1px solid var(--line)}
.faq-item{padding:30px 0;border-bottom:1px solid var(--line)}
.faq-q{display:grid;grid-template-columns:50px 1fr;gap:12px}
.faq-q>span{color:var(--rose-dark);font-size:.8rem;font-weight:800;padding-top:7px}
.faq-q h2{font-size:1.55rem;letter-spacing:-.025em;margin:0}
.faq-item p{padding-left:62px;margin:14px 0 0}
.form-wrap{max-width:960px}
.prototype-note{border:1px dashed var(--rose);background:rgba(201,130,140,.08);padding:14px 16px;margin-bottom:28px;font-size:.9rem}
.project-form{display:grid;gap:34px}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.project-form label>span,.project-form legend{display:block;font-weight:800;margin-bottom:8px}
.project-form input[type="text"],.project-form input[type="email"],.project-form textarea,.project-form select{
  width:100%;border:1px solid var(--line-strong);background:var(--paper);color:var(--brown);
  border-radius:10px;padding:13px 14px;outline:none;
}
.project-form input:focus,.project-form textarea:focus,.project-form select:focus{border-color:var(--rose);box-shadow:0 0 0 3px rgba(201,130,140,.12)}
.project-form fieldset{border:0;padding:0;margin:0}
.project-form legend{font-size:1.15rem;margin-bottom:14px}
.radio-row{display:flex;flex-wrap:wrap;gap:10px}
.radio-row label,.check-card{
  border:1px solid var(--line-strong);background:rgba(255,250,243,.35);
  padding:12px 14px;border-radius:999px;cursor:pointer;
}
.radio-row label{display:flex;gap:8px;align-items:center}
.radio-row label span,.check-card span{margin:0}
.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.check-card{border-radius:10px;display:flex;gap:9px;align-items:center}
.full-field{display:block}
.disabled-button{opacity:.55;cursor:not-allowed;justify-self:start}
.legal-placeholder{border-top:1px solid var(--line);padding-top:32px}
.site-footer{padding:70px 0 28px;background:#efe3d7}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.footer-brand{font-size:2rem;font-weight:800;text-decoration:none;letter-spacing:-.04em}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.footer-links>div{display:flex;flex-direction:column;gap:9px}
.footer-links a{text-decoration:none;color:var(--brown-2)}
.footer-links a:hover{color:var(--rose-dark)}
.footer-links .eyebrow{margin-bottom:8px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px;margin-top:55px;font-size:.78rem;color:var(--brown-2)}
.footer-bottom a{text-decoration:none}

@media (max-width:900px){
  .hero-grid,.two-col,.work-info,.project-details-grid,.footer-grid{grid-template-columns:1fr}
  .hero-grid{gap:48px}
  .browser-art{max-width:560px}
  .two-col{gap:22px}
  .steps.three,.process-steps,.principles,.capability-grid{grid-template-columns:1fr}
  .price-teaser-inner{align-items:flex-start;flex-direction:column}
  .work-card{grid-template-columns:1fr}
  .work-number{margin-bottom:-8px}
  .check-grid{grid-template-columns:1fr 1fr}
  .site-nav{
    display:none;position:absolute;left:20px;right:20px;top:68px;
    background:var(--paper);border:1px solid var(--line-strong);padding:18px;
    flex-direction:column;align-items:stretch;gap:8px;border-radius:14px;
  }
  .site-nav.open{display:flex}
  .site-nav>a:not(.button){padding:10px 4px}
  .menu-button{display:block}
}
@media (max-width:640px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .nav-wrap{min-height:68px}
  .brand{width:130px}
  .hero{padding:54px 0 62px}
  .section{padding:68px 0}
  .page-hero{padding:64px 0 48px}
  h1{font-size:clamp(2.7rem,15vw,4.8rem)}
  .browser-window{min-height:300px;padding:42px 28px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .project-browser-bar>div{min-width:0;flex:1;overflow:hidden;white-space:nowrap}
  .deadpixel-preview{padding:36px 24px;min-height:360px}
  .project-meta{align-items:flex-start;flex-direction:column}
  .tags{justify-content:flex-start}
  .coming-grid{grid-template-columns:1fr}
  .work-info{gap:26px}
  .field-grid,.check-grid{grid-template-columns:1fr}
  .radio-row{flex-direction:column}
  .radio-row label{border-radius:10px}
  .base-price-card{padding:24px}
  .base-price-title h2,.base-price-title strong{font-size:1.65rem}
  .price-row{font-size:.92rem}
  .price-row strong{max-width:42%;text-align:right}
  .faq-item p{padding-left:0}
  .footer-links{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}


/* Legal pages */
.legal-copy{display:grid;gap:0}
.legal-intro{padding:0 0 26px;border-bottom:1px solid var(--line);margin-bottom:6px}
.legal-intro p{font-size:1.15rem;color:var(--brown);max-width:780px}
.legal-copy>section{padding:30px 0;border-bottom:1px solid var(--line)}
.legal-copy>section h2{font-size:1.4rem;letter-spacing:-.025em;margin-bottom:12px}
.legal-copy>section p{margin-bottom:10px}
.legal-copy>section p:last-child{margin-bottom:0}
.legal-copy a{color:var(--rose-dark);font-weight:700}


@media (max-width:900px){
}
@media (max-width:560px){
}
