:root{
  --black:#050505;
  --cream:#f2f0eb;
  --paper:#fbfaf6;
  --ink:#11110f;
  --muted:#6f6c64;
  --line:#d8d5cd;
  --lime:#dbff38;
  --purple:#7357ff;
  --blue:#473dff;
  --shadow:0 28px 70px rgba(0,0,0,.22);
  --max:1160px;
}
*{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;font-family:"Avenir Next","Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.75;overflow-x:hidden}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.cream{background:var(--cream)}.dark-section{background:var(--black);color:white}
.topbar{position:absolute;inset:0 0 auto 0;z-index:30;color:white}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;direction:ltr}.logo img{width:122px;height:auto}.links{display:flex;gap:46px;align-items:center;direction:rtl;font-size:13px}.links a{color:rgba(255,255,255,.78);padding:10px 0;position:relative}.links a.active,.links a:hover{color:#fff}.links a.active:after{content:"";position:absolute;right:0;left:0;bottom:0;height:3px;background:var(--lime)}.menu{display:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);color:white;border-radius:8px;width:42px;height:42px;font-size:22px}
.hero{position:relative;min-height:660px;display:grid;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:92px 5% 56px 48%;opacity:.98;background:#111;border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;padding:18px}.hero-bg img{width:100%;height:100%;object-fit:contain}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.94) 41%,rgba(5,5,5,.72) 66%,rgba(5,5,5,.38) 100%)}.hero-inner{position:relative;z-index:2;direction:rtl}.hero-copy{max-width:520px;margin-inline-start:auto;text-align:right}.hero h1{font-size:clamp(44px,6vw,86px);line-height:1.05;margin:0 0 26px;font-weight:950;letter-spacing:-.06em}.hero h1 span{display:inline-block}.hero p{font-size:18px;color:rgba(255,255,255,.78);margin:0 0 34px;max-width:430px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:9px 22px;border-radius:0;font-weight:850;font-size:14px;border:1px solid transparent;transition:.25s}.btn.accent{background:var(--lime);color:#0d0d0d}.btn.accent:hover{filter:brightness(.94);transform:translateY(-2px)}.btn.outline{display:flex;width:max-content;margin:38px auto 0;background:transparent;border-color:#a9a69d;color:#222}
.split{display:grid;grid-template-columns:1fr 1.15fr;gap:90px;align-items:center;padding:88px 0 78px;direction:rtl}.about-text{text-align:right}.mark{display:block;width:34px;height:4px;background:var(--blue);margin-bottom:14px;margin-inline-start:auto}.mark.purple{background:var(--purple)}h2{font-size:clamp(28px,3vw,42px);line-height:1.15;margin:0 0 16px;font-weight:900;letter-spacing:-.03em}.about p,.section-title p{color:var(--muted);font-size:16px;margin:0}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:44px}.feature-row div{text-align:center}.icon{display:block;font-size:30px;line-height:1;margin-bottom:14px;color:#161616}.feature-row b{display:block;font-size:15px;margin-bottom:5px}.feature-row small{display:block;color:var(--muted);font-size:12px;line-height:1.6}.sketch-card{background:#e8e5dc;border:1px solid var(--line);border-radius:22px;padding:14px}.sketch-card img{width:100%;aspect-ratio:1.35/1;object-fit:contain;border-radius:14px;filter:grayscale(.1) contrast(1.05)}
.projects{padding:22px 0 78px}.section-title.right{text-align:right;direction:rtl;margin-bottom:26px}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;direction:rtl}.project-card{background:var(--paper);border:1px solid var(--line);box-shadow:0 10px 28px rgba(0,0,0,.04);overflow:hidden}.project-card img{width:100%;aspect-ratio:1.55/1;object-fit:contain;background:#e8e5dc;padding:12px}.project-card div{padding:18px 20px 20px;display:grid;grid-template-columns:1fr auto;column-gap:12px;align-items:end}.project-card h3{font-size:18px;line-height:1.25;margin:0 0 4px;grid-column:1}.project-card p{font-size:13px;color:var(--muted);margin:0;grid-column:1}.project-card a{grid-column:2;grid-row:1 / span 2;align-self:end;color:#111;font-size:18px}
.process{padding:72px 0;border-top:1px solid #222;border-bottom:1px solid #222}.process-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);direction:rtl}.process-title,.process-step{padding:28px 28px;border-inline-start:1px solid #222;min-height:190px}.process-title{text-align:right}.process-title h2{color:white}.process-step{text-align:center}.process-step span{font-size:44px;color:var(--lime);display:block;margin-bottom:16px}.process-step h3{font-size:18px;margin:0 0 8px}.process-step p{font-size:13px;color:rgba(255,255,255,.62);margin:0}
.photo-strip{display:grid;grid-template-columns:repeat(6,1fr);background:var(--black);border-bottom:2px solid var(--cream);gap:1px;padding:1px}.photo-strip img{width:100%;height:150px;object-fit:contain;background:#111;border:1px solid rgba(255,255,255,.25);padding:6px}
.made{padding:70px 0}.timeline{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;gap:0;align-items:start;direction:rtl;text-align:center}.timeline div{padding:0 18px}.timeline b{display:block;color:#d7d3ca;font-size:38px;line-height:1;font-weight:300;margin-bottom:8px}.timeline span{display:block;font-weight:900;font-size:15px;color:#1a1916}.timeline p{font-size:12px;color:var(--muted);margin:7px 0 0}.timeline i{height:1px;background:#bcb7ad;margin-top:52px;position:relative}.timeline i:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;background:#bcb7ad;border-radius:50%;transform:translate(-50%,-50%)}
.cta{background:linear-gradient(90deg,#6749ff,#7b57ff);color:white;padding:34px 0;text-align:center;direction:rtl}.cta h2{font-size:22px;color:white;margin:0 0 4px}.cta p{margin:0 0 16px;color:rgba(255,255,255,.80)}.cta .btn{min-height:34px;padding:6px 18px;font-size:13px}.footer{padding:18px 0}.foot{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;direction:ltr}.foot img{width:96px}.socials{display:flex;gap:24px;color:white}.socials a{opacity:.85}.foot small{text-align:right;color:rgba(255,255,255,.58);font-size:11px}
@media (max-width:900px){.topbar{position:absolute}.links{display:none;position:absolute;top:78px;left:22px;right:22px;background:#111;border:1px solid #333;padding:18px;flex-direction:column;gap:14px}.links.open{display:flex}.menu{display:block}.nav{height:78px}.hero{min-height:760px;align-items:start;padding-top:118px}.hero-bg{inset:auto 22px 34px 22px;height:280px;opacity:.98;padding:12px}.hero-overlay{background:linear-gradient(180deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.94) 58%,rgba(5,5,5,.72) 100%)}.hero-copy{margin:0 auto;text-align:center}.hero p{margin-inline:auto}.split{grid-template-columns:1fr;gap:36px;padding:70px 0}.feature-row{grid-template-columns:1fr;gap:22px}.cards-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.process-title,.process-step{border-inline-start:0;border-bottom:1px solid #222}.photo-strip{grid-template-columns:repeat(3,1fr)}.timeline{grid-template-columns:1fr;gap:22px}.timeline i{display:none}.foot{grid-template-columns:1fr;gap:12px;text-align:center}.foot img{margin:auto}.foot small{text-align:center}}
@media (max-width:520px){.container{width:100%;padding-inline:24px}.logo img{width:105px}.hero{min-height:760px}.hero h1{font-size:50px}.hero p{font-size:15px;max-width:290px}.hero-bg{height:300px;bottom:30px}.split{padding:54px 0}.about-text,.section-title.right{text-align:center}.mark{margin-inline:auto}.about p{max-width:310px;margin-inline:auto}.sketch-card img{border-radius:18px}.projects{padding-bottom:56px}.project-card div{padding:15px}.photo-strip img{height:108px}.made{padding:54px 0}.timeline div{max-width:280px;margin:auto}.cta h2{font-size:19px}.cta p{font-size:13px}.process{padding:48px 0}}


/* Image frame fix: fill the frame visually while keeping the full product visible */
.photo-frame{position:relative;overflow:hidden;isolation:isolate;background:#111;display:grid;place-items:center}
.photo-frame .frame-fill{position:absolute;inset:-12%;width:124%;height:124%;max-width:none;object-fit:cover;filter:blur(18px) saturate(1.1) brightness(.72);transform:scale(1.08);z-index:0}
.photo-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18));z-index:1;pointer-events:none}
.photo-frame .frame-main{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;padding:10px}
.hero-bg.photo-frame{inset:92px 5% 56px 48%;padding:0;border:1px solid rgba(255,255,255,.24)}
.hero-bg.photo-frame .frame-main{padding:18px}
.sketch-card.photo-frame{aspect-ratio:1.35/1;border-radius:22px;padding:0;background:#111}
.sketch-card.photo-frame .frame-main{border-radius:14px;padding:14px;filter:none}
.project-photo.photo-frame{width:100%;aspect-ratio:1.55/1;background:#111}
.project-photo.photo-frame .frame-main{padding:12px}
.project-card > img{display:none}
.photo-strip{gap:1px;padding:1px}
.strip-photo.photo-frame{height:150px;background:#111;border:1px solid rgba(255,255,255,.25)}
.strip-photo.photo-frame .frame-main{padding:6px}
@media (max-width:900px){.hero-bg.photo-frame{inset:auto 22px 34px 22px;height:280px}.hero-bg.photo-frame .frame-main{padding:12px}.strip-photo.photo-frame{height:150px}}
@media (max-width:520px){.hero-bg.photo-frame{height:300px;bottom:30px}.strip-photo.photo-frame{height:108px}.photo-frame .frame-fill{filter:blur(14px) saturate(1.08) brightness(.72)}}


/* User preference update: larger frames + product photos as cover */
.photo-frame{background:#111;overflow:hidden}
.photo-frame .frame-fill{display:none!important}
.photo-frame::after{display:none!important}
.photo-frame .frame-main{width:100%;height:100%;object-fit:cover!important;padding:0!important;filter:none!important}
.hero-bg.photo-frame{inset:78px 4.5% 42px 45%;min-height:520px;border:0;padding:0}
.sketch-card.photo-frame{aspect-ratio:1.15/1;border-radius:24px;padding:0;background:#111}
.sketch-card.photo-frame .frame-main{border-radius:0}
.project-photo.photo-frame{aspect-ratio:1.22/1;min-height:410px;background:#111}
.photo-strip{grid-template-columns:repeat(6,1fr);gap:0;padding:0}
.strip-photo.photo-frame{height:220px;border:1px solid rgba(255,255,255,.35)}
@media (max-width:900px){
  .hero{min-height:790px;padding-top:116px}
  .hero-bg.photo-frame{inset:auto 22px 32px 22px;height:340px;min-height:0}
  .project-photo.photo-frame{aspect-ratio:1.15/1;min-height:360px}
  .strip-photo.photo-frame{height:190px}
}
@media (max-width:520px){
  .hero{min-height:800px}
  .hero-bg.photo-frame{height:350px;bottom:30px}
  .project-photo.photo-frame{aspect-ratio:1.05/1;min-height:330px}
  .strip-photo.photo-frame{height:150px}
}


/* 10% larger frames + hero banner composition fix */
.hero-bg.photo-frame{inset:64px 3% 28px 42%!important;min-height:572px!important;border:0!important;padding:0!important}
.hero-bg.photo-frame .frame-main{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;padding:0!important}
.sketch-card.photo-frame{aspect-ratio:1.04/1!important}
.project-photo.photo-frame{aspect-ratio:1.10/1!important;min-height:451px!important}
.strip-photo.photo-frame{height:242px!important}
.photo-frame .frame-main{object-fit:cover!important;object-position:center center!important;padding:0!important}
.project-card:nth-child(1) .frame-main{object-position:center 46%!important}
.project-card:nth-child(2) .frame-main{object-position:center center!important}
.project-card:nth-child(3) .frame-main{object-position:center center!important}
.project-card:nth-child(4) .frame-main{object-position:center center!important}
@media (max-width:900px){
  .hero{min-height:840px!important;padding-top:112px!important}
  .hero-bg.photo-frame{inset:auto 16px 28px 16px!important;height:385px!important;min-height:0!important}
  .hero-bg.photo-frame .frame-main{object-position:center center!important}
  .project-photo.photo-frame{aspect-ratio:1.02/1!important;min-height:396px!important}
  .strip-photo.photo-frame{height:209px!important}
}
@media (max-width:520px){
  .hero{min-height:850px!important}
  .hero-bg.photo-frame{height:385px!important;left:14px!important;right:14px!important;bottom:26px!important}
  .project-photo.photo-frame{aspect-ratio:.96/1!important;min-height:363px!important}
  .strip-photo.photo-frame{height:165px!important}
}


/* Hero first banner image final correction: lighter image + better cover focus */
.hero-bg.photo-frame .frame-main{object-position:58% center!important;filter:brightness(1.08) contrast(1.03)!important}
.hero-overlay{background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.92) 33%,rgba(5,5,5,.48) 58%,rgba(5,5,5,.16) 100%)!important}
@media (max-width:900px){
  .hero-bg.photo-frame .frame-main{object-position:54% center!important;filter:brightness(1.1) contrast(1.03)!important}
  .hero-overlay{background:linear-gradient(180deg,rgba(5,5,5,.28) 0%,rgba(5,5,5,.32) 38%,rgba(5,5,5,.92) 68%,rgba(5,5,5,.98) 100%)!important}
}


/* Restore hero/banner to the first reference version that looked correct */
.hero{min-height:660px!important;display:grid!important;align-items:center!important;padding-top:0!important;overflow:hidden!important}
.hero-bg.photo-frame{position:absolute!important;inset:0 0 0 44%!important;min-height:0!important;height:auto!important;opacity:.95!important;background:transparent!important;border:0!important;padding:0!important;display:block!important}
.hero-bg.photo-frame .frame-main{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;padding:0!important;filter:none!important;border-radius:0!important}
.hero-bg.photo-frame .frame-fill{display:none!important}
.hero-bg.photo-frame::after{display:none!important}
.hero-overlay{position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.94) 31%,rgba(5,5,5,.55) 56%,rgba(5,5,5,.10) 100%)!important}
@media (max-width:900px){
  .hero{min-height:610px!important;padding-top:0!important;align-items:center!important}
  .hero-bg.photo-frame{inset:0!important;height:auto!important;opacity:.35!important}
  .hero-bg.photo-frame .frame-main{object-position:center center!important}
  .hero-overlay{background:linear-gradient(180deg,rgba(5,5,5,.9),rgba(5,5,5,.72))!important}
}
@media (max-width:520px){
  .hero{min-height:620px!important}
}
