/* Laserkaiverrus: scoped extensions of the existing portfolio palette and type. */
.tekluk-laser-page #content > .ast-container { display: block; max-width: none; padding: 0; }
.tekluk-laser-page #primary.le-page-shell { width: 100%; min-width: 0; margin: 0; padding: 0; }
.le-page {
    --le-ink: #141815;
    --le-paper: #f1eee5;
    --le-line: rgba(241, 238, 229, 0.18);
    --le-accent: #d9ff43;
    --le-accent-soft: #edff9d;
    --le-sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    background: var(--le-ink);
    color: var(--le-paper);
    font-family: var(--le-sans);
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: anywhere;
}
.le-page *, .le-page *::before, .le-page *::after { box-sizing: border-box; }
.le-page h1, .le-page h2, .le-page h3, .le-page p, .le-page ol { margin: 0; }
.le-page h1, .le-page h2, .le-page h3 { color: inherit; font-family: inherit; text-transform: none; }
.le-page h1 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 700; }
.le-page h2 { max-width: 26ch; font-size: clamp(1.9rem, 3.2vw, 3.15rem); line-height: 1.15; letter-spacing: -.04em; font-weight: 600; }
.le-page h3 { font-size: 1.2rem; line-height: 1.35; letter-spacing: -.025em; font-weight: 600; }
.le-page em { color: var(--le-accent); font-style: normal; }
.le-page p { color: #c5cbc4; }
.le-page p + p { margin-top: 1.2rem; }
.le-page h2 + p, .le-page h3 + p { margin-top: 1.25rem; }
.le-page .le-kicker { margin-bottom: 1.3rem; color: var(--le-accent); text-transform: uppercase; font-size: .68rem; font-weight: 600; letter-spacing: .13em; }
.le-section { padding: clamp(52px, 7vw, 100px) clamp(22px, 5vw, 80px); border-top: 1px solid var(--le-line); scroll-margin-top: var(--le-anchor-offset, 160px); }
.le-container { max-width: 1280px; margin-inline: auto; }
.le-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 76px); align-items: center; }
.le-split > *, .le-grid > * { min-width: 0; }
.le-split--text { align-items: start; }
.le-hero { background: #0f1310; border-top: 0; }
.le-hero .le-lead { margin-top: 1.8rem; font-size: 1.08rem; }
.le-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; margin-top: 2rem; }
.le-page .le-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 13px 23px; border: 1px solid var(--le-accent); border-radius: 99px; background: var(--le-accent); color: var(--le-ink); font-size: .9rem; font-weight: 600; text-align: center; text-decoration: none; }
.le-page .le-button:hover { background: var(--le-accent-soft); }
.le-page .le-button--outline { background: transparent; color: var(--le-accent); }
.le-page .le-button--outline:hover { background: var(--le-accent); color: var(--le-ink); }
.le-page .le-text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; color: var(--le-paper); text-decoration: underline; text-underline-offset: 5px; font-size: .9rem; }
.le-page .le-text-link:hover { color: var(--le-accent); }
.le-page a:focus-visible { outline: 3px solid var(--le-paper); outline-offset: 5px; }
.le-intro { max-width: 64ch; }
.le-grid { display: grid; gap: 22px; margin-top: 36px; }
.le-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.le-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.le-card { padding: clamp(22px, 2.3vw, 32px); border: 1px solid var(--le-line); border-radius: 12px; background: #202521; }
.le-card p, .le-process p, .le-journey p { font-size: .93rem; }
.le-number { display: block; color: var(--le-accent); font-size: .8rem; font-weight: 600; letter-spacing: .12em; margin-bottom: 28px; }
.le-event { background: #202521; }
.le-page .le-journey, .le-page .le-process { list-style: none; padding: 0; margin-top: 42px; margin-bottom: 32px; }
.le-journey li, .le-process li { padding-top: 24px; border-top: 1px solid var(--le-line); }
.le-journey h3 { display: flex; justify-content: space-between; gap: 12px; }
.le-journey h3 span { color: var(--le-accent); }
.le-page .le-note { border-left: 2px solid var(--le-accent); padding: 8px 0 8px 22px; color: var(--le-paper); }
.le-contact { background: #202521; }
.le-contact h2 { max-width: 24ch; font-size: clamp(2.15rem, 4.6vw, 4.5rem); }
.le-contact p { max-width: 66ch; }
.le-contact .le-actions > span { color: #c5cbc4; }
.le-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--le-line); border-radius: 12px; background: #1c221d; }
.le-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.le-media--hero { aspect-ratio: 1 / 1.12; }
.le-drawing { position: absolute; inset: 0; display: grid; place-items: center; background-image: linear-gradient(#f1eee50a 1px, transparent 1px), linear-gradient(90deg, #f1eee50a 1px, transparent 1px); background-size: 32px 32px; }
.le-drawing::before, .le-drawing::after { content: ''; position: absolute; background: #a9aea855; }
.le-drawing::before { top: 16%; bottom: 16%; left: 12%; width: 1px; }
.le-drawing::after { left: 12%; right: 12%; bottom: 16%; height: 1px; }
.le-drawing__plate { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 62%; aspect-ratio: 1.5; border: 1px solid #a9aea8; border-radius: 8px; background: #2b332c; color: #f1eee5; }
.le-drawing__plate > span { font-size: clamp(1.4rem, 3vw, 2.8rem); font-weight: 600; letter-spacing: -.05em; }
.le-drawing__plate small { margin-top: 10px; font-size: .55rem; letter-spacing: .12em; }
.le-media--medal .le-drawing__plate { width: 48%; aspect-ratio: 1; border-radius: 50%; }
.le-media--detail .le-drawing__plate { width: 76%; aspect-ratio: 1.7; border-radius: 0; }
.le-card .le-media { margin-bottom: 24px; }
@media (max-width: 1100px) { .le-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) {
    .le-split { grid-template-columns: 1fr; }
    .le-media--hero { aspect-ratio: 4 / 3; }
    .le-grid--three { grid-template-columns: 1fr; }
    .le-journey h3 span { transform: rotate(90deg); }
}
@media (max-width: 680px) {
    .le-grid--four { grid-template-columns: 1fr; }
    .le-page h1 { font-size: clamp(2.25rem, 9.6vw, 3.5rem); }
    .le-actions { align-items: stretch; flex-direction: column; gap: 12px; }
    .le-page .le-button { width: 100%; }
    .le-card { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { .le-page *, .le-page *::before, .le-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
