/* TOÖK Interiorismo — static website V2 */
:root{
  --ink:#11110f;
  --paper:#f7f5f1;
  --white:#ffffff;
  --warm:#ded7cc;
  --greige:#b3aa9e;
  --blue:#243847;
  --blue-soft:#e9eef1;
  --line:rgba(17,17,15,.14);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600}
.display{font-family:"Bodoni 72",Didot,"Iowan Old Style",Georgia,serif;font-weight:400;letter-spacing:-.025em;line-height:.98}
.muted{color:#625f59}
.rule{border-top:1px solid var(--line)}

/* Header */
.header{
  position:sticky;top:0;z-index:20;
  background:rgba(247,245,241,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:160px;height:auto}
.menu{display:flex;gap:28px;align-items:center;font-size:.84rem}
.menu a{position:relative}
.menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--ink);transition:.25s}
.menu a:hover:after,.menu a[aria-current="page"]:after{right:0}
.nav-cta{border:1px solid var(--ink);padding:10px 15px}
.nav-toggle{display:none;border:0;background:none;font-size:1.9rem;line-height:1;cursor:pointer}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border:1px solid var(--ink);
  font-size:.84rem;letter-spacing:.03em;transition:.25s ease;
}
.btn.dark{background:var(--ink);color:white}
.btn:hover{transform:translateY(-1px)}
.btn.dark:hover{background:var(--blue);border-color:var(--blue)}

/* Home */
.hero{padding:36px 0 84px}
.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;min-height:620px;border-bottom:1px solid var(--line)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 7vw 52px 0}
.hero h1{font-size:clamp(3.4rem,7vw,7.1rem);margin:16px 0 24px;max-width:8ch}
.hero p{max-width:570px;font-size:1.02rem}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-image{position:relative;min-height:620px;overflow:hidden}
.hero-image img{width:100%;height:100%;object-fit:cover}
.hero-image:after{content:"TOÖK / PAMPLONA";position:absolute;right:18px;bottom:16px;background:rgba(247,245,241,.86);padding:8px 11px;font-size:.65rem;letter-spacing:.16em}

.section{padding:100px 0}
.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;margin-bottom:48px;align-items:end}
.section-head h2{font-size:clamp(2.8rem,5vw,5.3rem);margin:0}
.section-head p{max-width:650px;margin:0 0 7px auto}
.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service{padding:34px 28px 38px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:220px}
.service .n{font-family:Georgia,serif;font-size:1.3rem;color:var(--greige)}
.service h3{font-family:"Bodoni 72",Didot,Georgia,serif;font-size:1.65rem;font-weight:400;margin:32px 0 12px}
.service p{margin:0;color:#66615b;font-size:.92rem}

.project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}
.project{position:relative;overflow:hidden;background:#ddd}
.project img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.project:hover img{transform:scale(1.025)}
.project .tag{position:absolute;left:14px;bottom:14px;background:rgba(247,245,241,.9);padding:9px 11px;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}
.p1{grid-column:span 7;height:620px}.p2{grid-column:span 5;height:620px}.p3,.p4,.p5{grid-column:span 4;height:480px}.p6{grid-column:span 5;height:560px}.p7{grid-column:span 7;height:560px}

.manifesto{background:var(--ink);color:#f3efe8;padding:120px 0}
.manifesto .inner{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px}
.manifesto blockquote{font-family:"Bodoni 72",Didot,Georgia,serif;font-size:clamp(2.6rem,5vw,5rem);line-height:1.05;margin:0}
.manifesto p{color:#bdb8b0;max-width:520px}

.split{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.split-image img{width:100%;height:100%;object-fit:cover}
.split-copy{padding:80px;display:flex;flex-direction:column;justify-content:center;background:#e9e4dc}
.split-copy h2{font-size:clamp(3rem,5vw,5.4rem);margin:14px 0 24px}
.split-copy p{max-width:600px}

.contact{padding:120px 0}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px}
.contact h1,.contact h2{font-size:clamp(3.2rem,7vw,7rem);margin:10px 0 28px}
.contact-card{padding:40px;border:1px solid var(--line);background:white}
.contact-row{padding:16px 0;border-bottom:1px solid var(--line)}
.contact-row:last-child{border-bottom:0}
.contact-row small{display:block;text-transform:uppercase;letter-spacing:.16em;color:#777;font-size:.64rem;margin-bottom:4px}

.footer{border-top:1px solid var(--line);padding:34px 0 44px}
.footer-grid{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.footer img{width:150px}
.footer small{color:#777}

/* Interior pages */
.page-hero{padding:82px 0 54px}
.page-hero h1{font-size:clamp(4rem,9vw,8rem);margin:12px 0 22px}
.page-hero p{max-width:700px;font-size:1.05rem}
.portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.portfolio figure{margin:0}
.portfolio img{width:100%;height:480px;object-fit:cover}
.portfolio figcaption{padding:12px 0 28px;font-size:.8rem;color:#5d5953}
.content-copy{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}
.content-copy h2{font-size:clamp(2.4rem,4vw,4.6rem);margin:0}
.content-copy p{max-width:760px}
.note{padding:22px 24px;border-left:2px solid var(--ink);background:#efebe4;font-size:.9rem}
.highlight{background:var(--blue-soft);border-left-color:var(--blue)}

/* Collaboration V2 */
.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.brand-card{background:#fff;border:1px solid var(--line);overflow:hidden}
.brand-card img{width:100%;height:360px;object-fit:cover}
.brand-copy{padding:22px 22px 26px}
.brand-copy .kicker{display:inline-block;margin-bottom:10px;padding:6px 10px;background:var(--blue-soft);color:var(--blue);font-size:.67rem;letter-spacing:.12em;text-transform:uppercase}
.brand-copy h3{font-family:"Bodoni 72",Didot,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.02;margin:0 0 12px}
.brand-copy p{margin:0;color:#66615b;font-size:.93rem}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.pillar{padding:30px 24px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.pillar strong{display:block;font-family:"Bodoni 72",Didot,Georgia,serif;font-size:1.5rem;font-weight:400;margin-bottom:10px}
.pillar p{margin:0;color:#66615b;font-size:.92rem}
.quote-band{padding:95px 0;background:var(--blue);color:#f3efe8}
.quote-band .inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.quote-band blockquote{margin:0;font-family:"Bodoni 72",Didot,Georgia,serif;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.05}
.quote-band p{max-width:540px;color:#d3dbe0}
.stateless{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}
.list-clean{list-style:none;padding:0;margin:0}
.list-clean li{padding:12px 0;border-bottom:1px solid var(--line)}
.list-clean li:last-child{border-bottom:0}

/* Responsive */
@media(max-width:920px){
  .menu{display:none}
  .nav-toggle{display:block}
  .menu.open{display:flex;position:absolute;top:82px;left:0;right:0;background:var(--paper);padding:28px 20px 35px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .hero-grid,.section-head,.manifesto .inner,.split,.contact-grid,.content-copy,.quote-band .inner,.stateless{grid-template-columns:1fr}
  .hero-copy{padding:36px 0 44px}
  .hero-image{min-height:520px}
  .services,.pillars{grid-template-columns:1fr 1fr}
  .section{padding:78px 0}
  .section-head p{margin:0}
  .split-copy{padding:55px 32px}
  .p1,.p2,.p6,.p7{grid-column:span 12;height:520px}
  .p3,.p4,.p5{grid-column:span 6;height:430px}
  .portfolio,.brand-grid{grid-template-columns:1fr 1fr}
  .contact-grid{gap:38px}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .nav{height:70px}
  .brand img{width:136px}
  .menu.open{top:70px}
  .hero{padding-top:14px}
  .hero-grid{min-height:auto}
  .hero h1{font-size:3.5rem}
  .hero-image{min-height:480px}
  .services,.pillars,.portfolio,.brand-grid{grid-template-columns:1fr}
  .service,.pillar{min-height:auto}
  .project-grid{gap:12px}
  .p1,.p2,.p3,.p4,.p5,.p6,.p7{grid-column:span 12;height:470px}
  .manifesto{padding:88px 0}
  .split-copy{padding:52px 22px}
  .portfolio img,.brand-card img{height:440px}
  .footer-grid{align-items:flex-start;flex-direction:column}
  .contact-card{padding:25px}
  .section-head{gap:20px}
  .section{padding:68px 0}
  .page-hero{padding:70px 0 44px}
  .page-hero h1{font-size:3.7rem}
  .brand-copy h3{font-size:1.8rem}
}
