/* The Timete mark becomes the page: one red beam, three app columns. */
:root {
  --flag-tr-red: #e30a17;
  --flag-lu-red: #ef3340;
  --flag-lu-white: #ffffff;
  --flag-lu-blue: #00a3e0;
  --bg: #f5f5f3;
  --bg-soft: #eceeeb;
  --ink: #222522;
  --ink-soft: #414741;
  --muted: #5d655e;
  --muted-dim: #636c65;
  --border: #d5d9d3;
  --red: #bd1829;
  --red-deep: #951425;
  --blue: #125e81;
  --sans: "DM Sans", Helvetica, Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --max: 1360px;
  --header-h: 92px;
}
body { background: var(--bg); }
.page-bg { display: none; }
a { color: var(--blue); }
a:focus-visible, button:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: white; color: #222; }
.skip-link:focus { top: 12px; }
.container { width: min(var(--max), calc(100% - 80px)); }
.site-header { background: var(--bg); border: 0; position: relative; backdrop-filter: none; }
.brand { gap: 9px; }
.brand__mark {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  object-fit: contain;
  mix-blend-mode: normal;
}
.brand__text { font-family: var(--sans); font-size: 34px; font-weight: 700; letter-spacing: -.065em; color: var(--ink); }
.brand:hover .brand__text { color: var(--red); }
.header-note { font-size: 13px; color: var(--muted); margin-left: auto; margin-right: 60px; }
.nav { gap: 24px; }
.nav a { padding: 7px 0; font-size: 14px; font-weight: 500; color: var(--ink); border-radius: 0; }
.nav a:hover, .nav a.is-active { background: transparent; color: var(--red); }
.nav a:last-child { border-bottom: 1px solid var(--ink); }
.nav a span { padding-left: 12px; }
.brand-canvas { width: min(1600px, calc(100% - 48px)); margin: 0 auto; }
.micro { font-size: 12px; line-height: 1.5; font-weight: 500; letter-spacing: .065em; text-transform: uppercase; }
.manifesto { color: #ffffff; background: var(--flag-tr-red); border-radius: 30px; padding: 30px 42px 36px; overflow: hidden; position: relative; }
.manifesto::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 2px 1px #ffffff25, inset 0 -7px 0 #820e2025; pointer-events: none; }
.manifesto__top { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 32px; border-bottom: 1px solid #ffffff38; }
.manifesto__main { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; padding-top: 25px; }
.manifesto h1 { font-family: var(--sans); font-size: clamp(76px, 8.5vw, 140px); font-weight: 500; line-height: .97; letter-spacing: -.07em; color: inherit; margin: 0; }
.manifesto h1 em { font-family: var(--serif); font-weight: 400; font-size: 1.17em; letter-spacing: -.035em; line-height: .98; }
.hero-period { display: none; }
.manifesto__aside { max-width: 270px; width: 26%; flex-shrink: 0; padding-bottom: 8px; }
.manifesto__aside p { font-size: 18px; line-height: 1.6; margin: 0 0 40px; }
.hero-explore { display: flex; align-items: center; justify-content: space-between; color: inherit; border-top: 1px solid #ffffff70; padding-top: 16px; font-size: 14px; }
.hero-explore:hover { color: inherit; }
.hero-explore span { font-size: 25px; transition: transform .25s; }
.hero-explore:hover span { transform: translateY(5px); }
.app-portals { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 16px; }
.portal { display: flex; flex-direction: column; min-width: 0; color: inherit; border-radius: 30px; padding: 25px 28px 28px; position: relative; overflow: hidden; isolation: isolate; transition: transform .35s; }
.portal:hover { color: inherit; transform: translateY(-5px); }
.portal--wawata { background: var(--flag-lu-red); color: #1a1012; }
.portal--wawata:hover { color: #1a1012; }
.portal--apron { background: var(--flag-lu-white); color: #222a2a; border: 1px solid #dfe3de; box-shadow: 0 6px 0 #202e3710; }
.portal--sacred { background: var(--flag-lu-blue); color: #082f42; }
.portal--sacred:hover { color: #082f42; }
.portal__top { display: flex; justify-content: space-between; gap: 14px; align-items: center; position: relative; z-index: 2; }
.portal__top .micro { font-size: 11px; max-width: 140px; }
.release { white-space: nowrap; border: 1px solid currentColor; border-radius: 999px; padding: 5px 10px; font-size: 14px; line-height: 1.4; }
.release--live { border-color: #c6d4c8; background: #edf3eb; color: #35543b; }
.portal__art { position: relative; display: grid; place-items: center; height: 280px; margin: 26px -28px 24px; overflow: hidden; }
.portal__art > img { width: 150px; height: 150px; border-radius: 33px; object-fit: cover; z-index: 1; box-shadow: 0 22px 35px #00000025, 0 1px 0 #ffffff50 inset; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.portal__art--wish > img { transform: rotate(-12deg); }
.portal__art--sacred > img { transform: rotate(12deg); }
.portal:hover .portal__art--wish > img { transform: rotate(-4deg) translateY(-8px) scale(1.06); }
.portal:hover .portal__art--sacred > img { transform: rotate(4deg) translateY(-8px) scale(1.06); }
.orbit { position: absolute; width: 265px; height: 265px; border: 1px solid currentColor; border-radius: 50%; opacity: .24; pointer-events: none; }
.orbit--two { width: 345px; height: 345px; opacity: .12; }
.portal__art--wish .orbit { transform: rotate(-28deg); border-radius: 30%; }
.portal__art--apron { perspective: 1000px; padding-top: 12px; }
.portal__art--apron > img { width: 150px; height: 150px; border-radius: 33px; transform: rotate(8deg); object-fit: cover; }
.portal:hover .portal__art--apron > img { transform: rotate(0deg) translateY(-8px) scale(1.06); }
.portal__art > img.portal__shot,
.portal__art--apron > img.portal__shot {
  width: 178px;
  height: auto;
  max-width: none;
  border-radius: 20px;
  object-fit: contain;
  object-position: top center;
  box-shadow: 0 24px 44px #00000038, 0 0 0 1px #ffffff30;
}
.portal__art--wish > img.portal__shot { transform: rotate(-5deg) translateY(44px); }
.portal__art--apron > img.portal__shot { transform: rotate(3deg) translateY(44px); }
.portal__art--sacred > img.portal__shot { transform: rotate(5deg) translateY(44px); }
.portal:hover .portal__art--wish > img.portal__shot { transform: rotate(-2deg) translateY(27px) scale(1.025); }
.portal:hover .portal__art--apron > img.portal__shot { transform: rotate(0deg) translateY(27px) scale(1.025); }
.portal:hover .portal__art--sacred > img.portal__shot { transform: rotate(2deg) translateY(27px) scale(1.025); }
.apron-grid { position: absolute; inset: 0; background-image: linear-gradient(#1933400c 1px, transparent 1px),linear-gradient(90deg,#1933400c 1px,transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(ellipse,#000,transparent 70%); }
.portal__bottom { margin-top: auto; display: flex; justify-content: space-between; gap: 12px; align-items: flex-end; position: relative; z-index: 2; }
.portal h2 { font-family: var(--sans); font-size: clamp(25px,2.6vw,40px); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; margin: 0 0 14px; }
.portal__bottom p { font-size: 16px; line-height: 1.5; margin: 0; }
.round-arrow { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font-size: 25px; transition: transform .3s; }
.portal:hover .round-arrow { transform: rotate(45deg); }
.studio-statement { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 65px; padding: 115px 0 70px; }
.statement-heading .micro { color: var(--red); }
.statement-heading h2 { font-family: var(--sans); font-weight: 400; font-size: clamp(37px,4.6vw,68px); line-height: 1.08; letter-spacing: -.055em; color: var(--ink); margin: 26px 0 0; }
.statement-heading em { font-family: var(--serif); font-weight: 400; font-size: 1.2em; color: var(--red); }
.statement-copy { font-size: 17px; line-height: 1.75; max-width: 420px; color: var(--muted); }
.statement-copy p { margin: 0 0 20px; }
.statement-copy p:last-child { margin-bottom: 0; color: var(--ink); }
.studio-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; padding: 36px 0 95px; border-top: 1px solid var(--border); }
.studio-values h3 { font-size: 24px; line-height: 1.2; font-weight: 500; letter-spacing: -.035em; color: var(--ink); margin: 25px 0 15px; }
.studio-values p { font-size: 16px; color: var(--muted); max-width: 310px; margin: 0 0 20px; }
.studio-values a { font-size: 14px; color: var(--ink); border-bottom: 1px solid #a0aaa0; padding-bottom: 4px; }
.site-footer { background: #e7eae4; padding: 45px 0 25px; border: 0; }
.footer-top { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.footer-top p { font-size: 24px; line-height: 1.2; letter-spacing: -.04em; color: var(--ink); margin: 0; }
.footer-top>a { color: var(--ink); font-size: clamp(16px,2vw,27px); letter-spacing: -.035em; }
.footer-top>a span { margin-left: 35px; }
.footer-top > .footer-wordmark { display: inline-block; width: fit-content; font-family: var(--sans); font-size: 42px; font-weight: 600; letter-spacing: -.06em; line-height: 1.1; color: var(--ink); margin: 0; }
.footer-top > .footer-wordmark:hover { color: var(--red); }
.footer-top > .footer-wordmark span { color: var(--flag-lu-blue); margin-left: 0; }
.footer-base { margin-top: 28px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #bec6bb; padding-top: 22px; font-size: 12px; color: #535e53; }
.footer-base nav { display: flex; gap: 28px; }
.footer-base a { color: inherit; }
.catalog-intro { padding: 55px 24px 45px; }
.catalog-intro>.micro { color: var(--red); }
.catalog-intro h1 { font-size: clamp(64px,7vw,106px); font-family: var(--sans); font-weight: 400; line-height: .99; letter-spacing: -.065em; margin: 25px 0; }
.catalog-intro h1 em { font-family: var(--serif); color: var(--red); font-weight: 400; }
.catalog-intro p { font-size: 18px; color: var(--muted); }
.studio-v2:has(.catalog-intro) .brand-canvas { padding-bottom: 80px; }
.launch { width: min(1600px,calc(100% - 48px)); margin: 0 auto 60px; border-radius: 30px; padding: 30px 42px; overflow: hidden; }
.launch--wawata { background: var(--flag-lu-red); color: #1a1012; }
.launch--sacredspeak { background: var(--flag-lu-blue); color: #082f42; }
.launch a { color: inherit; }
.launch__top { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid currentColor; }
.launch__top>a { font-size: 14px; }
.launch__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 45px; align-items: center; padding: 65px 0; }
.launch h1 { font-family: var(--sans); font-weight: 400; font-size: clamp(60px,6.3vw,100px); line-height: 1; letter-spacing: -.06em; margin: 25px 0 32px; color: inherit; }
.launch h1 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.launch__description { font-size: 20px; line-height: 1.6; max-width: 440px; }
.launch__note { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.launch__note>span { font-size: 44px; font-weight: 400; }
.launch__note p { font-size: 14px; line-height: 1.65; margin: 0; }
.launch__visual { text-align: center; }
.launch__visual .portal__art { height: 350px; margin: 0; }
.launch__visual .portal__art>img { width: 210px; height: 210px; border-radius: 46px; }
.launch__visual .orbit { width: 320px; height: 320px; }
.launch__visual .orbit--two { width: 400px; height: 400px; }
.launch__visual>p { font-size: 38px; font-weight: 500; letter-spacing: -.055em; margin: 12px 0; }
.launch__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid currentColor; font-size: 14px; }
/* Existing app documentation shares the same quieter brand foundation. */
.page-hero h1,.app-hero h1,.legal-body h1 { font-family: var(--sans); font-weight: 500; letter-spacing: -.045em; }
.app-hero { padding-top: 36px; }
.page-main { padding-top: 20px; }
.btn { border-radius: 10px; }
.btn--primary { background: var(--red); color: white; }
.feature,.legal-panel,.fact { box-shadow: none; border-radius: 16px; }
.site-footer__col h4 { font-size: 12px; color: #535e53; }
.site-footer__bottom { color: #535e53; }
@media (min-width: 1500px) {
  .manifesto { padding: 35px 55px 45px; }
  .manifesto__main { padding-top: 38px; }
  .portal__art { height: 330px; }
}
@media (max-width: 1100px) {
  .header-note { margin-right: 30px; }
  .portal { padding: 22px; }
  .portal__top { flex-wrap: wrap; gap: 10px; }
  .portal__top .micro { max-width: none; width: 100%; }
  .portal__art { margin: 16px -22px 22px; height: 260px; }
  .portal__bottom { align-items: flex-start; }
  .round-arrow { width: 36px; height: 36px; font-size: 20px; }
  .portal h2 { font-size: 26px; }
  .manifesto h1 { font-size: 8.8vw; }
  .manifesto__aside { width: 29%; }
  .manifesto__aside p { font-size: 16px; }
  .studio-statement { gap: 40px; }
  .launch__grid { gap: 30px; }
}
@media (max-width: 760px) {
  :root { --header-h: 78px; }
  .container { width: calc(100% - 40px); }
  .header-note { display: none; }
  .brand__text { font-size: 30px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand-canvas,.launch { width: calc(100% - 24px); }
  .manifesto { padding: 22px 24px 30px; border-radius: 24px; }
  .manifesto__top { padding-bottom: 22px; }
  .manifesto__top .micro { font-size: 10px; }
  .manifesto__top .micro:last-child { display: none; }
  .manifesto__main { display: block; padding-top: 28px; }
  .manifesto h1 { font-size: clamp(62px,12vw,90px); }
  .manifesto__aside { width: 100%; max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 35px; }
  .manifesto__aside p { font-size: 14px; margin: 0; }
  .hero-explore { min-width: 115px; gap: 16px; padding: 12px 0 0; font-size: 13px; }
  .app-portals { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .portal { padding: 24px; border-radius: 24px; }
  .portal__top { flex-wrap: nowrap; }
  .portal__top .micro { width: auto; font-size: 11px; }
  .portal__art { height: 280px; margin: 18px -24px; }
  .portal__bottom { align-items: end; }
  .portal h2 { font-size: 37px; }
  .round-arrow { width: 44px; height: 44px; font-size: 25px; }
  .portal__art--apron > img { width: 165px; height: 165px; }
  .portal__art--wish > img,.portal__art--sacred > img { width: 165px; height: 165px; }
  .portal__art > img.portal__shot,.portal__art--apron > img.portal__shot { width: 176px; height: auto; }
  .studio-statement { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 35px; gap: 28px; }
  .statement-heading h2 { font-size: clamp(37px,7vw,52px); }
  .statement-copy { font-size: 16px; max-width: 550px; }
  .studio-values { grid-template-columns: 1fr; gap: 28px; padding-bottom: 55px; }
  .studio-values article+article { border-top: 1px solid var(--border); padding-top: 28px; }
  .studio-values h3 { margin-top: 15px; }
  .studio-values p { max-width: 500px; }
  .footer-top { align-items: center; flex-wrap: wrap; gap: 22px; }
  .footer-top p { font-size: 22px; }
  .footer-top>a { font-size: 16px; }
  .footer-top > .footer-wordmark { font-size: 36px; }
  .footer-base { flex-wrap: wrap; gap: 18px; }
  .footer-base nav { gap: 20px; }
  .footer-base>span:last-child { width: 100%; }
  .catalog-intro { padding: 30px 12px; }
  .catalog-intro h1 { font-size: clamp(54px,10vw,75px); }
  .catalog-intro p { font-size: 16px; }
  .launch { padding: 24px; border-radius: 24px; margin-bottom: 35px; }
  .launch__grid { grid-template-columns: 1fr; padding: 40px 0; gap: 25px; }
  .launch h1 { font-size: clamp(48px,11vw,76px); }
  .launch__description { font-size: 18px; }
  .launch__note { margin-top: 28px; gap: 15px; }
  .launch__visual .portal__art { height: 320px; }
  .launch__visual .portal__art>img { width: 165px; height: 165px; border-radius: 36px; }
  .launch__visual .orbit { width: 250px; height: 250px; }
  .launch__visual .orbit--two { width: 310px; height: 310px; }
  .launch__bottom { font-size: 12px; }
}
@media (max-width: 720px) {
  .nav { background: var(--bg); gap: 0; z-index: 50; padding: 12px 20px 20px; }
  .nav a { padding: 12px 0; }
  .nav a:last-child { border-bottom: 0; }
}
@media (max-width: 370px) {
  .manifesto { padding-inline: 20px; }
  .manifesto h1 { font-size: 55px; }
  .manifesto__aside { display: block; }
  .hero-explore { margin-top: 22px; }
  .portal__top .micro { font-size: 10px; }
  .portal { padding: 20px; }
  .release { font-size: 13px; }
  .portal h2 { font-size: 32px; }
  .launch { padding: 20px; }
  .launch__top { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
