@import 'tailwindcss';
@import 'tw-animate-css';
@import 'shadcn/tailwind.css';

:root { --pawa-yellow:#ffc400; --ink:#1b1b1b; --paper:#fff; --line:#ece7d8; --background:#fff; --foreground:#1b1b1b; --primary:#1b1b1b; --primary-foreground:#fff; --border:#dedede; --input:#dedede; --ring:#ffc400; --radius:0; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:'Josefin Sans','Helvetica Neue',Arial,sans-serif; font-weight:400; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.hero { background:var(--pawa-yellow); position:relative; width:100%; }
.site-header { height:62px; background:#fff; display:flex; align-items:center; padding:0 40px; position:relative; z-index:20; border-bottom:1px solid #f2ede0; }
.brand { width:72px; height:30px; display:flex; align-items:center; justify-content:center; background:#161616; padding:8px; box-sizing:border-box; transition:opacity .2s ease; flex-shrink:0; }
.brand:hover { opacity:.85; }
.brand img { width:100%; height:100%; object-fit:contain; display:block; }
.desktop-nav { margin-left:auto; display:flex; gap:clamp(16px,2vw,36px); align-items:center; }
.desktop-nav a { font-size:12px; letter-spacing:.08em; text-transform:uppercase; transition:opacity .2s, border-color .2s; white-space:nowrap; padding:4px 0; border-bottom:2px solid transparent; }
.desktop-nav a:hover { opacity:.7; }
.desktop-nav a.active { border-bottom-color:var(--pawa-yellow); opacity:1; }
.header-actions { margin-left:clamp(16px, 2.2vw, 36px); display:flex; align-items:center; }
.lang-switcher { display:inline-flex; align-items:center; gap:6px; font-size:12px; letter-spacing:.08em; font-weight:600; text-transform:uppercase; user-select:none; }
.lang-btn { color:#999; text-decoration:none; transition:color .2s ease; padding:2px 0; }
.lang-btn:hover { color:var(--ink); }
.lang-btn.active { color:var(--ink); border-bottom:2px solid var(--pawa-yellow); }
.lang-sep { color:#ccc; font-size:11px; font-weight:400; }
.mobile-lang-link { display:none; }
.menu-button { display:none; border:0; background:transparent; padding:5px; cursor:pointer; }
.hero-stage { position:relative; width:100%; overflow:hidden; }
.hero-image { width:100%; height:auto; aspect-ratio:1.4962/1; display:block; object-fit:cover; object-position:center top; }
.hero-stage::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,transparent 0 42%,rgba(0,0,0,.08)); pointer-events:none; }
.hero-copy { position:absolute; z-index:2; right:6%; top:50%; transform:translateY(-50%); width:min(52%,650px); text-align:center; }
.hero-copy>span { display:inline-block; background:#111; color:#fff; padding:9px 16px 7px; font-size:12px; letter-spacing:.3em; }
.hero-copy h1 { margin:8px 0 0; font-size:clamp(38px,4.5vw,58px); line-height:1.08; font-weight:400; letter-spacing:.065em; }
.hero-copy h1 span { display:table; width:max-content; max-width:100%; margin:0 auto 4px; padding:5px 12px 1px; background:#fff; color:#111; }
.about-section { padding:42px 6vw 80px; }
.section-label { width:max-content; margin:0 auto 44px; background:#111; color:white; padding:8px 17px 6px; font-size:12px; letter-spacing:.3em; }
.feature-grid { max-width:1112px; margin:0 auto; }
.feature { min-height:265px; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; margin-bottom:48px; }
.feature.reverse img { order:2; }
.feature img { width:100%; aspect-ratio:600/298; object-fit:cover; }
.feature h2 { font-size:20px; font-weight:400; letter-spacing:.04em; line-height:1.45; margin:0 0 22px; }
.feature p { font-family:Arial,sans-serif; font-size:14px; line-height:1.9; color:#474747; margin:0; }
.footer { min-height:244px; padding:44px 6vw; background:var(--pawa-yellow); text-align:center; display:flex; flex-direction:column; justify-content:center; gap:42px; }
.footer::before { content:''; width:min(930px,100%); height:1px; background:rgba(0,0,0,.16); margin:0 auto -20px; }
.x-mark { font-size:22px; }
.footer p { margin:0; font-size:11px; }
.cookie-card { position:fixed; z-index:40; right:24px; bottom:20px; width:350px; padding:24px; background:var(--pawa-yellow); border:1px solid rgba(0,0,0,.12); box-shadow:0 7px 20px rgba(0,0,0,.18); }
.cookie-card h2 { font-size:19px; font-weight:400; margin:0 0 10px; }
.cookie-card p { font-family:Arial,sans-serif; font-size:12px; line-height:1.55; margin:0 0 18px; }
.cookie-card div { display:flex; gap:15px; }
.cookie-card button { flex:1; border:0; border-radius:30px; background:#161616; color:white; padding:10px 15px; font-size:10px; text-transform:uppercase; letter-spacing:.15em; cursor:pointer; }
.mobile-menu { position:fixed; inset:0; background:var(--pawa-yellow); z-index:60; display:grid; place-items:center; animation:menuIn .25s ease both; }
.mobile-menu>button { position:absolute; right:24px; top:17px; border:0; background:transparent; }
.mobile-menu nav { display:flex; flex-direction:column; text-align:center; gap:24px; font-size:20px; letter-spacing:.12em; text-transform:uppercase; }
.inner-header { background:#fff; }
.inner-header .site-header { background:#fff; }
.page-heading { max-width:1112px; margin:0 auto; padding:40px 24px 48px; }
.page-heading h1 { font-size:22px; font-weight:400; letter-spacing:.18em; margin:0; padding-bottom:16px; border-bottom:1px solid rgba(226, 226, 226, 0.7); }
.intro-copy { max-width:725px; margin:0 auto 54px; padding:0 22px; }
.intro-copy p,.service-list p,.timeline p,.meeting-note p,.portfolio-guide p { font-family:Arial,sans-serif; color:#494949; font-size:14px; line-height:1.9; }
.service-list { border-top:1px solid var(--line); }
.service-list article { padding:40px max(22px,calc((100vw - 1112px)/2)); border-bottom:1px solid var(--line); }
.service-list article img { display:block; width:100%; max-width:1112px; aspect-ratio:2/1; object-fit:cover; margin:0 auto 28px; }
.service-list article div { max-width:725px; margin:0 auto; }
.service-extra-image { padding:30px max(22px,calc((100vw - 1112px)/2)) 40px; border-bottom:1px solid var(--line); }
.service-extra-image img { display:block; width:100%; max-width:1112px; aspect-ratio:2/1; object-fit:cover; margin:0 auto; }
.service-list h2,.form-section h2,.talent-form h2 { font-size:20px; font-weight:400; letter-spacing:.08em; margin:0 0 18px; }
.center-cta { max-width:760px; margin:0 auto; padding:54px 22px 72px; text-align:center; }
.center-cta a { display:inline-block; margin-top:16px; padding:14px 30px 11px; border-radius:30px; background:var(--pawa-yellow); font-size:12px; letter-spacing:.12em; }
.news-wrap { max-width:1112px; margin:0 auto; padding:0 24px 90px; }
.news-grid { display:grid; grid-template-columns:360px 1fr; gap:54px; align-items:start; }
.news-media { position:sticky; top:80px; }
.news-image { width:100%; max-width:100%; aspect-ratio:1.7903/1; object-fit:cover; display:block; border-radius:0; box-shadow:0 2px 6px 0px rgba(0,0,0,0.2); }
.timeline { border-left:1px solid #d8d0b8; padding-left:46px; }
.timeline article { position:relative; padding:0 0 44px; }
.timeline article::before { content:''; position:absolute; left:-52px; top:4px; width:11px; height:11px; border-radius:50%; background:var(--pawa-yellow); border:3px solid white; box-shadow:0 0 0 1px #c8ad51; }
.timeline h2 { font-size:20px; font-weight:400; letter-spacing:.08em; margin:0 0 12px; }
.timeline p { margin:0; }
.gallery { max-width:1112px; margin:0 auto; padding:0 0 90px; display:grid; grid-template-columns:repeat(3,1fr); gap:56px 48px; }
.gallery figure { margin:0; min-width:0; }
.gallery figure a { display:block; cursor:pointer; }
.gallery img { width:100%; aspect-ratio:3/4; object-fit:cover; display:block; transition:transform .35s ease,filter .35s ease; }
.gallery figure:hover img { transform:translateY(-5px); filter:saturate(1.08); }
.credits-section { padding-bottom:90px; }
.credits-section .works-gallery { padding-bottom:52px; }
.works-gallery figure { animation:credit-reveal .45s ease both; }
.show-more-wrap { display:flex; justify-content:center; }
.show-more-button { appearance:none; border:0; background:transparent; color:#917000; cursor:pointer; font:400 16px/1 "Josefin Sans",Arial,sans-serif; padding:0; }
.show-more-button span { display:inline-block; font-size:20px; margin-right:5px; transform:translateY(1px); }
.show-more-button:hover,.show-more-button:focus-visible { color:#5f4900; }
.show-more-button:focus-visible { outline:2px solid currentColor; outline-offset:6px; }
@keyframes credit-reveal { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
.publishing-gallery figcaption { font-size:13px; letter-spacing:.06em; line-height:1.5; margin-top:16px; }
.form-section { max-width:725px; margin:0 auto; padding:0 20px 70px; }
.form-section form,.talent-form form { display:grid; gap:24px; }
.form-section label,.talent-form label { display:grid; gap:8px; font-family:Arial,sans-serif; font-size:13px; }
.form-section [data-slot=input],.form-section [data-slot=textarea],.talent-form [data-slot=input],.talent-form [data-slot=textarea] { border:0; border-bottom:1px solid #aaa; border-radius:0; min-height:42px; box-shadow:none; padding-left:0; }
.form-section [data-slot=button],.talent-form [data-slot=button] { width:150px; height:42px; border-radius:30px; letter-spacing:.16em; margin-top:8px; cursor:pointer; }
.form-section [data-slot=button]:disabled { opacity:0.6; cursor:not-allowed; }
.form-section .reset-button { width:auto; min-width:200px; padding:0 24px; margin-top:24px; }
.meeting-note { border-top:1px solid var(--line); padding-top:54px; margin-top:64px; }
.meeting-note address { font-family:Arial,sans-serif; font-size:13px; font-style:normal; line-height:1.8; margin-top:16px; }
.contact-direct { font-family:Arial,sans-serif; font-size:13px; margin:16px 0 0; color:#333; }
.contact-direct a { color:inherit; font-weight:700; text-decoration:underline; }
.contact-direct a:hover { color:#000; }
.success-note { border:1px solid var(--line); padding:36px; background:#fffaf0; }
.success-note h3 { margin:0 0 10px; font-weight:400; letter-spacing:.12em; }
.success-note p { font-family:Arial,sans-serif; line-height:1.7; margin:0; }
.activation-note { border:2px solid #ffc400; padding:32px; background:#fffdf5; font-family:Arial,sans-serif; }
.activation-note h3 { margin:0 0 12px; font-weight:700; letter-spacing:.08em; font-family:"Josefin Sans",Arial,sans-serif; font-size:17px; color:#1b1b1b; }
.activation-note p { line-height:1.75; margin:0 0 12px; font-size:13px; color:#333; }
.activation-note strong { color:#000; }
.note-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; align-items:center; }
.button-like-link { display:inline-flex; align-items:center; justify-content:center; height:42px; padding:0 24px; border-radius:30px; background:#1b1b1b; color:#fff; font-size:12px; font-weight:700; letter-spacing:.14em; text-decoration:none; transition:background .2s; }
.button-like-link:hover { background:#333; color:#fff; }
.activation-note .reset-button { margin-top:0; width:auto; }
.error-note { border:1px solid #e2b4b4; padding:20px 24px; background:#fff5f5; color:#7d1e1e; font-family:Arial,sans-serif; font-size:13px; line-height:1.6; }
.error-note p { margin:0 0 8px; }
.fallback-mailto-link { color:#7d1e1e; font-weight:700; text-decoration:underline; display:inline-block; }
.fallback-mailto-link:hover { color:#400b0b; }
.cover-strip { display:flex; overflow:hidden; gap:16px; padding:40px 0; border-top:1px solid var(--line); }
.cover-strip img { height:360px; width:auto; flex:none; animation:stripSlide 36s linear infinite alternate; }
.talent-form { max-width:760px; margin:0 auto; padding:0 22px 90px; }
.talent-intro { font-family:Arial,sans-serif; font-size:15px; line-height:1.8; margin:0 0 45px; }
.talent-form fieldset { display:flex; flex-wrap:wrap; gap:16px 28px; border:0; border-top:1px solid var(--line); padding:28px 0 0; }
.talent-form legend { font-size:18px; letter-spacing:.08em; margin-bottom:18px; }
.talent-form fieldset label { display:flex; align-items:center; gap:8px; }
.portfolio-guide { background:#fff8de; padding:20px 24px; }
.portfolio-guide p { margin:0 0 12px; }
.portfolio-guide p:last-child { margin-bottom:0; }
.file-input { border:1px solid var(--border); padding:14px; }
@keyframes stripSlide { to { transform:translateX(-55vw); } }
@keyframes menuIn { from { opacity:0; transform:translateY(-12px); } }
@media (max-width:900px) {
  .desktop-nav{display:none}
  .header-actions{display:none}
  .menu-button{display:inline-grid;order:1;margin-left:0}
  .brand{order:2;margin:0 auto}
  .mobile-lang-link{display:inline-flex;align-items:center;order:3;font-size:11px;letter-spacing:.08em;font-weight:600;color:var(--ink);padding:4px 10px;border:1px solid #ddd;border-radius:20px;text-transform:uppercase;transition:background .2s}
  .mobile-lang-link:hover{background:#f5f5f5}
  .site-header{padding:0 20px;display:flex;align-items:center;justify-content:space-between}
  .hero-stage{min-height:520px}
  .hero-image{min-height:520px;height:100%;object-position:35% top}
  .hero-copy{right:4%;top:58%;transform:translateY(-50%);width:76%}
  .hero-copy h1{font-size:clamp(32px,7.5vw,52px)}
  .page-heading{padding-left:24px;padding-right:24px}
  .news-grid{grid-template-columns:1fr;gap:36px}
  .news-media{position:static;max-width:400px;margin:0 auto}
  .gallery{padding-left:24px;padding-right:24px;gap:30px 24px}
  .works-gallery,.publishing-gallery{grid-template-columns:repeat(2,1fr)}
  .mobile-menu-ja-btn{margin-top:28px;font-size:13px;letter-spacing:.08em;font-weight:600;color:#111;padding:10px 22px;border-radius:30px;background:#fff;display:inline-block;box-shadow:0 3px 12px rgba(0,0,0,0.1)}
}
@media (max-width:680px) { .hero-stage{min-height:440px}.hero-image{min-height:440px;object-position:30% top}.hero-copy{right:5%;width:90%;top:64%;transform:translateY(-50%)}.hero-copy>span{font-size:8px;letter-spacing:.2em;padding:7px 10px 5px}.hero-copy h1{font-size:28px;letter-spacing:.035em}.hero-copy h1 span{padding:4px 8px 1px}.about-section{padding:34px 20px 52px}.section-label{margin-bottom:34px}.feature,.feature.reverse{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.feature.reverse img{order:0}.feature h2{font-size:19px;margin-bottom:12px}.feature p{font-size:13px;line-height:1.75}.footer{min-height:220px}.cookie-card{left:12px;right:12px;bottom:12px;width:auto}.page-heading{padding:32px 20px 48px}.page-heading h1{font-size:18px}.service-list article{padding:24px 20px 42px}.service-list article img{margin-bottom:20px}.news-wrap{padding:0 20px 55px}.news-media{max-width:100%}.timeline{padding-left:28px}.timeline article::before{left:-34px}.timeline h2{font-size:17px}.works-gallery,.publishing-gallery{grid-template-columns:repeat(2,1fr);gap:30px 12px;padding:0 12px 55px}.credits-section{padding-bottom:55px}.credits-section .works-gallery{padding-bottom:38px}.publishing-gallery figcaption{font-size:10px;margin-top:10px}.cover-strip img{height:260px}.talent-form fieldset{display:grid}.form-section,.talent-form{padding-bottom:55px} }
