/*
Theme Name: Dogteam
Theme URI: https://dogteam.nl
Author: BlazeForce
Description: Elegant modern theme for Dogteam.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dogteam
Tags: custom-menu, featured-images, translation-ready, wide-blocks
*/

:root {
  --dog-ink: #181713;
  --dog-ink-soft: #655f53;
  --dog-ivory: #f6f2e9;
  --dog-paper: #fffdf8;
  --dog-gold: #b9892f;
  --dog-gold-light: #e3c77a;
  --dog-line: #ded4c1;
  --dog-dark: #24221d;
  --dog-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dog-ink); background: var(--dog-ivory); font-family: Georgia, "Times New Roman", serif; line-height: 1.65; }
body, button, input, textarea, select { font-size: 17px; }
a { color: var(--dog-gold); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--dog-ink); }
img { max-width: 100%; height: auto; }
.dog-wrap { width: min(var(--dog-width), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { position: fixed!important; z-index: 99; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: #fff; background: var(--dog-dark); }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--dog-gold-light); outline-offset: 3px; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(222,212,193,.8); background: rgba(246,242,233,.92); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.dog-nav { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 32px; }
.dog-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--dog-ink); font-size: 1.15rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.dog-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--dog-gold-light); border-radius: 50%; color: var(--dog-gold); font-family: Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: 0; }
.dog-menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.dog-menu a { color: var(--dog-ink); font-family: Arial, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.dog-menu a:hover { color: var(--dog-gold); }
.dog-menu .current-menu-item a { color: var(--dog-gold); }

.dog-hero { position: relative; overflow: hidden; padding: clamp(76px, 11vw, 150px) 0 110px; background: var(--dog-dark); color: #fffdf8; }
.dog-hero::before, .dog-hero::after { position: absolute; border: 1px solid rgba(227,199,122,.32); border-radius: 50%; content: ""; pointer-events: none; }
.dog-hero::before { width: 560px; height: 560px; top: -210px; right: -120px; }
.dog-hero::after { width: 370px; height: 370px; right: -26px; bottom: -190px; }
.dog-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: clamp(40px, 8vw, 120px); align-items: center; }
.dog-kicker { margin: 0 0 18px; color: var(--dog-gold-light); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.dog-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.dog-hero h1 em { color: var(--dog-gold-light); font-style: normal; }
.dog-lead { max-width: 590px; margin: 30px 0 0; color: #d8d1c2; font-size: 1.16rem; }
.dog-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.dog-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--dog-gold); color: var(--dog-ink); background: var(--dog-gold-light); font-family: Arial, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.dog-button:hover { color: #fff; background: var(--dog-gold); }
.dog-button-ghost { color: #fffdf8; background: transparent; }
.dog-button-ghost:hover { color: var(--dog-ink); background: #fffdf8; }
.dog-crest { display: grid; min-height: 360px; place-items: center; border: 1px solid rgba(227,199,122,.65); outline: 1px solid rgba(227,199,122,.28); outline-offset: -14px; background: radial-gradient(circle, rgba(185,137,47,.28), transparent 52%), #2d2a24; }
.dog-crest-inner { display: grid; width: 170px; height: 170px; place-items: center; border: 1px solid var(--dog-gold-light); border-radius: 50%; color: var(--dog-gold-light); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-align: center; text-transform: uppercase; }

.dog-section { padding: clamp(70px, 9vw, 120px) 0; }
.dog-section-heading { max-width: 700px; margin-bottom: 48px; }
.dog-section-heading h2 { margin: 0; color: var(--dog-ink); font-size: clamp(2.3rem, 4.5vw, 4.4rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.dog-section-heading p:not(.dog-kicker) { color: var(--dog-ink-soft); font-size: 1.08rem; }
.dog-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid var(--dog-line); border-bottom: 1px solid var(--dog-line); }
.dog-feature { padding: 30px 26px 38px; border-right: 1px solid var(--dog-line); }
.dog-feature:last-child { border-right: 0; }
.dog-feature-number { color: var(--dog-gold); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.dog-feature h3 { margin: 32px 0 12px; font-size: 1.55rem; font-weight: 400; }
.dog-feature p { margin: 0; color: var(--dog-ink-soft); }
.dog-band { background: var(--dog-paper); }
.dog-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 10vw, 150px); align-items: start; }
.dog-story h2 { max-width: 520px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.dog-story-copy { max-width: 580px; color: var(--dog-ink-soft); font-size: 1.08rem; }
.dog-story-copy strong { color: var(--dog-ink); }
.dog-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dog-post { padding: 28px; border-top: 2px solid var(--dog-gold); background: var(--dog-paper); text-decoration: none; }
.dog-post-date { color: var(--dog-gold); font-family: Arial, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dog-post h3 { margin: 20px 0 8px; color: var(--dog-ink); font-size: 1.5rem; font-weight: 400; line-height: 1.1; }
.dog-post p { margin: 0; color: var(--dog-ink-soft); }
.dog-contact { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: clamp(40px, 6vw, 76px); background: var(--dog-dark); color: #fffdf8; }
.dog-contact h2 { max-width: 650px; margin: 0; color: #fffdf8; font-size: clamp(2.3rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.site-footer { padding: 34px 0; color: #bcb4a4; background: var(--dog-dark); border-top: 1px solid rgba(227,199,122,.25); font-family: Arial, sans-serif; font-size: .78rem; }
.dog-footer-inner { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 760px) {
  .dog-wrap { width: min(var(--dog-width), calc(100% - 32px)); }
  .dog-nav { min-height: 72px; }
  .dog-menu { gap: 14px; }
  .dog-menu li:not(:last-child) { display: none; }
  .dog-hero-grid, .dog-story { grid-template-columns: 1fr; }
  .dog-hero { padding-top: 70px; }
  .dog-crest { min-height: 250px; }
  .dog-feature-grid, .dog-posts { grid-template-columns: 1fr; }
  .dog-feature { border-right: 0; border-bottom: 1px solid var(--dog-line); }
  .dog-feature:last-child { border-bottom: 0; }
  .dog-contact, .dog-footer-inner { align-items: start; flex-direction: column; }
}