@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root{
  --ink:#17110c;--ink-2:#241b14;--sand:#efe3d0;--paper:#f8f3eb;--paper-2:#efe7dc;
  --leather:#8a5a32;--gold:#bf955c;--gold-light:#e9ca97;--muted:#786b60;--line:rgba(47,33,23,.13);
  --radius:28px;--shadow:0 24px 70px rgba(37,23,13,.15);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',system-ui,-apple-system,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.grain{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.topbar{height:92px;display:flex;align-items:center;justify-content:space-between}.signature{display:flex;align-items:center;gap:12px}.sig-mark{width:42px;height:42px;border:1px solid var(--ink);display:grid;place-items:center;border-radius:50%;font-family:'Playfair Display',serif;font-weight:700}.sig-text{display:flex;flex-direction:column;line-height:1.08}.sig-text strong{font-size:14px}.sig-text small{font-size:11px;color:var(--muted);margin-top:4px}.mini-link{font-size:13px;font-weight:700;display:flex;gap:8px;align-items:center}
.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;padding-block:40px 80px}.eyebrow,.kicker{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--leather)}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(48px,6.2vw,82px);line-height:.98;letter-spacing:-.045em;margin:18px 0 26px;max-width:760px}.hero h1 em{font-weight:600;color:var(--leather)}.hero h1 span{position:relative}.hero h1 span:after{content:'';position:absolute;left:1%;right:0;bottom:-7px;height:8px;background:url("data:image/svg+xml,%3Csvg width='400' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8 C100 1 220 11 397 4' stroke='%23bf955c' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat}.lead{font-size:18px;line-height:1.65;color:#5e5146;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{min-height:52px;border-radius:999px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:14px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--ink);color:white}.btn-ghost{border-color:rgba(23,17,12,.28)}.cred-row{display:flex;align-items:center;flex-wrap:wrap;gap:11px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8b7e71;margin-top:34px}.cred-row i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.hero-visual{position:relative;display:grid;place-items:center}.phone-shell{width:min(390px,100%);background:#fff8ee;border:1px solid rgba(81,52,33,.14);border-radius:38px;padding:14px;box-shadow:0 45px 110px rgba(69,44,26,.22);transform:rotate(2.2deg)}.phone-shell:before{content:'';position:absolute;inset:7px;border:1px solid rgba(0,0,0,.05);border-radius:32px;pointer-events:none}.phone-top{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:12px}.phone-top>span:first-child{width:8px;height:8px;border-radius:50%;background:#2d2118}.phone-top b{font-family:'Playfair Display',serif;font-size:17px}.dots{letter-spacing:2px}.product-stage{height:355px;background:linear-gradient(160deg,#d6c2a3,#a98058);border-radius:28px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-stage:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.46),transparent 38%),linear-gradient(to top,rgba(35,19,10,.16),transparent 36%)}.stage-label{position:absolute;top:22px;left:22px;color:white;font-size:9px;letter-spacing:.17em;font-weight:800}.hat{width:94%;position:relative;z-index:1;filter:saturate(.92)}.personalize-chip{position:absolute;z-index:2;bottom:18px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.88);backdrop-filter:blur(8px);padding:9px 13px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.mock-options{display:grid;grid-template-columns:1.2fr 1fr 1.15fr;gap:8px;padding:14px 4px 12px}.mock-options>div{padding:8px}.mock-options small{display:block;font-size:8px;color:#907f71;letter-spacing:.12em;margin-bottom:7px}.mock-options b{font-size:10px}.swatches{display:flex;gap:5px}.swatches span{width:16px;height:16px;border-radius:50%;background:#d6b77f;border:2px solid transparent}.swatches span:nth-child(2){background:#2b231e}.swatches span:nth-child(3){background:#8d5733}.swatches span:nth-child(4){background:#e8dfd0}.swatches .active{outline:1px solid #17110c;outline-offset:2px}.mock-cta{width:100%;height:47px;border:0;border-radius:18px;background:var(--ink);color:#fff;font-size:11px;font-weight:800}.floating-note{position:absolute;background:white;border:1px solid var(--line);box-shadow:0 12px 34px rgba(43,27,16,.12);padding:11px 15px;border-radius:999px;font-size:11px;font-weight:700}.note-1{left:-10px;top:25%}.note-2{right:-15px;bottom:17%}
.statement{padding:135px 0 125px;border-top:1px solid var(--line);text-align:center}.statement p{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.statement h2{font-family:'Playfair Display',serif;font-size:clamp(38px,5vw,64px);line-height:1.08;letter-spacing:-.035em;max-width:900px;margin:18px auto 0}.statement h2 span{color:var(--leather)}
.idea{padding:105px 0}.section-head{max-width:820px;margin-bottom:52px}.section-head h2{font-family:'Playfair Display',serif;font-size:clamp(42px,5vw,66px);line-height:1.05;letter-spacing:-.035em;margin:14px 0 18px}.section-head p{font-size:17px;line-height:1.7;color:var(--muted);max-width:720px}.section-head.compact h2{font-size:clamp(38px,4.3vw,58px)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{min-height:260px;border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:rgba(255,255,255,.42);display:flex;flex-direction:column}.feature>span{font-size:11px;color:var(--leather);font-weight:800}.feature h3{font-family:'Playfair Display',serif;font-size:28px;margin:auto 0 10px}.feature p{color:var(--muted);line-height:1.55;margin:0}.feature-accent{background:var(--ink);color:white}.feature-accent>span,.feature-accent p{color:#d7c8b7}
.flow-section{background:var(--ink);color:white;padding:105px 0}.flow-section .kicker{color:var(--gold-light)}.flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:14px;align-items:center;margin-top:52px}.flow-step{min-height:170px;border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.flow-step b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--ink);font-size:12px}.flow-step span{font-family:'Playfair Display',serif;font-size:21px;line-height:1.23}.flow>i{font-style:normal;color:var(--gold);font-size:22px}
.about{padding:120px 0}.about-card{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;background:#eadcc8;border-radius:40px;padding:60px}.about-card h2{font-family:'Playfair Display',serif;font-size:54px;letter-spacing:-.04em;margin:15px 0 4px}.about-role{color:#745e4b}.about-copy{font-size:18px;line-height:1.72;color:#594a3d}.brand-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.brand-tags span{border:1px solid rgba(49,31,20,.18);border-radius:999px;padding:9px 13px;font-size:11px;font-weight:700;color:#4b392c}
.projects{padding:40px 0 120px}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project{border-top:1px solid var(--ink);padding:26px 2px 10px}.project-icon{font-size:25px;color:var(--leather);margin-bottom:40px}.project h3{font-family:'Playfair Display',serif;font-size:26px;margin:0 0 12px}.project p{font-size:14px;line-height:1.65;color:var(--muted)}
.contact-wrap{padding-bottom:80px}.contact-card{background:linear-gradient(130deg,#744824,#2b1c12 72%);color:white;border-radius:42px;padding:64px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center;box-shadow:var(--shadow)}.kicker.light{color:#e9ca97}.contact-card h2{font-family:'Playfair Display',serif;font-size:clamp(45px,5vw,66px);line-height:1.02;letter-spacing:-.04em;margin:15px 0 18px}.contact-card p{color:#e0d3c6;line-height:1.7;max-width:680px}.contact-actions{display:flex;flex-direction:column;gap:10px}.btn-light{background:white;color:var(--ink)}.btn-outline-light{border-color:rgba(255,255,255,.38);color:white;background:transparent}.text-button{border:0;background:none;color:#e9ca97;text-decoration:underline;text-underline-offset:4px;cursor:pointer;margin-top:4px}.setup-note{margin-top:14px;background:#fff2d8;border:1px solid #e8c889;color:#6a4d25;padding:13px 16px;border-radius:16px;font-size:12px}.setup-note code{font-weight:800}.footer{min-height:125px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:12px}.footer>div{display:flex;gap:12px;align-items:center}.footer span{color:var(--muted)}.footer-right a{font-weight:800}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);background:var(--ink);color:white;padding:12px 18px;border-radius:999px;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:1000}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media(max-width:950px){.hero{grid-template-columns:1fr;gap:60px;padding-top:60px}.hero-copy{text-align:left}.hero-visual{padding:10px 0 50px}.feature-grid{grid-template-columns:repeat(2,1fr)}.flow{grid-template-columns:1fr 1fr;gap:12px}.flow>i{display:none}.about-card,.contact-card{grid-template-columns:1fr;gap:35px}.project-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1180px)}.topbar{height:78px}.sig-mark{width:38px;height:38px}.sig-text small{display:none}.hero{min-height:auto;padding:50px 0 75px}.hero h1{font-size:48px}.lead{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.cred-row{gap:8px;font-size:9px}.phone-shell{width:330px;max-width:92vw;transform:rotate(1deg)}.product-stage{height:300px}.floating-note{font-size:9px;padding:9px 11px}.note-1{left:-3px}.note-2{right:-2px}.statement{padding:95px 0}.statement h2{font-size:39px}.idea{padding:85px 0}.section-head h2{font-size:42px}.feature-grid{grid-template-columns:1fr}.feature{min-height:210px}.flow-section{padding:85px 0}.flow{grid-template-columns:1fr}.flow-step{min-height:130px}.about{padding:85px 0}.about-card{padding:34px 26px;border-radius:28px}.about-card h2{font-size:44px}.about-copy{font-size:16px}.projects{padding-bottom:85px}.project-grid{grid-template-columns:1fr}.project-icon{margin-bottom:24px}.contact-card{padding:34px 25px;border-radius:30px}.contact-card h2{font-size:43px}.footer{padding:28px 0;flex-direction:column;align-items:flex-start;justify-content:center}.footer-right{flex-direction:column;align-items:flex-start!important}.setup-note{font-size:11px}.mock-options{grid-template-columns:1fr 1fr}.mock-options>div:last-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}
