/* =========================================================================
   Diensten - services overview page
   Ported from the Claude Design "Diensten" template. Chrome (.hdr/.brand/
   .ftr/.btn*) is styled globally in style.css; this file adds the page-only
   components plus the warm-paper typography overrides (same pattern as
   front-page.css).
   ========================================================================= */

body.at-diensten {
    background: var(--paper);
    color: var(--ink);
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
}

/* -------------------------------------------------------------------------
   Typography (overrides the generic global .h1/.h2/.h3/.eyebrow)
   ------------------------------------------------------------------------- */

.at-diensten .h1 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 0.98;
    font-size: clamp(40px, 5vw, 60px);
    margin: 0;
}
.at-diensten .h2 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(26px, 2.4vw, 34px);
    color: var(--ink);
    margin: 0;
}
.at-diensten .h3 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 22px;
    line-height: 1.12;
    color: var(--ink);
    margin: 0;
}
.at-diensten .lead   { font-size: 18px; line-height: 1.6; color: var(--ink-soft); }
.at-diensten .mono   { font-family: 'IBM Plex Mono', monospace; }
.at-diensten .accent { color: var(--accent); }
.at-diensten .muted  { color: var(--ink-soft); }

.at-diensten .eyebrow {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
}
.at-diensten .eyebrow-light {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

/* -------------------------------------------------------------------------
   Sections + utilities
   ------------------------------------------------------------------------- */

.at-diensten .sec  { padding: 112px 0; }
.at-diensten .wrap { flex-wrap: wrap; }

/* Buttons only used on this page (chrome buttons live in style.css) */
.at-diensten .btn-light {
    background: #fff;
    color: var(--ink) !important;
    border-color: #fff;
}
.at-diensten .btn-light:hover {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.88);
}
.at-diensten .btn-outline {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}
.at-diensten .btn-outline:hover { background: rgba(255, 255, 255, 0.08); }

/* -------------------------------------------------------------------------
   Page head band (breadcrumb + intro + jump links)
   ------------------------------------------------------------------------- */

.at-diensten .head-band { background: var(--accent); color: #fff; }
.at-diensten .head-band .h1 { color: #fff; }
.at-diensten .head-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: end;
}
.at-diensten .crumbs {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.at-diensten .crumbs a { text-decoration: none; color: rgba(255, 255, 255, 0.7); }
.at-diensten .crumbs a:hover { color: #fff; }

.at-diensten .head-jump {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.at-diensten .head-jump a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 2px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    font-size: 17px;
    transition: 0.15s;
}
.at-diensten .head-jump a:hover { padding-left: 10px; }
.at-diensten .head-jump .jn {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

/* -------------------------------------------------------------------------
   Photo placeholders
   ------------------------------------------------------------------------- */

.at-diensten .ph {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: repeating-linear-gradient(135deg, #E7E1D4 0 16px, #DDD6C6 16px 32px);
    border: 1px solid var(--line);
    overflow: hidden;
}
.at-diensten .ph-tag {
    margin: 14px;
    padding: 6px 11px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.13em;
    color: #7C7565;
    text-transform: uppercase;
}
.at-diensten .ph-dark {
    background: repeating-linear-gradient(135deg, #2A2D31 0 16px, #23262A 16px 32px);
    border-color: #33363A;
}
.at-diensten .ph-dark .ph-tag {
    background: rgba(0, 0, 0, 0.45);
    border-color: #3A3D41;
    color: #9A948A;
}

/* -------------------------------------------------------------------------
   Bento - three core services
   ------------------------------------------------------------------------- */

.at-diensten .bento {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}
.at-diensten .feat {
    grid-column: 1;
    grid-row: 1 / span 2;
    background: var(--ink);
    color: var(--paper);
    padding: 44px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.at-diensten .tile {
    padding: 38px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.at-diensten .tile-paper { grid-column: 2; grid-row: 1; background: #fff; border: 1px solid var(--line); }
.at-diensten .tile-accent { grid-column: 2; grid-row: 2; background: var(--accent); color: #fff; }

.at-diensten .bnum {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--accent);
}
.at-diensten .feat .bnum,
.at-diensten .tile-accent .bnum { color: rgba(255, 255, 255, 0.5); }

.at-diensten .bttl {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.06;
    /* Inherit the tile's colour (paper on .feat, #fff on .tile-accent, ink on
       .tile-paper) - overrides the theme's global `h3 { color: var(--text) }`
       which would otherwise render these titles dark on the coloured tiles. */
    color: inherit;
}
.at-diensten .feat .bttl { font-size: 33px; }
.at-diensten .tile .bttl { font-size: 22px; }

.at-diensten .bdesc { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
.at-diensten .feat .bdesc,
.at-diensten .tile-accent .bdesc { color: rgba(255, 255, 255, 0.85); }

.at-diensten .tagrow { display: flex; flex-wrap: wrap; gap: 8px; }
.at-diensten .tg {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 10px;
    border: 1px solid var(--line);
    color: var(--ink-soft);
}
.at-diensten .feat .tg,
.at-diensten .tile-accent .tg { border-color: rgba(255, 255, 255, 0.28); color: rgba(255, 255, 255, 0.85); }

.at-diensten .tlink {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.15s;
}
.at-diensten .tlink:hover { gap: 13px; }
.at-diensten .feat .tlink,
.at-diensten .tile-accent .tlink { color: #fff; }

.at-diensten .feat-img { margin-top: auto; }

/* -------------------------------------------------------------------------
   Dark band - included with every job
   ------------------------------------------------------------------------- */

.at-diensten .band-dark { background: var(--ink); color: var(--paper); }
.at-diensten .band-dark .h2 { color: #fff; }

.at-diensten .incl-stmt {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-size: clamp(26px, 2.4vw, 34px);
}
.at-diensten .seal {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 14px 18px;
    width: fit-content;
}
.at-diensten .seal-n {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: var(--accent);
    line-height: 1;
}
.at-diensten .seal-t {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.at-diensten .icg { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 72px; }
.at-diensten .ic-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    align-items: start;
}
.at-diensten .ic-check {
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--accent);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    flex-shrink: 0;
}
.at-diensten .ic-t { font-family: 'Archivo', system-ui, sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.at-diensten .ic-d { color: #C2BCAF; font-size: 15px; line-height: 1.55; margin-top: 6px; }

/* -------------------------------------------------------------------------
   Mini tiles - additional services
   ------------------------------------------------------------------------- */

.at-diensten .minis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
.at-diensten .mini {
    background: var(--paper);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.15s;
}
.at-diensten .mini:hover { background: #fff; }
.at-diensten .mini-t { font-family: 'Archivo', system-ui, sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.at-diensten .mini-d { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* Offset in-page anchor jumps (from the megamenu / head-jump) so targets
   don't hide under the sticky 78px header. */
.at-diensten section[id],
.at-diensten .feat,
.at-diensten .tile,
.at-diensten .mini { scroll-margin-top: 96px; }

/* -------------------------------------------------------------------------
   Contact / offer band + form
   ------------------------------------------------------------------------- */

.at-diensten .cta-band { background: var(--accent); color: #fff; }
.at-diensten .cta-band .h2 { color: #fff; }
.at-diensten .cta-lbl {
    font-family: 'IBM Plex Mono', monospace;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    letter-spacing: 0.06em;
}

.at-diensten .g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.at-diensten .form-card { background: #fff; border: 1px solid var(--line); padding: 40px; }
.at-diensten .field { display: flex; flex-direction: column; gap: 10px; }
.at-diensten .label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
}
.at-diensten .inp {
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--ink);
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.at-diensten .inp:focus { outline: none; border-color: var(--accent); }

.at-diensten .sent {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--accent);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.at-diensten .sent .eyebrow { color: var(--accent); }
.at-diensten .note { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #7C7669; letter-spacing: 0.03em; }

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 900px) {
    .at-diensten .sec { padding: 72px 0; }
    .at-diensten .head-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
    .at-diensten .icg,
    .at-diensten .minis,
    .at-diensten .g2 { grid-template-columns: 1fr; }
    .at-diensten .bento { grid-template-columns: 1fr; }
    .at-diensten .feat,
    .at-diensten .tile-paper,
    .at-diensten .tile-accent { grid-column: 1; grid-row: auto; }
}

@media (max-width: 600px) {
    .at-diensten .sec { padding: 56px 0; }
    .at-diensten .feat { padding: 32px; }
    .at-diensten .tile { padding: 28px; }
    .at-diensten .form-card { padding: 28px; }
    .at-diensten .form-card .g2 { grid-template-columns: 1fr; }
}
