@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800;900&display=swap');

:root { --ink:#0c0c0c; --ice:#d7e2ea; --paper:#f7f8fa; --violet:#7c3aed; --turquoise:#2dd4bf; }
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; background:var(--ink); }
body { min-height:100vh; overflow-x:hidden; background:var(--ink); color:var(--ice); font-family:'Kanit',sans-serif; }
img { display:block; max-width:100%; height:auto; }
a { color:inherit; text-decoration:none; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:1000; padding:.75rem 1rem; background:white; color:black; }
.skip-link:focus { top:1rem; }
.shell { width:min(100% - 2.5rem, 1480px); margin-inline:auto; }
.site-header { position:relative; z-index:50; display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:1.5rem 0; }
.brand { font-weight:900; letter-spacing:.08em; }
.site-nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:clamp(.9rem,2vw,2rem); font-size:.78rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.site-nav a:hover,.site-nav a[aria-current='page'] { opacity:.65; }
.language-switcher { position:relative; }
.language-switcher summary { display:flex; align-items:center; gap:.35rem; cursor:pointer; list-style:none; }
.language-switcher summary::-webkit-details-marker { display:none; }
.language-options { position:absolute; top:calc(100% + .75rem); right:0; z-index:100; display:grid; min-width:120px; padding:.45rem; border:1px solid rgba(215,226,234,.18); border-radius:16px; background:rgba(12,12,12,.96); box-shadow:0 16px 40px rgba(0,0,0,.35); }
.language-options a { padding:.55rem .7rem; border-radius:10px; }
.language-options a:hover { background:rgba(255,255,255,.08); opacity:1; }
.hero { position:relative; min-height:720px; overflow:hidden; padding-top:2rem; }
.hero h1,.display { background:linear-gradient(180deg,#646973,#bbccd7); -webkit-background-clip:text; background-clip:text; color:transparent; font-size:clamp(2.75rem,5vw,5rem); font-weight:900; letter-spacing:-.045em; line-height:.92; text-transform:uppercase; }
.hero h1 { position:relative; z-index:1; max-width:1200px; margin:2rem auto 0; text-align:center; }
.hero-portrait { position:absolute; z-index:2; left:50%; bottom:0; width:min(560px,82vw); transform:translateX(-50%); filter:drop-shadow(0 20px 50px rgba(0,0,0,.75)); animation:float 6s ease-in-out infinite; }
.hero-bottom { position:absolute; z-index:3; right:0; bottom:2.5rem; left:0; display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; }
.hero-copy { max-width:350px; font-size:1.05rem; font-weight:300; line-height:1.5; }
.eyebrow { margin-bottom:1rem; color:rgba(215,226,234,.5); font-size:.75rem; letter-spacing:.25em; text-transform:uppercase; }
.button { position:relative; isolation:isolate; display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:.85rem 1.5rem; overflow:hidden; border:2px solid transparent; border-radius:999px; background:linear-gradient(118deg,#28105f,#6d28d9 30%,#0f9f9a 58%,#9b5de5 78%,#36126f) padding-box,linear-gradient(110deg,#8b5cf6,#2dd4bf,#d8b4fe,#fff,#8b5cf6) border-box; background-size:240% 240%,300% 100%; box-shadow:0 8px 28px rgba(96,58,214,.28); color:white; font-size:.72rem; font-weight:600; letter-spacing:.13em; text-transform:uppercase; animation:gradient 7s ease-in-out infinite; }
.button:hover { transform:translateY(-2px); }
.section { padding:clamp(5rem,9vw,9rem) 0; }
.section-title { max-width:1000px; font-size:clamp(2.6rem,6vw,5rem); font-weight:900; letter-spacing:-.04em; line-height:.95; text-transform:uppercase; }
.center { margin-inline:auto; text-align:center; }
.lead { max-width:800px; margin-top:1.75rem; color:rgba(215,226,234,.68); font-size:clamp(1rem,1.5vw,1.2rem); font-weight:300; line-height:1.75; }
.center + .lead,.lead.center { margin-inline:auto; }
.paper { border-radius:50px 50px 0 0; background:var(--paper); color:var(--ink); }
.paper .eyebrow,.paper .lead { color:rgba(12,12,12,.58); }
.grid { display:grid; gap:1rem; }
.cards-3 { grid-template-columns:repeat(3,1fr); }
.card { padding:1.6rem; border:1px solid rgba(215,226,234,.16); border-radius:28px; background:linear-gradient(145deg,rgba(24,22,31,.98),rgba(13,13,16,.98)); }
.paper .card { border-color:rgba(12,12,12,.12); background:white; }
.card h2,.card h3 { margin-bottom:.75rem; font-size:1.25rem; line-height:1.15; text-transform:uppercase; }
.card p { color:rgba(215,226,234,.65); font-weight:300; line-height:1.65; }
.paper .card p { color:rgba(12,12,12,.6); }
.number { display:block; margin-bottom:1.75rem; font-size:2.5rem; font-weight:900; opacity:.25; }
.pain { max-width:1000px; margin:auto; text-align:center; }
.pain h2 { font-size:clamp(2rem,3vw,2.5rem); }
.projects { display:grid; gap:2rem; margin-top:3rem; }
.project { display:grid; grid-template-columns:1.25fr .75fr; gap:1.5rem; padding:1.5rem; border:1px solid rgba(215,226,234,.45); border-radius:42px; }
.project figure { overflow:hidden; border-radius:30px; }
.project img { width:100%; height:100%; min-height:320px; object-fit:cover; }
.project-copy { display:flex; flex-direction:column; justify-content:center; padding:1rem; }
.project-copy h2,.project-copy h3 { margin:.4rem 0 1rem; font-size:clamp(1.8rem,3vw,2.6rem); text-transform:uppercase; }
.meta { color:rgba(215,226,234,.45); font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; }
.project-copy p { margin-bottom:1rem; color:rgba(215,226,234,.65); font-weight:300; line-height:1.6; }
.text-link { display:inline-flex; align-items:center; gap:.5rem; margin-top:.5rem; font-size:.78rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.portrait-block { display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:clamp(2rem,6vw,6rem); }
.portrait-block img { max-height:590px; margin:auto; object-fit:contain; animation:float-simple 6s ease-in-out infinite; }
.process { grid-template-columns:repeat(5,1fr); margin-top:3rem; border-top:1px solid rgba(12,12,12,.12); }
.process .card { border-width:0 1px 0 0; border-radius:0; background:transparent; }
.faq { max-width:900px; margin:3rem auto 0; border-top:1px solid rgba(215,226,234,.15); }
.faq details { border-bottom:1px solid rgba(215,226,234,.15); }
.faq summary { display:flex; justify-content:space-between; gap:1rem; padding:1.5rem 0; cursor:pointer; font-size:1.1rem; font-weight:500; list-style:none; }
.faq summary::after { content:'+'; }
.faq details[open] summary::after { content:'−'; }
.faq details p { max-width:750px; padding:0 0 1.5rem; color:rgba(215,226,234,.62); line-height:1.7; }
.reviews { display:flex; gap:1rem; overflow-x:auto; padding:1rem 0 1.5rem; scrollbar-width:thin; }
.review { min-width:min(360px,85vw); }
.stars { color:#f6c85f; letter-spacing:.12em; }
.site-footer { padding:5rem 0 2.5rem; text-align:center; }
.socials { display:flex; justify-content:center; gap:1.5rem; margin:2rem 0; }
.footer-meta { color:rgba(215,226,234,.45); font-size:.8rem; line-height:1.7; }
.page-hero { padding:clamp(5rem,10vw,9rem) 0 4rem; }
.page-hero .lead { max-width:700px; }
.content { max-width:850px; }
.content h2 { margin:3rem 0 1rem; font-size:2rem; text-transform:uppercase; }
.content p,.content li { color:rgba(215,226,234,.68); font-size:1.05rem; font-weight:300; line-height:1.75; }
.content ul { padding-left:1.25rem; }

@keyframes float { 50% { transform:translate(-50%,-8px); } }
@keyframes float-simple { 50% { transform:translateY(-8px); } }
@keyframes gradient { 50% { background-position:100% 50%,100% 50%; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; } }
@media (max-width:800px) {
  .shell { width:min(100% - 2rem,1480px); }
  .site-header { align-items:flex-start; }
  .site-nav { gap:.7rem 1rem; font-size:.68rem; }
  .hero { min-height:680px; }
  .hero h1 { font-size:7.2vw; }
  .hero-portrait { bottom:5rem; }
  .hero-bottom { bottom:1.5rem; gap:1rem; }
  .hero-copy { max-width:46%; font-size:.78rem; }
  .button { padding:.75rem 1rem; font-size:.62rem; }
  .cards-3,.process,.portrait-block,.project { grid-template-columns:1fr; }
  .project { border-radius:30px; }
  .project img { min-height:220px; }
  .process .card { border-right:0; border-bottom:1px solid rgba(12,12,12,.12); }
  .paper { border-radius:35px 35px 0 0; }
}
